diff options
| author | 2022-01-08 08:00:26 -0500 | |
|---|---|---|
| committer | 2022-01-08 14:00:26 +0100 | |
| commit | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (patch) | |
| tree | 8ec9a5948672e702c944c202f78294b81104582f /app/i18n/he | |
| parent | ed19445f74c30854c60873cd1df1c38e15fc316b (diff) | |
Change i18n process (#4131)
Before, the ignore info were stored in a different file which was a bit cumbersome
for new comers. Now, this info is stored directly in the translation file as a
comment.
Before, there was no way of telling translators that a previously translated string
was in need of a new translation. Now, the dirty information is there to convey that
info.
Diffstat (limited to 'app/i18n/he')
| -rw-r--r-- | app/i18n/he/admin.php | 134 | ||||
| -rw-r--r-- | app/i18n/he/conf.php | 148 | ||||
| -rw-r--r-- | app/i18n/he/feedback.php | 98 | ||||
| -rw-r--r-- | app/i18n/he/gen.php | 206 | ||||
| -rw-r--r-- | app/i18n/he/index.php | 20 | ||||
| -rw-r--r-- | app/i18n/he/install.php | 54 | ||||
| -rw-r--r-- | app/i18n/he/sub.php | 116 | ||||
| -rw-r--r-- | app/i18n/he/user.php | 50 |
8 files changed, 453 insertions, 373 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php index 8aed4b2d1..dc891a925 100644 --- a/app/i18n/he/admin.php +++ b/app/i18n/he/admin.php @@ -1,5 +1,15 @@ <?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)', @@ -8,7 +18,7 @@ return array( 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', 'none' => 'ללא (מסוכן)', - 'title' => 'Authentication', // TODO - Translation + 'title' => 'Authentication', // TODO 'token' => 'מחרוזת אימות', 'token_help' => 'Allows to access RSS output of the default user without authentication:', 'type' => 'שיטת אימות', @@ -21,11 +31,11 @@ return array( ), 'categories' => array( 'nok' => 'Category table is bad configured.', - 'ok' => 'Category table is okay.', // TODO - Translation + 'ok' => 'Category table is okay.', // TODO ), 'connection' => array( 'nok' => 'Connection to the database cannot being established.', - 'ok' => 'Connection to the database is okay.', // TODO - Translation + 'ok' => 'Connection to the database is okay.', // TODO ), 'ctype' => array( 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת', @@ -39,35 +49,35 @@ return array( 'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.', 'ok' => 'ההרשאות בתיקיית הדאטא תקינות', ), - 'database' => 'Database installation', // TODO - Translation + 'database' => 'Database installation', // TODO 'dom' => array( 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)', 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת', ), 'entries' => array( - 'nok' => 'Entry table is improperly configured.', // TODO - Translation - 'ok' => 'Entry table is okay.', // TODO - Translation + '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 - Translation + '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 - Translation + 'ok' => 'Feed table is okay.', // TODO ), 'fileinfo' => array( - 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO - Translation - 'ok' => 'You have the fileinfo library.', // TODO - Translation + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO + 'ok' => 'You have the fileinfo library.', // TODO ), - 'files' => 'File installation', // TODO - Translation + 'files' => 'File installation', // TODO 'json' => array( 'nok' => 'You lack JSON (php-json package).', - 'ok' => 'You have the JSON extension.', // TODO - Translation + 'ok' => 'You have the JSON extension.', // TODO ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO - Translation - 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO - Translation + '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)', @@ -78,7 +88,7 @@ return array( 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)', ), 'php' => array( - '_' => 'PHP installation', // TODO - Translation + '_' => 'PHP installation', // TODO 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS', ), @@ -86,38 +96,38 @@ return array( 'nok' => 'There is one or more lacking tables in the database.', 'ok' => 'Tables are existing in the database.', ), - 'title' => 'Installation check', // TODO - Translation + 'title' => 'Installation check', // TODO 'tokens' => array( - 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission', // TODO - Translation - 'ok' => 'Permissions on the tokens directory are good.', // TODO - Translation + '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 - Translation - 'ok' => 'Permissions on the users directory are good.', // TODO - Translation + '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 - Translation + 'ok' => 'You have the ZIP extension.', // TODO ), ), 'extensions' => array( - 'author' => 'Author', // TODO - Translation - 'community' => 'Available community extensions', // TODO - Translation - 'description' => 'Description', // TODO - Translation - 'disabled' => 'Disabled', // TODO - Translation + 'author' => 'Author', // TODO + 'community' => 'Available community extensions', // TODO + 'description' => 'Description', // TODO + 'disabled' => 'Disabled', // TODO 'empty_list' => 'There is no installed extension', - 'enabled' => 'Enabled', // TODO - Translation - 'latest' => 'Installed', // TODO - Translation - 'name' => 'Name', // TODO - Translation - 'no_configure_view' => 'This extension cannot be configured.', // TODO - Translation + 'enabled' => 'Enabled', // TODO + 'latest' => 'Installed', // TODO + 'name' => 'Name', // TODO + 'no_configure_view' => 'This extension cannot be configured.', // TODO 'system' => array( - '_' => 'System extensions', // TODO - Translation - 'no_rights' => 'System extension (you do not have the required permissions)', // TODO - Translation + '_' => 'System extensions', // TODO + 'no_rights' => 'System extension (you do not have the required permissions)', // TODO ), - 'title' => 'Extensions', // TODO - Translation - 'update' => 'Update available', // TODO - Translation - 'user' => 'User extensions', // TODO - Translation - 'version' => 'Version', // TODO - Translation + 'title' => 'Extensions', // TODO + 'update' => 'Update available', // TODO + 'user' => 'User extensions', // TODO + 'version' => 'Version', // TODO ), 'stats' => array( '_' => 'סטטיסטיקות', @@ -126,9 +136,9 @@ return array( 'entry_count' => 'סכום המאמרים', 'entry_per_category' => 'מאמרים על פי קטגוריה', 'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)', - 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // TODO - Translation - 'entry_per_hour' => 'Per hour (average: %.2f messages)', // TODO - Translation - 'entry_per_month' => 'Per month (average: %.2f messages)', // TODO - Translation + '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' => 'הזנות על פי קטגוריה', @@ -147,19 +157,19 @@ return array( 'top_feed' => 'עשרת ההזנות המובילות', ), 'system' => array( - '_' => 'System configuration', // TODO - Translation - 'auto-update-url' => 'Auto-update server URL', // TODO - Translation + '_' => 'System configuration', // TODO + 'auto-update-url' => 'Auto-update server URL', // TODO 'cookie-duration' => array( - 'help' => 'in seconds', // TODO - Translation - 'number' => 'Duration to keep logged in', // TODO - Translation + 'help' => 'in seconds', // TODO + 'number' => 'Duration to keep logged in', // TODO ), - 'force_email_validation' => 'Force email address validation', // TODO - Translation - 'instance-name' => 'Instance name', // TODO - Translation - 'max-categories' => 'Max number of categories per user', // TODO - Translation - 'max-feeds' => 'Max number of feeds per user', // TODO - Translation + '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( - 'help' => '0 means that there is no account limit', // TODO - Translation - 'number' => 'Max number of accounts', // TODO - Translation + 'help' => '0 means that there is no account limit', // TODO + 'number' => 'Max number of accounts', // TODO ), ), 'update' => array( @@ -172,23 +182,23 @@ return array( 'title' => 'מערכת העדכון', ), 'user' => array( - 'admin' => 'Administrator', // TODO - Translation - 'article_count' => 'Articles', // TODO - Translation - 'back_to_manage' => '← Return to user list', // TODO - Translation + 'admin' => 'Administrator', // TODO + 'article_count' => 'Articles', // TODO + 'back_to_manage' => '← Return to user list', // TODO 'create' => 'יצירת משתמש חדש', - 'database_size' => 'Database size', // TODO - Translation - 'email' => 'Email address', // TODO - Translation - 'enabled' => 'Enabled', // TODO - Translation - 'feed_count' => 'Feeds', // TODO - Translation - 'is_admin' => 'Is admin', // TODO - Translation + '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 - Translation - 'list' => 'User list', // TODO - Translation - 'number' => 'There is %d account created', // TODO - Translation - 'numbers' => 'There are %d accounts created', // TODO - Translation + '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 - Translation - 'title' => 'Manage users', // TODO - Translation + 'password_format' => 'At least 7 characters', // TODO + 'title' => 'Manage users', // TODO 'username' => 'שם משתמש', ), ); diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 555a6ad53..62be3af7e 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -1,21 +1,31 @@ <?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( 'archiving' => array( '_' => 'ארכוב', - 'exception' => 'Purge exception', // TODO - Translation + 'exception' => 'Purge exception', // TODO 'help' => 'אפשרויות נוספות זמינות בזרמים ספציפיים', - 'keep_favourites' => 'Never delete favourites', // TODO - Translation - 'keep_labels' => 'Never delete labels', // TODO - Translation - 'keep_max' => 'Maximum number of articles to keep', // TODO - Translation - 'keep_min_by_feed' => 'Minimum number of articles to keep per feed', // TODO - Translation - 'keep_period' => 'Maximum age of articles to keep', // TODO - Translation - 'keep_unreads' => 'Never delete unread articles', // TODO - Translation - 'maintenance' => 'Maintenance', // TODO - Translation + 'keep_favourites' => 'Never delete favourites', // TODO + 'keep_labels' => 'Never delete labels', // TODO + 'keep_max' => 'Maximum number of articles to keep', // TODO + 'keep_min_by_feed' => 'Minimum number of articles to keep per feed', // TODO + 'keep_period' => 'Maximum age of articles to keep', // TODO + 'keep_unreads' => 'Never delete unread articles', // TODO + 'maintenance' => 'Maintenance', // TODO 'optimize' => 'מיטוב בסיס הנתונים', 'optimize_help' => 'ביצוע לעיתים קרובות על מנת למטב את בסיס הנתונים', - 'policy' => 'Purge policy', // TODO - Translation - 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO - Translation + 'policy' => 'Purge policy', // TODO + 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO 'purge_now' => 'ניקוי עכשיו', 'title' => 'ארכוב', 'ttl' => 'אין לרענן אוטומטית יותר מ', @@ -24,12 +34,12 @@ return array( '_' => 'תצוגה', 'icon' => array( 'bottom_line' => 'שורה תחתונה', - 'display_authors' => 'Authors', // TODO - Translation + 'display_authors' => 'Authors', // TODO 'entry' => 'סמלילי מאמרים', 'publication_date' => 'תאריך הפרסום', 'related_tags' => 'תגיות קשורות', 'sharing' => 'שיתוף', - 'summary' => 'Summary', // TODO - Translation + 'summary' => 'Summary', // TODO 'top_line' => 'שורה עליונה', ), 'language' => 'שפה', @@ -37,15 +47,15 @@ return array( 'seconds' => 'שניות (0 משמעותה ללא פג תוקף)', 'timeout' => 'HTML5 התראה פג תוקף', ), - 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation + 'show_nav_buttons' => 'Show the navigation buttons', // TODO 'theme' => 'ערכת נושא', - 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO - Translation + 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation + 'label' => 'Thumbnail', // TODO + 'landscape' => 'Landscape', // TODO + 'none' => 'None', // TODO + 'portrait' => 'Portrait', // TODO + 'square' => 'Square', // TODO ), 'title' => 'תצוגה', 'width' => array( @@ -57,36 +67,36 @@ return array( ), ), 'profile' => array( - '_' => 'Profile management', // TODO - Translation - 'api' => 'API management', // TODO - Translation + '_' => 'Profile management', // TODO + 'api' => 'API management', // TODO 'delete' => array( - '_' => 'Account deletion', // TODO - Translation - 'warn' => 'Your account and all related data will be deleted.', // TODO - Translation + '_' => 'Account deletion', // TODO + 'warn' => 'Your account and all related data will be deleted.', // TODO ), - 'email' => 'Email address', // TODO - Translation + 'email' => 'Email address', // TODO 'password_api' => 'סיסמת API<br /><small>(לדוגמה ליישומים סלולריים)</small>', 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>', - 'password_format' => 'At least 7 characters', // TODO - Translation - 'title' => 'Profile', // TODO - Translation + 'password_format' => 'At least 7 characters', // TODO + 'title' => 'Profile', // TODO ), 'query' => array( '_' => 'שאילתות', 'deprecated' => 'שאילתה זו אינה בתוקף יותר, הפיד או הקטגוריה לייחוס נמחקו.', 'filter' => array( '_' => 'מסננים בשימוש:', - 'categories' => 'Display by category', // TODO - Translation - 'feeds' => 'Display by feed', // TODO - Translation - 'order' => 'Sort by date', // TODO - Translation - 'search' => 'Expression', // TODO - Translation - 'state' => 'State', // TODO - Translation - 'tags' => 'Display by tag', // TODO - Translation - 'type' => 'Type', // TODO - Translation + 'categories' => 'Display by category', // TODO + 'feeds' => 'Display by feed', // TODO + 'order' => 'Sort by date', // TODO + 'search' => 'Expression', // TODO + 'state' => 'State', // TODO + 'tags' => 'Display by tag', // TODO + 'type' => 'Type', // TODO ), 'get_all' => 'הצגת כל המאמרים', 'get_category' => 'הצגת קטגוריה "%s"', 'get_favorite' => 'הצגת מאמרים מועדפים', 'get_feed' => 'הצגת הזנה %s', - 'name' => 'Name', // TODO - Translation + 'name' => 'Name', // TODO 'no_filter' => 'ללא סינון', 'number' => 'שאילתה מספר °%d', 'order_asc' => 'הצגת מאמרים ישנים בראש', @@ -113,39 +123,39 @@ return array( 'reading' => array( '_' => 'קריאה', 'after_onread' => 'לאחר “סימון הכל כנקרא”,', - 'always_show_favorites' => 'Show all articles in favourites by default', // TODO - Translation + 'always_show_favorites' => 'Show all articles in favourites by default', // TODO 'articles_per_page' => 'מספר המאמרים בעמוד', 'auto_load_more' => 'טעינת המאמר הבא סוף העמוד', - 'auto_remove_article' => 'Hide articles after reading', // TODO - Translation + 'auto_remove_article' => 'Hide articles after reading', // TODO 'confirm_enabled' => 'הצגת דו-שיח לאישור “סימון הכל כנקרא” ', 'display_articles_unfolded' => 'הצגת מאמרים בשלמותם כברירת מחדל', - 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation + 'display_categories_unfolded' => 'Categories to unfold', // TODO 'hide_read_feeds' => 'הסתרת קטגוריות & הזנות ללא מאמרים שלא נקראו (לא עובד יחד עם “הצגת כל המאמרים”)', 'img_with_lazyload' => 'שימוש ב "טעינה עצלה" על מנת לטעון תמונות', 'jump_next' => 'קפיצה לפריט הבא שלא נקרא (הזנה או קטגוריה)', - 'mark_updated_article_unread' => 'Mark updated articles as unread', // TODO - Translation + 'mark_updated_article_unread' => 'Mark updated articles as unread', // TODO 'number_divided_when_reader' => 'חלוקה ב2 במצב קריאה.', 'read' => array( 'article_open_on_website' => 'כאשר מאמר נפתח באתר המקורי', 'article_viewed' => 'כאשר מאמר נצפה', - 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation + 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO 'scroll' => 'כאשר גוללים', 'upon_reception' => 'כאשר המאמר מתקבל', 'when' => 'סימון מאמרים כנקראו…', - 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation + 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO ), 'show' => array( '_' => 'מאמרים להצגה', - 'active_category' => 'Active category', // TODO - Translation + 'active_category' => 'Active category', // TODO 'adaptive' => 'תצוגה מתעדכנת', 'all_articles' => 'הצגת כל המאמרים', - 'all_categories' => 'All categories', // TODO - Translation - 'no_category' => 'No category', // TODO - Translation - 'remember_categories' => 'Remember open categories', // TODO - Translation + 'all_categories' => 'All categories', // TODO + 'no_category' => 'No category', // TODO + 'remember_categories' => 'Remember open categories', // TODO 'unread' => 'הצגת מאמרים שלא נקראו בלבד', ), - 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation - 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation + 'show_fav_unread_help' => 'Applies also on labels', // TODO + 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO 'sort' => array( '_' => 'סדר המיון', 'newer_first' => 'חדשים בראש', @@ -162,32 +172,32 @@ return array( ), 'sharing' => array( '_' => 'שיתוף', - 'add' => 'Add a sharing method', // TODO - Translation - 'blogotext' => 'Blogotext', - 'diaspora' => 'Diaspora*', + 'add' => 'Add a sharing method', // TODO + 'blogotext' => 'Blogotext', // IGNORE + 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'דואר אלקטרוני', - 'facebook' => 'Facebook', + 'facebook' => 'Facebook', // IGNORE 'more_information' => 'מידע נוסף', 'print' => 'הדפסה', - 'raindrop' => 'Raindrop.io', - 'remove' => 'Remove sharing method', // TODO - Translation - 'shaarli' => 'Shaarli', + 'raindrop' => 'Raindrop.io', // IGNORE + 'remove' => 'Remove sharing method', // TODO + 'shaarli' => 'Shaarli', // IGNORE 'share_name' => 'שיתוף שם לתצוגה', 'share_url' => 'לשימוש שתפו URL', 'title' => 'שיתוף', - 'twitter' => 'Twitter', - 'wallabag' => 'wallabag', + 'twitter' => 'Twitter', // IGNORE + 'wallabag' => 'wallabag', // IGNORE ), 'shortcut' => array( '_' => 'קיצורי דרך', 'article_action' => 'פעולות על מאמרים', 'auto_share' => 'שיתוף', 'auto_share_help' => 'אם יש רק מצב שיתוף אחד, הוא מופעל. אחרת המצבים נבחרים על בסיס המספר שלהם.', - 'close_dropdown' => 'Close menus', // TODO - Translation + 'close_dropdown' => 'Close menus', // TODO 'collapse_article' => 'כיווץ', 'first_article' => 'דילוג למאמר הראשון', 'focus_search' => 'גישה לתיבת החיפוש', - 'global_view' => 'Switch to global view', // TODO - Translation + 'global_view' => 'Switch to global view', // TODO 'help' => 'הצגת התיעוד', 'javascript' => 'חובה להפעיל JavaScript על מנת לעשות שימוש בקיצורי דרך', 'last_article' => 'דילוג למאמר האחרון', @@ -196,27 +206,27 @@ return array( 'mark_read' => 'סימון כנקרא', 'navigation' => 'ניווט', 'navigation_help' => 'בעזרת מקש השיפט קיצורי דרך חלים על הזנות .<br/>עם מקש האלט הם חלים על קטגוריות.', - 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO - Translation + 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO 'next_article' => 'דילוג למאמר הבא', - 'next_unread_article' => 'Open the next unread article', // TODO - Translation - 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO - Translation - 'normal_view' => 'Switch to normal view', // TODO - Translation + 'next_unread_article' => 'Open the next unread article', // TODO + 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO + 'normal_view' => 'Switch to normal view', // TODO 'other_action' => 'פעולות אחרות', 'previous_article' => 'דילוג למאמר הקודם', - 'reading_view' => 'Switch to reading view', // TODO - Translation - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'reading_view' => 'Switch to reading view', // TODO + 'rss_view' => 'Open as RSS feed', // TODO 'see_on_website' => 'ראו את המקור באתר', - 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO - Translation - 'skip_next_article' => 'Focus next without opening', // TODO - Translation - 'skip_previous_article' => 'Focus previous without opening', // TODO - Translation + 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO + 'skip_next_article' => 'Focus next without opening', // TODO + 'skip_previous_article' => 'Focus previous without opening', // TODO 'title' => 'קיצורי דרך', - 'toggle_media' => 'Play/pause media', // TODO - Translation + 'toggle_media' => 'Play/pause media', // TODO 'user_filter' => 'גישה למססנים', 'user_filter_help' => 'אם יש רק מזנן אחד הוא יהיה בשימוש. אחרת המסננים ישמשו על בסיס המספר שלהם.', - 'views' => 'Views', // TODO - Translation + 'views' => 'Views', // TODO ), 'user' => array( - 'articles_and_size' => '%s articles (%s)', // TODO - Translation + 'articles_and_size' => '%s articles (%s)', // TODO 'current' => 'משתמש נוכחי', 'is_admin' => 'מנהל', 'users' => 'משתמשים', diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index 276937f40..2c6a2270b 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -1,5 +1,15 @@ <?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( 'access' => array( 'denied' => 'אין לך הרשאות לצפות בדף זה', @@ -10,40 +20,40 @@ return array( ), 'api' => array( 'password' => array( - 'failed' => 'Your password cannot be modified', // TODO - Translation - 'updated' => 'Your password has been modified', // TODO - Translation + 'failed' => 'Your password cannot be modified', // TODO + 'updated' => 'Your password has been modified', // TODO ), ), 'auth' => array( 'login' => array( 'invalid' => 'הכניסה לחשבון שגויה', - 'success' => 'You are connected', // TODO - Translation + 'success' => 'You are connected', // TODO ), 'logout' => array( - 'success' => 'You are disconnected', // TODO - Translation + 'success' => 'You are disconnected', // TODO ), ), 'conf' => array( - 'error' => 'An error occurred while saving configuration', // TODO - Translation + 'error' => 'An error occurred while saving configuration', // TODO 'query_created' => 'השאילתה "%s" נוצרה.', 'shortcuts_updated' => 'קיצורי הדרך עודכנו', 'updated' => 'ההגדרות עודכנו', ), 'extensions' => array( - 'already_enabled' => '%s is already enabled', // TODO - Translation - 'cannot_remove' => '%s cannot be removed', // TODO - Translation + 'already_enabled' => '%s is already enabled', // TODO + 'cannot_remove' => '%s cannot be removed', // TODO 'disable' => array( - 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO - Translation - 'ok' => '%s is now disabled', // TODO - Translation + 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO + 'ok' => '%s is now disabled', // TODO ), 'enable' => array( - 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO - Translation - 'ok' => '%s is now enabled', // TODO - Translation + 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO + 'ok' => '%s is now enabled', // TODO ), - 'no_access' => 'You have no access on %s', // TODO - Translation + 'no_access' => 'You have no access on %s', // TODO 'not_enabled' => '%s is not enabled yet', - 'not_found' => '%s does not exist', // TODO - Translation - 'removed' => '%s removed', // TODO - Translation + 'not_found' => '%s does not exist', // TODO + 'removed' => '%s removed', // TODO ), 'import_export' => array( 'export_no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.', @@ -54,60 +64,60 @@ return array( 'zip_error' => 'אירעה שגיאה במהלך ייבוא קובץ הZIP.', ), 'profile' => array( - 'error' => 'Your profile cannot be modified', // TODO - Translation - 'updated' => 'Your profile has been modified', // TODO - Translation + 'error' => 'Your profile cannot be modified', // TODO + 'updated' => 'Your profile has been modified', // TODO ), 'sub' => array( 'actualize' => 'מימוש', 'articles' => array( - 'marked_read' => 'The selected articles have been marked as read.', // TODO - Translation - 'marked_unread' => 'The articles have been marked as unread.', // TODO - Translation + 'marked_read' => 'The selected articles have been marked as read.', // TODO + 'marked_unread' => 'The articles have been marked as unread.', // TODO ), 'category' => array( - 'created' => 'Category %s has been created.', // TODO - Translation - 'deleted' => 'Category has been deleted.', // TODO - Translation + 'created' => 'Category %s has been created.', // TODO + 'deleted' => 'Category has been deleted.', // TODO 'emptied' => 'הקטגוריה רוקנה', - 'error' => 'Category cannot be updated', // TODO - Translation - 'name_exists' => 'Category name already exists.', // TODO - Translation + 'error' => 'Category cannot be updated', // TODO + 'name_exists' => 'Category name already exists.', // TODO 'no_id' => 'You must precise the id of the category.', - 'no_name' => 'Category name cannot be empty.', // TODO - Translation - 'not_delete_default' => 'You cannot delete the default category!', // TODO - Translation - 'not_exist' => 'The category does not exist!', // TODO - Translation - 'over_max' => 'You have reached your limit of categories (%d)', // TODO - Translation - 'updated' => 'Category has been updated.', // TODO - Translation + 'no_name' => 'Category name cannot be empty.', // TODO + 'not_delete_default' => 'You cannot delete the default category!', // TODO + 'not_exist' => 'The category does not exist!', // TODO + 'over_max' => 'You have reached your limit of categories (%d)', // TODO + 'updated' => 'Category has been updated.', // TODO ), 'feed' => array( 'actualized' => '<em>%s</em> עודכן', 'actualizeds' => 'הזנות RSS עודכנו', 'added' => 'RSS הזנת <em>%s</em> נוספה', 'already_subscribed' => 'אתה כבר רשום ל <em>%s</em>', - 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation + 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO 'deleted' => 'ההזנה נמחקה', - 'error' => 'Feed cannot be updated', // TODO - Translation + 'error' => 'Feed cannot be updated', // TODO 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. <a href="%s">בדקו את הלוגים</a> לפרטים.', 'invalid_url' => 'URL <em>%s</em> אינו תקין', 'n_actualized' => '%d הזנות עודכנו', 'n_entries_deleted' => '%d המאמרים נמחקו', 'no_refresh' => 'אין הזנה שניתן לרענן…', 'not_added' => '<em>%s</em> אין אפשרות להוסיף את', - 'not_found' => 'Feed cannot be found', // TODO - Translation - 'over_max' => 'You have reached your limit of feeds (%d)', // TODO - Translation - 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation + 'not_found' => 'Feed cannot be found', // TODO + 'over_max' => 'You have reached your limit of feeds (%d)', // TODO + 'reloaded' => '<em>%s</em> has been reloaded', // TODO 'selector_preview' => array( - 'http_error' => 'Failed to load website content.', // TODO - Translation - 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO - Translation - 'no_feed' => 'Internal error (feed cannot be found).', // TODO - Translation - 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation - 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation + 'http_error' => 'Failed to load website content.', // TODO + 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO + 'no_feed' => 'Internal error (feed cannot be found).', // TODO + 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO + 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO ), 'updated' => 'ההזנה התעדכנה', ), 'purge_completed' => 'הניקוי הושלם (%d מאמרים נמחקו)', ), 'tag' => array( - 'created' => 'Tag "%s" has been created.', // TODO - Translation - 'name_exists' => 'Tag name already exists.', // TODO - Translation - 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + 'created' => 'Tag "%s" has been created.', // TODO + 'name_exists' => 'Tag name already exists.', // TODO + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO ), 'update' => array( 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.', @@ -120,15 +130,15 @@ return array( 'user' => array( 'created' => array( '_' => 'המשתמש %s נוצר', - 'error' => 'User %s cannot be created', // TODO - Translation + 'error' => 'User %s cannot be created', // TODO ), 'deleted' => array( '_' => 'המשתמש %s נמחק', - 'error' => 'User %s cannot be deleted', // TODO - Translation + 'error' => 'User %s cannot be deleted', // TODO ), 'updated' => array( - '_' => 'User %s has been updated', // TODO - Translation - 'error' => 'User %s has not been updated', // TODO - Translation + '_' => 'User %s has been updated', // TODO + 'error' => 'User %s has not been updated', // TODO ), ), ); diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index 44e708eda..9aa22a48f 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -1,65 +1,75 @@ <?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( 'action' => array( 'actualize' => 'מימוש', - 'add' => 'Add', // TODO - Translation - 'back' => '← Go back', // TODO - Translation + 'add' => 'Add', // TODO + 'back' => '← Go back', // TODO 'back_to_rss_feeds' => '← חזרה להזנות הRSS שלך', 'cancel' => 'ביטול', 'create' => 'יצירה', - 'demote' => 'Demote', // TODO - Translation - 'disable' => 'Disable', // TODO - Translation - 'empty' => 'Empty', // TODO - Translation - 'enable' => 'Enable', // TODO - Translation + 'demote' => 'Demote', // TODO + 'disable' => 'Disable', // TODO + 'empty' => 'Empty', // TODO + 'enable' => 'Enable', // TODO 'export' => 'ייצוא', 'filter' => 'מסנן', 'import' => 'ייבוא', - 'load_default_shortcuts' => 'Load default shortcuts', // TODO - Translation + 'load_default_shortcuts' => 'Load default shortcuts', // TODO 'manage' => 'ניהול', 'mark_read' => 'סימון כנקרא', - 'promote' => 'Promote', // TODO - Translation - 'purge' => 'Purge', // TODO - Translation - 'remove' => 'Remove', // TODO - Translation - 'rename' => 'Rename', // TODO - Translation + 'promote' => 'Promote', // TODO + 'purge' => 'Purge', // TODO + 'remove' => 'Remove', // TODO + 'rename' => 'Rename', // TODO 'see_website' => 'ראו אתר', 'submit' => 'אישור', 'truncate' => 'מחיקת כל המאמרים', - 'update' => 'Update', // TODO - Translation + 'update' => 'Update', // TODO ), 'auth' => array( - 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation - 'email' => 'Email address', // TODO - Translation + 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO + 'email' => 'Email address', // TODO 'keep_logged_in' => 'השאר מחובר <small>חודש</small>', 'login' => 'כניסה לחשבון', 'logout' => 'יציאה מהחשבון', 'password' => array( '_' => 'סיסמה', - 'format' => '<small>At least 7 characters</small>', // TODO - Translation + 'format' => '<small>At least 7 characters</small>', // TODO ), 'registration' => array( - '_' => 'New account', // TODO - Translation - 'ask' => 'Create an account?', // TODO - Translation - 'title' => 'Account creation', // TODO - Translation + '_' => 'New account', // TODO + 'ask' => 'Create an account?', // TODO + 'title' => 'Account creation', // TODO ), 'username' => array( '_' => 'שם משתמש', - 'format' => '<small>Maximum 16 alphanumeric characters</small>', // TODO - Translation + 'format' => '<small>Maximum 16 alphanumeric characters</small>', // TODO ), ), 'date' => array( - 'Apr' => '\\A\\p\\r\\i\\l', // TODO - Translation - 'Aug' => '\\A\\u\\g\\u\\s\\t', // TODO - Translation - 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', // TODO - Translation - 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', // TODO - Translation - 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', // TODO - Translation - 'Jul' => '\\J\\u\\l\\y', // TODO - Translation - 'Jun' => '\\J\\u\\n\\e', // TODO - Translation - 'Mar' => '\\M\\a\\r\\c\\h', // TODO - Translation - 'May' => '\\M\\a\\y', // TODO - Translation - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // TODO - Translation - 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', // TODO - Translation - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // TODO - Translation + 'Apr' => '\\A\\p\\r\\i\\l', // TODO + 'Aug' => '\\A\\u\\g\\u\\s\\t', // TODO + 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', // TODO + 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', // TODO + 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', // TODO + 'Jul' => '\\J\\u\\l\\y', // TODO + 'Jun' => '\\J\\u\\n\\e', // TODO + 'Mar' => '\\M\\a\\r\\c\\h', // TODO + 'May' => '\\M\\a\\y', // TODO + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // TODO + 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', // TODO + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // TODO 'apr' => 'apr', 'april' => 'Apr', 'aug' => 'aug', @@ -69,90 +79,90 @@ return array( 'december' => 'Dec', 'feb' => 'feb', 'february' => 'Feb', - 'format_date' => 'j %s Y', - 'format_date_hour' => 'j %s Y \\a\\t H\\:i', - 'fri' => 'Fri', // TODO - Translation + 'format_date' => 'j %s Y', // IGNORE + 'format_date_hour' => 'j %s Y \\a\\t H\\:i', // IGNORE + 'fri' => 'Fri', // TODO 'jan' => 'jan', 'january' => 'Jan', 'jul' => 'jul', 'july' => 'Jul', 'jun' => 'jun', 'june' => 'Jun', - 'last_2_year' => 'Last two years', // TODO - Translation + 'last_2_year' => 'Last two years', // TODO 'last_3_month' => 'בשלושת החודשים האחרונים', - 'last_3_year' => 'Last three years', // TODO - Translation - 'last_5_year' => 'Last five years', // TODO - Translation + 'last_3_year' => 'Last three years', // TODO + 'last_5_year' => 'Last five years', // TODO 'last_6_month' => 'בששת החודשים האחרונים', 'last_month' => 'בחודש שעבר', 'last_week' => 'בשבוע שעבר', 'last_year' => 'בשנה האחרונה', 'mar' => 'mar', 'march' => 'Mar', - 'may' => 'May', // TODO - Translation - 'may_' => 'May', // TODO - Translation - 'mon' => 'Mon', // TODO - Translation + 'may' => 'May', // TODO + 'may_' => 'May', // TODO + 'mon' => 'Mon', // TODO 'month' => 'חודשים', 'nov' => 'nov', 'november' => 'Nov', 'oct' => 'oct', 'october' => 'Oct', - 'sat' => 'Sat', // TODO - Translation + 'sat' => 'Sat', // TODO 'sep' => 'sep', 'september' => 'Sep', - 'sun' => 'Sun', // TODO - Translation - 'thu' => 'Thu', // TODO - Translation + 'sun' => 'Sun', // TODO + 'thu' => 'Thu', // TODO 'today' => 'היום', - 'tue' => 'Tue', // TODO - Translation - 'wed' => 'Wed', // TODO - Translation + 'tue' => 'Tue', // TODO + 'wed' => 'Wed', // TODO 'yesterday' => 'אתמול', ), 'dir' => 'rtl', 'freshrss' => array( - '_' => 'FreshRSS', // TODO - Translation + '_' => 'FreshRSS', // TODO 'about' => 'אודות FreshRSS', ), 'js' => array( - 'category_empty' => 'Empty category', // TODO - Translation + 'category_empty' => 'Empty category', // TODO 'confirm_action' => 'האם אתם בטוחים שברצונכם לבצע פעולה זו? אין אפשרות לבטל אותה!', 'confirm_action_feed_cat' => 'האם אתם בטוחים שברצוניכם לבצע פעולה זו? מועדפים ושאילתות עשויות לאבוד. אין אפשרות לבטל אותה!', 'feedback' => array( 'body_new_articles' => 'ישנם \\d מאמרים חדשים לקרוא ב FreshRSS.', - 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', // TODO - Translation + 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', // TODO 'title_new_articles' => 'FreshRSS: מאמרים חדשים!', ), 'new_article' => 'מאמרים חדשים זמינים, לחצו לרענון העמוד.', 'should_be_activated' => 'חובה להפעיל JavaScript', ), 'lang' => array( - 'cz' => 'Čeština', - 'de' => 'Deutsch', - 'en' => 'English', - 'en-us' => 'English (United States)', - 'es' => 'Español', - 'fr' => 'Français', - 'he' => 'עברית', - 'it' => 'Italiano', - 'ja' => '日本語', - 'ko' => '한국어', - 'nl' => 'Nederlands', - 'oc' => 'Occitan', - 'pl' => 'Polski', - 'pt-br' => 'Português (Brasil)', - 'ru' => 'Русский', - 'sk' => 'Slovenčina', - 'tr' => 'Türkçe', - 'zh-cn' => '简体中文', + 'cz' => 'Čeština', // IGNORE + 'de' => 'Deutsch', // IGNORE + 'en' => 'English', // IGNORE + 'en-us' => 'English (United States)', // IGNORE + 'es' => 'Español', // IGNORE + 'fr' => 'Français', // IGNORE + 'he' => 'עברית', // IGNORE + 'it' => 'Italiano', // IGNORE + 'ja' => '日本語', // IGNORE + 'ko' => '한국어', // IGNORE + 'nl' => 'Nederlands', // IGNORE + 'oc' => 'Occitan', // IGNORE + 'pl' => 'Polski', // IGNORE + 'pt-br' => 'Português (Brasil)', // IGNORE + 'ru' => 'Русский', // IGNORE + 'sk' => 'Slovenčina', // IGNORE + 'tr' => 'Türkçe', // IGNORE + 'zh-cn' => '简体中文', // IGNORE ), 'menu' => array( 'about' => 'אודות', - 'account' => 'Account', // TODO - Translation + 'account' => 'Account', // TODO 'admin' => 'ניהול', 'archiving' => 'ארכוב', - 'authentication' => 'Authentication', // TODO - Translation - 'check_install' => 'Installation check', // TODO - Translation + 'authentication' => 'Authentication', // TODO + 'check_install' => 'Installation check', // TODO 'configuration' => 'הגדרות', 'display' => 'תצוגה', - 'extensions' => 'Extensions', // TODO - Translation + 'extensions' => 'Extensions', // TODO 'logs' => 'לוגים', 'queries' => 'שאילתות', 'reading' => 'קריאה', @@ -160,10 +170,10 @@ return array( 'sharing' => 'שיתוף', 'shortcuts' => 'קיצורי דרך', 'stats' => 'סטטיסטיקות', - 'system' => 'System configuration', // TODO - Translation + 'system' => 'System configuration', // TODO 'update' => 'עדכון', - 'user_management' => 'Manage users', // TODO - Translation - 'user_profile' => 'Profile', // TODO - Translation + 'user_management' => 'Manage users', // TODO + 'user_profile' => 'Profile', // TODO ), 'pagination' => array( 'first' => 'הראשון', @@ -175,33 +185,33 @@ return array( 'previous' => 'הקודם', ), 'period' => array( - 'days' => 'days', // TODO - Translation - 'hours' => 'hours', // TODO - Translation - 'months' => 'months', // TODO - Translation - 'weeks' => 'weeks', // TODO - Translation - 'years' => 'years', // TODO - Translation + 'days' => 'days', // TODO + 'hours' => 'hours', // TODO + 'months' => 'months', // TODO + 'weeks' => 'weeks', // TODO + 'years' => 'years', // TODO ), 'share' => array( - 'Known' => 'Known based sites', // TODO - Translation - 'blogotext' => 'Blogotext', - 'clipboard' => 'Clipboard', // TODO - Translation - 'diaspora' => 'Diaspora*', + 'Known' => 'Known based sites', // TODO + 'blogotext' => 'Blogotext', // IGNORE + 'clipboard' => 'Clipboard', // TODO + 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'דואר אלקטרוני', - 'facebook' => 'Facebook', - 'gnusocial' => 'GNU social', - 'jdh' => 'Journal du hacker', - 'lemmy' => 'Lemmy', - 'linkedin' => 'LinkedIn', - 'mastodon' => 'Mastodon', - 'movim' => 'Movim', - 'pinboard' => 'Pinboard', - 'pocket' => 'Pocket', + 'facebook' => 'Facebook', // IGNORE + 'gnusocial' => 'GNU social', // IGNORE + 'jdh' => 'Journal du hacker', // IGNORE + 'lemmy' => 'Lemmy', // IGNORE + 'linkedin' => 'LinkedIn', // IGNORE + 'mastodon' => 'Mastodon', // IGNORE + 'movim' => 'Movim', // IGNORE + 'pinboard' => 'Pinboard', // IGNORE + 'pocket' => 'Pocket', // IGNORE 'print' => 'הדפסה', - 'raindrop' => 'Raindrop.io', - 'shaarli' => 'Shaarli', - 'twitter' => 'Twitter', - 'wallabag' => 'wallabag v1', - 'wallabagv2' => 'wallabag v2', + 'raindrop' => 'Raindrop.io', // IGNORE + 'shaarli' => 'Shaarli', // IGNORE + 'twitter' => 'Twitter', // IGNORE + 'wallabag' => 'wallabag v1', // IGNORE + 'wallabagv2' => 'wallabag v2', // IGNORE ), 'short' => array( 'attention' => 'זהירות!', @@ -210,8 +220,8 @@ return array( 'by_default' => 'ברירת מחדל', 'damn' => 'הו לא!', 'default_category' => 'ללא קטגוריה', - 'no' => 'לא', - 'not_applicable' => 'Not available', // TODO - Translation + 'no' => 'לא', // IGNORE + 'not_applicable' => 'Not available', // TODO 'ok' => 'כן!', 'or' => 'או', 'yes' => 'כן', diff --git a/app/i18n/he/index.php b/app/i18n/he/index.php index 3579344d6..8e86ebf41 100644 --- a/app/i18n/he/index.php +++ b/app/i18n/he/index.php @@ -1,9 +1,19 @@ <?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( 'about' => array( '_' => 'אודות', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', + 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE 'bugs_reports' => 'דיווח באגים', 'credits' => 'קרדיטים', 'credits_content' => 'מאפייני עיצוב מסויימים הגיעו מ <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> אף על פי ש FreshRSS אינו משתמש בתשתית הזו. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">סמלילים</a> הגיעו מ <a href="https://www.gnome.org/"> פרוייקט GNOME </a>. <em>Open Sans</em> הגופן police נוצר על ידי <a href="https://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Favicons נאספים בעזרת <a href="https://getfavicon.appspot.com/">getFavicon API</a>. FreshRSS מבוסס על <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, תשתית PHP.', @@ -32,14 +42,14 @@ return array( 'about' => 'אודות FreshRSS', 'before_one_day' => 'אתמול', 'before_one_week' => 'לפני שבוע', - 'bookmark_query' => 'Bookmark current query', // TODO - Translation + 'bookmark_query' => 'Bookmark current query', // TODO 'favorites' => 'מועדפים (%s)', 'global_view' => 'תצוגה גלובלית', 'main_stream' => 'הזנה ראשית', 'mark_all_read' => 'סימון הכל כנקרא', 'mark_cat_read' => 'סימון קטגוריה כנקראה', 'mark_feed_read' => 'סימון הזנה כנקראה', - 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation + 'mark_selection_unread' => 'Mark selection as unread', // TODO 'newer_first' => 'חדשים בראש', 'non-starred' => 'הצגת הכל פרט למועדפים', 'normal_view' => 'תצוגה רגילה', @@ -52,7 +62,7 @@ return array( 'starred' => 'הצגת מועדפים בלבד', 'stats' => 'סטטיסטיקות', 'subscription' => 'ניהול הרשמות', - 'tags' => 'My labels', // TODO - Translation + 'tags' => 'My labels', // TODO 'unread' => 'הצגת מאמרים שלא נקראו בלבד', ), 'share' => 'שיתוף', @@ -60,6 +70,6 @@ return array( 'related' => 'תגיות קשורות', ), 'tos' => array( - 'title' => 'Terms of Service', // TODO - Translation + 'title' => 'Terms of Service', // TODO ), ); diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php index f6b989fc6..782f926cc 100644 --- a/app/i18n/he/install.php +++ b/app/i18n/he/install.php @@ -1,19 +1,29 @@ <?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( 'action' => array( 'finish' => 'השלמת ההתקנה', 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.', - 'keep_install' => 'Keep previous configuration', // TODO - Translation + 'keep_install' => 'Keep previous configuration', // TODO 'next_step' => 'לשלב הבא', - 'reinstall' => 'Reinstall FreshRSS', // TODO - Translation + 'reinstall' => 'Reinstall FreshRSS', // TODO ), 'auth' => array( 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', 'none' => 'ללא (מסוכן)', 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>', - 'password_format' => 'At least 7 characters', // TODO - Translation + 'password_format' => 'At least 7 characters', // TODO 'type' => 'שיטת אימות', ), 'bdd' => array( @@ -31,7 +41,7 @@ return array( ), 'check' => array( '_' => 'בדיקות', - 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO - Translation + 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO 'cache' => array( 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', 'ok' => 'ההרשאות בתיקיית המטמון תקינות', @@ -57,16 +67,16 @@ return array( 'ok' => 'ההרשאות בתיקיית הfavicons תקינות', ), 'fileinfo' => array( - 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO - Translation - 'ok' => 'You have the fileinfo library.', // TODO - Translation + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO + 'ok' => 'You have the fileinfo library.', // TODO ), 'json' => array( - 'nok' => 'Cannot find the recommended library to parse JSON.', // TODO - Translation - 'ok' => 'You have the recommended library to parse JSON.', // TODO - Translation + 'nok' => 'Cannot find the recommended library to parse JSON.', // TODO + 'ok' => 'You have the recommended library to parse JSON.', // TODO ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation - 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO + 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO ), 'pcre' => array( 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)', @@ -82,17 +92,17 @@ return array( ), 'reload' => 'בדוק שוב', 'tmp' => array( - 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO - Translation - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO + 'ok' => 'Permissions on the temp directory are good.', // TODO ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => 'unknown', // TODO 'users' => array( - 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO - Translation - 'ok' => 'Permissions on the users directory are good.', // TODO - Translation + 'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO + 'ok' => 'Permissions on the users directory are good.', // TODO ), 'xml' => array( - 'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation - 'ok' => 'You have the required library to parse XML.', // TODO - Translation + 'nok' => 'Cannot find the required library to parse XML.', // TODO + 'ok' => 'You have the required library to parse XML.', // TODO ), ), 'conf' => array( @@ -104,19 +114,19 @@ return array( 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.', 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript', 'js' => array( - 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO - Translation + 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO ), 'language' => array( '_' => 'שפה', 'choose' => 'בחירת שפה ל FreshRSS', 'defined' => 'השפה הוגדרה.', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation - 'ok' => 'The installation process was successful.', // TODO - Translation + 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO + 'ok' => 'The installation process was successful.', // TODO 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO ), - 'step' => 'step %d', // TODO - Translation + 'step' => 'step %d', // TODO 'steps' => 'שלבים', 'this_is_the_end' => 'סיום', 'title' => 'התקנה · FreshRSS', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index a872ca35c..1f4dc019f 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -1,23 +1,33 @@ <?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( 'api' => array( - 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation - 'title' => 'API', // TODO - Translation + 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO + 'title' => 'API', // TODO ), 'bookmarklet' => array( - 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.', // TODO - Translation - 'label' => 'Subscribe', // TODO - Translation - 'title' => 'Bookmarklet', // TODO - Translation + 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.', // TODO + 'label' => 'Subscribe', // TODO + 'title' => 'Bookmarklet', // TODO ), 'category' => array( '_' => 'קטגוריה', - 'add' => 'Add a category', // TODO - Translation + 'add' => 'Add a category', // TODO 'archiving' => 'ארכוב', - 'empty' => 'Empty category', // TODO - Translation + 'empty' => 'Empty category', // TODO 'information' => 'מידע', - 'position' => 'Display position', // TODO - Translation - 'position_help' => 'To control category sort order', // TODO - Translation + 'position' => 'Display position', // TODO + 'position_help' => 'To control category sort order', // TODO 'title' => 'כותרת', ), 'feed' => array( @@ -31,73 +41,73 @@ return array( 'password' => 'HTTP סיסמה', 'username' => 'HTTP שם משתמש', ), - 'clear_cache' => 'Always clear cache', // TODO - Translation + 'clear_cache' => 'Always clear cache', // TODO 'content_action' => array( - '_' => 'Content action when fetching the article content', // TODO - Translation - 'append' => 'Add after existing content', // TODO - Translation - 'prepend' => 'Add before existing content', // TODO - Translation - 'replace' => 'Replace existing content', // TODO - Translation + '_' => 'Content action when fetching the article content', // TODO + 'append' => 'Add after existing content', // TODO + 'prepend' => 'Add before existing content', // TODO + 'replace' => 'Replace existing content', // TODO ), - 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation - 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO - Translation + 'css_cookie' => 'Use Cookies when fetching the article content', // TODO + 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)', 'css_path' => 'נתיב הCSS של המאמר באתר המקורי', 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', 'filteractions' => array( - '_' => 'Filter actions', // TODO - Translation - 'help' => 'Write one search filter per line.', // TODO - Translation + '_' => 'Filter actions', // TODO + 'help' => 'Write one search filter per line.', // TODO ), 'information' => 'מידע', 'keep_min' => 'מסםר מינימלי של מאמרים לשמור', 'maintenance' => array( - 'clear_cache' => 'Clear cache', // TODO - Translation - 'clear_cache_help' => 'Clear the cache for this feed.', // TODO - Translation - 'reload_articles' => 'Reload articles', // TODO - Translation - 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO - Translation - 'title' => 'Maintenance', // TODO - Translation + 'clear_cache' => 'Clear cache', // TODO + 'clear_cache_help' => 'Clear the cache for this feed.', // TODO + 'reload_articles' => 'Reload articles', // TODO + 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO + 'title' => 'Maintenance', // TODO ), 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.', - 'mute' => 'mute', // TODO - Translation + 'mute' => 'mute', // TODO 'no_selected' => 'אף הזנה לא נבחרה.', 'number_entries' => '%d מאמרים', 'priority' => array( - '_' => 'Visibility', // TODO - Translation - 'archived' => 'Do not show (archived)', // TODO - Translation + '_' => 'Visibility', // TODO + 'archived' => 'Do not show (archived)', // TODO 'main_stream' => 'הצגה בזרם המרכזי', - 'normal' => 'Show in its category', // TODO - Translation + 'normal' => 'Show in its category', // TODO ), - 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation - 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO - Translation + 'proxy' => 'Set a proxy for fetching this feed', // TODO + 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO 'selector_preview' => array( - 'show_raw' => 'Show source code', // TODO - Translation - 'show_rendered' => 'Show content', // TODO - Translation + 'show_raw' => 'Show source code', // TODO + 'show_rendered' => 'Show content', // TODO ), 'show' => array( - 'all' => 'Show all feeds', // TODO - Translation - 'error' => 'Show only feeds with errors', // TODO - Translation + 'all' => 'Show all feeds', // TODO + 'error' => 'Show only feeds with errors', // TODO ), 'showing' => array( - 'error' => 'Showing only feeds with errors', // TODO - Translation + 'error' => 'Showing only feeds with errors', // TODO ), - 'ssl_verify' => 'Verify SSL security', // TODO - Translation + 'ssl_verify' => 'Verify SSL security', // TODO 'stats' => 'סטטיסטיקות', 'think_to_add' => 'ניתן להוסיף הזנות חדשות.', - 'timeout' => 'Timeout in seconds', // TODO - Translation + 'timeout' => 'Timeout in seconds', // TODO 'title' => 'כותרת', 'title_add' => 'הוספת הזנה', 'ttl' => 'אין לרענן אוטומטית יותר מ', 'url' => 'הזנה URL', - 'useragent' => 'Set the user agent for fetching this feed', // TODO - Translation - 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO - Translation + 'useragent' => 'Set the user agent for fetching this feed', // TODO + 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO 'validator' => 'בדיקות תקינות ההזנה', 'website' => 'אתר URL', - 'websub' => 'Instant notification with WebSub', // TODO - Translation + 'websub' => 'Instant notification with WebSub', // TODO ), 'import_export' => array( 'export' => 'ייצוא', - 'export_labelled' => 'Export your labelled articles', // TODO - Translation + 'export_labelled' => 'Export your labelled articles', // TODO 'export_opml' => 'ייצוא רשימת הזנות (OPML)', 'export_starred' => 'ייצוא מועדפים', 'feed_list' => 'רשימה של %s מאמרים', @@ -108,31 +118,31 @@ return array( 'title' => 'יבוא / יצוא ', ), 'menu' => array( - 'add' => 'Add a feed or category', // TODO - Translation + 'add' => 'Add a feed or category', // TODO 'import_export' => 'יבוא / יצוא ', - 'label_management' => 'Label management', // TODO - Translation + 'label_management' => 'Label management', // TODO 'stats' => array( 'idle' => 'הזנות שלא עודכנו', 'main' => 'סטטיסטיקות ראשיות', 'repartition' => 'חלוקת המאמרים', ), 'subscription_management' => 'ניהול הרשמות', - 'subscription_tools' => 'Subscription tools', // TODO - Translation + 'subscription_tools' => 'Subscription tools', // TODO ), 'tag' => array( - 'name' => 'Name', // TODO - Translation - 'new_name' => 'New name', // TODO - Translation - 'old_name' => 'Old name', // TODO - Translation + 'name' => 'Name', // TODO + 'new_name' => 'New name', // TODO + 'old_name' => 'Old name', // TODO ), 'title' => array( '_' => 'ניהול הרשמות', - 'add' => 'Add a feed or category', // TODO - Translation - 'add_category' => 'Add a category', // TODO - Translation - 'add_feed' => 'Add a feed', // TODO - Translation - 'add_label' => 'Add a label', // TODO - Translation - 'delete_label' => 'Delete a label', // TODO - Translation + 'add' => 'Add a feed or category', // TODO + 'add_category' => 'Add a category', // TODO + 'add_feed' => 'Add a feed', // TODO + 'add_label' => 'Add a label', // TODO + 'delete_label' => 'Delete a label', // TODO 'feed_management' => 'ניהול הזנות RSS', - 'rename_label' => 'Rename a label', // TODO - Translation - 'subscription_tools' => 'Subscription tools', // TODO - Translation + 'rename_label' => 'Rename a label', // TODO + 'subscription_tools' => 'Subscription tools', // TODO ), ); diff --git a/app/i18n/he/user.php b/app/i18n/he/user.php index 1d93a9f9a..0fd1b8c19 100644 --- a/app/i18n/he/user.php +++ b/app/i18n/he/user.php @@ -1,44 +1,54 @@ <?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( 'email' => array( 'feedback' => array( - 'invalid' => 'This email address is invalid.', // TODO - Translation - 'required' => 'An email address is required.', // TODO - Translation + 'invalid' => 'This email address is invalid.', // TODO + 'required' => 'An email address is required.', // TODO ), 'validation' => array( - 'change_email' => 'You can change your email address <a href="%s">on the profile page</a>.', // TODO - Translation - 'email_sent_to' => 'We sent you an email at <strong>%s</strong>. Please follow its instructions to validate your address.', // TODO - Translation + 'change_email' => 'You can change your email address <a href="%s">on the profile page</a>.', // TODO + 'email_sent_to' => 'We sent you an email at <strong>%s</strong>. Please follow its instructions to validate your address.', // TODO 'feedback' => array( - 'email_failed' => 'We couldn’t send you an email because of a server configuration error.', // TODO - Translation - 'email_sent' => 'An email has been sent to your address.', // TODO - Translation - 'error' => 'Email address validation failed.', // TODO - Translation - 'ok' => 'This email address has been validated.', // TODO - Translation - 'unnecessary' => 'This email address was already validated.', // TODO - Translation - 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO - Translation + 'email_failed' => 'We couldn’t send you an email because of a server configuration error.', // TODO + 'email_sent' => 'An email has been sent to your address.', // TODO + 'error' => 'Email address validation failed.', // TODO + 'ok' => 'This email address has been validated.', // TODO + 'unnecessary' => 'This email address was already validated.', // TODO + 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO ), - 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - Translation - 'resend_email' => 'Resend the email', // TODO - Translation - 'title' => 'Email address validation', // TODO - Translation + 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO + 'resend_email' => 'Resend the email', // TODO + 'title' => 'Email address validation', // TODO ), ), 'mailer' => array( 'email_need_validation' => array( - 'body' => 'You’ve just registered on %s, but you still need to validate your email address. For that, just follow the link:', // TODO - Translation - 'title' => 'You need to validate your account', // TODO - Translation - 'welcome' => 'Welcome %s,', // TODO - Translation + 'body' => 'You’ve just registered on %s, but you still need to validate your email address. For that, just follow the link:', // TODO + 'title' => 'You need to validate your account', // TODO + 'welcome' => 'Welcome %s,', // TODO ), ), 'password' => array( - 'invalid' => 'The password is invalid.', // TODO - Translation + 'invalid' => 'The password is invalid.', // TODO ), 'tos' => array( 'feedback' => array( - 'invalid' => 'You must accept the Terms of Service to be able to register.', // TODO - Translation + 'invalid' => 'You must accept the Terms of Service to be able to register.', // TODO ), ), 'username' => array( - 'invalid' => 'This username is invalid.', // TODO - Translation - 'taken' => 'This username, %s, is taken.', // TODO - Translation + 'invalid' => 'This username is invalid.', // TODO + 'taken' => 'This username, %s, is taken.', // TODO ), ); |
