forked from jpatokal/openflights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.po
1307 lines (882 loc) · 22.5 KB
/
template.po
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
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Jani Patokallio <[email protected]>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Flight logging, mapping, stats and sharing"
msgstr ""
msgid "Sorry, OpenFlights requires JavaScript."
msgstr ""
msgid "News"
msgstr ""
msgid "Hide search bar"
msgstr ""
msgid "Enter city, airport, airline name or code"
msgstr ""
msgid "Search"
msgstr ""
msgid "Map of routes from this airport"
msgstr ""
msgid "Duration"
msgstr ""
msgid "Distance"
msgstr ""
msgid "Add new airport"
msgstr ""
msgid "Username"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "Sign up"
msgstr ""
msgid "Analyze"
msgstr ""
msgid "Top 10"
msgstr ""
msgid "Filter"
msgstr ""
msgid "Carrier"
msgstr ""
msgid "Year"
msgstr ""
msgid "Trip"
msgstr ""
msgid "More..."
msgstr ""
msgid "Class"
msgstr ""
msgid "Class by distance"
msgstr ""
msgid "Mode"
msgstr ""
msgid "Note"
msgstr ""
msgid "Reason"
msgstr ""
msgid "Registration"
msgstr ""
msgid "Control panel"
msgstr ""
msgid "New flight"
msgstr ""
msgid "List flights"
msgstr ""
msgid "Import"
msgstr ""
msgid "Settings"
msgstr ""
msgid "Logout"
msgstr ""
msgid "Add new flight"
msgstr ""
msgid "Edit flight"
msgstr ""
msgid "Fields in <font color='blue'>blue</font> are required. Click on airports in the map to select them or search by city name or airport code."
msgstr ""
msgid "Date"
msgstr ""
msgid "Departure and arrival time"
msgstr ""
msgid "Add new trip"
msgstr ""
msgid "Edit this trip"
msgstr ""
msgid "From"
msgstr ""
msgid "Enter city name or airport code"
msgstr ""
msgid "Airport search"
msgstr ""
msgid "Swap To and From airports"
msgstr ""
msgid "Plane"
msgstr ""
msgid "Enter plane model"
msgstr ""
msgid "Reg."
msgstr ""
msgid "To"
msgstr ""
msgid "Economy"
msgstr ""
msgid "Premium Eco."
msgstr ""
msgid "Business"
msgstr ""
msgid "First"
msgstr ""
msgid "Flight"
msgstr ""
msgid "Road"
msgstr ""
msgid "Ship"
msgstr ""
msgid "Train"
msgstr ""
msgid "Nr."
msgstr ""
msgid "Seat"
msgstr ""
msgid "Type"
msgstr ""
msgid "Window"
msgstr ""
msgid "Aisle"
msgstr ""
msgid "Middle"
msgstr ""
msgid "Work"
msgstr ""
msgid "Leisure"
msgstr ""
msgid "Crew"
msgstr ""
msgid "Other"
msgstr ""
msgid "Enter airline name or code"
msgstr ""
msgid "Airline search"
msgstr ""
msgid "Add"
msgstr ""
msgid "Save this flight"
msgstr ""
msgid "Clear"
msgstr ""
msgid "Reset this entry form"
msgstr ""
msgid "Exit"
msgstr ""
msgid "Exit flight editor"
msgstr ""
msgid "Save changes"
msgstr ""
msgid "Save changes made to this flight"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Delete this flight"
msgstr ""
msgid "Previous flight"
msgstr ""
msgid "Next flight"
msgstr ""
msgid "Switch to basic editor"
msgstr ""
msgid "Basic"
msgstr ""
msgid "Add new flights"
msgstr ""
msgid "Airline"
msgstr ""
msgid "Save these flights"
msgstr ""
msgid "Exit without saving"
msgstr ""
msgid "Add new row for faster entry of multiple flights"
msgstr ""
msgid "More"
msgstr ""
msgid "Remove a row"
msgstr ""
msgid "Less"
msgstr ""
msgid "Switch to detailed editor"
msgstr ""
msgid "Detailed"
msgstr ""
#, php-format
msgid "Your session has timed out, please log in again."
msgstr ""
#, php-format
msgid "Sorry, an airport using the IATA code %s exists already. Please double-check."
msgstr ""
#, php-format
msgid "Sorry, an airport using the ICAO code %s exists already. Please double-check."
msgstr ""
msgid "Adding new airport failed:"
msgstr ""
#, php-format
msgid "New airport successfully added."
msgstr ""
#, php-format
msgid "Airport successfully edited."
msgstr ""
#, php-format
msgid "Editing airport failed:"
msgstr ""
msgid "Not logged in, aborting"
msgstr ""
msgid "Unknown"
msgstr ""
msgid "was:"
msgstr ""
msgid "No airline"
msgstr ""
msgid "Upload again"
msgstr ""
msgid "Cancel this import and return to file upload page"
msgstr ""
msgid "Upload"
msgstr ""
msgid "Upload successful. Parsing..."
msgstr ""
msgid "Results"
msgstr ""
msgid "Upload failed!"
msgstr ""
msgid "Importing..."
msgstr ""
msgid "Sorry, this file does not appear to be FlightMemory HTML."
msgstr ""
msgid "Sorry, this HTML file does not appear contain FlightMemory FlightData."
msgstr ""
msgid "Sorry, the filename must end in '.csv'."
msgstr ""
msgid "Unable to open CSV file."
msgstr ""
msgid "Miles"
msgstr ""
msgid "Time"
msgstr ""
msgid "Reg"
msgstr ""
msgid "Comment"
msgstr ""
msgid "Key to results"
msgstr ""
msgid "Color"
msgstr ""
msgid "Meaning"
msgstr ""
msgid "None"
msgstr ""
msgid "Exact match"
msgstr ""
msgid "Info"
msgstr ""
msgid "Probable match, please verify"
msgstr ""
msgid "Warning"
msgstr ""
msgid "No matches, will be added as new"
msgstr ""
msgid "Error"
msgstr ""
msgid "No matches, please correct and reupload"
msgstr ""
msgid "Note: This CSV file contains OpenFlights IDs in columns 15-18. These IDs will override the values of any manual changes made to the airport, airline and/or plane columns."
msgstr ""
msgid "Your flight data includes unrecognized airports. Please add them to the database and try again. "
msgstr ""
msgid "Your flight data includes unrecognized airlines. This usually means that the airline code in the flight number was not found, and an airline name was not specified. Please fix or remove the airline code and try again. "
msgstr ""
msgid "Some date fields could not be parsed. Please change them to use any of these formats: YYYY-MM-DD, DD.MM.YYYY, MM/DD/YYYY, or YYYY only. Note that DD/MM/YYYY is <b>not</b> accepted."
msgstr ""
msgid "Your flight data includes trip IDs which are either undefined or do not belong to you. Please check the trip IDs."
msgstr ""
msgid "<b>Parsing completed successfully.</b> You are now ready to import these flights into your OpenFlights. (Minor issues can be corrected afterwards in the flight editor.)"
msgstr ""
msgid "Add these flights to your OpenFlights"
msgstr ""
msgid "Cancel"
msgstr ""
msgid "Flights successfully imported."
msgstr ""
msgid "Import more flights"
msgstr ""
msgid "Close"
msgstr ""
#, php-format
msgid "Login failed. <%s>Create account</a> or <%s>reset password</a>?"
msgstr ""
msgid "This trip is not public."
msgstr ""
msgid "No such trip."
msgstr ""
msgid "This user's flights are password-protected."
msgstr ""
msgid "This user's flights are not public."
msgstr ""
msgid "No such user."
msgstr ""
msgid "This user has no flights."
msgstr ""
msgid "km"
msgstr ""
msgid "miles"
msgstr ""
msgid "-operated"
msgstr ""
msgid " and codeshares"
msgstr ""
msgid "Sorry, that name is already taken, please try another."
msgstr ""
#, php-format
msgid "Account reset, %s flights deleted."
msgstr ""
msgid "Sorry, current password is not correct."
msgstr ""
#, php-format
msgid "Successfully signed up, now logging in..."
msgstr ""
#, php-format
msgid "Settings changed successfully, returning..."
msgstr ""
msgid "Trip not found."
msgstr ""
msgid "User not found."
msgstr ""
msgid "mi"
msgstr ""
msgid "Longest"
msgstr ""
msgid "Shortest"
msgstr ""
msgid "Northernmost"
msgstr ""
msgid "Southernmost"
msgstr ""
msgid "Westernmost"
msgstr ""
msgid "Easternmost"
msgstr ""
msgid "Added."
msgstr ""
#, php-format
msgid "%s flights added."
msgstr ""
msgid "Edited."
msgstr ""
#, php-format
msgid "Trip successfully created"
msgstr ""
#, php-format
msgid "Trip successfully deleted"
msgstr ""
#, php-format
msgid "Trip successfully edited."
msgstr ""
msgid "Language"
msgstr ""
msgid "Airline, railway, road transport and shipping search"
msgstr ""
msgid "Fill one or more fields below to search for matching airlines and other transport operators."
msgstr ""
msgid "Name"
msgstr ""
msgid "Railway"
msgstr ""
msgid "Road transport"
msgstr ""
msgid "Shipping"
msgstr ""
msgid "Alternative name"
msgstr ""
msgid "Country"
msgstr ""
msgid "Callsign"
msgstr ""
msgid "Show only major (IATA) airlines?"
msgstr ""
msgid "Record the current data as a new airline."
msgstr ""
msgid "Add as new"
msgstr ""
msgid "Fill one or more fields below to search for matching airports."
msgstr ""
msgid "Airport name"
msgstr ""
msgid "City name"
msgstr ""
msgid "Country name"
msgstr ""
msgid "Latitude"
msgstr ""
msgid "Longitude"
msgstr ""
msgid "Elevation"
msgstr ""
msgid "UTC"
msgstr ""
msgid "DST"
msgstr ""
msgid "European"
msgstr ""
msgid "US/Canada"
msgstr ""
msgid "S. American"
msgstr ""
msgid "Australia"
msgstr ""
msgid "New Zealand"
msgstr ""
msgid "Database"
msgstr ""
msgid "Show only major (IATA) airports?"
msgstr ""
msgid "Please log in to enable editing."
msgstr ""
msgid "Record the current data as a new airport."
msgstr ""
msgid "Record changes to this airport."
msgstr ""
msgid "Import data"
msgstr ""
msgid "OpenFlights can import two types of data:"
msgstr ""
#, php-format
msgid "<b>FlightMemory (.html)</b> — FlightMemory does not have an export function, but OpenFlights can 'screen-scrape' its FlightData pages. Log into your FlightMemory account, go to the FlightData page, and select 'Save Web Page' in your browser. Upload the resulting HTML file. Repeat once for each page of data.</p><p><i>Warning</I>: Be sure to set your FlightMemory language to <b>English</b> before saving the pages.</p><p><i>Note</i>: There is <b>no duplicate detection</b> at this time. If you import a FlightMemory file twice, all flights in it will be added twice.</p><p><i>Note</i>: The <b>FlightMemory format</b> changes from time to time. Please <%s>report</a> any bugs or oddities, and be sure to include the exact error and the 'Tmpfile' value from the top of the import page."
msgstr ""
#, php-format
msgid "<b>OpenFlights (.csv)</b> — Comma-separated value, exported from OpenFlights 'Export' or 'Backup') and easily edited or created in Excel or any other spreadsheet. See <%s'>format specification</a>."
msgstr ""
msgid "File to upload"
msgstr ""
msgid "Keep historical airline names?"
msgstr ""
msgid "OpenFlights normally tries to match airlines and flight numbers to known/current airlines. If you check the box above, all airline names will be preserved <i>exactly</i> as they were before, typos and all."
msgstr ""
#, php-format
msgid "You will be given a chance to review the flights before they are actually imported. See %s to backup or clear your flights before importing."
msgstr ""
msgid "Create new account"
msgstr ""
msgid "Account settings"
msgstr ""
msgid "Basic information"
msgstr ""
msgid "This will be used as the name of your profile."
msgstr ""
msgid "Pick something hard to guess, but easy to remember. Case-sensitive!"
msgstr ""
msgid "Password again"
msgstr ""
msgid "E-mail (optional)"
msgstr ""
#, php-format
msgid "If you forget your password, we can mail you a new one to this address. We will <i>never</i> send you any other mail or share your private information, see <%s>privacy policy</a> for details."
msgstr ""
msgid "Could not load profile data"
msgstr ""
msgid "Profile address"
msgstr ""
#, php-format
msgid "Viewed %s times"
msgstr ""
msgid "The public address of your profile and how often it has been viewed."
msgstr ""
msgid "Facebook link"
msgstr ""
msgid "Linked, automatic updates"
msgstr ""
msgid "Linked, manual updates only"
msgstr ""
msgid "Automate"
msgstr ""
msgid "Not active"
msgstr ""
msgid "Add link"
msgstr ""
#, php-format
msgid "Install the <%s>OpenFlights Facebook app</a> to update your flights to your <%s>Facebook</a> profile."
msgstr ""
msgid "Banners"
msgstr ""
msgid "Blog banner (HTML)"
msgstr ""
msgid "Bulletin board banner (phpBB)"
msgstr ""
msgid "Profile settings"
msgstr ""
msgid "You can easily change these later by clicking on <i>Settings</i>."
msgstr ""
msgid "Privacy"
msgstr ""
msgid "Private"
msgstr ""
msgid "Public"
msgstr ""
msgid "Open"
msgstr ""
#, php-format
msgid "<b>Private</b> profiles are visible only to you. <%s>Gold and Platinum</a> users can password-protect their private profiles, so only people who know the password can see them."
msgstr ""
msgid "<b>Public</b> profiles let others see your flight map and general statistics, but flight details like exact dates and class of service are not revealed."
msgstr ""
msgid "<b>Open</b> profiles let others see, but not edit, your detailed flight data as well."
msgstr ""
msgid "Flight editor"
msgstr ""
msgid "The <B>Basic</b> editor is quick and easy: from where, to where, the date and optionally the airline, up to four flights at a time. The fastest way to build up your map!"
msgstr ""
msgid "The <B>Detailed</b> editor lets you add class of service, seat numbers, plane models and registrations, freeform notes and much more. Perfect for aviation fans and planespotters."
msgstr ""
msgid "Distances"
msgstr ""
msgid "Kilometers"
msgstr ""
msgid "Preferred unit for flight distances"
msgstr ""
msgid "Guest password"
msgstr ""
msgid "Gold Elite feature"
msgstr ""
msgid "Password protect your Private profile, so only friends and family can see it."
msgstr ""
msgid "Default view"
msgstr ""
msgid "Help"
msgstr ""
msgid "Display a screen of your choice instead of banner ads."
msgstr ""
msgid "Manage flights"
msgstr ""
msgid "Backup to CSV"
msgstr ""
msgid "Delete all flights"
msgstr ""
#, php-format
msgid "<%s>CSV</a> files can be opened and edited with spreadsheets like Excel."
msgstr ""
msgid "Change password"
msgstr ""
msgid "Current password"
msgstr ""
msgid "You only need to enter this if changing your password."
msgstr ""
msgid "New password"
msgstr ""
msgid "New password again"
msgstr ""
msgid "Sign me up!"
msgstr ""
msgid "Edit trip"
msgstr ""
msgid "Add trip"
msgstr ""
msgid "Could not load trip data."
msgstr ""
msgid "Web address <i>(optional)</i>"
msgstr ""
msgid "Trip privacy"
msgstr ""
msgid "Private (visible only to you)"
msgstr ""
msgid "Public (map and stats shared)"
msgstr ""
msgid "Open (all flight data shared)"
msgstr ""
msgid "OpenFlights URL"
msgstr ""
msgid "Not assigned yet"
msgstr ""
msgid "Save"
msgstr ""
msgid "Prem.Eco"
msgstr ""
msgid "Econ"
msgstr ""
msgid "P.Eco"
msgstr ""
msgid "Biz"
msgstr ""
msgid "1st"
msgstr ""
msgid "Leis."
msgstr ""
msgid "flight"
msgstr ""
msgid "train"
msgstr ""
msgid "road trip"
msgstr ""
msgid "ship"
msgstr ""
msgid "airline"
msgstr ""
msgid "railway"
msgstr ""
msgid "road transport"
msgstr ""
msgid "shipping"
msgstr ""
msgid "Segments"
msgstr ""
msgid "Mileage"
msgstr ""
msgid "Toggle pan and region select mode"
msgstr ""
msgid "Toggle overview map"
msgstr ""
msgid "My Flights"
msgstr ""
msgid "My Airports"
msgstr ""
msgid "Select this airport"
msgstr ""
msgid "List my flights"
msgstr ""
msgid "List routes"
msgstr ""
msgid "Flights:"
msgstr ""
msgid "Please enter a full date in year/month/date order, eg. 2008/10/30 for 30 October 2008. Valid formats include YYYY-MM-DD, YYYY/MM/DD, YYYY.MM.DD and YYYY MM DD."
msgstr ""
msgid "Please enter a valid source airport."
msgstr ""
msgid "Please enter a valid destination airport."
msgstr ""
msgid "'%1' not found in %2 database. Do you want to add it as a new %2 company?"
msgstr ""
msgid "Please enter times in 24-hour format with a colon between hour and minute, eg. 21:37 for 9:37 PM."
msgstr ""
msgid "Please enter flight duration as hours and minutes with a colon between hour and minute, eg. 5:37 for 5 hours, 37 minutes. You can blank the duration to have it recalculated automatically."
msgstr ""
msgid "Please enter flight distance as miles, with no fractional parts. You can blank the distance to have it re-calculated automatically."
msgstr ""
msgid "No trips"
msgstr ""
msgid "No trips. Add one? "
msgstr ""
msgid "All trips"
msgstr ""
msgid "All carriers"
msgstr ""
msgid "All"
msgstr ""
msgid "Unassigned flights"
msgstr ""
msgid "Recent flights on %1"
msgstr ""
msgid "Recently added flights"
msgstr ""
msgid "%1's flights on %2 in %3"
msgstr ""
msgid "%1's flights on %2"
msgstr ""
msgid "%1's flights in %2"
msgstr ""
msgid "%1's flights"
msgstr ""
msgid "Home"
msgstr ""
msgid "Not in a trip"
msgstr ""
msgid "segments"
msgstr ""
msgid "days"
msgstr ""
msgid "List all routes on this airline"