[tuxdroid-svn] r4842 - in software_suite_v3/smart-core/smart-server/trunk: data/web_interface/user
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-20 14:18:56
|
Author: remi
Date: 2009-06-20 15:52:39 +0200 (Sat, 20 Jun 2009)
New Revision: 4842
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/livewithtux.xsl
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po
Log:
* added some translations
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/livewithtux.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/livewithtux.xsl 2009-06-20 13:48:28 UTC (rev 4841)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/livewithtux.xsl 2009-06-20 13:52:39 UTC (rev 4842)
@@ -71,13 +71,15 @@
<xsl:element name="a">
<xsl:attribute name="class">notifyBtnStartStop</xsl:attribute>
<xsl:attribute name="onclick"></xsl:attribute>
- <xsl:attribute name="href">#</xsl:attribute>Start
+ <xsl:attribute name="href">#</xsl:attribute>
+ <xsl:value-of select="root/translations/start"/>
</xsl:element>
<!-- STOP BUTTON -->
<xsl:element name="a">
<xsl:attribute name="class">notifyBtnStartStop</xsl:attribute>
<xsl:attribute name="onclick"></xsl:attribute>
- <xsl:attribute name="href">#</xsl:attribute>Stop
+ <xsl:attribute name="href">#</xsl:attribute>
+ <xsl:value-of select="root/translations/stop"/>
</xsl:element>
</div>
<!-- NOTIFIER HINT BOTTOM -->
@@ -97,7 +99,7 @@
<!-- STATUS VIEW -->
<div class="statusFrame">
<!-- STATUS VIEW TITLE -->
- <span class="statusViewTitle">Status</span>
+ <span class="statusViewTitle"><xsl:value-of select="root/translations/status"/></span>
<!-- STATUS PIC RADIO -->
<xsl:element name="img">
<xsl:attribute name="class">statusPicRadio</xsl:attribute>
@@ -134,14 +136,14 @@
<xsl:attribute name="id">statusBtnSoundOn</xsl:attribute>
<xsl:attribute name="src">/data/web_interface/user_01/img/status_btn_soundon_enable.png</xsl:attribute>
</xsl:element>
- <span class="statusBtnSoundOnLabel">Sound on</span>
+ <span class="statusBtnSoundOnLabel"><xsl:value-of select="root/translations/sound_on"/></span>
<!-- STATUS BTN SOUND OFF -->
<xsl:element name="img">
<xsl:attribute name="class">statusBtnSoundOff</xsl:attribute>
<xsl:attribute name="id">statusBtnSoundOff</xsl:attribute>
<xsl:attribute name="src">/data/web_interface/user_01/img/status_btn_soundoff_activate.png</xsl:attribute>
</xsl:element>
- <span class="statusBtnSoundOffLabel">Sound off</span>
+ <span class="statusBtnSoundOffLabel"><xsl:value-of select="root/translations/sound_off"/></span>
</div>
</div>
<!-- EXAMPLE OF LIGHTBOX -->
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot 2009-06-20 13:48:28 UTC (rev 4841)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot 2009-06-20 13:52:39 UTC (rev 4842)
@@ -21,3 +21,9 @@
msgid "sound_off"
msgstr ""
+
+msgid "start"
+msgstr ""
+
+msgid "stop"
+msgstr ""
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-06-20 13:48:28 UTC (rev 4841)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-06-20 13:52:39 UTC (rev 4842)
@@ -21,3 +21,9 @@
msgid "sound_off"
msgstr "Sound off"
+
+msgid "start"
+msgstr "Start"
+
+msgid "stop"
+msgstr "Stop"
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-06-20 13:48:28 UTC (rev 4841)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-06-20 13:52:39 UTC (rev 4842)
@@ -21,3 +21,9 @@
msgid "sound_off"
msgstr "Sound off"
+
+msgid "start"
+msgstr "Start"
+
+msgid "stop"
+msgstr "Stop"
|