aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/feedback.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/he/feedback.php')
-rw-r--r--app/i18n/he/feedback.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php
index 6ad72a1ca..10966b0ef 100644
--- a/app/i18n/he/feedback.php
+++ b/app/i18n/he/feedback.php
@@ -44,9 +44,9 @@ return array(
'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO - Translation
'ok' => '%s is now enabled', // TODO - Translation
),
+ 'no_access' => 'You have no access on %s', // TODO - Translation
'not_enabled' => '%s is not enabled yet',
'not_found' => '%s does not exist', // TODO - Translation
- 'no_access' => 'You have no access on %s', // TODO - Translation
),
'import_export' => array(
'export_no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.',
@@ -72,10 +72,10 @@ return array(
'emptied' => 'הקטגוריה רוקנה',
'error' => 'Category cannot be updated', // TODO - Translation
'name_exists' => 'Category name already exists.', // TODO - Translation
- 'not_delete_default' => 'You cannot delete the default category!', // TODO - Translation
- 'not_exist' => 'The category does not exist!', // TODO - Translation
'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
),
@@ -89,17 +89,17 @@ return array(
'error' => 'Feed cannot be updated', // TODO - Translation
'internal_problem' => 'אין אפשרות להוסיף את ההזנה. <a href="%s">בדקו את הלוגים</a> לפרטים.',
'invalid_url' => 'URL <em>%s</em> אינו תקין',
- 'not_added' => '<em>%s</em> אין אפשרות להוסיף את',
- 'not_found' => 'Feed cannot be found', // TODO - Translation
- 'no_refresh' => 'אין הזנה שניתן לרענן…',
'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
'selector_preview' => array(
'http_error' => 'Failed to load website content.', // TODO - Translation
- 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation
- 'no_feed' => 'Internal error (no feed to entry).', // 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 can’t 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
),
@@ -117,16 +117,16 @@ return array(
),
'user' => array(
'created' => array(
- 'error' => 'User %s cannot be created', // TODO - Translation
'_' => 'המשתמש %s נוצר',
+ 'error' => 'User %s cannot be created', // TODO - Translation
),
'deleted' => array(
- 'error' => 'User %s cannot be deleted', // TODO - Translation
'_' => 'המשתמש %s נמחק',
+ 'error' => 'User %s cannot be deleted', // TODO - Translation
),
'updated' => array(
- 'error' => 'User %s has not been updated', // TODO - Translation
'_' => 'User %s has been updated', // TODO - Translation
+ 'error' => 'User %s has not been updated', // TODO - Translation
),
),
);