Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 14
|
|
31
|
LinuxMCE / Users / Re: howto: french translation
|
on: September 15, 2008, 04:23:04 pm
|
|
ok, I downloaded again the script from sourceforge, and no problem !! The script you published is the same !!
I don't know what appened on your computers !!
|
|
|
|
|
35
|
LinuxMCE / Users / Re: howto: french translation
|
on: September 15, 2008, 09:52:08 am
|
ok, it's strange, it's working for me, was the script no-well written  If so, you can post the script modified !! for the ^  cu
|
|
|
|
|
39
|
LinuxMCE / Users / Re: howto: french translation
|
on: September 14, 2008, 05:36:04 pm
|
|
did you put text_ls.csv in the folder ? did you try with sudo ? try mysql -u USER -h HOST -e "insert into \`pluto_main\`.\`Text_LS\` (FK_Text,FK_Language,Description) values(2050,2,test);" --default-character-set=utf8
and go have a look in the db in you've got the langage id=2 for francais in langage table and in text_ls table if you've got the string 2050, langage 2,test
|
|
|
|
|
42
|
LinuxMCE / Developers / Re: knx, linuxmce, eib part, ... help?
|
on: September 13, 2008, 10:40:06 pm
|
We will commit this to the public svn over the weekend and do some docs for the Wiki.
All the best
Andrew
is it based on eibd ?? why did you not join guigolum, or at least communicates on this project? I guess there is many project on lmce that don't need everybody work on they own! however it's another great news !
|
|
|
|
|
44
|
LinuxMCE / Users / Re: howto: french translation
|
on: September 13, 2008, 08:53:43 pm
|
NB: to install, just put script in a dir, assign chmod +x to the script, then run ./insertdb.sh then reload/regen all orbiter, and reboot !!
|
|
|
|
|
45
|
LinuxMCE / Users / Re: howto: french translation
|
on: September 13, 2008, 08:40:17 pm
|
ok, I make the first release of french "pack" ! It includes 90% of the text_ls table changed from english to french ! It's a major part of google translation however I manually change some main used terms! Still some terms that can not be translate from this table !!! I'll have a look with the fix made by LadislavH (for all word in text_ls table) Here are the files:https://sourceforge.net/projects/linuxmce-fr/create_fr_file.sh: script for creating english snapshot of the db (only fk_text,description of english text_ls table record) text_ls.csv: text_ls word "translated in french" insertdb.sh: script for inserting the new french translated record with the french langage id PS: if people know how to translate the still remaining terms (are the patch still working - i will investigate) PPS: if people make some improvmnet on my personnal translation publish it , thanks PPS: these script (taken from brsisr and modified) can be easyli modify
|
|
|
|
|