fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16937] translations


From: sigurdne
Subject: [Fmsystem-commits] [16937] translations
Date: Tue, 1 Aug 2017 05:22:16 -0400 (EDT)

Revision: 16937
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16937
Author:   sigurdne
Date:     2017-08-01 05:22:16 -0400 (Tue, 01 Aug 2017)
Log Message:
-----------
translations

Modified Paths:
--------------
    trunk/addressbook/inc/class.menu.inc.php
    trunk/addressbook/setup/phpgw_no.lang
    trunk/property/inc/class.boadmin_entity.inc.php
    trunk/property/inc/class.uitts.inc.php
    trunk/property/setup/phpgw_no.lang
    trunk/property/templates/base/report.xsl
    trunk/property/templates/base/tts.xsl

Modified: trunk/addressbook/inc/class.menu.inc.php
===================================================================
--- trunk/addressbook/inc/class.menu.inc.php    2017-07-31 17:51:07 UTC (rev 
16936)
+++ trunk/addressbook/inc/class.menu.inc.php    2017-08-01 09:22:16 UTC (rev 
16937)
@@ -95,7 +95,7 @@
 
                                        array
                                        (
-                                               'text'  => 'Notes Types 
Manager',
+                                               'text'  => 
$GLOBALS['phpgw']->translation->translate('Notes Types Manager', array(), true),
                                                'url'   =>  
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'addressbook.uicatalog_contact_note_type.view') )
                                        ),
 

Modified: trunk/addressbook/setup/phpgw_no.lang
===================================================================
--- trunk/addressbook/setup/phpgw_no.lang       2017-07-31 17:51:07 UTC (rev 
16936)
+++ trunk/addressbook/setup/phpgw_no.lang       2017-08-01 09:22:16 UTC (rev 
16937)
@@ -17,3 +17,8 @@
 tomorrow is %1's birthday.     common  no      I morgen er det %1's fødselsdag.
 work phone     addressbook     no      Arbeids telefon
 zip code       addressbook     no      Postnummer
+communication types manager    common  no      Kommunikasjonstyper
+communication descriptions manager     common  no      
Kommunikasjonstypebeskrivelse
+location manager       common  no      Lokasjonstyper
+Notes Types Manager    common  no      Notattyper
+custom fields on org-person    common  no      Egentilpassede felt for 
org-person
\ No newline at end of file

Modified: trunk/property/inc/class.boadmin_entity.inc.php
===================================================================
--- trunk/property/inc/class.boadmin_entity.inc.php     2017-07-31 17:51:07 UTC 
(rev 16936)
+++ trunk/property/inc/class.boadmin_entity.inc.php     2017-08-01 09:22:16 UTC 
(rev 16937)
@@ -595,9 +595,9 @@
                        return $this->so->get_path($entity_id, $node);
                }
 
-               function read_category_tree2( $entity_id, $table )
+               function read_category_tree2( $entity_id )
                {
-                       return $this->so->read_category_tree2($entity_id, 
$table);
+                       return $this->so->read_category_tree2($entity_id);
                }
 
                function get_children2( $entity_id, $parent, $level, $reset = 
false, $table )

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2017-07-31 17:51:07 UTC (rev 
16936)
+++ trunk/property/inc/class.uitts.inc.php      2017-08-01 09:22:16 UTC (rev 
16937)
@@ -1708,6 +1708,7 @@
                        phpgwapi_jquery::formvalidator_generate(array('date', 
'security','file'));
                        $this->_insert_custom_js();
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
+                       self::add_jquery_translation($data);
                        $GLOBALS['phpgw']->xslttpl->add_file(array('tts', 
'files', 'attributes_form'));
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw', 
array('add' => $data));
                        //      $GLOBALS['phpgw']->xslttpl->pp();
@@ -3109,6 +3110,7 @@
                        $appname = lang('helpdesk');
                        $function_msg = lang('view ticket detail');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
+                       self::add_jquery_translation($data);
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw', 
array('view' => $data));
                }
 

Modified: trunk/property/setup/phpgw_no.lang
===================================================================
--- trunk/property/setup/phpgw_no.lang  2017-07-31 17:51:07 UTC (rev 16936)
+++ trunk/property/setup/phpgw_no.lang  2017-08-01 09:22:16 UTC (rev 16937)
@@ -2221,4 +2221,7 @@
 workorder recalculate actual cost      property        no      Rekalkuler 
faktisk kostnad for bestillinger
 none selected  property        no      Ingen valgt
 direction      property        no      Retning
-directory      property        no      Katalog
\ No newline at end of file
+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

Modified: trunk/property/templates/base/report.xsl
===================================================================
--- trunk/property/templates/base/report.xsl    2017-07-31 17:51:07 UTC (rev 
16936)
+++ trunk/property/templates/base/report.xsl    2017-08-01 09:22:16 UTC (rev 
16937)
@@ -1,6 +1,5 @@
 
 <xsl:template match="data">
-       <xsl:call-template name="jquery_phpgw_i18n"/>
        <xsl:choose>
                <xsl:when test="edit">
                        <xsl:apply-templates select="edit"/>

Modified: trunk/property/templates/base/tts.xsl
===================================================================
--- trunk/property/templates/base/tts.xsl       2017-07-31 17:51:07 UTC (rev 
16936)
+++ trunk/property/templates/base/tts.xsl       2017-08-01 09:22:16 UTC (rev 
16937)
@@ -2,7 +2,6 @@
 <!-- $Id$ -->
 
 <xsl:template match="data">
-       <xsl:call-template name="jquery_phpgw_i18n"/>
        <xsl:choose>
                <xsl:when test="add">
                        <xsl:apply-templates select="add"/>
@@ -230,6 +229,7 @@
 
 <!-- view -->
 <xsl:template xmlns:php="http://php.net/xsl"; match="view">
+       <xsl:call-template name="jquery_phpgw_i18n"/>
        <style type="text/css">
                #floating-box {
                position: relative;




reply via email to

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