diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/az.php | 12 | ||||
-rw-r--r-- | apps/files/l10n/hu_HU.php | 2 | ||||
-rw-r--r-- | apps/files_encryption/l10n/az.php | 9 | ||||
-rw-r--r-- | apps/files_external/l10n/az.php | 12 | ||||
-rw-r--r-- | apps/files_sharing/l10n/az.php | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/de_DE.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu_HU.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/tr.php | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/az.php | 11 | ||||
-rw-r--r-- | apps/files_versions/l10n/az.php | 10 | ||||
-rw-r--r-- | apps/user_ldap/l10n/az.php | 10 | ||||
-rw-r--r-- | apps/user_ldap/l10n/hu_HU.php | 1 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/az.php | 8 |
16 files changed, 91 insertions, 2 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", diff --git a/apps/files_encryption/l10n/az.php b/apps/files_encryption/l10n/az.php new file mode 100644 index 00000000000..fb464a52787 --- /dev/null +++ b/apps/files_encryption/l10n/az.php @@ -0,0 +1,9 @@ +<?php +$TRANSLATIONS = array( +"Recovery key successfully enabled" => "Bərpa açarı uğurla aktivləşdi", +"Could not enable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarının aktivləşdirilməsi mümkün olmadı. Xahiş olunur geriqaytarılma açarı üçün tələb edilən şifrəni yoxlayasınız.", +"Recovery key successfully disabled" => "Bərpa açarı uğurla söndürüldü", +"Could not disable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.", +"Password successfully changed." => "Şifrə uğurla dəyişdirildi." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/az.php b/apps/files_external/l10n/az.php new file mode 100644 index 00000000000..e03dcf27ef7 --- /dev/null +++ b/apps/files_external/l10n/az.php @@ -0,0 +1,12 @@ +<?php +$TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", +"Please provide a valid Dropbox app key and secret." => "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz.", +"Step 2 failed. Exception: %s" => "2-ci addım. İstisna: %s", +"External storage" => "Kənar informasıya daşıyıcısı", +"Share" => "Yayımla", +"Saved" => "Saxlanıldı", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/az.php b/apps/files_sharing/l10n/az.php new file mode 100644 index 00000000000..4c4655c675a --- /dev/null +++ b/apps/files_sharing/l10n/az.php @@ -0,0 +1,11 @@ +<?php +$TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Bu serverdə, serverlərarası yayımlanma aktiv deyil", +"Invalid or untrusted SSL certificate" => "Yalnış yada inam listindən kənar SSL sertifikatı", +"Couldn't add remote share" => "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", +"Shared with you" => "Sizinlə yayımlanan", +"Shared with others" => "Hər kəsə yayımlanmış", +"Cancel" => "Dayandır", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index ccef9605ee3..95b838b53aa 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", +"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", "Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden", "Shared with you" => "Mit Dir geteilt", "Shared with others" => "Von Dir geteilt", diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 97faca5de4f..d1c5f26813d 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", +"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", "Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden", "Shared with you" => "Mit Ihnen geteilt", "Shared with others" => "Von Ihnen geteilt", diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index ce13313b3ff..5ac7187d5f3 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor", +"Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable", "Couldn't add remote share" => "No se puede añadir un compartido remoto", "Shared with you" => "Compartido contigo", "Shared with others" => "Compartido con otros", diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 809d67a2d76..f1ec8c6d535 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella", +"Invalid or untrusted SSL certificate" => "Virheellinen tai ei-luotettu SSL-varmenne", "Couldn't add remote share" => "Etäjaon liittäminen epäonnistui", "Shared with you" => "Jaettu kanssasi", "Shared with others" => "Jaettu muiden kanssa", diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php index 70f7f395ac4..2266abb78e1 100644 --- a/apps/files_sharing/l10n/hu_HU.php +++ b/apps/files_sharing/l10n/hu_HU.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Veled megosztott", +"Shared with others" => "Másokkal megosztott", "Cancel" => "Mégsem", "Shared by" => "Megosztotta Önnel", "This share is password-protected" => "Ez egy jelszóval védett megosztás", diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index bfe65ff2bf7..73cc2a61e05 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Sunucudan sunucuya paylaşım bu sunucuda etkin değil", +"Invalid or untrusted SSL certificate" => "Geçersiz veya güvenilmeyen SSL sertifikası", "Couldn't add remote share" => "Uzak paylaşım eklenemedi", "Shared with you" => "Sizinle paylaşılmış", "Shared with others" => "Diğerleri ile paylaşılmış", diff --git a/apps/files_trashbin/l10n/az.php b/apps/files_trashbin/l10n/az.php new file mode 100644 index 00000000000..e0242f9385a --- /dev/null +++ b/apps/files_trashbin/l10n/az.php @@ -0,0 +1,11 @@ +<?php +$TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Həmişəlik silmək olmaz %s-i", +"Couldn't restore %s" => "Geri qaytarila bilmədi %s", +"Deleted files" => "Silinmiş fayllar", +"Restore" => "Geri qaytar", +"Error" => "Səhv", +"restored" => "geriqaytarılıb", +"Name" => "Ad" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/az.php b/apps/files_versions/l10n/az.php new file mode 100644 index 00000000000..fc1b877406a --- /dev/null +++ b/apps/files_versions/l10n/az.php @@ -0,0 +1,10 @@ +<?php +$TRANSLATIONS = array( +"Could not revert: %s" => "Geri qaytarmaq olmur: %s", +"Versions" => "Versiyaları", +"Failed to revert {file} to revision {timestamp}." => "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.", +"More versions..." => "Əlavə versiyalar", +"No other versions available" => "Başqa versiyalar mövcud deyil", +"Restore" => "Geri qaytar" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/az.php b/apps/user_ldap/l10n/az.php index 3a1e002311c..e681d5925ad 100644 --- a/apps/user_ldap/l10n/az.php +++ b/apps/user_ldap/l10n/az.php @@ -1,6 +1,14 @@ <?php $TRANSLATIONS = array( +"Failed to clear the mappings." => "Xəritələnməni silmək mümkün olmadı", +"Failed to delete the server configuration" => "Server configini silmək mümkün olmadı", +"The configuration is valid and the connection could be established!" => "Configurasiya doğrudur və qoşulmaq mümkündür!", +"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.", +"The configuration is invalid. Please have a look at the logs for further details." => "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.", +"No action specified" => "Heç bir iş təyin edilməyib", +"Error" => "Səhv", "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Save" => "Saxlamaq" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php index ba5f35ef93e..505b5120675 100644 --- a/apps/user_ldap/l10n/hu_HU.php +++ b/apps/user_ldap/l10n/hu_HU.php @@ -68,6 +68,7 @@ $TRANSLATIONS = array( "users found" => "felhasználó van", "Back" => "Vissza", "Continue" => "Folytatás", +"Expert" => "Gyakorlott", "Advanced" => "Haladó", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelmeztetés:</b> Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", diff --git a/apps/user_webdavauth/l10n/az.php b/apps/user_webdavauth/l10n/az.php new file mode 100644 index 00000000000..4d6530245e2 --- /dev/null +++ b/apps/user_webdavauth/l10n/az.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV qeydiyyatı", +"Address:" => "Ünvan: ", +"Save" => "Saxla", +"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |