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.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/l10n/oc.php b/lib/l10n/oc.php
index be7f3b43a2d..0fc38d0ff2c 100644
--- a/lib/l10n/oc.php
+++ b/lib/l10n/oc.php
@@ -12,12 +12,13 @@ $TRANSLATIONS = array(
"Authentication error" => "Error d'autentificacion",
"Files" => "Fichièrs",
"seconds ago" => "segonda a",
-"1 minute ago" => "1 minuta a",
-"%d minutes ago" => "%d minutas a",
+"_%n minute ago_::_%n minutes ago_" => array(,),
+"_%n hour ago_::_%n hours ago_" => array(,),
"today" => "uèi",
"yesterday" => "ièr",
-"%d days ago" => "%d jorns a",
+"_%n day go_::_%n days ago_" => array(,),
"last month" => "mes passat",
+"_%n month ago_::_%n months ago_" => array(,),
"last year" => "an passat",
"years ago" => "ans a"
);