summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2015-10-12po/da: use unix line endingsJan Synacek
2015-10-08Merge pull request #1491 from Danielmachon/danish-translationDaniel Mack
po: added danish translation
2015-10-08po: added danish translation for systemdDanielmachon
po: added danish translation for systemd Update da.po fixed syntax errors
2015-10-03po, catalog: added Serbian translation.Марко М. Костић (Marko M. Kostić)
2015-09-25add a new Korean translationSeong-ho Cho
2015-09-22po: update french translationSylvain Plantefève
2015-09-20Merge pull request #1305 from mrkara/masterLennart Poettering
[l10n] Added Turkish translation
2015-09-20Update German translationnazgul77
2015-09-19[l10n] Added Turkish translationMuhammet Kara
2015-09-15Add Galician language to LINGUAS fileFran Dieguez
2015-09-15Added Galician translationsFran Dieguez
2015-09-12po: update Belarusian translationViktar Vauchkevich
2015-09-06Updated Polish translationPiotr Drąg
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
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ąg
2015-06-19po: run make update-posystemd/v221Lennart Poettering
2015-06-15Merge pull request #154 from dmedri/masterDaniel Mack
Italian .po updates
2015-06-15l10n: Add Belarusian translationViktar Vauchkevich
2015-06-13po: fix zh_TW mailing list again.Jeff Huang
2015-06-12po: fix zh_TW mailing list.Jeff Huang
2015-06-12po,catalog: add zh_TW translation.Jeff Huang
2015-06-10All languages .po files - general updateDaniele Medri
2015-06-10Italian .po updatesDaniele Medri
2015-06-02Separate the % sign from the numberPablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ]
In spanish the % sign is supposed to be separated from the number [1 and 2 both in spanish] so I separated the %% that draw the percentage sign from the number. [1] http://www.fundeu.es/recomendacion/el-se-escribe-separado-de-la-cifra-a-la-que-acompana-802/ [2] http://aplica.rae.es/orweb/cgi-bin/v.cgi?i=QGkHLBzKcEgZrQyD PD: I know that probably this is not the propper place but I don't know where submit the fix or if I do it right
2015-05-05build-sys: remove left-overKay Sievers
2015-04-24Update Spanish translationDaniel Mustieles
https://bugs.freedesktop.org/show_bug.cgi?id=90163
2015-04-12po: update Polish translationPiotr Drąg
https://bugs.freedesktop.org/show_bug.cgi?id=89989
2015-04-08po: update French translationSylvain Plantefève
Add strings introduced by 5bdf22430e367799dfa66c724144b624c5479518
2015-03-24po: update Russian translationSergey Ptashnick
Add strings for importd, following 587fec427c.
2015-03-19po: updated Swedish translationSebastian Rasmussen
https://bugs.freedesktop.org/show_bug.cgi?id=89598
2015-03-15po: update Polish translationPiotr Drąg
https://bugs.freedesktop.org/show_bug.cgi?id=89582
2015-03-13po: add Spanish translationAlex Puchades
https://bugs.freedesktop.org/show_bug.cgi?id=89559
2015-03-09po: update French translationSylvain Plantefève
Add strings for importd, following 587fec427c80b6c34dcf1d7570f891fcb652a7c5
2015-03-08po: update Russian translation - pluralize fsckdSergey Ptashnick
Correctly pluralize strings for fsckd.
2015-03-08po: update Russian translation - importdSergey Ptashnick
Add strings for importd, by analogy with 1eb37584a8.
2015-03-06po: update French translationSylvain Plantefève
2015-03-03po: update Russian translationSergey Ptashnick
Add some forgotten strings for systemd, logind and machined.
2015-02-25po: update Polish translationPiotr Drąg
https://bugs.freedesktop.org/show_bug.cgi?id=89230
2015-02-24po: update Italian translationDaniele Medri
2015-02-24po: simplify one sentenceZbigniew Jędrzejewski-Szmek
2015-02-24po: fix typo in French translationZbigniew Jędrzejewski-Szmek
Was already fixed elsewhere in 6be9b3606872037d1d48a81fbe045af8b64cea85.
2015-02-22po: update French translationSylvain Plantefève
2015-02-19po: update Russian translationSergey Ptashnick
Add strings for fsckd.
2015-02-18po: Update German translationMartin Pitt
2015-02-18Refresh po filesDidier Roche
Also, add new plymouth fsckd translated strings in french. Refreshed with "make update-po".
2015-02-18Translate fsckd messages for plymouthDidier Roche
For plymouth themes not supporting i18n (like .script), send translated messages to display to user, which is equivalent to the sent machine readable data.
2015-02-15po: Update German translationChristian Kirbach
https://bugs.freedesktop.org/show_bug.cgi?id=89154
2015-01-24po: update Russian translationSergey Ptashnick
Add strings for importd.
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-22po: update french translationSylvain Plantefève