This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_WebOSC/catalog/admin/includes/languages/espanol/countries.php

30 lines
1.1 KiB
PHP

<?php
/*
$Id: countries.php,v 1.7 2003/07/07 09:23:06 dgw_ Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Paises');
define('TABLE_HEADING_COUNTRY_NAME', 'Pa&iacute;s');
define('TABLE_HEADING_COUNTRY_CODES', 'C&oacute;digos ISO');
define('TABLE_HEADING_ACTION', 'Acci&oacute;n');
define('TEXT_INFO_EDIT_INTRO', 'Haga los cambios necesarios');
define('TEXT_INFO_COUNTRY_NAME', 'Nombre:');
define('TEXT_INFO_COUNTRY_CODE_2', 'C&oacute;digo ISO (2):');
define('TEXT_INFO_COUNTRY_CODE_3', 'C&oacute;digo ISO (3):');
define('TEXT_INFO_ADDRESS_FORMAT', 'Formato de Direcci&oacute;n:');
define('TEXT_INFO_INSERT_INTRO', 'Introduzca el nuevo pa&iacute;s con sus datos');
define('TEXT_INFO_DELETE_INTRO', 'Seguro que desea eliminar este pa&iacute;s?');
define('TEXT_INFO_HEADING_NEW_COUNTRY', 'Nuevo Pa&iacute;s');
define('TEXT_INFO_HEADING_EDIT_COUNTRY', 'Editar Pa&iacute;s');
define('TEXT_INFO_HEADING_DELETE_COUNTRY', 'Eliminar Pa&iacute;s');
?>