diff options
Diffstat (limited to 'apps/files/l10n/es.php')
-rw-r--r-- | apps/files/l10n/es.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 78740d51507..407a783a85e 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No se pudo mover %s - Un archivo con ese nombre ya existe.", "Could not move %s" => "No se pudo mover %s", "Unable to set upload directory." => "Incapaz de crear directorio de subida.", @@ -79,3 +80,4 @@ "files" => "archivos", "Upgrading filesystem cache..." => "Actualizando caché del sistema de archivos" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |