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/cs.js')
-rw-r--r--l10n/cs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 674362e..3f59d48 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -1,9 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "in {path}" : "v {path}",
"Notifications" : "Upozornění",
"No notifications" : "Žádná upozornění",
- "Dismiss" : "Zavřít",
- "in {path}" : "v {path}"
+ "Dismiss" : "Zavřít"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");