diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-26 19:47:33 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-26 19:47:33 +0200 |
commit | faf702b9e6f1928cb5a9f9d71a411d35d1e5d34b (patch) | |
tree | 62adf5cbca6f3bbf0ae90712e4a13aa4c6fc2eac /apps | |
parent | 352128645b2e1f43a4e4924d9a160468afdb00f9 (diff) | |
download | nextcloud-server-faf702b9e6f1928cb5a9f9d71a411d35d1e5d34b.tar.gz nextcloud-server-faf702b9e6f1928cb5a9f9d71a411d35d1e5d34b.zip |
[tx-robot] updated from transifex
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" +); |