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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/l10n/bg.js')
-rw-r--r--apps/dav/l10n/bg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/bg.js b/apps/dav/l10n/bg.js
index 690115069c3..3665c00a6df 100644
--- a/apps/dav/l10n/bg.js
+++ b/apps/dav/l10n/bg.js
@@ -59,10 +59,10 @@ OC.L10N.register(
"Date:" : "Дата:",
"Where:" : "Къде:",
"Description:" : "Описание:",
- "_%n year_::_%n years_" : ["%n години","%d години"],
+ "_%n year_::_%n years_" : ["%n години","%n години"],
"_%n month_::_%n months_" : ["%n месеци","%n месеци"],
"_%n day_::_%n days_" : ["%n дни","%n дни"],
- "_%n hour_::_%n hours_" : ["%n часове","%n часове"],
+ "_%n hour_::_%n hours_" : ["%n часове","%n часа"],
"_%n minute_::_%n minutes_" : ["%n минути","%n минути"],
"%s (in %s)" : "%s (в %s)",
"%s (%s ago)" : "%s (преди %s)",