summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* licensing: add header to POTFILES.inZbigniew Jędrzejewski-Szmek2021-10-011-0/+2
| | | | | | This is just a stupid file list, but without the header the file shows up on the list of files without a header. I checked that 'systemd-update-po' still works, so I think it's OK to add this.
* po: add src/home/org.freedesktop.home1.policy to POTFILES.inPiotr Drąg2020-01-301-0/+1
|
* po: include network1.policy in the list for generating .pot fileYu Watanabe2019-07-281-0/+1
|
* Update POTFILES.inPiotr Drąg2018-05-271-0/+1
|
* l10n: Update POTFILES.in and POTFILES.skipMichael Biebl2018-02-181-8/+8
| | | | | | | We no longer use .in suffixes for .policy files. Follow-up for commit 9b3cff199dd3827a9f2df9a7f5874d6ef18880f2 and 70886abbde59a45cfabe0769c0cdb3af1e5f7790.
* l10n: update POTFILES.in (#8163)AsciiWolf2018-02-131-0/+1
|
* core: pass details to polkit for some unit actionsMichael Chapman2015-09-061-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.
* build-sys: remove left-overKay Sievers2015-05-051-1/+0
|
* Translate fsckd messages for plymouthDidier Roche2015-02-181-0/+1
| | | | | | For plymouth themes not supporting i18n (like .script), send translated messages to display to user, which is equivalent to the sent machine readable data.
* import: add org.freedesktop.import1.policy.in to POTFILES.inPiotr Drąg2015-01-221-1/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=88705
* machined: add org.freedesktop.machine1.policy.in to POTFILES.inFilipe Brandenburger2014-12-251-0/+1
| | | | | The new polkit file was introduced in commit d04c1fb8e21560 ("machined: introduce polkit for OpenLogin() call").
* build-sys: fix "make distcheck"Kay Sievers2012-07-151-1/+1
|
* test: hook up more tests with make checkLennart Poettering2012-07-131-0/+1
|
* hostnamed, localed: move config files to subdirKay Sievers2011-12-311-2/+2
|
* timedated: move sources to subdirectoryKay Sievers2011-12-311-1/+1
|
* logind: fix POTFILES locationKay Sievers2011-12-311-1/+1
|
* build-sys: Add i18n support through intltoolBastien Nocera2011-07-111-0/+4
And put the PolicyKit policy files up for translation.