From eb2b28fe2990eebcd0c128ef305c997885da11cc Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 1 Dec 2022 02:36:03 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/da.js | 7 +++++++ l10n/da.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 l10n/da.js create mode 100644 l10n/da.json diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 0000000..5dd6fa5 --- /dev/null +++ b/l10n/da.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Connected accounts" : "Forbundne konti", + "Connected as {user}" : "Forbundet som {user}" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 0000000..8f4138a --- /dev/null +++ b/l10n/da.json @@ -0,0 +1,5 @@ +{ "translations": { + "Connected accounts" : "Forbundne konti", + "Connected as {user}" : "Forbundet som {user}" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file