mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
7 lines
204 B
PHP
7 lines
204 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Salvestamine...",
|
|
"Encryption" => "Krüpteerimine",
|
|
"Enabled" => "Sisse lülitatud",
|
|
"Disabled" => "Väljalülitatud",
|
|
"Change Password" => "Muuda parooli"
|
|
);
|