| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <?php
- /******************************************************************************/
- /* Each entry of that file can be associated with a comment to indicate its */
- /* state. When there is no comment, it means the entry is fully translated. */
- /* The recognized comments are (comment matching is case-insensitive): */
- /* + TODO: the entry has never been translated. */
- /* + DIRTY: the entry has been translated but needs to be updated. */
- /* + IGNORE: the entry does not need to be translated. */
- /* When a comment is not recognized, it is discarded. */
- /******************************************************************************/
- return array(
- 'auth' => array(
- 'allow_anonymous' => 'הרשאה לאנונימיים לקרוא את מאמרי משתמש ברירת המחדל (%s)',
- 'allow_anonymous_refresh' => 'הרשאה לאנונימיים לרענן את רשימת המאמרים',
- 'api_enabled' => 'הרשאת גישה ל <abbr>API</abbr> <small>(נדרש ליישומים סלולריים and sharing user queries)</small>', // DIRTY
- 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
- 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO
- 'none' => 'ללא (מסוכן)',
- 'title' => 'Authentication', // TODO
- 'token' => 'Master authentication token', // TODO
- 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO
- 'type' => 'שיטת אימות',
- 'unsafe_autologin' => 'הרשאה להתחברות אוטומטית בפורמט: ',
- ),
- 'check_install' => array(
- 'cache' => array(
- 'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
- 'ok' => 'ההרשאות בתיקיית המטמון תקינות',
- ),
- 'categories' => array(
- 'nok' => 'Category table is bad configured.',
- 'ok' => 'Category table is okay.', // TODO
- ),
- 'connection' => array(
- 'nok' => 'Connection to the database cannot being established.',
- 'ok' => 'Connection to the database is okay.', // TODO
- ),
- 'ctype' => array(
- 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
- 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת',
- ),
- 'curl' => array(
- 'nok' => 'בURL לא מותקן (php-curl package)',
- 'ok' => 'You have cURL extension.',
- ),
- 'data' => array(
- 'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
- 'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
- ),
- 'database' => 'Database installation', // TODO
- 'dom' => array(
- 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
- 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
- ),
- 'entries' => array(
- 'nok' => 'Entry table is improperly configured.', // TODO
- 'ok' => 'Entry table is okay.', // TODO
- ),
- 'favicons' => array(
- 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have write permission.', // TODO
- 'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
- ),
- 'feeds' => array(
- 'nok' => 'Feed table is bad configured.',
- 'ok' => 'Feed table is okay.', // TODO
- ),
- 'fileinfo' => array(
- 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO
- 'ok' => 'You have the fileinfo library.', // TODO
- ),
- 'files' => 'File installation', // TODO
- 'json' => array(
- 'nok' => 'You lack JSON (php-json package).',
- 'ok' => 'You have the JSON extension.', // TODO
- ),
- 'mbstring' => array(
- 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO
- 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO
- ),
- 'pcre' => array(
- 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)',
- 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)',
- ),
- 'pdo' => array(
- 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)',
- 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
- ),
- 'php' => array(
- '_' => 'PHP installation', // TODO
- 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
- 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
- ),
- 'tables' => array(
- 'nok' => 'There is one or more lacking tables in the database.',
- 'ok' => 'Tables are existing in the database.',
- ),
- 'title' => 'Installation check', // TODO
- 'tokens' => array(
- 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission', // TODO
- 'ok' => 'Permissions on the tokens directory are good.', // TODO
- ),
- 'users' => array(
- 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have write permission', // TODO
- 'ok' => 'Permissions on the users directory are good.', // TODO
- ),
- 'zip' => array(
- 'nok' => 'You lack ZIP extension (php-zip package).',
- 'ok' => 'You have the ZIP extension.', // TODO
- ),
- ),
- 'extensions' => array(
- 'author' => 'Author', // TODO
- 'community' => 'Available community extensions', // TODO
- 'description' => 'Description', // TODO
- 'disabled' => 'Disabled', // TODO
- 'empty_list' => 'There is no installed extension',
- 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
- 'enabled' => 'Enabled', // TODO
- 'latest' => 'Installed', // TODO
- 'name' => 'Name', // TODO
- 'no_configure_view' => 'This extension cannot be configured.', // TODO
- 'system' => array(
- '_' => 'System extensions', // TODO
- 'no_rights' => 'System extension (you do not have the required permissions)', // TODO
- ),
- 'title' => 'Extensions', // TODO
- 'update' => 'Update available', // TODO
- 'user' => 'User extensions', // TODO
- 'version' => 'Version', // TODO
- ),
- 'stats' => array(
- '_' => 'סטטיסטיקות',
- 'all_feeds' => 'כל ההזנות',
- 'category' => 'קטגוריה',
- 'entry_count' => 'סכום המאמרים',
- 'entry_per_category' => 'מאמרים על פי קטגוריה',
- 'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)',
- 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // TODO
- 'entry_per_hour' => 'Per hour (average: %.2f messages)', // TODO
- 'entry_per_month' => 'Per month (average: %.2f messages)', // TODO
- 'entry_repartition' => 'חלוקת המאמרים',
- 'feed' => 'הזנה',
- 'feed_per_category' => 'הזנות על פי קטגוריה',
- 'idle' => 'הזנות שלא עודכנו',
- 'main' => 'סטטיסטיקות ראשיות',
- 'main_stream' => 'הזנה ראשית',
- 'no_idle' => 'אין הזנות מובטלות!',
- 'number_entries' => '%d מאמרים',
- 'overview' => 'Overview', // TODO
- 'percent_of_total' => '% מסך הכל',
- 'repartition' => 'חלוקת המאמרים: %s', // DIRTY
- 'status_favorites' => 'מועדפים',
- 'status_read' => 'נקרא',
- 'status_total' => 'סך הכל',
- 'status_unread' => 'לא נקרא',
- 'title' => 'סטטיסטיקות',
- 'top_feed' => 'עשרת ההזנות המובילות',
- ),
- 'system' => array(
- '_' => 'System configuration', // TODO
- 'auto-update-url' => 'Auto-update server URL', // TODO
- 'base-url' => array(
- '_' => 'Base URL', // TODO
- 'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // TODO
- ),
- 'cookie-duration' => array(
- 'help' => 'in seconds', // TODO
- 'number' => 'Duration to keep logged in', // TODO
- ),
- 'force_email_validation' => 'Force email address validation', // TODO
- 'instance-name' => 'Instance name', // TODO
- 'max-categories' => 'Max number of categories per user', // TODO
- 'max-feeds' => 'Max number of feeds per user', // TODO
- 'registration' => array(
- 'number' => 'Max number of accounts', // TODO
- 'select' => array(
- 'label' => 'Registration form', // TODO
- 'option' => array(
- 'noform' => 'Disabled: No registration form', // TODO
- 'nolimit' => 'Enabled: No limit of accounts', // TODO
- 'setaccountsnumber' => 'Set max. number of accounts', // TODO
- ),
- ),
- 'status' => array(
- 'disabled' => 'Form disabled', // TODO
- 'enabled' => 'Form enabled', // TODO
- ),
- 'title' => 'User registration form', // TODO
- ),
- 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO
- 'tos' => array(
- 'disabled' => 'is not given', // TODO
- 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
- '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
- ),
- 'websub' => array(
- 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO
- ),
- ),
- 'update' => array(
- '_' => 'מערכת העדכון',
- 'apply' => 'החלת העדכון',
- 'changelog' => 'Changelog', // TODO
- 'check' => 'בדיקת עדכונים חדשים',
- 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO
- 'current_version' => 'Current installed version', // TODO
- 'last' => 'תאריך בדיקה אחרון',
- 'loading' => 'Updating…', // TODO
- 'none' => 'אין עדכון להחלה',
- 'releaseChannel' => array(
- '_' => 'Release channel', // TODO
- 'edge' => 'Rolling release (“edge”)', // TODO
- 'latest' => 'Stable release (“latest”)', // TODO
- ),
- 'title' => 'מערכת העדכון',
- 'viaGit' => 'Update via git and GitHub.com started', // TODO
- ),
- 'user' => array(
- 'admin' => 'Administrator', // TODO
- 'article_count' => 'Articles', // TODO
- 'back_to_manage' => '← Return to user list', // TODO
- 'create' => 'יצירת משתמש חדש',
- 'database_size' => 'Database size', // TODO
- 'email' => 'Email address', // TODO
- 'enabled' => 'Enabled', // TODO
- 'feed_count' => 'Feeds', // TODO
- 'is_admin' => 'Is admin', // TODO
- 'language' => 'שפה',
- 'last_user_activity' => 'Last user activity', // TODO
- 'list' => 'User list', // TODO
- 'number' => 'There is %d account created', // TODO
- 'numbers' => 'There are %d accounts created', // TODO
- 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
- 'password_format' => 'At least 7 characters', // TODO
- 'title' => 'Manage users', // TODO
- 'username' => 'שם משתמש',
- ),
- );
|