hi.. is it possible to change categories to ex: produkter..
» Quick.Cart v3.x
gert østergaard
sidesweep
2008-05-24 10:41
dear gert,
this might help you:
open file admin\lang_??.php (?? stands for whatever language you use)
look for section /* * Title, description and keywords to Your website */
and then change the descriptions in:
$aMenuTypes[1] = 'Top menu above logo'; $aMenuTypes[2] = 'Top menu under logo'; $aMenuTypes[3] = 'Categories'; $aMenuTypes[4] = 'Producers'; $aMenuTypes[5] = 'Hidden page';
You will notice that this changes also the display names of different menus (e.g. categories) in page setup section of administration (which is a bonus in my opinion)
just suggestion to development team - you might wish to include the option for translation of menu names in lang\en.php file in next version of quick.cart it is not essential, it would be more user friendly
tosky
2008-07-18 11:05
Thanks very much, very useful this topic.
SoCalCreations
2008-07-25 22:59
This doesn't seem to be the correct layout. I have a customer of mine who wishes to change the main category name from "Categories" to the Greek equivalent. However this structure does not exist in the file either the "/lang/en.php" or the "/lang/pl.php" file.
How would I make this name change?
Feldwebel
2008-07-27 17:40
In fact the file is in config subforder. So you have to change file /config/lang_??.php.
The other thing is that the language files are writen to UTF-8 standard and that does not support greek alphabet.
brightandlight
2008-07-27 21:31
It's not possible for me to change this, because I have filled in my language myself. Do you have an sollution for that also. I'm from the Netherlands.
Excuse me for my english.
Marloes
LukaWoo
2008-10-17 16:33
You can use any search program that can search inside the source code of your entire site and just try to find
When I change Categories in 'config' > 'lang_en' and I refresh IE, I get this:
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\quickcms\config\lang_en.php:1) in C:\Program Files\xampp\htdocs\quickcms\index.php on line 16
i always get problems when i do it, i tried on differend sites that i made and if i make a site and add pages... when i made a site and i want to change it afterworths i can't login to change or add pages or content...
for example
login: admin password: admin
login ok
i change 'catogories' in /config/lang_en.php and try to login again
the answer is: delete the file on FTP, load it again from zip, upload, chmod and rewrite with notepad++ that is correctly set to edit such files.
kalanta
2010-03-18 16:36
You must save the file with the encoding: utf8 without bom. Use a text editor such as Notepad++ and you'll see in the menu "encoding" usually you're saving it as ansi, change it to utf8 without bom and then start editing it.