aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-20 19:07:33 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-20 19:07:33 +0200
commit3c35cdd7b7e8353d10cd299e19a23e528ad51280 (patch)
tree9a0e9b95122544edfa57a6adab36eefe28b14558 /app
parent5d9b5f07feee3e388e747e5791cd91d1b98f55ef (diff)
Add translations for confirmation (installation)
See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app')
-rw-r--r--app/i18n/cz/install.php3
-rw-r--r--app/i18n/de/install.php3
-rw-r--r--app/i18n/en/install.php3
-rw-r--r--app/i18n/fr/install.php3
4 files changed, 12 insertions, 0 deletions
diff --git a/app/i18n/cz/install.php b/app/i18n/cz/install.php
index 5f84d1cac..cca717513 100644
--- a/app/i18n/cz/install.php
+++ b/app/i18n/cz/install.php
@@ -96,6 +96,9 @@ return array(
'delete_articles_after' => 'Smazat články starší než',
'fix_errors_before' => 'Chyby prosím před přechodem na další krok opravte.',
'javascript_is_better' => 'Práce s FreshRSS je příjemnější se zapnutým JavaScriptem',
+ 'js' => array(
+ 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO: translate
+ ),
'language' => array(
'_' => 'Jazyk',
'choose' => 'Vyberte jazyk FreshRSS',
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index 6d937a638..222c65b32 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -96,6 +96,9 @@ return array(
'delete_articles_after' => 'Entferne Artikel nach',
'fix_errors_before' => 'Bitte den Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.',
'javascript_is_better' => 'FreshRSS ist ansprechender mit aktiviertem JavaScript',
+ 'js' => array(
+ 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO: translate
+ ),
'language' => array(
'_' => 'Sprache',
'choose' => 'Wählen Sie eine Sprache für FreshRSS',
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index 80488ca4a..b94fbc299 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -96,6 +96,9 @@ return array(
'delete_articles_after' => 'Remove articles after',
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
+ 'js' => array(
+ 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
+ ),
'language' => array(
'_' => 'Language',
'choose' => 'Choose a language for FreshRSS',
diff --git a/app/i18n/fr/install.php b/app/i18n/fr/install.php
index 6eca90458..0401e1bbd 100644
--- a/app/i18n/fr/install.php
+++ b/app/i18n/fr/install.php
@@ -96,6 +96,9 @@ return array(
'delete_articles_after' => 'Supprimer les articles après',
'fix_errors_before' => 'Veuillez corriger les erreurs avant de passer à l’étape suivante.',
'javascript_is_better' => 'FreshRSS est plus agréable à utiliser avec JavaScript activé',
+ 'js' => array(
+ 'confirm_reinstall' => 'Réinstaller FreshRSS vous fera perdre la configuration précédente. Êtes-vous sûr de vouloir continuer ?',
+ ),
'language' => array(
'_' => 'Langue',
'choose' => 'Choisissez la langue pour FreshRSS',