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/is.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/is.js')
-rw-r--r-- | apps/dav/l10n/is.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/is.js b/apps/dav/l10n/is.js index 68c0860f473..505341fa584 100644 --- a/apps/dav/l10n/is.js +++ b/apps/dav/l10n/is.js @@ -49,8 +49,6 @@ OC.L10N.register( "Description: %s" : "Lýsing: %s", "Where: %s" : "Hvar: %s", "%1$s via %2$s" : "%1$s með %2$s", - "Invitation canceled" : "Hætt við boð", - "Invitation updated" : "Boð uppfært", "Time:" : "Tími:", "Location:" : "Staðsetning:", "Link:" : "Tengill:", @@ -100,6 +98,8 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Þú leystir verkefnið {todo} á listanum {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} opnaði aftur verkefnið {todo} á listanum {calendar}", "You reopened todo {todo} in list {calendar}" : "Þú opnaðir aftur verkefnið {todo} á listanum {calendar}", - "A calendar <strong>todo</strong> was modified" : "<strong>Verkefnalista</strong> dagatals var breytt" + "A calendar <strong>todo</strong> was modified" : "<strong>Verkefnalista</strong> dagatals var breytt", + "Invitation canceled" : "Hætt við boð", + "Invitation updated" : "Boð uppfært" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |