Bixie Forum

This is the forum for the free Bixie extensions and general questions.
Bixie customers can use the Support Center for their support questions.

You can visit the old forum here.

Video Tutorials

Bixie now provides video tutorials to help you setting up the Bixie VM-Chrono module.

Check out the video tutorials here for a step-by-step installation help!

Welcome, Guest
Please Login or Register.    Lost Password?

Language Italian
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Language Italian
#322
Language Italian 1 Year, 6 Months ago  
Hello, I just changed the language file in Italian, after loading them in your language files in joomla and modified en-IT.mod_virtueupload.ini IT.com_virtueupload.ini and I do not see the changes. What can have happened?

To change the theme, where do I find files, I will be: here Load your file, upload to the box with the id.

Hello
segnalstreet90
segnalstreet90
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/04 12:58 By segnalstreet90.
The administrator has disabled public write access.
 
#323
Re:Language Italian 1 Year, 6 Months ago  
To change the language you can just translate the english strings in the file languages/en-GB/en-GB.mod/com_virtueupload.ini. Don't rename the file!
Or rename the files to it-IT.mod/com_virtueupload.ini and place them in the folder languages/it-IT/.

The theme files are in components/com_virtueupload/themes. The template for the module-form is in the folder modules/mod_virtueupload/tmpl/
malles
malles
Admin
Posts: 206
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Bixie customers can use the Support Center for their support questions.
 
#324
Re:Language Italian 1 Year, 6 Months ago  
I have to change lines part where the maximum number of files to load and size, where are they?
segnalstreet90
segnalstreet90
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#325
Re:Language Italian 1 Year, 6 Months ago  
You can hide that all by a setting in the module-parameters (show upload info).
Text can be changed in the language file.
malles
malles
Admin
Posts: 206
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Bixie customers can use the Support Center for their support questions.
 
#326
Re:Language Italian 1 Year, 6 Months ago  
Thanks for the answers, but I wanted to know where to find the file to add some more variable.
Thanks
segnalstreet90
segnalstreet90
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#327
Re:Language Italian 1 Year, 6 Months ago  
That text is rendered in the file administrator/component/com_virtueupload/classes/output.class.php
in the function:
Code:

function uploadinfotxt () {
    $vu_config  = VUOutput::loadConfig();
$html  = '';
$html .= JText::_('VULANG_NR_UPL').": "; 
$html .= $vu_config['allowed_uploads'];
$html .= '<br/>';
$html .= JText::_('VULANG_UPL_SIZE').": "; 
$html .= VUOutput::_getFileSize ($vu_config['maxsize']);
$html .= '<br/>';

return $html;
}


You can change it there.
malles
malles
Admin
Posts: 206
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/04 17:14 By malles.
The administrator has disabled public write access.
Bixie customers can use the Support Center for their support questions.
 
Go to topPage: 12
Moderators: baf