summaryrefslogtreecommitdiff
path: root/resources/lang
AgeCommit message (Collapse)Author
2019-12-30Migrate message viewMichael Weimann
2019-12-26User: Add pronoun statementIgor Scheller
2019-12-12Extended the iCal section with a collapsible card to show the current api key.cbluoss
2019-12-08Renamed GuzzleServiceProvider to HttpClientServiceProvider, fixed ↵Igor Scheller
translation and import error
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
2019-12-01Update de po fileMichael Weimann
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-10-28Replace full-text message ids with keys in credits templateLuca
2019-10-28Remove unused message from default.poLuca
2019-10-28Move translations whose message ids do not appear as literals in the sources ↵Luca
into a separate file Test whether additional.{m,p}o files are loaded correctly
2019-10-27Fix X-Poedit-Basepath for de_DE localeLuca
Configure Poedit to correctly interpret the keyword _e
2019-10-21Merge pull request #651 from MyIgel/shift-deletion-worklogIgor Scheller
Save time of past shifts as worklog if they get deleted
2019-10-21Removed .mo filesIgor Scheller
2019-10-13Removed .mo translation files from version control, use .po as fallbackIgor Scheller
2019-10-08Rebuild password resetIgor Scheller
2019-09-18Deleted shift: Added message about worklog entryIgor Scheller
2019-08-18better login error messagemsquare
2019-07-09Added validation to AuthControllerIgor Scheller
2019-07-08Replaced gettext translation with packageIgor Scheller
This allows to check if no translation is available
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-07-08Fixed translationsIgor Scheller
2019-06-04Added more error messagesIgor Scheller
2019-06-04Add a config option for maximum signup in advanceMichiK
We now have `signup_advance_hours` in the configuration that only allows signup for shifts so many hours in the future. A notice is displayed in the shift view for shifts in the far future, together with an info notice on when signup for that shift will be possible. In addition, we now have a new shift state `NOT_YET` for this purpose so we do not have to abuse `SHIFT_ENDED` anymore for `signup_requires_arrival` as well.
2019-04-28re add missing translation from twig filesmsquare
2019-04-28update german translationmsquare
2019-04-28update german translationmsquare
2019-01-13fixes #178: Show not only next but also last shift in free angels viewmsquare
2018-12-22user: allow up to 40 characters for dect numbersIgor Scheller
closes #309 (EPVPN number in DECT field is shortened) closes #529 (For dect numbers are only 5 digits allowed)
2018-10-30Make application name configurableIgor Scheller
* Added app_name configuration option * Extended `EngelsystemMailer` to prepend the application name to all mails Closes #426
2018-09-23Config: Removed nightshifts queryIgor Scheller
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller