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

maps.pot Β« templates Β« translationfiles - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01afc46b7e2866b8ce15c1d3851e946dfe49a984 (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
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the Nextcloud package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nextcloud 3.14159\n"
"Report-Msgid-Bugs-To: translations\\@example.com\n"
"POT-Creation-Date: 2022-10-31 02:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: /app/lib/Controller/DevicesApiController.php:161
#: /app/lib/Controller/DevicesApiController.php:182
#: /app/lib/Controller/DevicesController.php:166
#: /app/lib/Controller/FavoritesApiController.php:119
#: /app/lib/Controller/FavoritesApiController.php:146
#: /app/lib/Controller/FavoritesController.php:115
#: /app/lib/Controller/FavoritesController.php:140
msgid "Invalid values"
msgstr ""

#: /app/lib/Controller/DevicesApiController.php:186
#: /app/lib/Controller/DevicesApiController.php:204
#: /app/lib/Controller/DevicesController.php:170
#: /app/lib/Controller/DevicesController.php:186
msgid "No such device"
msgstr ""

#: /app/lib/Controller/DevicesController.php:204
msgid "No device to export"
msgstr ""

#: /app/lib/Controller/DevicesController.php:215
#: /app/lib/Controller/FavoritesController.php:268
#: /app/lib/Controller/RoutingController.php:107
msgid "/Maps is not a directory"
msgstr ""

#: /app/lib/Controller/DevicesController.php:218
#: /app/lib/Controller/FavoritesController.php:272
#: /app/lib/Controller/RoutingController.php:111
msgid "/Maps directory is not writeable"
msgstr ""

#: /app/lib/Controller/DevicesController.php:222
#: /app/lib/Controller/FavoritesController.php:277
#: /app/lib/Controller/RoutingController.php:116
msgid "Impossible to create /Maps directory"
msgstr ""

#: /app/lib/Controller/DevicesController.php:227
#: /app/lib/Controller/FavoritesController.php:256
#: /app/lib/Controller/FavoritesController.php:283
msgid "Nothing to export"
msgstr ""

#: /app/lib/Controller/DevicesController.php:272
#: /app/lib/Controller/FavoritesController.php:329
msgid "Invalid file extension"
msgstr ""

#: /app/lib/Controller/DevicesController.php:277
#: /app/lib/Controller/FavoritesController.php:334
msgid "Impossible to read the file"
msgstr ""

#: /app/lib/Controller/DevicesController.php:282
#: /app/lib/Controller/FavoritesController.php:339
msgid "File does not exist"
msgstr ""

#: /app/lib/Controller/FavoritesApiController.php:149
#: /app/lib/Controller/FavoritesApiController.php:166
#: /app/lib/Controller/FavoritesController.php:143
#: /app/lib/Controller/FavoritesController.php:182
msgid "No such favorite"
msgstr ""

#: /app/lib/Controller/FavoritesController.php:213
#: /app/lib/Controller/FavoritesController.php:232
msgid "Unknown category"
msgstr ""

#: /app/lib/Controller/FavoritesController.php:219
msgid "Error sharing favorite"
msgstr ""

#: /app/lib/Controller/TracksController.php:154
msgid "Bad file type"
msgstr ""

#: /app/lib/Controller/TracksController.php:158
msgid "File not found"
msgstr ""

#: /app/lib/Controller/TracksController.php:177
#: /app/lib/Controller/TracksController.php:193
msgid "No such track"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:85
#. TRANSLATORS src/views/App.vue:497
#: /app/lib/Service/FavoritesService.php:403
#: /app/lib/Service/FavoritesService.php:523
#: /app/lib/Service/FavoritesService.php:644
#: /app/lib/Service/FavoritesService.php:712
#: /app/specialVueFakeDummyForL10nScript.js:52
#: /app/specialVueFakeDummyForL10nScript.js:516
#: /app/specialVueFakeDummyForL10nScript.js:546
#: /app/specialVueFakeDummyForL10nScript.js:552
#: /app/src/favoritesController.js:33 /app/src/utils/favoritesUtils.js:27
msgid "Personal"
msgstr ""

#: /app/specialAppInfoFakeDummyForL10nScript.php:2
msgid "Maps"
msgstr ""

#: /app/specialAppInfoFakeDummyForL10nScript.php:3
msgid "🌍🌏🌎 The whole world fits inside your cloud!"
msgstr ""

#: /app/specialAppInfoFakeDummyForL10nScript.php:4
msgid ""
"**The whole world fits inside your cloud!**\n"
"\n"
"- **πŸ—Ί Beautiful map:** Using [OpenStreetMap](https://www.openstreetmap.org) "
"and [Leaflet](https://leafletjs.com), you can choose between standard map, "
"satellite, topographical, dark mode or even watercolor! 🎨\n"
"- **⭐ Favorites:** Save your favorite places, privately! Sync with [GNOME "
"Maps](https://github.com/nextcloud/maps/issues/30) and mobile apps is "
"planned.\n"
"- **🧭 Routing:** Possible using either [OSRM](http://project-osrm.org), "
"[GraphHopper](https://www.graphhopper.com) or [Mapbox](https://www.mapbox."
"com).\n"
"- **πŸ–Ό Photos on the map:** No more boring slideshows, just show directly "
"where you were!\n"
"- **πŸ™‹ Contacts on the map:** See where your friends live and plan your next "
"visit.\n"
"- **πŸ“± Devices:** Lost your phone? Check the map!\n"
"- **γ€° Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack]"
"(https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or "
"[OwnTracks](https://owntracks.org) is planned."
msgstr ""

#. TRANSLATORS src/components/AppNavigationContactsItem.vue:4
#: /app/specialVueFakeDummyForL10nScript.js:2
msgid "My contacts"
msgstr ""

#. TRANSLATORS src/components/AppNavigationContactsItem.vue:19
#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:25
#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:25
#: /app/specialVueFakeDummyForL10nScript.js:4
#: /app/specialVueFakeDummyForL10nScript.js:24
#: /app/specialVueFakeDummyForL10nScript.js:36
#: /app/templates/navigation/index.php:31
#: /app/templates/navigation/index.php:91
msgid "Toggle all"
msgstr ""

#. TRANSLATORS src/components/AppNavigationContactsItem.vue:25
#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:31
#. TRANSLATORS src/components/AppNavigationTrackItem.vue:41
#: /app/specialVueFakeDummyForL10nScript.js:6
#: /app/specialVueFakeDummyForL10nScript.js:8
#: /app/specialVueFakeDummyForL10nScript.js:38
#: /app/specialVueFakeDummyForL10nScript.js:74
msgid "Zoom"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDeviceItem.vue:30
#. TRANSLATORS src/components/map/DeviceLayer.vue:12
#: /app/specialVueFakeDummyForL10nScript.js:10
#: /app/specialVueFakeDummyForL10nScript.js:222
#: /app/src/devicesController.js:332 /app/src/devicesController.js:1028
msgid "Toggle history"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDeviceItem.vue:38
#. TRANSLATORS src/components/AppNavigationTrackItem.vue:55
#. TRANSLATORS src/components/map/DeviceLayer.vue:20
#. TRANSLATORS src/components/map/TrackLayer.vue:10
#: /app/specialVueFakeDummyForL10nScript.js:12
#: /app/specialVueFakeDummyForL10nScript.js:78
#: /app/specialVueFakeDummyForL10nScript.js:224
#: /app/specialVueFakeDummyForL10nScript.js:342
#: /app/src/devicesController.js:344 /app/src/devicesController.js:1027
#: /app/src/tracksController.js:336 /app/src/tracksController.js:975
msgid "Change color"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDeviceItem.vue:44
#: /app/specialVueFakeDummyForL10nScript.js:14
msgid "Zoom on area"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDeviceItem.vue:50
#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:37
#. TRANSLATORS src/components/map/DeviceLayer.vue:25
#: /app/specialVueFakeDummyForL10nScript.js:16
#: /app/specialVueFakeDummyForL10nScript.js:40
#: /app/specialVueFakeDummyForL10nScript.js:58
#: /app/specialVueFakeDummyForL10nScript.js:226
#: /app/src/devicesController.js:356 /app/src/devicesController.js:1029
#: /app/src/favoritesController.js:620 /app/templates/navigation/index.php:19
msgid "Export"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDeviceItem.vue:56
#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:107
#. TRANSLATORS src/components/FavoriteEditionForm.vue:45
#. TRANSLATORS src/components/map/FavoritePopup.vue:54
#: /app/specialVueFakeDummyForL10nScript.js:18
#: /app/specialVueFakeDummyForL10nScript.js:60
#: /app/specialVueFakeDummyForL10nScript.js:88
#: /app/specialVueFakeDummyForL10nScript.js:248
#: /app/src/devicesController.js:362 /app/src/favoritesController.js:626
#: /app/src/favoritesController.js:966 /app/src/favoritesController.js:1034
msgid "Delete"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:4
#: /app/specialVueFakeDummyForL10nScript.js:20
msgid "My devices"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:20
#: /app/specialVueFakeDummyForL10nScript.js:22
#: /app/templates/navigation/index.php:119
msgid "Refresh positions"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:30
#: /app/specialVueFakeDummyForL10nScript.js:26
#: /app/templates/navigation/index.php:137
msgid "Export all"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:35
#: /app/specialVueFakeDummyForL10nScript.js:28
#: /app/templates/navigation/index.php:143
msgid "Import devices"
msgstr ""

#. TRANSLATORS src/components/AppNavigationDevicesItem.vue:41
#: /app/specialVueFakeDummyForL10nScript.js:30
#: /app/templates/navigation/index.php:149
msgid "Delete all"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:4
#: /app/specialVueFakeDummyForL10nScript.js:32
msgid "My favorites"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:20
#: /app/specialVueFakeDummyForL10nScript.js:34
msgid "Disable favorite drag"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:34
msgid "Enable favorite drag"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:43
#: /app/specialVueFakeDummyForL10nScript.js:42
msgid "Import"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:58
#: /app/specialVueFakeDummyForL10nScript.js:44
msgid "Category name"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:59
#: /app/specialVueFakeDummyForL10nScript.js:46
#: /app/src/devicesController.js:338 /app/src/favoritesController.js:599
msgid "Rename"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:77
#. TRANSLATORS src/components/Map.vue:382
#: /app/specialVueFakeDummyForL10nScript.js:48
#: /app/specialVueFakeDummyForL10nScript.js:64
#: /app/specialVueFakeDummyForL10nScript.js:98
#: /app/src/favoritesController.js:593 /app/src/script.js:504
#: /app/templates/navigation/index.php:6
msgid "Add a favorite"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:83
#: /app/specialVueFakeDummyForL10nScript.js:50
#: /app/src/contactsController.js:380 /app/src/devicesController.js:350
#: /app/src/devicesController.js:1030 /app/src/favoritesController.js:614
#: /app/src/tracksController.js:342 /app/templates/navigation/index.php:97
msgid "Zoom to bounds"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:89
#: /app/specialVueFakeDummyForL10nScript.js:54
msgid "Delete share link"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:54
msgid "Create share link"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:95
#: /app/specialVueFakeDummyForL10nScript.js:56
#: /app/src/favoritesController.js:607
msgid "Copied!"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:56
msgid "Copy share link"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:178
#. TRANSLATORS src/components/map/ClickPopup.vue:52
#. TRANSLATORS src/components/map/PhotosLayer.vue:263
#: /app/specialVueFakeDummyForL10nScript.js:62
#: /app/specialVueFakeDummyForL10nScript.js:188
#: /app/specialVueFakeDummyForL10nScript.js:290
msgid "Cancel"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:216
#: /app/specialVueFakeDummyForL10nScript.js:66
msgid "Link copied!"
msgstr ""

#. TRANSLATORS src/components/AppNavigationFavoritesItem.vue:223
#: /app/specialVueFakeDummyForL10nScript.js:68
msgid "Link could not be copied to clipboard."
msgstr ""

#. TRANSLATORS src/components/AppNavigationPhotosItem.vue:4
#: /app/specialVueFakeDummyForL10nScript.js:70
msgid "My photos"
msgstr ""

#. TRANSLATORS src/components/AppNavigationPhotosItem.vue:18
#: /app/specialVueFakeDummyForL10nScript.js:72
msgid "Disable photo drag"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:72
msgid "Enable photo drag"
msgstr ""

#. TRANSLATORS src/components/AppNavigationTrackItem.vue:47
#: /app/specialVueFakeDummyForL10nScript.js:76 /app/src/tracksController.js:348
msgid "Show track elevation"
msgstr ""

#. TRANSLATORS src/components/AppNavigationTracksItem.vue:4
#: /app/specialVueFakeDummyForL10nScript.js:80
msgid "My tracks"
msgstr ""

#. TRANSLATORS src/components/AppNavigationTracksItem.vue:20
#: /app/specialVueFakeDummyForL10nScript.js:82
#: /app/templates/navigation/index.php:183
msgid "Sort by name"
msgstr ""

#. TRANSLATORS src/components/AppNavigationTracksItem.vue:26
#: /app/specialVueFakeDummyForL10nScript.js:84
#: /app/templates/navigation/index.php:189
msgid "Sort by date"
msgstr ""

#. TRANSLATORS src/components/FavoriteEditionForm.vue:41
#: /app/specialVueFakeDummyForL10nScript.js:86
msgid "OK"
msgstr ""

#. TRANSLATORS src/components/FavoriteEditionForm.vue:77
#: /app/specialVueFakeDummyForL10nScript.js:90
#: /app/src/favoritesController.js:967
msgid "Favorite name"
msgstr ""

#. TRANSLATORS src/components/FavoriteEditionForm.vue:78
#. TRANSLATORS src/components/map/ClickPopup.vue:40
#. TRANSLATORS src/components/map/FavoriteMarker.vue:19
#. TRANSLATORS src/components/map/FavoritePopup.vue:40
#: /app/specialVueFakeDummyForL10nScript.js:92
#: /app/specialVueFakeDummyForL10nScript.js:182
#: /app/specialVueFakeDummyForL10nScript.js:234
#: /app/specialVueFakeDummyForL10nScript.js:242
#: /app/src/favoritesController.js:923 /app/src/favoritesController.js:968
msgid "Category"
msgstr ""

#. TRANSLATORS src/components/FavoriteEditionForm.vue:79
#. TRANSLATORS src/components/map/ClickPopup.vue:45
#. TRANSLATORS src/components/map/FavoriteMarker.vue:22
#. TRANSLATORS src/components/map/FavoritePopup.vue:46
#: /app/specialVueFakeDummyForL10nScript.js:94
#: /app/specialVueFakeDummyForL10nScript.js:184
#: /app/specialVueFakeDummyForL10nScript.js:236
#: /app/specialVueFakeDummyForL10nScript.js:244
#: /app/src/favoritesController.js:925 /app/src/favoritesController.js:969
#: /app/src/tracksController.js:706
msgid "Comment"
msgstr ""

#. TRANSLATORS src/components/FavoriteEditionForm.vue:130
#: /app/specialVueFakeDummyForL10nScript.js:96
msgid "New category {n}"
msgstr ""

#. TRANSLATORS src/components/Map.vue:386
#: /app/specialVueFakeDummyForL10nScript.js:100 /app/src/script.js:508
msgid "Place photos"
msgstr ""

#. TRANSLATORS src/components/Map.vue:390
#. TRANSLATORS src/components/map/HistoryControl.vue:81
#: /app/specialVueFakeDummyForL10nScript.js:102
#: /app/specialVueFakeDummyForL10nScript.js:268 /app/src/script.js:512
msgid "Place contact"
msgstr ""

#. TRANSLATORS src/components/Map.vue:394
#: /app/specialVueFakeDummyForL10nScript.js:104 /app/src/script.js:516
msgid "Share this location"
msgstr ""

#. TRANSLATORS src/components/Map.vue:406
#: /app/specialVueFakeDummyForL10nScript.js:106
msgid "Shared location"
msgstr ""

#. TRANSLATORS src/components/Map.vue:417
#: /app/specialVueFakeDummyForL10nScript.js:108 /app/src/script.js:520
msgid "Route from here"
msgstr ""

#. TRANSLATORS src/components/Map.vue:426
#: /app/specialVueFakeDummyForL10nScript.js:110 /app/src/script.js:524
msgid "Add route point"
msgstr ""

#. TRANSLATORS src/components/Map.vue:435
#: /app/specialVueFakeDummyForL10nScript.js:112 /app/src/script.js:528
msgid "Route to here"
msgstr ""

#. TRANSLATORS src/components/Map.vue:517
#: /app/specialVueFakeDummyForL10nScript.js:114 /app/src/script.js:591
msgid "Current location"
msgstr ""

#. TRANSLATORS src/components/Map.vue:571
#: /app/specialVueFakeDummyForL10nScript.js:116 /app/src/script.js:176
msgid "Improve this map"
msgstr ""

#. TRANSLATORS src/components/Map.vue:686
#: /app/specialVueFakeDummyForL10nScript.js:118 /app/src/script.js:612
msgid "Other maps"
msgstr ""

#. TRANSLATORS src/components/Map.vue:702
#: /app/specialVueFakeDummyForL10nScript.js:120 /app/src/script.js:664
msgid "Street map"
msgstr ""

#. TRANSLATORS src/components/Map.vue:717
#: /app/specialVueFakeDummyForL10nScript.js:122 /app/src/script.js:652
msgid "Satellite map"
msgstr ""

#. TRANSLATORS src/components/Map.vue:771
#: /app/specialVueFakeDummyForL10nScript.js:124 /app/src/script.js:89
msgid "Geo link ({geoLink}) copied to clipboard"
msgstr ""

#. TRANSLATORS src/components/Map.vue:774
#: /app/specialVueFakeDummyForL10nScript.js:126
msgid "Geo link could not be copied to clipboard"
msgstr ""

#. TRANSLATORS src/components/Map.vue:840
#: /app/specialVueFakeDummyForL10nScript.js:128
msgid "Close"
msgstr ""

#. TRANSLATORS src/components/MapsNavigation.vue:13
#: /app/specialVueFakeDummyForL10nScript.js:130
#: /app/templates/settings/index.php:10
msgid "Track my position"
msgstr ""

#. TRANSLATORS src/components/MapsNavigation.vue:18
#: /app/specialVueFakeDummyForL10nScript.js:132
#: /app/templates/settings/index.php:12
msgid "Display time filter slider"
msgstr ""

#. TRANSLATORS src/components/MapsNavigation.vue:26
#: /app/specialVueFakeDummyForL10nScript.js:134
#: /app/templates/settings/index.php:15
msgid "The True Size of Africa"
msgstr ""

#. TRANSLATORS src/components/MapsNavigation.vue:65
#: /app/specialVueFakeDummyForL10nScript.js:136
#: /app/templates/settings/index.php:14
msgid ""
"Keep in mind that map projections always distort sizes of countries. The "
"standard Mercator projection is particularly biased. Read more at:"
msgstr ""

#. TRANSLATORS src/components/PublicFavoriteShareSideBar.vue:32
#: /app/specialVueFakeDummyForL10nScript.js:138
msgid "(No name)"
msgstr ""

#. TRANSLATORS src/components/PublicFavoriteShareSideBar.vue:39
#: /app/specialVueFakeDummyForL10nScript.js:140
msgid "No favorites to display"
msgstr ""

#. TRANSLATORS src/components/Sidebar.vue:84
#: /app/specialVueFakeDummyForL10nScript.js:142
msgid "Track"
msgstr ""

#. TRANSLATORS src/components/Sidebar.vue:86
#: /app/specialVueFakeDummyForL10nScript.js:144
msgid "Favorite"
msgstr ""

#. TRANSLATORS src/components/Sidebar.vue:90
#: /app/specialVueFakeDummyForL10nScript.js:146
msgid "Sidebar"
msgstr ""

#. TRANSLATORS src/components/Sidebar.vue:100
#: /app/specialVueFakeDummyForL10nScript.js:148
msgid "Shows cool information"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:48
#: /app/specialVueFakeDummyForL10nScript.js:150
#: /app/src/tracksController.js:758
msgid "Distance"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:53
#: /app/specialVueFakeDummyForL10nScript.js:152
#: /app/src/tracksController.js:768
msgid "Duration"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:58
#: /app/specialVueFakeDummyForL10nScript.js:154
#: /app/src/tracksController.js:771
msgid "Moving time"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:63
#: /app/specialVueFakeDummyForL10nScript.js:156
#: /app/src/tracksController.js:774
msgid "Pause time"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:68
#: /app/specialVueFakeDummyForL10nScript.js:158
#: /app/src/tracksController.js:792
msgid "Begin"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:73
#: /app/specialVueFakeDummyForL10nScript.js:160
#: /app/src/tracksController.js:795
msgid "End"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:78
#: /app/specialVueFakeDummyForL10nScript.js:162
#: /app/src/tracksController.js:798
msgid "Cumulative elevation gain"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:83
#: /app/specialVueFakeDummyForL10nScript.js:164
#: /app/src/tracksController.js:802
msgid "Cumulative elevation loss"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:88
#: /app/specialVueFakeDummyForL10nScript.js:166
#: /app/src/tracksController.js:806
msgid "Minimum elevation"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:93
#: /app/specialVueFakeDummyForL10nScript.js:168
#: /app/src/tracksController.js:810
msgid "Maximum elevation"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:98
#: /app/specialVueFakeDummyForL10nScript.js:170
#: /app/src/tracksController.js:814
msgid "Maximum speed"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:103
#: /app/specialVueFakeDummyForL10nScript.js:172
#: /app/src/tracksController.js:825
msgid "Average speed"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:108
#: /app/specialVueFakeDummyForL10nScript.js:174
#: /app/src/tracksController.js:836
msgid "Moving average speed"
msgstr ""

#. TRANSLATORS src/components/TrackTable.vue:113
#: /app/specialVueFakeDummyForL10nScript.js:176
#: /app/src/tracksController.js:846
msgid "Moving average pace"
msgstr ""

#. TRANSLATORS src/components/map/ClickPopup.vue:25
#: /app/specialVueFakeDummyForL10nScript.js:178
msgid "New Favorite"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:178
msgid "This Place"
msgstr ""

#. TRANSLATORS src/components/map/ClickPopup.vue:33
#. TRANSLATORS src/components/map/DeviceLayer.vue:31
#. TRANSLATORS src/components/map/FavoriteMarker.vue:16
#. TRANSLATORS src/components/map/FavoritePopup.vue:32
#. TRANSLATORS src/components/map/TrackLayer.vue:19
#: /app/specialVueFakeDummyForL10nScript.js:180
#: /app/specialVueFakeDummyForL10nScript.js:228
#: /app/specialVueFakeDummyForL10nScript.js:230
#: /app/specialVueFakeDummyForL10nScript.js:240
#: /app/specialVueFakeDummyForL10nScript.js:346
#: /app/src/favoritesController.js:922
msgid "Name"
msgstr ""

#. TRANSLATORS src/components/map/ClickPopup.vue:49
#: /app/specialVueFakeDummyForL10nScript.js:186
msgid "Add"
msgstr ""

#. TRANSLATORS src/components/map/ClickPopup.vue:62
#. TRANSLATORS src/components/map/ClickSearchPopup.vue:17
#. TRANSLATORS src/components/map/PoiMarker.vue:17
#: /app/specialVueFakeDummyForL10nScript.js:190
#: /app/specialVueFakeDummyForL10nScript.js:194
#: /app/specialVueFakeDummyForL10nScript.js:304 /app/src/script.js:1961
#: /app/src/script.js:2048 /app/src/script.js:2066
msgid "Add to favorites"
msgstr ""

#. TRANSLATORS src/components/map/ClickSearchPopup.vue:8
#: /app/specialVueFakeDummyForL10nScript.js:192 /app/src/script.js:2063
msgid "This place"
msgstr ""

#. TRANSLATORS src/components/map/ClickSearchPopup.vue:21
#. TRANSLATORS src/components/map/PoiMarker.vue:21
#: /app/specialVueFakeDummyForL10nScript.js:196
#: /app/specialVueFakeDummyForL10nScript.js:306 /app/src/script.js:1963
#: /app/src/script.js:2050 /app/src/script.js:2068
msgid "Add contact address"
msgstr ""

#. TRANSLATORS src/components/map/ContactLayer.vue:20
#. TRANSLATORS src/components/map/PlaceContactPopup.vue:54
#: /app/specialVueFakeDummyForL10nScript.js:198
#: /app/specialVueFakeDummyForL10nScript.js:204
#: /app/specialVueFakeDummyForL10nScript.js:298
#: /app/src/contactsController.js:505 /app/src/contactsController.js:520
#: /app/src/contactsController.js:672
msgid "Home"
msgstr ""

#. TRANSLATORS src/components/map/ContactLayer.vue:24
#. TRANSLATORS src/components/map/PlaceContactPopup.vue:57
#: /app/specialVueFakeDummyForL10nScript.js:200
#: /app/specialVueFakeDummyForL10nScript.js:206
#: /app/specialVueFakeDummyForL10nScript.js:300
#: /app/src/contactsController.js:508 /app/src/contactsController.js:523
#: /app/src/contactsController.js:673
msgid "Work"
msgstr ""

#. TRANSLATORS src/components/map/ContactLayer.vue:42
#: /app/specialVueFakeDummyForL10nScript.js:202
#: /app/specialVueFakeDummyForL10nScript.js:210
#: /app/src/contactsController.js:515
msgid "Delete this address"
msgstr ""

#: /app/specialVueFakeDummyForL10nScript.js:202
#: /app/specialVueFakeDummyForL10nScript.js:210
msgid "Delete this location"
msgstr ""

#. TRANSLATORS src/components/map/ContactLayer.vue:65
#: /app/specialVueFakeDummyForL10nScript.js:208
#: /app/src/contactsController.js:531
msgid "Open in Contacts"
msgstr ""

#. TRANSLATORS src/components/map/DeviceHoverMarker.vue:9
#: /app/specialVueFakeDummyForL10nScript.js:212
#: /app/src/devicesController.js:957
msgid "Device"
msgstr ""

#. TRANSLATORS src/components/map/DeviceHoverMarker.vue:12
#. TRANSLATORS src/components/map/TrackHoverMarker.vue:16
#: /app/specialVueFakeDummyForL10nScript.js:214
#: /app/specialVueFakeDummyForL10nScript.js:338
#: /app/src/devicesController.js:958
msgid "Date"
msgstr ""

#. TRANSLATORS src/components/map/DeviceHoverMarker.vue:16
#. TRANSLATORS src/components/map/TrackHoverMarker.vue:20
#: /app/specialVueFakeDummyForL10nScript.js:216
#: /app/specialVueFakeDummyForL10nScript.js:340
msgid "Altitude"
msgstr ""

#. TRANSLATORS src/components/map/DeviceHoverMarker.vue:20
#: /app/specialVueFakeDummyForL10nScript.js:218
#: /app/src/devicesController.js:966
msgid "Battery"
msgstr ""

#. TRANSLATORS src/components/map/DeviceHoverMarker.vue:24
#: /app/specialVueFakeDummyForL10nScript.js:220
#: /app/src/devicesController.js:963
msgid "Accuracy"
msgstr ""

#. TRANSLATORS src/components/map/FavoriteMarker.vue:17
#: /app/specialVueFakeDummyForL10nScript.js:232
#: /app/src/favoritesController.js:922 /app/src/tracksController.js:748
msgid "No name"
msgstr ""

#. TRANSLATORS src/components/map/FavoriteMarker.vue:30
#. TRANSLATORS src/components/map/HistoryControl.vue:77
#: /app/specialVueFakeDummyForL10nScript.js:238
#: /app/specialVueFakeDummyForL10nScript.js:264
msgid "Delete favorite"
msgstr ""

#. TRANSLATORS src/components/map/FavoritePopup.vue:51
#: /app/specialVueFakeDummyForL10nScript.js:246
msgid "Update"
msgstr ""

#. TRANSLATORS src/components/map/FavoritesLayer.vue:24
#: /app/specialVueFakeDummyForL10nScript.js:250
msgid "Delete favorites"
msgstr ""

#. TRANSLATORS src/components/map/FavoritesLayer.vue:27
#. TRANSLATORS src/components/map/PhotosLayer.vue:55
#: /app/specialVueFakeDummyForL10nScript.js:252
#: /app/specialVueFakeDummyForL10nScript.js:282
msgid "Zoom on bounds"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:7
#: /app/specialVueFakeDummyForL10nScript.js:254
msgid "Undo {action} (Ctrl+Z)"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:13
#: /app/specialVueFakeDummyForL10nScript.js:256
msgid "Redo {action} (Ctrl+Shift+Z)"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:71
#: /app/specialVueFakeDummyForL10nScript.js:258
msgid "Move photo"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:73
#: /app/specialVueFakeDummyForL10nScript.js:260
msgid "Add favorite"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:75
#: /app/specialVueFakeDummyForL10nScript.js:262
msgid "Edit favorite"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:79
#: /app/specialVueFakeDummyForL10nScript.js:266
msgid "Rename favorite category"
msgstr ""

#. TRANSLATORS src/components/map/HistoryControl.vue:83
#: /app/specialVueFakeDummyForL10nScript.js:270
msgid "Delete contact address"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:31
#: /app/specialVueFakeDummyForL10nScript.js:272
msgid "Open in Sidebar"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:34
#: /app/specialVueFakeDummyForL10nScript.js:274
msgid "Display picture"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:37
#: /app/specialVueFakeDummyForL10nScript.js:276
#: /app/specialVueFakeDummyForL10nScript.js:284
#: /app/src/photosController.js:436
msgid "Remove geo data"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:49
#: /app/specialVueFakeDummyForL10nScript.js:278
msgid "Display pictures"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:52
#: /app/specialVueFakeDummyForL10nScript.js:280
msgid "Spiderfy"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:258
#: /app/specialVueFakeDummyForL10nScript.js:286
msgid "Are you sure you want to remove geo data of {nb} photos?"
msgstr ""

#. TRANSLATORS src/components/map/PhotosLayer.vue:261
#: /app/specialVueFakeDummyForL10nScript.js:288
msgid "Yes"
msgstr ""

#. TRANSLATORS src/components/map/PlaceContactPopup.vue:11
#: /app/specialVueFakeDummyForL10nScript.js:292
#: /app/src/contactsController.js:664
msgid "New contact address"
msgstr ""

#. TRANSLATORS src/components/map/PlaceContactPopup.vue:31
#: /app/specialVueFakeDummyForL10nScript.js:294
msgid "Choose a contact"
msgstr ""

#. TRANSLATORS src/components/map/PlaceContactPopup.vue:46
#: /app/specialVueFakeDummyForL10nScript.js:296
#: /app/src/contactsController.js:670
msgid "Address type"
msgstr ""

#. TRANSLATORS src/components/map/PlaceContactPopup.vue:66
#: /app/specialVueFakeDummyForL10nScript.js:302
#: /app/src/contactsController.js:674
msgid "Add address to contact"
msgstr ""

#. TRANSLATORS src/components/map/PoiMarker.vue:30
#: /app/specialVueFakeDummyForL10nScript.js:308 /app/src/script.js:1977
msgid "Open"
msgstr ""

#. TRANSLATORS src/components/map/PoiMarker.vue:36
#: /app/specialVueFakeDummyForL10nScript.js:310 /app/src/script.js:1979
msgid "closes in {nb} minutes"
msgstr ""

#. TRANSLATORS src/components/map/PoiMarker.vue:40
#: /app/specialVueFakeDummyForL10nScript.js:312 /app/src/script.js:1982
msgid "until {date}"
msgstr ""

#. TRANSLATORS src/components/map/PoiMarker.vue:45
#: /app/specialVueFakeDummyForL10nScript.js:314 /app/src/script.js:1986
msgid "Closed"
msgstr ""

#. TRANSLATORS src/components/map/PoiMarker.vue:50
#: /app/specialVueFakeDummyForL10nScript.js:316 /app/src/script.js:1987
msgid "opens at {date}"
msgstr ""

#. TRANSLATORS src/components/map/SearchControl.vue:10
#. TRANSLATORS src/components/map/routing/RoutingControl.vue:6
#: /app/specialVueFakeDummyForL10nScript.js:318
#: /app/specialVueFakeDummyForL10nScript.js:350
msgid "Find directions"
msgstr ""

#. TRANSLATORS src/components/map/SearchControl.vue:16
#: /app/specialVueFakeDummyForL10nScript.js:320
msgid "Clear POIs"
msgstr ""

#. TRANSLATORS src/components/map/SearchField.vue:36
#: /app/specialVueFakeDummyForL10nScript.js:322
msgid "No suggestions"
msgstr ""

#. TRANSLATORS src/components/map/SearchField.vue:63
#: /app/specialVueFakeDummyForL10nScript.js:324
msgid "Search"
msgstr ""

#. TRANSLATORS src/components/map/SearchField.vue:182
#: /app/specialVueFakeDummyForL10nScript.js:326 /app/src/script.js:1831
msgid "Point at {coords}"
msgstr ""

#. TRANSLATORS src/components/map/SearchField.vue:196
#: /app/specialVueFakeDummyForL10nScript.js:328
msgid "Search for {q}"
msgstr ""

#. TRANSLATORS src/components/map/SimpleOSMAddress.vue:55
#: /app/specialVueFakeDummyForL10nScript.js:330
#: /app/specialVueFakeDummyForL10nScript.js:332
msgid "Unknown Place"
msgstr ""

#. TRANSLATORS src/components/map/TrackHoverMarker.vue:9
#: /app/specialVueFakeDummyForL10nScript.js:334
#: /app/src/tracksController.js:693 /app/src/tracksController.js:726
msgid "File"
msgstr ""

#. TRANSLATORS src/components/map/TrackHoverMarker.vue:12
#: /app/specialVueFakeDummyForL10nScript.js:336
msgid "Track/Route"
msgstr ""

#. TRANSLATORS src/components/map/TrackLayer.vue:13
#: /app/specialVueFakeDummyForL10nScript.js:344
msgid "Display elevation"
msgstr ""

#. TRANSLATORS src/components/map/TrackLayer.vue:22
#: /app/specialVueFakeDummyForL10nScript.js:348
msgid "Begins at"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:83
#: /app/specialVueFakeDummyForL10nScript.js:352 /app/src/script.js:747
msgid "north"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:84
#: /app/specialVueFakeDummyForL10nScript.js:354 /app/src/script.js:748
msgid "northeast"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:85
#: /app/specialVueFakeDummyForL10nScript.js:356 /app/src/script.js:749
msgid "east"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:86
#: /app/specialVueFakeDummyForL10nScript.js:358 /app/src/script.js:750
msgid "southeast"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:87
#: /app/specialVueFakeDummyForL10nScript.js:360 /app/src/script.js:751
msgid "south"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:88
#: /app/specialVueFakeDummyForL10nScript.js:362 /app/src/script.js:752
msgid "southwest"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:89
#: /app/specialVueFakeDummyForL10nScript.js:364 /app/src/script.js:753
msgid "west"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:90
#: /app/specialVueFakeDummyForL10nScript.js:366 /app/src/script.js:754
msgid "northwest"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:91
#: /app/specialVueFakeDummyForL10nScript.js:368 /app/src/script.js:755
msgid "slight right"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:92
#: /app/specialVueFakeDummyForL10nScript.js:370 /app/src/script.js:756
msgid "right"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:93
#: /app/specialVueFakeDummyForL10nScript.js:372 /app/src/script.js:757
msgid "sharp right"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:94
#: /app/specialVueFakeDummyForL10nScript.js:374 /app/src/script.js:758
msgid "slight left"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:95
#: /app/specialVueFakeDummyForL10nScript.js:376 /app/src/script.js:759
msgid "left"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:96
#: /app/specialVueFakeDummyForL10nScript.js:378 /app/src/script.js:760
msgid "sharp left"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:97
#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:106
#: /app/specialVueFakeDummyForL10nScript.js:380
#: /app/specialVueFakeDummyForL10nScript.js:388 /app/src/script.js:761
#: /app/src/script.js:770
msgid "Turn around"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:102
#: /app/specialVueFakeDummyForL10nScript.js:382 /app/src/script.js:766
msgid "Head {dir}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:103
#: /app/specialVueFakeDummyForL10nScript.js:384 /app/src/script.js:766
msgid " on {road}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:105
#: /app/specialVueFakeDummyForL10nScript.js:386 /app/src/script.js:768
msgid "Continue {dir}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:107
#: /app/specialVueFakeDummyForL10nScript.js:390 /app/src/script.js:772
msgid "Waypoint reached"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:109
#: /app/specialVueFakeDummyForL10nScript.js:392 /app/src/script.js:774
msgid "Take the {exitStr} exit in the roundabout"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:110
#: /app/specialVueFakeDummyForL10nScript.js:394
#: /app/specialVueFakeDummyForL10nScript.js:400
#: /app/specialVueFakeDummyForL10nScript.js:404
#: /app/specialVueFakeDummyForL10nScript.js:408
#: /app/specialVueFakeDummyForL10nScript.js:412
#: /app/specialVueFakeDummyForL10nScript.js:416 /app/src/script.js:774
#: /app/src/script.js:777 /app/src/script.js:778 /app/src/script.js:779
#: /app/src/script.js:780 /app/src/script.js:781
msgid " onto {road}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:112
#: /app/specialVueFakeDummyForL10nScript.js:396 /app/src/script.js:776
msgid "Destination reached"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:114
#: /app/specialVueFakeDummyForL10nScript.js:398 /app/src/script.js:777
msgid "At the fork, turn {modifier}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:118
#: /app/specialVueFakeDummyForL10nScript.js:402 /app/src/script.js:778
msgid "Merge {modifier}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:122
#: /app/specialVueFakeDummyForL10nScript.js:406 /app/src/script.js:779
msgid "Turn {modifier} on the ramp"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:126
#: /app/specialVueFakeDummyForL10nScript.js:410 /app/src/script.js:780
msgid "Take the ramp on the {modifier}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:130
#: /app/specialVueFakeDummyForL10nScript.js:414 /app/src/script.js:781
msgid "Turn {modifier} at the end of the road"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:133
#: /app/specialVueFakeDummyForL10nScript.js:418 /app/src/script.js:782
msgid "onto {road}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:136
#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:83
#: /app/specialVueFakeDummyForL10nScript.js:420
#: /app/specialVueFakeDummyForL10nScript.js:500 /app/src/script.js:785
msgid "Start"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:137
#: /app/specialVueFakeDummyForL10nScript.js:422 /app/src/script.js:786
msgid "Via {viaNumber}"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:138
#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:85
#: /app/specialVueFakeDummyForL10nScript.js:424
#: /app/specialVueFakeDummyForL10nScript.js:502 /app/src/script.js:787
msgid "Destination"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:144
#: /app/specialVueFakeDummyForL10nScript.js:426 /app/src/script.js:793
msgid "m"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:145
#: /app/specialVueFakeDummyForL10nScript.js:428 /app/src/script.js:794
msgid "km"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:146
#: /app/specialVueFakeDummyForL10nScript.js:430 /app/src/script.js:795
msgid "yd"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:147
#: /app/specialVueFakeDummyForL10nScript.js:432 /app/src/script.js:796
msgid "mi"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:148
#: /app/specialVueFakeDummyForL10nScript.js:434 /app/src/script.js:797
msgid "h"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:149
#: /app/specialVueFakeDummyForL10nScript.js:436 /app/src/script.js:798
msgid "min"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:150
#: /app/specialVueFakeDummyForL10nScript.js:438 /app/src/script.js:799
msgid "s"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:154
#: /app/specialVueFakeDummyForL10nScript.js:440 /app/src/script.js:803
msgid "By car (OSRM demo)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:193
#: /app/specialVueFakeDummyForL10nScript.js:442 /app/src/script.js:861
msgid "By car (OSRM)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:197
#: /app/specialVueFakeDummyForL10nScript.js:444 /app/src/script.js:865
msgid "By bike (OSRM)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:201
#: /app/specialVueFakeDummyForL10nScript.js:446 /app/src/script.js:869
msgid "By foot (OSRM)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:205
#: /app/specialVueFakeDummyForL10nScript.js:448 /app/src/script.js:873
msgid "By bike (Mapbox)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:206
#: /app/specialVueFakeDummyForL10nScript.js:450 /app/src/script.js:874
msgid "By foot (Mapbox)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:207
#: /app/specialVueFakeDummyForL10nScript.js:452 /app/src/script.js:875
msgid "By car with traffic (Mapbox)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:208
#: /app/specialVueFakeDummyForL10nScript.js:454 /app/src/script.js:876
msgid "By car without traffic (Mapbox)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:217
#: /app/specialVueFakeDummyForL10nScript.js:456 /app/src/script.js:885
msgid "By car (GraphHopper)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:218
#: /app/specialVueFakeDummyForL10nScript.js:458 /app/src/script.js:886
msgid "By bike (GraphHopper)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:219
#: /app/specialVueFakeDummyForL10nScript.js:460 /app/src/script.js:887
msgid "By Foot (GraphHopper)"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:323
#: /app/specialVueFakeDummyForL10nScript.js:462 /app/src/script.js:1050
msgid "Routing error:"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:420
#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:29
#: /app/specialVueFakeDummyForL10nScript.js:464
#: /app/specialVueFakeDummyForL10nScript.js:498
msgid "Reverse steps order"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:421
#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:14
#: /app/specialVueFakeDummyForL10nScript.js:466
#: /app/specialVueFakeDummyForL10nScript.js:492
msgid "Add step"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:461
#: /app/specialVueFakeDummyForL10nScript.js:468 /app/src/script.js:954
msgid "Routing is currently disabled."
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:464
#: /app/specialVueFakeDummyForL10nScript.js:470
msgid "Nextcloud additional settings"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:467
#: /app/specialVueFakeDummyForL10nScript.js:472 /app/src/script.js:955
msgid "Add a routing service"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:479
#: /app/specialVueFakeDummyForL10nScript.js:474
msgid "Export as"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:482
#: /app/specialVueFakeDummyForL10nScript.js:476
msgid "GPX track"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:484
#: /app/specialVueFakeDummyForL10nScript.js:478
msgid "GPX route"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:513
#: /app/specialVueFakeDummyForL10nScript.js:484
msgid "Route exported to {path}."
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:514
#: /app/specialVueFakeDummyForL10nScript.js:486
msgid "Track exported to {path}."
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:518
#: /app/specialVueFakeDummyForL10nScript.js:488
msgid "Failed to export route"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:519
#: /app/specialVueFakeDummyForL10nScript.js:490
msgid "Failed to export track"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:19
#: /app/specialVueFakeDummyForL10nScript.js:494
msgid "Export current route"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:24
#: /app/specialVueFakeDummyForL10nScript.js:496
msgid "Zoom on current route"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingSteps.vue:86
#: /app/specialVueFakeDummyForL10nScript.js:504
msgid "Via {i}"
msgstr ""

#. TRANSLATORS src/views/App.vue:128
#: /app/specialVueFakeDummyForL10nScript.js:506
msgid "Details"
msgstr ""

#. TRANSLATORS src/views/App.vue:382
#: /app/specialVueFakeDummyForL10nScript.js:508
#: /app/specialVueFakeDummyForL10nScript.js:510
#: /app/specialVueFakeDummyForL10nScript.js:512
#: /app/specialVueFakeDummyForL10nScript.js:514 /app/src/script.js:1705
#: /app/src/script.js:1706
msgid "My location"
msgstr ""

#. TRANSLATORS src/views/App.vue:640
#: /app/specialVueFakeDummyForL10nScript.js:518
#: /app/src/devicesController.js:814
#: /app/src/nonLocalizedPhotosController.js:71
msgid "Impossible to get current location"
msgstr ""

#. TRANSLATORS src/views/App.vue:656
#: /app/specialVueFakeDummyForL10nScript.js:520
#: /app/src/devicesController.js:825
msgid "Phone"
msgstr ""

#. TRANSLATORS src/views/App.vue:658
#: /app/specialVueFakeDummyForL10nScript.js:522
#: /app/src/devicesController.js:828
msgid "Computer"
msgstr ""

#. TRANSLATORS src/views/App.vue:660
#: /app/specialVueFakeDummyForL10nScript.js:524
#: /app/src/devicesController.js:831
msgid "Unknown device type"
msgstr ""

#. TRANSLATORS src/views/App.vue:670
#: /app/specialVueFakeDummyForL10nScript.js:526
#: /app/src/devicesController.js:855
msgid "Failed to send current position"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:507
#: /app/specialVueFakeDummyForL10nScript.js:482
msgid "Track {date}"
msgstr ""

#. TRANSLATORS src/views/App.vue:753
#: /app/specialVueFakeDummyForL10nScript.js:528
#: /app/src/photosController.js:567
msgid "What do you want to place?"
msgstr ""

#. TRANSLATORS src/views/App.vue:756
#: /app/specialVueFakeDummyForL10nScript.js:530
#: /app/src/photosController.js:570
msgid "Photo files"
msgstr ""

#. TRANSLATORS src/views/App.vue:758
#: /app/specialVueFakeDummyForL10nScript.js:532
#: /app/src/photosController.js:572
msgid "Photo folders"
msgstr ""

#. TRANSLATORS src/views/App.vue:772
#: /app/specialVueFakeDummyForL10nScript.js:534
#: /app/src/photosController.js:589
msgid "Choose pictures to place"
msgstr ""

#. TRANSLATORS src/views/App.vue:783
#: /app/specialVueFakeDummyForL10nScript.js:536
#: /app/src/photosController.js:603
msgid "Choose directory of pictures to place"
msgstr ""

#. TRANSLATORS src/views/App.vue:806
#: /app/specialVueFakeDummyForL10nScript.js:538
msgid "\"{path}\" successfully moved"
msgstr ""

#. TRANSLATORS src/views/App.vue:808
#: /app/specialVueFakeDummyForL10nScript.js:540
msgid "{nb} photos moved"
msgstr ""

#. TRANSLATORS src/views/App.vue:955
#: /app/specialVueFakeDummyForL10nScript.js:542
#: /app/src/contactsController.js:629
msgid "Failed to load contacts"
msgstr ""

#. TRANSLATORS src/views/App.vue:966
#: /app/specialVueFakeDummyForL10nScript.js:544
#: /app/src/contactsController.js:359
msgid "Not grouped"
msgstr ""

#. TRANSLATORS src/views/App.vue:1250
#: /app/specialVueFakeDummyForL10nScript.js:548
#: /app/src/favoritesController.js:1252
msgid "Favorites exported in {path}"
msgstr ""

#. TRANSLATORS src/views/App.vue:1257
#: /app/specialVueFakeDummyForL10nScript.js:550
#: /app/src/favoritesController.js:275
msgid ""
"Import favorites from GeoJSON (Google Maps), gpx (OsmAnd, Nextcloud Maps) or "
"kmz/kml (F-Droid Maps, Maps.me, Marble)"
msgstr ""

#. TRANSLATORS src/views/App.vue:1372
#: /app/specialVueFakeDummyForL10nScript.js:554
#: /app/src/favoritesController.js:775
msgid "Click on the map to add a favorite, press Esc to cancel"
msgstr ""

#. TRANSLATORS src/views/App.vue:1642
#: /app/specialVueFakeDummyForL10nScript.js:556
#: /app/specialVueFakeDummyForL10nScript.js:560
#: /app/src/devicesController.js:1112
msgid "Devices exported in {path}"
msgstr ""

#. TRANSLATORS src/views/App.vue:1645
#: /app/specialVueFakeDummyForL10nScript.js:558
#: /app/specialVueFakeDummyForL10nScript.js:562
#: /app/src/devicesController.js:1117
msgid "Failed to export devices"
msgstr ""

#. TRANSLATORS src/components/map/routing/RoutingMachine.vue:506
#: /app/specialVueFakeDummyForL10nScript.js:480
msgid "Route {date}"
msgstr ""

#. TRANSLATORS src/views/App.vue:1670
#: /app/specialVueFakeDummyForL10nScript.js:564
#: /app/src/devicesController.js:493
msgid "Failed to delete device"
msgstr ""

#. TRANSLATORS src/views/App.vue:1714
#: /app/specialVueFakeDummyForL10nScript.js:566
#: /app/src/devicesController.js:168
msgid ""
"Import devices from gpx (Nextcloud Maps) or kml/kmz (Google Timeline) file"
msgstr ""

#. TRANSLATORS src/views/App.vue:1726
#: /app/specialVueFakeDummyForL10nScript.js:568
#: /app/src/devicesController.js:1135 /app/src/filetypes.js:53
msgid "{nb} devices imported from {path}"
msgstr ""

#. TRANSLATORS src/views/App.vue:1730
#: /app/specialVueFakeDummyForL10nScript.js:570
#: /app/src/devicesController.js:1145 /app/src/filetypes.js:57
msgid "Failed to import devices"
msgstr ""

#: /app/src/adminSettings.js:23
msgid "Settings were successfully saved"
msgstr ""

#: /app/src/adminSettings.js:27
msgid "Failed to save settings"
msgstr ""

#: /app/src/contactsController.js:263
msgid "There are no contacts to zoom on"
msgstr ""

#: /app/src/contactsController.js:530
msgid "All contacts"
msgstr ""

#: /app/src/contactsController.js:667
msgid "Contact name"
msgstr ""

#: /app/src/contactsController.js:734
msgid "Failed to get contact list"
msgstr ""

#: /app/src/contactsController.js:820
msgid "Failed to place contact"
msgstr ""

#: /app/src/devicesController.js:270
msgid "Failed to load device list"
msgstr ""

#: /app/src/devicesController.js:368
msgid "Device deleted"
msgstr ""

#: /app/src/devicesController.js:472
msgid "Failed to rename device"
msgstr ""

#: /app/src/devicesController.js:617
msgid "Failed to load device points"
msgstr ""

#: /app/src/devicesController.js:679
msgid "Failed to update device points"
msgstr ""

#: /app/src/devicesController.js:908
msgid "Failed to change device color"
msgstr ""

#: /app/src/devicesController.js:960 /app/src/tracksController.js:699
msgid "Elevation"
msgstr ""

#: /app/src/favoritesController.js:167
msgid "Failed to remove favorites category share"
msgstr ""

#: /app/src/favoritesController.js:183
msgid "Failed to share favorites category"
msgstr ""

#: /app/src/favoritesController.js:505
msgid "Failed to load favorites"
msgstr ""

#: /app/src/favoritesController.js:518
msgid "Failed to load favorite share token"
msgstr ""

#: /app/src/favoritesController.js:605
msgid "Share link"
msgstr ""

#: /app/src/favoritesController.js:606
msgid "Copy link"
msgstr ""

#: /app/src/favoritesController.js:632
msgid "Category deleted"
msgstr ""

#: /app/src/favoritesController.js:695
msgid "Failed to rename category"
msgstr ""

#: /app/src/favoritesController.js:723
msgid "Failed to delete category favorites"
msgstr ""

#: /app/src/favoritesController.js:832
msgid "Failed to add favorite"
msgstr ""

#: /app/src/favoritesController.js:965
msgid "Submit"
msgstr ""

#: /app/src/favoritesController.js:1033 /app/src/photosController.js:435
msgid "Move"
msgstr ""

#: /app/src/favoritesController.js:1071
#: /app/src/store/modules/publicFavorites.js:98
msgid "Failed to delete favorite"
msgstr ""

#: /app/src/favoritesController.js:1143
msgid "Failed to edit favorite"
msgstr ""

#: /app/src/favoritesController.js:1202
msgid "Click on the map to move the favorite, press Esc to cancel"
msgstr ""

#: /app/src/favoritesController.js:1257
msgid "Failed to export favorites"
msgstr ""

#: /app/src/favoritesController.js:1275 /app/src/filetypes.js:31
msgid "{nb} favorites imported from {path}"
msgstr ""

#: /app/src/favoritesController.js:1286
msgid ""
"Warning: tracks or routes were found in imported files, they were ignored."
msgstr ""

#: /app/src/favoritesController.js:1292 /app/src/filetypes.js:35
msgid "Failed to import favorites"
msgstr ""

#: /app/src/filetypes.js:66
msgid "View in Maps"
msgstr ""

#: /app/src/filetypes.js:79 /app/src/filetypes.js:88 /app/src/filetypes.js:97
#: /app/src/filetypes.js:106
msgid "Import as favorites in Maps"
msgstr ""

#: /app/src/filetypes.js:116 /app/src/filetypes.js:125
#: /app/src/filetypes.js:134
msgid "Import as devices in Maps"
msgstr ""

#: /app/src/network.js:19 /app/src/script.js:114
msgid "Failed to save option values"
msgstr ""

#: /app/src/nonLocalizedPhotosController.js:288
msgid "Failed to load non-geolocalized photos"
msgstr ""

#: /app/src/optionsController.js:62 /app/src/script.js:135
msgid ""
"Media scan was not done yet. Wait a few minutes/hours and reload this page "
"to see your photos/tracks."
msgstr ""

#: /app/src/photosController.js:396
msgid "Show batch in viewer"
msgstr ""

#: /app/src/photosController.js:397
msgid "Zoom in"
msgstr ""

#: /app/src/photosController.js:457
msgid "Click on the map to move the photo, press Esc to cancel"
msgstr ""

#: /app/src/photosController.js:545
msgid "Failed to load photos"
msgstr ""

#: /app/src/photosController.js:633
msgid "{nb} photos placed"
msgstr ""

#: /app/src/photosController.js:653
msgid "Failed to place photos"
msgstr ""

#: /app/src/photosController.js:671
msgid "{nb} photos reset"
msgstr ""

#: /app/src/photosController.js:691
msgid "Failed to reset photos coordinates"
msgstr ""

#: /app/src/script.js:371
msgid "Failed to restore options values"
msgstr ""

#: /app/src/script.js:961
msgid "Export current route to GPX"
msgstr ""

#: /app/src/script.js:1127
msgid "Route exported in {path}"
msgstr ""

#: /app/src/script.js:1131
msgid "Failed to export current route"
msgstr ""

#: /app/src/script.js:1135
msgid "There is no route to export"
msgstr ""

#: /app/src/script.js:1637
msgid "No search result"
msgstr ""

#: /app/src/script.js:1693
msgid "No {POItypeName} found"
msgstr ""

#: /app/src/script.js:1712 /app/src/utils/poiData.js:5
msgid "Restaurant"
msgstr ""

#: /app/src/script.js:1717 /app/src/utils/poiData.js:10
msgid "Fast food"
msgstr ""

#: /app/src/script.js:1722 /app/src/utils/poiData.js:15
msgid "Bar"
msgstr ""

#: /app/src/script.js:1727 /app/src/utils/poiData.js:20
msgid "Supermarket"
msgstr ""

#: /app/src/script.js:1732 /app/src/utils/poiData.js:25
msgid "Cafe"
msgstr ""

#: /app/src/script.js:1737 /app/src/utils/poiData.js:30
msgid "Library"
msgstr ""

#: /app/src/script.js:1742 /app/src/utils/poiData.js:35
msgid "School"
msgstr ""

#: /app/src/script.js:1747 /app/src/utils/poiData.js:40
msgid "Sports centre"
msgstr ""

#: /app/src/script.js:1752 /app/src/utils/poiData.js:45
msgid "Gas station"
msgstr ""

#: /app/src/script.js:1757 /app/src/utils/poiData.js:50
msgid "Parking"
msgstr ""

#: /app/src/script.js:1762 /app/src/utils/poiData.js:55
msgid "Bicycle parking"
msgstr ""

#: /app/src/script.js:1767 /app/src/utils/poiData.js:60
msgid "Car rental"
msgstr ""

#: /app/src/script.js:1772 /app/src/utils/poiData.js:65
msgid "ATM"
msgstr ""

#: /app/src/script.js:1777 /app/src/utils/poiData.js:70
msgid "Pharmacy"
msgstr ""

#: /app/src/script.js:1782 /app/src/utils/poiData.js:75
msgid "Cinema"
msgstr ""

#: /app/src/script.js:1787 /app/src/utils/poiData.js:80
msgid "Public toilets"
msgstr ""

#: /app/src/script.js:1792 /app/src/utils/poiData.js:85
msgid "Drinking water"
msgstr ""

#: /app/src/script.js:1797 /app/src/utils/poiData.js:90
msgid "Hospital"
msgstr ""

#: /app/src/script.js:1802 /app/src/utils/poiData.js:95
msgid "Doctors"
msgstr ""

#: /app/src/script.js:1807 /app/src/utils/poiData.js:100
msgid "Dentist"
msgstr ""

#: /app/src/script.js:1812 /app/src/utils/poiData.js:105
msgid "Hotel"
msgstr ""

#: /app/src/script.js:2046
msgid "Point encoded in: "
msgstr ""

#: /app/src/store/modules/publicFavorites.js:62
msgid "Failed to get favorites"
msgstr ""

#: /app/src/store/modules/publicFavorites.js:78
msgid "Failed to create favorite"
msgstr ""

#: /app/src/store/modules/publicFavorites.js:91
msgid "Failed to update favorite"
msgstr ""

#: /app/src/tracksController.js:131
msgid "Close elevation chart"
msgstr ""

#: /app/src/tracksController.js:429
msgid "Track {n} was not found"
msgstr ""

#: /app/src/tracksController.js:435
msgid "Failed to load tracks"
msgstr ""

#: /app/src/tracksController.js:505
msgid "Failed to load track content"
msgstr ""

#: /app/src/tracksController.js:523
msgid "Failed to parse track {fname}"
msgstr ""

#: /app/src/tracksController.js:696
msgid "Link"
msgstr ""

#: /app/src/tracksController.js:702
msgid "Latitude"
msgstr ""

#: /app/src/tracksController.js:703
msgid "Longitude"
msgstr ""

#: /app/src/tracksController.js:710
msgid "Description"
msgstr ""

#: /app/src/tracksController.js:714
msgid "Symbol name"
msgstr ""

#: /app/src/tracksController.js:727
msgid "Download"
msgstr ""

#: /app/src/tracksController.js:736 /app/src/tracksController.js:739
msgid "Metadata link"
msgstr ""

#: /app/src/tracksController.js:743
msgid "Tracks/routes name list"
msgstr ""

#: /app/src/tracksController.js:777
msgid "no date"
msgstr ""

#: /app/src/tracksController.js:976
msgid "Show elevation"
msgstr ""

#: /app/src/tracksController.js:1044
msgid "Failed to change track color"
msgstr ""

#: /app/templates/adminSettings.php:12
msgid "Maps routing settings"
msgstr ""

#: /app/templates/adminSettings.php:13
msgid "To enable routing, you must set up a routing engine below."
msgstr ""

#: /app/templates/adminSettings.php:14
msgid "OSRM Website"
msgstr ""

#: /app/templates/adminSettings.php:14
msgid "OSRM settings"
msgstr ""

#: /app/templates/adminSettings.php:15
msgid ""
"An OSRM server URL looks like this : https://my.osrm.server.org:5000/route/v1"
msgstr ""

#: /app/templates/adminSettings.php:16
msgid "Leave URL fields empty to disable OSRM routing provider."
msgstr ""

#: /app/templates/adminSettings.php:18
msgid "OSRM server URL (car profile)"
msgstr ""

#: /app/templates/adminSettings.php:21
msgid "OSRM server URL (bicycle profile)"
msgstr ""

#: /app/templates/adminSettings.php:24
msgid "OSRM server URL (foot profile)"
msgstr ""

#: /app/templates/adminSettings.php:29
msgid "Show OSRM demo server"
msgstr ""

#: /app/templates/adminSettings.php:32
msgid "Graphhopper Website"
msgstr ""

#: /app/templates/adminSettings.php:32
msgid "GraphHopper settings"
msgstr ""

#: /app/templates/adminSettings.php:33
msgid ""
"A GraphHopper server URL looks like this : https://my.graphhopper.server."
"org:8989/route"
msgstr ""

#: /app/templates/adminSettings.php:36
msgid "GraphHopper server URL (will use main graphhopper server if empty)"
msgstr ""

#: /app/templates/adminSettings.php:38
msgid "GraphHopper API key (mandatory if main server used)"
msgstr ""

#: /app/templates/adminSettings.php:42
msgid "Mapbox Website"
msgstr ""

#: /app/templates/adminSettings.php:42
msgid "Mapbox settings"
msgstr ""

#: /app/templates/adminSettings.php:43
msgid "Set the API key to use Mapbox routing service."
msgstr ""

#: /app/templates/adminSettings.php:44
msgid "Leave empty to disable."
msgstr ""

#: /app/templates/adminSettings.php:46
msgid "Mapbox API key"
msgstr ""

#: /app/templates/content/index.php:32
msgid "Search…"
msgstr ""

#: /app/templates/navigation/index.php:3
msgid "Your favorites"
msgstr ""

#: /app/templates/navigation/index.php:25
msgid "Import from file"
msgstr ""

#: /app/templates/navigation/index.php:40
msgid "Your photos"
msgstr ""

#: /app/templates/navigation/index.php:75
msgid "Your contacts"
msgstr ""

#: /app/templates/navigation/index.php:106
msgid "Your devices"
msgstr ""

#: /app/templates/navigation/index.php:125
#: /app/templates/navigation/index.php:171
msgid "Show all"
msgstr ""

#: /app/templates/navigation/index.php:131
#: /app/templates/navigation/index.php:177
msgid "Hide all"
msgstr ""

#: /app/templates/navigation/index.php:158
msgid "Your tracks"
msgstr ""

#: /app/templates/settings/index.php:4
msgid "Settings"
msgstr ""