admin.php 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. 'auth' => array(
  13. 'allow_anonymous' => 'הרשאה לאנונימיים לקרוא את מאמרי משתמש ברירת המחדל (%s)',
  14. 'allow_anonymous_refresh' => 'הרשאה לאנונימיים לרענן את רשימת המאמרים',
  15. 'api_enabled' => 'הרשאת גישה ל <abbr>API</abbr> <small>(נדרש ליישומים סלולריים and sharing user queries)</small>', // DIRTY
  16. 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
  17. 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO
  18. 'none' => 'ללא (מסוכן)',
  19. 'title' => 'Authentication', // TODO
  20. 'token' => 'Master authentication token', // TODO
  21. 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO
  22. 'type' => 'שיטת אימות',
  23. ),
  24. 'extensions' => array(
  25. 'author' => 'Author', // TODO
  26. 'community' => 'Available community extensions', // TODO
  27. 'description' => 'Description', // TODO
  28. 'disabled' => 'Disabled', // TODO
  29. 'empty_list' => 'There is no installed extension',
  30. 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
  31. 'enabled' => 'Enabled', // TODO
  32. 'is_compatible' => 'Is compatible', // TODO
  33. 'latest' => 'Installed', // TODO
  34. 'name' => 'Name', // TODO
  35. 'no_configure_view' => 'This extension cannot be configured.', // TODO
  36. 'system' => array(
  37. '_' => 'System extensions', // TODO
  38. 'no_rights' => 'System extension (you do not have the required permissions)', // TODO
  39. ),
  40. 'title' => 'Extensions', // TODO
  41. 'update' => 'Update available', // TODO
  42. 'user' => 'User extensions', // TODO
  43. 'version' => 'Version', // TODO
  44. ),
  45. 'stats' => array(
  46. '_' => 'סטטיסטיקות',
  47. 'all_feeds' => 'כל ההזנות',
  48. 'category' => 'קטגוריה',
  49. 'date_published' => 'Publication date', // TODO
  50. 'date_received' => 'Received date', // TODO
  51. 'entry_count' => 'סכום המאמרים',
  52. 'entry_per_category' => 'מאמרים על פי קטגוריה',
  53. 'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)',
  54. 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // TODO
  55. 'entry_per_hour' => 'Per hour (average: %.2f messages)', // TODO
  56. 'entry_per_month' => 'Per month (average: %.2f messages)', // TODO
  57. 'entry_repartition' => 'חלוקת המאמרים',
  58. 'feed' => 'הזנה',
  59. 'feed_per_category' => 'הזנות על פי קטגוריה',
  60. 'idle' => 'הזנות שלא עודכנו',
  61. 'main' => 'סטטיסטיקות ראשיות',
  62. 'main_stream' => 'הזנה ראשית',
  63. 'nb_unreads' => 'Number of unread articles', // TODO
  64. 'no_idle' => 'אין הזנות מובטלות!',
  65. 'number_entries' => '%d מאמרים',
  66. 'overview' => 'Overview', // TODO
  67. 'percent_of_total' => '% מסך הכל',
  68. 'repartition' => 'חלוקת המאמרים: %s', // DIRTY
  69. 'status_favorites' => 'מועדפים',
  70. 'status_read' => 'נקרא',
  71. 'status_total' => 'סך הכל',
  72. 'status_unread' => 'לא נקרא',
  73. 'title' => 'סטטיסטיקות',
  74. 'top_feed' => 'עשרת ההזנות המובילות',
  75. 'unread_dates' => 'Dates with most unread articles', // TODO
  76. ),
  77. 'system' => array(
  78. '_' => 'System configuration', // TODO
  79. 'auto-update-url' => 'Auto-update server URL', // TODO
  80. 'base-url' => array(
  81. '_' => 'Base URL', // TODO
  82. 'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // TODO
  83. ),
  84. 'closed_registration_message' => 'Message if registrations are closed', // TODO
  85. 'cookie-duration' => array(
  86. 'help' => 'in seconds', // TODO
  87. 'number' => 'Duration to keep logged in', // TODO
  88. ),
  89. 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // TODO
  90. 'force_email_validation' => 'Force email address validation', // TODO
  91. 'instance-name' => 'Instance name', // TODO
  92. 'max-categories' => 'Max number of categories per user', // TODO
  93. 'max-feeds' => 'Max number of feeds per user', // TODO
  94. 'registration' => array(
  95. 'number' => 'Max number of accounts', // TODO
  96. 'select' => array(
  97. 'label' => 'Registration form', // TODO
  98. 'option' => array(
  99. 'noform' => 'Disabled: No registration form', // TODO
  100. 'nolimit' => 'Enabled: No limit of accounts', // TODO
  101. 'setaccountsnumber' => 'Set max. number of accounts', // TODO
  102. ),
  103. ),
  104. 'status' => array(
  105. 'disabled' => 'Form disabled', // TODO
  106. 'enabled' => 'Form enabled', // TODO
  107. ),
  108. 'title' => 'User registration form', // TODO
  109. ),
  110. 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO
  111. 'tos' => array(
  112. 'disabled' => 'is not given', // TODO
  113. 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
  114. 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
  115. ),
  116. 'websub' => array(
  117. 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO
  118. ),
  119. ),
  120. 'update' => array(
  121. '_' => 'מערכת העדכון',
  122. 'apply' => 'החלת העדכון',
  123. 'changelog' => 'Changelog', // TODO
  124. 'check' => 'בדיקת עדכונים חדשים',
  125. 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO
  126. 'current_version' => 'Current installed version', // TODO
  127. 'last' => 'תאריך בדיקה אחרון',
  128. 'loading' => 'Updating…', // TODO
  129. 'none' => 'אין עדכון להחלה',
  130. 'releaseChannel' => array(
  131. '_' => 'Release channel', // TODO
  132. 'edge' => 'Rolling release (“edge”)', // TODO
  133. 'latest' => 'Stable release (“latest”)', // TODO
  134. ),
  135. 'title' => 'מערכת העדכון',
  136. 'viaGit' => 'Update via git and GitHub.com started', // TODO
  137. ),
  138. 'user' => array(
  139. 'admin' => 'Administrator', // TODO
  140. 'article_count' => 'Articles', // TODO
  141. 'back_to_manage' => '← Return to user list', // TODO
  142. 'create' => 'יצירת משתמש חדש',
  143. 'database_size' => 'Database size', // TODO
  144. 'email' => 'Email address', // TODO
  145. 'enabled' => 'Enabled', // TODO
  146. 'feed_count' => 'Feeds', // TODO
  147. 'is_admin' => 'Is admin', // TODO
  148. 'language' => 'שפה',
  149. 'last_user_activity' => 'Last user activity', // TODO
  150. 'list' => 'User list', // TODO
  151. 'number' => 'There is %d account created', // TODO
  152. 'numbers' => 'There are %d accounts created', // TODO
  153. 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
  154. 'password_format' => 'At least 7 characters', // TODO
  155. 'title' => 'Manage users', // TODO
  156. 'username' => 'שם משתמש',
  157. ),
  158. );