Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Localizable.strings « en.lproj « LocalizedStrings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4574af4be65cb45105f094e380848ca2d2f733f6 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
/**
 * Apple Strings File
 * Generated by Twine 0.10.1
 * Language: en
 */

/********** Strings **********/

/* About button text (should be short) */
"about" = "About";

/* Button text (should be short) */
"back" = "Back";

/* Button text (should be short) */
"cancel" = "Cancel";

/* Button which interrupts country download */
"cancel_download" = "Cancel Download";

/* Button which deletes downloaded country */
"delete" = "Delete";

/* Button to dismiss dialog forever */
"do_not_ask_me_again" = "Do not ask me again";

/* Button "do not interrupt download" if user touched actively downloading country */
"do_nothing" = "Continue";

"download_maps" = "Download Maps";

/* Settings/Downloader - Download confirmation button */
"download_x_kb" = "Download %qu kB";

/* Settings/Downloader - Download confirmation button */
"download_x_mb" = "Download %qu MB";

/* Settings/Downloader - info for country when download fails */
"download_has_failed" = "Download has failed. Touch to try again.";

/* Settings/Downloader - info for downloaded country */
"downloaded_x_y_touch_to_delete" = "Downloaded (%1$qu %2$@), touch to delete";

/* Settings/Downloader - country info current download progress */
"downloading_x_touch_to_cancel" = "Downloading %qu%%, touch to cancel";

/* Settings/Downloader - info for country which started downloading */
"downloading" = "Downloading…";

"get_it_now" = "Get it now";

/* Text to show occasionaly with a proposal to Like our program on Facebook */
"share_on_facebook_text" = "Thank you for using MAPS.ME! Do you like the app? Tell your friends about it! This is the best thanks you could give us.";

/* Settings/Downloader - size string, only strings different from English should be translated */
"kb" = "kB";

/* Choose measurement on first launch alert - choose metric system button */
"kilometres" = "Kilometers";

/* Leave Review dialog - Review button */
"leave_a_review" = "Leave a Review";

/* View and button titles for accessibility */
"maps" = "Maps";

/* View and button titles for accessibility */
"downloader_maps" = "Maps:";

/* Settings/Downloader - info for country in the download queue */
"marked_for_downloading" = "Marked for downloading, touch to cancel";

/* Settings/Downloader - size string, only strings different from English should be translated */
"mb" = "MB";

"gb" = "GB";

/* Choose measurement on first launch alert - choose imperial system button */
"miles" = "Miles";

/* View and button titles for accessibility */
"my_position" = "My Position";

"ok" = "OK";

/* Settings/Downloader - No free space dialog message */
"free_disk_space_for_country_x" = "Please free some space on your device first in order to download %@";

/* Leave Review dialog - Not now button (remind me later) */
"remind_me_later" = "Remind me later";

/* Update maps later/Buy pro version later button text */
"later" = "Later";

/* Don't show some dialog any more */
"never" = "Never";

/* Leave Review dialog - Complain button (goes to support site) */
"report_an_issue" = "Report an issue";

/* View and button titles for accessibility */
"search" = "Search";

/* Search box placeholder text */
"search_map" = "Search Map";

/* Settings/Downloader - info for not downloaded country */
"touch_to_download" = "Touch to download";

/* Settings/Downloader - 3G download warning dialog confirm button */
"use_cellular_data" = "Yes";

/* Settings/Downloader - No internet connection dialog message */
"use_wifi_recommendation_text" = "We recommend using WiFi to download large maps";

/* Choose measurement on first launch alert - title */
"which_measurement_system" = "Which measurement system do you prefer?";

/* Location services are disabled by user alert - message */
"location_is_disabled_long_text" = "You currently have all Location Services for this device or application disabled. Please enable them in Settings.";

/* Location Services are not available on the device alert - message */
"device_doesnot_support_location_services" = "Your device doesn't support Location Services";

/* View and button titles for accessibility */
"zoom_to_country" = "Show on the map";

/* Message to display at the center of the screen when the country is added to the downloading queue */
"country_status_added_to_queue" = "^\nis added to the download queue.";

/* Message to display at the center of the screen when the country is downloading */
"country_status_downloading" = "Downloading\n^\n^";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download" = "Download Map\n(^ ^)";

/* Button text for the button at the center of the screen when the country is not downloaded and the size should not be shown */
"country_status_download_without_size" = "Download Map";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download_without_routing" = "Download map\nwithout routing (^ ^)";

/* Message to display at the center of the screen when the country download has failed */
"country_status_download_failed" = "Download has failed";

/* Button text for the button under the country_status_download_failed message */
"try_again" = "Try Again";

"app_name" = "MAPS.ME";

"about_menu_title" = "About MAPS.ME";

"downloading_touch_to_cancel" = "Downloading %d%%, touch to cancel";

"downloaded_touch_to_delete" = "Downloaded (%@), touch to delete";

"connection_settings" = "Connection Settings";

"download_mb_or_kb" = "Download %@";

"close" = "Close";

"unsupported_phone" = "The app requires hardware accelerated OpenGL. Unfortunately, your device is not supported.";

"download" = "Download";

"external_storage_is_not_available" = "SD card/USB storage with downloaded maps is not available";

"disconnect_usb_cable" = "Please disconnect USB cable or insert memory card to use MAPS.ME";

"not_enough_free_space_on_sdcard" = "Please free up some space on the SD card/USB storage first in order to use the app";

"not_enough_memory" = "Not enough memory to launch app";

"free_space_for_country" = "Please free %1$@ on your device first in order to download %2$@";

"download_resources" = "Before you start using the app, allow us to download the general world map to your device.\nIt will use %@ of storage.";

"getting_position" = "Getting current position";

"download_resources_continue" = "Go to Map";

"downloading_country_can_proceed" = "Downloading %@. You can now\nproceed to the map.";

"download_country_ask" = "Download %@?";

"update_country_ask" = "Update %@?";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_proposal" = "You can download the map\nof your current location.";

/* REMOVE THIS_STRING AFTER REFACTORING */
"download_location_update_map_proposal" = "You can update the map\nof your current location.";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_up_to_date" = "The map of your current\nlocation (%@) is up-to-date.";

/* REMOVE THIS STRING AFTER REFACTORING */
"pause" = "Pause";

/* REMOVE THIS STRING AFTER REFACTORING */
"continue_download" = "Continue";

"downloaded_touch_to_update" = "Downloaded (%@), touch to update or delete";

"update_mb_or_kb" = "Update %@";

/* Show popup notification when we have downloaded countries without search (from Lite version) */
"search_update_maps" = "You need updated maps for search function:";

/* Show popup notification on app start when we have out-of-date maps */
"advise_update_maps" = "Update available for the following maps:";

/* Show popup notification in Pro version that Lite can be deleted */
"suggest_uninstall_lite" = "You don't need MAPS.ME Lite any more, so you can uninstall it.";

/* Show popup notification on top of the map when country was downloaded. */
"download_country_success" = "%@ downloaded successfully";

/* Show popup notification on top of the map when country download has failed. */
"download_country_failed" = "%@ download has failed";

/* Add New Bookmark Set dialog title */
"add_new_set" = "Add New Set";

/* Place Page - Add To Bookmarks button */
"add_to_bookmarks" = "Add to Bookmarks";

/* Bookmark Color dialog title */
"bookmark_color" = "Bookmark Color";

/* Add Bookmark Set dialog - hint when set name is empty */
"bookmark_set_name" = "Bookmark Set Name";

/* Bookmark Sets dialog title */
"bookmark_sets" = "Bookmark Sets";

/* Bookmarks - dialog title */
"bookmarks" = "Bookmarks";

/* Add bookmark dialog - bookmark color */
"color" = "Color";

/* Default bookmarks set name */
"my_places" = "My Places";

/* Add bookmark dialog - bookmark name */
"name" = "Name";

/* Editor title above street and house number */
"address" = "Address";

/* Place Page - Remove Pin button */
"remove_pin" = "Remove Pin";

/* Add bookmark dialog - bookmark set, Bookmarks dialog - Bookmark set cell */
"set" = "Set";

/* Text hint in Bookmarks dialog when no any bookmarks are added */
"bookmarks_usage_hint" = "You have no bookmarks yet.\nTap on any place on the map to add a bookmark.\nBookmarks from other sources can also be imported and displayed in MAPS.ME. Open KML/KMZ file with saved bookmarks from email, Dropbox or weblink.";

/* Text hint in Bookmarks dialog when at least one bookmark is added */
"bookmarks_usage_hint_import_only" = "Bookmarks from other sources can be imported and displayed in MAPS.ME. Open a KML/KMZ file with saved bookmarks from email, Dropbox or a weblink.";

/* Settings button in system menu */
"settings" = "Settings";

/* Header of settings activity where user defines storage path */
"maps_storage" = "Maps storage";

/* Detailed description of Maps Storage settings button */
"maps_storage_summary" = "Select the place where maps should be downloaded to";

/* Question dialog for transferring maps from one storage to another */
"move_maps" = "Move maps?";

/* Ask to wait user several minutes (some long process in modal dialog). */
"wait_several_minutes" = "This can take several minutes.\nPlease wait…";

/* Show bookmarks from this category on a map or not */
"visible" = "Visible";

/* Toast which is displayed when GPS has been deactivated */
"gps_is_disabled_long_text" = "GPS is disabled. Please enable it in Settings.";

/* Measurement units title in settings activity */
"measurement_units" = "Measurement units";

/* Detailed description of Measurement Units settings button */
"measurement_units_summary" = "Choose between miles and kilometers";

/* Do search in all sources */
"search_mode_all" = "Everywhere";

/* Do search near my position only */
"search_mode_nearme" = "Near Me";

/* Do search in current viewport only */
"search_mode_viewport" = "On the Screen";

/* Search Suggestion */
"food" = "Food";

/* Search Suggestion */
"transport" = "Transport";

/* Search Suggestion */
"fuel" = "Gas";

/* Search Suggestion */
"parking" = "Parking";

/* Search Suggestion */
"shop" = "Shop";

/* Search Suggestion */
"hotel" = "Hotel";

/* Search Suggestion */
"tourism" = "Sights";

/* Search Suggestion */
"entertainment" = "Entertainment";

/* Search Suggestion */
"atm" = "ATM";

/* Search Suggestion */
"bank" = "Bank";

/* Search Suggestion */
"pharmacy" = "Pharmacy";

/* Search Suggestion */
"hospital" = "Hospital";

/* Search Suggestion */
"toilet" = "Toilet";

/* Search Suggestion */
"post" = "Post";

/* Search Suggestion */
"police" = "Police";

/* String in search result list, when nothing found */
"no_search_results_found" = "No results found";

/* Notes field in Bookmarks view */
"description" = "Notes";

/* Button text */
"share_by_email" = "Share by email";

/* Email Subject when sharing bookmarks category */
"share_bookmarks_email_subject" = "MAPS.ME bookmarks were shared with you";

/* Email text when sharing bookmarks category */
"share_bookmarks_email_body" = "Hello!\n\nAttached are my bookmarks from MAPS.ME offline maps. Please open them if you have MAPS.ME installed. Or, if you don't, download the app for your iOS or Android device by following this link: http://maps.me/get?kmz\n\nEnjoy traveling with MAPS.ME!";

/* message title of loading file */
"load_kmz_title" = "Loading Bookmarks";

/* Kmz file successful loading */
"load_kmz_successful" = "Bookmarks loaded successfully! You can find them on the map or on the Bookmarks Manager screen.";

/* Kml file loading failed */
"load_kmz_failed" = "Bookmarks upload failed. The file may be corrupted or defective.";

/* resource for context menu */
"edit" = "Edit";

/* Warning message when doing search around current position */
"unknown_current_position" = "Your location hasn't been determined yet";

/* Warning message when location country isn't downloaded during search (see also download_location_map_proposal). */
"download_location_country" = "Download the map of your current location (%@)";

/* Warning message when viewport country isn't downloaded during search */
"download_viewport_country_to_search" = "Download the country you are searching on (%@)";

/* Alert message that we can't run Map Storage settings due to some reasons. */
"cant_change_this_setting" = "Sorry, Map Storage settings are currently disabled.";

/* Alert message that downloading is in progress. */
"downloading_is_active" = "Map download is in progress now.";

/* Message that will be shown in alert view, when we ask user to leave review on App Store */
"appStore_message" = "Hope you enjoy using MAPS.ME! If so, please rate or review the app at the App Store. It takes less than a minute but can really help us. Thanks for your support!";

/* No, thanks */
"no_thanks" = "No, thanks";

/* Share one specific bookmark using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"bookmark_share_sms" = "Hey, check out my pin at MAPS.ME! %1$@ or %2$@ Don't have offline maps installed? Download here: http://maps.me/get";

/* Share my position using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link WITHOUT NAME. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"my_position_share_sms" = "Hey, check out my current location in MAPS.ME! %1$@ or %2$@ Don't have offline maps? Download here: http://maps.me/get";

/* Subject for emailed bookmark */
"bookmark_share_email_subject" = "Hey, check out my pin in MAPS.ME!";

/* Share one specific bookmark using EMail, %1$@ is bookmark's name, %2$@ is ge0:// link and %3$@ http://ge0.me */
"bookmark_share_email" = "Hi,\n\nI pinned: %1$@ on the MAPS.ME offline map of the world. Click this link %2$@ or this one %3$@ to see the place on the map.\n\nThanks.";

/* Subject for emailed position */
"my_position_share_email_subject" = "Hey, check out my current location on the MAPS.ME map!";

/* Share my position using EMail, %1$@ is ge0:// and %2$@ is http://ge0.me link WITHOUT NAME */
"my_position_share_email" = "Hi,\n\nI'm here now: %1$@. Click this link %2$@ or this one %3$@ to see the place on the map.\n\nThanks.";

/* Android share by Message/SMS button text (including SMS) */
"share_by_message" = "Share by message";

/* Share button text which opens menu with more buttons, like Message, EMail, Facebook etc. */
"share" = "Share";

/* iOS share by Message button text (including SMS) */
"message" = "Message";

/* Share by email button text, also used in editor. */
"email" = "Email";

/* Copy Link */
"copy_link" = "Copy Link";

/* Text for the button that returns to caller application */
"more_info" = "Show More Info";

/* Text for message when used successfully copied something */
"copied_to_clipboard" = "Copied to clipboard: %1$@";

/* Setting label for statistics turn on/off */
"allow_statistics" = "Send Statistics";

/* place preview title */
"info" = "Info";

/* Used for bookmark editing */
"done" = "Done";

/* Summary for preferences in MWM */
"yopme_pref_summary" = "Choose Back Screen settings";

/* Title for yopme preferences in MWM */
"yopme_pref_title" = "Back Screen Settings";

/* Hint for upper-right icon p2b */
"show_on_backscreen" = "Show on Back screen";

/* Prints version number in About dialog */
"version" = "Version: %@";

/* Data version in «About» screen */
"data_version" = "Data version: %d";

/* Confirmation in downloading countries dialog */
"are_you_sure" = "Are you sure you want to continue?";

/* Title for tracks category in bookmarks manager */
"tracks" = "Tracks";

/* Length of track in cell that describes route */
"length" = "Length";

"share_my_location" = "Share My Location";

"menu_search" = "Search";

/* Settings general group in settings screen */
"prefs_group_general" = "General settings";

/* Settings information group in settings screen */
"prefs_group_information" = "Information";

/* Settings screen: "Map" category title */
"prefs_group_map" = "Map";

/* Settings screen: "Miscellaneous" category title */
"prefs_group_misc" = "Miscellaneous";

"prefs_group_route" = "Navigation";

"pref_zoom_title" = "Zoom buttons";

"pref_zoom_summary" = "Display on the map";

/* Settings «Map» category: «Night style» title */
"pref_map_style_title" = "Night Mode";

/* «Map style» entry value */
"pref_map_style_default" = "Off";

/* «Map style» entry value */
"pref_map_style_night" = "On";

/* «Map style» entry value */
"pref_map_style_auto" = "Auto";

/* Settings «Map» category: «Perspective view» title */
"pref_map_3d_title" = "Perspective view";

/* Settings «Map» category: «3D buildings» title */
"pref_map_3d_buildings_title" = "3D buildings";

/* Settings «Map» category: «3D buildings» summary */
"pref_map_3d_buildings_subtitle" = "Affects battery life";

/* Settings «Route» category: «Tts enabled» title */
"pref_tts_enable_title" = "Voice Instructions";

/* Settings «Route» category: «Tts language» title */
"pref_tts_language_title" = "Voice Language";

/* Settings «Route» category: «Tts unavailable» subtitle */
"pref_tts_unavailable" = "Not Available";

/* Title for "Other" section in TTS settings. */
"pref_tts_other_section_title" = "Other";

"pref_tts_how_to_set_up_voice" = "How to set up voice";

/* Settings «Map» category: «Record track» title */
"pref_track_record_title" = "Recent track";

"pref_map_auto_zoom" = "Auto zoom";

"duration_disabled" = "Off";

"duration_1_hour" = "1 hour";

"duration_2_hours" = "2 hours";

"duration_6_hours" = "6 hours";

"duration_12_hours" = "12 hours";

"duration_1_day" = "1 day";

"recent_track_help_text" = "Please note: activation of this function causes increased battery usage.";

"pref_track_ios_caption" = "Recent track shows your traveled path.";

"pref_track_ios_subcaption" = "Please select the time range of saving the track.";

"placepage_distance" = "Distance";

"placepage_coordinates" = "Coordinates";

"placepage_unsorted" = "Unsorted";

"search_show_on_map" = "View on map";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_ok" = "Map data storage has been optimized. Please restart the app.\n\nThe MapsWithMe folder in the SD card root folder is not needed anymore. You can delete it.";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_failed" = "Due to changes in Android 4.4, we need to optimize the map data storage, but there is not enough space to copy map data.\n\nPlease free up some memory, otherwise maps will only be available in read-only mode.";

/* Used to warn user when fixing KitKat issue */
"bookmark_move_fail" = "We need to move your bookmarks to internal memory, but there is no available space for them. Please free up the memory, otherwise bookmarks won’t be available.";

/* Used to warn user when fixing KitKat issue */
"kitkat_optimization_in_progress" = "Your map storage is being optimized now. Please wait. It may take a few minutes.";

/* Used in More Apps menu */
"free" = "Free";

/* Used in More Apps menu */
"buy" = "Buy";

/* 1st search button-like result */
"search_on_map" = "Search on map";

/* toast with an error */
"no_route_found" = "No route found";

/* route title */
"route" = "Route";

/* category title */
"routes" = "Routes";

/* Show on first launch. */
"maps_licence_info" = "This applications uses geographical data (including maps, business listings, points of interest, borders of countries and regions, etc.) taken from the OpenStreetMap project. We do not warrant any consistency, accuracy, completeness or applicability of the OpenStreetMap data.";

/* Show on first launch. */
"agree" = "I agree";

/* Show on first launch */
"disagree" = "I disagree";

/* text of notification */
"download_map_notification" = "Download the map of the place where you are";

/* text of notification */
"pro_version_is_free_today" = "Full version of MAPS.ME is free today! Download now and tell your friends.";

/* Dialog for transferring maps from lite to pro. */
"move_lite_maps_to_pro" = "We are transferring your downloaded maps from MAPS.ME Lite to MAPS.ME. It may take a few minutes.";

/* Message to display when maps moved. */
"move_lite_maps_to_pro_ok" = "Your downloaded maps are successfully transferred to MAPS.ME.";

/* Message to display when maps move failed. */
"move_lite_maps_to_pro_failed" = "Your maps failed to transfer. Please delete MAPS.ME Lite and download the maps again.";

/* Text in menu */
"settings_and_more" = "Settings & More";

/* Text in menu */
"website" = "Website";

/* Text in menu */
"maps_me_community" = "MAPS.ME Community";

/* Text in menu */
"like_on_facebook" = "Like on Facebook";

/* Text in menu */
"follow_on_twitter" = "Follow on Twitter";

/* Text in menu */
"contact_us" = "Contact us";

/* Settings: Send feedback button and dialog title */
"feedback" = "Feedback";

/* Text in menu */
"subscribe_to_news" = "Subscribe to our newsletter";

/* Text in menu */
"rate_the_app" = "Rate the app";

/* Text in menu */
"help" = "Help";

/* Text in menu */
"copyright" = "Copyright";

/* Text in menu */
"report_a_bug" = "Report a bug";

/* Email subject */
"subscribe_me_subject" = "Please subscribe me to the MAPS.ME newsletter";

/* Email body */
"subscribe_me_body" = "I want to be the first to learn about the latest news, app updates, and promotions. I understand that I can cancel my subscription at any time.";

/* About text */
"about_text" = "MAPS.ME offers the fastest offline maps of all the cities, all countries of the world. Travel with full confidence: wherever you are, MAPS.ME helps to locate yourself on the map, find the nearest restaurant, hotel, bank, gas station etc. It doesn’t require internet connection.\n\nWe are always working on new features and would love to hear from you on how you think we could improve MAPS.ME. If you have any problems with the app, don't hesitate to contact us at support@maps.me. We respond to every request!\n\nDo you like MAPS.ME and want to support us? There are some simple and absolutely free ways:\n\n- post a review at your App Market\n- like our Facebook page http://www.facebook.com/mapswithme\n- or just tell about MAPS.ME to your mom, friends and colleagues :)\n\nThank you for being with us. We appreciate your support very much!\n\nP.S. We take map data from OpenStreetMap, a mapping project similar to Wikipedia, which allows users to create and edit maps. If you see something is missing or wrong on the map, you can correct the maps directly at http://openstreetmap.org, and your changes will appear in MAPS.ME app with the next version release.";

/* Alert text */
"email_error_body" = "The email client has not been set up. Please configure it or use any other way to contact us at %@";

/* Alert title */
"email_error_title" = "Mail sending error";

/* Settings item title */
"pref_calibration_title" = "Compass calibration";

/* Search Suggestion */
"wifi" = "WiFi";

/* Update map suggestion */
"routing_map_outdated" = "Please update the map to create a route";

/* Update maps suggestion */
"routing_update_maps" = "The new version of MAPS.ME allows creating routes from your current position to a destination point. Please update maps to use this feature.";

/* Update all button text */
"downloader_update_all_button" = "Update All";

/* Cancel all button text */
"downloader_cancel_all" = "Cancel All";

/* Downloaded maps category */
"downloader_downloaded_subtitle" = "Downloaded";

/* Downloaded maps category */
"downloader_available_maps" = "Available";

/* Country queued for download */
"downloader_queued" = "queued";

"downloader_near_me_subtitle" = "Near me";

"downloader_status_maps" = "Maps";

"downloader_download_all_button" = "Download All";

"downloader_downloading" = "Downloading:";

"downloader_search_results" = "Found";

/* Disclaimer message */
"routing_disclaimer" = "Creating routes in MAPS.ME app, please keep in mind the following:\n\n  - Suggested routes can be considered as recommendations only.\n - Road conditions, traffic rules and signs have higher priority than navigation advice.\n - The map may be incorrect or outdated, and routes may not be created the best possible way.\n\n  Be safe on roads and take care of yourself!";

/* Outdated maps category */
"downloader_outdated_maps" = "Outdated";

/* Up to date maps category */
"downloader_uptodate_maps" = "Up-to-date";

/* Status of outdated country in the list */
"downloader_status_outdated" = "Update";

/* Status of failed country in the list */
"downloader_status_failed" = "Failed";

/* Displayed in a dialog that appears when a user tries to delete a map while the app is in the follow route mode */
"downloader_delete_map_while_routing_dialog" = "To delete map, please stop navigation.";

/* Show when user try build route, but we don't know where he */
"routing_failed_unknown_my_position" = "Current location is undefined. Please specify location to create route.";

/* Show if use has not routing file, or InconsistentMWMandRoute */
"routing_failed_has_no_routing_file" = "Additional data is required to create the route. Download data now?";

/* StartPointNotFound */
"routing_failed_start_point_not_found" = "Cannot calculate the route. No roads near your starting point.";

/* EndPointNotFound */
"routing_failed_dst_point_not_found" = "Cannot calculate the route. No roads near your destination.";

/* PointsInDifferentMWM */
"routing_failed_cross_mwm_building" = "Routes can only be created that are fully contained within a map of a single region.";

/* RouteNotFound */
"routing_failed_route_not_found" = "There is no route found between the selected origin and destination. Please select a different start or end point.";

/* InternalError */
"routing_failed_internal_error" = "Internal error occurred. Please try to delete and download the map again. If the problem persists, please contact us at support@maps.me.";

/* Context menu item for downloader. */
"downloader_download_map_and_routing" = "Download Map + Routing";

/* Context menu item for downloader. */
"downloader_download_routing" = "Download Routing";

/* Context menu item for downloader. */
"downloader_delete_routing" = "Delete Routing";

/* Context menu item for downloader. */
"downloader_download_map" = "Download map";

"downloader_download_map_no_routing" = "Download map without routing";

/* Button for routing. */
"routing_go" = "Go!";

/* Item status in downloader. */
"downloader_retry" = "Retry";

/* Item in context menu. */
"downloader_map_and_routing" = "Map + Routing";

/* Item in context menu. */
"downloader_delete_map" = "Delete Map";

/* Item in context menu. */
"downloader_update_map" = "Update Map";

/* Item in context menu. */
"downloader_update_map_and_routing" = "Update Map + Routing";

/* Item in context menu. */
"downloader_map_only" = "Map Only";

/* Toolbar title */
"toolbar_application_menu" = "Application menu";

/* Preference text */
"pref_use_google_play" = "Use Google Play Services to determine your current location";

/* Text for rating dialog */
"rating_just_rated" = "I’ve just rated your app";

/* Text for rating dialog */
"rating_user_since" = "I’ve been a MAPS.ME user since %@";

/* Text for rating dialog */
"rating_do_like_maps" = "Do you like MAPS.ME?";

/* Text for rating dialog */
"rating_tap_star" = "Tap a star to rate our app.";

/* Text for rating dialog */
"rating_thanks" = "Thank you!";

/* Text for rating dialog */
"rating_share_ideas" = "Share any ideas or issues so we can improve the app for you.";

/* Text for rating dialog */
"rating_send_feedback" = "Send feedback";

/* Text for g+ dialog */
"rating_google_plus" = "Click g+ to tell your friends about the app.";

/* Text for routing error dialog */
"routing_download_maps_along" = "Download all of the maps along your route";

/* Text for routing error dialog */
"routing_download_map" = "Get map";

/* Text for routing error dialog */
"routing_download_map_and_routing" = "Download updated map and routing data to get all MAPS.ME features.";

/* Text for routing error dialog */
"routing_get_routing_data" = "Get routing data";

/* Text for routing error dialog */
"routing_get_additional_data" = "Additional data required to create routes from your location.";

/* Text for routing error dialog */
"routing_requires_all_map" = "In order to create a route, we need to download and update all the maps from your location to your destination.";

/* Text for routing error dialog */
"routing_not_enough_space" = "Not enough space";

/* Text for routing error dialog */
"routing_download_more_than_avail" = "You need to download %@ MB, but only %@ MB are available.";

/* Text for routing error dialog */
"routing_download_roaming" = "You are going to download %@ MB using Mobile Data (in Roaming). This may result in additional charges, depending on your operator mobile data plan.";

/* bookmark button text */
"bookmark" = "bookmark";

/* map is not downloaded */
"not_found_map" = "The map for your location is not downloaded";

/* location service disabled */
"enable_location_services" = "Please enable Location Services";

/* download map */
"download_map" = "Download the map for your location";

/* download map on iPhone */
"download_map_iphone" = "Download a current location map on your iPhone";

/* clear pin */
"nearby" = "Nearby";

/* clear pin */
"clear_pin" = "Clear Pin";

/* location is undefined */
"undefined_location" = "Current location is undefined.";

/* download country of your location */
"download_country" = "Download the country of your current location";

/* download failed */
"download_failed" = "download has failed";

/* get the map */
"get_the_map" = "Get the map";

"save" = "Save";

"edit_description_hint" = "Your descriptions (text or html)";

"new_group" = "new group";

"create" = "create";

/* red color */
"red" = "Red";

/* yellow color */
"yellow" = "Yellow";

/* blue color */
"blue" = "Blue";

/* green color */
"green" = "Green";

/* purple color */
"purple" = "Purple";

/* orange color */
"orange" = "Orange";

/* brown color */
"brown" = "Brown";

/* pink color */
"pink" = "Pink";

/* Wi-Fi available */
"WiFi_available" = "Yes";


/********** Routing dialogs strings **********/

"dialog_routing_disclaimer_title" = "When following the route, please keep in mind:";

"dialog_routing_disclaimer_priority" = "— Road conditions, traffic laws, and road signs always take priority over the navigation hints;";

"dialog_routing_disclaimer_precision" = "— The map might be inaccurate, and the suggested route might not always be the most optimal way to reach the destination;";

"dialog_routing_disclaimer_recommendations" = "— Suggested routes should only be understood as recommendations;";

"dialog_routing_disclaimer_borders" = "— Exercise caution with routes in border zones: the routes created by our app may sometimes cross country borders in unauthorized places.";

"dialog_routing_disclaimer_beware" = "Please stay alert and safe on the roads!";

"dialog_routing_check_gps" = "Check GPS signal";

"dialog_routing_error_location_not_found" = "Unable to create route. Current GPS coordinates could not be identified.";

"dialog_routing_location_turn_wifi" = "Please check your GPS signal. Enabling Wi-Fi will improve your location accuracy.";

"dialog_routing_location_turn_on" = "Enable location services";

"dialog_routing_location_unknown_turn_on" = "Unable to locate current GPS coordinates. Enable location services to calculate route.";

"dialog_routing_location_unknown" = "Unable to locate current GPS coordinates.";

"dialog_routing_download_files" = "Download required files";

"dialog_routing_download_and_update_all" = "Download and update all map and routing information along the projected path to calculate route.";

"dialog_routing_routes_size" = "Routing information files";

"dialog_routing_unable_locate_route" = "Unable to locate route";

"dialog_routing_cant_build_route" = "Unable to create route.";

"dialog_routing_change_start_or_end" = "Please adjust your starting point or your destination.";

"dialog_routing_change_start" = "Adjust starting point";

"dialog_routing_start_not_determined" = "Route was not created. Unable to locate starting point.";

"dialog_routing_select_closer_start" = "Please select a starting point closer to a road.";

"dialog_routing_change_end" = "Adjust destination";

"dialog_routing_end_not_determined" = "Route was not created. Unable to locate the destination.";

"dialog_routing_select_closer_end" = "Please select a destination point located closer to a road.";

"dialog_routing_system_error" = "System error";

"dialog_routing_application_error" = "Unable to create route due to an application error.";

"dialog_routing_try_again" = "Please try again";

"dialog_routing_send_error" = "Report the Problem";

"dialog_routing_if_get_cross_route" = "Would you like to create a more direct route that spans more than one map?";

"dialog_routing_cross_route_is_optimal" = "A more optimal route that crosses the edge of this map is available.";

"not_now" = "Not Now";

"dialog_routing_build_route" = "Create";

"dialog_routing_download_and_build_cross_route" = "Would you like to download the map and create a more optimal route spanning more than one map?";

"dialog_routing_download_cross_route" = "Download additional maps to create a better route that crosses the boundaries of this map.";

"dialog_routing_cross_route_always" = "Always cross this boundary";


/********** Strings for downloading map from search **********/

"search_without_internet_advertisement" = "To start searching and creating routes, please download the map. After that you will no longer need an Internet connection.";

"search_select_map" = "Select Map";

"search_select_other_map" = "Select Another Map";

/* «Show» context menu */
"show" = "Show";

/* «Hide» context menu */
"hide" = "Hide";

/* «Rename» context menu */
"rename" = "Rename";

/* Bottom sheet: expand button (should be short) */
"bottom_sheet_more" = "More…";

/* Failed planning route message in navigation view */
"routing_planning_error" = "Route Planning Failed";

/* Arrive routing message in navigation view */
"routing_arrive" = "Arrival at %s";

/* Text for routing::IRouter::FileTooOld dialog. */
"dialog_routing_download_and_update_maps" = "Download and update all map along the projected path to calculate route.";

"rate_alert_title" = "Like the app?";

"rate_alert_default_message" = "Thank you for using MAPS.ME. Please rate the app. Your feedback helps us improve our product.";

"rate_alert_five_star_message" = "Hooray! We love you, too!";

"rate_alert_four_star_message" = "Thank you, we will do our best!";

"rate_alert_less_than_four_star_message" = "Any idea how we can make it better?";

"categories" = "Categories";

"history" = "History";

"next_turn_then" = "Then";

"closed" = "Closed";

"back_to" = "Back to %@";

"search_not_found" = "Oops, no results found.";

"search_not_found_query" = "Try changing your search criteria.";

"search_not_found_map" = "Please download the map you are searching in.";

"search_not_found_location" = "Download the map of your current location.";

"search_history_title" = "Search History";

"search_history_text" = "View recent searches.";

"clear_search" = "Clear Search History";

/* Title for settings to enable/disable showcase menu button */
"showcase_settings_title" = "Show offers";

/* Place Page link to Wikipedia article (if map object has it). */
"read_in_wikipedia" = "Wikipedia";

"p2p_route_planning" = "Route Planning";

"p2p_your_location" = "Your Location";

"p2p_from" = "From";

"p2p_to" = "To";

"p2p_start" = "Start";

"p2p_planning" = "Planning…";

"p2p_from_here" = "Route from";

"p2p_to_here" = "Route to";

"p2p_only_from_current" = "Navigation is available only from your current location.";

"p2p_reroute_from_current" = "Do you want us to plan a route from your current location?";

"p2p_add_stop" = "Add stop";

"p2p_remove_stop" = "Remove stop";

"whats_new_next_button" = "Next";

"editor_time_add" = "Add Schedule";

"editor_time_delete" = "Delete Schedule";

/* Text for allday switch. */
"editor_time_allday" = "All Day (24 hours)";

"editor_time_open" = "Open";

"editor_time_close" = "Closed";

"editor_time_add_closed" = "Add Non-Business Hours";

"editor_time_title" = "Business Hours";

"editor_time_advanced" = "Advanced Mode";

"editor_time_simple" = "Simple Mode";

"editor_hours_closed" = "Non-Business Hours";

"editor_example_values" = "Example Values";

"editor_correct_mistake" = "Correct mistake";

"editor_correct_mistake_message" = "You made an editing mistake. Please correct it or switch to simple mode.";

"editor_add_select_location" = "Location";

"editor_done_dialog_1" = "You’ve changed the world map. Do not keep it to yourself! Tell your friends, and edit it together.";

"editor_done_dialog_2" = "This is the second time you edited the map. Now you are number %d in the map editors ranking. Tell your friends about it.";

"editor_done_dialog_3" = "You’ve improved the map, tell your friends about it, and edit the map together.";

"share_with_friends" = "Share with friends";

"editor_report_problem_desription_1" = "Please describe the problem in detail so that the OpenStreeMap community can fix the error.";

"editor_report_problem_desription_2" = "Or do it yourself at http://www.openstreetmap.org/";

"editor_report_problem_send_button" = "Send";

"editor_report_problem_title" = "Issue";

"editor_report_problem_no_place_title" = "The place does not exist";

"editor_report_problem_under_construction_title" = "Сlosed for maintenance";

"editor_report_problem_duplicate_place_title" = "Duplicated place";

"first_launch_congrats_title" = "MAPS.ME is ready to use";

"first_launch_congrats_text" = "Search and navigate everywhere in the world offline, free of charge.";

"migrate_title" = "Important!";

/* Android uses image instead of text. */
"download_all" = "Download all";

"delete_all" = "Delete all";

"autodownload" = "Auto-download";

"disable_autodownload" = "Disable autodownload";

/* Place Page opening hours text */
"closed_now" = "Closed now";

/* Place Page opening hours text */
"daily" = "Daily";

"twentyfour_seven" = "24/7";

"day_off_today" = "Closed today";

"day_off" = "Closed";

"today" = "Today";

"sunrise_to_sunset" = "From sunrise to sunset";

"sunset_to_sunrise" = "From sunset to sunrise";

"add_opening_hours" = "Add opening hours";

"edit_opening_hours" = "Edit business hours";

"profile" = "Profile";

"no_osm_account" = "Don't have an OpenStreetMap account?";

"register_at_openstreetmap" = "Register at OpenStreetMap";

"password_8_chars_min" = "Password (8 characters minimum)";

"invalid_username_or_password" = "Invalid username or password.";

"login" = "Log In";

"password" = "Password";

"forgot_password" = "Forgot your password?";

/* Forgot Password dialog title */
"restore_password" = "Restore password";

"enter_email_address_to_reset_password" = "Enter the email address you used during registration and we will send you the link to reset your password.";

"reset_password" = "Reset Password";

"username" = "Username";

"osm_account" = "OSM Account";

"logout" = "Log Out";

"login_and_edit_map_motivation_message" = "Log in and edit objects on the map, and we will make them available for millions of users. Let’s make the world better together.";

/* Information text: "Last upload 11.01.2016" */
"last_upload" = "Last upload";

/* Motivates user to login/register, title above login buttons. */
"you_have_edited_your_first_object" = "You’ve edited your first object!";

"thank_you" = "Thank You";

"login_with_google" = "Login with Google";

"login_with_facebook" = "Login with Facebook";

"login_with_openstreetmap" = "Log in with www.openstreetmap.org";

"edit_place" = "Edit Place";

"place_name" = "Place Name";

/* title above languages list cells in the editor, below editable name text field. */
"other_languages" = "Other Languages";

/* small button to open list with names in different languages */
"show_more" = "Show More";

/* small button to close list with names in different languages */
"show_less" = "Show Less";

"add_language" = "Add a language";

"street" = "Street";

/* Editable House Number text field (in address block). */
"house_number" = "Building number";

"details" = "Details";

/* Text field to enter non-existing street name, below list of known streets around */
"add_street" = "Add a street";

"choose_language" = "Choose a language";

"choose_street" = "Choose a street";

"postal_code" = "Postal Code";

"cuisine" = "Cuisine";

"select_cuisine" = "Select cuisine";

/* login text field */
"email_or_username" = "Email or username";

"phone" = "Phone";

"please_note" = "Please note";

"common_no_wifi_dialog" = "No WiFi connection. Do you want to continue with mobile data?";

"downloader_delete_map_dialog" = "All of your map edits will be deleted together with the map.";

"downloader_update_maps" = "Update Maps";

"downloader_mwm_migration_dialog" = "To create a route, you need to update all maps and then plan the route again.";

"downloader_search_field_hint" = "Find map";

"migration_update_all_button" = "Update All Maps";

"migration_delete_all_download_current_button" = "Download the current map and delete all of the old ones";

"migration_download_error_dialog" = "Download error";

"common_check_internet_connection_dialog" = "Please check your settings and make sure your device is connected to the Internet.";

"downloader_no_space_title" = "Not enough space";

"downloader_no_space_message" = "Please delete any unnecessary data";

"editor_general_auth_error_dialog" = "General login error.";

"editor_login_error_dialog" = "Login error.";

"editor_login_failed_dialog" = "Login failed";

"editor_username_error_dialog" = "Username is invalid";

"editor_place_edited_dialog" = "You’ve edited an object!";

"editor_login_with_osm" = "Login with OpenStreetMap";

"editor_profile_changes" = "Verified Changes";

"editor_profile_unsent_changes" = "Not sent:";

"editor_focus_map_on_location" = "Drag the map to select the correct location of the object.";

"editor_add_select_category" = "Select category";

"editor_add_select_category_popular_subtitle" = "Popular";

"editor_add_select_category_all_subtitle" = "All Categories";

"editor_edit_place_title" = "Editing";

"editor_add_place_title" = "Adding";

"editor_edit_place_name_hint" = "Name of the place";

"editor_edit_place_category_title" = "Category";

"detailed_problem_description" = "Detailed description of the issue";

"editor_report_problem_other_title" = "Different problem";

"placepage_report_problem_button" = "Report a problem";

"placepage_add_business_button" = "Add business";

"whatsnew_smallmwm_header" = "You've long requested it, and we finally added it";

"whatsnew_smallmwm_message" = "We have split large maps into parts. Now you can download just the regions that you need as opposed to the maps for entire countries.";

"whatsnew_search_header" = "New search";

"whatsnew_search_message" = "We have significantly improved the search by address. See for yourself.";

"whatsnew_editor_title" = "Edit the map*";

"whatsnew_editor_message_1" = "Add new places to the map, and edit existing ones directly from the app.";

"whatsnew_editor_message_2" = "* MAPS.ME uses OpenStreetMap community data.";

"onboarding_offline_navigation_title" = "You will never get lost again";

"onboarding_offline_navigation_message" = "Plan optimal car and pedestrian routes, even when there is no Internet connection!";

"onboarding_offline_navigation_title_2" = "Offline navigation";

"onboarding_offline_navigation_message_2" = "Plan optimal car and pedestrian routes.";

"onboarding_offline_maps_title" = "MAPS.ME — use the maps of the entire world without an Internet connection";

"onboarding_offline_maps_message" = "Download the maps for the desired area once, and use the navigation and search functions without an Internet connection.";

"onboarding_notifications_message" = "To receive the latest maps, get updates notifications";

"onboarding_notifications_title" = "Enable updates notifications";

"onboarding_location_title" = "Help us find you";

"onboarding_location_message" = "In order for you to use navigation and the other app functions, MAPS.ME needs access to your geoposition.";

"onboarding_permissions_title" = "Allow MAPS.ME access to storage and location";

"onboarding_permissions_message" = "So you can download maps, see places and traffic near you and use navigation.";

"onboarding_storage_permissions_title" = "Grant access";

"onboarding_storage_permissions_message" = "Change permissions settings in your device. Needs a storage access to use MAPS.ME.";

"onboarding_detail_permissions_title" = "MAPS.ME needs access to";

"onboarding_detail_permissions_storage_title" = "Storage";

"onboarding_detail_permissions_storage_message" = "To save and use downloaded maps offline and save bookmarks.";

"onboarding_detail_permissions_location_title" = "Location";

"onboarding_detail_permissions_location_message" = "To see places and traffic near you and use navigation.";

"onboarding_detail_permissions_storage_path_message" = "You can also change a destination to save downloaded maps.";

"onboarding_welcome_title" = "Welcome to MAPS.ME";

"onboarding_welcome_first_subtitle" = "Free, fast, detailed and entirely offline maps with turn-by-turn navigation.";

"onboarding_welcome_second_subtitle" = "By launching the application, you agree to <a href=\"http://legal.my.com/us/maps/tou/\">Terms</a> of Use and <a href=\"https://legal.my.com/us/maps/privacy/\">Privacy Policy</a>.";

"dialog_incorrect_feature_position" = "Change location";

"message_invalid_feature_position" = "No object can be located here";

"login_to_make_edits_visible" = "Log in so other users can see the changes that you have made";

"no_migration_during_navigation" = "Updating is not allowed during navigation.";

/* Error dialog no space */
"migration_no_space_message" = "To download, you need more space. Please delete any unnecessary data.";

"editor_sharing_title" = "I improved the MAPS.ME maps";

"editor_comment_will_be_sent" = "We will make sure to send your comments to the map editors.";

"editor_unsupported_category_message" = "You have added an object whose category we do not support yet. It will appear on the map in the future.";

/* Downloaded 10 **of** 20 <- it is that "of" */
"downloader_of" = "%1$d of %2$d";

"download_over_mobile_header" = "Download over a cellular network connection?";

"download_over_mobile_message" = "This could be considerably expensive with some plans or if roaming.";

"error_enter_correct_house_number" = "Enter a valid building number";

"editor_storey_number" = "Number of floors (maximum of %d)";

/* Error message in Editor when a user tries to set the number of floors for a building higher than 25 */
"error_enter_correct_storey_number" = "The number of floors must non exceed 25";

"editor_zip_code" = "ZIP Code";

"error_enter_correct_zip_code" = "Enter a valid ZIP code";

/* Place Page title for long tap */
"placepage_unknown_place" = "Unknown Place";

"editor_other_info" = "Additional info";

"editor_detailed_description_hint" = "Detailed comment";

"editor_detailed_description" = "Your suggested map changes will be sent to the OpenStreetMap community. Describe any additional details that cannot be edited in MAPS.ME.";

"editor_more_about_osm" = "More about OpenStreetMap";

"editor_operator" = "Owner";

"editor_tag_description" = "Enter company, organization or individual responsible for the facilities.";

"editor_no_local_edits_title" = "You don't have local edits";

"editor_no_local_edits_description" = "This shows the number of your suggested changes on the map that are currently accessible only on your device.";

"editor_send_to_osm" = "Send to OSM";

"editor_remove" = "Remove";

"downloader_my_maps_title" = "My maps";

"downloader_no_downloaded_maps_title" = "You haven't downloaded any maps";

"downloader_no_downloaded_maps_message" = "Download maps to search for a location and use navigation offline.";

"downloader_find_place_hint" = "Search city or country";

/* Error title that appears after certain time without location. */
"current_location_unknown_title" = "Continue detecting your current location?";

/* Error that appears after certain time without location. */
"current_location_unknown_message" = "Current location is unknown. Maybe you are in a building or in a tunnel.";

"current_location_unknown_continue_button" = "Continue";

"current_location_unknown_stop_button" = "Stop";

"current_location_unknown_error_title" = "Current location is unknown.";

"current_location_unknown_error_message" = "An error occurred while searching for your location. Check that your device is working properly and try again later.";

"whatsnew_update_editor_title" = "We've updated the map editor";

"whatsnew_update_editor_message" = "MAPS.ME users have already made 200,000 map changes. Together we are making the most detailed maps in the world. Join us!";

/* Additional text in whats new */
"whatsnew_update_editor_message_update" = "Update all maps to use Map Editor.";

"location_services_disabled_header" = "Location services are disabled";

"location_services_disabled_message" = "Enable access to geolocation in the device settings";

"location_services_disabled_1" = "1. Open Settings";

"location_services_disabled_2" = "2. Tap Location";

/* iOS Dialog for the case when the location permission is not granted */
"location_services_disabled_3" = "3. Select While Using the App";

"placepage_parking_surface" = "Surface";

"placepage_parking_multistorey" = "Multi-storey";

"placepage_parking_underground" = "Underground";

"placepage_parking_rooftop" = "Rooftop";

"placepage_parking_sheds" = "Sheds";

"placepage_parking_carports" = "Carports";

"placepage_parking_boxes" = "Garage boxes";

"placepage_parking_pay" = "Pay";

"placepage_parking_free" = "Free";

"placepage_parking_interval" = "Interval Pay";

"placepage_entrance_number" = "No.";

"placepage_entrance_type" = "Entrance";

"placepage_flat" = "app.";

"placepage_open_24_7" = "24 / 7";

"place_page_booking_rating" = "Rating: %s";

"place_page_starting_from" = "from %s";

"meter" = "m";

"kilometer" = "km";

"kilometers_per_hour" = "km/h";

"mile" = "mi";

"foot" = "ft";

"miles_per_hour" = "mph";

"day" = "d";

"hour" = "h";

"minute" = "min";

"placepage_place_description" = "Description";

"placepage_more_button" = "More";

"placepage_more_reviews_button" = "More Reviews";

"book_button" = "Book";

"placepage_call_button" = "Call";

"placepage_edit_bookmark_button" = "Edit Bookmark";

"placepage_bookmark_name_hint" = "Bookmark Name";

"placepage_personal_notes_hint" = "Personal notes";

"placepage_delete_bookmark_button" = "Delete Bookmark";

"editor_edits_sent_message" = "Your suggested changes have been sent";

"editor_comment_hint" = "Comment…";

"editor_reset_edits_message" = "Discard all local changes?";

"editor_reset_edits_button" = "Discard";

"editor_remove_place_message" = "Delete added place?";

"editor_remove_place_button" = "Delete";

"editor_status_sending" = "Sending…";

"editor_place_doesnt_exist" = "Place does not exist";

"text_more_button" = "…more";

/* Phone number error message */
"error_enter_correct_phone" = "Enter a valid phone number";

"error_enter_correct_web" = "Enter a valid web address";

"error_enter_correct_email" = "Enter a valid email";

"error_enter_correct" = "Enter a valid value";

"editor_profile_changes_for_next_place" = "Changes to the next place: %d";

"editor_profile_rating_place" = "Position in the ranking";

"booking_dialog_not_connect_header" = "To book the hotel, please enable your Internet connection";

"button_try" = "Try it";

"refresh" = "Update";

"last_update" = "Last update: %s";

"booking_checkin" = "check in: %s";

"booking_checkout" = "check out: %s";

"placepage_add_place_button" = "Add a place to the map";

/* Displayed when saving some edits to the map to warn against publishing personal data */
"editor_share_to_all_dialog_title" = "Do you want to send it to all users?";

/* iOS Dialog before publishing the modifications to the public map. */
"editor_share_to_all_dialog_message_1" = "Make sure you did not enter any personal data.";

"editor_share_to_all_dialog_message_2" = "We will check the changes. If we have any questions we will contact you via email.";

"navigation_overview_button" = "overview";

"navigation_stop_button" = "stop";

/* Text on an empty bookmark page */
"bookmarks_empty_title" = "Save Bookmarks";

"bookmarks_empty_message_1" = "Tap on ★ to save favorite places for quick access.";

"bookmarks_empty_message_2" = "Import Bookmarks from email and web.";

"bookmarks_empty_message_3" = "check out: %s";

/* Name of the group for booked hotels */
"bookmarks_group_name" = "Booked hotels";

"place_page_button_read_descriprion" = "Read";

/* iOS dialog for the case when recent track recording is on and the app comes back from background */
"recent_track_background_dialog_title" = "Disable recording of your recently traveled route?";

/* If a hotel is being shared */
"sharing_booking" = "or book at booking.com";

"off_recent_track_background_button" = "Disable";

/* For sharing via SMS and so on */
"sharing_call_action_look" = "Check out";

"continue_recent_track_background_button" = "Continue";

"recent_track_background_dialog_message" = "MAPS.ME uses your geoposition in the background for recording your recently traveled route.";

"whatsnew_car_navigation_header" = "User-friendly vehicle navigation";

"whatsnew_car_navigation_message" = "• The navigation elements take up less space.\n• We display the speed and have added auto zoom.";

"whatsnew_cycle_navigation_2_header" = "Bike navigation";

"whatsnew_cycle_navigation_2_message" = "• Bike navigation takes into account terrain data.\n• We create easier routes taking into account road inclines.";

"whatsnew_booking_2_header" = "Easy hotel search";

"whatsnew_booking_2_message" = "The search results show the hotel rating and price category.";

"whatsnew_cycle_navigation_header" = "Bike navigation (beta version)";

"whatsnew_cycle_navigation_message" = "We are testing bike navigation for the new season. Try your favorite bike route with MAPS.ME, and share your opinion with us.";

/* Rate on Google Play (Android only) */
"rate_gp" = "Rate on Google Play";

/* Share with friends: menu item title */
"tell_friends" = "Tell a Friend";

/* Share with friends: sharing text */
"tell_friends_text" = "Hi! Install MAPS.ME!";

/* About short text (below logo) */
"about_description" = "MAPS.ME is an essential offline application for travelling. MAPS.ME is based on OpenStreetMap data and allows editing it.";

/* Text in menu */
"blog" = "Blog";

/* Hint near allow statictics checkbox */
"allow_statistics_hint" = "Collecting usage statistics helps us improve the app.";

"general_settings" = "General settings";

"date" = "Date %d";

/* "Report a bug" -> "Generaal Feedback" -> "Something is not working" */
"something_is_not_working" = "Something is not working";

/* For the first routing */
"accept" = "Accept";

"accept_and_continue" = "Accept and continue";

/* For the first routing */
"decline" = "Decline";

"whats_new_route_profile_title" = "Better go about than fall into the ditch";

"whats_new_route_profile_message" = "For pedestrian and bike routes we now display the elevation profile.";

"whats_new_booking_improve_title" = "Save when booking hotels";

"whats_new_booking_improve_message" = "Search results for hotels now contain the price category.\nWe also added more than 110,000 hotels.";

/* For place page hotel facilities block */
"placepage_hotel_facilities" = "Facilities";

/* For place page hotel nearby block */
"placepage_hotel_nearby" = "Nearby";

/* For ordering a taxi (as opposed to hotels or other things) */
"taxi_order" = "Order a taxi";

/* How long it is until the taxi arrives */
"taxi_wait" = "Expected in %s";

/* When there are no available taxis nearby */
"taxi_not_found" = "Couldn't find a taxi nearby";

"install_app" = "Install";

/* `Filter` is a noun here */
"booking_filters" = "Filter";

"booking_filters_reset" = "Reset";

/* Beginning from a particular value and */
"booking_filters_rating" = "Rating from";

"booking_filters_rating_any" = "Any";

"booking_filters_ragting_good" = "Good";

"booking_filters_rating_very_good" = "Very Good";

"booking_filters_rating_excellent" = "Excellent";

"booking_filters_price_category" = "Price Category";

"search_no_results_title" = "No Results Found";

"search_no_results_message" = "Try a more general search term, zoom out or reset the filter.";

"search_no_results_expand_area_button" = "Zoom out";

"search_no_results_reset_button" = "Reset Filter";

/* noun */
"search_in_table" = "List";

"booking_based_on_reviews" = "Based on %d hotel reviews";

"booking_show_more" = "Show more";

"booking_reviews" = "Reviews";

"booking_hotel" = "Hotel";

/* hotel room */
"booking_hotel_room" = "Room";

/* A neologism for a chat based on geographical proximity */
"chat" = "Geochat";

/* Verb. Text on a button that opens the chat. */
"chat_open" = "Open";

"whatsnew_uber_header" = "MAPS.ME & Uber";

"whatsnew_uber_message" = "Order a taxi directly from the app!";

"dialog_taxi_offline" = "Taxi ordering is unavailable in offline mode.";

"dialog_taxi_error" = "Taxi ordering is temporarily unavailable.";

/* Abbreviated for all languages. */
"advertisement" = "AD";

"mobile_data_dialog" = "Use mobile internet to show detailed information?";

"mobile_data_option_always" = "Use Always";

"mobile_data_option_today" = "Only Today";

"mobile_data_option_not_today" = "Do not Use Today";

"mobile_data" = "Mobile Internet";

"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";

"mobile_data_option_never" = "Never Use";

"mobile_data_option_ask" = "Always Ask";

"traffic_update_maps_text" = "To display traffic data, maps must be updated.";

"traffic_outdated" = "Traffic data is outdated.";

"big_font" = "Increase font size on the map";

"traffic_update_app" = "Please update MAPS.ME";

/* "traffic" as in road congestion */
"traffic_update_app_message" = "To display traffic data, the application must be updated.";

/* "traffic" as in "road congestion" */
"traffic_data_unavailable" = "Traffic data is not available";

"banner_deliveryclub_title" = "Food delivery";

"banner_deliveryclub_message" = "Fast delivery from 4,000 restaurants. Order from Delivery Club.";

"banner_lamoda_title" = "Online clothing and shoe store";

"banner_lamoda_message" = "More than 1,000 brands. Up to 70% off. Free delivery all over the country.";

"banner_tutu_title" = "Train tickets online";

"banner_tutu_message" = "Train tickets to any city online - prices, search, and booking.";

"banner_geerbest_title" = "Online electronics store";

"banner_geerbest_message" = "Instant search in over 50,000 items at low prices.";

"banner_rentalcars_title" = "Renting cars online";

"banner_rentalcars_message" = "800 car rental companies in more than 49,000 car rental locations.";

"banner_viator_title" = "Online tour search";

"banner_viator_message" = "Search in over 50,000 tours all over the world.";

/* december */
"whatsnew_traffic" = "Traffic Data in 36 Countries";

/* december */
"whatsnew_traffic_text" = "Up-to-date traffic info and fastest driving routes based on it!";

/* december */
"whatsnew_traffic_roaming" = "Traffic Info in Roaming";

/* december */
"whatsnew_traffic_roaming_text" = "Requires less than 1 MB of mobile bandwidth per trip.";

/* december */
"whatsnew_order_taxi" = "Order Taxi";

/* december */
"whatsnew_order_taxi_text" = "Most of the location pages now contain a button for ordering a taxi.";

/* january */
"whatsnew_improved_search" = "Improved Search";

/* january */
"whatsnew_improved_search_text" = "Even misspelled queries bring accurate search results.";

/* january */
"whatsnew_filters_in_search" = "Search Filters";

/* january */
"whatsnew_filters_in_search_text" = "Search hotels based on price and rating.";

/* january */
"whatsnew_font_size" = "Font Size";

/* january */
"whatsnew_font_size_text" = "Labels on the map can be made bigger.";

/* "Translation is no needed, because it's a company name" */
"uber" = "Uber";

/* Seven points and higher */
"booking_filter_rating_num_good" = "7.0+";

/* Eight points and higher */
"booking_filter_rating_num_very_good" = "8.0+";

/* Nine points and higher */
"booking_filter_rating_num_excellent" = "9.0+";

"booking_filter_price_low" = "$";

"booking_filter_price_medium" = "$$";

"booking_filter_price_high" = "$$$";

/* Simplified colour scheme for traffic information, fewer colours are used to display traffic jams on the map. The string should be kept as short as possible */
"pref_traffic_simplified_colors_title" = "Simplified traffic colors";

"enable_logging" = "Enable logging";

"whatsnew_more_info_on_hotels_title" = "More Information on Hotels";

"whatsnew_more_info_on_hotels_message" = "Brand new look for hotel pages: check out photos, user reviews and other information online.";

"whatsnew_better_routing_title" = "Improved Route Planning";

"whatsnew_better_routing_message" = "• More accurate estimation of arrival time.\n• The app takes into account restricted areas and road signs.";

"whatsnew_smaller_mwm_title" = "Maps Got Smaller";

"whatsnew_smaller_mwm_message" = "Maps require up to 20% less storage.";

"whatsnew_waypoints_title" = "Waypoints in Routing";

"whatsnew_waypoints_message" = "Tap places to add waypoints to your route.";

"whatsnew_viator_title" = "Viator title";

"whatsnew_viator_message" = "Viator message";

"whatsnew_driving_style_title" = "New Map Style for Driving";

"whatsnew_driving_style_message" = "Car navigation mode got easier to use.";

"more_on_bookingcom" = "More on Booking.com";

"details_on_bookingcom" = "Details on Booking.com";

"reviews_on_bookingcom" = "More reviews on Booking.com";

"offline_place_page_more_information" = "Connect to the internet to get more information about the place.";

"failed_load_information" = "Failed to load information.";

"booking_search" = "Booking.com";

"whats_new_auto_update_updating_maps" = "Updating maps";

"whats_new_auto_update_title" = "Update your downloaded maps";

"whats_new_auto_update_message" = "Updating maps keeps the information about objects up to date";

"whats_new_auto_update_button_size" = "Update (%s)";

"whats_new_auto_update_button_later" = "Manually update later";

"search_hotel_filter_apartment" = "Apartments";

"search_hotel_filter_camp_site" = "Camping";

"search_hotel_filter_chalet" = "Chalet";

"search_hotel_filter_guest_house" = "Guest House";

"search_hotel_filter_hostel" = "Hostel";

"search_hotel_filter_resort" = "Resort";

"search_hotel_filter_hotel" = "Hotel";

"search_hotel_filter_motel" = "Motel";

"create_campaign_button" = "Claim this business";

"view_campaign_button" = "Business is advertised";

"search_hotel_filters_type" = "Type";

/* Settings: "Send general feedback" button */
"feedback_general" = "General Feedback";

"on" = "On";

"off" = "Off";

"prefs_languages_information" = "We use system TTS for voice instructions. Many Android devices use Google TTS, you can download or update it from Google Play (https://play.google.com/store/apps/details?id=com.google.android.tts)";

"prefs_languages_information_off" = "For Arabic, Greek and Romanian languages you may need to install additional TTS (as Google TTS doesn’t support the languages yet) from Google Play like Vocalizer TTS or SVOX Classics.\nTo manage settings for speech synthesis, on your device open Settings –> Language and input –> Speech –> Text to speech output. Here you can download additional language pack or select preferred text-to-speech engine.";

"prefs_languages_information_off_link" = "For more information please check this guide.";

"whatsnew_transliteration_title" = "Transliteration into Latin";

"whatsnew_transliteration_message" = "If a street or an object doesn't have a name in your language, it will be spelt using the Latin alphabet.";

"yandex_taxi_title" = "Yandex.Taxi";

"learn_more" = "Learn more";

"exit" = "Exit";

"routing_add_start_point" = "Add start point to plan a route.";

"routing_add_finish_point" = "Add finish to plan a route.";

"use" = "Use";

"viator_title" = "Attractions and tours";