Blame view
sources/apps/files_texteditor/l10n/fa.php
472 Bytes
|
d1bafeea1
|
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" ); |