diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-26 11:32:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-26 11:32:32 +0100 |
commit | 09460a234bed3c21d08889f45ab2eb21f9357638 (patch) | |
tree | 92063c3588f6f0c97ae4005764bec2767c90149b /po/sv.po | |
parent | tree-wide: replace present participle forms (diff) | |
download | systemd-09460a234bed3c21d08889f45ab2eb21f9357638.tar.xz systemd-09460a234bed3c21d08889f45ab2eb21f9357638.zip |
tree-wide: replace "asked to inhibit it" with "is inhibiting this"
The problem with the original form is that the subject of the sentence with
passive void is "the system", and we're not inhibiting the system. In English
the sense can be made out, but the form is gramatically incorrect.
In fact, the Polish translation got this wrong:
> msgid "Power off the system while an application is inhibiting this"
> msgstr "Wyłączenie systemu, kiedy program zażądał jego wstrzymania"
"jego" can only refer to "the system", because of gender mismatch with "power
off". If our translators cannot grok the message, then we should probably reword
it.
Also, drop the "asked to" part. Everything we do is over IPC, so we only ever
"ask" for things, and this adds no value.
Diffstat (limited to 'po/sv.po')
-rw-r--r-- | po/sv.po | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -293,13 +293,13 @@ msgstr "" "inloggade." #: ../src/login/org.freedesktop.login1.policy.in.h:31 -msgid "Power off the system while an application asked to inhibit it" +msgid "Power off the system while an application is inhibiting this" msgstr "Stäng av systemet även då ett program hindrar det" #: ../src/login/org.freedesktop.login1.policy.in.h:32 msgid "" "Authentication is required to power off the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Autentisering krävs för att stänga av systemet även då ett program hindrar " "det." @@ -325,13 +325,13 @@ msgstr "" "inloggade." #: ../src/login/org.freedesktop.login1.policy.in.h:37 -msgid "Reboot the system while an application asked to inhibit it" +msgid "Reboot the system while an application is inhibiting this" msgstr "Starta om systemet även då ett program hindrar det" #: ../src/login/org.freedesktop.login1.policy.in.h:38 msgid "" "Authentication is required to reboot the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Autentisering krävs för att starta om systemet även då ett program hindrar " "det." @@ -357,7 +357,7 @@ msgstr "" "inloggade." #: src/login/org.freedesktop.login1.policy.in:246 -msgid "Halt the system while an application asked to inhibit it" +msgid "Halt the system while an application is inhibiting this" msgstr "Stoppa systemet även då ett program hindrar det" #: src/login/org.freedesktop.login1.policy.in:247 @@ -388,13 +388,13 @@ msgstr "" "användare är inloggade." #: ../src/login/org.freedesktop.login1.policy.in.h:43 -msgid "Suspend the system while an application asked to inhibit it" +msgid "Suspend the system while an application is inhibiting this" msgstr "Försätt systemet i vänteläge även då ett program hindrar det" #: ../src/login/org.freedesktop.login1.policy.in.h:44 msgid "" "Authentication is required to suspend the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Autentisering krävs för att försätta ett program i vänteläge även då ett " "program hindrar det." @@ -420,13 +420,13 @@ msgstr "" "användare är inloggade." #: ../src/login/org.freedesktop.login1.policy.in.h:49 -msgid "Hibernate the system while an application asked to inhibit it" +msgid "Hibernate the system while an application is inhibiting this" msgstr "Försätt systemet i viloläge även då ett program hindrar det" #: ../src/login/org.freedesktop.login1.policy.in.h:50 msgid "" "Authentication is required to hibernate the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Autentisering krävs för att försätta ett program i viloläge även då ett " "program hindrar det." |