summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30l10n: update line numbers in Czech translation (#4776)AsciiWolf1-8/+8
2016-10-05catalog,po: update Polish translation (#4290)Piotr Drąg1-28/+30
2016-10-04po: updated Swedish translation (#4241)andhe1-50/+44
* po: updated Swedish translation * po: swedish: fix login vs write logs to confusion Since previous commit (updated messages) there's now a mix of different translation meanings for the same thing. While both translations are technically correct I think the meaning of the original messages are probably "to login" rather than "to write log messages to". This commit switches all translations to the "login" meaning.
2016-09-23l10n: update Czech translation (#4203)AsciiWolf1-107/+104
2016-09-21l10n: add Czech Translation (#4195)Daniel Maixner2-0/+586
2016-08-23Updated Hungarian translation (#4026)Balázs Úr1-49/+61
2016-07-20PO: italian updates (#3761)Daniele Medri1-27/+18
2016-06-28Added Indonesian translation (#3615)Andika Triwidada2-0/+577
2016-06-10l10n: update belarusian translation (#3482)Viktar Vaŭčkievič2-98/+120
2016-06-09Updated Turkish translation (#3477)Muhammet Kara1-49/+61
2016-06-09Update spanish po file (#3463)Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ]1-45/+36
2016-05-14Sort LINGUAS similar to Makefile.am:dist_catalog_DATAAlexander Shopov1-7/+7
2016-05-14po, catalog - add Bulgarian translationAlexander Shopov2-0/+618
2016-05-07italian: .po updatesDaniele Medri1-61/+77
2016-04-27Add croatian translation, hr.po and systemd.hr.catalog filesmuzena2-0/+571
2016-04-24po: Update French translation (#3108)Sylvain Plantefève1-48/+58
2016-04-24catalog,po: update Polish translation (#3100)Piotr Drąg1-47/+57
2016-03-01po/zh_CN: attempt to refresh zh_CN translationMingcong Bai1-72/+69
2016-02-12Update zh_TW translation.Jeff Huang1-39/+24
2016-02-02po: updated Russian translationnnz10241-42/+37
2016-01-11Updated Ukrainian translationDaniel Korostil1-98/+85
2016-01-02Update Hungarian translationGabor Kelemen1-78/+61
2015-11-22Merge pull request #1983 from dmedri/masterLennart Poettering9-38/+861
Minor updates on po/ files + it.po update
2015-11-22Italian: language updateDaniele Medri1-6/+85
2015-11-22translations: update-poDaniele Medri8-32/+776
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek1-1/+0
Snapshots were never useful or used for anything. Many systemd developers that I spoke to at systemd.conf2015, didn't even know they existed, so it is fairly safe to assume that this type can be deleted without harm. The fundamental problem with snapshots is that the state of the system is dynamic, devices come and go, users log in and out, timers fire... and restoring all units to some state from the past would "undo" those changes, which isn't really possible. Tested by creating a snapshot, running the new binary, and checking that the transition did not cause errors, and the snapshot is gone, and snapshots cannot be created anymore. New systemctl says: Unknown operation snapshot. Old systemctl says: Failed to create snapshot: Support for snapshots has been removed. IgnoreOnSnaphost settings are warned about and ignored: Support for option IgnoreOnSnapshot= has been removed and it is ignored http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html
2015-11-03po: update Korean translationDongsu Park1-7/+8
update Korean translation for better understanding. Reference: https://github.com/systemd/systemd/pull/1388
2015-10-28l10n: add zh_CN translation.Boyuan Yang2-0/+528
2015-10-12po/da: use unix line endingsJan Synacek1-609/+609
2015-10-08Merge pull request #1491 from Danielmachon/danish-translationDaniel Mack2-0/+610
po: added danish translation
2015-10-08po: added danish translation for systemdDanielmachon2-0/+610
po: added danish translation for systemd Update da.po fixed syntax errors
2015-10-03po, catalog: added Serbian translation.Марко М. Костић (Marko M. Kostić)2-0/+607
2015-09-25add a new Korean translationSeong-ho Cho2-0/+545
2015-09-22po: update french translationSylvain Plantefève1-7/+92
2015-09-20Merge pull request #1305 from mrkara/masterLennart Poettering2-0/+599
[l10n] Added Turkish translation
2015-09-20Update German translationnazgul771-46/+124
2015-09-19[l10n] Added Turkish translationMuhammet Kara2-0/+599
2015-09-15Add Galician language to LINGUAS fileFran Dieguez1-0/+1
2015-09-15Added Galician translationsFran Dieguez1-0/+584
2015-09-12po: update Belarusian translationViktar Vauchkevich2-24/+188
2015-09-06Updated Polish translationPiotr Drąg1-2/+36
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman1-0/+1
The following details are passed: - unit: the primary name of the unit upon which the action was invoked (i.e. after resolving any aliases); - verb: one of 'start', 'stop', 'reload', 'restart', 'try-restart', 'reload-or-restart', 'reload-or-try-restart', 'kill', 'reset-failed', or 'set-property', corresponding to the systemctl verb used to invoke the action. Typical use of these details in a polkit policy rule might be: // Allow alice to manage example.service; // fall back to implicit authorization otherwise. polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.systemd1.manage-units" && action.lookup("unit") == "example.service" && subject.user == "alice") { return polkit.Result.YES; } }); We also supply a custom polkit message that includes the unit's name and the requested operation.
2015-08-29po: update Polish translationPiotr Drąg1-5/+60
2015-06-19po: run make update-pov221Lennart Poettering14-165/+239
2015-06-15Merge pull request #154 from dmedri/masterDaniel Mack10-344/+865
Italian .po updates
2015-06-15l10n: Add Belarusian translationViktar Vauchkevich3-0/+1006
2015-06-13po: fix zh_TW mailing list again.Jeff Huang1-1/+1
2015-06-12po: fix zh_TW mailing list.Jeff Huang1-1/+1
2015-06-12po,catalog: add zh_TW translation.Jeff Huang2-0/+478
2015-06-10All languages .po files - general updateDaniele Medri9-329/+831