aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-06-23 09:06:54 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-23 22:50:39 +0200
commit25dc07d3c9d88dcb84444d69fd0b4822315c3fac (patch)
treeeb61a08f2820a8b69f566470078a631257bf7dfc /src/Wallabag/CoreBundle/Resources/translations
parent20218495a79a138833ca84dda37334fa42141d28 (diff)
downloadwallabag-25dc07d3c9d88dcb84444d69fd0b4822315c3fac.tar.gz
wallabag-25dc07d3c9d88dcb84444d69fd0b4822315c3fac.tar.zst
wallabag-25dc07d3c9d88dcb84444d69fd0b4822315c3fac.zip
Add tags on entries view
Should be tested on old browsers
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml1
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index b65e4522..826bd470 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -144,6 +144,7 @@ entry:
144 reading_time: 'estimated reading time' 144 reading_time: 'estimated reading time'
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 145 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
147 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
147 original_article: 'original' 148 original_article: 'original'
148 toogle_as_read: 'Toggle mark as read' 149 toogle_as_read: 'Toggle mark as read'
149 toogle_as_star: 'Toggle favorite' 150 toogle_as_star: 'Toggle favorite'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 94300596..7c1464e1 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -144,6 +144,7 @@ entry:
144 reading_time: 'durée de lecture' 144 reading_time: 'durée de lecture'
145 reading_time_minutes: 'durée de lecture: %readingTime% min' 145 reading_time_minutes: 'durée de lecture: %readingTime% min'
146 reading_time_less_one_minute: 'durée de lecture: <small class="inferieur">&lt;</small> 1 min' 146 reading_time_less_one_minute: 'durée de lecture: <small class="inferieur">&lt;</small> 1 min'
147 number_of_tags: '{1}et un autre tag|]1,Inf[et %count% autres tags'
147 original_article: 'original' 148 original_article: 'original'
148 toogle_as_read: 'Marquer comme lu/non lu' 149 toogle_as_read: 'Marquer comme lu/non lu'
149 toogle_as_star: 'Marquer comme favori' 150 toogle_as_star: 'Marquer comme favori'