fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7108] property: translation


From: Sigurd Nes
Subject: [Fmsystem-commits] [7108] property: translation
Date: Fri, 11 Mar 2011 11:32:27 +0000

Revision: 7108
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7108
Author:   sigurdne
Date:     2011-03-11 11:32:26 +0000 (Fri, 11 Mar 2011)
Log Message:
-----------
property: translation

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

Modified: trunk/property/setup/phpgw_no.lang
===================================================================
--- trunk/property/setup/phpgw_no.lang  2011-03-11 11:15:39 UTC (rev 7107)
+++ trunk/property/setup/phpgw_no.lang  2011-03-11 11:32:26 UTC (rev 7108)
@@ -185,7 +185,7 @@
 async method   property        no      async metode
 async method has been saved    property        no      async metode er lagret
 async services property        no      Planlagte oppgaver
-attach file    property        no      legg til vedlegg
+attach file    property        no      Legg til som vedlegg
 attachments    property        no      Vedlegg
 attribute      property        no      Verdier
 attribute has been edited      property        no      Attributt er rettet

Modified: trunk/property/templates/base/files.xsl
===================================================================
--- trunk/property/templates/base/files.xsl     2011-03-11 11:15:39 UTC (rev 
7107)
+++ trunk/property/templates/base/files.xsl     2011-03-11 11:32:26 UTC (rev 
7108)
@@ -10,7 +10,14 @@
                                                <xsl:value-of 
select="php:function('lang', 'filename')" />
                                        </td>
                                        <td class="th_text" width="15%" 
align="center">
-                                               <xsl:value-of 
select="php:function('lang', 'Delete file')" />
+                                               <xsl:choose>
+                                                       <xsl:when 
test="//lang_file_action!=''">
+                                                               <xsl:value-of 
select="lang_file_action"/>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <xsl:value-of 
select="php:function('lang', 'Delete file')" />
+                                                       </xsl:otherwise>
+                                               </xsl:choose>
                                        </td>
                                </tr>
                                <xsl:for-each select="files" >
@@ -45,7 +52,14 @@
                                                <td align="center">
                                                        <input type="checkbox" 
name="values[file_action][]" value="{name}">
                                                                <xsl:attribute 
name="title">
-                                                                       
<xsl:value-of select="php:function('lang', 'Check to delete file')" />
+                                                                       
<xsl:choose>
+                                                                               
<xsl:when test="//lang_file_action!=''">
+                                                                               
        <xsl:value-of select="//lang_file_action"/>
+                                                                               
</xsl:when>
+                                                                               
<xsl:otherwise>
+                                                                               
        <xsl:value-of select="php:function('lang', 'Check to delete file')" />
+                                                                               
</xsl:otherwise>
+                                                                       
</xsl:choose>
                                                                </xsl:attribute>
                                                        </input>
                                                </td>




reply via email to

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