-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlang_en.php
913 lines (874 loc) · 40 KB
/
lang_en.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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
<?php
/* Strings in this file should avoid the use of non-usascii characters, and
instead use HTML entities (eg. é) to make the strings more portable to different charsets */
$lang['__strftime_locale'] = 'en-GB';
$lang['NULL'] = 'Missing Value';
$lang['LOADING'] = 'Loading ... ';
$lang['ADDCAST'] = 'Adding Cast ... %s items, %s inserts in %s seconds';
$lang['ADDCREW'] = 'Adding Crew ... %s items, %s inserts in %s seconds';
$lang['DBFAST'] = "Faster, more memory-intensive updates: ";
$lang['ON'] = "On";
$lang['OFF'] = "Off";
$lang['VOICE'] = "voice";
$lang['UNCREDITED'] = "uncredited";
$lang['MON_DECIMAL_POINT'] = '.';
$lang['MON_THOUSANDS_SEP'] = ',';
$lang['DATEFORMAT'] = "%B %d, %Y";
$lang['SKINDATEFORMAT'] = "%d/%m/%Y";
$lang['IMDBSITE'] = "http://www.imdb.com";
$lang['IMDBURL'] = "$lang[IMDBSITE]/find";
$lang['IMDBNAME'] = "US IMDb";
$lang['WIKIURL'] = "http://en.wikipedia.org/wiki/Special:Search/";
$lang['WIKINAME'] = "Wikipedia";
$lang['CONTRIBUTORS'] = "Profile Contributors";
$lang['PROFILELINKS'] = "Invelos Profile Links";
$lang['MYLINKS'] = "My Links";
$lang['AUDIOFORMAT'] = "Audio format";
$lang['EXTRAS'] = "Features";
$lang['ACTORS'] = "Actors";
$lang['ACTOR'] = "Actor";
$lang['PRODUCTIONYEAR'] = "Production year";
$lang['DIRECTORS'] = "Directors";
$lang['RATING'] = "Rating";
$lang['RATINGDESC'] = "Rated %s for %s";
$lang['RATINGS'] = "DVD Classifications";
$lang['REGIONCODE'] = "UPC [Locale]";
$lang['RUNNINGTIME'] = "Running time";
$lang['RUNTIME'] = "Runtime";
$lang['CASETYPE'] = "Casetype";
$lang['FORMAT'] = "Format";
$lang['MEDIA'] = "DVD-Format";
$lang['COLLECTIONTYPE'] = "Collection type";
$lang['PURCHASEDATE'] = "Purchase date";
$lang['RECEIVED'] = "Received";
$lang['GIFTFROM'] = "Gift from";
$lang['PURCHASEPRICE'] = "Purchase price";
$lang['PURCHASEPLACE'] = "Purchase place";
$lang['REVIEWS'] = "Review";
$lang['REVIEWFILM'] = "Review (movie)";
$lang['REVIEWVIDEO'] = "Review (video)";
$lang['REVIEWAUDIO'] = "Review (audio)";
$lang['REVIEWEXTRA'] = "Review (extras)";
$lang['REVIEWNAMES']['F'] = "Movie";
$lang['REVIEWNAMES']['V'] = "Video";
$lang['REVIEWNAMES']['A'] = "Audio";
$lang['REVIEWNAMES']['E'] = "Extras";
$lang['BADREVIEWSTRING'] = "Characters can only be FVAE, and no more than 4. Invalid review string: ";
$lang['MISCLINKS'] = "Misc.";
$lang['GENRE'] = "Genre";
$lang['GENRES'] = "Genres";
$lang['STUDIOS'] = "Studios";
$lang['MEDIACOMPANIES'] = "Media Companies";
$lang['PRODUCTIONSTUDIOS'] = "Production Studios";
$lang['SUBTITLES'] = "Subtitles";
$lang['OWNED'] = "Owned";
$lang['ORDERED'] = "Ordered";
$lang['WISHLIST'] = "Wishlist";
$lang['LOANED'] = "Loaned";
$lang['ALL'] = "All";
$lang['DVD'] = "DVD";
$lang['BLURAY'] = "Blu-ray";
$lang['HDDVD'] = "HD-DVD";
$lang['ULTRAHD'] = "4K Ultra HD";
$lang['MEDIATYPE'] = "Media type";
$lang['TITLE'] = "Title";
$lang['YEAR'] = "Year";
$lang['NUMBER'] = "Col.#";
$lang['RELEASED'] = "Released";
$lang['PURCHDATE'] = "Bought";
$lang['PRIORITY'] = "Priority";
$lang['SORTTITLE'] = "Sort by Title";
$lang['SORTYEAR'] = "Sort by Production Year";
$lang['SORTNUMBER'] = "Sort by Collection Number";
$lang['SORTRELEASED'] = "Sort by Release Date";
$lang['SORTPURCHDATE'] = "Sort by Purchase Date";
$lang['SORTPRIORITY'] = "Sort by Wishlist Priority";
$lang['SORTRATING'] = "Sort by Rating";
$lang['SORTREVIEWS'] = "Sort by Reviews";
$lang['SORTGENRE'] = "Sort by Genre";
$lang['SORTRUNTIME'] = "Sort by Running Time";
$lang['SORTTIMESTAMP'] = "Sort by Date";
$lang['SORTLOANEE'] = "Sort by Loanee";
$lang['SORTLOANDUE'] = "Sort by Loan Due Date";
$lang['SORTDIRECTOR'] = "Sort by Director";
$lang['MEDIALANGUAGES'] = "Audio Languages";
$lang['MEDIASUBTITLES'] = "Subtitle Languages";
$lang['COUNTRYOFORIGIN'] = "Country of Origin";
$lang['ORIGINALTITLE'] = "Original Title";
$lang['HIDDEN'] = "Hidden";
$lang['UNKNOWN'] = "Unknown";
$lang['EASTEREGGS'] = "Easter Eggs";
$lang['CAST'] = "Cast";
$lang['SRP'] = "SRP";
$lang['SHORTDATEFORMAT'] = "%d %b %y";
$lang['REGION'] = "Region";
$lang['ALLREGIONS'] = "All Regions";
$lang['ALLREGIONSDVD'] = "All Regions (DVD)";
$lang['ALLREGIONSBLURAY'] = "All Regions (Blu-ray)";
$lang['REGIONSONDVD'] = "Regions on Disc";
$lang['LOCATION'] = "Location";
$lang['LOANEE'] = "Loanee";
$lang['LOANDUE'] = "Loan Due";
$lang['LOANEDTO'] = "Loaned to";
$lang['STATUS'] = "Status";
$lang['LOANEDOUT'] = "Unavailable ... Currently on Loan";
$lang['NOTLOANEDOUT'] = "Available";
$lang['WISHNAME0'] = "";
$lang['WISHNAME1'] = "Vague Interest in It";
$lang['WISHNAME2'] = "Like to Have It";
$lang['WISHNAME3'] = "Want It";
$lang['WISHNAME4'] = "Really Want It";
$lang['WISHNAME5'] = "Need It";
$lang['WISHNAME6'] = "Not Set";
$lang['SHORTWISHNAME1'] = "Vague Interest";
$lang['SHORTWISHNAME2'] = "Like to Have";
$lang['SHORTWISHNAME3'] = "Want";
$lang['SHORTWISHNAME4'] = "Really Want";
$lang['SHORTWISHNAME5'] = "Need";
$lang['SHORTWISHNAME6'] = "Not Set";
$lang['PANANDSCAN'] = "Pan & Scan";
$lang['FULLFRAME'] = "Full Frame";
$lang['16X9'] = "Anamorphic";
$lang['DUALSIDED'] = "Double-Sided";
$lang['SINGLESIDED'] = "Single-Sided";
$lang['DUALLAYERED'] = "Double-Layered";
$lang['SINGLELAYERED'] = "Single-Layered";
$lang['FLIPPER'] = "Flipper";
$lang['DIM2D'] = "2D";
$lang['DIM3DANAGLYPH'] = "3D Anaglyph";
$lang['DIM3DBLURAY'] = "3D Blu-ray";
$lang['BDLIVE'] = "BD-Live";
$lang['BONUSTRAILERS'] = "Bonus Trailers";
$lang['CINECHAT'] = "CineChat";
$lang['CLOSEDCAPTIONED'] = "Closed Captioned";
$lang['COMMENTARY'] = "Commentary";
$lang['DBOX'] = "D-BOX";
$lang['DELETEDSCENES'] = "Deleted Scenes";
$lang['DIGITALCOPY'] = "Digital Copy";
$lang['DVDROMCONTENT'] = "DVD-ROM Content";
$lang['GAME'] = "Interactive Games";
$lang['INTERVIEWS'] = "Interviews";
$lang['MAKINGOF'] = "Featurettes";
$lang['MOVIEIQ'] = "MovieIQ";
$lang['MULTIANGLE'] = "Multi-angle";
$lang['MUSICVIDEOS'] = "Music Videos";
$lang['OUTTAKES'] = "Outtakes/Bloopers";
$lang['PHOTOGALLERY'] = "Gallery";
$lang['PIP'] = "Picture-in-Picture";
$lang['PLAYALL'] = "Play All";
$lang['PRODUCTIONNOTES'] = "Prod. Notes/Bios";
$lang['SCENEACCESS'] = "Scene Access";
$lang['STORYBOARDCOMPARISONS'] = "Storyboard Comparisons";
$lang['THXCERTIFIED'] = "THX Certified";
$lang['TRAILER'] = "Feature Trailers";
$lang['FRONTCOVER'] = "Front Cover";
$lang['BACKCOVER'] = "Back Cover";
$lang['DVDCOVER'] = "DVD Cover";
$lang['COVERS'] = "DVD Covers";
$lang['UPDATED'] = "Updated";
$lang['TOTAL'] = "Total";
$lang['EMPTYLIST'] = "Empty List";
$lang['ITEMS'] = "items";
$lang['NOMEDIA'] = "No Media Selected";
$lang['TITLES'] = "Titles";
$lang['TAGS'] = "Tags";
$lang['OVERVIEW'] = "Overview";
$lang['NOTES'] = "Notes";
$lang['EPG'] = "Episode Guide";
$lang['ROLES'] = "Roles";
$lang['WIDESCREEN'] = "Widescreen";
$lang['STATUSLINE'] = "Powered by phpDVDProfiler";
$lang['CLEAR'] = "Clear";
$lang['GO'] = "Go";
$lang['SEARCH'] = "Search";
$lang['SEARCHIN'] = "Search in";
$lang['FOR'] = "for";
$lang['SEARCHED'] = "Searched";
$lang['DVDCOUNTS'] = "DVD Counts";
$lang['INFORMATION'] = "Information";
$lang['COLLECTIONNUMBER'] = "Collection Number";
$lang['WISHPRIORITY'] = "Wishlist Priority";
$lang['RATINGTYPE'] = "MPAA";
$lang['RELEASEDATE'] = "Release Date";
$lang['UNAVAILABLE'] = "N/A";
$lang['CREDIT'] = "Credit";
$lang['CREDITS'] = "Credits";
$lang['STUDIO'] = "Studio";
$lang['CREDITHEAD'] = "Crew";
$lang['UNKNOWNCREDIT'] = "Unknown Credit";
$lang['UNKNOWNROLE'] = "Unknown Role";
$lang['NORATING'] = "NR";
$lang['FIRST'] = "First";
$lang['LAST'] = "Last";
$lang['NEXT'] = "Next";
$lang['PREV'] = "Previous";
$lang['PROFILE'] = "Profile";
$lang['PROFILES'] = "Profiles";
$lang['RESULTINPROFILE'] = "%d Profile"; // 1 Result in 1 profile
$lang['RESULTSINPROFILE'] = "%d Profile (%d times)"; // >1 Results in 1 profile
$lang['RESULTSINPROFILES'] = "%d Profiles (%d times)"; // >1 results in >1 Profiles
$lang['SKINNAME'] = "Current Skin Name";
$lang['EVENTS'] = "Events";
$lang['USERNAME'] = "User's Name";
$lang['PHONE'] = "Phone Number";
$lang['EMAIL'] = "Email Address";
$lang['EVENT'] = "Event Type";
$lang['TIMESTAMP'] = "Time Stamp";
$lang['EVENTNOTE'] = "Event Note";
$lang['LOCKED'] = "Locked in DVD Profiler";
$lang[''] = '';
$lang['DIRECTION'] = "Direction";
$lang['DIRECTOR'] = "Director";
$lang['WRITING'] = "Writing";
$lang['ORIGINALMATERIALBY'] = "Original Material By";
$lang['SCREENWRITER'] = "Screenwriter";
$lang['WRITER'] = "Writer";
$lang['ORIGINALCHARACTERSBY'] = "Original Characters By";
$lang['CREATEDBY'] = "Created By";
$lang['STORYBY'] = "Story By";
$lang['PRODUCTION'] = "Production";
$lang['PRODUCER'] = "Producer";
$lang['EXECUTIVEPRODUCER'] = "Executive Producer";
$lang['CINEMATOGRAPHY'] = "Cinematography";
$lang['DIRECTOROFPHOTOGRAPHY'] = "Director of Photography";
$lang['CINEMATOGRAPHER'] = "Cinematographer";
$lang['FILMEDITING'] = "Film Editing";
$lang['FILMEDITOR'] = "Film Editor";
$lang['MUSIC'] = "Music";
$lang['COMPOSER'] = "Composer";
$lang['SONGWRITER'] = "Song Writer";
$lang['THEMEBY'] = "Theme By";
$lang['SOUND'] = "Sound";
$lang['SOUNDDESIGNER'] = "Sound Designer";
$lang['SUPERVISINGSOUNDEDITOR'] = "Supervising Sound Editor";
$lang['SOUNDEDITOR'] = "Sound Editor";
$lang['SOUNDRE-RECORDINGMIXER'] = "Sound Re-Recording Mixer";
$lang['PRODUCTIONSOUNDMIXER'] = "Production Sound Mixer";
$lang['ART'] = "Art";
$lang['PRODUCTIONDESIGNER'] = "Production Designer";
$lang['ARTDIRECTOR'] = "Art Director";
$lang['COSTUMEDESIGNER'] = "Costume Designer";
$lang['MAKE-UPARTIST'] = "Make-up Artist";
$lang['VISUALEFFECTS'] = "Visual Effects";
$lang['MAKE-UPEFFECTS'] = "Make-up Effects";
$lang['CREATUREDESIGN'] = "Creature Design";
$lang['SOUNDMIXER'] = "Sound Mixer";
$lang['BASEDONCHARACTERSCREATEDBY'] = "Based on Characters Created By";
# Case types
$lang['BOX'] = "Box";
$lang['CLAMSHELL'] = "Clamshell";
$lang['CUSTOM'] = "Custom";
$lang['DIGIBOOK'] = "Digibook";
$lang['DIGIPAK'] = "Digipak";
$lang['DRAWER'] = "Drawer";
$lang['ENVELOPE'] = "Envelope";
$lang['FR4ME'] = "Fr4me";
$lang['HANDLE'] = "Handle";
$lang['HDKEEPCASE'] = "HD Keep Case";
$lang['HDSLIM'] = "HD Slim";
$lang['HUB'] = "Hub";
$lang['JEWEL'] = "Jewel";
$lang['KEEPCASE'] = "Keep Case";
$lang['METALCASE'] = "Metal Case";
$lang['SLIPCASE'] = "Slip Case";
$lang['SNAPPER'] = "Snapper";
$lang['STEELBOOK'] = "SteelBook";
$lang['THINPAK'] = "THINpak";
# Case type "attributes"
$lang['BOXSET'] = "Box Set";
$lang['SLIPCOVER'] = "Slip Cover";
$lang['NONE'] = "None";
$lang['DISCS'] = "Discs";
$lang['DESCRIPTION'] = "Description";
//$lang['DISCNO'] = "Disc No";
$lang['DISCNO'] = "#";
$lang['SLOT'] = "Slot";
$lang['SIDEAID'] = "Side A ID";
$lang['SIDEBID'] = "Side B ID";
$lang['SIDEA'] = "A";
$lang['SIDEB'] = "B";
$lang['SS'] = "SS";
$lang['SL'] = "SL";
$lang['DS'] = "DS";
$lang['DL'] = "DL";
$lang['F'] = "F";
$lang['MINUTES'] = "Min.";
$lang['FULLMINUTES'] = "Minutes";
$lang['CLOSE'] = 'Close';
$lang['GENRELIST']['ACCESSORIES'] = "Accessories";
$lang['GENRELIST']['ACTION'] = "Action";
$lang['GENRELIST']['ADULT'] = "Adult";
$lang['GENRELIST']['ADVENTURE'] = "Adventure";
$lang['GENRELIST']['ANIMATION'] = "Animation";
$lang['GENRELIST']['ANIME'] = "Anime";
$lang['GENRELIST']['CHILDRENS'] = "Children's";
$lang['GENRELIST']['CLASSIC'] = "Classic";
$lang['GENRELIST']['COMEDY'] = "Comedy";
$lang['GENRELIST']['CRIME'] = "Crime";
$lang['GENRELIST']['DISASTER'] = "Disaster";
$lang['GENRELIST']['DOCUMENTARY'] = "Documentary";
$lang['GENRELIST']['DRAMA'] = "Drama";
$lang['GENRELIST']['FAMILY'] = "Family";
$lang['GENRELIST']['FANTASY'] = "Fantasy";
$lang['GENRELIST']['FILMNOIR'] = "Film Noir";
if (!isset($db_fast_update)) // Foreign is only for pre-v3. $db_fast_update exists only v3 and later
$lang['GENRELIST']['FOREIGN'] = "Foreign";
$lang['GENRELIST']['HORROR'] = "Horror";
$lang['GENRELIST']['MARTIALARTS'] = "Martial Arts";
$lang['GENRELIST']['MUSIC'] = "Music";
$lang['GENRELIST']['MUSICAL'] = "Musical";
$lang['GENRELIST']['ROMANCE'] = "Romance";
$lang['GENRELIST']['SCIENCEFICTION'] = "Science-Fiction";
$lang['GENRELIST']['SPECIALINTEREST'] = "Special Interest";
$lang['GENRELIST']['SPORTS'] = "Sports";
$lang['GENRELIST']['SUSPENSETHRILLER'] = "Suspense/Thriller";
$lang['GENRELIST']['TELEVISION'] = "Television";
$lang['GENRELIST']['WAR'] = "War";
$lang['GENRELIST']['WESTERN'] = "Western";
$lang['GENRELIST']['UNCATEGORIZED'] = "Uncategorized";
$lang['LOCALE'] = "Locality";
$lang['LOCALE0'] = "United States";
$lang['LOCALE1'] = "New Zealand";
$lang['LOCALE2'] = "Australia";
$lang['LOCALE3'] = "Canada";
$lang['LOCALE4'] = "United Kingdom";
$lang['LOCALE5'] = "Germany";
$lang['LOCALE6'] = "China";
$lang['LOCALE7'] = "Former Soviet Union";
$lang['LOCALE8'] = "France";
$lang['LOCALE9'] = "Netherlands";
$lang['LOCALE10'] = "Spain";
$lang['LOCALE11'] = "Sweden";
$lang['LOCALE12'] = "Norway";
$lang['LOCALE13'] = "Italy";
$lang['LOCALE14'] = "Denmark";
$lang['LOCALE15'] = "Portugal";
$lang['LOCALE16'] = "Finland";
$lang['LOCALE17'] = "Japan";
$lang['LOCALE18'] = "South Korea";
$lang['LOCALE19'] = "Canada (Quebec)";
$lang['LOCALE20'] = "South Africa";
$lang['LOCALE21'] = "Hong Kong";
$lang['LOCALE22'] = "Switzerland";
$lang['LOCALE23'] = "Brazil";
$lang['LOCALE24'] = "Israel";
$lang['LOCALE25'] = "Mexico";
$lang['LOCALE26'] = "Iceland";
$lang['LOCALE27'] = "Indonesia";
$lang['LOCALE28'] = "Taiwan";
$lang['LOCALE29'] = "Poland";
$lang['LOCALE30'] = "Belgium";
$lang['LOCALE31'] = "Turkey";
$lang['LOCALE32'] = "Argentina";
$lang['LOCALE33'] = "Slovakia";
$lang['LOCALE34'] = "Hungary";
$lang['LOCALE35'] = "Singapore";
$lang['LOCALE36'] = "Czech Republic";
$lang['LOCALE37'] = "Malaysia";
$lang['LOCALE38'] = "Thailand";
$lang['LOCALE39'] = "India";
$lang['LOCALE40'] = "Austria";
$lang['LOCALE41'] = "Greece";
$lang['LOCALE42'] = "Vietnam";
$lang['LOCALE43'] = "Philippines";
$lang['LOCALE44'] = "Ireland";
$lang['LOCALE45'] = "Estonia";
$lang['LOCALE46'] = "Romania";
$lang['LOCALE47'] = "Iran";
$lang['LOCALE48'] = "Russia";
$lang['LOCALE49'] = "Chile";
$lang['LOCALE50'] = "Columbia";
$lang['LOCALE51'] = "Peru";
$lang['STATISTICS'] = "Site Statistics";
$lang['WATCHED'] = "Watched Statistics";
$lang['GENSTATS'] = "General Statistics";
$lang['TOTPROFS'] = "Total Number of Profiles";
$lang['TOTRUNTIME'] = "Total Running Time";
$lang['LITTLEMINUTES'] = "minutes";
$lang['AVERAGING'] = "averaging %d minutes per profile";
$lang['TOTALPAID'] = "Total Paid (%s)";
$lang['THETOTAL'] = "%s %s for %d titles";
$lang['AVGPERPROF'] = "averaging %s %s per profile";
$lang['TOTALSRP'] = "Total SRP (%s)";
$lang['NUMPROFAUDCOMP'] = "Number of Audio Tracks by Audio Compression";
$lang['NUMPROFAUDFORM'] = "Number of Audio Tracks by Audio Format";
$lang['AUDIOCOMP'] = "Audio Compression Type";
$lang['AUDIOFORM'] = "Audio Format";
$lang['NUMTRACK'] = "Number of Audio tracks";
$lang['OTHER'] = 'Other';
$lang['NUMPROFAUD'] = "Number of DVD Profiles by Audio";
$lang['5.1CHANNEL'] = "5.1 Channel Audio";
$lang['6.1CHANNEL'] = "6.1 Channel Audio";
$lang['7.1CHANNEL'] = "7.1 Channel Audio";
$lang['NUMPROFREG'] = "Number of Profiles by Region";
$lang['NUMPROFGEN'] = "Number of Profiles by Genre";
$lang['PRIMGEN'] = "Primary Genre";
$lang['ANYGEN'] = "Any Genre";
$lang['NUMPROFASPECT'] = "Number of Profiles by Aspect Ratio";
$lang['ASPECTRATIO'] = "Aspect Ratio";
$lang['NUMPROF'] = "Number of Profiles";
$lang['TOPTENRUNTIMES'] = "Top $TopX DVD Runtimes";
$lang['LONGEST'] = "Longest";
$lang['SHORTEST'] = "Shortest";
$lang['LONGESTNOTV'] = "Longest excluding TV";
$lang['SHORTESTNOTV'] = "Shortest excluding TV";
$lang['TOPTENACTORS'] = "Top $TopX Most Collected Actors";
$lang['ACTORSNV'] = "Actors excluding Voice-only";
$lang['NORMACTORS'] = "Actors normalized";
$lang['NORMACTORSNV'] = "Actors normalized and excluding Voice-only parts";
$lang['ACTORSNOTV'] = "Actors excluding TV";
$lang['ACTORSNVNOTV'] = "Actors excluding TV and Voice-only";
$lang['NORMACTORSNOTV'] = "Actors normalized excluding TV";
$lang['NORMACTORSNVNOTV'] = "Actors normalized excluding TV and Voice-only";
$lang['ACTORSORIG'] = "Actors from Original Titles";
$lang['ACTORSORIGNOTV'] = "Actors from Original Titles excluding TV";
$lang['TOPTENDIRS'] = "Top $TopX Directors";
$lang['DIRSNOTV'] = "Directors excluding TV";
$lang['NORMDIRS'] = "Directors normalized";
$lang['NORMDIRSNOTV'] = "Directors normalized excluding TV";
$lang['TOPTENWRITERS'] = "Top $TopX Most Collected Writers";
$lang['WRITERS'] = "Writers";
$lang['WRITERSNOTV'] = "Writers excluding TV";
$lang['NORMWRITERS'] = "Writers normalized";
$lang['NORMWRITERSNOTV'] = "Writers normalized excluding TV";
$lang['TOPTENEXPENSIVE'] = "Top $TopX Most Expensive DVDs";
$lang['TOPTENSTUDIOS'] = "Top $TopX Most Collected Studios";
$lang['TOPTENMEDIACOMPANIES'] = "Top $TopX Most Collected Media Companies";
$lang['PREFS']['USERPREFS'] = "User Preferences";
$lang['PREFS']['NOPREFSETTABLE'] = "This installation does not allow the setting of user preferences.";
$lang['PREFS']['PREFERENCE'] = "Preference";
$lang['PREFS']['CURRENTVAL'] = "Your Current Value";
$lang['PREFS']['SELECTIONS'] = "Selections";
$lang['PREFS']['SITEDEFAULT'] = "Site Default";
$lang['PREFS']['ACTORSORT']['NAME'] = "Actor Sort Preference";
$lang['PREFS']['ACTORSORT'][0] = "Sort by Actor's Surname";
$lang['PREFS']['ACTORSORT'][1] = "Sort by Role";
$lang['PREFS']['ACTORSORT'][2] = "Sort as found in the database";
$lang['PREFS']['COLUMNS']['SECONDNAME'] = "Second Column Contents";
$lang['PREFS']['COLUMNS']['THIRDNAME'] = "Third Column Contents";
$lang['PREFS']['COLUMNS']['sorttitle'] = "DVD Title";
$lang['PREFS']['COLUMNS']['released'] = "Date of DVD Release";
$lang['PREFS']['COLUMNS']['productionyear'] = "Production Date of Main Feature";
$lang['PREFS']['COLUMNS']['purchasedate'] = "Date item purchased";
$lang['PREFS']['COLUMNS']['collectionnumber'] = "Collection Number";
$lang['PREFS']['COLUMNS']['runningtime'] = "Running Time";
$lang['PREFS']['COLUMNS']['rating'] = "Movie Rating";
$lang['PREFS']['COLUMNS']['genres'] = "Primary Genre";
$lang['PREFS']['COLUMNS']['reviews'] = "Profile Reviews";
$lang['PREFS']['COLUMNS']['director'] = $lang['DIRECTOR'];
$lang['PREFS']['COLUMNS']['none'] = "No Column";
$lang['PREFS']['DEFAULTSORTTYPE']['NAME'] = "Default Sort Preference";
$lang['PREFS']['DEFAULTSORTTYPE']['firstcol'] = "Sort by first column - ";
$lang['PREFS']['DEFAULTSORTTYPE']['secondcol'] = "Sort by second column - ";
$lang['PREFS']['DEFAULTSORTTYPE']['thirdcol'] = "Sort by third column - ";
$lang['PREFS']['TITLEDESC']['NAME'] = "Title Display Preference";
$lang['PREFS']['TITLEDESC'][0] = "Title";
$lang['PREFS']['TITLEDESC'][1] = "Title (Description)";
$lang['PREFS']['TITLEDESC'][2] = "Title: Description";
$lang['PREFS']['TITLEDESC'][3] = "Title - Description";
$lang['PREFS']['LOCALE']['NAME'] = "Language Display Preference";
$lang['PREFS']['LOCALE']['en'] = "English";
$lang['PREFS']['LOCALE']['dk'] = "Danish";
$lang['PREFS']['LOCALE']['de'] = "German";
$lang['PREFS']['LOCALE']['no'] = "Norwegian";
$lang['PREFS']['LOCALE']['fr'] = "French";
$lang['PREFS']['LOCALE']['nl'] = "Dutch";
$lang['PREFS']['LOCALE']['sv'] = "Swedish";
$lang['PREFS']['LOCALE']['fi'] = "Finnish";
$lang['PREFS']['LOCALE']['ru'] = "Russian";
$lang['PREFS']['STICKYBOXSETS']['NAME'] = "Box Sets Clustering Preference";
$lang['PREFS']['STICKYBOXSETS'][0] = "Box Sets shown separately";
$lang['PREFS']['STICKYBOXSETS'][1] = "Box Sets cluster together";
$lang['PREFS']['POPUPIMAGES']['NAME'] = "Large Image Display Preference";
$lang['PREFS']['POPUPIMAGES'][0] = "Large Images displayed in right-hand frame";
$lang['PREFS']['POPUPIMAGES'][1] = "Large Images displayed in new window";
$lang['PREFS']['SKINS']['NAME'] = "Skins";
$lang['PREFS']['SKINS']['INTERNAL'] = "Internal";
$lang['PREFS']['WIDTHS']['NAME'] = "Reset Column Widths";
$lang['PREFS']['UPDATEPREFS'] = "Update Preferences";
$lang['UPLOAD']['SELECTFILE'] = "Select a zip-file which contains $xmlfile:";
$lang['UPLOAD']['SUCCESS'] = "Success";
$lang['UPLOAD']['PROCEED'] = "Proceed to import";
$lang['UPLOAD']['NOTWRITEBLE'] = "Dir <b>not</b> writeable.";
$lang['LANGUAGES'] = "Languages";
$lang['MENU'] = "Menu";
$lang['FRONTGALLERY'] = "Front Cover Gallery";
$lang['BACKGALLERY'] = "Back Cover Gallery";
$lang['LISTS'] = "DVD Lists";
$lang['ADMIN'] = "Administration";
$lang['FORUMS'] = "IVS Forum Thread";
$lang['ANDYFORUM'] = "phpDVDProfiler Forum";
$lang['NEWRELEASES'] = "New Releases";
$lang['UPLOADM'] = "Upload";
$lang['UPDATE'] = "Update";
$lang['IMAGE'] = "Image Comparison";
$lang['IMAGEUSERS'] = "phpDVDProfiler Users";
$lang['BORROWME'] = "Want to borrow it?";
$lang['CLICKHERE'] = "Click Here";
$lang['CG']['PAGE'] = "Page";
$lang['CG']['OF'] = "of";
$lang['AUDIO']['2CHANNELSTEREO'] = "2-Channel Stereo";
$lang['AUDIO']['3D'] = '3D';
$lang['AUDIO']['5.0SUR'] = "5.0 Surround";
$lang['AUDIO']['5.1M'] = "5.1 (Matrixed 6.1)";
$lang['AUDIO']['5.1SUR'] = "5.1 Surround";
$lang['AUDIO']['6.1'] = "6.1 (Discrete)";
$lang['AUDIO']['6.1SUR'] = "6.1 Surround";
$lang['AUDIO']['7.1SUR'] = "7.1 Surround";
$lang['AUDIO']['AURO-3D'] = 'Auro-3D';
$lang['AUDIO']['DA'] = "Dolby Atmos";
$lang['AUDIO']['DD'] = "Dolby Digital";
$lang['AUDIO']['DOLBYSUR'] = "Dolby Surround";
$lang['AUDIO']['DTS'] = "Digital Theater Systems";
$lang['AUDIO']['ES'] = "ES";
$lang['AUDIO']['ESDISCRETE'] = "ES (Discrete)";
$lang['AUDIO']['ESMATRIX'] = "ES (Matrixed)";
$lang['AUDIO']['EX'] = "EX";
$lang['AUDIO']['HD'] = "HD";
$lang['AUDIO']['HDHR'] = "HD HR";
$lang['AUDIO']['HDMASTERAUDIO'] = "HD Master Audio";
$lang['AUDIO']['MONO'] = "Mono";
$lang['AUDIO']['MP2'] = "Audio Layer II (MP2)";
$lang['AUDIO']['MPEG'] = "MPEG Audio Stream";
$lang['AUDIO']['PCM'] = "Pulse Code Modulation";
$lang['AUDIO']['PLUS'] = "Plus";
$lang['AUDIO']['PROLOGIC'] = "Pro-logic";
$lang['AUDIO']['STEREO'] = "Stereo";
$lang['AUDIO']['SURROUND'] = "Surround";
$lang['AUDIO']['SURROUNDEX'] = "Surround EX";
$lang['AUDIO']['TRUEHD'] = "TrueHD";
$lang['AUDIO'][''] = '[Unspecified]';
$lang['AUDIO']['AFRIKAANS'] = "Afrikaans";
$lang['AUDIO']['ARABIC'] = "Arabic";
$lang['AUDIO']['BULGARIAN'] = "Bulgarian";
$lang['AUDIO']['CANTONESE'] = "Cantonese";
$lang['AUDIO']['CHINESE'] = "Chinese";
$lang['AUDIO']['CROATIAN'] = "Croatian";
$lang['AUDIO']['CZECH'] = "Czech";
$lang['AUDIO']['DANISH'] = "Danish";
$lang['AUDIO']['DUTCH'] = "Dutch";
$lang['AUDIO']['ENGLISH'] = "English";
$lang['AUDIO']['FARSI'] = "Farsi";
$lang['AUDIO']['FINNISH'] = "Finnish";
$lang['AUDIO']['FRENCH'] = "French";
$lang['AUDIO']['GEORGIAN'] = "Georgian";
$lang['AUDIO']['GERMAN'] = "German";
$lang['AUDIO']['GREEK'] = "Greek";
$lang['AUDIO']['HEBREW'] = "Hebrew";
$lang['AUDIO']['HINDI'] = "Hindi";
$lang['AUDIO']['HUNGARIAN'] = "Hungarian";
$lang['AUDIO']['ICELANDIC'] = "Icelandic";
$lang['AUDIO']['ITALIAN'] = "Italian";
$lang['AUDIO']['JAPANESE'] = "Japanese";
$lang['AUDIO']['KOREAN'] = "Korean";
$lang['AUDIO']['MANDARIN'] = "Mandarin";
$lang['AUDIO']['NORWEGIAN'] = "Norwegian";
$lang['AUDIO']['POLISH'] = "Polish";
$lang['AUDIO']['PORTUGUESE'] = "Portuguese";
$lang['AUDIO']['ROMANIAN'] = "Romanian";
$lang['AUDIO']['RUMANTSCH'] = "Rumantsch";
$lang['AUDIO']['RUSSIAN'] = "Russian";
$lang['AUDIO']['SLOVAKIAN'] = "Slovakian";
$lang['AUDIO']['SLOVENIAN'] = "Slovenian";
$lang['AUDIO']['SPANISH'] = "Spanish";
$lang['AUDIO']['SWEDISH'] = "Swedish";
$lang['AUDIO']['TAGALOG'] = "Tagalog";
$lang['AUDIO']['THAI'] = "Thai";
$lang['AUDIO']['TJECKISH'] = "Tjeckish";
$lang['AUDIO']['TURKISH'] = "Turkish";
$lang['AUDIO']['XHOSA'] = "Xhosa";
$lang['AUDIO']['ZULU'] = "Zulu";
$lang['AUDIO']['COMMENTARY'] = "Commentary";
$lang['AUDIO']['MUSICONLY'] = "Music Only";
$lang['AUDIO']['TRIVIA'] = "Trivia";
$lang['AUDIO']['AUDIODESCRIPTIVE'] = "Audio Descriptive";
$lang['AUDIO']['BAHASA'] = "Bahasa";
$lang['AUDIO']['BAMBARA'] = "Bambara";
$lang['AUDIO']['BASQUE'] = "Basque";
$lang['AUDIO']['CATALONIAN'] = "Catalonian";
$lang['AUDIO']['ESTONIAN'] = "Estonian";
$lang['AUDIO']['FLEMISH'] = "Flemish";
$lang['AUDIO']['GALICIAN'] = "Galacian";
$lang['AUDIO']['LATVIAN'] = "Latvian";
$lang['AUDIO']['LITHUANIAN'] = "Lithuanian";
$lang['AUDIO']['MONGOLIAN'] = "Mongolian";
$lang['AUDIO']['PASHTU'] = "Pashtu";
$lang['AUDIO']['SERBIAN'] = "Serbian";
$lang['AUDIO']['SLOVAK'] = "Slovak";
$lang['AUDIO']['SPECIALEFFECTS'] = "Special Effects";
$lang['AUDIO']['SWISSGERMAN'] = "Swiss German";
$lang['AUDIO']['TIBETAN'] = "Tibetan";
$lang['AUDIO']['VALENCIAN'] = "Valencian";
$lang['AUDIO']['VIETNAMESE'] = "Vietnamese";
$lang['AUDIO']['OTHER'] = $lang['OTHER'];
$lang['LOCK'] = "Locks";
$lang['LOCKS']['ENTIRE'] = "Entire";
$lang['LOCKS']['TITLE'] = "Title";
$lang['LOCKS']['REGIONS'] = "Regions";
$lang['LOCKS']['COVERS'] = "Covers";
$lang['LOCKS']['AUDIO'] = "Audio Tracks";
$lang['LOCKS']['CAST'] = "Cast";
$lang['LOCKS']['CREW'] = "Crew";
$lang['LOCKS']['GENRES'] = "Genres";
$lang['LOCKS']['OVERVIEW'] = "Overview";
$lang['LOCKS']['MEDIATYPE'] = "MediaType";
$lang['LOCKS']['SRP'] = "SRP";
$lang['LOCKS']['STUDIOS'] = "Studios";
$lang['LOCKS']['DISCINFO'] = "Disc Info";
$lang['LOCKS']['FEATURES'] = "Features";
$lang['LOCKS']['SUBTITLES'] = "Subtitles";
$lang['LOCKS']['EASTEREGGS'] = "Easter Eggs";
$lang['LOCKS']['RUNNINGTIME'] = "Running Time";
$lang['LOCKS']['RELEASEDATE'] = "Release Date";
$lang['LOCKS']['PRODUCTIONYEAR'] = "Production Year";
$lang['LOCKS']['CASETYPE'] = "Case Type";
$lang['LOCKS']['VIDEOFORMATS'] = "Video Formats";
$lang['LOCKS']['RATING'] = "Rating";
$lang['WS']['TITLE'] = "phpDVDProfiler Watched DVD Summary";
$lang['WS']['HEADING'] = $lang['WATCHED'];
$lang['WS']['VIEWER'] = "Viewer";
$lang['WS']['TOTAL'] = "Total Watched";
$lang['WS']['UNIQUEW'] = "Unique Watched";
$lang['WS']['YEAR'] = "Year";
$lang['WS']['MONTH'] = "Month";
$lang['WS']['TOTRUN'] = "Total Running Time";
$lang['WS']['NOTITLES'] = "Titles Watched";
$lang['WS']['AVERUNT'] = "Avg Run";
$lang['WS']['AVERUNB'] = "Time (min)";
$lang['WS']['DHM'] = "Days : Hours : Minutes";
$lang['WS']['MOVIE'] = "Title";
$lang['WS']['RUNTIME'] = "Running Time";
$lang['WS']['DATE'] = "Date";
$lang['WS']['WATCHED'] = "Watched";
$lang['WS']['UNIQUE'] = "Unique";
$lang['WS']['NOIMAGE'] = "No Image";
$lang['WS']['LAST'] = "Last Watched";
$lang['WS']['MOST'] = "Most Watched";
$lang['WS']['BEST'] = "Best Watched";
$lang['WS']['WORST'] = "Worst Watched";
$lang['WS']['SHOW'] = "Show";
$lang['WS']['HIDE'] = "Hide";
$lang['WS']['TOGGLE'] = "Click to Hide";
$lang['WS']['WHO'] = "Who's Watched";
$lang['WS']['INFO'] = "Information";
$lang['WS']['ABOUT'] = "About";
$lang['WS']['STATIC'] = "Updating static signature strips";
$lang['WS']['CLEAN'] = "Cleaning signature cache directory";
$lang['WS']['DONE'] = "Done";
$lang['WS']['CLEAR'] = "Clear Filters";
$lang['GRAPHS']['CLICK'] = "Click me!";
$lang['GRAPHS']['PRIMARYGENREPIE'] = "Primary Genre Distribution";
$lang['GRAPHS']['GENREPIE'] = "Genre Distribution";
$lang['GRAPHS']['LOCALITY'] = "Locality Distribution";
$lang['GRAPHS']['PP'] = "DVDs by Purchase Place";
$lang['GRAPHS']['PRODYEAR'] = "Number of DVDs by Production Year";
$lang['GRAPHS']['COST'] = "Monthly Cost of DVDs (Currency=\$currency)\nClick for Currency=\$next";
$lang['GRAPHS']['MONTHMONTH'] = "DVDs Purchased by Month";
$lang['GRAPHS']['MONTHLAST'] = "DVDs Purchased in the Last 12 Months";
$lang['GRAPHS']['MONTHYEARS'] = "DVDs Purchased by Year";
$lang['GRAPHS']['MONTHYEAR'] = "DVDs Purchased in ";
$lang['GRAPHS']['YEARS'] = "Years";
$lang['GRAPHS']['ALL'] = "All Months";
$lang['GRAPHS']['LAST12'] = "Last 12 Months";
$lang['GRAPHS']['PRODALL'] = "All Years";
$lang['GRAPHS']['COO'] = "DVDs by Country of Origin";
$lang['LOGIN'] = "Login: ";
$lang['PASSWORD'] = "Password: ";
$lang['COMPLETE'] = "Complete Update will be performed";
$lang['REMOVE'] = "Update database to remove profiles that are not in xml collection: ";
$lang['UPDATEREADY'] = "Ready to update";
$lang['UPDATERUNNING'] = "Update already running";
$lang['UPDATEINCOMPLETE'] = "Incomplete update detected";
$lang['UPDATERESET'] = "Press to remove incomplete update";
$lang['UPDATEWAITINGFORRESET'] = "Removing incomplete update...";
$lang['UPDATERESETERROR'] = "Error while attempting to remove incomplete update";
$lang['UPDATERESETCOMPLETE'] = "Incomplete update removed";
$lang['UPDATECOMPLETE'] = "Update Complete";
$lang['UPDATECONNECTIONID'] = "Connection Id";
$lang['UPDATEPREPARING'] = "Preparing to Process — Last Profile Processed";
$lang['UPDATEPROCESSING'] = "Last Profile Processed";
$lang['UPDATECLEANUP'] = "All Profiles Processed — Cleanup Stage #";
$lang['UPDATEPROCESSCLEANUP'] = "Update completed but still running on server ... waiting for final output";
$lang['UPDATEERRORSEEN'] = "Error running update. Terminating";
$lang['UPDATENOCHANGE'] = "No change after an update run ... Check for errors";
$lang['UPDATENOOUTPUT'] = "No output received from Server";
$lang['UPDATESECONDS'] = "seconds";
$lang['UPDATENOIFRAMETRY'] = "Browser error trying to send an update request — retrying. Number of retrys remaining: ";
$lang['UPDATENOIFRAMEFAIL'] = "Browser error trying to send an update request — stopping";
$lang['UPDATEFASTOFF'] = "Turning $lang[DBFAST] off";
$lang['UPDATEGODOT'] = "Waiting for output from server; update <em>is</em> running";
$lang['UPDATERESTART'] = "Update not complete but Connection Id no longer running ... Starting another update";
$lang['UPDATEERROR'] = "Error code";
$lang['UPDATEENDED'] = "Update run terminated";
$lang['UPDATENETWORKERROR1'] = "Network Error";
$lang['UPDATENETWORKERROR2'] = "while checking status. Retrying...";
$lang['UPDATELASTGOOD'] = "Last good status";
$lang['UPDATETIMEOUT'] = "No Response from remote - timeout";
$lang['UPDATESTATUSTIMEOUT1'] = "Timeout reading status after";
$lang['UPDATESTATUSTIMEOUT2'] = "$lang[UPDATESECONDS]. Retrying... ";
$lang['UPDATESTRAGGLERS'] = "Update has completed — waiting for straggling output ...";
$lang['UPDATEUNEXPECTED'] = "Unexpected page returned. This is most likely caused by a timeout somewhere. Not Fatal.";
$lang['UPDATERESPONSE'] = "Response received for update request ... Handled by";
$lang['UPDATENULLSTATUS1'] = "<b>Warning:</b> Status request: Status=";
$lang['UPDATENULLSTATUS2'] = "Response text is null";
$lang['UPDATEWAITINGFORUPDATE'] = "Waiting for signs of an update...";
$lang['UPDATEBADUPDATESTATUS'] = "<b>Warning:</b> Status request: Missing UpdateState: Response text=";
$lang['UPDATEPOST'] = "Posting an update request";
$lang['UPDATEDONTPRESS'] = "Already executing an update - Please await completion of current request";
$lang['UPDATEREMOVAL1'] = "A previous update failed to complete. Missing profile removal turned off.";
$lang['UPDATEREMOVAL2'] = "To remove profiles from the database which are not in the XML file(s),";
$lang['UPDATEREMOVAL3'] = "run a normal (not Complete) update once any update has completed successfully.";
$lang['UPDATEFILECHANGED1'] = "Warning: the size of the XML file %s has changed between update runs. The original file";
$lang['UPDATEFILECHANGED2'] = "size was %d bytes and the file appears now to have a size of %d bytes. This may cause the";
$lang['UPDATEFILECHANGED3'] = "update to fail. Simply run an update again to correct.";
$lang['NOTREMOVING'] = "Contents of xml collection will be added to database; profiles will be updated but NOT removed.";
$lang['IMPORTTITLE'] = "phpDVDProfiler XML Import";
$lang['ADDERRORS'][1] = "Profile IDs must not be blank. Profile #";
$lang['IMPORTDBERR1'] = "There is a problem accessing %s on %s.\n";
$lang['IMPORTDBERR2'] = "Either the database doesn't exist, or %s does not have permission to access it.\n";
$lang['IMPORTDBERR3'] = "Please use an admin tool to create the database and grant the correct permission to %s\n";
$lang['IMPORTDBERR4'] = "There appears to be no database named %s available on %s\n";
$lang['IMPORTDBERR5'] = "(although %s appears to have permissions to use a database with that name).\n";
$lang['IMPORTDBERR6'] = "Please use an admin tool to create the database and grant the correct permission to %s\n";
$lang['IMPORTDBERR7'] = "The connection to database %s on %s failed — Code %d —> %s\n";
$lang['IMPORTBADXML1'] = "There was an error processing \"%s\"\napparently in the \"%s\" section.\n";
$lang['IMPORTBADXML2'] = "xml_parse_into_struct() returned an error: value=%s\nThis translates as: %s\n";
$lang['IMPORTBADXML3'] = "It thinks it was at:\n\tByte number %s\n\twhich is line number %s\n";
$lang['IMPORTBADXML4'] = "\tand column number %s\nThe %s bytes on either side of that look like:\n";
$lang['IMPORTBADXML5'] = "\n\nThe XML profile data was:\n";
$lang['IMPORTBADSCHEMA1'] = "The database schema is out-of-date and is incompatible with this code.";
$lang['IMPORTBADSCHEMA2'] = "The database needs to be updated using the schema that came with this code.";
$lang['IMPORTBADSCHEMA3'] = "The database schema will be automatically updated the next time an update is performed.";
$lang['IMPORTBADSCHEMA4'] = "Database schema version = ";
$lang['IMPORTBADSCHEMA5'] = "Code schema version = ";
$lang['IMPORTBADSCHEMA6'] = "Attempting to update schema automatically ... ";
$lang['IMPORTBADSCHEMA7'] = "Schema has been Updated";
$lang['IMPORTUPDATING'] = "Importing into database $dbname";
$lang['IMPORTFROMXMLFILE'] = "XML file specified is '$xmlfile'";
$lang['IMPORTFROMXMLDIR'] = "XML directory specified is '$xmldir'";
$lang['IMPORTFROMXMLBADDIR'] = "The XML file specified (%s) includes a directory (%s) which is not readable. Unable to continue.";
$lang['IMPORTFROMXMLFILEMISSING'] = "'$xmlfile' not available. Using '%s'";
$lang['IMPORTFROMXMLNOFILES1'] = "Could not find any file consistent with '$xmlfile'";
$lang['IMPORTFROMXMLNOFILES2'] = "Please upload a file with one of these supported types:";
$lang['IMPORTFROMXMLCANTTYPEOPEN'] = "Unable to successfully open to read '%s'";
$lang['IMPORTFROMXMLCANTTYPEREAD'] = "Unable to successfully read 12 bytes from '%s'";
$lang['IMPORTFROMXMLFILETYPE'] = "'%s' appears to be a file of type '%s'";
$lang['IMPORTFROMXMLNOSUPPORT'] = "This host does not have streaming support for filetype '%s'";
$lang['IMPORTZIPCANTWRITE'] = "Unable to process archive '%s': variable \$imagecachedir does not point to a writable directory";
$lang['IMPORTZIPEXTRACTHEAD'] = "Attempting to extract the first file from the archive '%s' into %s";
$lang['IMPORTZIPOPENFAIL'] = "zip_open: Error %d opening %s";
$lang['IMPORTZIPDELETEPREVIOUS'] = "Deleting pre-existing %s prior to extraction ... ";
$lang['IMPORTZIPFOPENFAIL'] = "Unable to create %s for extraction from %s";
$lang['IMPORTZIPFWRITEFAIL'] = "Error writing to %s while extracting from %s";
$lang['IMPORTZIPINTERNAL1'] = "zip_entry_open() failed";
$lang['IMPORTZIPINTERNAL2'] = "zip_read: No items to read in TOC";
$lang['IMPORTZIPINTERNAL3'] = "zip_read: Unable to read TOC entry from zipfile %s";
$lang['IMPORTZIPINTERNAL4'] = "zip_read: Error %d returned from zip_read()";
$lang['IMPORTXMLDIR'] = "Importing %d files from directory %s";
$lang['UPDATERESUMING'] = "Resuming an incomplete update — starting %d profiles (%s bytes) into file %s";
$lang['IMPORTBADOPEN'] = "ERROR: Couldn't open XML file to read: ";
$lang['IMPORTPROCESSING'] = "Current file being processed: ";
$lang['IMPORTUSINGCOMPRESSED'] = "Compressed file being processed: ";
$lang['IMPORTMISSINGSCHEMA'] = "Can't open file %s ... terminating";
$lang['IMPORTMISSING1'] = ", the current collection file, is missing some components. When exporting from DVDProfiler";
$lang['IMPORTMISSING2'] = "it is important to select ALL of the sections to be exported. There will be no data stored";
$lang['IMPORTMISSING3'] = "for the following missing sections: ";
$lang['IMPORTPROCESSED'] = "DVD profiles processed: ";
$lang['UPDATEFINISHING'] = "Finishing previous incomplete update";
$lang['IMPORTMEDIAANDCOLLECTIONS'] = "Updating Custom Media Types, Rating Descriptions and Custom Collections ... ";
$lang['IMPORTBOXSETS'] = "Updating Box Sets ... ";
$lang['IMPORTDELETING'] = "Removing Profiles missing from XML file(s) ... ";
$lang['IMPORTDONE1'] = "Total DVD Profiles Processed: ";
$lang['IMPORTDONE2'] = "Total Processing time (seconds): ";
$lang['IMPORTCLICK'] = "Click here to continue to Main Page";
$lang['IMPORTENTRIES'] = "Total number of incorrect Box Set entries removed: ";
$lang['IMPORTCOLLECTIONS'] = "Number of incorrect Box Set profiles modified: ";
$lang['IMPORTBADBOXDESC'] = "Bad Boxsets: profiles saying they contain children when the children are absent from the collection";
$lang['IMPORTBADBOX'] = "Bad Boxset: ";
$lang['IMPORTUPDATESTATS'] = "Updating Stats table ... ";
$lang['IMPORTNUMADDED'] = "Number of Profiles added: ";
$lang['IMPORTNUMCHANGED'] = "Number of Profiles changed: %d (including Collection Number only: %d)";
$lang['IMPORTNUMREMOVED'] = "Number of Profiles removed: ";
$lang['SUPPLIERREMOVED'] = "Number of Purchase Places removed: ";
$lang['EXECUTING'] = "Executing";
$lang['CHOOSERSHORT'] = "Pick-a-Flick";
$lang['CHOOSERDESC'] = "Pick a DVD Profile from the collection";
$lang['CHOOSERDONTCARE'] = "Don't Care";
$lang['CHOOSERVIDEOSTANDARD'] = "Video Standard";
$lang['CHOOSERWATCHEDBY'] = "Watched By";
$lang['CHOOSERPICK'] = "Make a random selection using the current criteria";
$lang['CHOOSERRESET'] = "Set all criteria to '$lang[CHOOSERDONTCARE]'";
$lang['CHOOSERHEADER'] = "Select criteria for %s movie choices";
$lang['CHOOSEREXECUTION'] = "Seconds to complete query execution";
$lang['CHOOSERBOXTVPARENT'] = "Profile is a Child in a boxset in the Television genre";
$lang['CHOOSERBOXPARENT'] = "Profile is a Child in a boxset";
$lang['CHOOSERBOXCHILD'] = "Profile is a Parent in a boxset";
$lang['CHOOSERFINDTITLE'] = "Find Text in title*";
$lang['CHOOSERFINDOFEATURES'] = "Find Text in other features";
$lang['CHOOSERFINDOVERVIEW'] = "Find Text in overview";
$lang['CHOOSERFINDEGGS'] = "Find Text in eastereggs";
$lang['CHOOSERFINDNOTES'] = "Find Text in notes";
$lang['CHOOSERFINDACTORS'] = "Find Text in Actor's Names";
$lang['CHOOSERFINDROLES'] = "Find Text in Actor's Roles";
$lang['CHOOSERFINDCREW'] = "Find Text in Crew's Names";
$lang['CHOOSERFINDSTUDIOS'] = "Find Text in Studio's Names";
$lang['CHOOSERFINDTITLEEXPLAIN'] = "* Finding text in title also searches originaltitle and description fields";
$lang['IMAGEDATA']['VERIFY'] = "Verifying Imageupdate version";
$lang['IMAGEDATA']['UPGRADE'] = "I'm sorry, but you need to upgrade to imagedata.php version";
$lang['IMAGEDATA']['OK'] = "Ok";
$lang['IMAGEDATA']['LASTUPDATE'] = "Getting Last Update Date";
$lang['IMAGEDATA']['NOTADULT'] = "Adult is not set to 0. Therefore excluding Adult titles";
$lang['IMAGEDATA']['ADULT'] = "Adult is set to 0. Therefore including Adult titles";
$lang['IMAGEDATA']['COLLECT'] = "Collecting Image info. Please wait";
$lang['IMAGEDATA']['DONE'] = "Done";
$lang['IMAGEDATA']['TOOK'] = "It took";
$lang['IMAGEDATA']['SECONDS'] = "seconds";
$lang['IMAGEDATA']['VALID1'] = "collectionurl is valid";
$lang['IMAGEDATA']['INVALID1'] = "Your setting for";
$lang['IMAGEDATA']['INVALID2'] = "does not point to a phpDVDProfiler collection";
$lang['IMAGEDATA']['PRIVATE'] = "Your phpDVDProfiler collection is private";
$lang['IMAGEDATA']['CHECKED'] = "Image for Profiles Processed: ";
$lang['BORROW_PROMPT_STRING'] = "Your eMail address";
$lang['BORROW_NO_EMAIL'] = "No eMail Address set for Collection";
$lang['BORROW_BAD_ARGS'] = "Bad Arguments";
$lang['BORROW_PAGE_HEADING'] = "Borrow a DVD from the Library of";
$lang['BORROW_TITLE'] = "DVD Title:";
$lang['BORROW_EMAIL'] = "Borrower's eMail:";
$lang['BORROW_FROM_TEXT'] = "From: The DVD Loan Office";
$lang['BORROW_BODY_1'] = "DVD to borrow:";
$lang['BORROW_BODY_2'] = "Borrower's eMail:";
$lang['BORROW_BODY_3'] = "Location:";
$lang['BORROW_BODY_4'] = "Have a Nice Day";
$lang['BORROW_SUBJECT'] = "Borrow a DVD";
$lang['BORROW_DONE'] = "Request submitted.";
$lang['BORROW_BAD_EMAIL'] = "Please enter a valid email address";
$lang['BORROW_SUBMIT_TEXT'] = "Submit Request";
$lang['PRODUCED'] = "Produced";
$lang['RATED'] = "Rated";
$lang['DIRECTEDBY'] = "Directed By";
$lang['FEATURING'] = "Featuring";
$lang['PURCHASED'] = "Purchased";
$lang['FORMATS'] = "Formats";
$lang['FROM'] = "from";
$lang['FIRSTNAME'] = "First Name";
$lang['MIDDLENAME'] = "Middle Name";
$lang['LASTNAME'] = "Last Name";
$lang['BIRTHYEAR'] = "Birth Year";
$lang['CREDITEDIN'] = "Credited In";
$lang['CREDTIMES'] = "Credited %d times";
$lang['LINKS_OFFICIALWEBSITES'] = "Official Websites";
$lang['LINKS_FANSITES'] = "Fan Sites";
$lang['LINKS_TRAILERSANDCLIPS'] = "Trailers and Clips";
$lang['LINKS_REVIEWS'] = "Reviews";
$lang['LINKS_RATINGS'] = "Ratings";
$lang['LINKS_GENERALINFORMATION'] = "General Information";
$lang['LINKS_GAMES'] = "Games";
$lang['LINKS_OTHER'] = "Other";
$lang['MIXED'] = "Mixed Color Formats";
$lang['MULTIPLE'] = "Multiple Color Formats";
$lang['COLOR'] = "Color";
$lang['BLACK&WHITE'] = "Black & White";
$lang['COLORIZED'] = "Colorized";
$lang['COLORUNSET'] = "[Color status unset]";
$lang['HDR10'] = "HDR10";
$lang['DOLBYVISION'] = "Dolby Vision";