Add L10n test string
This commit is contained in:
parent
aa54d0a8c1
commit
1215336b2d
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: hexchat 2.9.3\n"
|
"Project-Id-Version: hexchat 2.9.3\n"
|
||||||
"Report-Msgid-Bugs-To: www.hexchat.org\n"
|
"Report-Msgid-Bugs-To: www.hexchat.org\n"
|
||||||
"POT-Creation-Date: 2012-10-19 20:07+0200\n"
|
"POT-Creation-Date: 2012-10-19 21:13+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -2713,6 +2713,10 @@ msgstr ""
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/util.c:1971
|
||||||
|
msgid "L10n test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/xchat.c:740
|
#: src/common/xchat.c:740
|
||||||
msgid "_Open Dialog Window"
|
msgid "_Open Dialog Window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -1966,3 +1966,8 @@ get_subdirs (const char *path)
|
||||||
|
|
||||||
return dirlist;
|
return dirlist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
_("L10n test")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue