nextcloud/apps/files_trashbin/l10n/az.php

15 lines
487 B
PHP
Raw Normal View History

2014-08-17 09:56:22 +04:00
<?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",
2014-08-31 09:56:20 +04:00
"Nothing in here. Your trash bin is empty!" => "Burda heçnə yoxdur. Sizin zibil qutusu boşdur!",
2014-08-19 09:57:09 +04:00
"Name" => "Ad",
"Deleted" => "Silinib",
"Delete" => "Sil"
2014-08-17 09:56:22 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";