summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/lv.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/lv.php')
-rw-r--r--apps/files_trashbin/l10n/lv.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/lv.php b/apps/files_trashbin/l10n/lv.php
index b1b8c3e6b03..5753162e29d 100644
--- a/apps/files_trashbin/l10n/lv.php
+++ b/apps/files_trashbin/l10n/lv.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Nevarēja pilnībā izdzēst %s",
"Couldn't restore %s" => "Nevarēja atjaunot %s",
"perform restore operation" => "veikt atjaunošanu",
@@ -16,3 +17,4 @@
"Delete" => "Dzēst",
"Deleted Files" => "Dzēstās datnes"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";