diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
commit | 700ac755655698d43e9c66f1aeca70680c43c807 (patch) | |
tree | f81954f381609867104ff9607b9656521d1549ce /apps/calendar/l10n/da.php | |
parent | a54ea3246cb2d20e3527211d3413f5d3a8dd529f (diff) | |
download | nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.tar.gz nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.zip |
updated translations
Diffstat (limited to 'apps/calendar/l10n/da.php')
-rw-r--r-- | apps/calendar/l10n/da.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/calendar/l10n/da.php b/apps/calendar/l10n/da.php index faff139642d..46af5cb43ab 100644 --- a/apps/calendar/l10n/da.php +++ b/apps/calendar/l10n/da.php @@ -1,12 +1,28 @@ <?php $TRANSLATIONS = array( "Authentication error" => "Godkendelsesfejl", +"Wrong calendar" => "Forkert kalender", "Timezone changed" => "Tidszone ændret", "Invalid request" => "Ugyldig forespørgsel", "Calendar" => "Kalender", +"Birthday" => "Fødselsdag", +"Business" => "Forretning", +"Call" => "Ring", +"Clients" => "Kunder", +"Holidays" => "Helligdage", +"Ideas" => "Ideér", +"Journey" => "Rejse", +"Jubilee" => "Jubilæum", +"Meeting" => "Møde", +"Other" => "Andet", +"Personal" => "Privat", +"Projects" => "Projekter", +"Questions" => "Spørgsmål", +"Work" => "Arbejde", "Does not repeat" => "Gentages ikke", "Daily" => "Daglig", "Weekly" => "Ugentlig", "Every Weekday" => "Alle hverdage", +"Bi-Weekly" => "Bi-Ugentligt", "Monthly" => "Månedlige", "Yearly" => "Årlig", "All day" => "Hele dagen", @@ -40,6 +56,7 @@ "Feb." => "Feb.", "Mar." => "Mar.", "Apr." => "Apr.", +"May." => "Maj.", "Jun." => "Jun.", "Jul." => "Jul.", "Aug." => "Aug.", @@ -49,25 +66,36 @@ "Dec." => "Dec.", "Week" => "Uge", "Weeks" => "Uger", +"More before {startdate}" => "Mere før {startdate}", +"More after {enddate}" => "Mere efter {enddate}", "Day" => "Dag", "Month" => "Måned", +"List" => "Liste", "Today" => "I dag", "Calendars" => "Kalendere", "Time" => "Tid", +"There was a fail, while parsing the file." => "Der opstod en fejl under gennemlæsning af filen.", "Choose active calendars" => "Vælg aktiv kalendere", +"New Calendar" => "Ny Kalender", +"CalDav Link" => "CalDav Link", "Download" => "Hent", "Edit" => "Rediger", +"New calendar" => "Ny kalender", "Edit calendar" => "Rediger kalender", +"Displayname" => "Visningsnavn", "Active" => "Aktiv", "Description" => "Beskrivelse", "Calendar color" => "Kalender farve", +"Save" => "Gem", "Submit" => "Send", +"Cancel" => "Annullér", "Edit an event" => "Redigér en begivenhed", "Title" => "Titel", "Title of the Event" => "Titel på begivenheden", "Location" => "Sted", "Location of the Event" => "Placering af begivenheden", "Category" => "Kategori", +"Select category" => "Vælg kategori", "All Day Event" => "Heldagsarrangement", "From" => "Fra", "To" => "Til", |