Filter:   InfoImg
download lang-japanese.php
Language: PHP
LOC: 642
Project Info
Free Market(freemarket)
Server: SourceForge
Type: cvs
...\freemarket\freemarket\www\
   .htaccess
   admin.php
   article.php
   auth.inc.php
   backend.php
   banners.php
   comments.php
   counter.php
   dhtmllib.js
   download.php
   ezhilit.php
   faq.php
   footer.php
   friend.php
   header.php
   index.php
   lang-croatian.php
   lang-danish.php
   lang-dutch.php
   lang-english.php
   lang-french.php
   lang-german.php
   lang-indonesia.php
   lang-indonesian.php
   lang-italian.php
   lang-japanese.php
   lang-korean.php
   lang-latvian.php
   lang-norwegian.php
   lang-polish.php
   lang-portuguese.php
   lang-quebec.php
   lang-russian.php
   lang-simplifiedchinese.php
   lang-slovak.php
   lang-spanish.php
   lang-swedish.php
   lang-TEMPLATE.php
   ...-traditionalchinese.php
   links.php
   mainfile.php
   memberlist.php
   memberslist.php
   pollBooth.php
   pollcomments.php
   postinfo.html
   print.php
   problems.php
   scroller.js
   search.php
   sections.php
   stats.php
   submit.php
   top.php
   topics.php
   user.php

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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<?php

/*
Welcome to PHP-NUKE

This is the language module with "all" the system messages without any order.

If you made a translation, please sent to me (fburzi@ncc.org.ve) the translated
file and I'll include it in the next release.

*/

function translate($phrase) {
    
    switch($phrase) {

    case "(Are you sure you included a URL? Did ya test them for typos?)":	$tmp = "(ɥ쥹<URL>ϿޤϥߥϤޤ󤫡)"; break;
    case "(Did you check URLs?)":	$tmp = "(ɥ쥹<URLs>åޤ)"; break;
    case "(for changes only)":		$tmp = "(ѹǤ)"; break;
    case "- are you sure?":		$tmp = "- Ǥ?"; break;
    case "Add Author":			$tmp = " Ԥɲ"; break;
    case "Administration Menu":		$tmp = "ԥ˥塼"; break;
    case "NEW Article":			$tmp = ""; break;
    case "Left Blocks":			$tmp = "֥å"; break;
    case "Right Blocks":		$tmp = "֥å"; break;
    case "Admin Block":			$tmp = "֥å"; break;
    case "Main Block":			$tmp = "֥å"; break;
    case "Sections Manager":		$tmp = ""; break;
    case "Logout / Exit":		$tmp = "ȡλ"; break;
    case "User doesn't exist!":		$tmp = "ͤ桼Ϥʤ!"; break;
    case "Submit News":			$tmp = "News ˹Ԥ"; break;
    case "We allow just one vote per day":	$tmp = "ɼϣˣ"; break;
    case "Surveys/Polls":		$tmp = "Ĵɼ"; break;
    case "HTTP Referers":		$tmp = "HTTP "; break;
    case "Who is linking our site?":	$tmp = "䤿ΥȤ˥󥯤ƤΤï?"; break;
    case "Delete Referers":		$tmp = "Ȥβ"; break;
    case "link visited:":		$tmp = "󥯤:"; break;
    case "most linked stories":		$tmp = "󥯤κǤ¿"; break;
    case "Delete Polls":		$tmp = "ɼκ"; break;
    case "Last":			$tmp = "Ǹ"; break;
    case "Articles":			$tmp = ""; break;
    case "Edit":			$tmp = "Խ"; break;
    case "Delete":			$tmp = ""; break;
    case "Current Active Topics":	$tmp = "ۥåȤ"; break;
    case "Click to Edit":		$tmp = "Խ"; break;
    case "Add a New Topic":		$tmp = "ɲ"; break;
    case "Topic Name:":			$tmp = "̾:"; break;
    case "Topic Text:":			$tmp = "ʸT:"; break;
    case "Topic Image:":		$tmp = ":"; break;
    case "Add Topic!":			$tmp = "ɲ!"; break;
    case "(just a name without spaces - max: 20 characters)":	$tmp = "(;ʤ̾ - : 20 ʸ)"; break;
    case "(the full topic text or description - max: 40 characters)":	$tmp = "(ʸ - : 40 ʸ)"; break;
    case "(image name + extension located in":	$tmp = "(᡼̾ + ĥ"; break;
    case "for example: gamesandhobbies":	$tmp = ": gamesandhobbies"; break;
    case "for example: Games and Hobbies":	$tmp = ": ȼ̣"; break;
    case "for example: games.gif":	$tmp = ": games.gif"; break;
    case "Edit Topic:":			$tmp = "Խ:"; break;
    case "Save Changes!":		$tmp = "ѹ¸!"; break;
    case "Delete Topic":		$tmp = "κ"; break;
    case "Are you sure you want to delete Topic":	$tmp = "Ƥ⤤Ǥ"; break;
    case "This will delete ALL it's stories and it's comments!":	$tmp = "ȤФ륳Ȥ򤹤٤ƺޤ!"; break;
    case "changerblock":		$tmp = "ѹ֥å"; break;
    case "deleterblock":		$tmp = "֥å"; break;
    case "makerblock":			$tmp = "֥å"; break;
    case "changelblock":		$tmp = "ѹ֥å"; break;
    case "deletelblock":		$tmp = "֥å"; break;
    case "makerblock":			$tmp = "֥å"; break;
    case "Create New Right Block":	$tmp = "֥åκ"; break;
    case "Create New Left Block":	$tmp = "֥åκ"; break;
    case "Edit Admin Block":		$tmp = "֥åԽ"; break;
    case "Are you sure you want to remove Story ID #":	$tmp = "IDֹƤǤ"; break;
    case "and all it's comments?":	$tmp = "⡩"; break;
    case "Edit Admins":			$tmp = "Խ"; break;
    case "Add User":			$tmp = "桼ɲ"; break;
    case "Update User":			$tmp = "桼"; break;
    case "User ID":			$tmp = "桼ID"; break;
    case "Preview Story":		$tmp = "ץӥ塼"; break;
    case "Past Articles":		$tmp = ""; break;
    case "comment":	$tmp = ""; break;
    case "comments?":	$tmp = "Ȥޤ"; break;
    case "Welcome to":	$tmp = "ޤޤ"; break;
    case "Votes: ":	$tmp = "ɼ: "; break;
    case "Past Surveys":	$tmp = "Ĵ"; break;
    case "Survey":	$tmp = "Ĵ"; break;
    case "Total Votes: ":	$tmp = "ɼν: "; break;
    case "Voting Booth":	$tmp = "ɼѻڥʡ"; break;
    case "Other Polls":	$tmp = "¾ɼ"; break;
    case "Results":	$tmp = ""; break;
    case "Your Name":	$tmp = "ʤ̾"; break;
    case "New User":	$tmp = "桼"; break;
    case "Title":	$tmp = "̾"; break;
    case "Be Descriptive, Clear and Simple":	$tmp = "ñƤƲ"; break;
    case "bad titles='Check This Out!' or 'An Article'.":	$tmp = "̾ϴˤޤ̤̾ˤƤ!'."; break;
    case "The Scoop":	$tmp = "ס"; break;
    case "HTML is fine, but double check those URLs and HTML tags!":	$tmp = "HTMLʸ褦ǤǤ⤦URLȥϥåƤ!"; break;
    case "You must preview once before you can submit":	$tmp = "¹Ԥˤ⤦٥ץӥ塼Ƥ"; break;
    case "Are you sure you included a URL? Did you test them for typos?":	$tmp = "ɥ쥹<URL>ϿޤϥߥϤޤ󤫡"; break;
    case "Select Topic":	$tmp = ""; break;
    case "Thanks for your submission.":	$tmp = "Ƥ򴶼դޤѤɤϻ䤿ǤиˤᤵƤޤ줫!"; break;
    case "We received":		$tmp = "ޤ"; break;
    case "visitors from":	$tmp = "ˬ"; break;
    case "Operating Systems":	$tmp = "ڥ졼ƥ󥰡ƥ"; break;
    case "Unknown":	$tmp = ""; break;
    case "Threshold":	$tmp = "ߵ"; break;
    case "No Comments":	$tmp = "Ρ"; break;
    case "Nested":	$tmp = ""; break;
    case "Flat":	$tmp = "ñ"; break;
    case "Thread":	$tmp = ""; break;
    case "Oldest First":	$tmp = "ŤΤ"; break;
    case "Newest First":	$tmp = "Τ"; break;
    case "Highest Scores First":	$tmp = "ǹ"; break;
    case "Save":	$tmp = "¸"; break;
    case "Refresh":	$tmp = ""; break;
    case "Reply":	$tmp = ""; break;
    case "The comments are owned by the poster. We aren't responsible for their content.":	$tmp = "ȤǤƼԤˤޤãϤƤˤĤưڤǤ餤ޤ"; break;
    case "Post Anonymously":	$tmp = "ƿ̾"; break;
    case "Post":	$tmp = ""; break;
    case "Comment":	$tmp = ""; break;
    case "Extrans (html tags to text)":	$tmp = "Extrans (ƥȤؤhtml )"; break;
    case "HTML Formatted":	$tmp = "եޥåȤ줿 HTML"; break;
    case "Plain Old Text":	$tmp = "Ťñƥ"; break;
    case "Subject":	$tmp = "ɽ"; break;
    case "Allowed HTML:":	$tmp = "HTML Ѳǽ:"; break;
    case "User Info":	$tmp = "桼"; break;
    case "Score: ":	$tmp = ": "; break;
    case "by":	$tmp = "by"; break;
    case "on":	$tmp = "on"; break;
    case "Moderate":	$tmp = "Ŭ"; break;
    case "This is your personal page":	$tmp = "ϤʤθĿͥڡǤʤѹǤޤݡȤϤޤ"; break;
    case "My HomePage:":	$tmp = "ޥۡڡ:"; break;
    case "My E-Mail:":		$tmp = "ޥ E-Mail:"; break;
    case "Extra Info:":		$tmp = "̾"; break;
    case "There is no available info for":	$tmp = "ѤǤϤޤ"; break;
    case "This web site uses":		$tmp = "Υ֥ȤѤ롣"; break;
    case "Incorrect Login!":	$tmp = "!"; break;
    case "New User:":	$tmp = "桼:"; break;
    case "(Password will be sent to the email address you enter.)":	$tmp = "(ѥɤϤʤΥ᡼륢ɥ쥹ƤϤǤ)"; break;
    case "Lost your Password?":	$tmp = "ѥɤ˺ޤ"; break;
    case "No problem. Just type your Nickname and click on send button.":	$tmp = "ۤʤʤΥ˥å͡򥿥פܥ򥯥åƤ"; break;
    case "Notice: Account preferences are cookie based.":	$tmp = ": ȤλȤˤϥå١Ȥʤޤ"; break;
    case "more info...":	$tmp = "äȾܤ"; break;
    case "Sorry, no corresponding user info was found":		$tmp = "ϢϸĤޤ"; break;
    case "User Password for":	$tmp = "桼ѥ"; break;
    case "The user account":	$tmp = "桼"; break;
    case "at":	$tmp = "at"; break;
    case "has this email associated with it.":	$tmp = "Ϣ᡼"; break;
    case "A web user from":	$tmp = "֥桼from"; break;
    case "has just requested that password be sent.":	$tmp = "ѥɤɬפǤ"; break;
    case "Your New Password is:":	$tmp = "ѥɤǤ:"; break;
    case "You can change it after you login at":	$tmp = "ѹ뤳Ȥޤ"; break;
    case "If you didn't ask for this, don't worry. You are seeing this message, not 'them'. If this was an error just login with your new password.":	$tmp = "ѥɤǥ󤷤ƥ顼ȤʤäƤ⡢ۤʤΥå򸫤Ʋ"; break;
    case "Password for":	$tmp = "ѥɡfor"; break;
    case "mailed.":	$tmp = "᡼뤵ޤ"; break;
    case "ERROR: Email address already registered":	$tmp = "ERROR: Υ᡼륢ɥ쥹ϴϿƤޤ"; break;
    case "ERROR: Nickname taken":	$tmp = "ERROR: ˥å͡ϴ˼Ƥޤ"; break;
    case "ERROR: Name is reserved.":	$tmp = "ERROR: ̾ͽѤߤǤ"; break;
    case "ERROR: Invalid email":	$tmp = "ERROR: ̵ʥ᡼Ǥ"; break;
    case "ERROR: Email addresses do not contain spaces.":	$tmp = "ERROR: ᡼륢ɥ쥹˥ڡϻȤޤ"; break;
    case "ERROR: Invalid Nickname":	$tmp = "̵ʥ˥å͡Ǥ"; break;
    case "Nickname is too long. It must be less than 15 characters.":	$tmp = "˥å͡बĹޤʸ̤Ǥ"; break;
    case "There cannot be any spaces in the Nickname.":		$tmp = "˥å͡˥ڡϻȤޤ"; break;
    case "Finish":	$tmp = "λ"; break;
    case "You or someone else has used your email account":	$tmp = "ʤΥ᡼륢ɥ쥹ϻǤ"; break;
    case "to register an account at":	$tmp = "ϿѤߤΥ"; break;
    case "The following is the member information:":	$tmp = "С:"; break;
    case "-Nickname: ":		$tmp = "-˥å͡: "; break;
    case "-Password: ":		$tmp = "-ѥ: "; break;
    case "Your Password is: ":		$tmp = "TʤΥѥ: "; break;
    case "You are now registered. You should receive your password at the email account you provided.":		$tmp = "Ͽޤѥɤϥ᡼ޤ"; break;
    case "Real Name":	$tmp = "ܼ̾"; break;
    case "Real Email":	$tmp = "ܥ᡼"; break;
    case "Fake Email":	$tmp = "᡼"; break;
    case "Your HomePage":	$tmp = "ʤΥۡڡ"; break;
    case "Extra Info":	$tmp = "̾"; break;
    case "(optional)":	$tmp = "(ץ)"; break;
    case "(required)":	$tmp = "(ɬ)"; break;
    case "(This Email will not be public but is required, will be used to send your password if you lost it)":		$tmp = "(Υ᡼׵᤬ʤޤ㤨Хѥɤ˺줿˻Ȥޤ)"; break;
    case "(This Email will be public. Just type what you want, Spam proof)":		$tmp = "(Υ᡼Ϥ餫餪ꤷΤǤ˾ߤǤʤϤλݤΤ餻)"; break;
    case "(255 characters max. Type what others can know about yourself)":		$tmp = "(255 ʸǡʤξ򥿥פƤ)"; break;
    case "(type a new password twice to change it)":		$tmp = "(ѹˤϿѥɤ򣲲󥿥פƤ)"; break;
    case "Save Changes":	$tmp = "ѹ¸"; break;
    case "Both passwords are different. They need to be identical.":	$tmp = "ĤΥѥɤۤʤäƤޤ"; break;
    case "Sorry, your password must be at least":	$tmp = "ѥɤûޤ"; break;
    case "characters long":		$tmp = "ʸ¿ޤ"; break;
    case "Something screwed up... don't you hate that?":	$tmp = "ޤ󡣵ꤷޤ󤫡"; break;
    case "Current Active Sections":	$tmp = ""; break;
    case "Add a New Section":	$tmp = "ɲ"; break;
    case "Section Name:":	$tmp = "̾"; break;
    case "(40 characters Max.)":	$tmp = "(40 ʸ)"; break;
    case "Add Section!":	$tmp = "ɲá"; break;
    case "Edit Section:":	$tmp = "Խ:"; break;
    case "Delete Section!":	$tmp = "!"; break;
    case "Add Article in Sections":	$tmp = "˵ɲ"; break;
    case "Add Article!":	$tmp = "ɲ!"; break;
    case "Edit Article":	$tmp = "Խ"; break;
    case "Content":	$tmp = ""; break;
    case "Delete Article: ":	$tmp = ": "; break;
    case "Are you sure you want to delete this article?":	$tmp = "εƤǤ"; break;
    case "Are you sure you want to delete section":	$tmp = "ΥƤǤ"; break;
    case "Delete Section: ":	$tmp = ": "; break;
    case "This will delete ALL its articles!":		$tmp = "٤Ƥεޤ!"; break;
    case "Welcome to the Special Sections at":	$tmp = "褦ڥ륻"; break;
    case "Here you can find some cool articles not presents in the Home.":	$tmp = "ǤϥۡǤϸʤŤʵߤޤ"; break;
    case "This is Section":	$tmp = "ϥǤ"; break;
    case "Following are the articles published under this section.":	$tmp = "ʲϤΥǸޤ"; break;
    case "Return to Sections Index":	$tmp = "ܼ"; break;
    case "Back to":	$tmp = ""; break;
    case "Sections Index":	$tmp = "ܼ"; break;
    case "All Topics":	$tmp = ""; break;
    case "All Authors":	$tmp = ""; break;
    case "News number in the Home":	$tmp = "ۡΥ˥塼No."; break;
    case "Activate Personal Menu":	$tmp = "Ŀͥ˥塼εư"; break;
    case "(Check this option and the following text will appear in the Home)":	$tmp = "(Υץå󤹤ȡۡˤΥƥȤɽޤ)"; break;
    case "(You can use HTML code to put links, for example)":	$tmp = "(㤨СHTMLΥ󥯥ɤѤǤޤ)"; break;
    case "Select One Theme":	$tmp = "ĤΥơޤ"; break;
    case "This option will change the look for the whole site.":	$tmp = "ΥץȤΥǥѹޤ."; break;
    case "The changes will be valid only to you.":	$tmp = "ѹϤʤͭǤ"; break;
    case "Each user can view the site with different theme.":	$tmp = "줾Υ桼äơޤǥȤ򸫤뤳ȤǤޤ"; break;
    case "Display Mode":	$tmp = "ǥץ쥤⡼"; break;
    case "Sort Order":	$tmp = "Ƚ"; break;
    case "Comments scored less than this setting will be ignored.":	$tmp = "꾮Ȥ̵뤵ޤ"; break;
    case "Uncut and Raw":	$tmp = "Ρå̵"; break;
    case "Almost Everything":	$tmp = "ۤȤ"; break;
    case "Filter Most Anon":	$tmp = "ƿ̾ǧޤ"; break;
    case "Score":	$tmp = ""; break;
    case "Anonymous posts start at 0, logged in posts start at 1. Moderators add and subtract points.":	$tmp = "ƿ̾ƤϣϿУԤݥȤץ饹ޥʥ"; break;
    case "Do Not Display Scores":	$tmp = "ɽʤ"; break;
    case "(Hides score: They still apply, you just don't see them.)":	$tmp = "(ɽʤ: ϤƤޤɽޤǤ)"; break;
    case "Max Comment Length":	$tmp = "ȤκĹ"; break;
    case "(Truncates long comments, and adds a Read More link. Set really big to disable)":	$tmp = "(ȤĹڤĤơĤŤȤ롣礭ɤߤ餤)"; break;
    case "Posted by ":	$tmp = "Ƽ "; break;
    case "Posted on ":	$tmp = "ƾ "; break;
    case "on":	$tmp = "on"; break;
    case "Contributed by ":	$tmp = "󶡼 "; break;
    case "writes":	$tmp = ""; break;
    case "Menu for":	$tmp = "˥塼"; break;
    case "total words in this text)":	$tmp = "ΥƥȤñ)"; break;
    case "votes":	$tmp = "ɼ"; break;
    case " on...":	$tmp = " on..."; break;
    case "New Article":		$tmp = ""; break;
    case "Delete Topic!":	$tmp = "κ!"; break;
    case "Click to list all articles in this topic":	$tmp = "åȤꥹȤ"; break;
    case "Welcome to the TOP page for":  $tmp = "褦ȥåץڡ"; break;
    case "most read stories":   $tmp = "Ǥ͵ͭ뤪"; break;
    case "read:":	$tmp = "ɤޤ줿:"; break;
    case "times":	$tmp = ""; break;
    case "most commented stories":   $tmp = "Ǥ⥳Ȥ¿"; break;
    case "comments:":   $tmp = "ȿ:"; break;
    case "most voted polls": $tmp = "Ǥɼ¿ä"; break;
    case "votes:":  $tmp = "ɼ:"; break;
    case "Edit Article ID:":	$tmp = "Խ뵭ID:"; break;
    case "most read articles in special sections":	$tmp = "̥ǺǤ⵭¿ä"; break;
    case "No Subject":	$tmp = "̵"; break;
    case "Read the rest of this comment...":	$tmp = "ΥȤλĤɤ..."; break;
    case "All":	$tmp = ""; break;
    case "week":	$tmp = ""; break;
    case "weeks":	$tmp = "ñ"; break;
    case "month":	$tmp = ""; break;
    case "months":	$tmp = "ñ"; break;
    case "most active news submitters":	$tmp = "Ǥȯä˥塼"; break;
    case "sent news:":	$tmp = "˥塼򤪤:"; break;
    case "Delete Article!":	$tmp = "!"; break;
    case "Banners Administration":  $tmp = "Сʡδ"; break;
    case "Current Active Banners":  $tmp = "ͭʥСʡ"; break;
    case "ID":  $tmp = "ID"; break;
    case "Impressions": $tmp = ""; break;
    case "Imp. Left":   $tmp = "Imp."; break;
    case "Clicks":  $tmp = "å"; break;
    case "% Clicks":    $tmp = "% å"; break;
    case "Client Name": $tmp = "饤̾"; break;
    case "Functions":   $tmp = "ǽ"; break;
    case "Imp.":    $tmp = "Imp."; break;
    case "Date Started":    $tmp = ""; break;
    case "Date Ended":  $tmp = "λ"; break;
    case "Finished Banners":    $tmp = "λСʡ"; break;
    case "Advertising Clients": $tmp = "饤Ȥι"; break;
    case "Active Banners":  $tmp = "ͭʥСʡ"; break;
    case "Contact Name":    $tmp = "Ϣ̾"; break;
    case "Contact Email":   $tmp = "ϢEmail"; break;
    case "Add a New Banner":    $tmp = "Сʡɲ"; break;
    case "Client Name: ":   $tmp = "饤̾: "; break;
    case "Impressions Purchased: ": $tmp = "ؤΰ: "; break;
    case "Image URL: ": $tmp = "᡼URL: "; break;
    case "Click URL: ": $tmp = "åURL: "; break;
    case "Add Banner":  $tmp = "Сʡɲ"; break;
    case "Unlimited":   $tmp = "¤ʤ"; break;
    case "Add a New Client":    $tmp = "饤Ȥɲ"; break;
    case "Client Name: ":   $tmp = "饤̾: "; break;
    case "Contact Name: ":  $tmp = "Ϣ̾: "; break;
    case "Contact Email: ": $tmp = "ϢEmail: "; break;
    case "Client Login: ":  $tmp = ": "; break;
    case "Client Password: ":   $tmp = "ѥ: "; break;
    case "Add Client":  $tmp = "饤Ȥɲ"; break;
    case "Delete Banner":   $tmp = "Сʡκ"; break;
    case "Are you sure you want to delete this Banner?":    $tmp = "ΥСʡޤ?"; break;
    case "Edit Banner": $tmp = "СʡԽ"; break;
    case "Add More Impressions: ":  $tmp = "äȰݤ򶯤: "; break;
    case "Purchased: ": $tmp = ": "; break;
    case "Made: ":  $tmp = ": "; break;
    case "Change Banner":   $tmp = "Сʡѹ"; break;
    case "Delete Advertising Client":   $tmp = "κ"; break;
    case "You are about to delete client:": $tmp = "饤Ȥޤ:"; break;
    case "and all its Banners!!!":  $tmp = "Сʡ!!!"; break;
    case "This client doesn't have any banner running now.":    $tmp = "Υ饤ȤϤɽΥСʡϤޤ"; break;
    case "This client has the following ACTIVE BANNERS running in": $tmp = "Υ饤ȤɽΥСʡϼΤΤǤ"; break;
    case "WARNING!!!":  $tmp = "!!!"; break;
    case "Are you sure you want to delete this Client and ALL its Banners?":	$tmp = "Υ饤ȤΥСʡޤ?"; break;
    case "Edit Advertising Client": $tmp = "Խ"; break;
    case "Change Client":   $tmp = "饤Ȥѹ"; break;
    case "hast just requested a Confirmation Code to change the password.":	$tmp = "ѥɤѹˤϳǧɤפޤ"; break;
    case "Your Confirmation Code is:":	$tmp = "ʤγǧ:"; break;
    case "With this code you can now assign a new password at":	$tmp = "γǧɤˤ꿷ѥɤϿǤޤ"; break;
    case "If you didn't ask for this, don't worry. Just delete this Email.":	$tmp = "⤷ɬפʤʤ顢Υ᡼Ƥ"; break;
    case "Confirmation Code for":	$tmp = "ǧ"; break;
    case "Send Password":	$tmp = "ѥ"; break;
    case "Confirmation Info":	$tmp = "ǧɤä顢ʤΥ˥å͡ȥɤ򥿥פֿƤθѥɤƤޤ"; break;
    case "Nickname: ":	$tmp = "˥å͡: "; break;
    case "Confirmation Code: ":	$tmp = "ǧ: "; break;
    case "User Login":	$tmp = "̾"; break;
    case "E-Mail: ":	$tmp = "Email: "; break;
    case "Password: ":	$tmp = "ѥ: "; break;
    case "As a registered user you can:":	$tmp = "Ͽ桼:"; break;
    case "Post comments with your name":	$tmp = ""; break;
    case "Send news with your name":	$tmp = "̾դǥ˥塼"; break;
    case "Have a personal box in the Home":	$tmp = "Ŀͥܥåۡ˻ġ"; break;
    case "Select how many news you want in the Home":	$tmp = "ۡǤĤΥ˥塼ߤ"; break;
    case "Customize the comments":	$tmp = "Υȥޥ"; break;
    case "Select different themes":	$tmp = "̤Υơޤ"; break;
    case "some other cool stuff...":	$tmp = "̤Υå..."; break;
    case "Register Now! It's Free!":	$tmp = "Ͽ! ̵Ǥ!"; break;
    case "We don't sell/give to others your personal info.":	$tmp = "ʤθĿ;Ϸ褷¾˻Фޤ."; break;
    case "most active authors":	$tmp = "ǤƤ"; break;
    case "news published:":	$tmp = ":"; break;
    case "has just requested a Confirmation Code to change the password.":	$tmp = "ѥɤѹˤϳǧɤɬפȤޤ"; break;
    case "previous matches":	$tmp = ""; break;
    case "next matches":	$tmp = ""; break;
    case "Are you sure you want to delete": $tmp = "ޤ "; break;
    case "Browsers":			$tmp = "֥饦"; break;
    case "Main":			$tmp = "ᥤ"; break;
    case "Admin":			$tmp = "ɥߥ"; break;
    case "Left":			$tmp = ""; break;
    case "Right":			$tmp = ""; break;
    case "Authors":			$tmp = ""; break;
    case "Users":			$tmp = "桼"; break;
    case "bytes more":			$tmp = "ɲåХ"; break;
    case "ChangeStory":			$tmp = " Ƥѹ "; break;
    case "RemoveStory":			$tmp = " Ƥκ "; break;
    case "Content:": 			$tmp = ":"; break;
    case "Create new poll":		$tmp = "ɼоݤ"; break;
    case "Create":			$tmp = ""; break;
    case "Current Poll:": 		$tmp = "ߤɼ: "; break;
    case "Delete Author":		$tmp = "Ԥκ"; break;
    case "DeleteStory":			$tmp = " Ƥκ "; break;
    case "DisplayStory":		$tmp = " Ƥɽ "; break;
    case "Edit Left Blocks": 		$tmp = "֥åԽ"; break;
    case "Edit Admin Block": 		$tmp = "ԥ֥åԽ"; break;
    case "Edit Right Blocks": 		$tmp = "֥åԽ"; break;
    case "Edit Main Block": 		$tmp = "ᥤ֥åԽ"; break;
    case "Extended Text":		$tmp = "ɲʸ"; break;
    case "New Poll": 			$tmp = "ɼ"; break;
    case "View Results": 		$tmp = "̤򸫤"; break;
    case "Delete Poll": 		$tmp = "ɼκ"; break;
    case "EditStory":			$tmp = " ƤԽ "; break;
    case "Email":			$tmp = "Email"; break;
    case "Full Text":			$tmp = "դǤ"; break;
    case "Go home":			$tmp = "ۡ"; break;
    case "Go!":				$tmp = "Ok"; break;
    case "Handle":			$tmp = "˥å͡"; break;
    case "Intro Text":			$tmp = "񤭽Ф"; break;
    case "Logged out":			$tmp = ""; break;
    case "Logout":			$tmp = ""; break;
    case "Modify Info":			$tmp = "ν"; break;
    case "Name":			$tmp = "̾"; break;
    case "Name:":			$tmp = "̾:"; break;
    case "No New Submission": 		$tmp = "Ƥʤ"; break;
    case "No New Submissions": 		$tmp = "Ƥʤ"; break;
    case "No":				$tmp = "No"; break;
    case "Notes":			$tmp = ""; break;
    case "Option":			$tmp = "ץ"; break;
    case "Password":			$tmp = "ѥ"; break;
    case "Parent":			$tmp = ""; break;
    case "Read More...":		$tmp = "äɤ..."; break;
    case "Retype Passowrd":		$tmp = "ѥɤ⤦"; break;
    case "Please choose a poll from the list below.": $tmp = "ΥꥹȤɼоݤǤ"; break;
    case "Please enter each available option into a single field": $tmp = "ġˤ줾쥪ץꤷƤ"; break;
    case "Polltitle":			$tmp	= "ɼ̾"; break;
    case "Post NEW Article": 		$tmp = ""; break;
    case "PostAdminStory":		$tmp	= "Ԥ"; break;
    case "PostStory":			$tmp	= " Ƶ "; break;
    case "PreviewAdminStory":		$tmp	= "ԵΥץӥ塼"; break;
    case "PreviewAgain":		$tmp	= "ƥץӥ塼 "; break;
    case "Remove an existing poll":	$tmp	= "¸ɼΣĤ"; break;
    case "Remove existing poll": 	$tmp = "¸ɼκ"; break;
    case "Remove":			$tmp	= ""; break;
    case "Retype Password":		$tmp	= "ѥɤ⤦"; break;
    case "Search":			$tmp = ""; break;
    case "Search in":			$tmp = ""; break;
    case "Sorry, the new passwords do not match. Click back and try again":	$tmp	= "ѥɤפޤ󡣤⤦٤ľƲ"; break;
    case "Story ID:":			$tmp = "ID:"; break;
    case "Subject":			$tmp	= "̾"; break;
    case "The Story":			$tmp	= ""; break;
    case "Title:":			$tmp = "ȥ:"; break;
    case "Topic":			$tmp = "ȥåԥå"; break;
    case "Topics Manager":		$tmp = "ȥåԥå"; break;
    case "URL":				$tmp	= "URL"; break;
    case "Update Author":		$tmp	= "Թ"; break;
    case "View poll results":		$tmp	= "ɼ̤򸫤"; break;
    case "View":			$tmp	= "  "; break;
    case "WARNING: The chosen poll will be removed IMMEDIATELY from the database!":	$tmp	= ": 򤹤¨¤˥ǡ١ޤ!"; break;
    case "Yes":				$tmp	= "Yes:"; break;
    case "You are now logged out":	$tmp	= "Ȥޤ"; break;
    case "adminMain":   		$tmp = "ԥᥤ"; break;
    case "adminStory":   		$tmp = "Ե"; break;
    case "bad pass":			$tmp	= "ѥ㤤ޤ"; break;
    case "blocks":   			$tmp = "֥å"; break;
    case "changeblock": 		$tmp = " ֥åѹ"; break;
    case "create":			$tmp	= ""; break;
    case "createPosted":		$tmp	= "ɼκ"; break;
    case "current authors":		$tmp	= "ߤκcurrent authors"; break;
#    case "datestring":			$tmp = "l, F jS @ H:i"; break;
    case "datestring":			$tmp = "Y-m-d @ h:i A"; break;  # Good for Japanese
    case "deladmin":			$tmp	= "deladmin"; break;
    case "deladminconf":		$tmp	= "deladminconf"; break;
    case "delete":			$tmp	= "delete"; break;
    case "deleteblock": 		$tmp = "֥å "; break;
    case "Login":			$tmp	= "Login "; break;
    case "logout":			$tmp	= "logout"; break;
    case "makeblock":			$tmp = "֥å"; break;
    case "mod_authors":			$tmp	= "mod_authors"; break;
    case "modifyadmin":			$tmp	= "modifyadmin"; break;
    case "remove":			$tmp	= "remove"; break;
    case "removePosted":		$tmp	= " ɼ"; break;
    case "update":			$tmp	= "update"; break;
    case "view":			$tmp	= ""; break;
    case "viewPosted":			$tmp	= " ɼ򸫤"; break;
    case "AdminID":			$tmp	= "AdminID";break;
    case "Edit Users": 			$tmp	= "桼Խ";break;
    case "user": 			$tmp	= "桼";break;
    case "Modify User": 		$tmp	= "桼";break;
    case "Delete User": 		$tmp	= "桼";break;
    case "Handle/UserID": 		$tmp	= "桼ID";break;
    case "* indicates compulsory fields": $tmp = "* ɬܹܤɽ"; break;
    case "You must complete all compulsory fields":	$tmp	= "ɬܹܤƵƤ"; break;

// Added for PHP-Nuke 3.5

    case "Ephemerids":				$tmp	= "Ephemerids"; break;
    case "Add Ephemerid:":				$tmp	= "Add Ephemerid:"; break;
    case "Day:":					$tmp	= "Day:"; break;
    case "Month:":				$tmp	= "Month:"; break;
    case "Year:":					$tmp	= "Year:"; break;
    case "Ephemerid Description:":		$tmp	= "Ephemerid Description:"; break;    
    case "Ephemerid Maintenance (Edit/Delete):":	$tmp	= "Ephemerid Maintenance (Edit/Delete):"; break;
    case "Send":					$tmp	= "Send"; break;
    case "Ephemerids Maintenance":		$tmp	= "Ephemerids Maintenance"; break;
    case "Edit Ephemerid:":				$tmp	= "Edit Ephemerid:"; break;
    case "One Day like Today...":		$tmp	= "One Day like Today..."; break;

// Added for PHP-Nuke 4.0

    case "comments":				$tmp	= "comments"; break;
    case "Printer Friendly Page":		$tmp	= "Printer Friendly Page"; break;
    case "Send this Story to a Friend":		$tmp	= "Send this Story to a Friend"; break;
    case "Send Story to a Friend":		$tmp	= "Send Story to a Friend"; break;
    case "You will send the story":		$tmp	= "You will send the story"; break;
    case "to a specified friend:":		$tmp	= "to a specified friend:"; break;
    case "Friend Name: ":			$tmp	= "Friend Name: "; break;
    case "Friend Email: ":			$tmp	= "Friend Email: "; break;
    case "Interesting Article at":		$tmp	= "Interesting Article at"; break;
    case "Your Friend":				$tmp	= "Your Friend"; break;
    case "considered the following article interesting and wanted to send it to you.":		$tmp	= "considered the following article interesting and wanted to send it to you."; break;
    case "Date:":				$tmp	= "Date:"; break;
    case "Topic:":				$tmp	= "Topic:"; break;
    case "You can read interesting articles at":	$tmp	= "You can read interesting articles at"; break;
    case "Story":				$tmp	= "Story"; break;
    case "has been sent to":			$tmp	= "has been sent to"; break;
    case "Thanks!":				$tmp	= "Thanks!"; break;
    case "This article comes from":		$tmp	= "This article comes from"; break;
    case "PHP-Nuke version: ":			$tmp	= "PHP-Nuke version: "; break;
    case "Older Articles":			$tmp	= "Older Articles"; break;
    case "Add Related Links:":			$tmp	= "Add Related Links:"; break;
    case "Site Name: ":				$tmp	= "Site Name: "; break;
    case "URL: ":				$tmp	= "URL: "; break;
    case "Active Related Links:":		$tmp	= "Active Related Links:"; break;
    case "Edit Related Link":			$tmp	= "Edit Related Links"; break;
    case "Related Links":			$tmp	= "Related Links"; break;
    case "More about":				$tmp	= "More about"; break;
    case "News by":				$tmp	= "News by"; break;
    case "Most read story about":		$tmp	= "Most read story about"; break;
    case "Current Survey Voting Booth":		$tmp	= "Current Survey Voting Booth"; break;
    case "Last news about":			$tmp	= "Last news about"; break;
    case "Nickname":				$tmp	= "Nickname"; break;
    case "Don't have an account yet? You can":	$tmp	= "Don't have an account yet? You can"; break;
    case "create one":				$tmp	= "create one"; break;
    case "As registered":			$tmp	= "As registered"; break;
    case "user you have some advantages like theme manager,":	$tmp	= "user you have some advantages like theme manager,"; break;
    case "comments configuration and post comments with your name.":	$tmp	= "comments configuration and post comments with your name."; break;
    case "Online Help":				$tmp	= "Online Help"; break;
    case "Search Engines":			$tmp	= "Search Engines"; break;
    case "Robots - Spiders":			$tmp	= "Robots - Spiders"; break;
    case "New Stories Submissions":		$tmp	= "New Stories Submissions"; break;
    case "File Manager":			$tmp	= "File Manager"; break;
    case "Upload":				$tmp	= "Upload"; break;
    case "Site Name":				$tmp	= "Site Name"; break;
    case "Status":				$tmp	= "Status"; break;
    case "Headlines":				$tmp	= "Headlines"; break;
    case "Active":				$tmp	= "Active"; break;
    case "Inactive":				$tmp	= "Inactive"; break;
    case "Add Headline":			$tmp	= "Add Headline"; break;
    case "Site Name:":				$tmp	= "Site Name:"; break;
    case "URL:":				$tmp	= "URL:"; break;
    case "URL for the RDF/XML file:":		$tmp	= "URL for the RDF/XML file:"; break;
    case "Edit Headline":			$tmp	= "Edit Headline"; break;
    case "Status:":				$tmp	= "Status:"; break;
    case "Search on:":				$tmp	= "Search on:"; break;
    case "Stories":				$tmp	= "Stories"; break;
    case "Comments":				$tmp	= "Comments"; break;
    case "The URL for this story is:":		$tmp	= "The URL for this story is:"; break;
    case "Sections":				$tmp	= "Sections"; break;
    case "General Site Info":			$tmp	= "General Site Info"; break;
    case "Site URL:":				$tmp	= "Site URL:"; break;
    case "Site Logo:":				$tmp	= "Site Logo:"; break;
    case "Site Slogan:":			$tmp	= "Site Slogan:"; break;
    case "Site Start Date:":			$tmp	= "Site Start Date:"; break;
    case "Administrator Email:":		$tmp	= "Administrator Email:"; break;
    case "Number of items in TOP Page:":	$tmp	= "Number of items in TOP Page:"; break;
    case "Stories Number in the Home:":		$tmp	= "Stories Number in the Home:"; break;
    case "Stories in Old Articles Box:":	$tmp	= "Stories in Old Articles Box:"; break;
    case "Activate Ultramode?":			$tmp	= "Activate Ultramode?"; break;
    case "Allow Anonymous to Post?":		$tmp	= "Allow Anonymous to Post?"; break;
    case "Default Theme for your Site:":	$tmp	= "Default Theme for your Site:"; break;
    case "Select the Language for your Site:":	$tmp	= "Select Language for your Site:"; break;
    case "Locale Time Format:":			$tmp	= "Locale Time Format:"; break;
    case "Banners Options":			$tmp	= "Banners Options"; break;
    case "Activate Banners in your site?":	$tmp	= "Activate Banners in your Site?"; break;
    case "Your IP to not count the hits:":	$tmp	= "Your IP to not count the hits:"; break;
    case "Footer Messages":			$tmp	= "Footer Messages"; break;
    case "Footer Line 1:":			$tmp	= "Foot Line 1:"; break;
    case "Footer Line 2:":			$tmp	= "Foot Line 2:"; break;
    case "Footer Line 3:":			$tmp	= "Foot Line 3:"; break;
    case "Footer Line 4:":			$tmp	= "Foot Line 4:"; break;
    case "Backend Configuration":		$tmp	= "Backend Configuration"; break;
    case "Backend Title:":			$tmp	= "Backend Title:"; break;
    case "Backend Language:":			$tmp	= "Backend Language:"; break;
    case "Backend Image URL:":			$tmp	= "Backend Image URL:"; break;
    case "Backend Image Width:":		$tmp	= "Backend Image Width:"; break;
    case "Backend Image Height:":		$tmp	= "Backend Image Height:"; break;
    case "Web Links Default Config":		$tmp	= "Web Links Default Config"; break;
    case "Links per Page:":			$tmp	= "Links per Page:"; break;
    case "Hits to be Popular:":			$tmp	= "Hits to be Popular:"; break;
    case "Number of Links as New:":		$tmp	= "Number of Links as New:"; break;
    case "Number of Links as Best:":		$tmp	= "Number of Links as Best:"; break;
    case "Links in Search Results:":		$tmp	= "Links in Search Results:"; break;
    case "Mail New Stories to Admin":		$tmp	= "Mail New Stories to Admin"; break;
    case "Notify new submissions by email?":	$tmp	= "Notify new submissions by email?"; break;
    case "Email to send the message:":		$tmp	= "Email to send the message:"; break;
    case "Email Subject:":			$tmp	= "Email Subject:"; break;
    case "Email Message:":			$tmp	= "Email Message:"; break;
    case "Email Account (From):":		$tmp	= "Email Account (From):"; break;
    case "Comments Moderation":			$tmp	= "Comments Moderation"; break;
    case "Type of Moderation:":			$tmp	= "Type of Moderation:"; break;
    case "Moderation by Admin":			$tmp	= "Moderation by Admin"; break;
    case "Moderation by Users":			$tmp	= "Moderation by Users"; break;
    case "No Moderation":			$tmp	= "No Moderation"; break;
    case "Comments Options":			$tmp	= "Comments Options"; break;
    case "Comments Limit in Bytes:":		$tmp	= "Comments Limit in Bytes"; break;
    case "Anonymous Default Name:":		$tmp	= "Anonymous Default Name:"; break;
    case "Voting Booth Options":		$tmp	= "Voting Booth Options"; break;
    case "Max Poll Options:":			$tmp	= "Max Poll Options:"; break;
    case "Scale of Result Bar:":		$tmp	= "Scale of Result Bar:"; break;
    case "Allow users to vote twice?":		$tmp	= "Allow users to vote twice?"; break;
    case "Some Graphics Stuff":			$tmp	= "Some Graphics Stuff"; break;
    case "Topics Images Path:":			$tmp	= "Topics Images Path:"; break;
    case "User Menu Images Path:":		$tmp	= "User Menu Images Path:"; break;
    case "Admin Menu Images Path:":		$tmp	= "Admin Menu Images Path:"; break;
    case "Miscelaneous":			$tmp	= "Miscelaneous"; break;
    case "Articles Number in Admin:":		$tmp	= "Articles Number in Admin:"; break;
    case "Minimum users password length:":	$tmp	= "Minimum users password length:"; break;
    case "Activate HTTP Referers?":		$tmp	= "Activate HTTP Referers?"; break;
    case "How Many Referers you want as Maximum?":	$tmp	= "How Many Referers you want as Maximum?"; break;
    case "Activate Comments in Polls?":		$tmp	= "Activate Comments in Polls?"; break;
    case "Activate Ephemerids System?":		$tmp	= "Activate Ephemerids System?"; break;
    case "Site Font:":				$tmp	= "Site Font:"; break;
    case "Graphics in Administration Menu?":	$tmp	= "Graphics in Administration Menu?"; break;
    case "WARNING: Are you sure you want to delete this Headline?":	$tmp	= "WARNING: Are you sure you want to delete this Headline?"; break;
    case "Server Info":				$tmp	= "Server Info"; break;
    case "Local Time:":				$tmp	= "Local Time:"; break;
    case "Uptime:":				$tmp	= "Uptime:"; break;
    case "CPU Type:":				$tmp	= "CPU Type:"; break;
    case "Level II Cache:":			$tmp	= "Level II Cache:"; break;
    case "RAM Installed:":			$tmp	= "RAM Installed:"; break;
    case "Bogomips:":				$tmp	= "Bogomips:"; break;
    case "Memory Status":			$tmp	= "Memory Status"; break;
    case "Total":				$tmp	= "Total"; break;
    case "Usage":				$tmp	= "Usage"; break;
    case "Used:":				$tmp	= "Used:"; break;
    case "Free":				$tmp	= "Free"; break;
    case "buffered":				$tmp	= "buffered"; break;
    case "cached":				$tmp	= "cached"; break;
    case "Swap Status":				$tmp	= "Swap Status"; break;
    case "Total:":				$tmp	= "Total:"; break;
    case "Usage:":				$tmp	= "Usage:"; break;
    case "Used:":				$tmp	= "Used:"; break;
    case "Free:":				$tmp	= "Free:"; break;
    case "Partitions Status":			$tmp	= "Partitions Status"; break;
    case "Mount":				$tmp	= "Mount"; break;
    case "Size":				$tmp	= "Size"; break;
    case "Used":				$tmp	= "Used"; break;
    case "Percent":				$tmp	= "Percent"; break;
    case "Preferences":				$tmp	= "Preferences"; break;
    case "Activate Advanced Stats Page?":	$tmp	= "Activate Advanced Stats Page?"; break;
    case "Listing directory":			$tmp	= "Listing Directory"; break;
    case "Changed to root directory":		$tmp	= "Changed to root directory"; break;
    case "Displaying PHP Environment":		$tmp	= "Displaying PHP Environment"; break;
    case "Changed directory to":		$tmp	= "Changed directory to"; break;
    case "Touched":				$tmp	= "T