summaryrefslogtreecommitdiffstats
path: root/lib/l10n/oc.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/oc.php')
-rw-r--r--lib/l10n/oc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/oc.php b/lib/l10n/oc.php
index a72da90790a..6f0645bf77a 100644
--- a/lib/l10n/oc.php
+++ b/lib/l10n/oc.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Help" => "Ajuda",
"Personal" => "Personal",
"Settings" => "Configuracion",
@@ -21,3 +22,4 @@
"last year" => "an passat",
"years ago" => "ans a"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";