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/el.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/el.po')
-rw-r--r-- | po/el.po | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -313,13 +313,13 @@ msgstr "" "συνδεμένοι." #: ../src/login/org.freedesktop.login1.policy.in.h:29 -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.in.h:30 msgid "" "Authentication is required to power off the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Απαιτείται πιστοποίηση για απενεργοποίηση του συστήματος ενώ μια εφαρμογή " "ζήτησε να αποτραπεί." @@ -345,13 +345,13 @@ msgstr "" "είναι συνδεμένοι." #: ../src/login/org.freedesktop.login1.policy.in.h:35 -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.in.h:36 msgid "" "Authentication is required to reboot the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Απαιτείται πιστοποίηση για επανεκκίνηση του συστήματος ενώ μια εφαρμογή " "ζήτησε να αποτραπεί." @@ -377,13 +377,13 @@ msgstr "" "συνδεμένοι." #: ../src/login/org.freedesktop.login1.policy.in.h:41 -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.in.h:42 msgid "" "Authentication is required to suspend the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Απαιτείται πιστοποίηση για αναστολή του συστήματος ενώ μια εφαρμογή ζήτησε " "να αποτραπεί." @@ -409,13 +409,13 @@ msgstr "" "είναι συνδεμένοι." #: ../src/login/org.freedesktop.login1.policy.in.h:47 -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.in.h:48 msgid "" "Authentication is required to hibernate the system while an application " -"asked to inhibit it." +"is inhibiting this." msgstr "" "Απαιτείται πιστοποίηση για αδρανοποίηση του συστήματος ενώ μια εφαρμογή " "ζήτησε να αποτραπεί." |