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

oc.js « l10n - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4de001a1356d3131c9011ba687cc707f33c411f4 (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
OC.L10N.register(
    "maps",
    {
    "File not found" : "Fichièr pas trobat",
    "Personal" : "Personal",
    "Maps" : "Mapas",
    "Export" : "Exportar",
    "Delete" : "Suprimir",
    "Import" : "Importar",
    "Rename" : "Renomenar",
    "Copied!" : "Copiat !",
    "Cancel" : "Anullar",
    "Sort by name" : "Triar per nom",
    "Sort by date" : "Triar per data",
    "OK" : "D’acòrdi",
    "Category" : "Categoria",
    "Comment" : "Comentar",
    "Close" : "Tampar",
    "Track" : "Pista",
    "Favorite" : "Favorit",
    "Distance" : "Distància",
    "Duration" : "Durada",
    "Name" : "Nom",
    "Add" : "Ajustar",
    "Add to favorites" : "Add to favorites",
    "Home" : "Domicili",
    "Work" : "Professional(a)",
    "Device" : "Periferic",
    "Date" : "Date",
    "Update" : "Metre a jorn",
    "Yes" : "Òc",
    "Open" : "Dobrir",
    "Search" : "Recercar",
    "File" : "File",
    "right" : "drecha",
    "left" : "esquèrra",
    "Destination" : "Destination",
    "min" : "min",
    "Details" : "Detalhs",
    "Phone" : "Telefòn",
    "Computer" : "Ordenador",
    "Photo files" : "Fichièrs fòto",
    "Photo folders" : "Dossièrs fòto",
    "Not grouped" : "Pas gropats",
    "Settings were successfully saved" : "Paramètres corrèctament salvats",
    "All contacts" : "Totes los contactes",
    "Share link" : "Partejar lo ligam",
    "Copy link" : "Copiar lo ligam",
    "Submit" : "Transmetre",
    "Move" : "Move",
    "No search result" : "Cap de resultats de recèrca",
    "Fast food" : "Restauracion rapida",
    "Cinema" : "Cinèma",
    "Dentist" : "Dentista",
    "Link" : "Ligam",
    "Description" : "Descripcion",
    "Download" : "Telecargar",
    "OSRM settings" : "Paramètres OSRM",
    "GraphHopper settings" : "Paramètres GraphHopper",
    "Mapbox settings" : "Paramètres Mapbox",
    "Search…" : "Recercar…",
    "Your photos" : "Vòstras fòtos",
    "Show all" : "O veire tot",
    "Settings" : "Paramètres"
},
"nplurals=2; plural=(n > 1);");