diff options
Diffstat (limited to 'apps/files/l10n/es_AR.php')
-rw-r--r-- | apps/files/l10n/es_AR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index 9568fb1b2fe..8b9fe78791e 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -51,6 +51,7 @@ $TRANSLATIONS = array( "Modified" => "Modificado", "_%n folder_::_%n folders_" => array("%n carpeta","%n carpetas"), "_%n file_::_%n files_" => array("%n archivo","%n archivos"), +"You don’t have permission to upload or create files here" => "No tienes permisos para subir o crear archivos aquí", "_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), "Your storage is full, files can not be updated or synced anymore!" => "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando", "Your storage is almost full ({usedSpacePercent}%)" => "El almacenamiento está casi lleno ({usedSpacePercent}%)", @@ -71,7 +72,6 @@ $TRANSLATIONS = array( "New folder" => "Nueva Carpeta", "Folder" => "Carpeta", "From link" => "Desde enlace", -"You don’t have permission to upload or create files here" => "No tienes permisos para subir o crear archivos aquí", "Nothing in here. Upload something!" => "No hay nada. ¡Subí contenido!", "Download" => "Descargar", "Upload too large" => "El tamaño del archivo que querés subir es demasiado grande", |