Commit graph

90 commits

Author SHA1 Message Date
Seong-ho Cho 789cbe8fb8 add a new Korean translation 2015-09-25 23:56:14 +09:00
Sylvain Plantefève 88660ac6e8 po: update french translation 2015-09-22 00:25:13 +02:00
Lennart Poettering 4b8b34855e Merge pull request #1305 from mrkara/master
[l10n] Added Turkish translation
2015-09-20 19:14:37 +02:00
nazgul77 5252cfb433 Update German translation 2015-09-20 14:54:34 +02:00
Muhammet Kara 7c54a17a10 [l10n] Added Turkish translation 2015-09-19 08:35:32 +03:00
Fran Dieguez 4f95221612 Add Galician language to LINGUAS file 2015-09-15 00:20:51 +02:00
Fran Dieguez fd59243cf1 Added Galician translations 2015-09-15 00:20:21 +02:00
Viktar Vauchkevich 47130da825 po: update Belarusian translation 2015-09-12 16:47:18 +03:00
Piotr Drąg eb3ef64961 Updated Polish translation 2015-09-06 20:42:16 +02:00
Michael Chapman 88ced61bf9 core: pass details to polkit for some unit actions
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-09-06 00:07:17 +10:00
Piotr Drąg ab6ee33fce po: update Polish translation 2015-08-29 20:33:02 +02:00
Lennart Poettering ff99498535 po: run make update-po 2015-06-19 12:47:39 +02:00
Daniel Mack 0c33502bed Merge pull request #154 from dmedri/master
Italian .po updates
2015-06-15 14:43:15 +02:00
Viktar Vauchkevich a220f3583c l10n: Add Belarusian translation 2015-06-15 00:13:43 +03:00
Jeff Huang 43633588f9 po: fix zh_TW mailing list again. 2015-06-13 10:56:28 +08:00
Jeff Huang 1f41b33b86 po: fix zh_TW mailing list. 2015-06-12 21:14:04 +08:00
Jeff Huang ea01a90df4 po,catalog: add zh_TW translation. 2015-06-12 20:52:15 +08:00
Daniele Medri 264c0eb76d All languages .po files - general update 2015-06-10 23:27:59 +02:00
Daniele Medri cec5b4a1af Italian .po updates 2015-06-10 23:19:26 +02:00
Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] 6f54f5373a Separate the % sign from the number
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-06-02 15:07:18 +02:00
Kay Sievers 32fea77178 build-sys: remove left-over 2015-05-05 22:06:04 +02:00
Daniel Mustieles 9211e87514 Update Spanish translation
https://bugs.freedesktop.org/show_bug.cgi?id=90163
2015-04-24 09:14:01 -04:00
Piotr Drąg 304e64e638 po: update Polish translation
https://bugs.freedesktop.org/show_bug.cgi?id=89989
2015-04-12 16:59:04 -04:00
Sylvain Plantefève 431c3b6bab po: update French translation
Add strings introduced by 5bdf22430e
2015-04-08 02:42:50 +02:00
Sergey Ptashnick c03d5c8e76 po: update Russian translation
Add strings for importd, following 587fec427c.
2015-03-24 00:12:03 -04:00
Sebastian Rasmussen 0ea37920e7 po: updated Swedish translation
https://bugs.freedesktop.org/show_bug.cgi?id=89598
2015-03-19 21:55:35 -04:00
Piotr Drąg 9b7d4d2e92 po: update Polish translation
https://bugs.freedesktop.org/show_bug.cgi?id=89582
2015-03-15 20:47:36 -04:00
Alex Puchades 946c950fec po: add Spanish translation
https://bugs.freedesktop.org/show_bug.cgi?id=89559
2015-03-13 00:26:03 -04:00
Sylvain Plantefève f699ebe130 po: update French translation
Add strings for importd, following 587fec427c
2015-03-09 19:27:35 +01:00
Sergey Ptashnick 27a9986b20 po: update Russian translation - pluralize fsckd
Correctly pluralize strings for fsckd.
2015-03-08 12:19:33 -04:00
Sergey Ptashnick 93b06fd0f0 po: update Russian translation - importd
Add strings for importd, by analogy with 1eb37584a8.
2015-03-08 10:46:41 -04:00
Sylvain Plantefève 1eb37584a8 po: update French translation 2015-03-06 18:58:34 -05:00
Sergey Ptashnick b522aee0e2 po: update Russian translation
Add some forgotten strings for systemd, logind and machined.
2015-03-03 09:18:48 -05:00
Piotr Drąg f921eca259 po: update Polish translation
https://bugs.freedesktop.org/show_bug.cgi?id=89230
2015-02-25 00:00:07 -05:00
Daniele Medri 59a0d2da3e po: update Italian translation 2015-02-24 23:59:09 -05:00
Zbigniew Jędrzejewski-Szmek ec574c5eb0 po: simplify one sentence 2015-02-24 23:55:35 -05:00
Zbigniew Jędrzejewski-Szmek e403d1310a po: fix typo in French translation
Was already fixed elsewhere in 6be9b36068.
2015-02-24 23:53:59 -05:00
Sylvain Plantefève d3ca673849 po: update French translation 2015-02-22 20:52:30 +01:00
Sergey Ptashnick 9401866ec1 po: update Russian translation
Add strings for fsckd.
2015-02-19 08:16:17 +01:00
Martin Pitt 09c3a9b67d po: Update German translation 2015-02-18 17:09:15 +01:00
Didier Roche d5e41df6d7 Refresh po files
Also, add new plymouth fsckd translated strings in french.
Refreshed with "make update-po".
2015-02-18 16:33:46 +01:00
Didier Roche b0d9246486 Translate fsckd messages for plymouth
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-18 16:33:46 +01:00
Christian Kirbach 38ab096869 po: Update German translation
https://bugs.freedesktop.org/show_bug.cgi?id=89154
2015-02-15 10:47:28 -05:00
Sergey Ptashnick ff485617d9 po: update Russian translation
Add strings for importd.
2015-01-24 21:11:46 -05:00
Piotr Drąg d8681b3fa5 catalog,po: update Polish translation
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 2e219e5672 and
2057124e79).

https://bugs.freedesktop.org/show_bug.cgi?id=88707
2015-01-24 21:11:45 -05:00
Sylvain Plantefève 714af6af8a po: update french translation 2015-01-22 22:44:41 +01:00
Piotr Drąg 838d5f0298 import: add org.freedesktop.import1.policy.in to POTFILES.in
https://bugs.freedesktop.org/show_bug.cgi?id=88705
2015-01-22 09:02:33 -05:00
Rafael Ferreira 5701fbbbcf po: add Brazilian Portuguese translation
https://bugs.freedesktop.org/show_bug.cgi?id=88271
2015-01-11 23:41:42 -05:00
Gabor Kelemen 358e019c6e po: Initial Hungarian translation
https://bugs.freedesktop.org/show_bug.cgi?id=87982
2015-01-05 23:08:19 -05:00
Josef Andersson bbe05969ec po: add Swedish translation
https://bugs.freedesktop.org/show_bug.cgi?id=88052
2015-01-05 11:39:31 -05:00