-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathimpex_language.php
More file actions
626 lines (503 loc) · 35.7 KB
/
Copy pathimpex_language.php
File metadata and controls
626 lines (503 loc) · 35.7 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
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
<?php
/*======================================================================*\
|| ####################################################################
|| # vBulletin Impex
|| # ----------------------------------------------------------------
|| # All PHP code in this file is Copyright 2000-2014 vBulletin Solutions Inc.
|| # This code is made available under the Modified BSD License -- see license.txt
|| # http://www.vbulletin.com
|| ####################################################################
\*======================================================================*/
error_reporting(E_ALL & ~E_NOTICE);
if (!defined('IDIR')) { die; }
#####################################
# ImpEx text, not really phrases
#####################################
# Phrased & Error logging
# phpBB2
# ipb2
# eve
# photopost-vBulletin user table
# vbzoom
# discuz2
# phpwind
# ipb1.3
# smf
# ubb_threads
# snitz
# vb2
# vb3
#####################################
# index.php phrases
#####################################
$impex_phrases['enter_customer_number'] = 'Please enter pass code';
$impex_phrases['using_local_config'] = 'Using includes/config.php for target config.';
$impex_phrases['using_impex_config'] = 'Using ImpExConfig.php for target config.';
$impex_phrases['no_mssql_support'] = 'You do not have MSSQL support in this version/compile of php, the importer will not be able to connect to the source database.';
$impex_phrases['no_mssql_support_link'] = '</br>Read this : <a target="_blank" href="http://www.php.net/manual/en/ref.mssql.php">PHP MSSQL</a>';
$impex_phrases['no_source_set'] = 'A source database was not entered in ImpExConfig.php';
$impex_phrases['source_not_exsist'] = 'The source database entered in ImpExConfig.php does not exist.';
$impex_phrases['sourceexists_is_false'] = 'You have set sourceexists to FALSE in ImpExConfig.php, this means you do not want to import from a database system, this system is a source database system.';
$impex_phrases['failed_connection'] = 'Connection to source server failed. Check username and password.';
$impex_phrases['db_cleanup'] = 'Database cleanup & restart';
$impex_phrases['online_manual'] = 'Online manual';
$impex_phrases['cleanup_module_title'] = 'Clean up module';
$impex_phrases['feedback_module_title'] = 'Feedback';
$impex_phrases['build_version'] = 'ImpEx build version : ';
$impex_phrases['remove'] = 'Remove ImpEx once import is complete and final';
$impex_phrases['finished_import'] = 'Once you have finished these modules follow these instructions to complete the import';
#####################################
# help.php phrases
#####################################
$impex_phrases['action_1'] = '<p>These links will allow you to restart an import, remove a session or remove the importid\'s to allow consecutive imports.</p>';
$impex_phrases['action_2'] = '<br><strong>Cancel</strong><br /><a href="index.php">To cancel and return to the import, click here.</a><br />';
$impex_phrases['action_3'] = '<br><strong>Delete Session</strong><br /><a href="help.php?action=delsess">To delete the import session and continue with the import, click here.</a><br />';
$impex_phrases['action_4'] = '<br>FORUM data - <a href="help.php?action=delall">To delete the import session and all imported data for a clean retry, click here.</a><br />';
$impex_phrases['action_5'] = '<br>FORUM importids - <a href="help.php?action=delids">To delete the importids in the database, click here, also removes the session. This will allow you to do consecutive imports</a><br />';
$impex_phrases['action_6'] = '<br><strong>Remove duplicate forums/threads/posts.</strong><br /><a href="help.php?action=deldupe">This will remove anything that has a duplicate importid and a diffrent vBulletin id. Use with EXTREME caution, results will vary between source systems, <b>ALWAYS TAKE A BACK UP BEFORE USING</b></a><br />';
$impex_phrases['action_7'] = '<br>CMS data - <a href="help.php?action=delall&type=cms">To delete the import session and all imported data for a clean retry, click here.</a><br />';
$impex_phrases['action_8'] = '<br>CMS importids - <a href="help.php?action=delids&type=cms">To delete the importids in the database, click here, also removes the session. This will allow you to do consecutive imports</a><br />';
$impex_phrases['action_9'] = '<br>BLOG data - <a href="help.php?action=delall&type=blog">To delete the import session and all imported data for a clean retry, click here.</a><br />';
$impex_phrases['action_10'] = '<br>BLOG importids - <a href="help.php?action=delids&type=blog">To delete the importids in the database, click here, also removes the session. This will allow you to do consecutive imports</a><br />';
$impex_phrases['dell_session_1'] = '<p><b>Deleteing Impex Session.</b></p>';
$impex_phrases['dell_session_2'] = '<p>After this is complete any previously imported data will be left in the data base so it is advised that you re run any modules that you already have twice to ensure that data is cleaned up.</p>';
$impex_phrases['dell_session_3'] = '<p>For instance, if the import timed out on the users import and you have come here to delete the session, once that is done and you restart the import run the import users module <b>twice</b>, that will ensure that on the start up of the second pass that <b>all</b> of the previously imported data will be removed.</p>';
$impex_phrases['dell_session_4'] = '<p>This happens with all modules, running them more that once will clear out and data for that module that has an import id</p>';
$impex_phrases['dell_session_5'] = '<p><b>Session deleted</b></p>';
$impex_phrases['dell_session_6'] = '<p><a href="index.php">Click here to return to the import page.</a></p>';
$impex_phrases['deleting_session'] = '<p><b>Deleteing Impex Session.</b></p>';
$impex_phrases['session_deleted'] = '<p><b>Session deleted</b></p>';
$impex_phrases['deleting_duplicates'] = '<p><b>Deleting duplicates</b></p>';
$impex_phrases['delete_session_and_data'] = '<br /><strong>Delete Session and all <em>imported</em> data</strong>';
$impex_phrases['remove_importids'] = '<br /><strong>Remove Importids</strong>';
$impex_phrases['deleting_from'] = '<p>Deleting imported data from ';
$impex_phrases['click_to_return'] = '<p><a href="index.php">Click here to return to the import page.</a></p>';
$impex_phrases['del_ids_1'] = 'Setting';
$impex_phrases['del_ids_2'] = 'in table';
$impex_phrases['del_ids_3'] = 'to 0....';
$impex_phrases['cant_read_config'] = 'ImpEx can not read the target database details from impex/ImpExConfig.php OR ../includes/config.php.<br> Please enter the target database details in ImpExConfig, or run ImpEx installed opposed to standalone.';
#####################################
# ImpExDisplay.php phrases
#####################################
$impex_phrases['title'] = 'Import / Export';
$impex_phrases['redo'] = 'Redo Module';
$impex_phrases['start_module'] = 'Start Module';
$impex_phrases['minute_title'] = ' min(s)'; # Note space
$impex_phrases['seconds_title'] = ' sec(s)'; # Note space
$impex_phrases['totals'] = 'Totals:';
$impex_phrases['select_system'] = 'Select System :: ';
$impex_phrases['select_target_system'] = 'Select version <b>and</b> product to export to :: ';
$impex_phrases['installed_systems'] = 'The installed importers';
$impex_phrases['start_import'] = 'Begin Import';
$impex_phrases['module'] = 'Module';
$impex_phrases['action'] = 'Action';
$impex_phrases['completed'] = 'Completed';
$impex_phrases['second'] = 'Second';
$impex_phrases['seconds'] = 'Seconds';
$impex_phrases['successful'] = 'Successful';
$impex_phrases['failed'] = 'Failed';
$impex_phrases['redirecting'] = 'Redirecting';
$impex_phrases['timetaken'] = 'Time taken';
$impex_phrases['associate'] = 'Associate';
$impex_phrases['quit'] = 'Quit';
#####################################
# Import Common
#####################################
$impex_phrases['continue'] = 'Continue';
$impex_phrases['reset'] = 'Reset';
$impex_phrases['importing'] = 'Importing';
$impex_phrases['import'] = 'Import';
$impex_phrases['imported'] = 'Imported';
$impex_phrases['from'] = 'From';
$impex_phrases['to'] = 'To'; # i.e. Importing 300 posts From 500 To 800
$impex_phrases['dependant_on'] = 'This module is dependent on';
$impex_phrases['cant_run'] = 'cannot run until that is complete';
$impex_phrases['user_id'] = 'User id';
$impex_phrases['updating_parent_id'] = 'Updateing parent ids, please wait';
$impex_phrases['avatar_ok'] = 'Avatar OK';
$impex_phrases['avatar_too_big'] = 'Avatar too big';
$impex_phrases['no_rerun'] = 'You cannot RERUN this module, you need to clear the whole import and session and start again.';
$impex_phrases['no_system'] = 'ImpEx has attempted to start a system it cannot find, this is most likely because the session was saved correctly after you chose the system. Please check database and try again or contact support.';
$impex_phrases['units_per_page'] = 'Units per page (set to 500 per 4 Mb available in PHP)';
$impex_phrases['invalid_target_selected'] = 'The incorrect target to export to has been chosen for this source system, restart the import with a new session and select the correct version and system to export to.';
#####################################
# 001 Setup
#####################################
$impex_phrases['check_update_db'] = 'Check and update database';
$impex_phrases['get_db_info'] = 'Get database information';
$impex_phrases['check_tables'] = 'This module will check the tables in the database as well as the connection.';
$impex_phrases['altering_tables'] = 'Altering tables';
$impex_phrases['alter_desc_1'] = 'ImpEx will now Alter the tables in the vB database to include import id numbers. ';
$impex_phrases['alter_desc_2'] = 'This is needed during the import process for maintaining references between the tables during an import. ';
$impex_phrases['alter_desc_3'] = 'If you have large tables (i.e. lots of posts) this can take some time. ';
$impex_phrases['alter_desc_4'] = 'They will also be left after the import if you need to link back to the original vB userid. ';
#####################################
# Associate Users
#####################################
$impex_phrases['associate_users'] = 'Associate Users';
$impex_phrases['assoc_desc_1'] = 'Warning !! Assosiated users will currently be deleted if you run the import user module twice as it removes users with an importuserid. You cannot associate with an existing admin user at this stage.';
$impex_phrases['assoc_desc_2'] = 'If you want to associate a source user (in the left column) with an existing vBulletin user, enter the user id number of the vBulletin user in the box provided, and click the Associate Users button.';
$impex_phrases['assoc_desc_3'] = 'To view the list of existing vBulletin users, together with their userid';
$impex_phrases['assoc_list'] = 'Association list';
$impex_phrases['assoc_match'] = 'Put the existing vbulletin user id next to the source user id that you wish to associate them with';
$impex_phrases['no_users'] = 'There are NO more vBulletin users, quit to continue.';
$impex_phrases['assoc_not_matched'] = 'NOT done. It is most likely that vBulletin user';
#####################################
# Import Usergroups
#####################################
$impex_phrases['usergroup'] = 'Usergroup';
$impex_phrases['usergroups'] = 'Usergroups';
$impex_phrases['import_usergroup'] = 'Import usergroup';
$impex_phrases['usergroups_cleared'] = 'Imported usergroup have been cleared';
$impex_phrases['usergroups_per_page'] = 'Usergroups to import per cycle (must be greater than 1)';
$impex_phrases['usergroups_all'] = 'ImpEx will now import all the usergroups and ranks';
#####################################
# Import Users
#####################################
$impex_phrases['user'] = 'User';
$impex_phrases['users'] = 'Users';
$impex_phrases['import_user'] = 'Import user';
$impex_phrases['users_cleared'] = 'Imported users have been cleared';
$impex_phrases['users_per_page'] = 'Users to import per cycle (must be greater than 1)';
$impex_phrases['email_match'] = 'Would you like to associated imported users with existing users if the <b>email</b> address matches ?';
$impex_phrases['userid_match'] = 'Would you like to associated imported users with existing users if the <b>userid of source and target</b> matches ?';
$impex_phrases['avatar_path'] = 'What is the full path to your avatars directory ? (make sure the web server has access to read them).';
$impex_phrases['custom_avatar_path'] = 'What is the full path to your custom avatars directory ? (make sure the web server has access to read them).';
$impex_phrases['get_avatars'] = 'Would you like to import the avatars, this can take some time if they are remotely linked';
$impex_phrases['which_email'] = 'Which email would you like to import';
$impex_phrases['which_username'] = 'Which username would you like to import';
$impex_phrases['avatar_size'] = 'Select largest avatar size allowed (setting this will force ImpEx to import them).';
$impex_phrases['path_x_not_found'] = 'Path: %1$s not found';
#####################################
# Import Banlists
#####################################
$impex_phrases['banlist'] = 'Banlist';
$impex_phrases['banlists'] = 'Banlists';
$impex_phrases['import_banlist'] = 'Import banlist';
$impex_phrases['banlists_cleared'] = 'Imported banlist have been cleared';
$impex_phrases['useridban'] = 'User id ban list';
$impex_phrases['ipban'] = 'IP ban list';
$impex_phrases['emailban'] = 'Email ban list';
$impex_phrases['banlists_per_page'] = 'Would you like to import the banlist?';
$impex_phrases['banlists_number'] = 'How many lists per page ?';
$impex_phrases['banlists_skip'] = 'You have skipped the Importing of the ban list.';
#####################################
# Import Avatars
#####################################
$impex_phrases['avatar'] = 'Avatar';
$impex_phrases['avatars'] = 'Avatars';
$impex_phrases['import_avatar'] = 'Import avatar';
$impex_phrases['avatars_cleared'] = 'Imported avatars have been cleared';
$impex_phrases['avatar_per_page'] = 'Avatars to import per cycle (must be greater than 1)';
#####################################
# Import Custom pictures
#####################################
$impex_phrases['cus_pic'] = 'Custom picture';
$impex_phrases['cust_pics'] = 'Custom pictures';
$impex_phrases['import_cust_pic'] = 'Import Custom pictures';
$impex_phrases['cust_pic_cleared'] = 'Imported custom pics have been cleared';
$impex_phrases['cust_pics_per_page'] = 'Custom pictures to import per cycle (must be greater than 1)';
#####################################
# Import Ranks
#####################################
$impex_phrases['rank'] = 'Rank';
$impex_phrases['ranks'] = 'Ranks';
$impex_phrases['import_rank'] = 'Import rank';
$impex_phrases['ranks_cleared'] = 'Imported ranks have been cleared';
$impex_phrases['ranks_per_page'] = 'Ranks to import per cycle (must be greater than 1)';
#####################################
# Import Forums
#####################################
$impex_phrases['forum'] = 'Forum';
$impex_phrases['forums'] = 'Forums';
$impex_phrases['category'] = 'Category';
$impex_phrases['categories'] = 'Categorys';
$impex_phrases['import_forum'] = 'Import forum';
$impex_phrases['forums_cleared'] = 'Imported forums have been cleared';
$impex_phrases['forums_per_page'] = 'Forums to import per cycle (must be greater than 1)';
#####################################
# Import Threads
#####################################
$impex_phrases['thread'] = 'Thread';
$impex_phrases['threads'] = 'Threads';
$impex_phrases['import_thread'] = 'Import thread';
$impex_phrases['threads_cleared'] = 'Imported Threads have been cleared';
$impex_phrases['threads_per_page'] = 'Threads to import per cycle (must be greater than 1)';
#####################################
# Import Post
#####################################
$impex_phrases['post'] = 'Post';
$impex_phrases['posts'] = 'Posts';
$impex_phrases['import_post'] = 'Import post';
$impex_phrases['posts_cleared'] = 'Imported Posts have been cleared';
$impex_phrases['posts_per_page'] = 'Posts to import per cycle (must be greater than 1)';
#####################################
# Import Smilies
#####################################
$impex_phrases['smilie'] = 'Smilie';
$impex_phrases['smilies'] = 'Smilies';
$impex_phrases['import_smilie'] = 'Import smilie';
$impex_phrases['smilies_cleared'] = 'Imported Smilies have been cleared';
$impex_phrases['smilies_per_page'] = 'The importer will now start to import smilies from your source board. Please remember to move the smilie images into the vB smilies directory (images/smilies/).';
$impex_phrases['smilie_overwrite'] = 'Would you like the source smilies to over write the vBulletin ones if there is a duplication ?';
$impex_phrases['too_long'] = 'Too long';
$impex_phrases['truncating'] = 'truncating to';
$impex_phrases['duplication'] = 'Duplication';
#####################################
# Import Attachment
#####################################
$impex_phrases['attachment'] = 'Attachment';
$impex_phrases['attachments'] = 'Attachments';
$impex_phrases['import_attachment'] = 'Import attachment';
$impex_phrases['attachments_cleared'] = 'Imported Attachments have been cleared';
$impex_phrases['attachments_per_page'] = 'Attachments to import per cycle (must be greater than 1)';
$impex_phrases['path_to_upload'] = 'Full path to uploads/attachments folder where the source attachments are.';
$impex_phrases['source_file_not'] = 'Source file not found';
#####################################
# Import Poll
#####################################
$impex_phrases['poll'] = 'Poll';
$impex_phrases['polls'] = 'Polls';
$impex_phrases['import_poll'] = 'Import poll';
$impex_phrases['polls_cleared'] = 'Imported Polls have been cleared';
$impex_phrases['polls_per_page'] = 'Polls to import per cycle (must be greater than 1)';
#####################################
# Import Moderators
#####################################
$impex_phrases['moderator'] = 'Moderator';
$impex_phrases['moderators'] = 'Moderators';
$impex_phrases['import_moderator'] = 'Import moderator';
$impex_phrases['moderators_cleared'] = 'Imported moderators have been cleared';
$impex_phrases['moderators_per_page'] = 'Moderators to import per cycle (must be greater than 1)';
#####################################
# Import Phrase
#####################################
$impex_phrases['phrase'] = 'Phrase';
$impex_phrases['phrases'] = 'Phrases';
$impex_phrases['import_phrase'] = 'Import phrase';
$impex_phrases['phrases_cleared'] = 'Imported phrases have been cleared';
$impex_phrases['phrases_per_page'] = 'Phrases to import per cycle (must be greater than 1)';
#####################################
# Import Subscription
#####################################
$impex_phrases['subscription'] = 'Subscription';
$impex_phrases['subscriptions'] = 'Subscriptions';
$impex_phrases['import_subscription'] = 'Import subscription';
$impex_phrases['subscriptions_cleared'] = 'Imported subscriptions have been cleared';
$impex_phrases['subscriptions_per_page']= 'Subscriptions to import per cycle (must be greater than 1)';
$impex_phrases['subscriptionlogs'] = 'Subscription logs';
#####################################
# Import Private Message
#####################################
$impex_phrases['pm'] = 'Private message';
$impex_phrases['pms'] = 'Private messages';
$impex_phrases['import_pm'] = 'Import Private messages';
$impex_phrases['pms_cleared'] = 'Imported Import Private have been cleared';
$impex_phrases['pms_per_page'] = 'Private messages to import per cycle (must be greater than 1)';
#####################################
# Import Errors & Remedys
#####################################
$impex_phrases['associate_error'] = 'User could not be associated';
$impex_phrases['associate_error_rem'] = 'Ensure user is not an admin and they have a unique id';
$impex_phrases['table_check_error'] = 'Inital source database check failed';
$impex_phrases['check_db_permissions'] = 'Check database permissions and connection, or table prefix to ensure its correct';
$impex_phrases['invalid_object'] = 'Invalid, skipping. Failed on : ';
$impex_phrases['invalid_object_rem'] = 'Ensure that the failed field is present in the source database or defaulted is being set';
$impex_phrases['table_alter_fail'] = 'Failed trying to alter a table to add a colum : '; #Note space
$impex_phrases['table_alter_fail_rem'] = 'Ensure that you have ALTER permmission on the target database';
$impex_phrases['usergroup_not_imported'] = "Usergroup not imported";
$impex_phrases['usergroup_not_imported_rem'] = "Check source users profile is as complete as possible";
$impex_phrases['usergroup_restart_failed'] = 'Restart failed, clear_imported_usergroups';
$impex_phrases['usergroup_restart_ok'] = 'Imported usergroups have been cleared';
$impex_phrases['rank_not_imported'] = "Rank not imported";
$impex_phrases['rank_not_imported_rem'] = "Check source rank is as complete as possible";
$impex_phrases['rank_restart_failed'] = 'Restart failed, clear_imported_ranks';
$impex_phrases['rank_restart_ok'] = 'Imported ranks have been cleared';
$impex_phrases['user_not_imported'] = "User not imported";
$impex_phrases['user_not_imported_rem'] = "Check source users profile is as complete as possible";
$impex_phrases['user_restart_failed'] = 'Restart failed, clear_imported_users';
$impex_phrases['user_restart_ok'] = 'Imported users have been cleared';
$impex_phrases['smilie_not_imported'] = "Smilie not imported";
$impex_phrases['smilie_not_imported_rem'] = "Check source smilie details are as complete as possible";
$impex_phrases['smilie_restart_failed'] = 'Restart failed, clear_imported_smilie';
$impex_phrases['smilie_restart_ok'] = 'Imported smilies have been cleared';
$impex_phrases['post_not_imported'] = 'Post not imported';
$impex_phrases['post_not_imported_rem'] = 'Use the import id to check the source post content and size';
$impex_phrases['post_restart_failed'] = 'Restart failed, clear_imported_posts';
$impex_phrases['post_restart_ok'] = 'Imported posts have been cleared';
$impex_phrases['forum_not_imported'] = 'Forum not imported';
$impex_phrases['forum_not_imported_rem']= 'Use the import id to check the source forum content and size';
$impex_phrases['forum_restart_failed'] = 'Restart failed, clear_imported_forums';
$impex_phrases['forum_restart_ok'] = 'Imported forums have been cleared';
$impex_phrases['thread_not_imported'] = 'Thread not imported';
$impex_phrases['thread_not_imported_rem']= 'Use the import id to check the source thread content and size and forum parent';
$impex_phrases['thread_restart_failed'] = 'Restart failed, clear_imported_threads';
$impex_phrases['thread_restart_ok'] = 'Imported threads have been cleared';
$impex_phrases['moderator_not_imported'] = 'Moderator not imported';
$impex_phrases['moderator_not_imported_rem'] = 'Use the import id to check the source moderator and forum they are linked to';
$impex_phrases['moderator_restart_failed'] = 'Restart failed, clear_imported_moderators';
$impex_phrases['moderator_restart_ok'] = 'Imported moderators have been cleared';
$impex_phrases['poll_not_imported'] = 'The poll was imported though not attached to the correct thread.';
$impex_phrases['poll_not_imported_1'] = 'The poll was imported though not attached to the correct thread.';
$impex_phrases['poll_not_imported_rem'] = 'Use the import id to check the source poll id and thread it matches in the source';
$impex_phrases['poll_not_imported_2'] = 'The poll was not imported.';
$impex_phrases['poll_not_imported_3'] = 'The poll voters were not attached to the correct thread.';
$impex_phrases['poll_restart_failed'] = 'Restart failed, clear_imported_polls';
$impex_phrases['poll_restart_ok'] = 'Imported polls have been cleared';
$impex_phrases['attachment_not_imported'] = 'Attachment not imported';
$impex_phrases['attachment_not_imported_rem_1']= 'Check the path is correct and the file is present and readable by the webserver ';
$impex_phrases['attachment_not_imported_rem_2']= 'Use the import id to check the source attachment and ensure the post is present';
$impex_phrases['attachment_restart_failed'] = 'Restart failed, clear_imported_attachments';
$impex_phrases['attachment_restart_ok'] = 'Imported attachments have been cleared';
$impex_phrases['pm_not_imported'] = 'Private message not imported';
$impex_phrases['pm_not_imported_rem_1'] = 'Use the import id to check the source Private message userid';
$impex_phrases['pm_not_imported_rem_2'] = 'pmtext imported though pm not assigend to user, find the importpmid';
$impex_phrases['pm_restart_failed'] = 'Restart failed, clear_imported_private_messages';
$impex_phrases['pm_restart_ok'] = 'Imported Private message have been cleared';
$impex_phrases['avatar_not_imported'] = 'Avatar not imported';
$impex_phrases['avatar_not_imported_rem'] = 'Use the import id to check the source database and avatar size';
$impex_phrases['avatar_restart_failed'] = 'Restart failed, clear_imported_avatars';
$impex_phrases['avatar_restart_ok'] = 'Imported Avatars have been cleared';
$impex_phrases['custom_profile_pic_not_imported'] = 'Custom profile pic not imported';
$impex_phrases['custom_profile_pic_not_imported_rem'] = 'Use the import id to check the source database and pic size';
$impex_phrases['custom_profile_pic_restart_failed'] = 'Restart failed, clear_imported_custom_pics';
$impex_phrases['custom_profile_pic_restart_ok'] = 'Imported Custom Profile Pics have been cleared';
$impex_phrases['phrase_not_imported'] = 'Phrase not imported';
$impex_phrases['phrase_not_imported_rem'] = 'Use the import id to check the source database and check for a duplicate in the target';
$impex_phrases['phrase_restart_failed'] = 'Restart failed, clear_imported_phrases';
$impex_phrases['phrase_restart_ok'] = 'Imported Phrase have been cleared';
#####################################
# Specific importer text
#####################################
$impex_phrases['discus_mess_file'] = 'Full path and file name of the discus tab messages file';
$impex_phrases['discus_admin_path'] = 'Full Path to discus admin folder (where the users.txt file is located)';
$impex_phrases['ipb_default_admin'] = 'Default admin, userid may need checking';
$impex_phrases['username_email'] = 'Would you like to use the eve/groupee USERNAME instead of the email address for the username in vBulletin';
#####################################
# Blog phrases
#####################################
$impex_phrases['blog'] = 'Blog';
$impex_phrases['blogs'] = 'Blogs';
$impex_phrases['import_blog'] = 'Import blog';
$impex_phrases['import_blog_attachment'] = 'Import blog attachment';
$impex_phrases['import_blog_category'] = 'Import blog category';
$impex_phrases['import_blog_category_user'] = 'Import blog category user';
$impex_phrases['import_blog_rate'] = 'Import blog rating';
$impex_phrases['import_blog_moderator'] = 'Import blog moderator';
$impex_phrases['import_blog_subscribepost'] = 'Import blog subscribepost';
$impex_phrases['import_blog_subscribeuser'] = 'Import blog subscribeuser';
$impex_phrases['import_blog_text'] = 'Import blog text';
$impex_phrases['import_blog_trackback'] = 'Import blog trackback';
$impex_phrases['import_blog_custom_block'] = 'Import blog custom block';
$impex_phrases['import_blog_user'] = 'Import blog user';
$impex_phrases['import_blog_comments'] = 'Import blog comments';
$impex_phrases['import_blog_group_membership'] = 'Import blog group memberships';
$impex_phrases['blog_comments'] = 'Blog comments';
$impex_phrases['blog_users'] = 'Blog users';
$impex_phrases['blog_categories'] = 'Blog categories';
$impex_phrases['blog_attachments'] = 'Blog attachments';
$impex_phrases['blog_category_users'] = 'Blog category users';
$impex_phrases['blog_moderators'] = 'Blog moderators';
$impex_phrases['blog_rates'] = 'Blog ratings';
$impex_phrases['blog_trackbacks'] = 'Blog trackbacks';
$impex_phrases['blog_custom_blocks'] = 'Blog custom blocks';
$impex_phrases['blog_group_memberships'] = 'Blog group memberships';
$impex_phrases['blog_not_imported'] = "Blog not imported";
$impex_phrases['blog_not_imported_rem']= "Check source Blog is as complete as possible";
$impex_phrases['blog_user_not_imported'] = "Blog user not imported";
$impex_phrases['blog_user_not_imported_rem']= "Check source users profile is as complete as possible";
$impex_phrases['blog_comment_not_imported'] = "Blog comment not imported";
$impex_phrases['blog_comment_not_imported_rem']= "Check source blog text is as complete as possible";
$impex_phrases['blog_category_not_imported'] = "Blog category not imported";
$impex_phrases['blog_category_not_imported_rem']= "Check source blog category is as complete as possible";
$impex_phrases['blog_category_user_not_imported'] = "Blog category user not imported";
$impex_phrases['blog_category_user_not_imported_rem']= "Check source blog category user is as complete as possible";
$impex_phrases['blog_moderator_not_imported'] = "Blog moderator user not imported";
$impex_phrases['blog_moderator_user_not_imported_rem']= "Check source moderator is as complete as possible";
$impex_phrases['blog_rate_not_imported'] = "Blog rating not imported";
$impex_phrases['blog_rate_not_imported_rem']= "Check source rating is as complete as possible";
$impex_phrases['blog_trackback_not_imported'] = "Blog trackback not imported";
$impex_phrases['blog_trackback_not_imported_rem']= "Check source trackback is as complete as possible";
$impex_phrases['blog_custom_block_not_imported'] = "Blog custom block not imported";
$impex_phrases['blog_custom_block_not_imported_rem']= "Check source custom block is as complete as possible";
$impex_phrases['blog_group_membership_not_imported'] = "Blog group membership block not imported";
$impex_phrases['blog_group_membership_not_imported_rem']= "Check source group membership is as complete as possible";
$impex_phrases['blogs_cleared'] = 'Imported blogs have been cleared';
$impex_phrases['blog_comments_cleared'] = 'Imported blog comments have been cleared';
$impex_phrases['blog_users_cleared'] = 'Imported blog users have been cleared';
$impex_phrases['blog_categories_cleared'] = 'Imported blog categories have been cleared';
$impex_phrases['blog_category_users_cleared'] = 'Imported blog category users have been cleared';
$impex_phrases['blog_attachments_cleared'] = 'Imported blog attachments have been cleared';
$impex_phrases['blog_moderators_cleared'] = 'Imported blog moderators have been cleared';
$impex_phrases['blog_rates_cleared'] = 'Imported blog ratings have been cleared';
$impex_phrases['blog_trackbacks_cleared'] = 'Imported blog trackbacks have been cleared';
$impex_phrases['blog_custom_blocks_cleared'] = 'Imported blog custom blocks have been cleared';
$impex_phrases['blog_group_memberships_cleared'] = 'Imported blog group memberships have been cleared';
$impex_phrases['blog_user_restart_failed'] = 'Restart failed, clear_imported_blog_users()';
$impex_phrases['blog_restart_failed'] = 'Restart failed, clear_imported_blogs()';
$impex_phrases['blog_category_restart_failed'] = 'Restart failed, clear_imported_blog_category()';
$impex_phrases['blog_category_user_restart_failed'] = 'Restart failed, clear_imported_blog_category_user()';
$impex_phrases['blog_comment_restart_failed'] = 'Restart failed, clear_imported_blog_comments()';
$impex_phrases['blog_moderator_restart_failed'] = 'Restart failed, clear_imported_blog_moderators()';
$impex_phrases['blog_rate_restart_failed'] = 'Restart failed, clear_imported_blog_rates()';
$impex_phrases['blog_trackback_restart_failed'] = 'Restart failed, clear_imported_blog_trackbacks()';
$impex_phrases['blog_custom_block_restart_failed'] = 'Restart failed, clear_imported_blog_custom_blocks()';
$impex_phrases['blog_group_membership_restart_failed'] = 'Restart failed, clear_imported_blog_group_memberships()';
#####################################
# CMS phrases
#####################################
$impex_phrases['import_cms_article'] = 'Import CMS article';
$impex_phrases['import_cms_section'] = 'Import CMS section';
$impex_phrases['import_cms_section_order'] = 'Import CMS section order';
$impex_phrases['import_cms_widget'] = 'Import CMS widget';
$impex_phrases['import_cms_category'] = 'Import CMS category';
$impex_phrases['import_cms_layout'] = 'Import CMS layout';
$impex_phrases['import_cms_grid'] = 'Import CMS grid';
$impex_phrases['cms_category'] = 'CMS category';
$impex_phrases['cms_categories'] = 'CMS categories';
$impex_phrases['cms_article'] = 'CMS article';
$impex_phrases['cms_articles'] = 'CMS articles';
$impex_phrases['cms_section'] = 'CMS section';
$impex_phrases['cms_sections'] = 'CMS sections';
$impex_phrases['cms_widget'] = 'CMS widget';
$impex_phrases['cms_widgets'] = 'CMS widgets';
$impex_phrases['cms_section_order'] = 'CMS section';
$impex_phrases['cms_section_orders'] = 'CMS section orders';
$impex_phrases['cms_layout'] = 'CMS layout';
$impex_phrases['cms_layouts'] = 'CMS layouts';
$impex_phrases['cms_grid'] = 'CMS grid';
$impex_phrases['cms_grids'] = 'CMS grids';
$impex_phrases['cms_categories_cleared'] = 'Imported CMS categories have been cleared';
$impex_phrases['cms_articles_cleared'] = 'Imported CMS articles have been cleared';
$impex_phrases['cms_sections_cleared'] = 'Imported CMS sections have been cleared';
$impex_phrases['cms_widgets_cleared'] = 'Imported CMS widgets have been cleared';
$impex_phrases['cms_section_orders_cleared'] = 'Imported CMS section orders have been cleared';
$impex_phrases['cms_layouts_cleared'] = 'Imported CMS layouts have been cleared';
$impex_phrases['cms_grids_cleared'] = 'Imported CMS grids have been cleared';
$impex_phrases['cms_category_not_imported'] = "CMS category not imported";
$impex_phrases['cms_category_not_imported_rem']= "Check source CMS category is as complete as possible";
$impex_phrases['cms_article_not_imported'] = "CMS article not imported";
$impex_phrases['cms_article_not_imported_rem']= "Check source CMS article is as complete as possible";
$impex_phrases['cms_section_not_imported'] = "CMS section not imported";
$impex_phrases['cms_section_not_imported_rem']= "Check source CMS section is as complete as possible";
$impex_phrases['cms_widget_not_imported'] = "CMS widget not imported";
$impex_phrases['cms_widget_not_imported_rem']= "Check source CMS widget is as complete as possible";
$impex_phrases['cms_section_order_not_imported'] = "CMS section order not imported";
$impex_phrases['cms_section_order_not_imported_rem']= "Check source CMS section order is as complete as possible";
$impex_phrases['cms_layout_not_imported'] = "CMS layout not imported";
$impex_phrases['cms_layout_not_imported_rem']= "Check source CMS layout is as complete as possible";
$impex_phrases['cms_grid_not_imported'] = "CMS grid not imported";
$impex_phrases['cms_grid_not_imported_rem']= "Check source CMS grid is as complete as possible";
$impex_phrases['cms_node_not_imported'] = "CMS node not imported";
$impex_phrases['cms_node_not_imported_rem']= "Check source CMS node is as complete as possible";
$impex_phrases['cms_category_restart_failed'] = 'Restart failed, clear_imported_cms_categories()';
$impex_phrases['cms_article_restart_failed'] = 'Restart failed, clear_imported_cms_articles()';
$impex_phrases['cms_section_restart_failed'] = 'Restart failed, clear_imported_cms_sections()';
$impex_phrases['cms_widget_restart_failed'] = 'Restart failed, clear_imported_cms_widgets()';
$impex_phrases['cms_section_orders_restart_failed'] = 'Restart failed, clear_imported_cms_section_orders()';
$impex_phrases['cms_layout_restart_failed'] = 'Restart failed, clear_imported_cms_layouts()';
$impex_phrases['cms_grid_restart_failed'] = 'Restart failed, clear_imported_cms_grids()';
$impex_phrases['import_cms_attachment'] = 'Import cms attachment';
$impex_phrases['cms_attachments'] = 'CMS attachments';
$impex_phrases['cms_attachments_cleared'] = 'Imported cms attachments have been cleared';
?>