Serbian language

18.09.2011 22:26
#1
belica
Joomshopping forum user no avatar
Name: Aleksandar
18.09.2011
Posts: 1
Quote
Serbian language

Please inform me do you have JoomShopping translation for Serbian language?
Regards
Aleksandar
info.lt.co@gmail.com


Joomla: 1.7
JoomShopping: Version 3.2.5

Letzte Änderung: 18.09.2011 23:22
 
22.09.2011 15:42
#2
gourky
Joomshopping forum user no avatar
Name: Thomas GOURGNIER
07.08.2011
Posts: 10
Quote
Aw: Serbian language

You should translate it by yourself if you don't want to wait monthes.
just copy en-GB.php and modify it to sr-RS.php then change the sentences. Keep the file with utf8 encoding.
look in :
components\com_jshopping\lang
and
administrator\components\com_jshopping\lang

 
29.09.2011 13:06
#3
Vrlazic
Joomshopping forum user no avatar
Name: Alen
02.09.2011
Posts: 3
Quote
Aw: Serbian language

Maybe if you can give us little more details how to do it because I couldn't understand your suggestion. Please give us step by step instruction (or if you already explained that to somebody else for some other language maybe you can send us link.

(Aleksandre, ako si ti shvatio možeš li mi objasniti)
Alen


Joomla: 1.7
JoomShopping: 3.2.6.
PHP: 3.3.9.
MySQL: 5.5.10.
 
08.10.2011 18:22
#4
ggsoft
Joomshopping forum user no avatar
Name: Gourgnier Thomas
29.09.2011
Posts: 6
Quote
Aw: Serbian language

Copy the file www.yoursite.com\components\com_jshopping\lang\en-GB.php to www.yoursite.com\components\com_jshopping\lang\sr-RS.php

Open this new file. You will get these strings :

<?php
define('_JSHOP_DETAIL', 'Detail');
define('_JSHOP_QUANTITY', 'Quantity');
define('_JSHOP_ADD_TO_CART', 'Add to cart');
define('_JSHOP_ADD_TO_WISHLIST', 'Add to wishlist');
define('_JSHOP_WISHLIST_IS_EMPTY', 'Your wishlist is empty');
define('_JSHOP_ORDER_BY', 'Order by');
define('_JSHOP_DISPLAY_NUMBER', 'Display');
define('_JSHOP_TABS_MAIN', 'Main');
define('_JSHOP_TABS_VIDEO', 'Video');
define('_JSHOP_PRODUCT', 'Product');
define('_JSHOP_PRICE', 'Price');
...
?>

Replace the text like 'Detail', 'Add to cart' etc to serbian translation.
That's all.

For backend, proceed the same with the file
www.yoursite.com\administrator\components\com_jshopping\lang\en-GB.php

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.