summaryrefslogtreecommitdiff
path: root/catalog
Commit message (Collapse)AuthorAge
* catalog: remove broken links to wikiZbigniew Jędrzejewski-Szmek2013-03-19
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=58359
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-05
|
* catalog: correct substitutionLennart Poettering2012-11-21
|
* build-sys: add symlink Makefile to catalog/ tooLennart Poettering2012-11-20
|
* catalog: add mission statementLennart Poettering2012-11-20
|
* catalog: Spell out microsecondsNis Martensen2012-11-20
| | | | Also fix some English in a German translation
* catalog: typo fixesThomas Hindoe Paaboel Andersen2012-11-17
|
* catalog: fix typoLennart Poettering2012-11-16
|
* catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering2012-11-16
|
* journal: implement message catalogLennart Poettering2012-11-15
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.