fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16940] translation


From: sigurdne
Subject: [Fmsystem-commits] [16940] translation
Date: Tue, 1 Aug 2017 06:56:07 -0400 (EDT)

Revision: 16940
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16940
Author:   sigurdne
Date:     2017-08-01 06:56:07 -0400 (Tue, 01 Aug 2017)
Log Message:
-----------
translation

Modified Paths:
--------------
    trunk/property/setup/phpgw_no.lang
    trunk/property/templates/base/tts.xsl

Modified: trunk/property/setup/phpgw_no.lang
===================================================================
--- trunk/property/setup/phpgw_no.lang  2017-08-01 10:39:04 UTC (rev 16939)
+++ trunk/property/setup/phpgw_no.lang  2017-08-01 10:56:07 UTC (rev 16940)
@@ -2224,4 +2224,6 @@
 directory      property        no      Katalog
 select template        property        no      Velg mal
 select parent  property        no      Velg forelder
-attribute groups       property        no      Attributtgrupper
\ No newline at end of file
+attribute groups       property        no      Attributtgrupper
+sms text       property        no      SMS-tekst
+character left property        no      Resterende tegn
\ No newline at end of file

Modified: trunk/property/templates/base/tts.xsl
===================================================================
--- trunk/property/templates/base/tts.xsl       2017-08-01 10:39:04 UTC (rev 
16939)
+++ trunk/property/templates/base/tts.xsl       2017-08-01 10:56:07 UTC (rev 
16940)
@@ -676,17 +676,21 @@
                                                                </input>
                                                        </div>
                                                        <div 
class="pure-control-group">
+                                                               <xsl:variable 
name="lang_sms_text">
+                                                                       
<xsl:value-of select="php:function('lang', 'sms text')"/>
+                                                               </xsl:variable>
+
                                                                <label>
                                                                        <a 
href="javascript:response_lookup()">
                                                                                
<xsl:attribute name="title">
-                                                                               
        <xsl:value-of select="php:function('lang', 'response')"/>
+                                                                               
        <xsl:value-of select="$lang_sms_text"/>
                                                                                
</xsl:attribute>
-                                                                               
<xsl:value-of select="php:function('lang', 'response')"/>
+                                                                               
        <xsl:value-of select="$lang_sms_text"/>
                                                                        </a>
                                                                </label>
                                                                <textarea 
class="pure-input-1-2" rows="{textarearows}" id="response_text" 
name="values[response_text]" onKeyUp="javascript: SmsCountKeyUp(160);" 
onKeyDown="javascript: SmsCountKeyDown(160);" wrap="virtual">
                                                                        
<xsl:attribute name="title">
-                                                                               
<xsl:value-of select="php:function('lang', 'response')"/>
+                                                                               
<xsl:value-of select="$lang_sms_text"/>
                                                                        
</xsl:attribute>
                                                                </textarea>
                                                        </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]