Changeset 17222
- Timestamp:
- 08/08/08 00:54:58 (5 years ago)
- Location:
- lang/cplusplus/i3
- Files:
-
- 37 modified
-
Makefile.am (modified) (1 diff)
-
NEWS (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
fakecygpty.exe (modified) (previous)
-
po/af.po (modified) (3 diffs)
-
po/ca.po (modified) (3 diffs)
-
po/de.po (modified) (3 diffs)
-
po/el.po (modified) (3 diffs)
-
po/eo.po (modified) (3 diffs)
-
po/es.po (modified) (3 diffs)
-
po/fi.po (modified) (3 diffs)
-
po/fr.po (modified) (3 diffs)
-
po/ga.po (modified) (3 diffs)
-
po/hu.po (modified) (3 diffs)
-
po/i3.pot (modified) (3 diffs)
-
po/id.po (modified) (3 diffs)
-
po/it.po (modified) (3 diffs)
-
po/ja.po (modified) (3 diffs)
-
po/ms.po (modified) (3 diffs)
-
po/nl.po (modified) (3 diffs)
-
po/pl.po (modified) (3 diffs)
-
po/pt.po (modified) (3 diffs)
-
po/ro.po (modified) (3 diffs)
-
po/ru.po (modified) (3 diffs)
-
po/sk.po (modified) (3 diffs)
-
po/sl.po (modified) (3 diffs)
-
po/sr.po (modified) (3 diffs)
-
po/sv.po (modified) (3 diffs)
-
po/tr.po (modified) (3 diffs)
-
po/uk.po (modified) (3 diffs)
-
po/vi.po (modified) (3 diffs)
-
po/zh_CN.po (modified) (3 diffs)
-
po/zh_HK.po (modified) (3 diffs)
-
po/zh_TW.po (modified) (3 diffs)
-
src/Main.cpp (modified) (1 diff)
-
windows/dist.rb (modified) (3 diffs)
-
windows/locale.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/Makefile.am
r16679 r17222 37 37 cp -fr ${top_srcdir}/am ${top_distdir} #XXX 38 38 cp -fr ${top_srcdir}/src ${top_distdir} #XXX 39 cd ${top_distdir} && sh ${abs_top_srcdir}/s h/clean_distdir.sh39 cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 40 40 41 41 if WITH_GUI_WINDOWS -
lang/cplusplus/i3/NEWS
r15958 r17222 1 新バージョンの 1 i3-1.0 2 2 3 ニュースを4 3 5 書くZE6 -
lang/cplusplus/i3/configure.ac
r17183 r17222 5 5 AC_INIT([i3],[1.0],[dyob@lunaport.net]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 #AM_INIT_AUTOMAKE([gnu no-define filename-length-max=99])8 AM_INIT_AUTOMAKE([gnu no-define filename-length-max=99 check-news std-options])7 AM_INIT_AUTOMAKE([gnu no-define filename-length-max=99]) 8 #AM_INIT_AUTOMAKE([gnu no-define filename-length-max=99 check-news std-options]) 9 9 AC_CONFIG_SRCDIR([src/Main.cpp]) 10 10 AC_CONFIG_HEADER([config.h]) -
lang/cplusplus/i3/po/af.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:46+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Hallo wêreld!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/ca.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:46+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Hola, món!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/de.po
r17038 r17222 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 11 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"11 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 12 12 "PO-Revision-Date: 2008-06-30 23:46+0900\n" 13 13 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 20 #: src/os-windows/OsTest1.cpp:23 20 21 msgid "Hello, world!" 21 22 msgstr "Hallo Welt!" … … 29 30 msgstr "" 30 31 31 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 32 msgid "Japanese" 33 msgstr "" 34 35 #: src/Main.cpp:149 32 #: src/Main.cpp:180 36 33 msgid "exited normally" 37 34 msgstr "" -
lang/cplusplus/i3/po/el.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:46+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "X-Generator: KBabel 1.3.1\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Γεια σου, κόσμε!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/eo.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:46+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Saluton, mondo!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/es.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "�Hola, mundo!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/po/fi.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 17 17 # Tämä nimenomainen käännös valittu GNU Hellon mukaisesti. 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Terve maailma!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/fr.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Bonjour, le monde !" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/ga.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Dia duit, a dhomhain!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/hu.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Hello, vil�" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/i3.pot
r17038 r17222 9 9 "Project-Id-Version: i3 1.0\n" 10 10 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 11 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"11 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 20 #: src/os-windows/OsTest1.cpp:23 20 21 msgid "Hello, world!" 21 22 msgstr "" … … 29 30 msgstr "" 30 31 31 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 32 msgid "Japanese" 33 msgstr "" 34 35 #: src/Main.cpp:149 32 #: src/Main.cpp:180 36 33 msgid "exited normally" 37 34 msgstr "" -
lang/cplusplus/i3/po/id.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:47+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 17 17 "X-Generator: KBabel 1.11.2\n" 18 18 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 20 #: src/os-windows/OsTest1.cpp:23 20 21 msgid "Hello, world!" 21 22 msgstr "Hello, world!" … … 29 30 msgstr "" 30 31 31 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 32 msgid "Japanese" 33 msgstr "" 34 35 #: src/Main.cpp:149 32 #: src/Main.cpp:180 36 33 msgid "exited normally" 37 34 msgstr "" -
lang/cplusplus/i3/po/it.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:48+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Salve, mondo!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/ja.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-07-20 10:18+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "世界よ, こんにちは!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "日本語" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" 34 35 #~ msgid "Japanese" 36 #~ msgstr "日本語" 37 37 38 38 #, fuzzy -
lang/cplusplus/i3/po/ms.po
r17038 r17222 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 11 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"11 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 12 12 "PO-Revision-Date: 2008-06-30 23:48+0900\n" 13 13 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 20 #: src/os-windows/OsTest1.cpp:23 20 21 msgid "Hello, world!" 21 22 msgstr "Hello, world!" … … 29 30 msgstr "" 30 31 31 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 32 msgid "Japanese" 33 msgstr "" 34 35 #: src/Main.cpp:149 32 #: src/Main.cpp:180 36 33 msgid "exited normally" 37 34 msgstr "" -
lang/cplusplus/i3/po/nl.po
r17038 r17222 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 11 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"11 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 12 12 "PO-Revision-Date: 2008-06-30 23:48+0900\n" 13 13 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 18 18 "X-Generator: KBabel 1.11.4\n" 19 19 20 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 20 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 21 #: src/os-windows/OsTest1.cpp:23 21 22 msgid "Hello, world!" 22 23 msgstr "Hallo, wereld!" … … 30 31 msgstr "" 31 32 32 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 33 msgid "Japanese" 34 msgstr "" 35 36 #: src/Main.cpp:149 33 #: src/Main.cpp:180 37 34 msgid "exited normally" 38 35 msgstr "" -
lang/cplusplus/i3/po/pl.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:48+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Witaj �wiecie!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/pt.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:48+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Olá, Mundo!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/ro.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Salut, lume! (Hello, world!)" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/ru.po
r17038 r17222 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 11 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"11 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 12 12 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 13 13 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 18 18 "X-Generator: KBabel 1.3\n" 19 19 20 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 20 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 21 #: src/os-windows/OsTest1.cpp:23 21 22 msgid "Hello, world!" 22 23 msgstr "���� ��" … … 30 31 msgstr "" 31 32 32 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 33 msgid "Japanese" 34 msgstr "" 35 36 #: src/Main.cpp:149 33 #: src/Main.cpp:180 37 34 msgid "exited normally" 38 35 msgstr "" -
lang/cplusplus/i3/po/sk.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Ahoj svet!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/sl.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "Pozdravljen, svet!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/po/sr.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "Здраво свима!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/po/sv.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "Hej världen!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/po/tr.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:49+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "X-Generator: KBabel 1.0\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Merhaba Dünyalı!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/uk.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:50+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "Привіт, світ!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/vi.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:50+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 17 17 "X-Generator: LocFactoryEditor 1.7b1\n" 18 18 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 19 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 20 #: src/os-windows/OsTest1.cpp:23 20 21 msgid "Hello, world!" 21 22 msgstr "Chào thế giới !" … … 29 30 msgstr "" 30 31 31 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 32 msgid "Japanese" 33 msgstr "" 34 35 #: src/Main.cpp:149 32 #: src/Main.cpp:180 36 33 msgid "exited normally" 37 34 msgstr "" -
lang/cplusplus/i3/po/zh_CN.po
r17038 r17222 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 10 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"10 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 11 11 "PO-Revision-Date: 2008-06-30 23:50+0900\n" 12 12 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 18 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 19 #: src/os-windows/OsTest1.cpp:23 19 20 msgid "Hello, world!" 20 21 msgstr "世界你好!" … … 28 29 msgstr "" 29 30 30 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 31 msgid "Japanese" 32 msgstr "" 33 34 #: src/Main.cpp:149 31 #: src/Main.cpp:180 35 32 msgid "exited normally" 36 33 msgstr "" -
lang/cplusplus/i3/po/zh_HK.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:50+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "你好!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/po/zh_TW.po
r17038 r17222 7 7 "Project-Id-Version: \n" 8 8 "Report-Msgid-Bugs-To: dyob@lunaport.net\n" 9 "POT-Creation-Date: 2008-08-0 4 01:12+0900\n"9 "POT-Creation-Date: 2008-08-07 23:58+0900\n" 10 10 "PO-Revision-Date: 2008-06-30 23:50+0900\n" 11 11 "Last-Translator: Isamu Mogi <dyob@lunaport.net>\n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:144 17 #: src/gui-qt/Gui.cpp:24 src/Main.cpp:175 src/os-windows/OsTest1.cpp:19 18 #: src/os-windows/OsTest1.cpp:23 18 19 msgid "Hello, world!" 19 20 msgstr "您好!" … … 27 28 msgstr "" 28 29 29 #: src/LibintlUtf16le.cpp:211 src/LibintlUtf16le.cpp:218 30 msgid "Japanese" 31 msgstr "" 32 33 #: src/Main.cpp:149 30 #: src/Main.cpp:180 34 31 msgid "exited normally" 35 32 msgstr "" -
lang/cplusplus/i3/src/Main.cpp
r17038 r17222 132 132 133 133 134 #include <boost/program_options.hpp> 134 135 135 136 int main(int argc, char *argv[]) { 137 { 138 using namespace std; 139 using namespace boost::program_options; 140 // �I�v�V�����̐v 141 options_description opt("options"); 142 opt.add_options() 143 ("help,h", "how help") 144 ("op" , value<string>(), "(add,sub,mul,div)") 145 ("lhs,L", value<int>()->default_value(100), "left") 146 ("rhs,R", value<int>()->default_value(200), "right"); 147 148 // argc, argv ��͂��āA���ʂ�Ɋi�[ 149 variables_map vm; 150 store(parse_command_line(argc, argv, opt), vm); 151 notify(vm); 152 153 if( vm.count("help") || !vm.count("op") ) { 154 cout << opt << endl; // �w���v�\�� 155 return 0; 156 } else { 157 string op = vm["op"].as<string>(); 158 int lhs = vm["lhs"].as<int>(); 159 int rhs = vm["rhs"].as<int>(); 160 if( op=="add" ) cout << lhs+rhs << endl; 161 if( op=="sub" ) cout << lhs-rhs << endl; 162 if( op=="mul" ) cout << lhs*rhs << endl; 163 if( op=="div" ) cout << lhs/rhs << endl; 164 } 165 } 166 136 167 using namespace std; 137 168 using namespace boost; -
lang/cplusplus/i3/windows/dist.rb
r16986 r17222 8 8 PACKAGE_TARNAME = ARGV.shift 9 9 PACKAGE_VERSION = ARGV.shift 10 11 ZIP_DIR = "#{PACKAGE_TARNAME}-#{PACKAGE_VERSION}" 12 ZIP_NAME = "#{ZIP_DIR}.zip" 13 DIR = "windows/dist/#{ZIP_DIR}" 14 CRLF = "perl -pe 's/\\n/\\r\\n/g'" 10 ZIP_DIR = "#{PACKAGE_TARNAME}-#{PACKAGE_VERSION}" 11 ZIP_NAME = "#{ZIP_DIR}.zip" 12 DIR = "windows/dist/#{ZIP_DIR}" 13 CRLF = "perl -pe 's/\\n/\\r\\n/g'" 15 14 16 15 def system2(str) … … 20 19 end 21 20 22 s = system2 (<<SHELLSCRIPT)21 s = system2 <<SHELLSCRIPT 23 22 make windows-locale 24 23 make fakecygpty.exe 25 rm -rf #{DIR} 26 mkdir -p #{DIR} 24 rm -rf windows/dist 27 25 mkdir -p #{DIR}/misc 28 26 cp -r windows/bin/locale #{DIR} … … 37 35 #{CRLF} README > #{DIR}/Readme.txt 38 36 pushd . 39 cd windows/dist/40 rm -f #{ZIP_NAME}41 zip - gr #{ZIP_NAME} #{ZIP_DIR}37 cd #{DIR} 38 rm -f ../#{ZIP_NAME} 39 zip -9rT ../#{ZIP_NAME} * 42 40 popd 43 41 SHELLSCRIPT -
lang/cplusplus/i3/windows/locale.rb
r15984 r17222 21 21 22 22 # update po XXX install?? 23 s = system2 (<<SHELLSCRIPT)24 sh s h/potfiles.sh23 s = system2 <<SHELLSCRIPT 24 sh scripts/potfiles.sh 25 25 cd po 26 26 make update-po … … 37 37 # localeの名前XXX毎の処理 38 38 linguas.each do |lang| 39 s = system2 (<<SHELLSCRIPT)39 s = system2 <<SHELLSCRIPT 40 40 mkdir -p locale/#{lang}/LC_MESSAGES 41 41 cp po/#{lang}.gmo locale/#{lang}/LC_MESSAGES/#{PACKAGE_NAME}.mo
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)