diff options
| author | 2025-12-21 19:26:08 +0100 | |
|---|---|---|
| committer | 2025-12-21 19:26:08 +0100 | |
| commit | 1a3912f25a27c8d78aacbbee98f6056f4ad47f1a (patch) | |
| tree | 90fe6bd955535aed22152fc3a41a51a4958f4d4d /app/i18n/he/admin.php | |
| parent | 672411ca7053345634a63dd3eabed75baf93043f (diff) | |
Improve configuration checks (#8334)
Add a distinction between recommended and required extensions.
Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581
Improve related checks such as ZIP.
Reduce duplicated translations and tests.
Diffstat (limited to 'app/i18n/he/admin.php')
| -rw-r--r-- | app/i18n/he/admin.php | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php index 1c4db255f..a29e0d804 100644 --- a/app/i18n/he/admin.php +++ b/app/i18n/he/admin.php @@ -23,92 +23,6 @@ return array( 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO 'type' => 'שיטת אימות', ), - '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 |
