zii.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. 'Are you sure to delete this item?' => 'האם אתה בטוח שאתה רוצה למחוק את הרשומה הזאת?',
  18. 'Delete' => 'מחק',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'מציג {start}-{end} מתוך {count} תוצאות.',
  20. 'No' => 'לא',
  21. 'No results found.' => 'לא נמצאו רשומות.',
  22. 'Not set' => 'לא הוגדר',
  23. 'Please specify the "attributes" property.' => 'אנא הגדר את המאפיין "attributes".',
  24. 'Please specify the "model" property.' => 'אנא הגדר את המאפיין "model".',
  25. 'Sort by: ' => 'מיין ע"פ:',
  26. 'The "dataProvider" property cannot be empty.' => 'המאפיין "dataProvider" לא יכול להיות ריק.',
  27. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'המאפיין צריך להיות מוגדר בפורמט "Name:Type:Label", כש "Type" ו "Label" הם אופציונלים.',
  28. 'The property "itemView" cannot be empty.' => 'המאפיין "itemView" לא יכול להיות ריק.',
  29. 'Total 1 result.|Total {count} results.' => 'סך הכל {count} תוצאות',
  30. 'Unknown type "{type}".' => 'סוג לא ידוע "{type}".',
  31. 'Update' => 'עדכן',
  32. 'View' => 'צפה',
  33. 'Yes' => 'כן',
  34. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} חייב להגדיר את המאפיינים "model" ו "attribute" או "name".',
  35. );