diff options
author | kondou <kondou@ts.unde.re> | 2013-08-09 18:02:40 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-09 18:02:40 +0200 |
commit | 80e9744da0045f562bebb14e838d464395760cdc (patch) | |
tree | 707a44cc36013e532b34eb33ce28fd5704504bd0 /core/l10n/lv.php | |
parent | 605050df9b42ba68b2d8c34a4075a5af4ebd312c (diff) | |
parent | 98f836363a1aee8dbc767068fcb357802f228cf2 (diff) | |
download | nextcloud-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.php | 4 |
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);"; |