tasks/l10n/is.js
2019-01-27 01:36:24 +00:00

44 lines
2.9 KiB
JavaScript

OC.L10N.register(
"tasks",
{
"This will delete the calendar \"%s\" and all corresponding events and tasks." : "Þetta mun eyða dagatalinu \"%s\" og öllum færslum þess.",
"The name \"%s\" is already used." : "Nafnið \"%s\" er þegar í notkun.",
"An empty name is not allowed." : "Autt heiti er ekki leyft.",
"Tasks" : "Verkefni",
"Important" : "Mikilvægt",
"Today" : "Í dag",
"Week" : "Vika",
"All" : "Allt",
"Current" : "Núverandi",
"Completed" : "Lokið",
"The Tasks app for Nextcloud" : "Verkefnaforrit fyrir Nextcloud",
"Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "Þegar þetta hefur verið virkjað birtist ný Verkefni-valmynd í Nextcloud-forritavalmyndinni. Þaðan er hægt að bæta við og eyða verkefnum, breyta fyrirsögn þeirra, lýsingu, upphafs- og lokadagsetningum, tímasetningum áminninga, merkja sem mikilvæg og bæta athugasemdum við verk. Hægt er að seila verkefnum á milli notenda. Verkefni er hægt að samstilla með CalDav (hver verkefnalisti er tendur við Nextcloud-dagatal, til að samstilla það við dagatalatengd forrit - Thunderbird, Evolution, KDE Kontact, iCal... - þarf einfaldlega að bæta dagatalinu við sem fjartengdu dagatali í forritinu). Þú getur sótt verkefnin þín sem ICS-skrár með því að ýta á niðurhalshnappinn við hvert dagatal.",
"Delete" : "Eyða",
"Cancel" : "Hætta við",
"Change sort order" : "Breyta röðun",
"Default" : "Sjálfgefið",
"Due date" : "Skiladagur",
"Start date" : "Upphafsdagur",
"Priority" : "Forgangur",
"Manually" : "Handvirkt",
"Alphabetically" : "Í stafrófsröð",
"Task is completed" : "Verkefni er lokið",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n lokið verkefni","%n lokin verkefni"],
"Tomorrow" : "Á morgun",
"Set start date" : "Setja upphafsdag",
"Set due date" : "Setja skiladag",
"All day" : "Heilsdagsviðburður",
"Task not found!" : "Verkefn fannst ekki!",
"%s %% completed" : "%s %% lokið",
"Edit" : "Breyta",
"Download" : "Sækja",
"Save" : "Vista",
"Add List..." : "Bæta við lista...",
"New List" : "Nýr listi",
"Settings" : "Stillingar",
"Visibility of Smart Collections" : "Sýnileiki snjallsafna (Smart Collections)",
"Hidden" : "Falið",
"Visible" : "Sýnilegt",
"Automatic" : "Sjálfvirkt"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");