summaryrefslogtreecommitdiffstats
path: root/l10n/es_AR.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_AR.php')
-rw-r--r--l10n/es_AR.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/es_AR.php b/l10n/es_AR.php
index 278d1bf50..b07d780fa 100644
--- a/l10n/es_AR.php
+++ b/l10n/es_AR.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "No es posible agregar fuente: Ya existe",
"Articles without feed" => "Artículos sin redifusión",
"Can not add folder: Exists already" => "No es posible agregar carpeta: Ya existe",
@@ -35,3 +36,4 @@
"Unread/Starred Articles" => "Artículos No leídos/Favoritos",
"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";