summaryrefslogtreecommitdiffstats
path: root/core/l10n/lv.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/lv.php')
-rw-r--r--core/l10n/lv.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/lv.php b/core/l10n/lv.php
index 5520d1ff358..1cac8466d0a 100644
--- a/core/l10n/lv.php
+++ b/core/l10n/lv.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Category type not provided." => "Kategorijas tips nav norādīts.",
"No category to add?" => "Nav kategoriju, ko pievienot?",
"This category already exists: %s" => "Šāda kategorija jau eksistē — %s",
@@ -127,3 +128,4 @@
"next" => "nākamā",
"Updating ownCloud to version %s, this may take a while." => "Atjaunina ownCloud uz versiju %s. Tas var aizņemt kādu laiciņu."
);
+$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";