diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
commit | b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (patch) | |
tree | 914e2020c7de5e79ef2cd1fd3fc352f904fc96a6 /apps/files_external/l10n/az.php | |
parent | 283b99a42ddf6da72998ef4b01ee00af451cd884 (diff) | |
download | nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.tar.gz nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/az.php')
-rw-r--r-- | apps/files_external/l10n/az.php | 12 |
1 files changed, 12 insertions, 0 deletions
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);"; |