summaryrefslogtreecommitdiffstats
path: root/core/l10n/lv.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-09 18:02:40 +0200
committerkondou <kondou@ts.unde.re>2013-08-09 18:02:40 +0200
commit80e9744da0045f562bebb14e838d464395760cdc (patch)
tree707a44cc36013e532b34eb33ce28fd5704504bd0 /core/l10n/lv.php
parent605050df9b42ba68b2d8c34a4075a5af4ebd312c (diff)
parent98f836363a1aee8dbc767068fcb357802f228cf2 (diff)
downloadnextcloud-server-80e9744da0045f562bebb14e838d464395760cdc.tar.gz
nextcloud-server-80e9744da0045f562bebb14e838d464395760cdc.zip
Merge branch 'master' into improve_app-management
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);";