[tuxdroid-svn] r5683 - 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-10-15 13:10:28
|
Author: remi
Date: 2009-10-15 15:10:16 +0200 (Thu, 15 Oct 2009)
New Revision: 5683
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadget_configuration.xsl
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/de.po
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
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/nl.po
Log:
* Fixed sections title in the gadget configuration page
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadget_configuration.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadget_configuration.xsl 2009-10-15 12:41:46 UTC (rev 5682)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadget_configuration.xsl 2009-10-15 13:10:16 UTC (rev 5683)
@@ -107,14 +107,13 @@
</div>
</xsl:if>
</xsl:for-each>
- <!-- GADGET ALERT ATTITUNE -->
<div class="gadgetConfContentFrameBottom"></div>
<!-- ON DEMAND -->
<xsl:choose>
<xsl:when test="root/data/description/onDemandIsAble = 'true'">
<!-- BAR -->
<div class="gadgetConfTitleBarOnDemand">
- <span class="gadgetConfTitleBarLabel"><xsl:value-of select="root/translations/on_demand_config_section"/></span>
+ <span class="gadgetConfTitleBarLabel"><xsl:value-of select="root/translations/on_demand"/></span>
</div>
<div class="gadgetConfTitleBarBottom2"></div>
<!-- Content -->
@@ -147,7 +146,7 @@
</xsl:element>
<!-- BAR -->
<div class="gadgetConfTitleBarAlert">
- <span class="gadgetConfTitleBarLabel"><xsl:value-of select="translatedName"/></span>
+ <span class="gadgetConfTitleBarLabel"><xsl:value-of select="../../../translations/alerts"/></span>
</div>
<div class="gadgetConfTitleBarBottom2"></div>
<!-- CONTENT -->
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/de.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/de.po 2009-10-15 12:41:46 UTC (rev 5682)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/de.po 2009-10-15 13:10:16 UTC (rev 5683)
@@ -74,7 +74,7 @@
msgstr "Abbrechen"
msgid "gadget_settings"
-msgstr "Funktionseinstellungen"
+msgstr "Einstellungen"
msgid "gadget_name"
msgstr "Funktionsname"
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-10-15 12:41:46 UTC (rev 5682)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-10-15 13:10:16 UTC (rev 5683)
@@ -74,7 +74,7 @@
msgstr "Cancel"
msgid "gadget_settings"
-msgstr "Gadget settings"
+msgstr "Settings"
msgid "gadget_name"
msgstr "Gadget name"
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-10-15 12:41:46 UTC (rev 5682)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-10-15 13:10:16 UTC (rev 5683)
@@ -74,7 +74,7 @@
msgstr "Annuler"
msgid "gadget_settings"
-msgstr "Paramètres du gadget"
+msgstr "Paramètres"
msgid "gadget_name"
msgstr "Nom du gadget"
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/nl.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/nl.po 2009-10-15 12:41:46 UTC (rev 5682)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/nl.po 2009-10-15 13:10:16 UTC (rev 5683)
@@ -74,7 +74,7 @@
msgstr "Annuleren"
msgid "gadget_settings"
-msgstr "Gadget configuratie"
+msgstr "Configuratie"
msgid "gadget_name"
msgstr "Gadget naam"
|