Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wi3bren

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    wiebren

wi3bren's Achievements

  1. <?php /* ?$Id: sitemap.php,v1.0 2004/05/10 hpdl Exp $ ?osCommerce, Open Source E-Commerce Solutions ?http://www.oscommerce.com ?Copyright ? 2004 osCommerce ?Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Site Map'); define('HEADING_TITLE', 'Site Map'); define('PAGE_ACCOUNT', 'Mi Cuenta'); define('PAGE_ACCOUNT_EDIT', 'Account Information'); define('PAGE_ADDRESS_BOOK', 'Directorio'); define('PAGE_ACCOUNT_HISTORY', 'Order History'); define('PAGE_ACCOUNT_NOTIFICATIONS', 'Newsletter Subscriptions'); define('PAGE_SHOPPING_CART', 'Compras'); define('PAGE_CHECKOUT_SHIPPING', 'Checkout'); define('PAGE_ADVANCED_SEARCH', 'B?squeda Avanzada'); define('PAGE_PRODUCTS_NEW', 'New Products'); define('PAGE_SPECIALS', 'Specials'); define('PAGE_REVIEWS', 'Reviews'); ?> This is what i could find , and think is fairly correct. Stuff i couldn't find is still displayed in english. It could be that there just no spanish shops using oscommerce
  2. I couldn't find a sitemap spanish version of this file. And yes i could find 2 of the lines in spanish in other language files, but some translations in other files are written in an other person or the words are in slighty different. Therefor i'm not sure if it's correct Spanish. Also i think it's better to have an accurate translations instead of a wrong one because it only makes the site look stupid. For someone who lives in spain and knows english it whould be no more the 1 minute to translate this correctly, and everyone whould benefit from it, that is using sitemap.
  3. Could anyone help me with a translated version in spanish? tx in advance. <?php /* $Id: sitemap.php,v1.0 2004/05/10 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2004 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Site Map'); define('HEADING_TITLE', 'Site Map'); define('PAGE_ACCOUNT', 'My Account'); define('PAGE_ACCOUNT_EDIT', 'Account Information'); define('PAGE_ADDRESS_BOOK', 'Address Book'); define('PAGE_ACCOUNT_HISTORY', 'Order History'); define('PAGE_ACCOUNT_NOTIFICATIONS', 'Newsletter Subscriptions'); define('PAGE_SHOPPING_CART', 'Shopping Cart'); define('PAGE_CHECKOUT_SHIPPING', 'Checkout'); define('PAGE_ADVANCED_SEARCH', 'Advanced Search'); define('PAGE_PRODUCTS_NEW', 'New Products'); define('PAGE_SPECIALS', 'Specials'); define('PAGE_REVIEWS', 'Reviews'); ?>
×
×
  • Create New...