diff options
Diffstat (limited to 'public/admin/language/es-es/error/not_found.php')
-rw-r--r-- | public/admin/language/es-es/error/not_found.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/admin/language/es-es/error/not_found.php b/public/admin/language/es-es/error/not_found.php new file mode 100644 index 0000000..560d6f6 --- /dev/null +++ b/public/admin/language/es-es/error/not_found.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = 'Página No Encontrada!'; + +// Text +$_['text_not_found'] = '¡La página que estás buscando no se pudo encontrar! Póngase en contacto con su administrador si el problema persiste.'; |