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

SF.net SVN: ledger-smb:[6786] trunk/bin



Revision: 6786
          http://sourceforge.net/p/ledger-smb/code/6786
Author:   ehuelsmann
Date:     2014-02-06 22:28:53 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
Merge r6784 & r6785 from ^/branchs/1.3.

Revision Links:
--------------
    http://sourceforge.net/p/ledger-smb/code/6784
    http://sourceforge.net/p/ledger-smb/code/6785

Modified Paths:
--------------
    trunk/bin/am.pl
    trunk/bin/gl.pl

Property Changed:
----------------
    trunk/bin/gl.pl

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2014-02-06 19:35:28 UTC (rev 6785)
+++ trunk/bin/am.pl	2014-02-06 22:28:53 UTC (rev 6786)
@@ -98,7 +98,7 @@
 }
 
 sub add_gifi {
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     # construct callback
     $form->{callback} = "reports.pl?action=list_gifi";
@@ -223,7 +223,7 @@
 
 sub add_business {
 
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     $form->{callback} =
 "$form->{script}?action=add_business&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -304,7 +304,7 @@
 
 sub add_sic {
 
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     $form->{callback} =
 "$form->{script}?action=add_sic&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -392,7 +392,7 @@
 
 sub add_language {
 
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     $form->{callback} =
 "$form->{script}?action=add_language&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -726,7 +726,7 @@
 
 sub add_warehouse {
 
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     $form->{callback} =
 "$form->{script}?action=add_warehouse&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -1525,7 +1525,7 @@
 
 sub add_taxform {
 
-    $form->{title} = "Add";
+    $form->{title} = $locale->text("Add");
 
     $form->{callback} =
 "$form->{script}?action=add_taxform&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"

Modified: trunk/bin/gl.pl
===================================================================
--- trunk/bin/gl.pl	2014-02-06 19:35:28 UTC (rev 6785)
+++ trunk/bin/gl.pl	2014-02-06 22:28:53 UTC (rev 6786)
@@ -193,7 +193,7 @@
     if (@{$form->{all_project}}){
        unshift @{ $form->{all_project} }, {};
     }
-    $title = $form->{title};
+    $title = $locale->text("$form->{title}");
     if ( $form->{transfer} ) {
         $form->{title} = $locale->text("[_1] Cash Transfer Transaction", $title);
     }


Property changes on: trunk/bin/gl.pl
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2014-02-06T18:58:54.275601Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0600
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits