diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/da.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): đź” Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/da.js')
-rw-r--r-- | apps/dav/l10n/da.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index 4261439d578..7e7a1d3be17 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -55,15 +55,12 @@ OC.L10N.register( "Description: %s" : "Beskrivelse: %s", "Where: %s" : "Hvor: %s", "%1$s via %2$s" : "%1$s via %2$s", - "Invitation canceled" : "Invitation annulleret", - "Invitation updated" : "Invitation opdateret ", - "Invitation" : "Invitation", + "Organizer:" : "Arrangør:", + "Attendees:" : "Deltagere:", "Title:" : "Titel:", "Time:" : "Tid:", "Location:" : "Sted:", "Link:" : "Link:", - "Organizer:" : "Arrangør:", - "Attendees:" : "Deltagere:", "Accept" : "Accepter", "Decline" : "Afvis", "More options …" : "Flere indstillinger…", @@ -104,6 +101,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Du løste opgaven {todo} i listen {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} genåbnede opgaven {todo} i listen {calendar}", "You reopened todo {todo} in list {calendar}" : "Du genåbnede opgaven {todo} i listen {calendar}", - "A calendar <strong>todo</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret" + "A calendar <strong>todo</strong> was modified" : "En kalender <strong>opgave</strong> blev ændret", + "Invitation canceled" : "Invitation annulleret", + "Invitation updated" : "Invitation opdateret ", + "Invitation" : "Invitation" }, "nplurals=2; plural=(n != 1);"); |