Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | catalog: remove broken links to wiki | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=58359 | |||
2012-12-05 | core: add catalog entry and MESSAGE_ID for overmounting | Zbigniew Jędrzejewski-Szmek | |
2012-11-21 | catalog: correct substitution | Lennart Poettering | |
2012-11-20 | catalog: add mission statement | Lennart Poettering | |
2012-11-20 | catalog: Spell out microseconds | Nis Martensen | |
Also fix some English in a German translation | |||
2012-11-17 | catalog: typo fixes | Thomas Hindoe Paaboel Andersen | |
2012-11-16 | catalog: fix typo | Lennart Poettering | |
2012-11-16 | catalog: add catalog entries for all of systemd's own journal messages | Lennart Poettering | |
2012-11-15 | journal: implement message catalog | Lennart 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. |