gemima
Feb 3 2007, 01:48 PM
When i got the language in English the link to kome back to the first side is "Homepage".
but when i change the language to swedish it stand "ingång"
how can i change it to word of my choise???
take a look at www.tradgardstomtar.se/store
Regards Björn
dpage44
Feb 3 2007, 02:29 PM
Go to language/se folder
open lang.inc.php file
locate:
/////////////////////////////////////
//// FRONTEND LANGUAGE
/////////////////////////////////////
/////////// GLOBAL FRONT ////////////
$lang['front']['yes'] = "Ja";
$lang['front']['no'] = "Nej";
/////////////////////////////////////
$lang['front']['boxes'] = array(
'lang_links' => "Användbara länkar",
'reg_and_checkout' => "Registrera & Checka ut",
'cont_shopping' => "Fortsätt handla",
'edit_del_add' => "Redigera leveransadress",
'edit_inv_add' => "Redigera fakturaadress",
'empty_cart' => "Töm varukorg",
'prev_page' => "Föregående sida",
'homepage' => "Ingång",
Change Ingang to the desired word and save file
gemima
Feb 3 2007, 02:46 PM
thank you dpage44 great response och quick
now its up and running
Björn
dpage44
Feb 3 2007, 04:40 PM
You are welcome.
I am new to CC and it helps me to learn the program when I try to help others.