[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6806] trunk/bin
- Subject: SF.net SVN: ledger-smb:[6806] trunk/bin
- From: ..hidden..
- Date: Fri, 7 Feb 2014 18:05:58 +0000
Revision: 6806
http://sourceforge.net/p/ledger-smb/code/6806
Author: ehuelsmann
Date: 2014-02-07 18:05:56 +0000 (Fri, 07 Feb 2014)
Log Message:
-----------
Forward port r6801: translation fixes.
Revision Links:
--------------
http://sourceforge.net/p/ledger-smb/code/6801
Modified Paths:
--------------
trunk/bin/aa.pl
trunk/bin/bp.pl
Property Changed:
----------------
trunk/bin/aa.pl
trunk/bin/bp.pl
Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl 2014-02-07 17:57:56 UTC (rev 6805)
+++ trunk/bin/aa.pl 2014-02-07 18:05:56 UTC (rev 6806)
@@ -114,7 +114,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}"
@@ -142,7 +142,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';
@@ -398,7 +398,7 @@
sub form_header {
- $title = $form->{title};
+ $title = $locale->text("$form->{title}");
$form->all_business_units($form->{transdate},
$form->{"$form->{vc}_id"},
$form->{ARAP});
Property changes on: trunk/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: trunk/bin/bp.pl
===================================================================
--- trunk/bin/bp.pl 2014-02-07 17:57:56 UTC (rev 6805)
+++ trunk/bin/bp.pl 2014-02-07 18:05:56 UTC (rev 6806)
@@ -83,17 +83,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: trunk/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