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

fa.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f99c53f42d47c2e4517dffd01a9bb51add88e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "%s را نمی توان برای همیشه حذف کرد",
"Couldn't restore %s" => "%s را نمی توان بازگرداند",
"Deleted files" => "فایل های حذف شده",
"Restore" => "بازیابی",
"Error" => "خطا",
"restored" => "بازیابی شد",
"Nothing in here. Your trash bin is empty!" => "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.",
"Name" => "نام",
"Deleted" => "حذف شده",
"Delete" => "حذف"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";