-
Notifications
You must be signed in to change notification settings - Fork 395
/
template.pot
2966 lines (1994 loc) · 82 KB
/
template.pot
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
#, php-format
msgid "OpenFlights: %s"
msgstr ""
msgid "About"
msgstr ""
msgid "Language"
msgstr ""
msgid "OpenFlights is a tool that lets you map your flights around the world, search and filter them in all sorts of interesting ways, calculate statistics automatically, and share your flights and trips with friends and the entire world (if you wish). It's also the name of the open-source project to build the tool. Read more about it in the <a href=\"faq\">FAQ</a>."
msgstr ""
msgid "Having completed its Alpha, Beta and Gamma test phases, OpenFlights is now in its Delta phase: all core functionality is implemented, but development on new features continues. If you'd like to be informed about major updates to the site, subscribe to <a href=\"https://blog.openflights.org\">our blog</a> or follow us on your favorite social networking/microblogging site:"
msgstr ""
msgid "Contact"
msgstr ""
msgid "<a href=\"https://github.com/jpatokal/openflights/issues\">Bug reports</a> and <a href=\"https://github.com/jpatokal/openflights/issues\">feature requests</a> should be filed on <a href=\"https://github.com/jpatokal/openflights\">GitHub</a>."
msgstr ""
msgid "To get in touch with the team behind OpenFlights, send mail to <i>info at openflights dot org</i>."
msgstr ""
msgid "Site statistics"
msgstr ""
msgid "Recent changes"
msgstr ""
msgid "See <a href=\"https://github.com/jpatokal/openflights/commits/master\">recent commits on Github</a>."
msgstr ""
msgid "Credits"
msgstr ""
msgid "Open-source packages used to create this software include:"
msgstr ""
msgid "Map tiles come from <a href='https://carto.com/'>CartoDB</a>, <a href='http://maps.stamen.com/'>Stamen</a> and <a href='https://www.mapbox.com/'>Mapbox</a>."
msgstr ""
msgid "Map data is provided by <a href='https://www.openstreetmap.org'>OSM</a>."
msgstr ""
msgid "Special thanks to the OpenFlights beta testing team of <a href=\"https://flyertalk.com\">FlyerTalk</a> users <b>FCYTravis</b>, <b>marc</b>, <b>sbm12</b> and <b>trsqr</b>."
msgstr ""
msgid "Creating and maintaining this database has required and continues to require an <i>immense amount</i> of work."
msgstr ""
msgid "Creating and maintaining this database has required and continues to require an <i>immense amount</i> of work, which is why it would cost you <i>over one thousand dollars</i> to buy it from a commercial supplier."
msgstr ""
msgid "We need your support to keep this database up-to-date: just click on the PayPal link to the right (Visa, MasterCard, American Express and Discover also accepted)."
msgstr ""
msgid "We suggest <b>US$50</b>, but any amount at all is welcome, and you may use the data for free if you feel that you are unable to pay."
msgstr ""
msgid "If you do donate, please specify in the comments if you would like a itemized receipt for business expense or tax purposes."
msgstr ""
msgid "Support OpenFlights"
msgstr ""
msgid "Small Donation"
msgstr ""
msgid "Small Donation $20.00 USD"
msgstr ""
msgid "Donation"
msgstr ""
msgid "Donation $50.00 USD"
msgstr ""
msgid "Combo Donation"
msgstr ""
msgid "Combo Donation $100.00 USD"
msgstr ""
msgid "The GitHub copy is only a sporadically updated static snapshot of the live OpenFlights database (see <a href=\"https://github.com/jpatokal/openflights/commits/master/data/airports.dat\">revision log</a>). If you would like an up-to-the-minute copy, or you would like your data filtered by any information available to us (eg. number of routes at the airport), do not hesitate to <a href=\"/about\">contact us</a>."
msgstr ""
msgid "Airport and airline data"
msgstr ""
msgid "Airport, airline and route data"
msgstr ""
msgid "Navigation: "
msgstr ""
msgid "Airport"
msgstr ""
msgid "Airline"
msgstr ""
msgid "Route"
msgstr ""
msgid "Plane"
msgstr ""
msgid "Country"
msgstr ""
msgid "Schedule"
msgstr ""
msgid "Other"
msgstr ""
msgid "License"
msgstr ""
msgid "Airport database"
msgstr ""
msgid "(click to enlarge)"
msgstr ""
msgid "As of January 2017, the OpenFlights Airports Database contains <b>over 10,000</b> airports, train stations and ferry terminals spanning the globe, as shown in the map above. Each entry contains the following information:"
msgstr ""
msgid "Airport ID"
msgstr ""
msgid "Unique OpenFlights identifier for this airport."
msgstr ""
msgid "Name"
msgstr ""
msgid "Name of airport. May or may not contain the <b>City</b> name."
msgstr ""
msgid "City"
msgstr ""
msgid "Main city served by airport. May be spelled differently from <b>Name</b>."
msgstr ""
msgid "Country or territory where airport is located. See <a href=\"#country\">Countries</a> to cross-reference to ISO 3166-1 codes."
msgstr ""
msgid "IATA"
msgstr ""
msgid "3-letter IATA code. Null if not assigned/unknown."
msgstr ""
msgid "ICAO"
msgstr ""
msgid "4-letter ICAO code.<br>Null if not assigned."
msgstr ""
msgid "Latitude"
msgstr ""
msgid "Decimal degrees, usually to six significant digits. Negative is South, positive is North."
msgstr ""
msgid "Longitude"
msgstr ""
msgid "Decimal degrees, usually to six significant digits. Negative is West, positive is East."
msgstr ""
msgid "Altitude"
msgstr ""
msgid "In feet."
msgstr ""
msgid "Timezone"
msgstr ""
msgid "Hours offset from UTC. Fractional hours are expressed as decimals, eg. India is 5.5."
msgstr ""
msgid "DST"
msgstr ""
msgid "Daylight savings time. One of E (Europe), A (US/Canada), S (South America), O (Australia), Z (New Zealand), N (None) or U (Unknown). <i>See also: <a target=\"_blank\" href=\"help/time.php\">Help: Time</a></i>"
msgstr ""
msgid "Tz database timezone"
msgstr ""
msgid "Timezone in <a href=\"https://en.wikipedia.org/wiki/Tz_database\">\"tz\" (Olson) format</a>, eg. \"America/Los_Angeles\"."
msgstr ""
msgid "Type"
msgstr ""
msgid "Type of the airport. Value \"airport\" for air terminals, \"station\" for train stations, \"port\" for ferry terminals and \"unknown\" if not known. <i>In airports.csv, only type=airport is included.</i>"
msgstr ""
msgid "Source"
msgstr ""
msgid "Source of this data. \"OurAirports\" for data sourced from <a href=\"https://ourairports.com/data/\">OurAirports</a>, \"Legacy\" for old data not matched to OurAirports (mostly DAFIF), \"User\" for unverified user contributions. <i>In airports.csv, only source=OurAirports is included.</i>"
msgstr ""
msgid "The data is UTF-8 encoded."
msgstr ""
msgid "<i>Note</i>: Rules for daylight savings time change from year to year and from country to country. The current data is an approximation for 2009, built on a country level. Most airports in DST-less regions in countries that generally observe DST (eg. AL, HI in the USA, NT, QL in Australia, parts of Canada) are marked incorrectly."
msgstr ""
msgid "Sample entries"
msgstr ""
msgid "Try it out: <a target=\"_blank\" href=\"html/apsearch\">Airport Search</a> (new window)"
msgstr ""
msgid "<i>Note</i>: The Airport Search window above is a part of <a href=\"https://openflights.org\">OpenFlights</a>. You will not be able to add or edit airports unless you are logged in."
msgstr ""
msgid "Download"
msgstr ""
msgid "To download the current data dump from <a href=\"https://github.com/jpatokal/openflights\">GitHub</a> as a very straightforward CSV (comma-separated value) file, suitable for use in spreadsheets etc., simply click below:"
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports.dat\">airports.dat</a> (Airports only, high quality)"
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports-extended.dat\">airports-extended.dat</a> (Airports, train stations and ferry terminals, including user contributions)"
msgstr ""
msgid "If you'd like an even more thorough database, with extensive coverage of airstrips, heliports and other places of less interest for commercial airline frequent flyers, do check out <a href=\"https://ourairports.com\">OurAirports</a>, whose public domain database covers over 40,000 places to fly from."
msgstr ""
msgid "Airline database"
msgstr ""
msgid "As of January 2012, the OpenFlights Airlines Database contains <b>5888</b> airlines. Each entry contains the following information:"
msgstr ""
msgid "Airline ID"
msgstr ""
msgid "Unique OpenFlights identifier for this airline."
msgstr ""
msgid "Name of the airline."
msgstr ""
msgid "Alias"
msgstr ""
msgid "Alias of the airline. For example, All Nippon Airways is commonly known as \"ANA\"."
msgstr ""
msgid "2-letter IATA code, if available."
msgstr ""
msgid "3-letter ICAO code, if available."
msgstr ""
msgid "Callsign"
msgstr ""
msgid "Airline callsign."
msgstr ""
msgid "Active"
msgstr ""
msgid "\"Y\" if the airline is or has until recently been operational, \"N\" if it is defunct. This field is <i>not</i> reliable: in particular, major airlines that stopped flying long ago, but have not had their IATA code reassigned (eg. Ansett/AN), will incorrectly show as \"Y\"."
msgstr ""
msgid "The data is UTF-8 encoded. The special value <b>\\N</b> is used for \"NULL\" to indicate that no value is available, and is understood automatically by MySQL if imported."
msgstr ""
msgid "<i>Notes</i>: Airlines with null codes/callsigns/countries generally represent user-added airlines. Since the data is intended primarily for current flights, defunct IATA codes are generally not included. For example, \"Sabena\" is not listed with a SN IATA code, since \"SN\" is presently used by its successor Brussels Airlines."
msgstr ""
msgid "Try it out: <a target=\"_blank\" href=\"html/alsearch\">Airline Search</a> (new window)"
msgstr ""
msgid "<i>Note</i>: The Airline Search window above is a part of <a href=\"https://openflights.org\">OpenFlights</a>. You will not be able to view, add or edit airline details unless you are logged in."
msgstr ""
msgid "To download the current data dump from <a href=\"https://github.com/jpatokal/openflights/\">GitHub</a> as a very straightforward CSV (comma-separated value) file, suitable for use in spreadsheets etc, simply click below:"
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/airlines.dat\">airlines.dat</a> (~400 KB)"
msgstr ""
msgid "Route database"
msgstr ""
msgid "Warning: The third-party that OpenFlights uses for route data ceased providing updates in June 2014. The current data is of historical value only."
msgstr ""
msgid "As of June 2014, the OpenFlights/Airline Route Mapper Route Database contains <b>67663</b> routes between <b>3321</b> airports on <b>548</b> airlines spanning the globe, as shown in the map above. Each entry contains the following information:"
msgstr ""
msgid "2-letter (IATA) or 3-letter (ICAO) code of the airline."
msgstr ""
msgid "Unique OpenFlights identifier for airline (see <a href=\"#airline\">Airline</a>)."
msgstr ""
msgid "Source airport"
msgstr ""
msgid "3-letter (IATA) or 4-letter (ICAO) code of the source airport."
msgstr ""
msgid "Source airport ID"
msgstr ""
msgid "Unique OpenFlights identifier for source airport (see <a href=\"#airport\">Airport</a>)"
msgstr ""
msgid "Destination airport"
msgstr ""
msgid "3-letter (IATA) or 4-letter (ICAO) code of the destination airport."
msgstr ""
msgid "Destination airport ID"
msgstr ""
msgid "Unique OpenFlights identifier for destination airport (see <a href=\"#airport\">Airport</a>)"
msgstr ""
msgid "Codeshare"
msgstr ""
msgid "\"Y\" if this flight is a codeshare (that is, not operated by <i>Airline</i>, but another carrier), empty otherwise."
msgstr ""
msgid "Stops"
msgstr ""
msgid "Number of stops on this flight (\"0\" for direct)"
msgstr ""
msgid "Equipment"
msgstr ""
msgid "3-letter codes for plane type(s) generally used on this flight, separated by spaces"
msgstr ""
msgid "Notes"
msgstr ""
msgid "Routes are directional: if an airline operates services from A to B and from B to A, both A-B and B-A are listed separately."
msgstr ""
msgid "Routes where one carrier operates both its own and codeshare flights are listed only once."
msgstr ""
msgid "Route maps for airports and airlines can be viewed by <a href=\"https://openflights.org/blog/2009/07/15/airline-route-maps-launched-metric-distances-available/\">searching for their names or code in the website's Search box</a>; alternatively, check out the <a href=\"/html/route-maps\">alphabetical list of all covered airports and airlines</a>."
msgstr ""
msgid "To download the current data dump from <a href=\"https://github.com/jpatokal/openflights\">GitHub</a> as a comma-delimited file, suitable for use in spreadsheets etc, simply click below:"
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/routes.dat\">routes.dat</a> (~2 MB)"
msgstr ""
msgid "Plane database"
msgstr ""
msgid "The OpenFlights plane database contains a curated selection of <b>173</b> passenger aircraft with IATA and/or ICAO codes, covering the vast majority of flights operated today and commonly used in flight schedules and reservation systems. Each entry contains the following information:"
msgstr ""
msgid "Full name of the aircraft."
msgstr ""
msgid "IATA code"
msgstr ""
msgid "Unique three-letter IATA identifier for the aircraft."
msgstr ""
msgid "ICAO code"
msgstr ""
msgid "Unique four-letter ICAO identifier for the aircraft."
msgstr ""
msgid "Aircraft with IATA but without ICAO codes are generally aircraft classes: for example, IATA \"747\" can be any type of Boeing 747, whereas IATA \"744\"/ICAO \"B744\" is specifically a Boeing 747-400."
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/planes.dat\">planes.dat</a> (~5 KB)"
msgstr ""
msgid "ountry database"
msgstr ""
msgid "The OpenFlights country database contains a list of <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1\">ISO 3166-1 country codes</a>, which can be used to look up the human-readable country names for the codes used in the Airline and Airport tables. Each entry contains the following information:"
msgstr ""
msgid "name"
msgstr ""
msgid "Full name of the country or territory."
msgstr ""
msgid "iso_code"
msgstr ""
msgid "Unique two-letter ISO 3166-1 code for the country or territory."
msgstr ""
msgid "dafif_code"
msgstr ""
msgid "FIPS country codes as used in DAFIF.Obsolete and primarily of historical interested."
msgstr ""
msgid "Some entries have DAFIF codes, but not ISO codes. These are primarily uninhabited islands without airports, and can be ignored for most purposes."
msgstr ""
msgid "Download: <a href=\"https://raw.githubusercontent.com/jpatokal/openflights/master/data/countries.dat\">countries.dat</a> (~5 KB)"
msgstr ""
msgid "Schedules (Timetables)"
msgstr ""
msgid "OpenFlights is currently considering launching an airline schedule (timetable) data service. Please register your interest by <a href=\"https://docs.google.com/forms/d/1KadfmOED90LHtUEOxA2oYW9nrN9ibqkz0oRVVogxM8A/viewform\">filling out this short survey</a>."
msgstr ""
msgid "OpenFlights can, on request, create customized versions of the images you see above. Options include higher resolution (suitable for printing), different backgrounds, filtering to highlight an airport or airline, etc. Please <a href=\"/about\">contact us</a> for a quote."
msgstr ""
msgid "OpenFlights offers only airport, airline and route data; we do <em>not</em> have any other data available. We also do not have historical data older than 2009."
msgstr ""
msgid "Some alternative commercial sources of data include:"
msgstr ""
msgid ": airfares"
msgstr ""
msgid ": flight tracking"
msgstr ""
msgid ": schedules, flight tracking, historical data"
msgstr ""
msgid "If you or a website you know of offers any of these for free, please <a href=\"/about\">let us know</a>!"
msgstr ""
msgid "Licensing and disclaimer"
msgstr ""
msgid "The OpenFlights Airport, Airline, Plane and Route Databases are made available under the <a href=\"https://opendatacommons.org/licenses/odbl/1-0/\">Open Database License</a>. Any rights in individual contents of the database are licensed under the <a href=\"http://opendatacommons.org/licenses/dbcl/1.0/\">Database Contents License</a>. In short, these mean that you are welcome to use the data as you wish, if and only if you <i>both</i> acknowledge the source <i>and</i> and license any derived works made available to the public with a free license as well."
msgstr ""
msgid "Licenses for commercial use of data or derived images are available on request. Most simple cases, for example use of an image within a book or other printed publication, are granted for a flat fee of US$100. Please <a href=\"/about\">contact us</a> for details."
msgstr ""
msgid "Airport data derived <a href=\"https://ourairports.com\">OurAirports</a> and DAFIF, as well as route data from <a href=\"http://arm.64hosts.com/\">Airline Route Mapper</a>, is in the public domain. Airline and plane data derived from Wikipedia may be subject to the <a href=\"http://www.gnu.org/copyleft/fdl.html\">GNU Free Documentation License</a>. Whether these databases pass the <a href=\"https://en.wikipedia.org/wiki/Threshold_of_originality\">threshold of originality</a> and are thus copyrightable in the United States is an open question, and OpenFlights does not assert the validity or lack thereof of such a claim."
msgstr ""
msgid "<b>This data is not suitable for navigation.</b> OpenFlights does not assume any responsibility whatsoever for its accuracy, and consequently assumes no liability whatsoever for results obtained or loss or damage incurred as a result of application of the data. OpenFlights expressly disclaims all warranties, expressed or implied, including but not limited to implied warranties of merchantability and fitness for any particular purpose."
msgstr ""
msgid "Any corrections will be <a href=\"/about\">gratefully received</a>."
msgstr ""
msgid "Sources"
msgstr ""
msgid "Airport base data was generated by from DAFIF (October 2006 cycle) and <a href=\"https://ourairports.com\">OurAirports</a>, plus timezone information from <a href=\"https://web.archive.org/web/20150407192035/http://www.earthtools.org/\">EarthTools</a>. All DST information was added manually. Significant revisions and additions made by the users of OpenFlights."
msgstr ""
msgid "Airline data was extracted directly from Wikipedia's gargantuan <a href=\"https://en.wikipedia.org/en/List_of_airlines\">List of airlines</a>."
msgstr ""
msgid "Plane data from <a href=\"https://en.wikipedia.org/wiki/List_of_ICAO_aircraft_type_designators\">List of ICAO aircraft type designators</a>."
msgstr ""
msgid "Significant revisions and additions made by the users of OpenFlights."
msgstr ""
msgid "Route data is maintained by and imported directly from <a href=\"http://arm.64hosts.com/\">Airline Route Mapper</a>. Duplicate entry removal and cross-referencing to airport/airline IDs by OpenFlights."
msgstr ""
msgid "<i>See also: <a target=\"_blank\" href=\"help/database.php\">Help: Database</a>"
msgstr ""
msgid "Donations and Elite Levels"
msgstr ""
msgid "True to our name, we at OpenFlights believe in open access — the functionality on our website, and the source code behind it, is free to all. However, hosting the site costs real money, and the ads alone aren't enough to pay our bills. Donations to help support the site are thus <b>very</b> much appreciated, and in addition to an Elite-level star on your profile and bragging rights, donors receive a few extra goodies."
msgstr ""
msgid "OpenFlights Elite levels"
msgstr ""
msgid "Cyan"
msgstr ""
msgid "Warning"
msgstr ""
msgid "Access to entire website and all functions; however, your pages may contain banner and full-page advertising. If you add <b>over 100 flights</b> or set your profile to <b>Private</b>, we figure you're using a little more than your fair share of site resources, so your profile will be tagged with a warning icon and you will receive reminders to consider donating when you log in."
msgstr ""
msgid "Free"
msgstr ""
msgid "Silver"
msgstr ""
msgid "Silver star"
msgstr ""
msgid "The cheapest way to soothe your conscience."
msgstr ""
msgid "No reminders or full-page ads when logging in."
msgstr ""
msgid "No warning icon on your profile."
msgstr ""
msgid "US$12/year"
msgstr ""
msgid "Gold"
msgstr ""
msgid "Gold star"
msgstr ""
msgid "This is where the action is. All Silver features, plus"
msgstr ""
msgid "Banner ads replaced with panel of your choice (Help, Top 10, Analyze)."
msgstr ""
msgid "Password-protect your private profile, so you can share it with friends."
msgstr ""
msgid "Dedicated mail address for support."
msgstr ""
msgid "US$24/year"
msgstr ""
msgid "Platinum"
msgstr ""
msgid "Platinum star"
msgstr ""
msgid "For connoisseurs of the finer things in life. All Gold features, plus"
msgstr ""
msgid "Priority handling for bug reports and feature requests."
msgstr ""
msgid "Access to future versions before public release."
msgstr ""
msgid "US$48/year"
msgstr ""
#, php-format
msgid "You are logged in as <b>%s</b>."
msgstr ""
msgid "Please <a href=\"/\">log in</a> before donating!"
msgstr ""
msgid "Our payments are processed through PayPal, but you do <i>not</i> need a PayPal account: Visa, MasterCard, American Express and Discover cards are also accepted. Please allow one business day for your elite status to be activated."
msgstr ""
msgid "Limited time offer"
msgstr ""
msgid "Submit OpenFlights to any website that sends over 1000 people our way, or any newspaper or magazine indexed on Google News, and we'll either give you a Silver status for a year or bump you up a level if you're already an elite member. Send your claim and the link as proof to us via <a href=\"/about\">Contact</a>, and we'll get back to you."
msgstr ""
msgid "Obligatory disclaimer"
msgstr ""
msgid "We have no intention of alienating our fans, but for the record: OpenFlights reserves the right to adjust elite level privileges in any way and grant or revoke elite level privileges for any user at any time for any reason. No refunds are possible, even if OpenFlights is temporarily not accessible or goes permanently offline."
msgstr ""
msgid "FAQ"
msgstr ""
msgid "Frequently Asked Questions (FAQ)"
msgstr ""
msgid "General"
msgstr ""
msgid "What is OpenFlights?"
msgstr ""
msgid "In a nutshell, it's a tool that lets you <b>map</b> your flights around the world, <b>search and filter</b> them in all sorts of interesting ways, calculate <b>statistics</b> automatically, and <b>share</b> the resulting maps with friends and the world. You can also check <b>airport route maps</b> for nearly every airport in the world and find out <b>what airlines fly where</b>."
msgstr ""
msgid "Airport route map"
msgstr ""
msgid "Airline route map"
msgstr ""
msgid "Google Earth visualization"
msgstr ""
msgid "What can I do with OpenFlights?"
msgstr ""
msgid "Quite a few things:"
msgstr ""
msgid "Track exactly how far you've flown and how much time you've spent sitting on a plane. (Quite a few of our members have been to the Moon and back, but nobody has yet reached Mars.)"
msgstr ""
msgid "See at a glance where you've been and where you're going."
msgstr ""
msgid "Rapidly search your flight history: now when did I go to the Bahamas, and on what airline?"
msgstr ""
msgid "Share your flights and trips with friends."
msgstr ""
msgid "Check where you can fly to from any airport, or any pair of airports. (<a href=\"https://openflights.org/blog/2009/06/26/route-mapping-the-world/\">Learn more</a>)"
msgstr ""
msgid "Check where you can fly to with any airline. (<a href=\"https://openflights.org/blog/2009/07/15/airline-route-maps-launched-metric-distances-available/\">Learn more</a>)"
msgstr ""
msgid "Coordinate flights for conferences and other events. (<a href=\"https://openflights.org/blog/2009/01/10/interesting-uses-of-openflights/\">Learn more</a>)"
msgstr ""
msgid "View your flights in gorgeous 3D with Google Earth and other visualization apps. (<a href=\"https://openflights.org/blog/2009/02/23/give-your-flights-a-spin-in-3d-on-google-earth/\">Learn more</a>)"
msgstr ""
msgid "Why is OpenFlights better than other similar services?"
msgstr ""
msgid "Well, as far as we know, there actually isn't anything <i>quite</i> like OpenFlights out there, but here are some things that separate us from the putative competition:"
msgstr ""
msgid "OpenFlights has a <b>dynamic map</b>. You can pan, zoom, select, scroll and explore all you like!"
msgstr ""
msgid "OpenFlights is <b>user-friendly and efficient</b>. Everything's on the same page!"
msgstr ""
msgid "OpenFlights <b>makes searching really easy</b>. Point and click!"
msgstr ""
msgid "OpenFlights has a <b>powerful filter</b>. Three clicks, and your map will show only Singapore Airlines flights in business class in 2007."
msgstr ""
msgid "OpenFlights <b>works in realtime</b>. Make any change, and you'll see it right then and there."
msgstr ""
msgid "OpenFlights supports <b>\"trips\"</b> (<a href=\"/help/trip.php\">read more</a>). You can join up any flights together into a trip, which you can then display on its own page and even share with friends."
msgstr ""
msgid "OpenFlights is <b>free in spirit</b>. We don't try to lock you in: it's easy to import your data <i>and</i> export copies for safekeeping."
msgstr ""
msgid "OpenFlights is <b>free software</b>. All our source code is licensed under the <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General Public License</a> and can be downloaded from <a href=\"https://github.com/jpatokal/openflights/\">GitHub</a>, so you can set up your own copy or just use the bits you like. <a href=\"data.php\">Airport, airline and route data</a> is freely available as well."
msgstr ""
msgid "OpenFlights <b>can be used anywhere</b>. No need to install any programs, synchronize data or take care of backups, just point your browser to the site."
msgstr ""
msgid "What browsers do you support?"
msgstr ""
msgid "Developed on Firefox and Chrome, seems to work for most (but not all) people on Internet Explorer and Safari as well. Unfortunately the site does <i>not</i> work well on tablets due to screen size limitations. If it works or breaks on anything else, please <a href=\"/about\">let us know</a>, and please do include your exact browser version, operating system and screen size."
msgstr ""
msgid "How much does it cost?"
msgstr ""
msgid "Using the website costs you <i>absolutely nothing</i>. However, our meager advertising revenue does not currently suffice even to pay for our bandwidth bills, so if you like the site, you're warmly encouraged to <a href=\"/donate\">donate and help keep the site running</a>. Donors receive \"Elite\" status with perks like no ads, password-protected private profiles, elite-level support, previews of upcoming features and more. See <a href=\"donate\">Donate</a> for more."
msgstr ""
msgid "Are you sure this thing will scale?"
msgstr ""
msgid "Yes! The heavy lifting of drawing the maps is handled by your browser, not any central server. The database is built to scale up and already has over 1,500,000 flights and routes loaded."
msgstr ""
msgid "How do I start punching in my own flights?"
msgstr ""
msgid "Just click on <a href=\"/html/settings?new=yes\">Sign up</a> and pick a username. Your account will be created instantly, no e-mail confirmation or other tiresome hassles needed."
msgstr ""
msgid "Features and bugs"
msgstr ""
msgid "Why do half the airports disappear when I scroll around from the Americas to Asia or vice versa?"
msgstr ""
msgid "This is a <a href=\"https://github.com/jpatokal/openflights/issues/2\">bug/missing feature</a> in the mapping system we're using. Sorry."
msgstr ""
msgid "Why aren't the flight paths smoothly curved, especially up near the poles"
msgstr ""
msgid "That would be hard to draw fast, so we cheat and chop them up, one segment per every 500 mi. Flights under 1000 mi are shown as straight lines."
msgstr ""
msgid "The distances for the statistics, though, are calculated correctly as <a href=\"https://en.wikipedia.org/wiki/Great-circle_distance\">great circle distances</a>."
msgstr ""
msgid "Are those flight time estimates accurate? Can I enter my own?"
msgstr ""
msgid "The site currently uses a really fancy formula to calculate them: \"30 min plus 1 hour per every 500 miles\". This seems to be a surprisingly good approximation for commercial flights (anything from 100 to 10000 mi)."
msgstr ""
msgid "And yes, you can enter your own flight times, either as arrival and departure times, in which case OpenFlights will figure out the duration taking into account timezones and DST, or directly into the duration box. See <a target=\"_blank\" href=\"/help/time.php\">Help: Time</a> for details."
msgstr ""
msgid "Why is my favorite airport/heliport/patch of grass missing?"
msgstr ""
msgid "If you can't find your airport right away, click on the <img src=\"/img/icon_plane-src.png\" height=17 width=17> or <img src=\"/img/icon_plane-dst.png\" height=17 width=17> icons to launch the advanced search. If you're looking for a decommissioned airport, you may need to use the ICAO code instead of the IATA code. For example, ATH points to Athens-Eleftherios Venizelos (LGAV), but you can still find Athens-Ellinikon as LGAT. If the main OpenFlights DB doesn't have it, try a search in the OurAirports database with the airport's name or ICAO code. If you find it in OurAirports, click <input type=\"button\" value=\"Load\" align=\"middle\"> to load its data, double-check that it all looks correct, and then <input type=\"button\" value=\"Save as new\" align=\"middle\"> to copy it over."
msgstr ""
msgid "If you still can't find it, you can click on <input type=\"button\" value=\"Add new airport\" align=\"middle\"> while creating a new flight to add your own airport. You can also enter heliports, landing strips and other informal airports which do not have IATA or ICAO codes, just leave the IATA/ICAO fields blank and click \"OK\" when warned about it."
msgstr ""
msgid "Why is the route map missing the Rutungu Airlines flight from Mambo-Jambo to Bingo-Bongo?"
msgstr ""
msgid "Our route data is provided by <a href=\"http://arm.64hosts.com/\">Airline Route Mapper</a>, please let them know your suggestions and corrections."
msgstr ""
msgid "Your calendar only goes back to 1970, how do I enter an earlier flight?"
msgstr ""
msgid "Just enter the date manually instead of using the calendar widget."
msgstr ""
msgid "How do I delete an airport/airline/trip that I no longer need?"
msgstr ""
msgid "For airports and airlines, just remove all flights using it, and it will stop appearing."
msgstr ""
msgid "To delete a trip, load it in the Trip editor and select Delete. Any flights still in that trip will be kept, they will just set as tripless."
msgstr ""
msgid "How do I share my flight map with friends?"
msgstr ""
msgid "Point them to <b>https://openflights.org/user/<i>yourname</i></b>. You can also click on <input type=\"button\" value=\"Settings\" align=\"middle\"> when logged in to find your address; this is particularly useful if your name has spaces or unusual characters."
msgstr ""
msgid "Example: <a href=\"https://openflights.org/user/jpatokal\">https://openflights.org/user/jpatokal</a>"
msgstr ""
msgid "If you have a blog or other website, or post to bulletin boards/forums, you can add an OpenFlights banner like this:"
msgstr ""
msgid "<a href=\"https://openflights.org/user/jpatokal\" target=\"_blank\"><img src=\"/banner/jpatokal.png\" width=400 height=70></a>"
msgstr ""
msgid "To get pre-generated banner code for blogs (HTML format) and for bulletin boards (phpBB), just log into your account and click on <input type=\"button\" value=\"Settings\" align=\"middle\">."
msgstr ""
msgid "Can my friends also edit my flights?"
msgstr ""
msgid "Yes, <i>if</i> you give them your password. You'd better trust them though, since they can now change all your settings and even delete your flights. While the system does not <i>officially</i> support being logged in as the same user from many places at once, in practice this is <i>unlikely</i> to cause problems."
msgstr ""
msgid "Something went wrong when I imported from FlightMemory!"
msgstr ""
msgid "This most often happens with airlines, since FlightMemory and OpenFlights do not render all company names in the same way. OpenFlights also uses current airline data, not historical, so e.g. SN123 will be mapped to \"Brussels Airlines\", not \"Sabena\". To keep the old airline names exactly the way you had them on FlightMemory, check <b>Keep historical airline names?</b> when importing."
msgstr ""
msgid "The other common source of headaches is unofficial airports like heliports and landing strips, which do not have IATA/ICAO codes. These have to be entered manually into OpenFlights using \"Add new airport\" <i>before</i> you can import. Note that the matching is done based on the <i>first word of the airport name</i>, so make sure the one in your data matches the one you enter exactly."
msgstr ""
msgid "If anything else goes wrong during importing, or if a current airline is being mapped wrong, it's a bug and we'd like to know about it. <a href=\"/about\">Drop us a line</a>, tell us exactly what went wrong, and (this is important) <i>give the \"Tmpfile\" value from the top of the import page</i>, so we can replicate it."
msgstr ""
msgid "You really need to implement cool feature X, and fix terrible bug Y, and do it <i>right now</i>!"
msgstr ""
msgid "Please check the <a href=\"https://github.com/jpatokal/openflights/issues\">GitHub issue tracker</a> to see if they're already reported, and add them if not. But remember, this is open source, so the best way to get anything done is to do it yourself! Bug reports from people who have <a href=\"/donate\">donated to the site</a> also get priority."
msgstr ""
msgid "You said feature X was implemented/bug Y was fixed yesterday, but I don't see it!"
msgstr ""
msgid "Your browser probably has an old version still in memory. Please hit Control-F5 to force it to reload the entire page."
msgstr ""
msgid "Technical jibber-jabber"
msgstr ""
msgid "Did you really code that map all by yourself?"
msgstr ""
msgid "No sir, the credit goes to <a href=\"https://openlayers.org\">OpenLayers</a>. We just added the fluff on top."
msgstr ""
msgid "And the rest of it?"
msgstr ""
msgid "JavaScript frontend chock full of AJAX-y goodness served off Nginx running on Ubuntu Linux, plus PHP scripts on the backend shifting through reams of data pulled from MySQL."
msgstr ""
msgid "Can I get a copy of your airport, airline or route data?"
msgstr ""
msgid "Yes! See <a href=\"/data\">Airport, airline and route data</a> for free downloads and more information."
msgstr ""
msgid "I want to export to/import from OpenFlights format. Where is your CSV specification?"
msgstr ""
msgid "Right here: <i><a href=\"/help/csv.php\">Help: CSV</a></i>. It's pretty straightforward, but <a href=\"/about\">let us know</a> if something is not working the way you expect."
msgstr ""
msgid "One common problem: OpenFlights exports special characters in UTF-8 format, which is not automatically recognized by some versions of Excel. Use the <i>Text Import Wizard</i> and specify \"Unicode (UTF-8)\", and they will import nicely."
msgstr ""
msgid "Can I use your images in my book/magazine article/annual report?"
msgstr ""
msgid "Yes, but commercial use requires a <a href=\"/data#license\">license</a>, please <a href=\"/about\">contact us</a> for details."
msgstr ""
msgid "Can I have an anonymized dump of flight data from OpenFlights or a customized installation for my airline/airport/website/other company?"
msgstr ""
msgid "We'd be delighted to work out a deal for consulting work, just <a href=\"/about\">drop us a line</a>."
msgstr ""
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 "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 "OpenFlights Map Help <small>— Didn't answer your question? Try the <a href=\"faq.php\" target=\"_blank\">FAQ</a>.</small>"
msgstr ""
msgid "<p><b>View airport</b>: Click on an airport <img src=\"/img/icon_plane-15x15.png\" height=15 width=15> to view details. Click on <img src=\"/img/close.gif\" height=17 width=17> or another airport to close the pop-up."
msgstr ""
msgid "<b>Move around</b>: Use <img src=\"/img/north-mini.png\" height=18 width=18><img src=\"/img/west-mini.png\" height=18 width=18><img src=\"/img/east-mini.png\" height=18 width=18><img src=\"/img/south-mini.png\" height=18 width=18> buttons (top left) or click and drag your mouse."
msgstr ""
msgid "<b>Zoom in/out</b>: Use <img src=\"/img/zoom-plus-mini.png\" height=18 width=18><img src=\"/img/zoom-minus-mini.png\" height=18 width=18>, roll your mouse wheel, or double-click on the point you want to zoom to. For the full world view, click <img src=\"/img/zoom-world-mini.png\" height=18 width=18>."
msgstr ""
msgid "<b>Select region</b>: While holding down Shift key, click on the map and draw a rectangle with your mouse."
msgstr ""
msgid "<b>Map options</b>: To choose your map type and what to show on it, click on the top right <img src=\"/img/layer-switcher-maximize.png\" height=18 width=18>."
msgstr ""
msgid "<b>Minimap</b>: To activate the mini-map control, click on bottom right <img src=\"/img/layer-switcher-maximize.png\" height=18 width=18>."
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 "Help: What is a trip?"
msgstr ""
msgid "Add new trip"
msgstr ""
msgid "Edit this trip"
msgstr ""
msgid "From"
msgstr ""
msgid "Help: How do I enter airports?"
msgstr ""