feedback.php 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'access' => array(
  13. 'denied' => 'אין לך הרשאות לצפות בדף זה',
  14. 'not_found' => 'הדף הזה לא נמצא',
  15. ),
  16. 'admin' => array(
  17. 'optimization_complete' => 'המיטוב הושלם',
  18. ),
  19. 'api' => array(
  20. 'password' => array(
  21. 'failed' => 'Your password cannot be modified', // TODO
  22. 'updated' => 'Your password has been modified', // TODO
  23. ),
  24. ),
  25. 'auth' => array(
  26. 'login' => array(
  27. 'invalid' => 'הכניסה לחשבון שגויה',
  28. 'success' => 'You are connected', // TODO
  29. ),
  30. 'logout' => array(
  31. 'success' => 'You are disconnected', // TODO
  32. ),
  33. ),
  34. 'conf' => array(
  35. 'error' => 'An error occurred while saving configuration', // TODO
  36. 'query_created' => 'השאילתה “%s” נוצרה.',
  37. 'shortcuts_updated' => 'קיצורי הדרך עודכנו',
  38. 'updated' => 'ההגדרות עודכנו',
  39. ),
  40. 'extensions' => array(
  41. 'already_enabled' => '%s is already enabled', // TODO
  42. 'cannot_remove' => '%s cannot be removed', // TODO
  43. 'disable' => array(
  44. 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO
  45. 'ok' => '%s is now disabled', // TODO
  46. ),
  47. 'enable' => array(
  48. 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO
  49. 'ok' => '%s is now enabled', // TODO
  50. ),
  51. 'no_access' => 'You have no access on %s', // TODO
  52. 'not_enabled' => '%s is not enabled yet',
  53. 'not_found' => '%s does not exist', // TODO
  54. 'removed' => '%s removed', // TODO
  55. ),
  56. 'import_export' => array(
  57. 'export_no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.',
  58. 'feeds_imported' => 'ההזנות שלך יובאו וכעת יעודכנו / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY
  59. 'feeds_imported_with_errors' => 'ההזנות שלך יובאו אך אירעו מספר שגיאות / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY
  60. 'file_cannot_be_uploaded' => 'אין אפשרות להעלות את הקובץ!',
  61. 'no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.',
  62. 'zip_error' => 'אירעה שגיאה במהלך ייבוא קובץ הZIP.', // DIRTY
  63. ),
  64. 'profile' => array(
  65. 'error' => 'Your profile cannot be modified', // TODO
  66. 'updated' => 'Your profile has been modified', // TODO
  67. ),
  68. 'sub' => array(
  69. 'actualize' => 'מימוש',
  70. 'articles' => array(
  71. 'marked_read' => 'The selected articles have been marked as read.', // TODO
  72. 'marked_unread' => 'The articles have been marked as unread.', // TODO
  73. ),
  74. 'category' => array(
  75. 'created' => 'Category %s has been created.', // TODO
  76. 'deleted' => 'Category has been deleted.', // TODO
  77. 'emptied' => 'הקטגוריה רוקנה',
  78. 'error' => 'Category cannot be updated', // TODO
  79. 'name_exists' => 'Category name already exists.', // TODO
  80. 'no_id' => 'You must precise the id of the category.',
  81. 'no_name' => 'Category name cannot be empty.', // TODO
  82. 'not_delete_default' => 'You cannot delete the default category!', // TODO
  83. 'not_exist' => 'The category does not exist!', // TODO
  84. 'over_max' => 'You have reached your limit of categories (%d)', // TODO
  85. 'updated' => 'Category has been updated.', // TODO
  86. ),
  87. 'feed' => array(
  88. 'actualized' => '<em>%s</em> עודכן',
  89. 'actualizeds' => 'הזנות RSS עודכנו',
  90. 'added' => 'RSS הזנת <em>%s</em> נוספה',
  91. 'already_subscribed' => 'אתה כבר רשום ל <em>%s</em>',
  92. 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO
  93. 'deleted' => 'ההזנה נמחקה',
  94. 'error' => 'Feed cannot be updated', // TODO
  95. 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. <a href="%s">בדקו את הלוגים</a> לפרטים. You can try force adding by appending <code>#force_feed</code> to the URL.', // DIRTY
  96. 'invalid_url' => 'URL <em>%s</em> אינו תקין',
  97. 'n_actualized' => '%d הזנות עודכנו',
  98. 'n_entries_deleted' => '%d המאמרים נמחקו',
  99. 'no_refresh' => 'אין הזנה שניתן לרענן…',
  100. 'not_added' => '<em>%s</em> אין אפשרות להוסיף את',
  101. 'not_found' => 'Feed cannot be found', // TODO
  102. 'over_max' => 'You have reached your limit of feeds (%d)', // TODO
  103. 'reloaded' => '<em>%s</em> has been reloaded', // TODO
  104. 'selector_preview' => array(
  105. 'http_error' => 'Failed to load website content.', // TODO
  106. 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO
  107. 'no_feed' => 'Internal error (feed cannot be found).', // TODO
  108. 'no_result' => 'The selector didn’t match anything. As a fallback the original feed text will be displayed instead.', // TODO
  109. 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO
  110. ),
  111. 'updated' => 'ההזנה התעדכנה',
  112. ),
  113. 'purge_completed' => 'הניקוי הושלם (%d מאמרים נמחקו)',
  114. ),
  115. 'tag' => array(
  116. 'created' => 'Label “%s” has been created.', // TODO
  117. 'error' => 'Label could not be updated!', // TODO
  118. 'name_exists' => 'Label name already exists.', // TODO
  119. 'renamed' => 'Label “%s” has been renamed to “%s”.', // TODO
  120. 'updated' => 'Label has been updated.', // TODO
  121. ),
  122. 'update' => array(
  123. 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.',
  124. 'error' => 'תהליך העדכון נתקל בשגיאה: %s',
  125. 'file_is_nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
  126. 'finished' => 'העדכון הושלם!',
  127. 'none' => 'אין עדכון להחלה',
  128. 'server_not_found' => 'לא ניתן למצוא את שרת העדכון. [%s]',
  129. ),
  130. 'user' => array(
  131. 'created' => array(
  132. '_' => 'המשתמש %s נוצר',
  133. 'error' => 'User %s cannot be created', // TODO
  134. ),
  135. 'deleted' => array(
  136. '_' => 'המשתמש %s נמחק',
  137. 'error' => 'User %s cannot be deleted', // TODO
  138. ),
  139. 'updated' => array(
  140. '_' => 'User %s has been updated', // TODO
  141. 'error' => 'User %s has not been updated', // TODO
  142. ),
  143. ),
  144. );