Welcome to mirror list, hosted at ThFree Co, Russian Federation.

az.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0242f9385a1b253eaeff50e568d3da102f8a1e4 (plain)
1
2
3
4
5
6
7
8
9
10
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);";