Blame view

sources/apps/files_texteditor/l10n/fa.php 472 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Save" => "ذخیره",
  "Search" => "جست‌و‌جو",
  "Close" => "بستن",
  "Next" => "بعدی",
  "Clear" => "معلوم",
  "Saving..." => "در حال ذخیره سازی...",
  "Failed to save file" => "برای ذخیره سازی در فایل انجام نشد",
  "An error occurred!" => "یک خطا رخ‌داده است!",
  "There were unsaved changes, click here to go back" => "There were unsaved changes, click here to go back"
  );