diff options
Diffstat (limited to 'lib/l10n/es_AR.php')
-rw-r--r-- | lib/l10n/es_AR.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/es_AR.php b/lib/l10n/es_AR.php index da0f6fae84a..3f1c098dbf5 100644 --- a/lib/l10n/es_AR.php +++ b/lib/l10n/es_AR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Ayuda", "Personal" => "Personal", "Settings" => "Configuración", @@ -55,3 +56,4 @@ "Caused by:" => "Provocado por:", "Could not find category \"%s\"" => "No fue posible encontrar la categorÃa \"%s\"" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |