summaryrefslogtreecommitdiffstats
path: root/lib/l10n/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/es.php')
-rw-r--r--lib/l10n/es.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/es.php b/lib/l10n/es.php
index 66011e61a0d..e30e4d711e7 100644
--- a/lib/l10n/es.php
+++ b/lib/l10n/es.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Help" => "Ayuda",
"Personal" => "Personal",
"Settings" => "Ajustes",
@@ -55,3 +56,4 @@
"Caused by:" => "Causado por:",
"Could not find category \"%s\"" => "No puede encontrar la categoria \"%s\""
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";