[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6801] branches/1.3/bin
- Subject: SF.net SVN: ledger-smb:[6801] branches/1.3/bin
- From: ..hidden..
- Date: Fri, 7 Feb 2014 17:24:53 +0000
Revision: 6801
http://sourceforge.net/p/ledger-smb/code/6801
Author: pongracz
Date: 2014-02-07 17:24:53 +0000 (Fri, 07 Feb 2014)
Log Message:
-----------
Fixed missing translations in various places. Usually the ->text were missing.
Modified Paths:
--------------
branches/1.3/bin/aa.pl
branches/1.3/bin/bp.pl
Property Changed:
----------------
branches/1.3/bin/
branches/1.3/bin/aa.pl
branches/1.3/bin/bp.pl
Index: branches/1.3/bin
===================================================================
--- branches/1.3/bin 2014-02-07 10:12:04 UTC (rev 6800)
+++ branches/1.3/bin 2014-02-07 17:24:53 UTC (rev 6801)
Property changes on: branches/1.3/bin
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-08-30T14:18:39.198944Z
+2014-02-06T19:50:14.395355Z
\ No newline at end of property
Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl 2014-02-07 10:12:04 UTC (rev 6800)
+++ branches/1.3/bin/aa.pl 2014-02-07 17:24:53 UTC (rev 6801)
@@ -112,7 +112,7 @@
}
sub add {
- $form->{title} = "Add";
+ $form->{title} = $locale->text("Add");
$form->{callback} =
"$form->{script}?action=add&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}"
@@ -140,7 +140,7 @@
sub edit {
&create_links;
- $form->{title} = "Edit";
+ $form->{title} = $locale->text("Edit");
if ($form->{reverse}){
if ($form->{ARAP} eq 'AR'){
$form->{subtype} = 'credit_note';
@@ -407,7 +407,7 @@
sub form_header {
- $title = $form->{title};
+ $title = $locale->text("$form->{title}");
if($form->{batch_id})
{
Property changes on: branches/1.3/bin/aa.pl
___________________________________________________________________
Modified: svn:text-time
## -1 +1 ##
-2013-09-20T12:43:54.000000Z
+2014-02-06T19:50:14.318361Z
\ No newline at end of property
Modified: svn:owner
## -1 +1 ##
-33 www-data
+0 root
\ No newline at end of property
Modified: svn:group
## -1 +1 ##
-33 www-data
+0 root
\ No newline at end of property
Modified: branches/1.3/bin/bp.pl
===================================================================
--- branches/1.3/bin/bp.pl 2014-02-07 10:12:04 UTC (rev 6800)
+++ branches/1.3/bin/bp.pl 2014-02-07 17:24:53 UTC (rev 6801)
@@ -82,17 +82,17 @@
# $locale->text('Employee')
my %label = (
- invoice => { title => 'Sales Invoices', name => 'Customer' },
- packing_list => { title => 'Packing Lists', name => 'Customer' },
- pick_list => { title => 'Pick Lists', name => 'Customer' },
- sales_order => { title => 'Sales Orders', name => 'Customer' },
- work_order => { title => 'Work Orders', name => 'Customer' },
- purchase_order => { title => 'Purchase Orders', name => 'Vendor' },
- bin_list => { title => 'Bin Lists', name => 'Vendor' },
- sales_quotation => { title => 'Quotations', name => 'Customer' },
- request_quotation => { title => 'RFQs', name => 'Vendor' },
- timecard => { title => 'Time Cards', name => 'Employee' },
- check => { title => 'Check', name => 'Vendor' },
+ invoice => { title => $locale->text('Sales Invoices'), name => 'Customer' },
+ packing_list => { title => $locale->text('Packing Lists'), name => 'Customer' },
+ pick_list => { title => $locale->text('Pick Lists'), name => 'Customer' },
+ sales_order => { title => $locale->text('Sales Orders'), name => 'Customer' },
+ work_order => { title => $locale->text('Work Orders'), name => 'Customer' },
+ purchase_order => { title => $locale->text('Purchase Orders'), name => 'Vendor' },
+ bin_list => { title => $locale->text('Bin Lists'), name => 'Vendor' },
+ sales_quotation => { title => $locale->text('Quotations'), name => 'Customer' },
+ request_quotation => { title => $locale->text('RFQs'), name => 'Vendor' },
+ timecard => { title => $locale->text('Time Cards'), name => 'Employee' },
+ check => { title => $locale->text('Check'), name => 'Vendor' },
);
$label{invoice}{invnumber} = {
Property changes on: branches/1.3/bin/bp.pl
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2014-02-07T17:07:57.000000Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0775
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+33 www-data
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+33 www-data
\ 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