summaryrefslogtreecommitdiff
path: root/catalog
AgeCommit message (Collapse)Author
2013-03-19catalog: remove broken links to wikiZbigniew Jędrzejewski-Szmek
https://bugs.freedesktop.org/show_bug.cgi?id=58359
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-11-21catalog: correct substitutionLennart Poettering
2012-11-20build-sys: add symlink Makefile to catalog/ tooLennart Poettering
2012-11-20catalog: add mission statementLennart Poettering
2012-11-20catalog: Spell out microsecondsNis Martensen
Also fix some English in a German translation
2012-11-17catalog: typo fixesThomas Hindoe Paaboel Andersen
2012-11-16catalog: fix typoLennart Poettering
2012-11-16catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering
2012-11-15journal: implement message catalogLennart Poettering
The message catalog can be used to attach short help texts to log lines, keyed by their MESSAGE_ID= fields. This is useful to help the administrator understand the context and cause of a message, find possible solutions and find further related documentation. Since this is keyed off MESSAGE_ID= this will only work for native journal messages. The message catalog supports i18n, and is useful to augment english language system messages with explanations in the local language. This commit only includes short explanatory messages for a few example message IDs, we'll add more complete documentation for the relevant systemd messages later on.