diff --git a/app/languages/en.php b/app/languages/en.php
index 655ba05..5bacb15 100644
--- a/app/languages/en.php
+++ b/app/languages/en.php
@@ -54,6 +54,8 @@
'error_sending_email' => 'Error sending email. Verify the server configuration or contact an administrator',
'error_upload_file' => 'Error uploading file. The name is invalid, the size excees the server rules or the path is not writable.',
'field_errors' => 'One or more fields have an error. Please check and try again',
+ 'file_size_upload_limit' => 'File size upload limit',
+ 'file_size_upload_limit_description' => 'The value is the lowest possible value between the post_max_size
and the upload_max_filesize
options of your PHP configuration.',
'folder' => 'Folder',
'forgot_password' => 'Forgot password?',
'general' => 'General',
@@ -81,9 +83,8 @@
'logout' => 'Logout',
'made_with' => 'Made with Aurora with love.',
'maintenance_mode' => 'Maintenance mode',
- 'max_upload_file_size' => 'Maximum upload file size',
- 'max_upload_file_size_description' => 'The value is the lowest possible value between the post_max_size
and the upload_max_filesize
options of your PHP configuration.',
'media' => 'Media',
+ 'memory_limit' => 'Memory limit',
'meta' => 'Meta',
'meta_description' => 'Meta description',
'meta_keywords' => 'Meta keywords',
@@ -103,6 +104,7 @@
'number_views' => 'No. views',
'order' => 'Order',
'order_by' => 'Order by',
+ 'operating_system' => 'Operating system',
'owner' => 'Owner',
'page' => 'Page',
'pages' => 'Pages',
diff --git a/app/languages/es.php b/app/languages/es.php
index ad53e8e..e789b99 100644
--- a/app/languages/es.php
+++ b/app/languages/es.php
@@ -54,6 +54,8 @@
'error_sending_email' => 'Error al enviar el correo. Verifica la configuración del servidor o contacta con un administrador',
'error_upload_file' => 'Error al subir el archivo. El nombre es inválido, el tamaño excede las reglas del servidor o no tiene permisos de escritura en esa ruta.',
'field_errors' => 'Al menos un campo tiene un error. Por favor verifique e intente nuevamente',
+ 'file_size_upload_limit' => 'Tamaño máximo de subida de archivos',
+ 'file_size_upload_limit_description' => 'El valor es el valor mínimo entre las opciones de post_max_size
y upload_max_filesize
de tu configuración de PHP.',
'folder' => 'Carpeta',
'forgot_password' => '¿Olvidó su contraseña?',
'general' => 'General',
@@ -81,9 +83,8 @@
'logout' => 'Cerrar sesión',
'made_with' => 'Hecho con Aurora con amor.',
'maintenance_mode' => 'Modo mantenimiento',
- 'max_upload_file_size' => 'Tamaño máximo de subida de archivos',
- 'max_upload_file_size_description' => 'El valor es el valor mínimo entre las opciones de post_max_size
y upload_max_filesize
de tu configuración de PHP.',
'media' => 'Media',
+ 'memory_limit' => 'Limite de memoria',
'meta' => 'Meta',
'meta_description' => 'Meta descripción',
'meta_keywords' => 'Meta palabras clave',
@@ -103,6 +104,7 @@
'number_views' => 'Nro. de vistas',
'order' => 'Orden',
'order_by' => 'Ordenar por',
+ 'operating_system' => 'Sistema operativo',
'owner' => 'Dueño',
'page' => 'Página',
'pages' => 'Páginas',