summaryrefslogtreecommitdiff
path: root/catalog
AgeCommit message (Collapse)Author
2015-10-03po, catalog: added Serbian translation.Марко М. Костић (Marko M. Kostić)
2015-06-15l10n: Add Belarusian translationViktar Vauchkevich
2015-06-12po,catalog: add zh_TW translation.Jeff Huang
2015-06-04small fix ru translationkloun
2015-01-24catalog,po: update Polish translationPiotr Drąg
Patch updates Polish translation with new strings from org.freedesktop.import1.policy.in, as well as incorporates updates in catalog and po files to accommodate recent changes in the original strings (commits 2e219e5672689dad60e110f0b3366765506c4c58 and 2057124e7910c4cab7e53d26e0c3749d326ae2bb). https://bugs.freedesktop.org/show_bug.cgi?id=88707
2015-01-22catalog: update french translationSylvain Plantefève
2015-01-22catalog: update pt_BR translationRafael Ferreira
Brazilian Portuguese update for CATALOG patch, according to commit 2057124e7910c4cab7e53d26e0c3749d326ae2bb ("Grammar changes to catalog") https://bugs.freedesktop.org/show_bug.cgi?id=88588
2015-01-17Grammar changes to catalogChris Atkinson
2015-01-11catalog: add pt_BR translationRafael Ferreira
https://bugs.freedesktop.org/show_bug.cgi?id=88271
2014-12-10catalog: fix typos in the French translationRonny Chevalier
2014-09-27catalog: add Polish translationPiotr Drąg
2013-12-02catalog: rename files to specify language in the filenameZbigniew Jędrzejewski-Szmek
2013-12-01catalog,po: add Italian translationDaniele Medri
2013-11-28catalog,po: add Russian translationSergey Ptashnick
2013-11-28catalog: fix typos in the French translationSylvain Plantefeve
2013-11-17catalog: add French translationSylvain Plantefeve
2013-10-24catalog: remove links to non-existent wiki pagesZbigniew Jędrzejewski-Szmek
AFAIK, we don't have even one page with message explanations. If/when we add them, we can add links. https://bugzilla.redhat.com/show_bug.cgi?id=1017161
2013-07-02man: improve grammar and word formatting in numerous man pagesJason St. John
Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
- This changes all logind cgroup objects to use slice objects rather than fixed croup locations. - logind can now collect minimal information about running VMs/containers. As fixed cgroup locations can no longer be used we need an entity that keeps track of machine cgroups in whatever slice they might be located. Since logind already keeps track of users, sessions and seats this is a trivial addition. - nspawn will now register with logind and pass various bits of metadata along. A new option "--slice=" has been added to place the container in a specific slice. - loginctl gained commands to list, introspect and terminate machines. - user.slice and machine.slice will now be pulled in by logind.service, since only logind.service requires this slice.
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.