Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
Le string que j'ai mis est le string de remplacement, pas l'ancien qui est: <string id="338">Optique/Coax</string> je croi que ta pas bien saisie ce que maxoo a dit (moi meme j'ai du relire plusieur fois pour bien comprendre ce qu'il voulai dire. tu aurais du poster ton message comme ceci : pas : <string id="338">Optique/Coax</string> mais : <string id="338">Analogique</string> le message de maxoo fesai penser qu'il demandai a ce qu'on mette le nouveau string et pas l'ancien.
|
|
|
|
|
Journalisée
|
|
|
|
Méchant Modo
Fait partie du Décor
Alcoolémie: 16
Messages: 3866
Hors ligne
Sexe: 
|
Du coup la c'est moi qui n'est pas compris ton message :D Mais oui, c'est ça que je disais :p
|
|
|
|
|
Journalisée
|
|
|
|
Fait partie du Décor
Alcoolémie: 7
Messages: 785
En ligne
Sexe: 
|
Du coup la c'est moi qui n'est pas compris ton message :D Mais oui, c'est ça que je disais :p
OK, je propose la syntaxe plus claire suivante: Remplacer <string id="338">Optique/Coax</string> par <string id="338">Analogique</string>
|
|
|
|
|
Journalisée
|
Jean-Max - ZBOX HD-ID11: 4Go RAM - Openelec Eden Ion 2.0 X86-64 (SSD Intel 40Go) - ZBOX Nano AD10: 4Go RAM - Openelec Eden Fusion 2.0 X86-64 (SSD Intel 40Go) - XBMC Windows Frodo 12.0 Final sur 1 portable W7 + 2 PC W7, - XBMC Windows Gotham A1 sur 1 PC XP - Skin = Confluence-MOD 2.0 - Datas sur NAS Thecus N7700 (7*1To, Raid 5, SMB Shares) - Tuner réseau HDHomerun DVB-T
|
|
|
Méchant Modo
Fait partie du Décor
Alcoolémie: 16
Messages: 3866
Hors ligne
Sexe: 
|
Oui oui, on s'en fout du texte. Ce qui est important c'est la balise code, l'ancien string en premier, et le nouveau en 2e.
|
|
|
|
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
<string id="31118">Sous-menu de la page d'accueil</string> <string id="31119">Activer le bouton Add-on personnalisé</string> <string id="31120">ÉTIQUETTE DU BOUTON</string> <string id="31121">CHEMIN DE L'ADD-ON</string> <string id="31122">Page météo</string> <string id="31123">Préférer les "Affiches" aux "Bannières" pour les émissions TV</string> <string id="31124">Afficher la vidéo en cours de lecture en arrière-plan</string> <string id="31125">Afficher la visualisation en cours de lecture en arrière-plan</string>
<string id="31126">Activer le script Lyrics sur l'OSD musique</string> <string id="31127">CHEMIN DE L'ADD-ON LYRICS</string> <string id="31128">Lyrics</string> <string id="31129">Activer le téléchargement de sous-titre sur l'OSD Video</string> <string id="31130">CHEMIN DE L'ADD-ON SUBTITLE</string> <string id="31131">Menu horizontale à l'accueil</string> dans addons\skin.confluence\language\French\strings.xml
|
|
|
|
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
en farfouillant dans les sources j'ai trouver l'id 24000 du lanquage de xbmc, je supose que c'est celle la que tu cherche, les autres sont dejas dans le code que tu a collé. edit voici la partie du code qui affiche le menu Addons - Raccourci : <control type="grouplist" id="9004"> <visible>Container(9000).Hasfocus(4)</visible> <posx>290</posx> <posy>60</posy> <width>750</width> <height>530</height> <itemgap>-1</itemgap> <pagecontrol>61</pagecontrol> <onleft>9000</onleft> <onright>61</onright> <onup>9004</onup> <ondown>9004</ondown> <control type="label" id="410"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31134</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="411"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]1[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton1))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeVideosButton1,xbmc.addon.video)</onclick> </control> <control type="button" id="412"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]2[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton2))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeVideosButton2,xbmc.addon.video)</onclick> </control> <control type="button" id="413"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]3[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton3))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeVideosButton3,xbmc.addon.video)</onclick> </control>
<control type="label" id="420"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31135</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="421"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]1[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton1))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeMusicButton1,xbmc.addon.audio)</onclick> </control> <control type="button" id="422"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]2[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton2))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeMusicButton2,xbmc.addon.audio)</onclick> </control> <control type="button" id="423"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]3[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton3))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeMusicButton3,xbmc.addon.audio)</onclick> </control>
<control type="label" id="430"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31136</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="431"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]1[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton1))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton1,xbmc.addon.image)</onclick> </control> <control type="button" id="432"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]2[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton2))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton2,xbmc.addon.image)</onclick> </control> <control type="button" id="433"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]3[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton3))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton3,xbmc.addon.image)</onclick> </control> <control type="button" id="434"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]4[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton4))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton4,xbmc.addon.image)</onclick> </control> <control type="button" id="435"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]5[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton5))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton5,xbmc.addon.image)</onclick> </control> <control type="button" id="436"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]6[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton6))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomePictureButton6,xbmc.addon.image)</onclick> </control>
<control type="label" id="440"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31118</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="441"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]1[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton1))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton1,xbmc.addon.executable)</onclick> </control> <control type="button" id="442"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]2[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton2))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton2,xbmc.addon.executable)</onclick> </control> <control type="button" id="443"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]3[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton3))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton3,xbmc.addon.executable)</onclick> </control> <control type="button" id="444"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]4[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton4))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton4,xbmc.addon.executable)</onclick> </control> <control type="button" id="445"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]5[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton5))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton5,xbmc.addon.executable)</onclick> </control> <control type="button" id="446"> <width>750</width> <height>40</height> <font>font13</font> <label>$LOCALIZE[24000] [B]6[/B]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton6))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(HomeProgramButton6,xbmc.addon.executable)</onclick> </control>
<control type="label" id="453"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31140</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="455"> <width>750</width> <height>35</height> <font>font12</font> <label>$LOCALIZE[31132]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(LyricScript_Path))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick> </control>
<control type="label" id="456"> <width>750</width> <height>45</height> <font>font13_title</font> <label>31141</label> <textcolor>blue</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control> <control type="button" id="458"> <width>750</width> <height>35</height> <font>font12</font> <label>$LOCALIZE[31133]</label> <label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(SubtitleScript_Path))][/COLOR]</label2> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick> </control> </control>
|
|
|
|
« Dernière édition: 29 Décembre 2010 18:25:13 par GMib »
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
vraiment bizare, le screenshoot vien bien de la version svn ? parce que dans les sources le string a été effacé. je telecharge les sources et je fai une recherche sur l'ensemble des fichiers pour voir ...
|
|
|
|
|
Journalisée
|
|
|
|
Fait partie du Décor
Alcoolémie: 9
Messages: 588
Hors ligne
Sexe: 
|
 Traduction de la prochaine version stable de XBMC (Dharma 10.0) et de Confluence Incroyable, moi c'est traduit et je ne n'ai rien touché
|
|
|
|
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
wé yiarkyiark c'est sur la version stable ca. sur la version svn ce qui est bizare c'est que je voi meme pas de bouton radio alors que si le screen de Willy vien bien de la svn, y en a visiblement ;)
chose encore plus bizare, le string Enable custom add-on ne se trouve nulle part dans aucun des fichier source...
|
|
|
|
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
Content d'apprendre que je ne suis pas fou ;) c'est pas evident de bien comprendre sans avoir de version svn installé, je sai pas compiler xbmc sous windows.
|
|
|
|
|
Journalisée
|
|
|
|
Accroc
Alcoolémie: 1
Messages: 127
Hors ligne
|
La derniere fois que je l'ai essayé il me prennai pas la dernière version, pas reessayé depuis, vaip lutot attendre les nigthly build
|
|
|
|
|
Journalisée
|
|
|
|
Colocataire
Alcoolémie: 6
Messages: 462
Hors ligne
Sexe: 
|
Salut, je voulais savoir si il etait possible de remplacer dans la traduction d'XBMC la partie ci-dessous car dans plusieurs skins le texte est trop long et donc on connait la direction du vent mais pas sa vitesse. Remplacer <string id="434">Direction : %s, Vitesse : %i %s</string> <!--From <wind dir.> at <speed> <unit>--> par <string id="434">De %s à %i %s</string> <!--From <wind dir.> at <speed> <unit>--> @+
|
|
|
|
|
Journalisée
|
|
|
|
|