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/uk.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/uk.po')
-rw-r--r-- | po/uk.po | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -370,13 +370,13 @@ msgstr "" "Потрібна автентифікація, щоб вимкнути систему, коли інші користувачі в ній." #: src/login/org.freedesktop.login1.policy:180 -msgid "Power off the system while an application asked to inhibit it" +msgid "Power off the system while an application is inhibiting this" msgstr "Вимкнути систему, коли програми намагаються перешкодити цьому" #: src/login/org.freedesktop.login1.policy:181 msgid "" "Authentication is required to power off the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Потрібна автентифікація, щоб вимкнути систему, коли програми намагаються " "перешкодити цьому." @@ -402,13 +402,13 @@ msgstr "" "ній." #: src/login/org.freedesktop.login1.policy:213 -msgid "Reboot the system while an application asked to inhibit it" +msgid "Reboot the system while an application is inhibiting this" msgstr "Перезапустити систему, коли програми намагаються перешкодити цьому" #: src/login/org.freedesktop.login1.policy:214 msgid "" "Authentication is required to reboot the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Потрібна автентифікація, щоб перезапустити систему, коли програми " "намагаються перешкодити цьому." @@ -433,7 +433,7 @@ msgstr "" "Потрібна автентифікація, щоб зупинити систему, коли інші користувачі в ній." #: src/login/org.freedesktop.login1.policy:246 -msgid "Halt the system while an application asked to inhibit it" +msgid "Halt the system while an application is inhibiting this" msgstr "Зупинити систему, коли програми намагаються перешкодити цьому" #: src/login/org.freedesktop.login1.policy:247 @@ -465,13 +465,13 @@ msgstr "" "ній." #: src/login/org.freedesktop.login1.policy:278 -msgid "Suspend the system while an application asked to inhibit it" +msgid "Suspend the system while an application is inhibiting this" msgstr "Призупинити систему, коли програми намагаються перешкодити цьому" #: src/login/org.freedesktop.login1.policy:279 msgid "" "Authentication is required to suspend the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Потрібна автентифікація, щоб призупинити систему, коли програми намагаються " "перешкодити цьому." @@ -496,13 +496,13 @@ msgstr "" "Потрібна автентифікація, щоб присипання систему, коли інші користувачі в ній." #: src/login/org.freedesktop.login1.policy:310 -msgid "Hibernate the system while an application asked to inhibit it" +msgid "Hibernate the system while an application is inhibiting this" msgstr "Приспати систему, коли програми намагаються перешкодити цьому" #: src/login/org.freedesktop.login1.policy:311 msgid "" "Authentication is required to hibernate the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Потрібна автентифікація, щоб приспати систему, коли програми намагаються " "перешкодити цьому." |