mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Add translations for confirmation (installation)
See https://github.com/FreshRSS/FreshRSS/issues/909
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user