admin.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?php
  2. return array(
  3. 'auth' => array(
  4. 'allow_anonymous' => 'הרשאה לאנונימיים לקרוא את מאמרי משתמש ברירת המחדל (%s)',
  5. 'allow_anonymous_refresh' => 'הרשאה לאנונימיים לרענן את רשימת המאמרים',
  6. 'api_enabled' => 'הרשאת גישה ל <abbr>API</abbr> <small>(נדרש ליישומים סלולריים)</small>',
  7. 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
  8. 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)',
  9. 'none' => 'ללא (מסוכן)',
  10. 'title' => 'Authentication', //TODO - Translation
  11. 'title_reset' => 'איפוס אימות',
  12. 'token' => 'מחרוזת אימות',
  13. 'token_help' => 'Allows to access RSS output of the default user without authentication:', //TODO - Translation
  14. 'type' => 'שיטת אימות',
  15. 'unsafe_autologin' => 'הרשאה להתחברות אוטומטית בפורמט: ',
  16. ),
  17. 'check_install' => array(
  18. 'cache' => array(
  19. 'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
  20. 'ok' => 'ההרשאות בתיקיית המטמון תקינות',
  21. ),
  22. 'categories' => array(
  23. 'nok' => 'Category table is bad configured.', //TODO - Translation
  24. 'ok' => 'Category table is ok.', //TODO - Translation
  25. ),
  26. 'connection' => array(
  27. 'nok' => 'Connection to the database cannot being established.', //TODO - Translation
  28. 'ok' => 'Connection to the database is ok.', //TODO - Translation
  29. ),
  30. 'ctype' => array(
  31. 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
  32. 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת',
  33. ),
  34. 'curl' => array(
  35. 'nok' => 'בURL לא מותקן (php-curl package)',
  36. 'ok' => 'You have cURL extension.', //TODO - Translation
  37. ),
  38. 'data' => array(
  39. 'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
  40. 'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
  41. ),
  42. 'database' => 'Database installation', //TODO - Translation
  43. 'dom' => array(
  44. 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
  45. 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
  46. ),
  47. 'entries' => array(
  48. 'nok' => 'Entry table is bad configured.', //TODO - Translation
  49. 'ok' => 'Entry table is ok.', //TODO - Translation
  50. ),
  51. 'favicons' => array(
  52. 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into', //TODO - Translation
  53. 'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
  54. ),
  55. 'feeds' => array(
  56. 'nok' => 'Feed table is bad configured.', //TODO - Translation
  57. 'ok' => 'Feed table is ok.', //TODO - Translation
  58. ),
  59. 'fileinfo' => array(
  60. 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', //TODO - Translation
  61. 'ok' => 'You have the fileinfo library.', //TODO - Translation
  62. ),
  63. 'files' => 'File installation', //TODO - Translation
  64. 'json' => array(
  65. 'nok' => 'You lack JSON (php-json package).', //TODO - Translation
  66. 'ok' => 'You have JSON extension.', //TODO - Translation
  67. ),
  68. 'mbstring' => array(
  69. 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation
  70. 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation
  71. ),
  72. 'minz' => array(
  73. 'nok' => 'You lack the Minz framework.', //TODO - Translation
  74. 'ok' => 'יש לכם את תשתית Minz',
  75. ),
  76. 'pcre' => array(
  77. 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)',
  78. 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)',
  79. ),
  80. 'pdo' => array(
  81. 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)',
  82. 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
  83. ),
  84. 'php' => array(
  85. '_' => 'PHP installation', //TODO - Translation
  86. 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
  87. 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
  88. ),
  89. 'tables' => array(
  90. 'nok' => 'There is one or more lacking tables in the database.', //TODO - Translation
  91. 'ok' => 'Tables are existing in the database.', //TODO - Translation
  92. ),
  93. 'title' => 'Installation checking', //TODO - Translation
  94. 'tokens' => array(
  95. 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into', //TODO - Translation
  96. 'ok' => 'Permissions on tokens directory are good.', //TODO - Translation
  97. ),
  98. 'users' => array(
  99. 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into', //TODO - Translation
  100. 'ok' => 'Permissions on users directory are good.', //TODO - Translation
  101. ),
  102. 'zip' => array(
  103. 'nok' => 'You lack ZIP extension (php-zip package).', //TODO - Translation
  104. 'ok' => 'You have ZIP extension.', //TODO - Translation
  105. ),
  106. ),
  107. 'extensions' => array(
  108. 'author' => 'Author', //TODO - Translation
  109. 'community' => 'Available community extensions', //TODO - Translation
  110. 'description' => 'Description', //TODO - Translation
  111. 'disabled' => 'Disabled', //TODO - Translation
  112. 'empty_list' => 'There is no installed extension', //TODO - Translation
  113. 'enabled' => 'Enabled', //TODO - Translation
  114. 'latest' => 'Installed', //TODO - Translation
  115. 'name' => 'Name', //TODO - Translation
  116. 'no_configure_view' => 'This extension cannot be configured.', //TODO - Translation
  117. 'system' => array(
  118. '_' => 'System extensions', //TODO - Translation
  119. 'no_rights' => 'System extension (you have no rights on it)', //TODO - Translation
  120. ),
  121. 'title' => 'Extensions', //TODO - Translation
  122. 'update' => 'Update available', //TODO - Translation
  123. 'user' => 'User extensions', //TODO - Translation
  124. 'version' => 'Version', //TODO - Translation
  125. ),
  126. 'stats' => array(
  127. '_' => 'סטטיסטיקות',
  128. 'all_feeds' => 'כל ההזנות',
  129. 'category' => 'קטגוריה',
  130. 'entry_count' => 'סכום המאמרים',
  131. 'entry_per_category' => 'מאמרים על פי קטגוריה',
  132. 'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)',
  133. 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', //TODO - Translation
  134. 'entry_per_hour' => 'Per hour (average: %.2f messages)', //TODO - Translation
  135. 'entry_per_month' => 'Per month (average: %.2f messages)', //TODO - Translation
  136. 'entry_repartition' => 'חלוקת המאמרים',
  137. 'feed' => 'הזנה',
  138. 'feed_per_category' => 'הזנות על פי קטגוריה',
  139. 'idle' => 'הזנות שלא עודכנו',
  140. 'main' => 'סטטיסטיקות ראשיות',
  141. 'main_stream' => 'הזנה ראשית',
  142. 'menu' => array(
  143. 'idle' => 'הזנות שלא עודכנו',
  144. 'main' => 'סטטיסטיקות ראשיות',
  145. 'repartition' => 'חלוקת המאמרים',
  146. ),
  147. 'no_idle' => 'אין הזנות מובטלות!',
  148. 'number_entries' => '%d מאמרים',
  149. 'percent_of_total' => '%% מסך הכל',
  150. 'repartition' => 'חלוקת המאמרים',
  151. 'status_favorites' => 'מועדפים',
  152. 'status_read' => 'נקרא',
  153. 'status_total' => 'סך הכל',
  154. 'status_unread' => 'לא נקרא',
  155. 'title' => 'סטטיסטיקות',
  156. 'top_feed' => 'עשרת ההזנות המובילות',
  157. ),
  158. 'system' => array(
  159. '_' => 'System configuration', //TODO - Translation
  160. 'auto-update-url' => 'Auto-update server URL', //TODO - Translation
  161. 'cookie-duration' => array(
  162. 'help' => 'in seconds', //TODO - Translation
  163. 'number' => 'Duration to keep logged in', //TODO - Translation
  164. ),
  165. 'instance-name' => 'Instance name', //TODO - Translation
  166. 'max-categories' => 'Categories per user limit', //TODO - Translation
  167. 'max-feeds' => 'Feeds per user limit', //TODO - Translation
  168. 'registration' => array(
  169. 'help' => '0 means that there is no account limit', //TODO - Translation
  170. 'number' => 'Max number of accounts', //TODO - Translation
  171. ),
  172. ),
  173. 'update' => array(
  174. '_' => 'מערכת העדכון',
  175. 'apply' => 'החלת העדכון',
  176. 'check' => 'בדיקת עדכונים חדשים',
  177. 'current_version' => 'Your current version of FreshRSS is the %s.', //TODO - Translation
  178. 'last' => 'תאריך בדיקה אחרון: %s',
  179. 'none' => 'אין עדכון להחלה',
  180. 'title' => 'מערכת העדכון',
  181. ),
  182. 'user' => array(
  183. 'articles_and_size' => '%s articles (%s)', //TODO - Translation
  184. 'create' => 'יצירת משתמש חדש',
  185. 'delete_users' => 'Delete user', //TODO - Translation
  186. 'language' => 'שפה',
  187. 'number' => 'There is %d account created', //TODO - Translation
  188. 'numbers' => 'There are %d accounts created', //TODO - Translation
  189. 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
  190. 'password_format' => 'At least 7 characters', //TODO - Translation
  191. 'selected' => 'Selected user', //TODO - Translation
  192. 'title' => 'Manage users', //TODO - Translation
  193. 'update_users' => 'Update user', //TODO - Translation
  194. 'user_list' => 'רשימת משתמשים',
  195. 'username' => 'שם משתמש',
  196. 'users' => 'משתמשים',
  197. ),
  198. );