diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/et_EE.php | 7 | ||||
-rw-r--r-- | apps/files_encryption/l10n/hu_HU.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu_HU.php | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index a5dd345f8eb..956c5cc9115 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Kettale kirjutamine ebaõnnestus", "Files" => "Failid", "Delete" => "Kustuta", +"already exists" => "on juba olemas", +"replace" => "asenda", +"cancel" => "loobu", +"replaced" => "asendatud", +"with" => "millega", +"undo" => "tagasi", +"deleted" => "kustutatud", "generating ZIP-file, it may take some time." => "ZIP-faili loomine, see võib veidi aega võtta.", "Unable to upload your file as it is a directory or has 0 bytes" => "Sinu faili üleslaadimine ebaõnnestus, kuna see on kaust või selle suurus on 0 baiti", "Upload Error" => "Üleslaadimise viga", diff --git a/apps/files_encryption/l10n/hu_HU.php b/apps/files_encryption/l10n/hu_HU.php new file mode 100644 index 00000000000..4352d8b7712 --- /dev/null +++ b/apps/files_encryption/l10n/hu_HU.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Titkosítás", +"Exclude the following file types from encryption" => "A következő fájl típusok kizárása a titkosításból", +"None" => "Egyik sem", +"Enable Encryption" => "Titkosítás engedélyezése" +); diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php new file mode 100644 index 00000000000..881b5afd817 --- /dev/null +++ b/apps/files_sharing/l10n/hu_HU.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Méret", +"Modified" => "Módosítva", +"Delete all" => "Összes törlése", +"Delete" => "Törlés" +); |