mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
3837 lines
114 KiB
Plaintext
3837 lines
114 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Laurent Cozic
|
|
# This file is distributed under the same license as the Joplin-CLI package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Joplin-CLI 1.0.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: Morten Juhl-Johansen Zölde-Fejér <mjjzf@syntaktisk."
|
|
"dk>Language-Team:\n"
|
|
"Language-Team: \n"
|
|
"Language: da_DK\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Poedit 2.2.4\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: CliClient/app/command-cp.js:13
|
|
msgid ""
|
|
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
|
|
"specified the note is duplicated in the current notebook."
|
|
msgstr ""
|
|
"Kopierer alle noter der matcher <note> til [notebook]. Hvis notesbog ikke er "
|
|
"udfyldt, kopieres til aktuel notesbog."
|
|
|
|
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
|
|
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
|
|
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
|
|
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
|
|
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
|
|
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
|
|
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
|
|
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
|
|
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
|
|
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
|
|
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
|
|
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
|
|
#: CliClient/app/command-done.js:20
|
|
#: ReactNativeClient/lib/services/InteropService.js:218
|
|
#: ReactNativeClient/lib/services/InteropService.js:239
|
|
#, javascript-format
|
|
msgid "Cannot find \"%s\"."
|
|
msgstr "Kan ikke finde \"%s\"."
|
|
|
|
#: CliClient/app/command-ls.js:18
|
|
msgid ""
|
|
"Displays the notes in the current notebook. Use `ls /` to display the list "
|
|
"of notebooks."
|
|
msgstr ""
|
|
"Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med "
|
|
"notesbøger."
|
|
|
|
#: CliClient/app/command-ls.js:27
|
|
msgid "Displays only the first top <num> notes."
|
|
msgstr "Viser kun de første <num> noter."
|
|
|
|
#: CliClient/app/command-ls.js:28
|
|
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
|
|
msgstr ""
|
|
"Sorterer emner ud fra <field> (fx titel, opdateret_tid, oprettelses_tid)."
|
|
|
|
#: CliClient/app/command-ls.js:29
|
|
msgid "Reverses the sorting order."
|
|
msgstr "Modsat sortering."
|
|
|
|
#: CliClient/app/command-ls.js:30
|
|
msgid ""
|
|
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
|
|
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
|
|
"to-dos, while `-ttd` would display notes and to-dos."
|
|
msgstr ""
|
|
"Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for "
|
|
"opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise "
|
|
"opgaver, mens `-ttd` vil vise noter og opgaver)."
|
|
|
|
#: CliClient/app/command-ls.js:31
|
|
msgid "Either \"text\" or \"json\""
|
|
msgstr "Enten \"text\" eller \"json\""
|
|
|
|
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
|
|
msgid ""
|
|
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
|
|
"TODO_CHECKED (for to-dos), TITLE"
|
|
msgstr ""
|
|
"Brug langt liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, "
|
|
"MARKEREDE_OPGAVER (for opgaver), TITEL"
|
|
|
|
#: CliClient/app/command-ls.js:63
|
|
msgid "Please select a notebook first."
|
|
msgstr "Vælg først en notesbog."
|
|
|
|
#: CliClient/app/command-import.js:14
|
|
msgid "Imports data into Joplin."
|
|
msgstr "Importerer data til Joplin."
|
|
|
|
#: CliClient/app/command-import.js:25
|
|
#, javascript-format
|
|
msgid "Source format: %s"
|
|
msgstr "Kildeformat: %s"
|
|
|
|
#: CliClient/app/command-import.js:26
|
|
msgid "Do not ask for confirmation."
|
|
msgstr "Spørg ikke om bekræftelse."
|
|
|
|
#: CliClient/app/command-import.js:27
|
|
#, fuzzy, javascript-format
|
|
msgid "Output format: %s"
|
|
msgstr "Kildeformat: %s"
|
|
|
|
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:69
|
|
#, javascript-format
|
|
msgid "Found: %d."
|
|
msgstr "Fundet: %d."
|
|
|
|
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:70
|
|
#, javascript-format
|
|
msgid "Created: %d."
|
|
msgstr "Oprettet: %d."
|
|
|
|
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:71
|
|
#, javascript-format
|
|
msgid "Updated: %d."
|
|
msgstr "Opdateret %d."
|
|
|
|
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:72
|
|
#, javascript-format
|
|
msgid "Skipped: %d."
|
|
msgstr "Droppet %d."
|
|
|
|
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:73
|
|
#, javascript-format
|
|
msgid "Resources: %d."
|
|
msgstr "Ressourcer: %d."
|
|
|
|
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:74
|
|
#, javascript-format
|
|
msgid "Tagged: %d."
|
|
msgstr "Markeret: %d."
|
|
|
|
#: CliClient/app/command-import.js:65
|
|
msgid "Importing notes..."
|
|
msgstr "Importerer noter..."
|
|
|
|
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:89
|
|
#, javascript-format
|
|
msgid "The notes have been imported: %s"
|
|
msgstr "Noterne er importeret: %s"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
msgid "Enum"
|
|
msgstr "Enum"
|
|
|
|
#: CliClient/app/help-utils.js:56
|
|
#, javascript-format
|
|
msgid "Type: %s."
|
|
msgstr "Tast: %s."
|
|
|
|
#: CliClient/app/help-utils.js:57
|
|
#, javascript-format
|
|
msgid "Possible values: %s."
|
|
msgstr "Mulige værdier: %s."
|
|
|
|
#: CliClient/app/help-utils.js:71
|
|
#, javascript-format
|
|
msgid "Default: %s"
|
|
msgstr "Standard: %s"
|
|
|
|
#: CliClient/app/help-utils.js:77
|
|
msgid "Possible keys/values:"
|
|
msgstr "Mulige nøgler/værdier:"
|
|
|
|
#: CliClient/app/command-server.js:14
|
|
#, javascript-format
|
|
msgid ""
|
|
"Start, stop or check the API server. To specify on which port it should run, "
|
|
"set the api.port config variable. Commands are (%s)."
|
|
msgstr ""
|
|
"Start, stop eller tjek API serveren. Sæt api.port variablen for at vælge "
|
|
"hvilken port den skal køre på. Kommandoerne er (%s)."
|
|
|
|
#: CliClient/app/command-server.js:37
|
|
#, javascript-format
|
|
msgid "Server is already running on port %d"
|
|
msgstr "Serveren kører allerede på port %d"
|
|
|
|
#: CliClient/app/command-server.js:43
|
|
#, javascript-format
|
|
msgid "Server is running on port %d"
|
|
msgstr "Serveren kører på port %d"
|
|
|
|
#: CliClient/app/command-server.js:43 CliClient/app/command-server.js:46
|
|
msgid "Server is not running."
|
|
msgstr "Serveren kører ikke."
|
|
|
|
#: CliClient/app/command-e2ee.js:18
|
|
msgid ""
|
|
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
|
|
"`status`, `decrypt-file` and `target-status`."
|
|
msgstr ""
|
|
"Håndterer E2EE konfiguration. Kommandoer er `enable`(aktiver), "
|
|
"`disable`(sluk), `decrypt`(dekrypter), `status`, `decrypt-file`(dekrypter "
|
|
"fil) og `target-status` (modtager-status)."
|
|
|
|
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
|
|
msgid "Enter master password:"
|
|
msgstr "Indtast Hoved kodeord:"
|
|
|
|
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
|
|
#: CliClient/app/command-e2ee.js:79
|
|
msgid "Operation cancelled"
|
|
msgstr "Udførelse annulleret"
|
|
|
|
#: CliClient/app/command-e2ee.js:47
|
|
msgid ""
|
|
"Starting decryption... Please wait as it may take several minutes depending "
|
|
"on how much there is to decrypt."
|
|
msgstr ""
|
|
"Dekryptering startet... Vent venligst da kan tage adskillige minutter "
|
|
"afhængig af mængden der skal dekrypteres."
|
|
|
|
#: CliClient/app/command-e2ee.js:53
|
|
#, fuzzy, javascript-format
|
|
msgid "Decrypted items: %d"
|
|
msgstr "Dekrypterede emner: %s / %s"
|
|
|
|
#: CliClient/app/command-e2ee.js:54
|
|
#, javascript-format
|
|
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
|
|
msgstr ""
|
|
|
|
#: CliClient/app/command-e2ee.js:68
|
|
msgid "Completed decryption."
|
|
msgstr "Dekryptering færdig."
|
|
|
|
#: CliClient/app/command-e2ee.js:77
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
|
|
msgid "Confirm password:"
|
|
msgstr "Bekræft kodeord:"
|
|
|
|
#: CliClient/app/command-e2ee.js:83
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
|
|
msgid "Passwords do not match!"
|
|
msgstr "Kodeord stemmer ikke overens!"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Enabled"
|
|
msgstr "Aktiveret"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
|
|
#: ReactNativeClient/lib/models/Setting.js:607
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
msgid "Disabled"
|
|
msgstr "Deaktiveret"
|
|
|
|
#: CliClient/app/command-e2ee.js:108
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
|
|
#, javascript-format
|
|
msgid "Encryption is: %s"
|
|
msgstr "Kryptering er: %s"
|
|
|
|
#: CliClient/app/command-mkbook.js:12
|
|
msgid "Creates a new notebook."
|
|
msgstr "Opretter en ny notesbog."
|
|
|
|
#: CliClient/app/command-mv.js:14
|
|
msgid "Moves the notes matching <note> to [notebook]."
|
|
msgstr "Flytter alle noter der matcher <note> til [notebook]."
|
|
|
|
#: CliClient/app/command-config.js:13
|
|
msgid ""
|
|
"Gets or sets a config value. If [value] is not provided, it will show the "
|
|
"value of [name]. If neither [name] nor [value] is provided, it will list the "
|
|
"current configuration."
|
|
msgstr ""
|
|
"Henter eller tilføjer konfigurations værdi. Hvis [value] er tilføjet, vises "
|
|
"værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises "
|
|
"aktuel konfiguration."
|
|
|
|
#: CliClient/app/command-config.js:18
|
|
msgid "Also displays unset and hidden config variables."
|
|
msgstr "Viser også tomme eller skjulte konfigurations variabler."
|
|
|
|
#: CliClient/app/command-config.js:79
|
|
#, javascript-format
|
|
msgid "%s = %s (%s)"
|
|
msgstr "%s = %s (%s)"
|
|
|
|
#: CliClient/app/command-config.js:81
|
|
#, javascript-format
|
|
msgid "%s = %s"
|
|
msgstr "%s = %s"
|
|
|
|
#: CliClient/app/command-use.js:12
|
|
msgid ""
|
|
"Switches to [notebook] - all further operations will happen within this "
|
|
"notebook."
|
|
msgstr ""
|
|
"Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog."
|
|
|
|
#: CliClient/app/command-sync.js:28
|
|
msgid "Synchronises with remote storage."
|
|
msgstr "Synkroniserer med fjern-lager."
|
|
|
|
#: CliClient/app/command-sync.js:32
|
|
msgid "Sync to provided target (defaults to sync.target config value)"
|
|
msgstr "Synk til valgt mål (standard er sync.target config.value)"
|
|
|
|
#: CliClient/app/command-sync.js:77 CliClient/app/command-sync.js:91
|
|
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
|
|
msgid ""
|
|
"Authentication was not completed (did not receive an authentication token)."
|
|
msgstr "Godkendelse blev ikke fuldført (modtog ikke godkendelses token)."
|
|
|
|
#: CliClient/app/command-sync.js:86
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
|
|
msgid ""
|
|
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
|
|
msgstr ""
|
|
"For at Joplin kan synkronisere med Dropbox, skal man igennem nedenstående "
|
|
"trin:"
|
|
|
|
#: CliClient/app/command-sync.js:87
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
|
|
msgid "Step 1: Open this URL in your browser to authorise the application:"
|
|
msgstr "Trin 1: Åben denne URL i din browser for at autorisere applikationen:"
|
|
|
|
#: CliClient/app/command-sync.js:89
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
|
|
msgid "Step 2: Enter the code provided by Dropbox:"
|
|
msgstr "Trin 2: Indtast koden, som er oplyst af Dropbox:"
|
|
|
|
#: CliClient/app/command-sync.js:101
|
|
#, javascript-format
|
|
msgid "Not authentified with %s. Please provide any missing credentials."
|
|
msgstr "Ikke godkendt med %s. Indtast venligst manglende koder/info."
|
|
|
|
#: CliClient/app/command-sync.js:124
|
|
msgid "Synchronisation is already in progress."
|
|
msgstr "Synkronisering er allerede i gang."
|
|
|
|
#: CliClient/app/command-sync.js:129
|
|
#, javascript-format
|
|
msgid ""
|
|
"Lock file is already being hold. If you know that no synchronisation is "
|
|
"taking place, you may delete the lock file at \"%s\" and resume the "
|
|
"operation."
|
|
msgstr ""
|
|
"Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang "
|
|
"kan du slette låsefilen \"%s\" og genoptage synkroniseringen."
|
|
|
|
#: CliClient/app/command-sync.js:175
|
|
#, javascript-format
|
|
msgid "Synchronisation target: %s (%s)"
|
|
msgstr "Synkroniserings mål: %s (%s)"
|
|
|
|
#: CliClient/app/command-sync.js:177
|
|
#, fuzzy
|
|
msgid "Cannot initialise synchroniser."
|
|
msgstr "Kan ikke initialisere synkroniseringen."
|
|
|
|
#: CliClient/app/command-sync.js:179
|
|
msgid "Starting synchronisation..."
|
|
msgstr "Starter synkronisering."
|
|
|
|
#: CliClient/app/command-sync.js:202
|
|
msgid "Downloading resources..."
|
|
msgstr "Downloader resurser..."
|
|
|
|
#: CliClient/app/command-sync.js:226
|
|
msgid "Cancelling... Please wait."
|
|
msgstr "Annullerer... Vent venligst."
|
|
|
|
#: CliClient/app/command-ren.js:14
|
|
msgid "Renames the given <item> (note or notebook) to <name>."
|
|
msgstr "Omdøber det aktuelle <item> (note eller notesbog) til <name>."
|
|
|
|
#: CliClient/app/command-rmbook.js:13
|
|
msgid "Deletes the given notebook."
|
|
msgstr "Sletter aktuelle notesbog."
|
|
|
|
#: CliClient/app/command-rmbook.js:17
|
|
msgid "Deletes the notebook without asking for confirmation."
|
|
msgstr "Sletter notesbogen uden at bede om bekræftelse."
|
|
|
|
#: CliClient/app/command-rmbook.js:26
|
|
#: ReactNativeClient/lib/components/screens/notes.js:154
|
|
msgid ""
|
|
"Delete notebook? All notes and sub-notebooks within this notebook will also "
|
|
"be deleted."
|
|
msgstr ""
|
|
"Slet notesbog? Alle noter og undernotesbøger i notesbogen bliver også "
|
|
"slettet."
|
|
|
|
#: CliClient/app/command-mktodo.js:12
|
|
msgid "Creates a new to-do."
|
|
msgstr "Opretter en ny opgave."
|
|
|
|
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
|
|
msgid "Notes can only be created within a notebook."
|
|
msgstr "Noter kan kun oprettes i en notesbog."
|
|
|
|
#: CliClient/app/command-cat.js:14
|
|
msgid "Displays the given note."
|
|
msgstr "Viser valgt note."
|
|
|
|
#: CliClient/app/command-cat.js:18
|
|
msgid "Displays the complete information about note."
|
|
msgstr "Viser komplet note information."
|
|
|
|
#: CliClient/app/command-edit.js:17
|
|
msgid "Edit note."
|
|
msgstr "Rediger note."
|
|
|
|
#: CliClient/app/command-edit.js:30
|
|
msgid ""
|
|
"No text editor is defined. Please set it using `config editor <editor-path>`"
|
|
msgstr ""
|
|
"Ingen teksteditor er valgt. Vælg en ved at indstille `config editor <editor-"
|
|
"path>`"
|
|
|
|
#: CliClient/app/command-edit.js:40
|
|
msgid "No active notebook."
|
|
msgstr "Ingen aktiv notesbog."
|
|
|
|
#: CliClient/app/command-edit.js:46
|
|
#, javascript-format
|
|
msgid "Note does not exist: \"%s\". Create it?"
|
|
msgstr "Note eksisterer ikke: \"%s\". Skal den oprettes?"
|
|
|
|
#: CliClient/app/app-gui.js:446
|
|
msgid "To delete a tag, untag the associated notes."
|
|
msgstr "For at slette et mærke, afmærk de tilhørende noter."
|
|
|
|
#: CliClient/app/app-gui.js:456
|
|
msgid "Please select the note or notebook to be deleted first."
|
|
msgstr "Vælg først en note eller en notesbog der skal slettes."
|
|
|
|
#: CliClient/app/app-gui.js:720
|
|
msgid "Press Ctrl+D or type \"exit\" to exit the application"
|
|
msgstr "Tast Ctrl+D eller tast \"exit\" for at afslutte app'en"
|
|
|
|
#: CliClient/app/command-rmnote.js:13
|
|
msgid "Deletes the notes matching <note-pattern>."
|
|
msgstr "Sletter alle noter der matcher <note-pattern>."
|
|
|
|
#: CliClient/app/command-rmnote.js:17
|
|
msgid "Deletes the notes without asking for confirmation."
|
|
msgstr "Sletter noterne uden at bede om bekræftelse."
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#, javascript-format
|
|
msgid "%d notes match this pattern. Delete them?"
|
|
msgstr "%d noter der matcher dette mønster. Slet dem?"
|
|
|
|
#: CliClient/app/command-rmnote.js:27
|
|
#: ReactNativeClient/lib/components/screens/note.js:461
|
|
msgid "Delete note?"
|
|
msgstr "Slet note?"
|
|
|
|
#: CliClient/app/command-attach.js:13
|
|
msgid "Attaches the given file to the note."
|
|
msgstr "Vedhæfter valgt fil til noten."
|
|
|
|
#: CliClient/app/command-version.js:11
|
|
msgid "Displays version information"
|
|
msgstr "Viser versions info"
|
|
|
|
#: CliClient/app/command-version.js:16
|
|
#, javascript-format
|
|
msgid "%s %s (%s)"
|
|
msgstr "%s %s (%s)"
|
|
|
|
#: CliClient/app/command-undone.js:12
|
|
msgid "Marks a to-do as non-completed."
|
|
msgstr "Markerer en opgave som ikke udført."
|
|
|
|
#: CliClient/app/command-export.js:13
|
|
msgid ""
|
|
"Exports Joplin data to the given path. By default, it will export the "
|
|
"complete database including notebooks, notes, tags and resources."
|
|
msgstr ""
|
|
"Eksporterer Joplin data til valgt sti. Standard er eksport af hele databasen "
|
|
"inkl. notesbøger, noter, mærker og ressourcer."
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
#, javascript-format
|
|
msgid "Destination format: %s"
|
|
msgstr "Destinations format: %s"
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given note."
|
|
msgstr "Eksporter kun valgt note."
|
|
|
|
#: CliClient/app/command-export.js:23
|
|
msgid "Exports only the given notebook."
|
|
msgstr "Eksporter kun valgt notesbog."
|
|
|
|
#: CliClient/app/command-mknote.js:12
|
|
msgid "Creates a new note."
|
|
msgstr "Opretter en ny note."
|
|
|
|
#: CliClient/app/main.js:80
|
|
msgid "Type `joplin help` for usage information."
|
|
msgstr "Tast `Joplin help` for alm. info."
|
|
|
|
#: CliClient/app/main.js:82
|
|
msgid "Fatal error:"
|
|
msgstr "Kritisk fejl:"
|
|
|
|
#: CliClient/app/command-geoloc.js:13
|
|
msgid "Displays a geolocation URL for the note."
|
|
msgstr "Vis geolokations URL for noten."
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:36
|
|
msgid ""
|
|
"Welcome to Joplin!\n"
|
|
"\n"
|
|
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
|
|
"for usage information.\n"
|
|
"\n"
|
|
"For example, to create a notebook press `mb`; to create a note press `mn`."
|
|
msgstr ""
|
|
"Velkommen til Joplin!\n"
|
|
"\n"
|
|
"Tast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` "
|
|
"for alm. hjælp.\n"
|
|
"\n"
|
|
"For eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at "
|
|
"oprette en note."
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:48
|
|
msgid ""
|
|
"One or more items are currently encrypted and you may need to supply a "
|
|
"master password. To do so please type `e2ee decrypt`. If you have already "
|
|
"supplied the password, the encrypted items are being decrypted in the "
|
|
"background and will be available soon."
|
|
msgstr ""
|
|
"Et eller flere emner er krypteret og du skal evt. angive et hoved-kodeord. "
|
|
"For at gøre det; tast è2ee decrypt`. Har du allerede indtastet password, "
|
|
"bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar."
|
|
|
|
#: CliClient/app/gui/NoteWidget.js:50
|
|
#, fuzzy
|
|
msgid "You may also type `status` for more information."
|
|
msgstr "Spørg ikke om bekræftelse."
|
|
|
|
#: CliClient/app/gui/FolderListWidget.js:31
|
|
msgid "Search:"
|
|
msgstr "Søg:"
|
|
|
|
#: CliClient/app/command-search.js:13
|
|
msgid "Searches for the given <pattern> in all the notes."
|
|
msgstr "Søger efter <pattern> mønster i alle noter."
|
|
|
|
#: CliClient/app/command-set.js:22
|
|
#, javascript-format
|
|
msgid ""
|
|
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
|
"properties are:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
"Sætter ejerskab <name> af valgt <note> til aktuel [value]. Mulige ejerskab "
|
|
"er:\n"
|
|
"\n"
|
|
"%s"
|
|
|
|
#: CliClient/app/cli-utils.js:108
|
|
#, javascript-format
|
|
msgid "Missing required argument: %s"
|
|
msgstr "Mangler krævet argument: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:139 ReactNativeClient/lib/services/report.js:151
|
|
#, javascript-format
|
|
msgid "%s: %s"
|
|
msgstr "%s: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:143
|
|
msgid "Your choice: "
|
|
msgstr "Dit valg: "
|
|
|
|
#: CliClient/app/cli-utils.js:150
|
|
#, javascript-format
|
|
msgid "Invalid answer: %s"
|
|
msgstr "Forkert svar: %s"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "Y"
|
|
msgstr "J"
|
|
|
|
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
|
|
msgid "n"
|
|
msgstr "n"
|
|
|
|
#: CliClient/app/base-command.js:15
|
|
msgid "Cannot change encrypted item"
|
|
msgstr "Kan ikke ændre krypteret emne"
|
|
|
|
#: CliClient/app/command-help.js:13
|
|
msgid "Displays usage information."
|
|
msgstr "Viser årsags information."
|
|
|
|
#: CliClient/app/command-help.js:36
|
|
#, javascript-format
|
|
msgid "For information on how to customise the shortcuts please visit %s"
|
|
msgstr "For info om tilpasning af links, besøg %s"
|
|
|
|
#: CliClient/app/command-help.js:44
|
|
msgid "Shortcuts are not available in CLI mode."
|
|
msgstr "Links er ikke til rådighed i GUI tilstand."
|
|
|
|
#: CliClient/app/command-help.js:71
|
|
msgid ""
|
|
"Type `help [command]` for more information about a command; or type `help "
|
|
"all` for the complete usage information."
|
|
msgstr ""
|
|
"Tast `help[kommando]` for mere info om en kommando; eller tast `help all` "
|
|
"for fuld hjælpe liste ."
|
|
|
|
#: CliClient/app/command-help.js:73
|
|
msgid "The possible commands are:"
|
|
msgstr "Mulige kommandoer er:"
|
|
|
|
#: CliClient/app/command-help.js:77
|
|
msgid ""
|
|
"In any command, a note or notebook can be referred to by title or ID, or "
|
|
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
|
|
"note or notebook. `$c` can be used to refer to the currently selected item."
|
|
msgstr ""
|
|
"I enhver kommando kan en note eller notesbog refereres med titel eller ID, "
|
|
"eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `"
|
|
"$c` kan bruges som reference til aktuel/valgt emne."
|
|
|
|
#: CliClient/app/command-help.js:79
|
|
msgid "To move from one pane to another, press Tab or Shift+Tab."
|
|
msgstr "For flytte fra et panel til et andet, tryk Tab eller Skift+Tab."
|
|
|
|
#: CliClient/app/command-help.js:80
|
|
msgid ""
|
|
"Use the arrows and page up/down to scroll the lists and text areas "
|
|
"(including this console)."
|
|
msgstr ""
|
|
"Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. "
|
|
"denne konsol)"
|
|
|
|
#: CliClient/app/command-help.js:81
|
|
msgid "To maximise/minimise the console, press \"tc\"."
|
|
msgstr "For at maksimere/minimere konsollen, tryk \"tc\"."
|
|
|
|
#: CliClient/app/command-help.js:82
|
|
msgid "To enter command line mode, press \":\""
|
|
msgstr "For at skifte til kommandolinje tilstand, tryk \":\""
|
|
|
|
#: CliClient/app/command-help.js:83
|
|
msgid "To exit command line mode, press ESCAPE"
|
|
msgstr "For at forlade kommandolinje tilstand, tryk Esc"
|
|
|
|
#: CliClient/app/command-help.js:84
|
|
msgid ""
|
|
"For the list of keyboard shortcuts and config options, type `help keymap`"
|
|
msgstr ""
|
|
"For at få vist listen af tastatur genveje og konfigurations muligheder, test "
|
|
"`help keymap`"
|
|
|
|
#: CliClient/app/command-todo.js:14
|
|
msgid ""
|
|
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
|
|
"toggle the given to-do between completed and uncompleted state (If the "
|
|
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
|
|
"convert the to-do back to a regular note."
|
|
msgstr ""
|
|
"<todo-command> (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". "
|
|
"Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført "
|
|
"(Hvis resultatet er en almindelig note, bliver den konverteret til en "
|
|
"opgave). Brug \"clear\" til at konvertere en opgave til en alm. note."
|
|
|
|
#: CliClient/app/command-exit.js:11
|
|
msgid "Exits the application."
|
|
msgstr "Forlad/luk program."
|
|
|
|
#: CliClient/app/app.js:61
|
|
#, javascript-format
|
|
msgid "More than one item match \"%s\". Please narrow down your query."
|
|
msgstr "Mere end et emne matcher \"%s\". Præciser din søgning."
|
|
|
|
#: CliClient/app/app.js:91
|
|
msgid "No notebook selected."
|
|
msgstr "Ingen notesbog er valgt."
|
|
|
|
#: CliClient/app/app.js:97
|
|
msgid "No notebook has been specified."
|
|
msgstr "Ingen notesbog er specificeret."
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "N"
|
|
msgstr "N"
|
|
|
|
#: CliClient/app/app.js:136
|
|
msgid "y"
|
|
msgstr "j"
|
|
|
|
#: CliClient/app/app.js:169
|
|
msgid "Cancelling background synchronisation... Please wait."
|
|
msgstr "Annullerer baggrunds synkronisering... Vent venligst."
|
|
|
|
#: CliClient/app/app.js:254
|
|
#, javascript-format
|
|
msgid "No such command: %s"
|
|
msgstr "Kommando findes ikke: %s"
|
|
|
|
#: CliClient/app/app.js:302
|
|
#, javascript-format
|
|
msgid "The command \"%s\" is only available in GUI mode"
|
|
msgstr "Kommando \"%s\" er kun til rådighed i GUI tilstand"
|
|
|
|
#: CliClient/app/command-status.js:13
|
|
msgid "Displays summary about the notes and notebooks."
|
|
msgstr "Viser opsummering om noter og notesbøger."
|
|
|
|
#: CliClient/app/command-status.js:44
|
|
msgid ""
|
|
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
|
|
msgstr ""
|
|
|
|
#: CliClient/app/command-tag.js:14
|
|
#, fuzzy
|
|
msgid ""
|
|
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
|
|
"assign or remove [tag] from [note], to list notes associated with [tag], or "
|
|
"to list tags associated with [note]. The command `tag list` can be used to "
|
|
"list all the tags (use -l for long option)."
|
|
msgstr ""
|
|
"<tag-command> (mærke-kommando) kan enten være \"add\" (tilføj), \"remove"
|
|
"\" (slet) eller \"list\" (liste) for at tilføje eller fjerne [tag] fra "
|
|
"[note], eller for at liste de noter der bruger [tag]. Kommandoen `tag-list` "
|
|
"kan bruges til at vise alle mærker (brug -l for at vise den lange udgave)."
|
|
|
|
#: CliClient/app/command-tag.js:90
|
|
#, javascript-format
|
|
msgid "Invalid command: \"%s\""
|
|
msgstr "Ulovlig kommando: \"%s\""
|
|
|
|
#: CliClient/app/command-done.js:14
|
|
msgid "Marks a to-do as done."
|
|
msgstr "Markerer en opgave som udført."
|
|
|
|
#: CliClient/app/command-done.js:21
|
|
#, javascript-format
|
|
msgid "Note is not a to-do: \"%s\""
|
|
msgstr "Noten er ikke en opgave: \"%s\""
|
|
|
|
#: ElectronClient/bridge.js:101 ElectronClient/bridge.js:112
|
|
#: ElectronClient/bridge.js:125 ElectronClient/bridge.js:135
|
|
#: ElectronClient/checkForUpdates.js:139
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:30
|
|
#: ElectronClient/gui/PromptDialog.min.js:235
|
|
#: ElectronClient/gui/ConfigScreen.min.js:185
|
|
#: ElectronClient/gui/ConfigScreen.min.js:754 ElectronClient/app.js:618
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:67
|
|
#: ReactNativeClient/lib/components/CameraView.js:182
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:150
|
|
msgid "OK"
|
|
msgstr "OK"
|
|
|
|
#: ElectronClient/bridge.js:112 ElectronClient/bridge.js:125
|
|
#: ElectronClient/gui/DialogButtonRow.min.js:38
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:296
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/PromptDialog.min.js:242
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:70
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:89
|
|
#: ReactNativeClient/lib/components/ModalDialog.js:70
|
|
#: ReactNativeClient/lib/components/CameraView.js:183
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:156
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:165
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
#: ReactNativeClient/lib/components/screens/note.js:526
|
|
msgid "Cancel"
|
|
msgstr "Fortryd"
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:454
|
|
#, fuzzy
|
|
msgid ""
|
|
"Type a note title or part of its content to jump to it. Or type # followed "
|
|
"by a tag name, or @ followed by a notebook name."
|
|
msgstr ""
|
|
"Skriv titlen på en note for at hoppe til den, eller skriv # efterfulgt af et "
|
|
"mærkenavn, eller @ efterfulgt af en notesbogs navn."
|
|
|
|
#: ElectronClient/plugins/GotoAnything.min.js:493
|
|
#, fuzzy
|
|
msgid "Goto Anything..."
|
|
msgstr "Gå til hvad som helst..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:147
|
|
#, javascript-format
|
|
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr "Eksporterer til \"%s\" som \"%s\"-format. Vent venligst..."
|
|
|
|
#: ElectronClient/InteropServiceHelper.js:164
|
|
#, fuzzy, javascript-format
|
|
msgid "Could not export notes: %s"
|
|
msgstr "Kunne eksportere noterne: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:138
|
|
msgid "Current version is up-to-date."
|
|
msgstr "Aktuel version er nyeste."
|
|
|
|
#: ElectronClient/checkForUpdates.js:148
|
|
#, javascript-format
|
|
msgid "%s (pre-release)"
|
|
msgstr "%s (pre-release)"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
msgid "An update is available, do you want to download it now?"
|
|
msgstr "Opdatering er til rådighed, vil du hente den nu?"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "Your version: %s"
|
|
msgstr "Din version: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:152
|
|
#, javascript-format
|
|
msgid "New version: %s"
|
|
msgstr "Ny version: %s"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:524
|
|
msgid "Yes"
|
|
msgstr "Ja"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
|
|
#: ReactNativeClient/lib/shim-init-node.js:91
|
|
#: ReactNativeClient/lib/components/screens/note.js:525
|
|
msgid "No"
|
|
msgstr "Nej"
|
|
|
|
#: ElectronClient/checkForUpdates.js:153
|
|
msgid "Full Release Notes"
|
|
msgstr "Fulde udgivelses noter"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
|
|
#, javascript-format
|
|
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
|
|
msgstr "Noten \"%s\" er blevet gendannet til notesbogen \"%s\"."
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
|
|
msgid "This note has no history"
|
|
msgstr "Denne note har ingen historie"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:110
|
|
#: ElectronClient/gui/NoteText.min.js:865
|
|
#, javascript-format
|
|
msgid "Unsupported link or message: %s"
|
|
msgstr "Ugyldigt- eller ulovligt link eller besked: %s"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
|
|
msgid "Restore"
|
|
msgstr "Gendan"
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
|
|
#, javascript-format
|
|
msgid ""
|
|
"Click \"%s\" to restore the note. It will be copied in the notebook named "
|
|
"\"%s\". The current version of the note will not be replaced or modified."
|
|
msgstr ""
|
|
"Tryk på \"%s\" for at gendanne noten. Den vil blive kopieret til notesbogen "
|
|
"\"%s\". Den nuværende version af noten vil ikke blive erstattet eller ændret."
|
|
|
|
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
|
|
#: ElectronClient/gui/NoteText.min.js:1671
|
|
#: ElectronClient/gui/ConfigScreen.min.js:744
|
|
#: ElectronClient/gui/Header.min.js:316
|
|
#: ElectronClient/gui/Header/Header.min.js:302
|
|
#: ReactNativeClient/lib/commands/historyBackward.js:16
|
|
msgid "Back"
|
|
msgstr "Tilbage"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:269
|
|
#: ElectronClient/gui/SideBar.min.js:283
|
|
msgid "Remove"
|
|
msgstr "Fjern"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:272
|
|
#: ElectronClient/gui/SideBar.min.js:286
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:148
|
|
#, javascript-format
|
|
msgid ""
|
|
"Delete notebook \"%s\"?\n"
|
|
"\n"
|
|
"All notes and sub-notebooks within this notebook will also be deleted."
|
|
msgstr ""
|
|
"Slet notesbogen \"%s\"?\n"
|
|
"\n"
|
|
"Alle noter og undernotesbøger i notesbogen bliver også slettet."
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:273
|
|
#: ElectronClient/gui/SideBar.min.js:287
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:161
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:184
|
|
#: ElectronClient/gui/ResourceScreen.js:46
|
|
#: ElectronClient/gui/ResourceScreen.js:94
|
|
#: ReactNativeClient/lib/components/screen-header.js:356
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:146
|
|
#: ReactNativeClient/lib/components/screens/note.js:868
|
|
msgid "Delete"
|
|
msgstr "Slet"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:276
|
|
#, fuzzy, javascript-format
|
|
msgid "Remove tag \"%s\" and its descendant tags from all notes?"
|
|
msgstr "Slet markeringen \"%s\" fra alle noter?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:278
|
|
#: ElectronClient/gui/SideBar.min.js:292
|
|
msgid "Remove this search from the sidebar?"
|
|
msgstr "Slet denne søgning fra sidebjælke?"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:337
|
|
#: ElectronClient/gui/SideBar.min.js:382
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:154 ElectronClient/app.js:677
|
|
#: ElectronClient/app.js:727
|
|
msgid "Export"
|
|
msgstr "Eksporter"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:660
|
|
#: ElectronClient/gui/SideBar.min.js:724
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:338
|
|
msgid "Synchronise"
|
|
msgstr "Synkroniser"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:694
|
|
#: ElectronClient/gui/SideBar.min.js:757
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:360
|
|
#: ReactNativeClient/lib/components/screens/notes.js:189
|
|
msgid "All notes"
|
|
msgstr "Alle noter"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:699
|
|
#: ElectronClient/gui/SideBar.min.js:762
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:364
|
|
msgid "Notebooks"
|
|
msgstr "Notesbøger"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:716
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:779
|
|
#: ElectronClient/gui/NoteText.min.js:1634
|
|
#: ElectronClient/gui/NoteText.min.js:1810
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:314
|
|
#: ReactNativeClient/lib/components/screens/tags.js:101
|
|
#: ReactNativeClient/lib/components/screens/note.js:841
|
|
msgid "Tags"
|
|
msgstr "Mærker"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:735
|
|
#: ElectronClient/gui/SideBar.min.js:797
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:325
|
|
#, javascript-format
|
|
msgid "Decrypting items: %d/%d"
|
|
msgstr "Dekrypterede emner: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/SideBar.min.js:740
|
|
#: ElectronClient/gui/SideBar.min.js:802
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:330
|
|
#, javascript-format
|
|
msgid "Fetching resources: %d/%d"
|
|
msgstr "Henter ressourcer: %d/%d"
|
|
|
|
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:15
|
|
msgid "Sidebar"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:144
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:260
|
|
#: ElectronClient/gui/NoteText.min.js:1547
|
|
#, fuzzy
|
|
msgid "strong text"
|
|
msgstr "stærk tekst"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:145
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:261
|
|
#, fuzzy
|
|
msgid "emphasised text"
|
|
msgstr "fremhævet tekst"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:147
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:263
|
|
#: ElectronClient/gui/NoteText.min.js:1616
|
|
msgid "Insert Hyperlink"
|
|
msgstr "Indsæt hyperlink"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:180
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:182
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:183
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:298
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:300
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:301
|
|
#: ElectronClient/gui/NoteText.min.js:1591
|
|
#: ElectronClient/gui/NoteText.min.js:1595
|
|
#: ElectronClient/gui/NoteText.min.js:1604
|
|
msgid "List item"
|
|
msgstr "Listepunkt"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:236
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:354
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:15
|
|
msgid "Cut"
|
|
msgstr "Klip"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:243
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:361
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:81
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:10
|
|
#: ElectronClient/gui/NoteText.min.js:804 ElectronClient/app.js:618
|
|
msgid "Copy"
|
|
msgstr "Kopier"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:250
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:368
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:20
|
|
msgid "Paste"
|
|
msgstr "Indsæt"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
msgid "Layout"
|
|
msgstr "Layout"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
|
|
#: ElectronClient/gui/NoteText.min.js:1085
|
|
#, javascript-format
|
|
msgid ""
|
|
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
|
|
"note."
|
|
msgstr "Denne note er tom. Klik på \"%s\" for at starte editor og rette noten."
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
|
|
#, fuzzy
|
|
msgid "Checkbox list"
|
|
msgstr "Afkrydsningsfelt"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:470
|
|
#: ElectronClient/gui/ConfigScreen.min.js:642
|
|
#: ReactNativeClient/lib/components/screens/note.js:1110
|
|
msgid "Edit"
|
|
msgstr "Ret"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:526
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:50
|
|
#: ElectronClient/gui/NoteText.min.js:1627
|
|
#: ElectronClient/gui/NoteText.min.js:1726
|
|
msgid "Attach file"
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:535
|
|
msgid "Code Block"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:544
|
|
msgid "Inline Code"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:559
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:80
|
|
#: ElectronClient/gui/NoteText.min.js:1778
|
|
msgid "Insert Date Time"
|
|
msgstr "Indsæt dato og tid"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
msgid "Drop notes or files here"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:401
|
|
#, fuzzy
|
|
msgid "Code View"
|
|
msgstr "Kode"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
|
|
#, javascript-format
|
|
msgid ""
|
|
"Please wait for all attachments to be downloaded and decrypted. You may also "
|
|
"switch to %s to edit the note."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:833
|
|
msgid "There was an error downloading this attachment:"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:835
|
|
#: ReactNativeClient/lib/services/ResourceEditWatcher.js:146
|
|
#, fuzzy
|
|
msgid "This attachment is not downloaded or not decrypted yet"
|
|
msgstr "Denne vedhæftning er ikke downloaded eller er ikke dekrypteret endnu."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:39
|
|
#: ElectronClient/gui/NoteText.min.js:778
|
|
msgid "Open..."
|
|
msgstr "Åben..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:52
|
|
#: ElectronClient/gui/NoteText.min.js:786
|
|
msgid "Save as..."
|
|
msgstr "Gem som..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:65
|
|
msgid "Reveal file in folder"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:73
|
|
#: ElectronClient/gui/NoteText.min.js:797
|
|
msgid "Copy path to clipboard"
|
|
msgstr "Kopier sti til udklipsholderen"
|
|
|
|
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:88
|
|
#: ElectronClient/gui/NoteText.min.js:811
|
|
msgid "Copy Link Address"
|
|
msgstr "Kopier link"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "to-do"
|
|
msgstr "opgave"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
msgid "note"
|
|
msgstr "note"
|
|
|
|
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
|
|
#: ElectronClient/gui/NoteText.min.js:2121
|
|
#, javascript-format
|
|
msgid "Creating new %s..."
|
|
msgstr "Opretter ny %s..."
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:25
|
|
msgid "Select all"
|
|
msgstr "Vælg alt"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:30
|
|
#: ElectronClient/gui/NoteText.min.js:1690
|
|
msgid "Bold"
|
|
msgstr "Fremhævet"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:35
|
|
#: ElectronClient/gui/NoteText.min.js:1698
|
|
msgid "Italic"
|
|
msgstr "Kursiv"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:40
|
|
#: ElectronClient/gui/NoteText.min.js:1710
|
|
msgid "Hyperlink"
|
|
msgstr "Hyperlink"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:45
|
|
#: ElectronClient/gui/NoteText.min.js:1718
|
|
msgid "Code"
|
|
msgstr "Kode"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:55
|
|
#: ElectronClient/gui/NoteText.min.js:1738
|
|
msgid "Numbered List"
|
|
msgstr "Nummeret liste"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:60
|
|
#: ElectronClient/gui/NoteText.min.js:1746
|
|
msgid "Bulleted List"
|
|
msgstr "Punktliste"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:65
|
|
#: ElectronClient/gui/NoteText.min.js:1754
|
|
msgid "Checkbox"
|
|
msgstr "Afkrydsningsfelt"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:70
|
|
#: ElectronClient/gui/NoteText.min.js:1762
|
|
msgid "Heading"
|
|
msgstr "Overskrift"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:75
|
|
#: ElectronClient/gui/NoteText.min.js:1770
|
|
msgid "Horizontal Rule"
|
|
msgstr "Vandret linje"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:15
|
|
#, fuzzy
|
|
msgid "Note title"
|
|
msgstr "Notesbogs titel:"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:15
|
|
msgid "Search in current note"
|
|
msgstr "Søg i denne note"
|
|
|
|
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:15
|
|
#, fuzzy
|
|
msgid "Note body"
|
|
msgstr "Notesbøger"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:26
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:163
|
|
#: ElectronClient/gui/ResourceScreen.js:38
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
|
|
msgid "Created"
|
|
msgstr "Oprettet"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
|
|
msgid "Updated"
|
|
msgstr "Opdateret"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
|
|
#, fuzzy
|
|
msgid "Completed"
|
|
msgstr "Fuldført: %s"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
|
|
msgid "Location"
|
|
msgstr "Placering"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
|
|
msgid "URL"
|
|
msgstr "URL"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
|
|
#: ReactNativeClient/lib/models/Setting.js:1253
|
|
msgid "Note History"
|
|
msgstr "Notehistore"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
|
|
msgid "Markup"
|
|
msgstr "Markup"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:305
|
|
msgid "Previous versions of this note"
|
|
msgstr "Tidligere udgaver af denne note"
|
|
|
|
#: ElectronClient/gui/NotePropertiesDialog.min.js:382
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:16
|
|
#: ElectronClient/gui/NoteText.min.js:1834
|
|
msgid "Note properties"
|
|
msgstr "Note egenskaber"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:295
|
|
msgid "Some items cannot be synchronised."
|
|
msgstr "Nogle emner kan ikke synkroniseres."
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:300
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:312
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:336
|
|
msgid "View them now"
|
|
msgstr "Vis dem nu"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:307
|
|
msgid "Some items cannot be decrypted."
|
|
msgstr "Nogle emner kan ikke krypteres."
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:319
|
|
msgid "One or more master keys need a password."
|
|
msgstr "En eller flere hovednøgler mangler et kodeord."
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:324
|
|
msgid "Set the password"
|
|
msgstr "Indstil kodeord"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:331
|
|
#, fuzzy
|
|
msgid "One of your master keys use an obsolete encryption method."
|
|
msgstr "En eller flere hovednøgler mangler et kodeord."
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:343
|
|
msgid ""
|
|
"The default encryption method has been changed, you should re-encrypt your "
|
|
"data."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:348
|
|
#, fuzzy
|
|
msgid "More info"
|
|
msgstr "Mere information"
|
|
|
|
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
|
|
msgid "Search..."
|
|
msgstr "Søg..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:16
|
|
msgid "Statistics..."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:17
|
|
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:129
|
|
msgid "Rename"
|
|
msgstr "Omdøb"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:292
|
|
msgid "Rename notebook:"
|
|
msgstr "Omdøb notesbog:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:16
|
|
#: ElectronClient/gui/MainScreen/commands/newTodo.js:28
|
|
#: ReactNativeClient/lib/components/action-button.js:64
|
|
#: ReactNativeClient/setUpQuickActions.js:15
|
|
msgid "New to-do"
|
|
msgstr "Ny opgave"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:26
|
|
#, fuzzy
|
|
msgid "Toggle note list"
|
|
msgstr "Start kryptering"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:15
|
|
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:26
|
|
msgid "Toggle sidebar"
|
|
msgstr "Slå sidebar til eller fra"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:19
|
|
#: ElectronClient/gui/NoteText.min.js:1642
|
|
#: ElectronClient/gui/NoteText.min.js:1828
|
|
#: ReactNativeClient/lib/components/screens/note.js:826
|
|
msgid "Set alarm"
|
|
msgstr "Indstil alarm"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:31
|
|
#: ElectronClient/gui/MainScreen.min.js:417
|
|
msgid "Set alarm:"
|
|
msgstr "Indstil alarm:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:19
|
|
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:30
|
|
#: ElectronClient/gui/MainScreen.min.js:549
|
|
msgid "PDF File"
|
|
msgstr "PDF fil"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:20
|
|
#: ElectronClient/gui/MainScreen/commands/newNote.js:47
|
|
#: ReactNativeClient/lib/components/action-button.js:73
|
|
#: ReactNativeClient/setUpQuickActions.js:14
|
|
msgid "New note"
|
|
msgstr "Ny note"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:17
|
|
#, fuzzy
|
|
msgid "Move to notebook"
|
|
msgstr "Flyt til notesbog..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:36
|
|
#: ElectronClient/gui/MainScreen.min.js:272
|
|
#, fuzzy
|
|
msgid "Move to notebook:"
|
|
msgstr "Flyt til notesbog..."
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:15
|
|
msgid "Toggle editor layout"
|
|
msgstr "Skift editor layout"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/renameTag.js:26
|
|
#: ElectronClient/gui/MainScreen.min.js:313
|
|
msgid "Rename tag:"
|
|
msgstr "Omdøb mærke:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:17
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:57
|
|
msgid "New notebook"
|
|
msgstr "Ny notesbog"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:25
|
|
#: ElectronClient/gui/MainScreen.min.js:178
|
|
msgid "Notebook title:"
|
|
msgstr "Notesbogs titel:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:15
|
|
#, fuzzy
|
|
msgid "Share note..."
|
|
msgstr "Gendannede noter"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:23
|
|
#: ElectronClient/gui/MainScreen.min.js:448
|
|
msgid "Template file:"
|
|
msgstr "Skabelonfil:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/setTags.js:44
|
|
#: ElectronClient/gui/MainScreen.min.js:221
|
|
msgid "Add or remove tags:"
|
|
msgstr "Tilføj eller slet mærker:"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:16
|
|
msgid "Print"
|
|
msgstr "Udskriv"
|
|
|
|
#: ElectronClient/gui/MainScreen/commands/print.js:25
|
|
#: ElectronClient/gui/NoteText.min.js:1321
|
|
#, fuzzy
|
|
msgid "Only one note can be printed at a time."
|
|
msgstr "Kun én note kan printes eller eksporteres til PDF ad gangen."
|
|
|
|
#: ElectronClient/gui/NoteToolbar/NoteToolbar.js:32
|
|
#: ElectronClient/gui/NoteText.min.js:1656
|
|
#, javascript-format
|
|
msgid "In: %s"
|
|
msgstr "I: %s"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:290
|
|
#, javascript-format
|
|
msgid "Remove tag \"%s\" from all notes?"
|
|
msgstr "Slet markeringen \"%s\" fra alle noter?"
|
|
|
|
#: ElectronClient/gui/SideBar.min.js:304
|
|
#, fuzzy
|
|
msgid "New sub-notebook"
|
|
msgstr "Ny notesbog"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
|
|
msgid "Token has been copied to the clipboard!"
|
|
msgstr "Din token er blevet kopieret til udklipsholderen!"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:69
|
|
msgid "The web clipper service is enabled and set to auto-start."
|
|
msgstr "Web-clipper tjenesten er slået til og sat til at starte automatisk."
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:76
|
|
#, javascript-format
|
|
msgid "Status: Started on port %d"
|
|
msgstr "Status: Startet på port %d"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:82
|
|
#, javascript-format
|
|
msgid "Status: %s"
|
|
msgstr "Tilstand: %s"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:88
|
|
msgid "Disable Web Clipper Service"
|
|
msgstr "Slå Web-Clipper tjenesten fra"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:94
|
|
msgid "The web clipper service is not enabled."
|
|
msgstr "Web-Clipper tjenesten er ikke slået til."
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:99
|
|
msgid "Enable Web Clipper Service"
|
|
msgstr "Slå Web-Clipper tjenesten til"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:122
|
|
msgid ""
|
|
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
|
|
"to Joplin."
|
|
msgstr ""
|
|
"Joplin Web-Clipper gør at du kan gemme hjemmesider og screenshots fra din "
|
|
"browser i Joplin."
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:127
|
|
msgid "In order to use the web clipper, you need to do the following:"
|
|
msgstr "For at bruge Web-Clipperen skal du gøre følgende:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:135
|
|
msgid "Step 1: Enable the clipper service"
|
|
msgstr "Trin 1: Slå Web-Clipper tjenesten til"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:140
|
|
msgid ""
|
|
"This service allows the browser extension to communicate with Joplin. When "
|
|
"enabling it your firewall may ask you to give permission to Joplin to listen "
|
|
"to a particular port."
|
|
msgstr ""
|
|
"Denne tjeneste tillader browser udvidelsen at kommunikere med Joplin. Når du "
|
|
"slår den til kan det være at din firewall beder om tilladelse ti lat lytte "
|
|
"på en bestemt port."
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:154
|
|
msgid "Step 2: Install the extension"
|
|
msgstr "Trin 2: Installer udvidelsen"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:159
|
|
msgid "Download and install the relevant extension for your browser:"
|
|
msgstr "Download og installer den relevante udvidelse til din browser:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:174
|
|
msgid "Advanced options"
|
|
msgstr "Avancerede indstillinger"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:179
|
|
msgid "Authorisation token:"
|
|
msgstr "Autoriseringstoken:"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:189
|
|
msgid "Copy token"
|
|
msgstr "Kopier token"
|
|
|
|
#: ElectronClient/gui/ClipperConfigScreen.min.js:195
|
|
msgid ""
|
|
"This authorisation token is only needed to allow third-party applications to "
|
|
"access Joplin."
|
|
msgstr ""
|
|
"Denne autoriseringstoken er kun nødvendig for at tillade "
|
|
"tredjepartsprogrammer at tilgå Joplin."
|
|
|
|
#: ElectronClient/gui/Root.min.js:89
|
|
msgid "OneDrive Login"
|
|
msgstr "OneDrive login"
|
|
|
|
#: ElectronClient/gui/Root.min.js:90
|
|
msgid "Dropbox Login"
|
|
msgstr "Dropbox Login"
|
|
|
|
#: ElectronClient/gui/Root.min.js:91 ElectronClient/app.js:673
|
|
#: ElectronClient/app.js:724
|
|
msgid "Import"
|
|
msgstr "Importer"
|
|
|
|
#: ElectronClient/gui/Root.min.js:92 ElectronClient/app.js:561
|
|
msgid "Options"
|
|
msgstr "Muligheder"
|
|
|
|
#: ElectronClient/gui/Root.min.js:93
|
|
#, fuzzy
|
|
msgid "Note attachments"
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ElectronClient/gui/Root.min.js:94 ElectronClient/app.js:500
|
|
msgid "Synchronisation Status"
|
|
msgstr "Synkroniserings status"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:10
|
|
msgid "Firefox Extension"
|
|
msgstr "Firefox udvidelse"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:17
|
|
msgid "Chrome Web Store"
|
|
msgstr "Chrome Web Store"
|
|
|
|
#: ElectronClient/gui/ExtensionBadge.min.js:44
|
|
msgid "Get it now:"
|
|
msgstr "Få den nu:"
|
|
|
|
#: ElectronClient/gui/ImportScreen.min.js:62
|
|
#, javascript-format
|
|
msgid ""
|
|
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
|
|
msgstr "Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den"
|
|
|
|
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
|
|
msgid "Submit"
|
|
msgstr "Gem"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
msgid "Custom order"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#, fuzzy
|
|
msgid "View"
|
|
msgstr "&Vis"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#: ReactNativeClient/lib/models/Setting.js:370
|
|
msgid "Sort notes by"
|
|
msgstr "Sorter noter efter"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:147
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:152
|
|
#, javascript-format
|
|
msgid ""
|
|
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
|
|
"menu \"%s\" > \"%s\""
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:148
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:153
|
|
#, fuzzy
|
|
msgid "Do it now"
|
|
msgstr "Få den nu:"
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid "No notes in here. Create one by clicking on \"New note\"."
|
|
msgstr "Der er ingen noter her. Opret en ved at klikke på \"Ny note\"."
|
|
|
|
#: ElectronClient/gui/NoteList.min.js:452
|
|
#: ElectronClient/gui/NoteList/NoteList.min.js:425
|
|
msgid ""
|
|
"There is currently no notebook. Create one by clicking on \"New notebook\"."
|
|
msgstr "Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\"."
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:37
|
|
#: ReactNativeClient/lib/components/screen-header.js:362
|
|
msgid "Duplicate"
|
|
msgstr "Dupliker"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:42
|
|
#, javascript-format
|
|
msgid "%s - Copy"
|
|
msgstr "%s - Kopier"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:62
|
|
msgid "Switch between note and to-do type"
|
|
msgstr "Skift mellem note- og opgave type"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:91
|
|
msgid "Switch to note type"
|
|
msgstr "Skift til note"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:100
|
|
msgid "Switch to to-do type"
|
|
msgstr "Skift til opgave"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:110
|
|
#: ReactNativeClient/lib/components/screens/note.js:855
|
|
msgid "Copy Markdown link"
|
|
msgstr "Kopier markdown link"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:178
|
|
#, javascript-format
|
|
msgid "Delete note \"%s\"?"
|
|
msgstr "Slet noten \"%s\"?"
|
|
|
|
#: ElectronClient/gui/utils/NoteListUtils.js:180
|
|
#, javascript-format
|
|
msgid "Delete these %d notes?"
|
|
msgstr "Slet disse %d noter?"
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
|
|
msgid "Icon"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
|
|
#, fuzzy
|
|
msgid "Notebook properties"
|
|
msgstr "Note egenskaber"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:781
|
|
#, javascript-format
|
|
msgid "This file could not be opened: %s"
|
|
msgstr "Denne fil kunne ikke åbnes: %s"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1551
|
|
msgid "emphasized text"
|
|
msgstr "fremhævet tekst"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1792
|
|
msgid "Click to stop external editing"
|
|
msgstr "Klik for at stoppe ekstern redigering"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1793
|
|
msgid "Watching..."
|
|
msgstr "Kigger..."
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1801
|
|
#: ElectronClient/commands/startExternalEditing.js:18
|
|
msgid "Edit in external editor"
|
|
msgstr "Rediger i eksternt program"
|
|
|
|
#: ElectronClient/gui/NoteText.min.js:1852
|
|
#, fuzzy
|
|
msgid "Content Properties"
|
|
msgstr "Note egenskaber"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:95
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
|
|
msgid "Save"
|
|
msgstr "Gem"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:144
|
|
msgid "Master keys that need upgrading"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:149
|
|
msgid ""
|
|
"The following master keys use an out-dated encryption algorithm and it is "
|
|
"recommended to upgrade them. The upgraded master key will still be able to "
|
|
"decrypt and encrypt your data as usual."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:168
|
|
msgid "Upgrade"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:181
|
|
#, fuzzy
|
|
msgid "Re-encrypt data"
|
|
msgstr "Vælg dato"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"The default encryption method has been changed to a more secure one and it "
|
|
"is recommended that you apply it to your data."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
|
|
msgid ""
|
|
"You may use the tool below to re-encrypt your data, for example if you know "
|
|
"that some of your notes are encrypted with an obsolete encryption method."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:185
|
|
#, javascript-format
|
|
msgid ""
|
|
"In order to do so, your entire data set will have to be encrypted and "
|
|
"synchronised, so it is best to run it overnight.\n"
|
|
"\n"
|
|
"To start, please follow these instructions:\n"
|
|
"\n"
|
|
"1. Synchronise all your devices.\n"
|
|
"2. Click \"%s\".\n"
|
|
"3. Let it run to completion. While it runs, avoid changing any note on your "
|
|
"other devices, to avoid conflicts.\n"
|
|
"4. Once sync is done on this device, sync all your other devices and let it "
|
|
"run to completion.\n"
|
|
"\n"
|
|
"Important: you only need to run this ONCE on one device."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:432
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
|
|
#: ReactNativeClient/lib/components/screens/status.js:142
|
|
msgid "Status"
|
|
msgstr "Status"
|
|
|
|
#: ElectronClient/gui/EncryptionConfigScreen.min.js:437
|
|
msgid "Encryption is:"
|
|
msgstr "Kryptering er:"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:33
|
|
msgid "Please select where the sync status should be exported to"
|
|
msgstr "Vælg hvor sync status skal eksporteres til"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:71
|
|
#: ReactNativeClient/lib/components/screens/status.js:112
|
|
#, fuzzy
|
|
msgid "Retry All"
|
|
msgstr "Prøv igen"
|
|
|
|
#: ElectronClient/gui/StatusScreen.min.js:96
|
|
#: ReactNativeClient/lib/components/screens/status.js:118
|
|
msgid "Retry"
|
|
msgstr "Prøv igen"
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:165
|
|
msgid "Please create a notebook first."
|
|
msgstr "Opret først en notesbog."
|
|
|
|
#: ElectronClient/gui/MainScreen.min.js:171
|
|
msgid "Please create a notebook first"
|
|
msgstr "Opret først en notesbog"
|
|
|
|
#: ElectronClient/gui/PromptDialog.min.js:249
|
|
msgid "Clear"
|
|
msgstr "Ryd/slet"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:76
|
|
msgid "Words"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:77
|
|
msgid "Characters"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:78
|
|
msgid "Characters excluding spaces"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:79
|
|
msgid "Lines"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:98
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#, fuzzy
|
|
msgid "Editor"
|
|
msgstr "Ret"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:99
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
#, fuzzy
|
|
msgid "Viewer"
|
|
msgstr "&Vis"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:107
|
|
#, fuzzy
|
|
msgid "Statistics"
|
|
msgstr "Status"
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:111
|
|
#, javascript-format
|
|
msgid "Read time: %s min"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/NoteContentPropertiesDialog.js:112
|
|
#: ElectronClient/gui/ShareNoteDialog.js:175
|
|
msgid "Close"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:82
|
|
msgid "This will open a new screen. Save your current changes?"
|
|
msgstr "Dette åbner i et nyt vindue. Vil du gemme dine ændringer?"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:170
|
|
#: ReactNativeClient/lib/components/screens/config.js:307
|
|
msgid "Check synchronisation configuration"
|
|
msgstr "Check synkroniserings Indstillinger"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:179
|
|
#, fuzzy
|
|
msgid "Unknown"
|
|
msgstr "Ukendt flag: %s"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:183
|
|
#, fuzzy
|
|
msgid "Checking..."
|
|
msgstr "Annullerer..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:187
|
|
#: ReactNativeClient/lib/models/Resource.js:320
|
|
#, fuzzy
|
|
msgid "Error"
|
|
msgstr "Kun fejl"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:198
|
|
msgid ""
|
|
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
|
|
"see the full error message below:"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:211
|
|
#, fuzzy
|
|
msgid "Show Log"
|
|
msgstr "Vis alt"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:224
|
|
msgid "Joplin Nextcloud App status:"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:238
|
|
#, fuzzy
|
|
msgid "Check Status"
|
|
msgstr "Synkroniserings status"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:245
|
|
#, fuzzy
|
|
msgid "Help"
|
|
msgstr "&Hjælp"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:264
|
|
#, fuzzy
|
|
msgid "Show Advanced Settings"
|
|
msgstr "Avancerede indstillinger"
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:521
|
|
msgid "Browse..."
|
|
msgstr "Gennemse..."
|
|
|
|
#: ElectronClient/gui/ConfigScreen.min.js:761
|
|
msgid "Apply"
|
|
msgstr "Udfør"
|
|
|
|
#: ElectronClient/gui/Header.min.js:267
|
|
#: ElectronClient/gui/Header/Header.min.js:253
|
|
msgid "Usage"
|
|
msgstr "Forbrug"
|
|
|
|
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:15
|
|
#, fuzzy
|
|
msgid "Note list"
|
|
msgstr "Notehistore"
|
|
|
|
#: ElectronClient/gui/Header/commands/focusSearch.js:15
|
|
msgid "Search in all the notes"
|
|
msgstr "Søg i alle noter"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:31
|
|
#, fuzzy
|
|
msgid "Title"
|
|
msgstr "titel"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:35
|
|
msgid "Size"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:39
|
|
#, fuzzy
|
|
msgid "Action"
|
|
msgstr "Placering"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:42
|
|
#: ReactNativeClient/lib/path-utils.js:65
|
|
#: ReactNativeClient/lib/path-utils.js:101
|
|
#: ReactNativeClient/lib/models/BaseItem.js:720
|
|
msgid "Untitled"
|
|
msgstr "Samlet"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:93
|
|
#, fuzzy, javascript-format
|
|
msgid "Delete attachment \"%s\"?"
|
|
msgstr "Slet noten \"%s\"?"
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:139
|
|
msgid ""
|
|
"This is an advanced tool to show the attachments that are linked to your "
|
|
"notes. Please be careful when deleting one of them as they cannot be "
|
|
"restored afterwards."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:140
|
|
#, fuzzy
|
|
msgid "Please wait..."
|
|
msgstr "Tjekker... Vent venligst."
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:142
|
|
msgid "No resources!"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ResourceScreen.js:144
|
|
#, javascript-format
|
|
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:158
|
|
#, fuzzy
|
|
msgid "Synchronising..."
|
|
msgstr "Synkroniserings"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:160
|
|
#, fuzzy
|
|
msgid "Generating link..."
|
|
msgid_plural "Generating links..."
|
|
msgstr[0] "Opretter ny %s..."
|
|
msgstr[1] "Opretter ny %s..."
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:162
|
|
#, fuzzy
|
|
msgid "Link has been copied to clipboard!"
|
|
msgid_plural "Links have been copied to clipboard!"
|
|
msgstr[0] "Din token er blevet kopieret til udklipsholderen!"
|
|
msgstr[1] "Din token er blevet kopieret til udklipsholderen!"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:165
|
|
msgid ""
|
|
"Note: When a note is shared, it will no longer be encrypted on the server."
|
|
msgstr ""
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:170
|
|
#, fuzzy
|
|
msgid "Share Notes"
|
|
msgstr "Gendannede noter"
|
|
|
|
#: ElectronClient/gui/ShareNoteDialog.js:172
|
|
#, fuzzy
|
|
msgid "Copy Shareable Link"
|
|
msgid_plural "Copy Shareable Links"
|
|
msgstr[0] "Del"
|
|
msgstr[1] "Del"
|
|
|
|
#: ElectronClient/commands/stopExternalEditing.js:16
|
|
#, fuzzy
|
|
msgid "Stop external editing"
|
|
msgstr "Klik for at stoppe ekstern redigering"
|
|
|
|
#: ElectronClient/commands/startExternalEditing.js:29
|
|
#, javascript-format
|
|
msgid "Error opening note in editor: %s"
|
|
msgstr "Fejl ved åbning af note i editor: %s"
|
|
|
|
#: ElectronClient/app.js:460
|
|
#, javascript-format
|
|
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
|
|
msgstr "Importerer fra \"%s\" som \"%s\"-format. Vent venligst..."
|
|
|
|
#: ElectronClient/app.js:522
|
|
msgid "Create note from template"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:528
|
|
msgid "Create to-do from template"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:534
|
|
#, fuzzy
|
|
msgid "Insert template"
|
|
msgstr "Indsæt dato og tid"
|
|
|
|
#: ElectronClient/app.js:541
|
|
#, fuzzy
|
|
msgid "Open template directory"
|
|
msgstr "Joplin eksport mappe"
|
|
|
|
#: ElectronClient/app.js:548
|
|
#, fuzzy
|
|
msgid "Refresh templates"
|
|
msgstr "Skabeloner"
|
|
|
|
#: ElectronClient/app.js:574
|
|
#, fuzzy
|
|
msgid "Note attachments..."
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ElectronClient/app.js:596
|
|
#, fuzzy, javascript-format
|
|
msgid "Revision: %s (%s)"
|
|
msgstr "%s %s (%s)"
|
|
|
|
#: ElectronClient/app.js:603
|
|
#, javascript-format
|
|
msgid "%s %s (%s, %s)"
|
|
msgstr "%s %s (%s, %s)"
|
|
|
|
#: ElectronClient/app.js:605
|
|
#, fuzzy, javascript-format
|
|
msgid "Client ID: %s"
|
|
msgstr "Fuldført: %s"
|
|
|
|
#: ElectronClient/app.js:606
|
|
#, fuzzy, javascript-format
|
|
msgid "Sync Version: %s"
|
|
msgstr "Ny version: %s"
|
|
|
|
#: ElectronClient/app.js:607
|
|
#, fuzzy, javascript-format
|
|
msgid "Profile Version: %s"
|
|
msgstr "Ny version: %s"
|
|
|
|
#: ElectronClient/app.js:608
|
|
#, javascript-format
|
|
msgid "Keychain Supported: %s"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:630 ElectronClient/app.js:706
|
|
msgid "&File"
|
|
msgstr "&Fil"
|
|
|
|
#: ElectronClient/app.js:636 ElectronClient/app.js:905
|
|
msgid "About Joplin"
|
|
msgstr "Om Joplin"
|
|
|
|
#: ElectronClient/app.js:643
|
|
msgid "Preferences..."
|
|
msgstr "Præferencer..."
|
|
|
|
#: ElectronClient/app.js:653 ElectronClient/app.js:887
|
|
msgid "Check for updates..."
|
|
msgstr "Checker om der er opdateringer.."
|
|
|
|
#: ElectronClient/app.js:666 ElectronClient/app.js:719
|
|
msgid "Templates"
|
|
msgstr "Skabeloner"
|
|
|
|
#: ElectronClient/app.js:692
|
|
#, javascript-format
|
|
msgid "Hide %s"
|
|
msgstr "Skjul %s"
|
|
|
|
#: ElectronClient/app.js:699
|
|
msgid "Quit"
|
|
msgstr "Afslut"
|
|
|
|
#: ElectronClient/app.js:712
|
|
msgid "Close Window"
|
|
msgstr "Luk vindue"
|
|
|
|
#: ElectronClient/app.js:757
|
|
msgid "&Edit"
|
|
msgstr "&Ret"
|
|
|
|
#: ElectronClient/app.js:776
|
|
msgid "&View"
|
|
msgstr "&Vis"
|
|
|
|
#: ElectronClient/app.js:782
|
|
msgid "Layout button sequence"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:822
|
|
msgid "Focus"
|
|
msgstr "Fokuser"
|
|
|
|
#: ElectronClient/app.js:828
|
|
msgid "Actual Size"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:839 ElectronClient/app.js:845
|
|
msgid "Zoom In"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:852
|
|
msgid "Zoom Out"
|
|
msgstr ""
|
|
|
|
#: ElectronClient/app.js:860
|
|
#, fuzzy
|
|
msgid "&Note"
|
|
msgstr "Note"
|
|
|
|
#: ElectronClient/app.js:870
|
|
msgid "&Tools"
|
|
msgstr "&Værktøjer"
|
|
|
|
#: ElectronClient/app.js:874
|
|
msgid "&Help"
|
|
msgstr "&Hjælp"
|
|
|
|
#: ElectronClient/app.js:877
|
|
msgid "Website and documentation"
|
|
msgstr "Joplins hjemmeside og dokumentation"
|
|
|
|
#: ElectronClient/app.js:881
|
|
msgid "Joplin Forum"
|
|
msgstr "Joplin forum"
|
|
|
|
#: ElectronClient/app.js:884
|
|
#: ReactNativeClient/lib/components/screens/config.js:495
|
|
msgid "Make a donation"
|
|
msgstr "Giv en donation"
|
|
|
|
#: ElectronClient/app.js:894
|
|
msgid "Toggle development tools"
|
|
msgstr "Slå udviklingsværktøjer til eller fra"
|
|
|
|
#: ElectronClient/app.js:1037
|
|
#, javascript-format
|
|
msgid "Open %s"
|
|
msgstr "Åben %s"
|
|
|
|
#: ElectronClient/app.js:1039
|
|
msgid "Exit"
|
|
msgstr "Afslut"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:85
|
|
msgid ""
|
|
"The application has been authorised - you may now close this browser tab."
|
|
msgstr "Denne app er godkendt - du kan nu lukke dette faneblad."
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:87
|
|
msgid "The application has been successfully authorised."
|
|
msgstr "Denne app er succesfuldt godkendt."
|
|
|
|
#: ReactNativeClient/lib/onedrive-api-node-utils.js:115
|
|
msgid ""
|
|
"Please open the following URL in your browser to authenticate the "
|
|
"application. The application will create a directory in \"Apps/Joplin\" and "
|
|
"will only read and write files in this directory. It will have no access to "
|
|
"any files outside this directory nor to any other personal data. No data "
|
|
"will be shared with any third party."
|
|
msgstr ""
|
|
"Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil "
|
|
"oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne "
|
|
"mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til "
|
|
"andre persondata. Ingen data deles med nogen 3.part."
|
|
|
|
#: ReactNativeClient/lib/registry.js:156
|
|
#, fuzzy
|
|
msgid ""
|
|
"Could not synchronise with OneDrive.\n"
|
|
"\n"
|
|
"This error often happens when using OneDrive for Business, which "
|
|
"unfortunately cannot be supported.\n"
|
|
"\n"
|
|
"Please consider using a regular OneDrive account."
|
|
msgstr ""
|
|
"Kunne ikke synkronisere med OneDrive.\n"
|
|
"\n"
|
|
"Denne fejl skyldes ofte brug af OneDrive for Business, hvilket desværre ikke "
|
|
"supporteres af Joplin.\n"
|
|
"\n"
|
|
"Overvej at bruge en privat OneDrive konto."
|
|
|
|
#: ReactNativeClient/lib/logger.js:178
|
|
#, javascript-format
|
|
msgid "Unknown log level: %s"
|
|
msgstr "Ukendt log niveau: %s"
|
|
|
|
#: ReactNativeClient/lib/logger.js:187
|
|
#, javascript-format
|
|
msgid "Unknown level ID: %s"
|
|
msgstr "Ukendt niveau ID: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetAmazonS3.js:28
|
|
msgid "AWS S3"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
|
|
msgid "Dropbox"
|
|
msgstr "Dropbox"
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:90
|
|
#: ReactNativeClient/lib/components/screens/note.js:523
|
|
#, javascript-format
|
|
msgid ""
|
|
"You are about to attach a large image (%dx%d pixels). Would you like to "
|
|
"resize it down to %d pixels before attaching it?"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/shim-init-node.js:156
|
|
#, javascript-format
|
|
msgid "Cannot access %s"
|
|
msgstr "Kan ikke tilgå %s"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:28
|
|
#: ReactNativeClient/lib/models/Note.js:25
|
|
msgid "title"
|
|
msgstr "titel"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:29
|
|
#: ReactNativeClient/lib/models/Note.js:26
|
|
msgid "updated date"
|
|
msgstr "opdateret den"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:89
|
|
msgid "Conflicts"
|
|
msgstr "Konflikter"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:374
|
|
msgid "Cannot move notebook to this location"
|
|
msgstr "Kan ikke flytte notesbogen til denne placering"
|
|
|
|
#: ReactNativeClient/lib/models/Folder.js:426
|
|
#, javascript-format
|
|
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
|
|
msgstr "Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
#, fuzzy
|
|
msgid "yes"
|
|
msgstr "Ja"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:39
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
#, javascript-format
|
|
msgid "(wysiwyg: %s)"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:40
|
|
#, fuzzy
|
|
msgid "no"
|
|
msgstr "n"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Attention: If you change this location, make sure you copy all your content "
|
|
"to it before syncing, otherwise all files will be removed! See the FAQ for "
|
|
"more details: %s"
|
|
msgstr ""
|
|
"OBS: Hvis du ændre denne placering skal du sikre dig at du kopierer alt dit "
|
|
"indhold til den før du synkroniserer, ellers vil alle filer blive slettet! "
|
|
"Læs FAQ'en for flere detaljer: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:51
|
|
msgid "Light"
|
|
msgstr "Lyst"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:52
|
|
msgid "Dark"
|
|
msgstr "Mørkt"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:53
|
|
msgid "Dracula"
|
|
msgstr "Dracula"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:54
|
|
msgid "Solarised Light"
|
|
msgstr "Solarised Lys"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:55
|
|
msgid "Solarised Dark"
|
|
msgstr "Solarised Mørk"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:56
|
|
msgid "Nord"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:57
|
|
msgid "Aritim Dark"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:58
|
|
#, fuzzy
|
|
msgid "OLED Dark"
|
|
msgstr "Mørkt"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:80
|
|
msgid "Synchronisation target"
|
|
msgstr "Synkroniserings mål"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:82
|
|
msgid ""
|
|
"The target to synchonise to. Each sync target may have additional parameters "
|
|
"which are named as `sync.NUM.NAME` (all documented below)."
|
|
msgstr ""
|
|
"Synkroniserings mål. Hver synk. mål kan have ekstra parametre som navngives "
|
|
"som `sync.NUM.NAME` (se dokumentation herunder)."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:104
|
|
msgid "Directory to synchronise with (absolute path)"
|
|
msgstr "Mappe der skal synkroniseres med (absolut sti)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:116
|
|
msgid "Nextcloud WebDAV URL"
|
|
msgstr "Nextcloud WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:127
|
|
msgid "Nextcloud username"
|
|
msgstr "Nextcloud brugernavn"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:137
|
|
msgid "Nextcloud password"
|
|
msgstr "Nextcloud kodeord"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:149
|
|
msgid "WebDAV URL"
|
|
msgstr "WebDAV URL"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:160
|
|
msgid "WebDAV username"
|
|
msgstr "WebDAV brugernavn"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:170
|
|
msgid "WebDAV password"
|
|
msgstr "WebDAV kodeord"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:189
|
|
msgid "AWS S3 bucket"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:200
|
|
msgid "AWS key"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:210
|
|
msgid "AWS secret"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:224
|
|
msgid "Attachment download behaviour"
|
|
msgstr "Håndtering af download af vedhæftninger"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:225
|
|
msgid ""
|
|
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
|
|
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
|
|
"the attachments are downloaded whether you open the note or not."
|
|
msgstr ""
|
|
"I \"Manuel\" tilstand downloades vedhæftninger når du klikker på dem. I "
|
|
"\"Auto\" tilstand downloades de når du åbner noten. I \"Altid\" tilstand "
|
|
"downloades alle dine noter ligegyldigt om du åbner noten eller ej."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:228
|
|
msgid "Always"
|
|
msgstr "Altid"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:229
|
|
msgid "Manual"
|
|
msgstr "Manuel"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:230
|
|
msgid "Auto"
|
|
msgstr "Auto"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:247
|
|
msgid "Max concurrent connections"
|
|
msgstr "Maksimale forbindelser på en gang"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:256
|
|
msgid "Language"
|
|
msgstr "Sprog"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:266
|
|
msgid "Date format"
|
|
msgstr "Dato format"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:285
|
|
msgid "Time format"
|
|
msgstr "Time format"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:304
|
|
msgid "Theme"
|
|
msgstr "Tema"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:315
|
|
msgid "Automatically switch theme to match system theme"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:327
|
|
msgid "Preferred light theme"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:341
|
|
msgid "Preferred dark theme"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:346
|
|
#, fuzzy
|
|
msgid "Show note counts"
|
|
msgstr "Vis ikon på bundbjælke"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
msgid "Split View"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:355
|
|
#, fuzzy, javascript-format
|
|
msgid "%s / %s / %s"
|
|
msgstr "%s = %s (%s)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:356
|
|
#: ReactNativeClient/lib/models/Setting.js:357
|
|
#: ReactNativeClient/lib/models/Setting.js:358
|
|
#, javascript-format
|
|
msgid "%s / %s"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:361
|
|
msgid "Uncompleted to-dos on top"
|
|
msgstr "Ufærdige opgaver øverst"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:362
|
|
msgid "Show completed to-dos"
|
|
msgstr "Vis færdige opgaver"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:387
|
|
msgid "Auto-pair braces, parenthesis, quotations, etc."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:395
|
|
msgid "Use CodeMirror as the code editor (WARNING: BETA)."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:397
|
|
#: ReactNativeClient/lib/models/Setting.js:415
|
|
msgid "Reverse sort order"
|
|
msgstr "Modsat sorterings orden"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:404
|
|
msgid "Sort notebooks by"
|
|
msgstr "Sorter notesbøger efter"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:416
|
|
msgid "Save geo-location with notes"
|
|
msgstr "Gem geo-lokation i noter"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:435
|
|
msgid "When creating a new to-do:"
|
|
msgstr "Ved oprettelse af ny opgave:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:438
|
|
#: ReactNativeClient/lib/models/Setting.js:453
|
|
msgid "Focus title"
|
|
msgstr "Fokuser på titel"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:439
|
|
#: ReactNativeClient/lib/models/Setting.js:454
|
|
msgid "Focus body"
|
|
msgstr "Fokuser på brødtekst"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:450
|
|
msgid "When creating a new note:"
|
|
msgstr "Ved oprettelse af ny note:"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:464
|
|
msgid "Enable soft breaks"
|
|
msgstr "Slå slå bløde ombrydninger til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:465
|
|
#, fuzzy
|
|
msgid "Enable typographer support"
|
|
msgstr "Slå typografunderstøttelse til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:466
|
|
msgid "Enable math expressions"
|
|
msgstr "Slå matematik udtryk til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:467
|
|
msgid "Enable Fountain syntax support"
|
|
msgstr "Slå understøttelse af Fountain syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:468
|
|
#, fuzzy
|
|
msgid "Enable Mermaid diagrams support"
|
|
msgstr "Slå typografunderstøttelse til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:470
|
|
msgid "Enable ==mark== syntax"
|
|
msgstr "Slå ==mark== syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:471
|
|
msgid "Enable footnotes"
|
|
msgstr "Slå fodnoter til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:472
|
|
msgid "Enable table of contents extension"
|
|
msgstr "Slå indholdsfortegnelsesudvidelsen til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:473
|
|
msgid "Enable ~sub~ syntax"
|
|
msgstr "Slå ~sub~ syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:474
|
|
msgid "Enable ^sup^ syntax"
|
|
msgstr "Slå ^sup^ syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:475
|
|
msgid "Enable deflist syntax"
|
|
msgstr "Slå deflist syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:476
|
|
msgid "Enable abbreviation syntax"
|
|
msgstr "Slå forkortelsessyntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:477
|
|
msgid "Enable markdown emoji"
|
|
msgstr "Slå markdown emojies til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:478
|
|
msgid "Enable ++insert++ syntax"
|
|
msgstr "Slå ++insert++ syntaks til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:479
|
|
msgid "Enable multimarkdown table extension"
|
|
msgstr "Slå multimarkdown tabel udvidelsen til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:491
|
|
msgid "Show tray icon"
|
|
msgstr "Vis ikon på bundbjælke"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid "Note: Does not work in all desktop environments."
|
|
msgstr "OBS: Virker ikke i alle skrivebordsmiljøer."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:493
|
|
msgid ""
|
|
"This will allow Joplin to run in the background. It is recommended to enable "
|
|
"this setting so that your notes are constantly being synchronised, thus "
|
|
"reducing the number of conflicts."
|
|
msgstr ""
|
|
"Dette tillader Joplin at køre i baggrunden. Det er anbefalet at slå dette "
|
|
"til for at holde dine noter synkroniserede og dermed undgå konflikter."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:497
|
|
#, fuzzy
|
|
msgid "Start application minimised in the tray icon"
|
|
msgstr "Start programmet minimeret i bakkeikonet"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:516
|
|
msgid "Editor font size"
|
|
msgstr "Tekstredigeringsskriftstørrelse"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:524
|
|
msgid "Editor font"
|
|
msgstr "Tekstredigeringsskrifttype"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:548
|
|
msgid "Editor font family"
|
|
msgstr "Rediger skrifttype"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:550
|
|
#, fuzzy
|
|
msgid ""
|
|
"This should be a *monospace* font or some elements will render incorrectly. "
|
|
"If the font is incorrect or empty, it will default to a generic monospace "
|
|
"font."
|
|
msgstr ""
|
|
"Dette skal være en *monospace* skrifttype, ellers vil det ikke virke "
|
|
"korrekt. Hvis skrifttypen er forkert eller tom, vil standard "
|
|
"monospaceskifttypen blive anvendt."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:589
|
|
msgid "Custom stylesheet for Joplin-wide app styles"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:595
|
|
msgid "Automatically update the application"
|
|
msgstr "Automatisk app update"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
msgid "Get pre-releases when checking for updates"
|
|
msgstr "Hent for-udgivelser når der tjekkes efter opdateringer"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:596
|
|
#, javascript-format
|
|
msgid "See the pre-release page for more details: %s"
|
|
msgstr "Se for-udgivelsessiden for yderligere information: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:604
|
|
msgid "Synchronisation interval"
|
|
msgstr "Synkroniserings interval"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:608
|
|
#: ReactNativeClient/lib/models/Setting.js:609
|
|
#: ReactNativeClient/lib/models/Setting.js:610
|
|
#, javascript-format
|
|
msgid "%d minutes"
|
|
msgstr "%d minutter"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:611
|
|
#, javascript-format
|
|
msgid "%d hour"
|
|
msgstr "%d time"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:612
|
|
#: ReactNativeClient/lib/models/Setting.js:613
|
|
#, javascript-format
|
|
msgid "%d hours"
|
|
msgstr "%d timer"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid "Text editor command"
|
|
msgstr "Tekstredigeringskomando"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:622
|
|
msgid ""
|
|
"The editor command (may include arguments) that will be used to open a note. "
|
|
"If none is provided it will try to auto-detect the default editor."
|
|
msgstr ""
|
|
"Kommandoen til at åbne redigeringsprogrammet til at åbne noter. Hvis der "
|
|
"ikke indtastes en kommando bruges standard redigeringsprogrammet."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:623
|
|
msgid "Page size for PDF export"
|
|
msgstr "Sidestørrelse for PDF eksport"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:625
|
|
msgid "A4"
|
|
msgstr "A4"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:626
|
|
msgid "Letter"
|
|
msgstr "US Letter"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:627
|
|
msgid "A3"
|
|
msgstr "A3"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:628
|
|
msgid "A5"
|
|
msgstr "A5"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:629
|
|
msgid "Tabloid"
|
|
msgstr "US Tabloid"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:630
|
|
msgid "Legal"
|
|
msgstr "US Legal"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:633
|
|
msgid "Page orientation for PDF export"
|
|
msgstr "Sideretning for PDF eksport"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:635
|
|
msgid "Portrait"
|
|
msgstr "Portræt"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:636
|
|
msgid "Landscape"
|
|
msgstr "Landskab"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:647
|
|
msgid "Keyboard Mode"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:650
|
|
#, fuzzy
|
|
msgid "Default"
|
|
msgstr "Standard: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:651
|
|
msgid "Emacs"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:652
|
|
msgid "Vim"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:667
|
|
msgid "Custom TLS certificates"
|
|
msgstr "Brugerdefinerede TLS certifikater"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:668
|
|
msgid ""
|
|
"Comma-separated list of paths to directories to load the certificates from, "
|
|
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
|
|
"pem. Note that if you make changes to the TLS settings, you must save your "
|
|
"changes before clicking on \"Check synchronisation configuration\"."
|
|
msgstr ""
|
|
"Komma-adskilt list med stier til mapper der indlæses certifikater fra, eller "
|
|
"stier til individuelle certifikat filer. For eksempel: /my/cert_dir, /other/"
|
|
"custom.pem. Vær opmærksom på at hvis du ændre dine TLS indstilliner, så skal "
|
|
"du gemme dine ændringer før du klikker på \"Tjek synkroniserings "
|
|
"konfiguration\"."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:680
|
|
msgid "Ignore TLS certificate errors"
|
|
msgstr "Ignorer TLS certifikat-fejl"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:689
|
|
msgid "Fail-safe"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:690
|
|
msgid ""
|
|
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
|
|
"result of a misconfiguration or bug)"
|
|
msgstr ""
|
|
"Sikring: Fjern ikke den lokale data når målet for synkroniseringen er tom "
|
|
"(ofte et resultat af fejlkonfigurering eller bugs)"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:694
|
|
msgid ""
|
|
"Specify the port that should be used by the API server. If not set, a "
|
|
"default will be used."
|
|
msgstr ""
|
|
"Vælg hvilken port API-serveren skal bruge. Ellers bruges standard porten."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:702
|
|
msgid "Enable note history"
|
|
msgstr "Slå note-historie til"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
msgid "days"
|
|
msgstr "dage"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:712
|
|
#, javascript-format
|
|
msgid "%d days"
|
|
msgstr "%d dage"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:714
|
|
msgid "Keep note history for"
|
|
msgstr "Behold note-historie i"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:741
|
|
msgid "Notebook list growth factor"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:743
|
|
#: ReactNativeClient/lib/models/Setting.js:756
|
|
#: ReactNativeClient/lib/models/Setting.js:769
|
|
msgid ""
|
|
"The factor property sets how the item will grow or shrink to fit the "
|
|
"available space in its container with respect to the other items. Thus an "
|
|
"item with a factor of 2 will take twice as much space as an item with a "
|
|
"factor of 1.Restart app to see changes."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:754
|
|
msgid "Note list growth factor"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:767
|
|
msgid "Note area growth factor"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:919
|
|
#, javascript-format
|
|
msgid "Invalid option value: \"%s\". Possible values are: %s."
|
|
msgstr "Ulovlig værdi: \"%s\". Mulige valg er: %s."
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1247
|
|
msgid "General"
|
|
msgstr "Generelt"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1248
|
|
msgid "Synchronisation"
|
|
msgstr "Synkroniserings"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1249
|
|
msgid "Appearance"
|
|
msgstr "Udseende"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1250
|
|
msgid "Note"
|
|
msgstr "Note"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1251
|
|
msgid "Plugins"
|
|
msgstr "Udvidelser"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1252
|
|
msgid "Application"
|
|
msgstr "Program"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1254
|
|
msgid "Encryption"
|
|
msgstr "Kryptering"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1255
|
|
msgid "Web Clipper"
|
|
msgstr "Web-clipper"
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1260
|
|
msgid ""
|
|
"These plugins enhance the Markdown renderer with additional features. Please "
|
|
"note that, while these features might be useful, they are not standard "
|
|
"Markdown and thus most of them will only work in Joplin. Additionally, some "
|
|
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
|
|
"uses one of these plugins in that editor, you will lose the plugin "
|
|
"formatting. It is indicated below which plugins are compatible or not with "
|
|
"the WYSIWYG editor."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Setting.js:1261
|
|
#, javascript-format
|
|
msgid "Notes and settings are stored in: %s"
|
|
msgstr "Noter og indstillinger er gemt i: %s"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:317
|
|
msgid "Not downloaded"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:318
|
|
#, fuzzy
|
|
msgid "Downloading"
|
|
msgstr "Downloader resurser..."
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:319
|
|
msgid "Downloaded"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:371
|
|
#, fuzzy, javascript-format
|
|
msgid "Attachment conflict: \"%s\""
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ReactNativeClient/lib/models/Resource.js:372
|
|
#, javascript-format
|
|
msgid ""
|
|
"There was a [conflict](%s) on the attachment below.\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:384
|
|
#, fuzzy
|
|
msgid "Cannot move tag to this location."
|
|
msgstr "Kan ikke flytte notesbogen til denne placering"
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:429
|
|
msgid "Tag name cannot start or end with a `/`."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:431
|
|
msgid "Tag name cannot contain `//`."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Tag.js:482
|
|
#, javascript-format
|
|
msgid "The tag \"%s\" already exists. Please choose a different name."
|
|
msgstr "Mærket \"%s\" eksisterer allerede. Vælg venligst et andet navn."
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:27
|
|
msgid "created date"
|
|
msgstr "oprettet den"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:28
|
|
msgid "custom order"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:92
|
|
msgid "This note does not have geolocation information."
|
|
msgstr "Denne note har ingen geolokations oplysninger."
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:466
|
|
#, javascript-format
|
|
msgid "Cannot copy note to \"%s\" notebook"
|
|
msgstr "Kan ikke kopiere note til \"%s\" notesbog"
|
|
|
|
#: ReactNativeClient/lib/models/Note.js:477
|
|
#, javascript-format
|
|
msgid "Cannot move note to \"%s\" notebook"
|
|
msgstr "Kan ikke flytte note til \"%s\" notesbog"
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:719
|
|
msgid "Encrypted"
|
|
msgstr "Krypteret"
|
|
|
|
#: ReactNativeClient/lib/models/BaseItem.js:779
|
|
msgid "Encrypted items cannot be modified"
|
|
msgstr "Krypteret emner kan ikke rettes"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
|
|
msgid "OneDrive Dev (For testing only)"
|
|
msgstr "OneDrive Dev (kun test)"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:139
|
|
#: ReactNativeClient/lib/BaseApplication.js:152
|
|
#: ReactNativeClient/lib/BaseApplication.js:183
|
|
#, javascript-format
|
|
msgid "Usage: %s"
|
|
msgstr "Forbrug: %s"
|
|
|
|
#: ReactNativeClient/lib/BaseApplication.js:218
|
|
#, javascript-format
|
|
msgid "Unknown flag: %s"
|
|
msgstr "Ukendt flag: %s"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
|
|
msgid "OneDrive"
|
|
msgstr "OneDrive"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:65
|
|
msgid "Clear alarm"
|
|
msgstr "Nulstil alarm"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:68
|
|
msgid "Save alarm"
|
|
msgstr "Gem alarm"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:86
|
|
msgid "Select date"
|
|
msgstr "Vælg dato"
|
|
|
|
#: ReactNativeClient/lib/components/select-date-time-dialog.js:88
|
|
msgid "Confirm"
|
|
msgstr "Bekræft"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:180
|
|
msgid "Permission to use camera"
|
|
msgstr "Tilladelse til at bruge kameraet"
|
|
|
|
#: ReactNativeClient/lib/components/CameraView.js:181
|
|
msgid "Your permission to use your camera is required."
|
|
msgstr "Din tilladelse til at bruge kameraet er påkrævet."
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:185
|
|
msgid "Delete these notes?"
|
|
msgstr "Slet disse noter?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:392
|
|
msgid "Move to notebook..."
|
|
msgstr "Flyt til notesbog..."
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:433
|
|
#, javascript-format
|
|
msgid "Move %d notes to notebook \"%s\"?"
|
|
msgstr "Flyt %d noter til notesbogen \"%s\"?"
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:451
|
|
msgid "Press to set the decryption password."
|
|
msgstr "Klik for at gemme dekrypterings kodeord."
|
|
|
|
#: ReactNativeClient/lib/components/screen-header.js:452
|
|
#, fuzzy
|
|
msgid "Some items cannot be synchronised. Press for more info."
|
|
msgstr "Nogle emner kan ikke synkroniseres."
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:126
|
|
#, javascript-format
|
|
msgid "Notebook: %s"
|
|
msgstr "Notesbog: %s"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:132
|
|
msgid "Encrypted notebooks cannot be renamed"
|
|
msgstr "Krypterede notesbøger kan ikke omdøbes"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:312
|
|
msgid "New Notebook"
|
|
msgstr "Ny notesbog"
|
|
|
|
#: ReactNativeClient/lib/components/side-menu-content.js:316
|
|
#: ReactNativeClient/lib/components/screens/config.js:549
|
|
msgid "Configuration"
|
|
msgstr "Indstillinger"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:97
|
|
msgid "You currently have no notebooks."
|
|
msgstr "Du har ingen notesbøger."
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:101
|
|
msgid "Create a notebook"
|
|
msgstr "Opret en ny notesbog"
|
|
|
|
#: ReactNativeClient/lib/components/note-list.js:105
|
|
msgid "There are currently no notes. Create one by clicking on the (+) button."
|
|
msgstr "Der er ingen noter. Opret note ved at klikke på (+) knappen."
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:46
|
|
msgid "Checking... Please wait."
|
|
msgstr "Tjekker... Vent venligst."
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:48
|
|
msgid "Success! Synchronisation configuration appears to be correct."
|
|
msgstr "Succes! Synkroniseringsindstillinger lader til at være korrekte."
|
|
|
|
#: ReactNativeClient/lib/components/shared/config-shared.js:50
|
|
msgid ""
|
|
"Error. Please check that URL, username, password, etc. are correct and that "
|
|
"the sync target is accessible. The reported error was:"
|
|
msgstr ""
|
|
"Fejl. Sørg for at URL, brugernavn, kodeord, osv. er korrekte og at stedet du "
|
|
"vil synkronisere til er tilgængeligt. Den rapporterede fejl var:"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
|
|
msgid "The application has been authorised!"
|
|
msgstr "Denne app er succesfuldt godkendt!"
|
|
|
|
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not authorise application:\n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"Please try again."
|
|
msgstr ""
|
|
"Kunne ikke autorisere programmet:\n"
|
|
"\n"
|
|
"%s\n"
|
|
"\n"
|
|
"Prøv igen."
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:31
|
|
msgid ""
|
|
"Please confirm that you would like to re-encrypt your complete database."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:37
|
|
msgid "Your data is going to be re-encrypted and synced again."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:47
|
|
msgid ""
|
|
"Please enter your password in the master key list below before upgrading the "
|
|
"key."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:56
|
|
msgid "The master key has been upgraded successfully!"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
|
|
#, fuzzy, javascript-format
|
|
msgid "Could not upgrade master key: %s"
|
|
msgstr "Kunne eksportere noterne: %s"
|
|
|
|
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:110
|
|
#, javascript-format
|
|
msgid "Decrypted items: %s / %s"
|
|
msgstr "Dekrypterede emner: %s / %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:87
|
|
#, javascript-format
|
|
msgid "The notebook could not be saved: %s"
|
|
msgstr "Notesbogen kan ikke gemmes: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:109
|
|
msgid "Edit notebook"
|
|
msgstr "Rediger notesbog"
|
|
|
|
#: ReactNativeClient/lib/components/screens/folder.js:110
|
|
msgid "Enter notebook title"
|
|
msgstr "Indtast notesbogstitel"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:109
|
|
msgid "Login with OneDrive"
|
|
msgstr "Log på med OneDrive"
|
|
|
|
#: ReactNativeClient/lib/components/screens/onedrive-login.js:120
|
|
#: ReactNativeClient/lib/components/screens/log.js:109
|
|
#: ReactNativeClient/lib/components/screens/status.js:144
|
|
msgid "Refresh"
|
|
msgstr "Opfrisk"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
|
|
msgid "New tags:"
|
|
msgstr "Nye tags:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
|
|
msgid "Type new tags or select from list"
|
|
msgstr "Indtast nye tags eller vælg fra listen"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
|
|
msgid "Login with Dropbox"
|
|
msgstr "Log på med Dropbox"
|
|
|
|
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
|
|
msgid "Enter code here"
|
|
msgstr "Skriv kode her"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
|
|
#, javascript-format
|
|
msgid "Master Key %s"
|
|
msgstr "Hoved nøgle %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
|
|
#: ReactNativeClient/lib/components/screens/note.js:773
|
|
#, javascript-format
|
|
msgid "Created: %s"
|
|
msgstr "Oprettet: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
|
|
msgid "Password:"
|
|
msgstr "Kodeord:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
|
|
msgid "Password cannot be empty"
|
|
msgstr "Kodeord må ikke være tomt"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
|
|
msgid "Confirm password cannot be empty"
|
|
msgstr "Bekræftelsen af kodeordet må ikke være tomt"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
|
|
msgid ""
|
|
"Enabling encryption means *all* your notes and attachments are going to be "
|
|
"re-synchronised and sent encrypted to the sync target. Do not lose the "
|
|
"password as, for security purposes, this will be the *only* way to decrypt "
|
|
"the data! To enable encryption, please enter your password below."
|
|
msgstr ""
|
|
"Slås kryptering til, vil *alle* dine noter og vedhæftelser blive re-"
|
|
"synkroniseret og sendt krypteret til synk-modtager. Glem ikke kodeordet, da "
|
|
"det er *eneste* mulighed for dekryptering af data\". For at slå kryptering "
|
|
"til, indtast kodeord herunder."
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
|
|
msgid "Enable"
|
|
msgstr "Tænd"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
|
|
msgid "Missing Master Keys"
|
|
msgstr "Manglende hovednøgle"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
|
|
msgid ""
|
|
"The master keys with these IDs are used to encrypt some of your items, "
|
|
"however the application does not currently have access to them. It is likely "
|
|
"they will eventually be downloaded via synchronisation."
|
|
msgstr ""
|
|
"Hoved-nøglen til disse ID'er er brugt til at kryptere nogle af dine emner; "
|
|
"app'en har ikke pt adgang til dem. Det er sandsynligt at de vil blive hentet "
|
|
"(på et eller andet tidspunkt) via synkroniseringen."
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Disable encryption"
|
|
msgstr "Slå kryptering fra"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
|
|
msgid "Enable encryption"
|
|
msgstr "Start kryptering"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
|
|
#: ReactNativeClient/lib/components/screens/config.js:316
|
|
msgid "Encryption Config"
|
|
msgstr "Krypterings indstillinger"
|
|
|
|
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
|
|
msgid ""
|
|
"For more information about End-To-End Encryption (E2EE) and advice on how to "
|
|
"enable it please check the documentation:"
|
|
msgstr ""
|
|
"Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) "
|
|
"og vejledning om hvordan det skal opsættes:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:100
|
|
#: ReactNativeClient/lib/components/screens/config.js:439
|
|
msgid "Log"
|
|
msgstr "Log"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Show all"
|
|
msgstr "Vis alt"
|
|
|
|
#: ReactNativeClient/lib/components/screens/log.js:117
|
|
msgid "Errors only"
|
|
msgstr "Kun fejl"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid "Warning"
|
|
msgstr "Advarsel"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:50
|
|
msgid ""
|
|
"In order to use file system synchronisation your permission to write to "
|
|
"external storage is required."
|
|
msgstr ""
|
|
"For at synkronisere til filsystemet skal du give tilladelse til at skrive "
|
|
"til eksternt lager."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:436
|
|
msgid "Tools"
|
|
msgstr "Værktøjer"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:438
|
|
msgid "Sync Status"
|
|
msgstr "Synkroniserings status"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Creating report..."
|
|
msgstr "Opretter rapport..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:441
|
|
msgid "Export Debug Report"
|
|
msgstr "Eksporter undersøgelses rapport"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fixing search index..."
|
|
msgstr "Fikser søgeindeks..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid "Fix search index"
|
|
msgstr "Fiks søgeindeks"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:443
|
|
msgid ""
|
|
"Use this to rebuild the search index if there is a problem with search. It "
|
|
"may take a long time depending on the number of notes."
|
|
msgstr ""
|
|
"Brug denne funktion til at genopbygge søgeindeksen hvis der er problemer med "
|
|
"at synkroniserer. Det kan tage lang tid hvis du har mange noter."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
#, fuzzy
|
|
msgid "Exporting profile..."
|
|
msgstr "Importerer noter..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
#, fuzzy
|
|
msgid "Export profile"
|
|
msgstr "Joplin eksport fil"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:446
|
|
msgid "For debugging purpose only: export your profile to an external SD card."
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:461
|
|
msgid "More information"
|
|
msgstr "Mere information"
|
|
|
|
# Hvad kaldes "Apps" indstillingskategorien på dansk?
|
|
#: ReactNativeClient/lib/components/screens/config.js:471
|
|
#, fuzzy
|
|
msgid ""
|
|
"To work correctly, the app needs the following permissions. Please enable "
|
|
"them in your phone settings, in Apps > Joplin > Permissions"
|
|
msgstr ""
|
|
"For at virke korrekt skal app'en bruge følgende tilladelser. Slå dem til i "
|
|
"din telefons indstillinger, i Apps > Joplin > Tilladelser"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:474
|
|
msgid ""
|
|
"- Storage: to allow attaching files to notes and to enable filesystem "
|
|
"synchronisation."
|
|
msgstr ""
|
|
"- Lager: Bruges til vedhæfte filer til noter og til at synkronisere filer."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:477
|
|
msgid "- Camera: to allow taking a picture and attaching it to a note."
|
|
msgstr "- Kamera: Bruges til at tage et billede og vedhæfte det til en note."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:480
|
|
msgid "- Location: to allow attaching geo-location information to a note."
|
|
msgstr "- Placering: Bruges til at vedhæfte GPS-informationer til en note."
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:509
|
|
msgid "Joplin website"
|
|
msgstr "Joplins hjemmeside"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:537
|
|
#, javascript-format
|
|
msgid "Database v%s"
|
|
msgstr "Database v%s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/config.js:543
|
|
#, javascript-format
|
|
msgid "FTS enabled: %d"
|
|
msgstr "Fuld-tekst søgning slået til: %d"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "This note has been modified:"
|
|
msgstr "Denne note er ændret:"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Save changes"
|
|
msgstr "Gem ændringer"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:97
|
|
msgid "Discard changes"
|
|
msgstr "Fortryd ændringer"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:161
|
|
#, javascript-format
|
|
msgid "No item with ID %s"
|
|
msgstr "Intet emne med ID'en %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:180
|
|
msgid "This attachment is not downloaded or not decrypted yet."
|
|
msgstr "Denne vedhæftning er ikke downloaded eller er ikke dekrypteret endnu."
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:184
|
|
#, javascript-format
|
|
msgid "The Joplin mobile app does not currently support this type of link: %s"
|
|
msgstr ""
|
|
"Joplin mobil-app'en understøtter på nuværende tidspunkt ikke denne type "
|
|
"link: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:188
|
|
#, javascript-format
|
|
msgid "Links with protocol \"%s\" are not supported"
|
|
msgstr "Links med \"%s\" protokollen er ikke understøttede"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:618
|
|
#, javascript-format
|
|
msgid "Unsupported image type: %s"
|
|
msgstr "Ulovlig billedtype: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:774
|
|
#, javascript-format
|
|
msgid "Updated: %s"
|
|
msgstr "Opdateret: %s"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:778
|
|
msgid "View on map"
|
|
msgstr "Vis på kort"
|
|
|
|
# Kilde-URL er en dårlig oversættelse
|
|
#: ReactNativeClient/lib/components/screens/note.js:785
|
|
msgid "Go to source URL"
|
|
msgstr "Gå til kilde-URL'en"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:813
|
|
msgid "Attach..."
|
|
msgstr "Vedhæft..."
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Choose an option"
|
|
msgstr "Vælg en mulighed"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Take photo"
|
|
msgstr "Tag et foto"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach photo"
|
|
msgstr "Vedhæft foto"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:815
|
|
msgid "Attach any file"
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:834
|
|
msgid "Share"
|
|
msgstr "Del"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to note"
|
|
msgstr "Konverter til note"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:848
|
|
msgid "Convert to todo"
|
|
msgstr "Konverter til opgave"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:862
|
|
msgid "Properties"
|
|
msgstr "Egenskaber"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1042
|
|
#: ReactNativeClient/lib/components/screens/note.js:1100
|
|
msgid "Add body"
|
|
msgstr "Tilføj brødtekst"
|
|
|
|
#: ReactNativeClient/lib/components/screens/note.js:1150
|
|
msgid "Add title"
|
|
msgstr "Tilføj titel"
|
|
|
|
#: ReactNativeClient/lib/components/screens/search.js:163
|
|
msgid "Search"
|
|
msgstr "Søg"
|
|
|
|
#: ReactNativeClient/lib/onedrive-api.js:342
|
|
msgid ""
|
|
"Cannot refresh token: authentication data is missing. Starting the "
|
|
"synchronisation again may fix the problem."
|
|
msgstr ""
|
|
"Kan ikke opdatere token: Godkendelses data mangler. Prøv at starte "
|
|
"synkronisering igen, det kan løse problemet."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:94
|
|
#, javascript-format
|
|
msgid "Created local items: %d."
|
|
msgstr "Oprettede lokale emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:95
|
|
#, javascript-format
|
|
msgid "Updated local items: %d."
|
|
msgstr "Opdaterede lokale emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:96
|
|
#, javascript-format
|
|
msgid "Created remote items: %d."
|
|
msgstr "Oprettede fjern-emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:97
|
|
#, javascript-format
|
|
msgid "Updated remote items: %d."
|
|
msgstr "Opdaterede fjern-emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:98
|
|
#, javascript-format
|
|
msgid "Deleted local items: %d."
|
|
msgstr "Slettede lokale emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:99
|
|
#, javascript-format
|
|
msgid "Deleted remote items: %d."
|
|
msgstr "Slettede fjern-emner: %d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:100
|
|
#, javascript-format
|
|
msgid "Fetched items: %d/%d."
|
|
msgstr "Hentede emner: %d/%d."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:102
|
|
msgid "Cancelling..."
|
|
msgstr "Annullerer..."
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:103
|
|
#, javascript-format
|
|
msgid "Completed: %s"
|
|
msgstr "Fuldført: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:104
|
|
#, javascript-format
|
|
msgid "Last error: %s"
|
|
msgstr "Sidste fejl: %s"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:204
|
|
msgid "Idle"
|
|
msgstr "Ledig"
|
|
|
|
#: ReactNativeClient/lib/synchronizer.js:205
|
|
msgid "In progress"
|
|
msgstr "I gang"
|
|
|
|
#: ReactNativeClient/lib/JoplinServerApi.js:71
|
|
#, javascript-format
|
|
msgid ""
|
|
"Could not connect to the Joplin Nextcloud app. Please check the "
|
|
"configuration in the Synchronisation config screen. Full error was:\n"
|
|
"\n"
|
|
"%s"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
|
|
msgid "Nextcloud"
|
|
msgstr "Nextcloud"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
|
|
msgid "WebDAV"
|
|
msgstr "WebDAV"
|
|
|
|
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
|
|
msgid "File system"
|
|
msgstr "Fil system"
|
|
|
|
#: ReactNativeClient/lib/commands/historyForward.js:16
|
|
msgid "Forward"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/commands/synchronize.js:17
|
|
#, fuzzy
|
|
msgid "Synchronize"
|
|
msgstr "Synkroniser"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Exporter_Jex.js:29
|
|
msgid "There is no data to export."
|
|
msgstr "Der er ingen data at eksportere."
|
|
|
|
#: ReactNativeClient/lib/services/RevisionService.js:215
|
|
msgid "Restored Notes"
|
|
msgstr "Gendannede noter"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService_Importer_Md.js:29
|
|
msgid "Please specify the notebook where the notes should be imported to."
|
|
msgstr "Angiv hvilken notesbog, noter skal importeres til."
|
|
|
|
#: ReactNativeClient/lib/services/report.js:121
|
|
msgid "Items that cannot be synchronised"
|
|
msgstr "Emner kan ikke synkroniseres"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:123
|
|
msgid ""
|
|
"These items will remain on the device but will not be uploaded to the sync "
|
|
"target. In order to find these items, either search for the title or the ID "
|
|
"(which is displayed in brackets above)."
|
|
msgstr ""
|
|
"Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. "
|
|
"For at finde disse emner; enten søg efter titel eller ID (som er vist i "
|
|
"klammer herover)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:130
|
|
#, javascript-format
|
|
msgid "%s (%s) could not be uploaded: %s"
|
|
msgstr "%s (%s) kunne ikke uploades: %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:132
|
|
#, javascript-format
|
|
msgid "Item \"%s\" could not be downloaded: %s"
|
|
msgstr "Emnet \"%s\" kunne ikke downloades: %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:142
|
|
msgid "Items that cannot be decrypted"
|
|
msgstr "Emner der ikke kan synkroniseres"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:144
|
|
msgid ""
|
|
"Joplin failed to decrypt these items multiple times, possibly because they "
|
|
"are corrupted or too large. These items will remain on the device but Joplin "
|
|
"will no longer attempt to decrypt them."
|
|
msgstr ""
|
|
"Joplin kunne ikke dekryptere disse filer efter flere forsøg. De er måske "
|
|
"korrupte eller for store. Disse emner vil forblive på enheden, men Joplin "
|
|
"vil ikke længere prøve at dekryptere dem."
|
|
|
|
#: ReactNativeClient/lib/services/report.js:182
|
|
#, fuzzy
|
|
msgid "Attachments"
|
|
msgstr "Vedhæft fil"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
msgid "Downloaded and decrypted"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/services/report.js:190
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
#: ReactNativeClient/lib/services/report.js:194
|
|
#, fuzzy, javascript-format
|
|
msgid "%s: %d"
|
|
msgstr "%s: %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:191
|
|
msgid "Downloaded and encrypted"
|
|
msgstr ""
|
|
|
|
#: ReactNativeClient/lib/services/report.js:204
|
|
#, fuzzy
|
|
msgid "Attachments that could not be downloaded"
|
|
msgstr "Emnet \"%s\" kunne ikke downloades: %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:209
|
|
#, javascript-format
|
|
msgid "%s (%s): %s"
|
|
msgstr "%s (%s): %s"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:222
|
|
msgid "Sync status (synced items / total items)"
|
|
msgstr "Synk status (synk' emner / emner i alt)"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:226
|
|
#, javascript-format
|
|
msgid "%s: %d/%d"
|
|
msgstr "%s: %d/%d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:229
|
|
#, javascript-format
|
|
msgid "Total: %d/%d"
|
|
msgstr "I alt: %d %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:231
|
|
#, javascript-format
|
|
msgid "Conflicted: %d"
|
|
msgstr "Konflikter: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:232
|
|
#, javascript-format
|
|
msgid "To delete: %d"
|
|
msgstr "Til sletning: %d"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:236
|
|
msgid "Folders"
|
|
msgstr "Mapper"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:244
|
|
#, javascript-format
|
|
msgid "%s: %d notes"
|
|
msgstr "%s: %d noter"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:252
|
|
msgid "Coming alarms"
|
|
msgstr "Kommende alarmer"
|
|
|
|
#: ReactNativeClient/lib/services/report.js:257
|
|
#, javascript-format
|
|
msgid "On %s: %s"
|
|
msgstr "På %s: %s"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:29
|
|
#: ReactNativeClient/lib/services/InteropService.js:68
|
|
msgid "Joplin Export File"
|
|
msgstr "Joplin eksport fil"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:36
|
|
#: ReactNativeClient/lib/services/InteropService.js:83
|
|
msgid "Markdown"
|
|
msgstr "Markdown"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:41
|
|
#: ReactNativeClient/lib/services/InteropService.js:73
|
|
msgid "Joplin Export Directory"
|
|
msgstr "Joplin eksport mappe"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:47
|
|
msgid "Evernote Export File (as Markdown)"
|
|
msgstr "Evernote eksport fil (i markdown)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:55
|
|
msgid "Evernote Export File (as HTML)"
|
|
msgstr "Evernote eksport fil (i HTML)"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:78
|
|
msgid "Json Export Directory"
|
|
msgstr "Joplin eksport mappe"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:90
|
|
#, fuzzy
|
|
msgid "HTML File"
|
|
msgstr "Fil"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:95
|
|
#, fuzzy
|
|
msgid "HTML Directory"
|
|
msgstr "Indeks"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "File"
|
|
msgstr "Fil"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:128
|
|
msgid "Directory"
|
|
msgstr "Indeks"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:174
|
|
#, fuzzy, javascript-format
|
|
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
|
|
msgstr "Kan ikke åbne \"%s\" modul for format \"%s\""
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:232
|
|
#, javascript-format
|
|
msgid "Please specify import format for %s"
|
|
msgstr "Specificer import format for %s"
|
|
|
|
#: ReactNativeClient/lib/services/InteropService.js:361
|
|
#, javascript-format
|
|
msgid ""
|
|
"This item is currently encrypted: %s \"%s\". Please wait for all items to be "
|
|
"decrypted and try again."
|
|
msgstr ""
|
|
"Dette emne krypteret: %s \"%s\". Vent til alle emner er dekrypteret og prøv "
|
|
"igen."
|
|
|
|
#~ msgid "Add or remove tags"
|
|
#~ msgstr "Tilføj eller slet mærker"
|
|
|
|
#~ msgid "Link"
|
|
#~ msgstr "Link"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Content properties"
|
|
#~ msgstr "Note egenskaber"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Information"
|
|
#~ msgstr "Indstillinger"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Resources"
|
|
#~ msgstr "Ressourcer: %d."
|
|
|
|
#~ msgid ""
|
|
#~ "Disabling encryption means *all* your notes and attachments are going to "
|
|
#~ "be re-synchronised and sent unencrypted to the sync target. Do you wish "
|
|
#~ "to continue?"
|
|
#~ msgstr ""
|
|
#~ "Slås kryptering fra, vil *alle* dine noter og vedhæftelser blive re-"
|
|
#~ "synkroniseret og sendt ukrypteret til synk-modtager. Vil du fortsætte?"
|
|
|
|
#~ msgid "Master Keys"
|
|
#~ msgstr "Hovednøgle"
|
|
|
|
#~ msgid "Active"
|
|
#~ msgstr "Aktiv"
|
|
|
|
#~ msgid "Source"
|
|
#~ msgstr "Kilde"
|
|
|
|
#~ msgid "Password"
|
|
#~ msgstr "Kodeord"
|
|
|
|
#~ msgid "Password OK"
|
|
#~ msgstr "Kodeord OK"
|
|
|
|
#~ msgid ""
|
|
#~ "Note: Only one master key is going to be used for encryption (the one "
|
|
#~ "marked as \"active\"). Any of the keys might be used for decryption, "
|
|
#~ "depending on how the notes or notebooks were originally encrypted."
|
|
#~ msgstr ""
|
|
#~ "Bemærk: Kun en hoved-nøgle vil blive brugt til kryptering (den der er "
|
|
#~ "markeret med \"active\"), Alle øvrige nøgler kan bruges til dekryptering, "
|
|
#~ "afhængig af hvilken blev anvendt til den oprindelige kryptering af note "
|
|
#~ "eller notesbog."
|
|
|
|
#, fuzzy
|
|
#~ msgid "marked text"
|
|
#~ msgstr "fremhævet tekst"
|
|
|
|
#~ msgid "Global zoom percentage"
|
|
#~ msgstr "Global zoom procent"
|
|
|
|
#~ msgid "Synchronisation is already in progress. State: %s"
|
|
#~ msgstr "Synkronisering er allerede i gang: Tilstand: %s"
|
|
|
|
#~ msgid "Confirm master password:"
|
|
#~ msgstr "Bekræft hovedkodeord:"
|
|
|
|
#~ msgid "Confirm password"
|
|
#~ msgstr "Bekræft kodeord"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Missing required argument: note"
|
|
#~ msgstr "Mangler krævet argument: %s"
|
|
|
|
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
|
|
#~ msgstr ""
|
|
#~ "Noteredigering startet. Luk redigering for at komme tilbage til kommando "
|
|
#~ "prompten."
|
|
|
|
#~ msgid "Note has been saved."
|
|
#~ msgstr "Note gemt."
|
|
|
|
#~ msgid "Synchronisation status"
|
|
#~ msgstr "Synkroniserings status"
|
|
|
|
#~ msgid "General Options"
|
|
#~ msgstr "Generelle indstillinger"
|
|
|
|
#~ msgid "Encryption options"
|
|
#~ msgstr "Krypterings muligheder"
|
|
|
|
#~ msgid "Encryption Options"
|
|
#~ msgstr "Krypterings indstillinger"
|
|
|
|
#, fuzzy
|
|
#~ msgid "Clipper Options"
|
|
#~ msgstr "Generelle indstillinger"
|
|
|
|
#~ msgid "Cancel synchronisation"
|
|
#~ msgstr "Afbryd synkronisering"
|
|
|
|
#~ msgid "Hide metadata"
|
|
#~ msgstr "Skjul metadata"
|
|
|
|
#~ msgid "Show metadata"
|
|
#~ msgstr "Vis metadata"
|
|
|
|
#~ msgid "Delete notebook"
|
|
#~ msgstr "Slet notesbog"
|
|
|
|
#~ msgid ""
|
|
#~ "Click on the (+) button to create a new note or notebook. Click on the "
|
|
#~ "side menu to access your existing notebooks."
|
|
#~ msgstr ""
|
|
#~ "Klik på (+) knappen for at oprette ny note eller notesbog. Klik på side "
|
|
#~ "menu for at åbne eksisterende notesbøger."
|
|
|
|
#~ msgid ""
|
|
#~ "You currently have no notebook. Create one by clicking on (+) button."
|
|
#~ msgstr "Du har ingen notesbøger. Opret en ved at klikke på (+) knappen."
|
|
|
|
#~ msgid "Welcome"
|
|
#~ msgstr "Velkommen"
|
|
|
|
#~ msgid "Separate each tag by a comma."
|
|
#~ msgstr "Adskil hver mærke med komma."
|
|
|
|
#~ msgid ""
|
|
#~ "The path to synchronise with when file system synchronisation is enabled. "
|
|
#~ "See `sync.target`."
|
|
#~ msgstr ""
|
|
#~ "Sti til synkronisering, når filsystem synkronisering er slået til. Se "
|
|
#~ "`sync.target`."
|
|
|
|
#~ msgid "State: %s."
|
|
#~ msgstr "Tilstand: %s."
|
|
|
|
#~ msgid "A notebook with this title already exists: \"%s\""
|
|
#~ msgstr "En notesbog bruger allerede dette navn: \"%s\""
|
|
|
|
#~ msgid ""
|
|
#~ "For more information about End-To-End Encryption (E2EE) and advices on "
|
|
#~ "how to enable it please check the documentation"
|
|
#~ msgstr ""
|
|
#~ "Se dokumentationen for nærmere oplysninger om End-To-End-kryptering "
|
|
#~ "(E2EE) og vejledning om hvordan det skal opsættes"
|
|
|
|
#~ msgid "Searches"
|
|
#~ msgstr "Søgninger"
|