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_trashbin | |
parent | 283b99a42ddf6da72998ef4b01ee00af451cd884 (diff) | |
download | nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.tar.gz nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/az.php | 11 |
1 files changed, 11 insertions, 0 deletions
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);"; |