snippet.inc.php 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Snippet English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['snippet'] = 'اسنیپت';
  10. $_lang['snippets_available'] = 'اسنیپت‌های موجود';
  11. $_lang['snippet_code'] = 'کد اسنیپت (php)';
  12. $_lang['snippet_delete_confirm'] = 'آیا مایل به حذف این اسنیپت هستید؟';
  13. $_lang['snippet_desc'] = 'توضیح';
  14. $_lang['snippet_desc_category'] = 'دسته‌ای که این اسنیپت در آن قرار گرفته.';
  15. $_lang['snippet_desc_description'] = 'شرح کوتاهی از اسنیپت.';
  16. $_lang['snippet_desc_name'] = 'نام این اسنیپت. نحوه‌ی فراخوانی آن به شکل [[NameOfSnippet]] خواهد بود.';
  17. $_lang['snippet_duplicate_confirm'] = 'آیا مایل به تکرار این اسنیپت هستید؟';
  18. $_lang['snippet_duplicate_error'] = 'خطایی هنگام تکرار اسنیپت رخ داده است.';
  19. $_lang['snippet_err_create'] = 'خطایی هنگام ایجاد اسنیپت رخ داده است.';
  20. $_lang['snippet_err_delete'] = 'خطایی هنگام حذف اسنیپت رخ داده است.';
  21. $_lang['snippet_err_duplicate'] = 'خطایی هنگام تکرار اسنیپت رخ داده است.';
  22. $_lang['snippet_err_ae'] = 'یک اسنیپت با نام "[[+name]]" وجود دارد.';
  23. $_lang['snippet_err_invalid_name'] = 'نام اسنیپت درست نیست.';
  24. $_lang['snippet_err_locked'] = 'این اسنیپت برای ویرایش قفل شده است.';
  25. $_lang['snippet_err_nf'] = 'اسنیپت پیدا نشد!';
  26. $_lang['snippet_err_ns'] = 'اسنیپت مشخص نشده است.';
  27. $_lang['snippet_err_ns_name'] = 'لطفا نامی برای اسنیپت مشخص کنید.';
  28. $_lang['snippet_err_remove'] = 'خطایی هنگام حذف اسنیپت رخ داده است.';
  29. $_lang['snippet_err_save'] = 'خطایی هنگام ذخیره اسنیپت رخ داده است.';
  30. $_lang['snippet_execonsave'] = 'اجرا اسنیپت بعد از دخیره‌سازی.';
  31. $_lang['snippet_lock'] = 'قفل کردن ویرایش اسنیپت';
  32. $_lang['snippet_lock_msg'] = 'کاربران باید خصوصیت edit_locked را برای ویرایش این اسنیپت داشته باشند.';
  33. $_lang['snippet_management_msg'] = 'اینجا می‌توانید اسنیپت را برای ویرایش انتخاب کنید.';
  34. $_lang['snippet_msg'] = 'Here you can add/edit snippets. Remember, snippets are \'raw\' PHP code, and if you expect the output of the snippet to be shown at a certain point within the template, you need to return a value from within the snippet.';
  35. $_lang['snippet_name'] = 'نام اسنیپت';
  36. $_lang['snippet_new'] = 'New Snippet';
  37. $_lang['snippet_properties'] = 'ویژگی‌های پیش‌فرض';
  38. $_lang['snippet_title'] = 'ایجاد/ویرایش اسنیپت';
  39. $_lang['snippet_untitled'] = 'اسنیپت بی‌عنوان';
  40. $_lang['snippets'] = 'Snippets';