diff options
author | Thomas Haller <thaller@redhat.com> | 2017-12-27 14:17:34 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-13 10:00:09 +0200 |
commit | 684bf311502a0579d841bb55137f42368ae0cc6b (patch) | |
tree | b58bc2d10d230d775abe4db461a032bcd4d7f344 /po/zh_TW.po | |
parent | f69dbd71fe1f714250cc865b4c2e50fcc95579d2 (diff) | |
download | NetworkManager-684bf311502a0579d841bb55137f42368ae0cc6b.tar.gz |
all: unify spelling of translators hint in source code
Use the same form everywhere: "TRANSLATORS" instead of "Translators".
The manual also seems to prefer the upper-case form [1].
$ sed 's/\<Translators\>: /TRANSLATORS: /g' $(git grep -l Translators) -i
[1] https://www.gnu.org/software/gettext/manual/gettext.html
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index 38072067ce..bacda4389a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3492,7 +3492,7 @@ msgstr "" msgid "Failed to duplicate pager pipe: %s\n" msgstr "" -#. Translators: the first %s is the partial value entered by +#. TRANSLATORS: the first %s is the partial value entered by #. * the user, the second %s a list of compatible values. #. #: ../clients/common/nm-client-utils.c:75 @@ -8667,7 +8667,7 @@ msgstr "設定主機名稱" msgid "Hostname" msgstr "主機名稱" -#. Translators: this indicates the result. ie, "I have set the hostname to ..." +#. TRANSLATORS: this indicates the result. ie, "I have set the hostname to ..." #: ../clients/tui/nmtui-hostname.c:116 #, c-format msgid "Set hostname to '%s'" @@ -10717,7 +10717,7 @@ msgstr "PCI" msgid "USB" msgstr "USB" -#. Translators: the first %s is a bus name (eg, "USB") or +#. TRANSLATORS: the first %s is a bus name (eg, "USB") or #. * product name, the second is a device type (eg, #. * "Ethernet"). You can change this to something like #. * "%2$s (%1$s)" if there's no grammatical way to combine @@ -11236,7 +11236,7 @@ msgid "" "type '%s'" msgstr "" -#. Translators: the first %s is a prefix for the connection id, such +#. TRANSLATORS: the first %s is a prefix for the connection id, such #. * as "Wired Connection" or "VPN Connection". The %d is a number #. * that is combined with the first argument to create a unique #. * connection id. |