diff options
Diffstat (limited to 'public/admin/language/es-es/localisation/location.php')
-rw-r--r-- | public/admin/language/es-es/localisation/location.php | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/public/admin/language/es-es/localisation/location.php b/public/admin/language/es-es/localisation/location.php index d7b3aab..f453f06 100644 --- a/public/admin/language/es-es/localisation/location.php +++ b/public/admin/language/es-es/localisation/location.php @@ -1,38 +1,38 @@ <?php // Heading -$_['heading_title'] = 'Store Locations'; +$_['heading_title'] = 'Ubicaciones de Tiendas'; // Text -$_['text_success'] = 'Success: You have modified store locations!'; -$_['text_list'] = 'Store Location List'; -$_['text_add'] = 'Add Store Location'; -$_['text_edit'] = 'Edit Store Location'; -$_['text_default'] = 'Default'; -$_['text_time'] = 'Opening Times'; -$_['text_geocode'] = 'Geocode was not successful for the following reason:'; +$_['text_success'] = 'Éxito: ¡Has modificado las ubicaciones de las tiendas!'; +$_['text_list'] = 'Lista de ubicaciones de tiendas'; +$_['text_add'] = 'Agregar ubicación de la tienda'; +$_['text_edit'] = 'Editar ubicación de la tienda'; +$_['text_default'] = 'Predeterminado'; +$_['text_time'] = 'Los Horarios de Apertura'; +$_['text_geocode'] = 'Geocode no tuvo éxito por la siguiente razón:'; // Column -$_['column_name'] = 'Store Name'; -$_['column_address'] = 'Address'; -$_['column_action'] = 'Action'; +$_['column_name'] = 'Nombre de la Tienda'; +$_['column_address'] = 'Dirección'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_name'] = 'Store Name'; -$_['entry_address'] = 'Address'; +$_['entry_name'] = 'Nombre de la Tienda'; +$_['entry_address'] = 'Dirección'; $_['entry_geocode'] = 'Geocode'; -$_['entry_telephone'] = 'Telephone'; +$_['entry_telephone'] = 'Telefóno'; $_['entry_fax'] = 'Fax'; -$_['entry_image'] = 'Image'; -$_['entry_open'] = 'Opening Times'; -$_['entry_comment'] = 'Comment'; +$_['entry_image'] = 'Imagen'; +$_['entry_open'] = 'Los Horarios de Apertura'; +$_['entry_comment'] = 'Comentario'; // Help -$_['help_geocode'] = 'Please enter your store location geocode manually.'; -$_['help_open'] = 'Fill in your stores opening times.'; -$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; +$_['help_geocode'] = 'Ingrese el geocódigo de ubicación de su tienda manualmente.'; +$_['help_open'] = 'Complete los horarios de apertura de sus tiendas.'; +$_['help_comment'] = 'Este campo es para cualquier nota especial que le gustaría decirle al cliente, es decir, la Tienda no acepta cheques.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify store locations!'; -$_['error_name'] = 'Store name must be between 3 and 32 characters!'; -$_['error_address'] = 'Address must be between 3 and 128 characters!'; -$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar ubicaciones de tiendas!'; +$_['error_name'] = '¡El nombre de la tienda debe tener entre 3 y 32 caracteres!'; +$_['error_address'] = '¡La dirección debe tener entre 3 y 128 caracteres!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; |