/pidgin/main: 17b919e22ccf: Add note to translators.
Mark Doliner <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 17b919e22ccfe37f42fb722195d0fc936bb3c8d0 Author: Mark Doliner <[email protected]> Date: 2014-06-24 22:14 -0700 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/17b919e22ccf Description: Add note to translators. diffstat: libpurple/protocols/gg/pubdir-prpl.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diffs (16 lines): diff --git a/libpurple/protocols/gg/pubdir-prpl.c b/libpurple/protocols/gg/pubdir-prpl.c --- a/libpurple/protocols/gg/pubdir-prpl.c +++ b/libpurple/protocols/gg/pubdir-prpl.c @@ -839,6 +839,12 @@ static void ggp_pubdir_set_info_dialog(P record ? record->city : NULL, FALSE); purple_request_field_group_add_field(group, field); + /* Translators: This word is basically used to describe a Polish + province. Gadu-Gadu users outside of Poland might choose to enter some + equivalent value for themselves. For example, users in the US might + use their state (e.g. New York). If there is an equivalent term for + your language, feel free to use it. Otherwise it's probably acceptable + to leave it changed or transliterate it into your alphabet. */ field = purple_request_field_choice_new("province", _("Voivodeship"), 0); purple_request_field_group_add_field(group, field); for (i = 0; i < ggp_pubdir_provinces_count; i++) {