aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove iphone to be more genericqrcode-for-wallabagiosappMaxime2017-04-151-1/+1
| | | | And rename scheme wallabagv2 -> wallabag-token
* Add translation in all languages and rename iphone to iPhoneMaxime2017-04-081-0/+1
|
* Renamed Developer section to API client managementNicolas Lœuillet2017-02-011-4/+4
|
* Removed the small element on reading timeNicolas Lœuillet2016-12-301-2/+2
|
* Updated addons linksNicolas Lœuillet2016-12-011-0/+1
|
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-1/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Translations for shortcuts helpNicolas Lœuillet2016-11-221-0/+30
|
* Added translations and currentRoute parameterNicolas Lœuillet2016-11-191-0/+3
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-2/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-171-0/+7
| |
| * Changed behavior when we change languageNicolas Lœuillet2016-11-101-1/+1
| | | | | | | | No need to disconnect to apply the language substitution
| * Removed support website on about pageNicolas Lœuillet2016-11-091-1/+1
| |
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+1
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+4
| | | | | | | | Fix #496
* | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-081-0/+3
| | | | | | | | Fix #2376
* | Add Pinboard importJeremy Benoist2016-11-041-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-2/+1
|\|
| * Added tag label in the page titleNicolas Lœuillet2016-10-261-1/+1
| | | | | | | | Fix #2472
* | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-031-0/+6
|\ \ | | | | | | Download pictures
| * | Add warning message for import + download imagesJeremy Benoist2016-11-031-0/+6
| | | | | | | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
* | | Added translations and baggy partNicolas Lœuillet2016-10-311-0/+1
|/ /
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-0/+3
|\|
| * Fix missing translationsJeremy Benoist2016-10-211-0/+3
| |
* | Add ability to reset some datasJeremy Benoist2016-10-221-2/+12
| | | | | | | | | | | | - annotations - tags - entries
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-111-1/+1
|\|
| * Show number of annotations instead of nbAnnotations placeholderKrzysztof Szafranek2016-10-091-1/+1
| | | | | | | | When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.
* | Better display and descriptionJeremy Benoist2016-10-081-4/+5
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+1
| | | | | | | | Added translations and documentation
* | workThomas Citharel2016-10-081-0/+3
|/
* Merge pull request #2383 from wallabag/add-info-publich-articlesNicolas Lœuillet2016-10-071-0/+2
|\ | | | | Added OpenGraph support for public articles
| * Fixed reviewNicolas Lœuillet2016-10-071-2/+2
| |
| * Added OpenGraph support for public articlesNicolas Lœuillet2016-10-071-0/+2
| | | | | | | | Fix #2289
* | Fix bad translation keyJeremy Benoist2016-10-071-1/+1
|/ | | | `entry_reload_failed` instead of `entry_reloaded_failed`
* Add users management UIJeremy Benoist2016-10-021-6/+30
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-021-0/+7
|\ | | | | Changed quickstart layout
| * Changed translationsNicolas Lœuillet2016-10-011-1/+1
| |
| * Changed quickstart layoutNicolas Lœuillet2016-10-011-0/+7
| |
* | Merge pull request #2324 from wallabag/edit-tagging-ruleJeremy Benoist2016-10-021-0/+1
|\ \ | | | | | | Add ability to edit a tagging rule
| * | Add ability to edit a tagging ruleJeremy Benoist2016-10-011-0/+1
| |/
* | Merge pull request #2323 from wallabag/footer-statsJeremy Benoist2016-10-021-0/+1
|\ \ | | | | | | Add simple stats in footer
| * | Add simple stats in footerJeremy Benoist2016-10-011-0/+1
| |/
* / Fix OC typosJeremy Benoist2016-10-021-1/+1
|/ | | | + remove extra sentence
* Add Instapaper translationsJeremy Benoist2016-09-271-0/+4
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-4/+8
|
* Indentation and renamed fixtures fileNicolas Lœuillet2016-09-251-3/+3
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+4
|
* Display a message when async import won’t workJeremy Benoist2016-09-241-0/+3
| | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues.
* Avoid losing entry when fetching failJeremy Benoist2016-09-171-2/+2
| | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content.
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+1
|
* Change flash message for queued articlesJeremy Benoist2016-09-131-0/+1
|