diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2018-11-16 14:34:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-16 14:34:41 +0100 |
commit | 59a31ed07f0933d90780696e18e1e7450ff15045 (patch) | |
tree | 0ba3fc5443d5681409348a6825c7be9139ae14d0 /src | |
parent | b3bcc6aa06a9f5403caf5bf28a447f4e0a9bf98f (diff) | |
parent | 060f3ce34c6af5cb8baaa916bfc17c193c02b569 (diff) | |
download | wallabag-59a31ed07f0933d90780696e18e1e7450ff15045.tar.gz wallabag-59a31ed07f0933d90780696e18e1e7450ff15045.tar.zst wallabag-59a31ed07f0933d90780696e18e1e7450ff15045.zip |
Merge pull request #3772 from techexo/patch-1
Update translation when marking as read
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | 6 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 5d27e32c..169ae728 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -72,9 +72,9 @@ config: | |||
72 | 300_word: 'I read ~300 words per minute' | 72 | 300_word: 'I read ~300 words per minute' |
73 | 400_word: 'I read ~400 words per minute' | 73 | 400_word: 'I read ~400 words per minute' |
74 | action_mark_as_read: | 74 | action_mark_as_read: |
75 | label: 'Where do you want to be redirected to after marking an article as read?' | 75 | label: 'What to do after removing, starring or marking as read an article?' |
76 | redirect_homepage: 'To the homepage' | 76 | redirect_homepage: 'Go to the homepage' |
77 | redirect_current_page: 'To the current page' | 77 | redirect_current_page: 'Stay on the current page' |
78 | pocket_consumer_key_label: Consumer key for Pocket to import contents | 78 | pocket_consumer_key_label: Consumer key for Pocket to import contents |
79 | android_configuration: Configure your Android application | 79 | android_configuration: Configure your Android application |
80 | android_instruction: "Touch here to prefill your Android application" | 80 | android_instruction: "Touch here to prefill your Android application" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index edf29654..5cdd836e 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -72,9 +72,9 @@ config: | |||
72 | 300_word: "Je lis environ 300 mots par minute" | 72 | 300_word: "Je lis environ 300 mots par minute" |
73 | 400_word: "Je lis environ 400 mots par minute" | 73 | 400_word: "Je lis environ 400 mots par minute" |
74 | action_mark_as_read: | 74 | action_mark_as_read: |
75 | label: "Où souhaitez-vous être redirigé après avoir marqué un article comme lu ?" | 75 | label: "Que faire lorsqu'un article est supprimé, marqué comme lu ou marqué comme favoris ?" |
76 | redirect_homepage: "À la page d’accueil" | 76 | redirect_homepage: "Retourner à la page d’accueil" |
77 | redirect_current_page: "À la page courante" | 77 | redirect_current_page: "Rester sur la page actuelle" |
78 | pocket_consumer_key_label: "Clé d’authentification Pocket pour importer les données" | 78 | pocket_consumer_key_label: "Clé d’authentification Pocket pour importer les données" |
79 | android_configuration: "Configurez votre application Android" | 79 | android_configuration: "Configurez votre application Android" |
80 | android_instruction: "Appuyez ici pour préremplir votre application Android" | 80 | android_instruction: "Appuyez ici pour préremplir votre application Android" |