Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/da.js')
-rw-r--r--l10n/da.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10n/da.js b/l10n/da.js
index b74b187..32daf59 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -1,11 +1,11 @@
OC.L10N.register(
"notifications",
{
- "in {path}" : "i {path}",
"Notifications" : "Notifikationer",
- "No notifications" : "Ingen notifikationer",
- "Dismiss" : "Afvis",
"Failed to perform action" : "Mislykkedes at udføre handling",
- "Failed to dismiss notification" : "Kunne ikke fjerne notifikation"
+ "Failed to dismiss notification" : "Kunne ikke fjerne notifikation",
+ "in {path}" : "i {path}",
+ "No notifications" : "Ingen notifikationer",
+ "Dismiss" : "Afvis"
},
"nplurals=2; plural=(n != 1);");