aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-27 11:09:05 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-27 11:09:05 +0100
commitb4b5fcf86b1126b044a3a89b30b512902eb8eccf (patch)
tree55870d5dfcb4e05f1f232bece5b4dfc67d13b7d4
parentf5043dbf719df913c7600be12528c0355b48fce7 (diff)
Change translation for gen.js.request_failed
See https://github.com/FreshRSS/FreshRSS/issues/775
-rw-r--r--app/i18n/de/gen.php2
-rw-r--r--app/i18n/en/gen.php2
-rw-r--r--app/i18n/fr/gen.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index b9ef55b60..a45d86477 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -97,7 +97,7 @@ return array(
'confirm_action_feed_cat' => 'Sind Sie sicher, dass Sie diese Aktion durchführen wollen? Sie werden zugehörige Favoriten und Benutzerabfragen verlieren. Dies kann nicht abgebrochen werden!',
'feedback' => array(
'body_new_articles' => 'Es gibt \\d neue Artikel zum Lesen auf FreshRSS.',
- 'request_failed' => 'Ein Problem trat auf und die Anfrage schlug fehl.',
+ 'request_failed' => 'Eine Anforderung ist fehlgeschlagen, kann es von einigen Internet-Verbindungsprobleme aufgetreten sind.',
'title_new_articles' => 'FreshRSS: neue Artikel!',
),
'new_article' => 'Es gibt neue verfügbare Artikel. Klicken Sie, um die Seite zu aktualisieren.',
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 963b87a14..2143822ed 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -97,7 +97,7 @@ return array(
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be cancelled!',
'feedback' => array(
'body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
- 'request_failed' => 'A problem happened and the request failed.',
+ 'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
'title_new_articles' => 'FreshRSS: new articles!',
),
'new_article' => 'There are new available articles, click to refresh the page.',
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php
index a266b51c2..1cfec6969 100644
--- a/app/i18n/fr/gen.php
+++ b/app/i18n/fr/gen.php
@@ -97,7 +97,7 @@ return array(
'confirm_action_feed_cat' => 'Êtes-vous sûr(e) de vouloir continuer ? Vous perdrez les favoris et les filtres associés. Cette action ne peut être annulée !',
'feedback' => array(
'body_new_articles' => 'Il y a \\d nouveaux articles à lire sur FreshRSS.',
- 'request_failed' => 'Un problème est survenu et la requête a échoué.',
+ 'request_failed' => 'Une requête a échoué, cela peut être dû à des problèmes de connexion à Internet.',
'title_new_articles' => 'FreshRSS : nouveaux articles !',
),
'new_article' => 'Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.',