summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-08-17 01:56:22 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-08-17 01:56:22 -0400
commitb1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (patch)
tree914e2020c7de5e79ef2cd1fd3fc352f904fc96a6 /apps/files
parent283b99a42ddf6da72998ef4b01ee00af451cd884 (diff)
downloadnextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.tar.gz
nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/az.php12
-rw-r--r--apps/files/l10n/hu_HU.php2
2 files changed, 13 insertions, 1 deletions
diff --git a/apps/files/l10n/az.php b/apps/files/l10n/az.php
index 51dcda362bb..c1333922e5d 100644
--- a/apps/files/l10n/az.php
+++ b/apps/files/l10n/az.php
@@ -1,8 +1,18 @@
<?php
$TRANSLATIONS = array(
+"Storage not available" => "İnformasiya daşıyıcısı mövcud deyil",
+"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır",
+"Unknown error" => "Bəlli olmayan səhv baş verdi",
+"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur",
+"Could not move %s" => "Yerdəyişmə mükün olmadı %s",
"Files" => "Fayllar",
+"Share" => "Yayımla",
+"Error" => "Səhv",
+"Name" => "Ad",
+"Size" => "Həcm",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","")
+"_Uploading %n file_::_Uploading %n files_" => array("",""),
+"Save" => "Saxlamaq"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php
index 97501ead209..8a3a028e16e 100644
--- a/apps/files/l10n/hu_HU.php
+++ b/apps/files/l10n/hu_HU.php
@@ -12,6 +12,7 @@ $TRANSLATIONS = array(
"The name %s is already used in the folder %s. Please choose a different name." => "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!",
"Not a valid source" => "A kiinduló állomány érvénytelen",
"Server is not allowed to open URLs, please check the server configuration" => "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat",
+"The file exceeds your quota by %s" => "A fájl meghaladja kvótádat %s-kal",
"Error while downloading %s to %s" => "Hiba történt miközben %s-t letöltöttük %s-be",
"Error when creating the file" => "Hiba történt az állomány létrehozásakor",
"Folder name cannot be empty." => "A mappa neve nem maradhat kitöltetlenül",
@@ -69,6 +70,7 @@ $TRANSLATIONS = array(
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Az állományok titkosításához használt titkos kulcsa érvénytelen. Kérjük frissítse a titkos kulcs jelszót a személyes beállításokban, hogy ismét hozzáférjen a titkosított állományaihoz!",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.",
"{dirs} and {files}" => "{dirs} és {files}",
+"%s could not be renamed as it has been deleted" => "%s nem lehet átnevezni, mivel törölve lett",
"%s could not be renamed" => "%s átnevezése nem sikerült",
"Upload (max. %s)" => "Feltöltés (max. %s)",
"File handling" => "Fájlkezelés",