aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/gen.php
AgeCommit message (Collapse)Author
2018-12-12Add option to share to Pinboard. (#2178)Gravatar Patrick Crandol
* Prelim. Add Pinboard based on the url found in the "For iPad" section here: https://pinboard.in/howto/ * add i18n string for Pinboard * Add help to pinboard * add title to Pinboard Share Title seems to be an element, but isn't documented in the API. Perhaps it's an alternative to description? It probably won't hurt to include it. * Feedback from @samplereality * Minor Whitespace
2018-11-18I18n standardization (#2138)Gravatar Patrick Crandol
* i18n Admin standardization cz - moved items incorrectly placed in system array to extensions array nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed? oc - reordered list to standardize order with other translation files. * Alphabetize extensions Array * Standardize conf.php he - removed options not appearing in other i18n files, added missing strings * Standardize feedback.php he - removed line not found in other translation files nl - removed line not found in other translation files * Standardize gen.php * Standardize index.php Major sorting of oc. Added tags to several languages * Standardize install.php ru - added missing strings it - remove extra string not found in other config files he - add missing strings, remove strings not found in other languages oc - reorganize * Standardize sub.php * Standardize and fix TODOs use format "//TODO - Translation" for easier searching * Fix whitespace
2018-11-04[i18n] Add the Occitan locale (#2110)Gravatar Quentí
* Create oc.php L27 : ajout de l’occitan * Create admin.php * Create conf.php * Create feedback.php * Create gen.php * Create index.php * Create install.php * Create sub.php * Delete conf.php * Create conf.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update oc.php * Update admin.php * Update conf.php * Update feedback.php * Update gen.php * Update index.php * Update install.php * Update sub.php * Update oc.php
2018-10-21Translation for "Known" (#2059)Gravatar Twilek-de
https://github.com/FreshRSS/FreshRSS/issues/2056
2018-10-21i18n de: Known (#2058)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2056
2018-09-16Improve authors (#2025)Gravatar Alexandre Alapetite
* Links for authors and multiple authors Favour ';' as a separator instead of ',' to better cope with multi-author scientific articles. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/1997 , https://github.com/FreshRSS/FreshRSS/issues/1968, https://github.com/FreshRSS/FreshRSS/pull/2023 * Change i18n authors * Update layout * Unicode-compatible search Example for `author:Loïc` * author <em> styling * Final details * Minor spacing
2018-07-23Share with LinkedIn (#1960)Gravatar Alexandre Alapetite
https://developer.linkedin.com/docs/share-on-linkedin https://github.com/FreshRSS/freshrss.org/issues/40
2018-07-17before_yesterday (#1950)Gravatar Paro The Parrot
* before_yesterday "älter" better than "vor vorgestern" * Update gen.php suggestions from @kevinpabst
2018-05-28Add Pocket share (#1899)Gravatar Alexandre Alapetite
* Add Pocket share https://github.com/FreshRSS/FreshRSS/issues/1884#issuecomment-388988200 https://github.com/FreshRSS/FreshRSS/issues/1051 * Pocket i18n
2018-04-01[i18n] latest german translations (#1856)Gravatar Kevin Papst
2018-02-14Allow admin user to reset passwords (#1765)Gravatar Alexis Degrugillier
See #960
2017-12-16Merge branch 'dev' into hebrew-i18nGravatar Alexandre Alapetite
2017-12-01I18n - DE (#1698)Gravatar Kevin Papst
* added missing german translations
2017-11-04Add a Mastodon share (#1674)Gravatar Alexis Degrugillier
See #1521
2017-09-30Language portugue (#1648)Gravatar David souza
* Create folder pt-br to translate to portuguese-brazil; Translate file admin.php; Trnaslate file index.php; * Translate the files: - conf.php - feedback.php - gen.php * Translate sub.php e install.php; add pt-br in file gen.php inside another languages * fix bug * Configure display date * Add pt-br to es, kr, zh, and fix whitespace https://github.com/FreshRSS/FreshRSS/pull/1648 * Changelog 1648 https://github.com/FreshRSS/FreshRSS/pull/1648 * Fix whitespace (caught by Travis)
2017-09-22Quick fix i18n es and zh (#1636)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1631
2017-08-20May abbreviation conflictGravatar Alexandre Alapetite
2017-08-20May abbreviationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1560
2017-06-11Reorder alphabeticallyGravatar Seokseong Jeon
2017-06-08Working on i18n/krGravatar Seokseong Jeon
2017-02-18Adding localesGravatar postblue
2017-02-04Share to sites based on Known (http://withknown.com)Gravatar tintouli
2016-12-24Non-breaking space formatGravatar Alexandre Alapetite
2016-12-24Option for cookie durationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-06-12i18n RU finalize draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085
2016-05-03Added a share for Wallabag v2Gravatar Amaury Carrade
The new version of Wallabag (2) was rewrote completly, and the sharer changed. This keeps the old Wallabag v1 sharer, for people still using it, and adds a new one for Wallabag v2. The old sharer for wallabag v1 is renamed to 'wallabag v1' (instead of 'wallabag').
2016-02-21JavaScript popup number bug (percent escaping)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1078 https://github.com/Alkarex/FreshRSS/commit/cc1390fe9454166ee5d638aa01948f791ad7c4fe
2016-02-21JavaScript popup number bugGravatar Alexandre Alapetite
A backslash caused problem. https://github.com/FreshRSS/FreshRSS/issues/1075 https://github.com/FreshRSS/FreshRSS/pull/1078
2016-02-09Adding Turkish languageGravatar hckweb
2016-01-24Translation for Journal du hackerGravatar danc
2015-10-24i18n: ItalianoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Italian translationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Update gen.phpGravatar Marco
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-08-29Merge pull request #958 from aledeg/config_uiGravatar Alexandre Alapetite
Add a system configuration page
2015-08-24Add todo comments for translationGravatar Alexis Degrugillier
2015-08-24Merge pull request #950 from Alkarex/DutchGravatar Marien Fressinaud
i18n: Add Dutch
2015-08-22Add a system configuration pageGravatar Alexis Degrugillier
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
2015-08-21Reference other languagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/FreshRSS/FreshRSS/pull/950
2015-07-29Add translations for German and CzechGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/930
2015-07-22Add title to the account creation pageGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Show indications for username and password formatsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Fix translationsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-05-16Update gen.phpGravatar thomasE1993
2015-03-27Added Czech to the list in other languages in gen.phpGravatar Tets
2015-02-17Change translationGravatar Alexis Degrugillier
I change the translation for the 3 languages. German has to be checked since I used Google translate to get the translation.
2015-02-15Add hebrew translationGravatar Alexis Degrugillier
This is a copy-paste job from mat-mo PR. There is missing translations since it was done prior to the i18n changes. See #689 for more information
2015-02-14Harmonize share configuration view.Gravatar Alexis Degrugillier
Before, for shares that don't need options, only a button to remove it was visible. It was source of confusion for users. I changed the look of those shares by using the same layout as others (minus the help). As there is no configuration possible for the url, the field is disabled but it is possible to change the name of the share. See #787
2015-01-27Fix german gen.js.request_failedGravatar Marien Fressinaud