pidgin/pidgin

6318890a81ca
Parents e590b053f8af
Children aaeddb178055
Add hint for translators for the string "DN"

This comment will appear in pidgin.pot and I think also in the
various po files.
--- a/libpurple/protocols/novell/novell.c Sun Jun 22 16:21:22 2014 -0700
+++ b/libpurple/protocols/novell/novell.c Sun Jun 22 16:33:19 2014 -0700
@@ -1539,6 +1539,10 @@
}
#if 0
+ /* Hint for translators: "DN" here refers to a piece of information about
+ a user on the Novell protocol. "DN" is not an English word. I think
+ it's an abbreviation, possibly for "distinguished name" as defined in
+ the X.500 standard. It's probably fine to leave it untranslated. */
tag = _("DN");
value = nm_user_record_get_dn(user_record);
if (value) {