-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.pot
More file actions
409 lines (322 loc) · 13.1 KB
/
install.pot
File metadata and controls
409 lines (322 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: Install/Console/Command/InstallShell.php:46;100
#: Install/Test/Case/Console/Command/InstallShell/StartupTest.php:61
msgid "NetCommons Install"
msgstr ""
#: Install/Console/Command/InstallShell.php:57
#: Install/Test/Case/Console/Command/InstallShell/MainTest.php:98
msgid "Already installed."
msgstr ""
#: Install/Console/Command/InstallShell.php:60
#: Install/Test/Case/Console/Command/InstallShell/MainTest.php:79
msgid "[S]tart"
msgstr ""
#: Install/Console/Command/InstallShell.php:61
#: Install/Test/Case/Console/Command/InstallShell/MainTest.php:81
msgid "[H]elp"
msgstr ""
#: Install/Console/Command/InstallShell.php:62
#: Install/Test/Case/Console/Command/InstallShell/MainTest.php:83
msgid "[Q]uit"
msgstr ""
#: Install/Console/Command/InstallShell.php:78
#: Install/Test/Case/Console/Command/InstallShell/MainTest.php:173
msgid "Install success."
msgstr ""
#: Install/Console/Command/InstallShell.php:102
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:81
msgid "Install Step 1"
msgstr ""
#: Install/Console/Command/InstallShell.php:106
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:82
msgid "Install Step 2(1)"
msgstr ""
#: Install/Console/Command/InstallShell.php:110
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:83
msgid "Install Step 2(2)"
msgstr ""
#: Install/Console/Command/InstallShell.php:114
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:84
msgid "Install Step 3"
msgstr ""
#: Install/Console/Command/InstallShell.php:118
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:85
msgid "Install Step 4"
msgstr ""
#: Install/Console/Command/InstallShell.php:122
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:86
msgid "Install Step 5"
msgstr ""
#: Install/Console/Command/InstallShell.php:126
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:87
msgid "Install Step 6"
msgstr ""
#: Install/Console/Command/InstallShell.php:130
#: Install/Test/Case/Console/Command/InstallShell/GetOptionParserTest.php:88
msgid "Install End"
msgstr ""
#: Install/Console/Command/Task/CheckLibVersionTask.php:40;57
msgid "%s(%s) version success."
msgstr ""
#: Install/Console/Command/Task/CheckLibVersionTask.php:43
msgid "%s(%s) version error. Please more than \"%s\" version."
msgstr ""
#: Install/Console/Command/Task/CheckLibVersionTask.php:53
msgid "Not found the %s. Please install the %s."
msgstr ""
#: Install/Console/Command/Task/CheckLibVersionTask.php:72
#: Install/Console/Command/Task/InstallPermissionTask.php:64
msgid "NetCommons Install Step 2"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:92
#: Install/Controller/InstallController.php:182
#: Install/Test/Case/Controller/InstallController/InitDbTest.php:257
msgid "Failed to create database."
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:110
msgid "Database configuration's datasource?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:120
msgid "Database configuration's host?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:129
msgid "Database configuration's port?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:138
msgid "Database configuration's database?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:147
msgid "Database configuration's prefix?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:156
msgid "Database configuration's login?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:165
msgid "Database configuration's password?"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:178
msgid "NetCommons Install Step 3"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:180
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:71
msgid "Database configuration's datasource. (Mysql) [Mysql]"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:184
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:73
msgid "Database configuration's host. [localhost]"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:188
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:75
msgid "Database configuration's port. [3306]"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:192
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:77
msgid "Database configuration's database. [nc3]"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:196
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:79
msgid "Database configuration's prefix. ['']"
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:200
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:81
msgid "Database configuration's login."
msgstr ""
#: Install/Console/Command/Task/CreateDatabaseTask.php:204
#: Install/Test/Case/Console/Command/Task/CreateDatabaseTask/GetOptionParserTest.php:83
msgid "Database configuration's password."
msgstr ""
#: Install/Console/Command/Task/InstallBowerTask.php:31
msgid "Failed to install bower packages."
msgstr ""
#: Install/Console/Command/Task/InstallFinishTask.php:88
msgid "NetCommons Install End"
msgstr ""
#: Install/Console/Command/Task/InstallFinishTask.php:90
#: Install/Console/Command/Task/InstallPermissionTask.php:66
msgid "Apache owner"
msgstr ""
#: Install/Console/Command/Task/InstallFinishTask.php:94
msgid "Release type. Deleting \".git\" and \".chef\" directory"
msgstr ""
#: Install/Console/Command/Task/InstallMigrationsTask.php:49
#: Install/Controller/InstallController.php:194
#: Install/Test/Case/Controller/InstallController/InitDbTest.php:289
msgid "Failed to install migrations."
msgstr ""
#: Install/Console/Command/Task/InstallMigrationsTask.php:61
msgid "NetCommons Install Step 4"
msgstr ""
#: Install/Console/Command/Task/InstallMigrationsTask.php:64
msgid "Database connection."
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:55
msgid "Please entry base url."
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:58
msgid "Failed to base url."
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:70
msgid "Enable languages?"
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:77
msgid "Current language?"
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:84;95
#: Install/Controller/InstallController.php:81
#: Install/Utility/InstallValidatorUtil.php:209
msgid "Failed to write %s. Please check permission."
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:112
msgid "NetCommons Install Step 1"
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:114
msgid "Full base url. e.g.) http://localhost"
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:118
msgid "Current language. (en/ja)"
msgstr ""
#: Install/Console/Command/Task/InstallStartTask.php:122
msgid "Enable languages. (en,ja/en/ja)"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:50;101
msgid "NetCommons Install Step 6"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:70
msgid "NetCommons Login id?"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:79
msgid "NetCommons Login password?"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:85
#: Install/View/Install/init_admin_user.ctp:77
msgid "System administrator"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:89
#: Install/Controller/InstallController.php:217
msgid "The user could not be saved. Please try again."
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:103
#: Install/View/Install/init_admin_user.ctp:37
#: Install/View/Install/init_db.ctp:145
msgid "Username"
msgstr ""
#: Install/Console/Command/Task/SaveAdministratorTask.php:107
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:177;182
#: Install/Utility/InstallValidatorUtil.php:136
#: Install/View/Install/init_admin_user.ctp:50;64
#: Install/View/Install/init_db.ctp:163;164
msgid "Password"
msgstr ""
#: Install/Controller/InstallController.php:66
#: Install/View/Install/index.ctp:32
msgid "Term"
msgstr ""
#: Install/Controller/InstallController.php:105
#: Install/View/Install/init_permission.ctp:45
msgid "Permissions"
msgstr ""
#: Install/Controller/InstallController.php:148
#: Install/View/Install/init_db.ctp:39
msgid "Database Settings"
msgstr ""
#: Install/Controller/InstallController.php:212
#: Install/View/Install/init_admin_user.ctp:30
msgid "Create an Administrator"
msgstr ""
#: Install/Controller/InstallController.php:236
#: Install/View/Install/finish.ctp:12
msgid "Installed"
msgstr ""
#: Install/Test/Case/Controller/InstallController/InitDbTest.php:218
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:136;141
#: Install/Utility/InstallValidatorUtil.php:102
#: Install/View/Install/init_db.ctp:97
msgid "Database"
msgstr ""
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:82;87
#: Install/Utility/InstallValidatorUtil.php:70
#: Install/View/Install/init_db.ctp:59
msgid "Host"
msgstr ""
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:100;105;111;119;127
#: Install/Utility/InstallValidatorUtil.php:84;92
#: Install/View/Install/init_db.ctp:78
msgid "Port"
msgstr ""
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:145;148;153;156
#: Install/Utility/InstallValidatorUtil.php:108;114
msgid "Only alphabets and numbers are allowed."
msgstr ""
#: Install/Test/Case/Utility/InstallUtil/ValidatesDBConfTest.php:162;167
#: Install/Utility/InstallValidatorUtil.php:122
msgid "Login"
msgstr ""
#: Install/Utility/InstallValidatorUtil.php:204
msgid "%s is writable"
msgstr ""
#: Install/Utility/InstallValidatorUtil.php:250
msgid "Failed to execute %s. Please check permission."
msgstr ""
#: Install/View/Install/finish.ctp:14
msgid "By clicking the button, you can jump to the home."
msgstr ""
#: Install/View/Install/finish.ctp:16
msgid "Home"
msgstr ""
#: Install/View/Install/index.ctp:44
msgid "The terms & conditions for using the contents of this site is governed\nby this agreement. Please read carefully the following conditions, and\nregister only if you agree to them.\n\nBy using this site, I agree to refrain from the following actions, or\nbehavior that may lead to the following actions.\n\nactions that are against public order or morals\nactions that are against the laws or ordinances\ncriminal acts or actions connected to criminal acts\nactions that violate rights of other users, third party, or this site\nactions that slander, defame, or cause the loss of prestige or\ncredibility of other users, third party, or this site\nactions that result in liability to other users, third party, or this site\nactions that hinder the operation of this site\nactions that disseminate information that are not true\npostings of personal information that may lead to invasion of privacy\nother actions that are deemed unsuitable by this site\n\nDisclaimer\n\nThis site is not responsible for damage (direct or indirect) to user\nthat is caused by, is resulted from the connection of, the usage of\nthis site, contents related to this site, services from links stemming\nfrom this site, etc."
msgstr ""
#: Install/View/Install/index.ctp:74
msgid "By clicking the button, you agree to the terms above."
msgstr ""
#: Install/View/Install/index.ctp:77
#: Install/View/Install/init_admin_user.ctp:90
#: Install/View/Install/init_db.ctp:182
#: Install/View/Install/init_permission.ctp:65
msgid "Next"
msgstr ""
#: Install/View/Install/init_admin_user.ctp:76;79
msgid "Handle Name"
msgstr ""
#: Install/View/Install/init_db.ctp:50
msgid "Datasource"
msgstr ""
#: Install/View/Install/init_db.ctp:124
msgid "Prefix"
msgstr ""
#: Install/View/Install/init_db.ctp:143
msgid "ID"
msgstr ""
#: Install/View/Install/init_permission.ctp:24
msgid "Versions"
msgstr ""
#: Install/View/Layouts/default.ctp:21
msgid "Install"
msgstr ""
msgid "Select the type of database server to use."
msgstr ""
msgid "Enter the host name of the database server to use. If you do not understand well, there is almost no problem as 'localhost'."
msgstr ""
msgid "Enter the port number of the database server to use. If you do not understand well, there is almost no problem as '3306'."
msgstr ""
msgid "Enter the database name to use."
msgstr ""
msgid "Table prefix of the database. This prefix is added to each table name to prevent duplication of names with existing tables. If you do not understand well, it is 'blank' and there is almost no problem."
msgstr ""
msgid "User name of the database. Please enter the user account name in the above database."
msgstr ""
msgid "Enter the password with the above ID."
msgstr ""