You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_trashbin/l10n/fa.php

13 lines
547 B

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "%s را نمی توان برای همیشه حذف کرد",
"Couldn't restore %s" => "%s را نمی توان بازگرداند",
"Error" => "خطا",
"Nothing in here. Your trash bin is empty!" => "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.",
"Name" => "نام",
"Restore" => "بازیابی",
"Deleted" => "حذف شده",
"Delete" => "حذف",
"Deleted Files" => "فایلهای حذف شده"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";