aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-06-10 12:13:30 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-22 12:13:22 +0200
commit77c5140bed9271bd34d561fa656ea6f2b12bed1f (patch)
tree9fbea9150d0434ed83b667e371a148757bd199f8 /src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
parent9416053bfcefa1cce94ea23eee93f0fabf1af2f8 (diff)
downloadwallabag-77c5140bed9271bd34d561fa656ea6f2b12bed1f.tar.gz
wallabag-77c5140bed9271bd34d561fa656ea6f2b12bed1f.tar.zst
wallabag-77c5140bed9271bd34d561fa656ea6f2b12bed1f.zip
Better export page
I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.da.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index 6574e587..5229ac73 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -159,6 +159,7 @@ config:
159 # and: 'One rule AND another' 159 # and: 'One rule AND another'
160 # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 160 # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
161 # notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 161 # notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
162
162entry: 163entry:
163 page_titles: 164 page_titles:
164 # unread: 'Unread entries' 165 # unread: 'Unread entries'
@@ -244,7 +245,7 @@ entry:
244 url_label: 'Url' 245 url_label: 'Url'
245 save_label: 'Gem' 246 save_label: 'Gem'
246 public: 247 public:
247 # shared_by_wallabag: "This article has been shared by <a href=%wallabag_instance%'>wallabag</a>" 248 # shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
248 confirm: 249 confirm:
249 # delete: "Are you sure you want to remove that article?" 250 # delete: "Are you sure you want to remove that article?"
250 # delete_tag: "Are you sure you want to remove that tag from that article?" 251 # delete_tag: "Are you sure you want to remove that tag from that article?"