Skip to content

Commit bd49139

Browse files
committed
add languages
1 parent acd3d33 commit bd49139

30 files changed

+1287
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: pmt.mcpe.me page Languages\n"
4+
"POT-Creation-Date: 2016-04-14 08:40+0800\n"
5+
"PO-Revision-Date: 2016-04-14 08:45+0800\n"
6+
"Last-Translator: pmt.mcpe.me management organization <[email protected]>\n"
7+
"Language-Team: pmt.mcpe.me management organization <[email protected]>\n"
8+
"Language: en_US\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 1.8.7\n"
13+
"X-Poedit-Basepath: ../../..\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-KeywordsList: errMsg\n"
17+
"X-Poedit-SearchPath-0: phar-result.php\n"
18+
19+
#: phar-result.php:16
20+
msgid "Phar creation result"
21+
msgstr "Phar creation result"
22+
23+
#: phar-result.php:35
24+
msgid "<h1>Failure</h1>"
25+
msgstr "<h1>Failure</h1>"
26+
27+
#: phar-result.php:36
28+
msgid "Invalid upload: "
29+
msgstr "Invalid upload: "
30+
31+
#: phar-result.php:75
32+
msgid "<h1>Failed to create phar</h1>"
33+
msgstr "<h1>Failed to create phar</h1>"
34+
35+
#: phar-result.php:76
36+
msgid "<p>Error: "
37+
msgstr "<p>Error: "
38+
39+
#: phar-result.php:152
40+
msgid "<h2>Inspections</h2>"
41+
msgstr "<h2>Inspections</h2>"
42+
43+
#: phar-result.php:158
44+
msgid "<p>End of inspections</p>"
45+
msgstr "<p>End of inspections</p>"
46+
47+
#: phar-result.php:160
48+
msgid ""
49+
"You are also recommended to check the phar file at <a href=\"http://www."
50+
"pocketmine.net/pluginReview.php\" target=\"_blank\">the official PocketMine "
51+
"plugin reviewing tool</a> to check your bad practices and the permissions "
52+
"that your plugin uses."
53+
msgstr ""
54+
"You are also recommended to check the phar file at <a href=\"http://www."
55+
"pocketmine.net/pluginReview.php\" target=\"_blank\">the official PocketMine "
56+
"plugin reviewing tool</a> to check your bad practices and the permissions "
57+
"that your plugin uses."

lang/en_US/LC_MESSAGES/phar.po

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: pmt.mcpe.me page Languages\n"
4+
"POT-Creation-Date: 2016-04-13 09:55+0800\n"
5+
"PO-Revision-Date: 2016-04-13 09:56+0800\n"
6+
"Last-Translator: pmt.mcpe.me management organization <[email protected]>\n"
7+
"Language-Team: pmt.mcpe.me management organization <[email protected]>\n"
8+
"Language: en_US\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 1.8.7\n"
13+
"X-Poedit-Basepath: ../../..\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Poedit-SearchPath-0: phar.php\n"
16+
17+
#: phar.php:6
18+
msgid "Create phar"
19+
msgstr ""
20+
21+
#: phar.php:14
22+
msgid "Phar maker"
23+
msgstr "Phar maker"
24+
25+
#: phar.php:15
26+
msgid "How to use"
27+
msgstr "How to use"
28+
29+
#: phar.php:17
30+
msgid "Write your plugin, of course :D"
31+
msgstr "Write your plugin, of course :D"
32+
33+
#: phar.php:18
34+
msgid "Put your files in the correct structure (according to namespaces, etc.)"
35+
msgstr ""
36+
"Put your files in the correct structure (according to namespaces, etc.)"
37+
38+
#: phar.php:19
39+
msgid ""
40+
"Create a ZIP file and throw your structure into it. You can put it anywhere "
41+
"inside the ZIP file, but only the folder with plugin.yml (and subfolders) "
42+
"will be included."
43+
msgstr ""
44+
"Create a ZIP file and throw your structure into it. You can put it anywhere "
45+
"inside the ZIP file, but only the folder with plugin.yml (and subfolders) "
46+
"will be included."
47+
48+
#: phar.php:20
49+
msgid "Upload that file below :)"
50+
msgstr "Upload that file below :)"
51+
52+
#: phar.php:24
53+
msgid "Stub (Leave as default unless you know what it is):"
54+
msgstr "Stub (Leave as default unless you know what it is):"
55+
56+
#: phar.php:30
57+
msgid "Use the PocketMine-MP.phar stub"
58+
msgstr "Use the PocketMine-MP.phar stub"
59+
60+
#: phar.php:32
61+
msgid "Tune the plugin using the following methods:"
62+
msgstr "Tune the plugin using the following methods:"
63+
64+
#: phar.php:34
65+
msgid ""
66+
"Optimize constant references by adding a <code>\\</code> prefix to indicate "
67+
"that it is a top namespace reference."
68+
msgstr ""
69+
"Optimize constant references by adding a <code>\\</code> prefix to indicate "
70+
"that it is a top namespace reference."
71+
72+
#: phar.php:35
73+
msgid "Obfuscate code"
74+
msgstr "Obfuscate code"
75+
76+
#: phar.php:37
77+
msgid ""
78+
"Warning: Using any of the tunes may stripe out all the comments in your code "
79+
"<em>except</em> PHP doc comments or line comments."
80+
msgstr ""
81+
"Warning: Using any of the tunes may stripe out all the comments in your code "
82+
"<em>except</em> PHP doc comments or line comments."
83+
84+
#: phar.php:39
85+
msgid "Carry out the following inspections too:"
86+
msgstr "Carry out the following inspections too:"
87+
88+
#: phar.php:40
89+
msgid "Check classpath"
90+
msgstr "Check classpath"
91+
92+
#: phar.php:41
93+
msgid "Scan for bad practice"
94+
msgstr "Scan for bad practice"
95+
96+
#: phar.php:42
97+
msgid "Syntax error lint scan"
98+
msgstr "Syntax error lint scan"
99+
100+
#: phar.php:44
101+
msgid "create phar"
102+
msgstr "create phar"
103+
104+
#: phar.php:46
105+
msgid ""
106+
"New: use the frames page <a href=\"pm.php\" target=\"_parent\">here</a> if "
107+
"you are not already using."
108+
msgstr ""
109+
"New: use the frames page <a href=\"pm.php\" target=\"_parent\">here</a> if "
110+
"you are not already using."
111+
112+
#: phar.php:48
113+
msgid ""
114+
"Disclaimer:\n"
115+
"\tThis service is provided absolutely free of charge and is not guaranteed "
116+
"always available.\n"
117+
"\tThis page (phar.php) extracts ZIP files uploaded by users into a location "
118+
"in the server's filesystem that is not available to users, executes tuning "
119+
"and packs the result into a *.phar file that is available for public "
120+
"download. This process is 100% automated.\n"
121+
"\tThis website (http://pmt.mcpe.me) is in no ways affiliated with PocketMine-"
122+
"MP (http://pocketmine.net), an open-source project developed by the "
123+
"PocketMine Team, or Minecraft: PE, a game software developed by Mojang.\n"
124+
"\tWe (owner of this website) are not to be held responsible for any acts "
125+
"related to copyright breaches and other illegal acts. All contents in the "
126+
"downloaded phar are either generated using the uploaded file or the software "
127+
"used for this website."
128+
msgstr ""
129+
"Disclaimer:\n"
130+
"\tThis service is provided absolutely free of charge and is not guaranteed "
131+
"always available.\n"
132+
"\tThis page (phar.php) extracts ZIP files uploaded by users into a location "
133+
"in the server's filesystem that is not available to users, executes tuning "
134+
"and packs the result into a *.phar file that is available for public "
135+
"download. This process is 100% automated.\n"
136+
"\tThis website (http://pmt.mcpe.me) is in no ways affiliated with PocketMine-"
137+
"MP (http://pocketmine.net), an open-source project developed by the "
138+
"PocketMine Team, or Minecraft: PE, a game software developed by Mojang.\n"
139+
"\tWe (owner of this website) are not to be held responsible for any acts "
140+
"related to copyright breaches and other illegal acts. All contents in the "
141+
"downloaded phar are either generated using the uploaded file or the software "
142+
"used for this website."
143+
144+
#~ msgid "Disclaimer:"
145+
#~ msgstr "Disclaimer:"
146+
147+
#~ msgid ""
148+
#~ "This service is provided absolutely free of charge and is not guaranteed "
149+
#~ "always available."
150+
#~ msgstr ""
151+
#~ "This service is provided absolutely free of charge and is not guaranteed "
152+
#~ "always available."
153+
154+
#~ msgid ""
155+
#~ "This page (phar.php) extracts ZIP files uploaded by users into a location "
156+
#~ "in the server's filesystem that is not available to users, executes "
157+
#~ "tuning and packs the result into a *.phar file that is available for "
158+
#~ "public download. This process is 100% automated."
159+
#~ msgstr ""
160+
#~ "This page (phar.php) extracts ZIP files uploaded by users into a location "
161+
#~ "in the server's filesystem that is not available to users, executes "
162+
#~ "tuning and packs the result into a *.phar file that is available for "
163+
#~ "public download. This process is 100% automated."
164+
165+
#~ msgid ""
166+
#~ "This website (http://pmt.mcpe.me) is in no ways affiliated with "
167+
#~ "PocketMine-MP (http://pocketmine.net), an open-source project developed "
168+
#~ "by the PocketMine Team, or Minecraft: PE, a game software developed by "
169+
#~ "Mojang."
170+
#~ msgstr ""
171+
#~ "This website (http://pmt.mcpe.me) is in no ways affiliated with "
172+
#~ "PocketMine-MP (http://pocketmine.net), an open-source project developed "
173+
#~ "by the PocketMine Team, or Minecraft: PE, a game software developed by "
174+
#~ "Mojang."
175+
176+
#~ msgid ""
177+
#~ "We (owner of this website) are not to be held responsible for any acts "
178+
#~ "related to copyright breaches and other illegal acts. All contents in the "
179+
#~ "downloaded phar are either generated using the uploaded file or the "
180+
#~ "software used for this website."
181+
#~ msgstr ""
182+
#~ "We (owner of this website) are not to be held responsible for any acts "
183+
#~ "related to copyright breaches and other illegal acts. All contents in the "
184+
#~ "downloaded phar are either generated using the uploaded file or the "
185+
#~ "software used for this website."
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: pmt.mcpe.me page Languages\n"
4+
"POT-Creation-Date: 2016-04-13 12:24+0800\n"
5+
"PO-Revision-Date: 2016-04-13 12:38+0800\n"
6+
"Last-Translator: pmt.mcpe.me management organization <[email protected]>\n"
7+
"Language-Team: pmt.mcpe.me management organization <[email protected]>\n"
8+
"Language: en_US\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 1.8.7\n"
13+
"X-Poedit-Basepath: ../../..\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-SearchPath-0: pocketmine-frame-left.php\n"
17+
18+
#: pocketmine-frame-left.php:33
19+
msgid "Zip to Phar converter"
20+
msgstr "Zip to Phar converter"
21+
22+
#: pocketmine-frame-left.php:34
23+
msgid "Phar to Zip converter"
24+
msgstr "Phar to Zip converter"
25+
26+
#: pocketmine-frame-left.php:35
27+
msgid "Instant GistPlugin Generator+Converter"
28+
msgstr "Instant GistPlugin Generator+Converter"
29+
30+
#: pocketmine-frame-left.php:37
31+
msgid ""
32+
"<code>var_dump()</code> viewer (<code>xdebug</code>-style dumps are\n"
33+
"\t\t\t\tnot supported yet)"
34+
msgstr ""
35+
"<code>var_dump()</code> viewer (<code>xdebug</code>-style dumps are\n"
36+
"\t\t\t\tnot supported yet)"
37+
38+
#: pocketmine-frame-left.php:39
39+
msgid "PocketMine Crash Dump parsing"
40+
msgstr "PocketMine Crash Dump parsing"
41+
42+
#: pocketmine-frame-left.php:40
43+
msgid "PocketMine phar build archive"
44+
msgstr "PocketMine phar build archive"
45+
46+
#: pocketmine-frame-left.php:41
47+
msgid "Plugin API 2.0.0 Injector"
48+
msgstr "Plugin API 2.0.0 Injector"
49+
50+
#: pocketmine-frame-left.php:42
51+
msgid "<strong>[W.I.P.]</strong> Plugin Generator"
52+
msgstr "<strong>[W.I.P.]</strong> Plugin Generator"
53+
54+
#: pocketmine-frame-left.php:44
55+
msgid "Reload content frame"
56+
msgstr "Reload content frame"
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: pmt.mcpe.me page Languages\n"
4+
"POT-Creation-Date: 2016-04-15 13:42+0800\n"
5+
"PO-Revision-Date: 2016-04-15 13:42+0800\n"
6+
"Last-Translator: pmt.mcpe.me management organization <[email protected]>\n"
7+
"Language-Team: pmt.mcpe.me management organization <[email protected]>\n"
8+
"Language: en_US\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 1.8.7\n"
13+
"X-Poedit-Basepath: ../../..\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-SearchPath-0: pocketmine-frame-up.php\n"
17+
18+
#: pocketmine-frame-up.php:9
19+
msgid "PocketMine Plugin Making Tools"
20+
msgstr "PocketMine Plugin Making Tools"
21+
22+
#: pocketmine-frame-up.php:12
23+
msgid "PocketMine-MP Plugin Making Tools"
24+
msgstr "PocketMine-MP Plugin Making Tools"
25+
26+
#: pocketmine-frame-up.php:15
27+
msgid ""
28+
"This project is open-source on\n"
29+
"\t<a href=\"https://github.com/PEMapModder/web-server-source\" target="
30+
"\"_blank\">GitHub</a>."
31+
msgstr ""
32+
"This project is open-source on\n"
33+
"\t<a href=\"https://github.com/PEMapModder/web-server-source\" target="
34+
"\"_blank\">GitHub</a>."
35+
36+
#: pocketmine-frame-up.php:18
37+
msgid ""
38+
"Please feel free to report any bugs to\n"
39+
"\t<a href=\"https://github.com/PEMapModder/web-server-source/issues\" target="
40+
"\"_blank\">the issue tracker</a>.\n"
41+
"\tWhen you create a report, please provide as much information as possible."
42+
msgstr ""
43+
"Please feel free to report any bugs to\n"
44+
"\t<a href=\"https://github.com/PEMapModder/web-server-source/issues\" target="
45+
"\"_blank\">the issue tracker</a>.\n"
46+
"\tWhen you create a report, please provide as much information as possible."
47+
48+
#: pocketmine-frame-up.php:22
49+
msgid ""
50+
"This website is authored by <a href=\"https://github.com/PEMapModder"
51+
"\">PEMapModder</a> (with help from many people) and is hosted by <a href="
52+
"\"https://www.techplayer.org\" target=\"_blank\">TechPlayer, LLC</a>."
53+
msgstr ""
54+
"This website is authored by <a href=\"https://github.com/PEMapModder"
55+
"\">PEMapModder</a> (with help from many people) and is hosted by <a href="
56+
"\"https://www.techplayer.org\" target=\"_blank\">TechPlayer, LLC</a>."
57+
58+
#~ msgid ""
59+
#~ "This website is authored by <a href=\"https://github.com/PEMapModder"
60+
#~ "\">PEMapModder</a> (with help from many people) and is hosted by "
61+
#~ "techplayer.org."
62+
#~ msgstr ""
63+
#~ "This website is authored by <a href=\"https://github.com/PEMapModder"
64+
#~ "\">PEMapModder</a> (with help from many people) and is hosted by "
65+
#~ "techplayer.org."

0 commit comments

Comments
 (0)