[tuxdroid-svn] r5060 - 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-07-06 07:50:00
|
Author: remi
Date: 2009-07-06 09:49:52 +0200 (Mon, 06 Jul 2009)
New Revision: 5060
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/tools.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 "Online documentation" row in the "Tools" page.
* Added and fixed some translations
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/tools.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/tools.xsl 2009-07-05 15:16:54 UTC (rev 5059)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/tools.xsl 2009-07-06 07:49:52 UTC (rev 5060)
@@ -130,6 +130,14 @@
<span class="toolsRowName"><xsl:value-of select="root/data/tux_controller/name"/></span>
<div class="frame01Sep"></div>
</xsl:if>
+ <!-- ONLINE DOCUMENTATION -->
+ <xsl:element name="a">
+ <xsl:attribute name="class">toolsBtnTitle toolsBtnShowEnable</xsl:attribute>
+ <xsl:attribute name="target">_blank</xsl:attribute>
+ <xsl:attribute name="href"><xsl:value-of select="root/translations/documentation_url"/></xsl:attribute><xsl:value-of select="root/translations/show"/>
+ </xsl:element>
+ <span class="toolsRowName"><xsl:value-of select="root/translations/online_documentation"/></span>
+ <div class="frame01Sep"></div>
<!-- ABOUT -->
<xsl:if test="root/data/about != ''">
<xsl:element name="a">
@@ -141,8 +149,6 @@
</xsl:element>
<span class="toolsRowName"><xsl:value-of select="root/data/about/name"/></span>
</xsl:if>
-
-
</div>
<div class="frame01Bottom"></div>
</div>
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-07-05 15:16:54 UTC (rev 5059)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot 2009-07-06 07:49:52 UTC (rev 5060)
@@ -141,3 +141,12 @@
msgid "show"
msgstr ""
+
+msgid "online_documentation"
+msgstr ""
+
+msgid "documentation_url"
+msgstr ""
+
+msgid "global_settings"
+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-07-05 15:16:54 UTC (rev 5059)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-07-06 07:49:52 UTC (rev 5060)
@@ -141,3 +141,12 @@
msgid "show"
msgstr "Show"
+
+msgid "online_documentation"
+msgstr "Online documentation"
+
+msgid "documentation_url"
+msgstr "http://www.kysoh.com/documentation-3?set_language=en"
+
+msgid "global_settings"
+msgstr "Global settings"
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-07-05 15:16:54 UTC (rev 5059)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-07-06 07:49:52 UTC (rev 5060)
@@ -14,13 +14,13 @@
msgstr "En ligne"
msgid "status"
-msgstr "Status"
+msgstr "Statut"
msgid "sound_on"
-msgstr "Sound on"
+msgstr "Son on"
msgid "sound_off"
-msgstr "Sound off"
+msgstr "Son off"
msgid "start"
msgstr "Start"
@@ -41,7 +41,7 @@
msgstr "Suppr."
msgid "popup_not_yet_implemented"
-msgstr "Cette functionnalité n'est pas encore implémentée."
+msgstr "Cette fonctionnalité n'est pas encore implémentée."
msgid "popup_confirm_delete_gadget"
msgstr "Etes-vous sûr de vouloir supprimer ce gadget ?"
@@ -71,7 +71,7 @@
msgstr "Mon utilisation du gadget"
msgid "on_demand_description"
-msgstr "Ce gadget sera accessible par la télécommande."
+msgstr "Ce gadget sera accessible avec la télécommande."
msgid "date"
msgstr "Date"
@@ -141,3 +141,12 @@
msgid "show"
msgstr "Voir"
+
+msgid "online_documentation"
+msgstr "Documentation en ligne"
+
+msgid "documentation_url"
+msgstr "http://www.kysoh.com/documentation-3?set_language=fr"
+
+msgid "global_settings"
+msgstr "Configuration globale"
|