[Frugalware-darcs] setup: setup-current
Christian Hamar alias krix
krics at linuxforum.hu
Thu Mar 30 00:47:38 CEST 2006
[setup-current
Christian Hamar alias krix <krics at linuxforum.hu>**20051101235140
* Some gettext cosmetics and fixes
* Added sample gettext init to setup.c main() function
] {
hunk ./po/generate_pot 3
-intltool-update --pot --gettext-package=setup-current
+intltool-update --pot --gettext-package=setup
hunk ./po/setup-current.pot 1
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-02 00:40+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../src/setup.c:42
-#, c-format
-msgid "Starting initizaling plugins...\n"
-msgstr ""
rmfile ./po/setup-current.pot
addfile ./po/setup.pot
hunk ./po/setup.pot 1
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-11-02 00:50+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/setup.c:42
+#, c-format
+msgid "Starting initizaling plugins...\n"
+msgstr ""
hunk ./src/setup.c 79
+
+ setlocale(LC_ALL, "en_US");
+ bindtextdomain("setup", "/usr/share/locale");
+ bind_textdomain_codeset("setup", "ISO-8859-2");
+ textdomain("setup");
}
More information about the Frugalware-darcs
mailing list