summaryrefslogtreecommitdiff
path: root/platform/macos/sdk/sv.lproj/Localizable.strings
blob: 0612033f3d86c854466dfb65b2941c38c966eb7f (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
/* User-friendly error description */
"LOAD_MAP_FAILED_DESC" = "Misslyckades med att ladda kartan på grund av ett okänt fel.";

/* User-friendly error description */
"LOAD_STYLE_FAILED_DESC" = "Misslyckades med att ladda kartan för att kartstilen kunde inte laddas.";

/* Accessibility title */
"MAP_A11Y_TITLE" = "Mapbox";

/* User-friendly error description */
"PARSE_STYLE_FAILED_DESC" = "Kunde inte ladda kartan för att kartstilen är korrupt.";

/* User-friendly error description */
"STYLE_NOT_FOUND_DESC" = "Kunde inte ladda kartan för att kartstilen kunde inte hittas eller är den inkompatibel.";

/* Label of Zoom In button */
"ZOOM_IN_LABEL" = "+";

/* Tooltip of Zoom In button */
"ZOOM_IN_TOOLTIP" = "Zooma In";

/* Label of Zoom Out button; U+2212 MINUS SIGN */
"ZOOM_OUT_LABEL" = "−";

/* Tooltip of Zoom Out button */
"ZOOM_OUT_TOOLTIP" = "Zooma Ut";