Files
iD/locale/da.js
2013-02-12 20:18:17 -08:00

228 lines
7.2 KiB
JavaScript

locale.da = {
modes: {
add_area: {
title: "Område",
description: "Tilføj parker, bygninger, søer, eller andre områder til kortet.",
tail: "Klik på kortet for at indtegne et område fx en park, sø eller bygning."
},
add_line: {
title: "Linje",
description: "Linjer kan være veje, gader eller stier selv kanaler kan være linjer.",
tail: "Klik på koret for at indtegne en vej, sti eller rute."
},
add_point: {
title: "Punkt",
description: "Restauranter, mindesmærker og postkasser er punkter.",
tail: "Klik på kortet for at tilføje et punkt."
},
browse: {
title: "Browse",
description: "Træk rundt og zoom på kortet."
},
draw_area: {
tail: "Klik her for at tilføje punkter til dit område. Click the first point to finish the area."
},
draw_line: {
tail: "Click to add more points to the line. Click on other lines to connect to them, and double-click to end the line."
}
},
operations: {
add: {
annotation: {
point: "Tilføjede et punkt.",
vertex: "Tilføjede en node til en vej."
}
},
start: {
annotation: {
line: "Startede en linje.",
area: "Startede et område."
}
},
'continue': {
annotation: {
line: "Forsatte en linje.",
area: "Forsatte et område."
}
},
cancel_draw: {
annotation: "Annulleret indtegning."
},
change_tags: {
annotation: "Ændret tags."
},
circularize: {
title: "Circularize",
description: "Make this round.",
key: "O",
annotation: {
line: "Made a line circular.",
area: "Made an area circular."
}
},
orthogonalize: {
title: "Orthogonalize",
description: "Square these corners.",
key: "Q",
annotation: {
line: "Squared the corners of a line.",
area: "Squared the corners of an area."
}
},
'delete': {
title: "Slet",
description: "Fjern dette fra kortet.",
key: "⌫",
annotation: {
point: "Slettede et punkt.",
vertex: "Slettede en node fra en vej.",
line: "Slettede en linje.",
area: "Slettede et område.",
relation: "Sletede en relation.",
multiple: "Slettede {n} objekter."
}
},
connect: {
annotation: {
point: "Connected a way to a point.",
vertex: "Connected a way to another.",
line: "Connected a way to a line.",
area: "Connected a way to an area."
}
},
disconnect: {
title: "Disconnect",
description: "Disconnect these ways from each other.",
key: "D",
annotation: "Disconnected ways."
},
merge: {
title: "Merge",
description: "Merge these lines.",
key: "C",
annotation: "Merged {n} lines."
},
move: {
title: "Flyt",
description: "Flyt dette til anden lokation.",
key: "M",
annotation: {
point: "Flyttede et punktMoved.",
vertex: "Flyttede en node i en vej.",
line: "Flyttede en linje.",
area: "Flyttede et område."
}
},
reverse: {
title: "Reverse",
description: "Make this line go in the opposite direction.",
key: "V",
annotation: "Reversed a line."
},
split: {
title: "Del op",
description: "Del op i to vej ved dette punkt.",
key: "X",
annotation: "Del op en vej."
}
},
nothing_to_undo: "Nothing to undo.",
nothing_to_redo: "Nothing to redo.",
just_edited: "Du har lige rettede i OpenStreetMap!",
browser_notice: "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
view_on_osm: "Vis på OSM",
zoom_in_edit: "zoom ind for at rette kortet",
logout: "log ud",
report_a_bug: "report a bug",
layerswitcher: {
title: "Background",
description: "Background Settings",
percent_brightness: "{opacity}% brightness",
fix_misalignment: "Fix misalignment",
reset: "nulstill"
},
commit: {
title: "Save Changes",
description_placeholder: "Brief description of your contributions",
upload_explanation: "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
save: "Save",
cancel: "Cancel",
warnings: "Warnings",
modified: "Modified",
deleted: "Deleted",
created: "Created"
},
contributors: {
list: "Vis bidrag fra {users}",
truncated_list: "Vis bidrag fra {users} og {count} andre"
},
geocoder: {
title: "Find et sted",
placeholder: "find et sted",
no_results: "Kunne ikke finde '{name}'"
},
geolocate: {
title: "Show My Location"
},
inspector: {
no_documentation_combination: "Der er ingen dokumentation for denne tag kombination",
no_documentation_key: "Der er ingen dokumenation tilgængelig for denne nøgle",
new_tag: "Nyt Tag",
edit_tags: "Ret tags",
okay: "Ok",
view_on_osm: "View on OSM"
},
restore: {
description: "You have unsaved changes from a previous editing session. Do you wish to restore these changes?",
restore: "Restore",
reset: "Reset"
},
save: {
title: "Gem",
help: "Gem ændringer til OpenStreetMap gør dem synlige for andre brugere",
error: "Der skete en fejl da du prøvede at gemme",
uploading: "Gemmer nu ændringer til OpenStreetMap.",
unsaved_changes: "Du har ændringer der ikke er gemt endnu",
},
splash: {
welcome: "Welcome to the iD OpenStreetMap editor",
text: "This is development version {version}. For more information see {website} and report bugs at {github}."
},
source_switch: {
live: "live",
dev: "dev"
},
tag_reference: {
description: "Description",
on_wiki: "{tag} on wiki.osm.org",
used_with: "used with {type}"
},
zoom: {
in: "Zoom ind",
out: "Zoom ud"
},
validations: {
untagged_point: "Untagged point which is not part of a line or area",
untagged_line: "Untagged line",
untagged_area: "Untagged area",
tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area",
deprecated_tags: "Deprecated tags: {tags}"
}
};