+ import from github
This commit is contained in:
1
test/.gitignore
vendored
Normal file
1
test/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*.exe
|
6
test/test.cpp
Normal file
6
test/test.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
void foo()
|
||||
{
|
||||
_("String English One");
|
||||
_("String English Two");
|
||||
_("String English Three");
|
||||
}
|
31
test/test.html
Normal file
31
test/test.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE HTML PUBLIC "- //W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head><style type="text/css">
|
||||
|
||||
body { background-color: black; color: silver;}table {width: 80%;}th {background-color: orange;color: black;}hr { color: red;width: 80%; size: 5px; }a:link{color: gold;}a:visited{color: grey;}a:hover{color:blue;}.copyleft{ font-size: 12px; text-align: center;}
|
||||
</style>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Dump of test.mo</title></head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>test.mo</h1>
|
||||
<table border="1"><th colspan="2">Project Info</th>
|
||||
<tr><td>Project-Id-Version</td><td>moFileTest</td></tr>
|
||||
<tr><td>POT-Creation-Date</td><td>2012-05-20 00:51+0100</td></tr>
|
||||
<tr><td>PO-Revision-Date</td><td>2012-05-20 00:57+0100</td></tr>
|
||||
<tr><td>Last-Translator</td><td>scorcher24 <scorcher24@gmail.>om></td></tr>
|
||||
<tr><td>MIME-Version</td><td>1.0</td></tr>
|
||||
<tr><td>Content-Type</td><td>text/plain; charset=UTF-8</td></tr>
|
||||
<tr><td>Content-Transfer-Encoding</td><td>8bit</td></tr>
|
||||
<tr><td>X-Poedit-KeywordsList</td><td>_;gettext;gettext_noop</td></tr>
|
||||
<tr><td>X-Poedit-Basepath</td><td>.</td></tr>
|
||||
<tr><td>X-Poedit-SearchPath-0</td><td>.</td></tr>
|
||||
</table>
|
||||
<hr noshade/>
|
||||
<table border="1"><th colspan="2">Content</th>
|
||||
<tr><td>String English One</td><td>Zeichenkette Englisch Eins</td></tr>
|
||||
<tr><td>String English Three</td><td>Zeichenkette Englisch Drei</td></tr>
|
||||
<tr><td>String English Two</td><td>Zeichenkette Englisch Zwei</td></tr>
|
||||
</table><br/>
|
||||
</center>
|
||||
<div class="copyleft">File generated by <a href="http://mofilereader.googlecode.com" target="_blank">moFileReaderSDK</a></div>
|
||||
</body></html>
|
BIN
test/test.mo
Normal file
BIN
test/test.mo
Normal file
Binary file not shown.
27
test/test.po
Normal file
27
test/test.po
Normal file
@ -0,0 +1,27 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: moFileTest\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-05-20 00:51+0100\n"
|
||||
"PO-Revision-Date: 2012-05-20 00:57+0100\n"
|
||||
"Last-Translator: scorcher24 <scorcher24@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
|
||||
"X-Poedit-Basepath: .\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: test.cpp:3
|
||||
msgid "String English One"
|
||||
msgstr "Zeichenkette Englisch Eins"
|
||||
|
||||
#: test.cpp:4
|
||||
msgid "String English Two"
|
||||
msgstr "Zeichenkette Englisch Zwei"
|
||||
|
||||
#: test.cpp:5
|
||||
msgid "String English Three"
|
||||
msgstr "Zeichenkette Englisch Drei"
|
||||
|
Reference in New Issue
Block a user