aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-13 18:48:10 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-04-25 13:46:31 +0200
commit531c8d0a5c55fa93438e227a7d349235fbd31d28 (patch)
treede2ff4a1e09161a5bbec32170471190e836d3bbc /src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
parent522e37ad274361dde697da13a92ff3f846599822 (diff)
downloadwallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.tar.gz
wallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.tar.zst
wallabag-531c8d0a5c55fa93438e227a7d349235fbd31d28.zip
Changed RSS to Atom feed and improve paging
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.da.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index 454f547d..61ef3b8f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -54,7 +54,7 @@ config:
54 page_title: 'Opsætning' 54 page_title: 'Opsætning'
55 tab_menu: 55 tab_menu:
56 settings: 'Indstillinger' 56 settings: 'Indstillinger'
57 rss: 'RSS' 57 feed: 'RSS'
58 user_info: 'Brugeroplysninger' 58 user_info: 'Brugeroplysninger'
59 password: 'Adgangskode' 59 password: 'Adgangskode'
60 # rules: 'Tagging rules' 60 # rules: 'Tagging rules'
@@ -85,19 +85,19 @@ config:
85 # help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article." 85 # help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
86 # help_language: "You can change the language of wallabag interface." 86 # help_language: "You can change the language of wallabag interface."
87 # help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account." 87 # help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
88 form_rss: 88 form_feed:
89 description: 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.' 89 description: 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.'
90 token_label: 'RSS-Token' 90 token_label: 'RSS-Token'
91 no_token: 'Intet token' 91 no_token: 'Intet token'
92 token_create: 'Opret token' 92 token_create: 'Opret token'
93 token_reset: 'Nulstil token' 93 token_reset: 'Nulstil token'
94 rss_links: 'RSS-Links' 94 feed_links: 'RSS-Links'
95 rss_link: 95 feed_link:
96 unread: 'Ulæst' 96 unread: 'Ulæst'
97 starred: 'Favoritter' 97 starred: 'Favoritter'
98 archive: 'Arkiv' 98 archive: 'Arkiv'
99 # all: 'All' 99 # all: 'All'
100 # rss_limit: 'Number of items in the feed' 100 # feed_limit: 'Number of items in the feed'
101 form_user: 101 form_user:
102 # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option." 102 # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option."
103 name_label: 'Navn' 103 name_label: 'Navn'
@@ -372,7 +372,7 @@ quickstart:
372 # title: 'Configure the application' 372 # title: 'Configure the application'
373 # description: 'In order to have an application which suits you, have a look into the configuration of wallabag.' 373 # description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
374 # language: 'Change language and design' 374 # language: 'Change language and design'
375 # rss: 'Enable RSS feeds' 375 # feed: 'Enable RSS feeds'
376 # tagging_rules: 'Write rules to automatically tag your articles' 376 # tagging_rules: 'Write rules to automatically tag your articles'
377 # admin: 377 # admin:
378 # title: 'Administration' 378 # title: 'Administration'
@@ -589,10 +589,10 @@ flashes:
589 password_updated: 'Adgangskode opdateret' 589 password_updated: 'Adgangskode opdateret'
590 # password_not_updated_demo: "In demonstration mode, you can't change password for this user." 590 # password_not_updated_demo: "In demonstration mode, you can't change password for this user."
591 user_updated: 'Oplysninger opdateret' 591 user_updated: 'Oplysninger opdateret'
592 rss_updated: 'RSS-oplysninger opdateret' 592 feed_updated: 'RSS-oplysninger opdateret'
593 # tagging_rules_updated: 'Tagging rules updated' 593 # tagging_rules_updated: 'Tagging rules updated'
594 # tagging_rules_deleted: 'Tagging rule deleted' 594 # tagging_rules_deleted: 'Tagging rule deleted'
595 # rss_token_updated: 'RSS token updated' 595 # feed_token_updated: 'RSS token updated'
596 # annotations_reset: Annotations reset 596 # annotations_reset: Annotations reset
597 # tags_reset: Tags reset 597 # tags_reset: Tags reset
598 # entries_reset: Entries reset 598 # entries_reset: Entries reset