aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Update of the OC versionQuent-in2016-11-041-19/+19
| |
* | 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.
* | Merge pull request #2409 from wallabag/Quent-in-patch-1Jeremy Benoist2016-10-111-39/+39
|\ \ | | | | | | Occitan version update
| * | Update messages.oc.ymlQuent-in2016-10-101-1/+1
| | | | | | | | | | | | I thought I had translated the Docker installation line, apparently not! Thanks Nicolas for the other changes!
| * | Fixed reviewNicolas Lœuillet2016-10-101-1/+2
| | |
| * | Occitan version updateQuent-in2016-10-091-39/+38
| |/ | | | | | | | | If you need to write dates in full letter you might be interessed in https://github.com/fightbulc/moment.php It comes with lots of languages ;) Q: where are the "previous" and "next" bouton text? Can't find them to translate them.
* | 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/+28
| | | | | | - 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-1/+2
|\ \ | | | | | | Add simple stats in footer
| * | Add simple stats in footerJeremy Benoist2016-10-011-1/+2
| |/
* | Fix OC typosJeremy Benoist2016-10-021-10/+10
| | | | | | | | + remove extra sentence
* | Occitan version updateQuent-in2016-10-011-24/+26
|/ | | to be ready for the future of Wallabag :)
* Add Instapaper translationsJeremy Benoist2016-09-271-8/+12
|
* 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.
* Merge pull request #1941 from wallabag/v2-asynchronous-jobsJeremy Benoist2016-09-191-2/+6
|\ | | | | Use asynchronous jobs for imports
| * 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
| |
| * Update import.worker.enabled translationJeremy Benoist2016-09-121-1/+1
| |
| * Display a message when async is enabledJeremy Benoist2016-09-111-0/+2
| |
* | Update messages.oc.ymlQuent-in2016-09-141-1/+1
|/ | | | | L44 : vosautres, general form vosaltres : local and catalan form vosaultres : doesnt exist ^^
* Occitan updatedQuent-in2016-09-051-14/+14
| | | | | Line 347, I'm not sure about what I wrote to avoid and end of string started with " I had to use the simple ' in the sentence. Let me know if it was okay like so.
* Add Readability to Quickstart pageJeremy Benoist2016-09-011-0/+1
|
* Add missing translationsJeremy Benoist2016-09-011-0/+4
|