From: <rc...@us...> - 2013-08-12 01:29:49
|
Revision: 6190 http://sourceforge.net/p/web-erp/reponame/6190 Author: rchacon Date: 2013-08-12 01:29:43 +0000 (Mon, 12 Aug 2013) Log Message: ----------- Standardizes msgid "Enter An Order or Quotation" and "Add Purchase Order" to "New Sales Order" and "New Purchase Order". Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.mo trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/includes/MainMenuLinksArray.php 2013-08-12 01:29:43 UTC (rev 6190) @@ -30,7 +30,7 @@ _('Setup'), _('Utilities')); -$MenuItems['orders']['Transactions']['Caption'] = array( _('Enter An Order or Quotation'), +$MenuItems['orders']['Transactions']['Caption'] = array(_('New Sales Order or Quotation'), _('Enter Counter Sales'), _('Enter Counter Returns'), _('Print Picking Lists'), @@ -39,7 +39,7 @@ _('Recurring Order Template'), _('Process Recurring Orders')); -$MenuItems['orders']['Transactions']['URL'] = array( '/SelectOrderItems.php?NewOrder=Yes', +$MenuItems['orders']['Transactions']['URL'] = array('/SelectOrderItems.php?NewOrder=Yes', '/CounterSales.php', '/CounterReturns.php', '/PDFPickingList.php', @@ -81,23 +81,23 @@ '/PDFSellThroughSupportClaim.php'); $MenuItems['orders']['Maintenance']['Caption'] = array( _('Select Contract'), - _('Create Contract'), - _('Sell Through Support Deals')); + _('Create Contract'), + _('Sell Through Support Deals')); $MenuItems['orders']['Maintenance']['URL'] = array( '/SelectContract.php', '/Contracts.php', '/SellThroughSupport.php'); -$MenuItems['AR']['Transactions']['Caption'] = array (_('Select Order to Invoice'), - _('Create A Credit Note'), - _('Enter Receipts'), - _('Allocate Receipts or Credit Notes')); -$MenuItems['AR']['Transactions']['URL'] = array ('/SelectSalesOrder.php', - '/SelectCreditItems.php?NewCredit=Yes', - '/CustomerReceipt.php?NewReceipt=Yes&Type=Customer', - '/CustomerAllocations.php'); +$MenuItems['AR']['Transactions']['Caption'] = array(_('Select Order to Invoice'), + _('Create A Credit Note'), + _('Enter Receipts'), + _('Allocate Receipts or Credit Notes')); +$MenuItems['AR']['Transactions']['URL'] = array('/SelectSalesOrder.php', + '/SelectCreditItems.php?NewCredit=Yes', + '/CustomerReceipt.php?NewReceipt=Yes&Type=Customer', + '/CustomerAllocations.php'); -$MenuItems['AR']['Reports']['Caption'] = array (_('Where Allocated Inquiry'), +$MenuItems['AR']['Reports']['Caption'] = array( _('Where Allocated Inquiry'), _('Print Invoices or Credit Notes'), _('Print Statements'), _('Sales Analysis Reports'), @@ -115,7 +115,7 @@ $PrintInvoicesOrCreditNotesScript = '/PrintCustTransPortrait.php'; } -$MenuItems['AR']['Reports']['URL'] = array ('/CustWhereAlloc.php', +$MenuItems['AR']['Reports']['URL'] = array( '/CustWhereAlloc.php', $PrintInvoicesOrCreditNotesScript, '/PrintCustStatements.php', '/SalesAnalRepts.php', @@ -127,17 +127,17 @@ '/PDFCustTransListing.php', '/CustomerTransInquiry.php'); -$MenuItems['AR']['Maintenance']['Caption'] = array (_('Add Customer'), +$MenuItems['AR']['Maintenance']['Caption'] = array( _('Add Customer'), _('Select Customer')); -$MenuItems['AR']['Maintenance']['URL'] = array ('/Customers.php', +$MenuItems['AR']['Maintenance']['URL'] = array( '/Customers.php', '/SelectCustomer.php'); -$MenuItems['AP']['Transactions']['Caption'] = array (_('Select Supplier'), +$MenuItems['AP']['Transactions']['Caption'] = array(_('Select Supplier'), _('Supplier Allocations')); -$MenuItems['AP']['Transactions']['URL'] = array ('/SelectSupplier.php', +$MenuItems['AP']['Transactions']['URL'] = array('/SelectSupplier.php', '/SupplierAllocations.php'); -$MenuItems['AP']['Reports']['Caption'] = array (_('Aged Supplier Report'), +$MenuItems['AP']['Reports']['Caption'] = array( _('Aged Supplier Report'), _('Payment Run Report'), _('Remittance Advices'), _('Outstanding GRNs Report'), @@ -145,7 +145,7 @@ _('List Daily Transactions'), _('Supplier Transaction Inquiries')); -$MenuItems['AP']['Reports']['URL'] = array ('/AgedSuppliers.php', +$MenuItems['AP']['Reports']['URL'] = array( '/AgedSuppliers.php', '/SuppPaymentRun.php', '/PDFRemittanceAdvice.php', '/OutstandingGRNs.php', @@ -153,43 +153,43 @@ '/PDFSuppTransListing.php', '/SupplierTransInquiry.php'); -$MenuItems['AP']['Maintenance']['Caption'] = array (_('Add Supplier'), +$MenuItems['AP']['Maintenance']['Caption'] = array( _('Add Supplier'), _('Select Supplier'), _('Maintain Factor Companies')); -$MenuItems['AP']['Maintenance']['URL'] = array ('/Suppliers.php', +$MenuItems['AP']['Maintenance']['URL'] = array( '/Suppliers.php', '/SelectSupplier.php', '/Factors.php'); -$MenuItems['PO']['Transactions']['Caption'] = array (_('Purchase Orders'), - _('Add Purchase Order'), +$MenuItems['PO']['Transactions']['Caption'] = array(_('New Purchase Order'), + _('Purchase Orders'), _('Create a New Tender'), _('Edit Existing Tenders'), _('Process Tenders and Offers'), _('Orders to Authorise'), _('Shipment Entry'), _('Select A Shipment')); -$MenuItems['PO']['Transactions']['URL'] = array ('/PO_SelectOSPurchOrder.php', - '/PO_Header.php?NewOrder=Yes', - '/SupplierTenderCreate.php?New=Yes', - '/SupplierTenderCreate.php?Edit=Yes', - '/OffersReceived.php', - '/PO_AuthoriseMyOrders.php', - '/SelectSupplier.php', - '/Shipt_Select.php'); +$MenuItems['PO']['Transactions']['URL'] = array( '/PO_Header.php?NewOrder=Yes', + '/PO_SelectOSPurchOrder.php', + '/SupplierTenderCreate.php?New=Yes', + '/SupplierTenderCreate.php?Edit=Yes', + '/OffersReceived.php', + '/PO_AuthoriseMyOrders.php', + '/SelectSupplier.php', + '/Shipt_Select.php'); -$MenuItems['PO']['Reports']['Caption'] = array (_('Purchase Order Inquiry'), +$MenuItems['PO']['Reports']['Caption'] = array( _('Purchase Order Inquiry'), _('Purchase Order Detail Or Summary Inquiries'), _('Supplier Price List')); -$MenuItems['PO']['Reports']['URL'] = array ('/PO_SelectPurchOrder.php', +$MenuItems['PO']['Reports']['URL'] = array( '/PO_SelectPurchOrder.php', '/POReport.php', '/SuppPriceList.php'); -$MenuItems['PO']['Maintenance']['Caption'] = array (_('Maintain Supplier Price Lists')); +$MenuItems['PO']['Maintenance']['Caption'] = array(_('Maintain Supplier Price Lists')); -$MenuItems['PO']['Maintenance']['URL'] = array ('/SupplierPriceList.php'); +$MenuItems['PO']['Maintenance']['URL'] = array('/SupplierPriceList.php'); -$MenuItems['stock']['Transactions']['Caption'] = array (_('Receive Purchase Orders'), +$MenuItems['stock']['Transactions']['Caption'] = array( _('Receive Purchase Orders'), _('Bulk Inventory Transfer') . ' - ' . _('Dispatch'), _('Bulk Inventory Transfer') . ' - ' . _('Receive'), _('Inventory Location Transfers'), @@ -200,7 +200,7 @@ _('Authorise Internal Stock Requests'), _('Fulfill Internal Stock Requests')); -$MenuItems['stock']['Transactions']['URL'] = array ('/PO_SelectOSPurchOrder.php', +$MenuItems['stock']['Transactions']['URL'] = array( '/PO_SelectOSPurchOrder.php', '/StockLocTransfer.php', '/StockLocTransferReceive.php', '/StockTransfers.php?New=Yes', @@ -211,7 +211,7 @@ '/InternalStockRequestAuthorisation.php', '/InternalStockRequestFulfill.php'); -$MenuItems['stock']['Reports']['Caption'] = array (_('Serial Item Research Tool'), +$MenuItems['stock']['Reports']['Caption'] = array( _('Serial Item Research Tool'), _('Print Price Labels'), _('Reprint GRN'), _('Inventory Item Movements'), @@ -234,7 +234,7 @@ _('Period Stock Transaction Listing'), _('Stock Transfer Note')); -$MenuItems['stock']['Reports']['URL'] = array ('/StockSerialItemResearch.php', +$MenuItems['stock']['Reports']['URL'] = array( '/StockSerialItemResearch.php', '/PDFPrintLabel.php', '/ReprintGRN.php', '/StockMovements.php', @@ -257,7 +257,7 @@ '/PDFPeriodStockTransListing.php', '/PDFStockTransfer.php'); -$MenuItems['stock']['Maintenance']['Caption'] = array (_('Add A New Item'), +$MenuItems['stock']['Maintenance']['Caption'] = array( _('Add A New Item'), _('Select An Item'), _('Sales Category Maintenance'), _('Brands Maintenance'), @@ -265,7 +265,7 @@ _('View or Update Prices Based On Costs'), _('Reorder Level By Category/Location')); -$MenuItems['stock']['Maintenance']['URL'] = array ('/Stocks.php', +$MenuItems['stock']['Maintenance']['URL'] = array( '/Stocks.php', '/SelectProduct.php', '/SalesCategories.php', '/Manufacturers.php', @@ -273,13 +273,13 @@ '/PricesByCost.php', '/ReorderLevelLocation.php'); -$MenuItems['manuf']['Transactions']['Caption'] = array (_('Work Order Entry'), +$MenuItems['manuf']['Transactions']['Caption'] = array( _('Work Order Entry'), _('Select A Work Order')); -$MenuItems['manuf']['Transactions']['URL'] = array ('/WorkOrderEntry.php', +$MenuItems['manuf']['Transactions']['URL'] = array( '/WorkOrderEntry.php', '/SelectWorkOrder.php'); -$MenuItems['manuf']['Reports']['Caption'] = array (_('Select A Work Order'), +$MenuItems['manuf']['Reports']['Caption'] = array( _('Select A Work Order'), _('Costed Bill Of Material Inquiry'), _('Where Used Inquiry'), _('Bill Of Material Listing'), @@ -293,7 +293,7 @@ _('MRP Suggested Work Orders'), _('MRP Reschedules Required')); -$MenuItems['manuf']['Reports']['URL'] = array ('/SelectWorkOrder.php', +$MenuItems['manuf']['Reports']['URL'] = array( '/SelectWorkOrder.php', '/BOMInquiry.php', '/WhereUsedInquiry.php', '/BOMListing.php', @@ -307,35 +307,35 @@ '/MRPPlannedWorkOrders.php', '/MRPReschedules.php'); -$MenuItems['manuf']['Maintenance']['Caption'] = array (_('Work Centre'), - _('Bills Of Material'), - _('Copy a Bill Of Materials Between Items'), - _('Master Schedule'), - _('Auto Create Master Schedule'), - _('MRP Calculation')); +$MenuItems['manuf']['Maintenance']['Caption'] = array( _('Work Centre'), + _('Bills Of Material'), + _('Copy a Bill Of Materials Between Items'), + _('Master Schedule'), + _('Auto Create Master Schedule'), + _('MRP Calculation')); -$MenuItems['manuf']['Maintenance']['URL'] = array ('/WorkCentres.php', - '/BOMs.php', - '/CopyBOM.php', - '/MRPDemands.php', - '/MRPCreateDemands.php', - '/MRP.php'); +$MenuItems['manuf']['Maintenance']['URL'] = array( '/WorkCentres.php', + '/BOMs.php', + '/CopyBOM.php', + '/MRPDemands.php', + '/MRPCreateDemands.php', + '/MRP.php'); -$MenuItems['GL']['Transactions']['Caption'] = array (_('Bank Account Payments Entry'), +$MenuItems['GL']['Transactions']['Caption'] = array( _('Bank Account Payments Entry'), _('Bank Account Receipts Entry'), _('Import Bank Transactions'), _('Journal Entry'), _('Bank Account Payments Matching'), _('Bank Account Receipts Matching')); -$MenuItems['GL']['Transactions']['URL'] = array ('/Payments.php?NewPayment=Yes', +$MenuItems['GL']['Transactions']['URL'] = array('/Payments.php?NewPayment=Yes', '/CustomerReceipt.php?NewReceipt=Yes&Type=GL', '/ImportBankTrans.php', '/GLJournal.php?NewJournal=Yes', '/BankMatching.php?Type=Payments', '/BankMatching.php?Type=Receipts'); -$MenuItems['GL']['Reports']['Caption'] = array (_('Trial Balance'), +$MenuItems['GL']['Reports']['Caption'] = array( _('Trial Balance'), _('Account Inquiry'), _('Account Listing'), _('Account Listing to CSV File'), @@ -348,7 +348,7 @@ _('Tag Reports'), _('Tax Reports')); -$MenuItems['GL']['Reports']['URL'] = array ('/GLTrialBalance.php', +$MenuItems['GL']['Reports']['URL'] = array( '/GLTrialBalance.php', '/SelectGLAccount.php', '/GLAccountReport.php', '/GLAccountCSV.php', @@ -361,67 +361,67 @@ '/GLTagProfit_Loss.php', '/Tax.php'); -$MenuItems['GL']['Maintenance']['Caption'] = array ( _('Account Sections'), - _('Account Groups'), - _('GL Accounts'), - _('GL Budgets'), - _('GL Tags')); +$MenuItems['GL']['Maintenance']['Caption'] = array( _('Account Sections'), + _('Account Groups'), + _('GL Accounts'), + _('GL Budgets'), + _('GL Tags')); -$MenuItems['GL']['Maintenance']['URL'] = array ( '/AccountSections.php', +$MenuItems['GL']['Maintenance']['URL'] = array( '/AccountSections.php', '/AccountGroups.php', '/GLAccounts.php', '/GLBudgets.php', '/GLTags.php'); -$MenuItems['FA']['Transactions']['Caption'] = array (_('Add a new Asset'), +$MenuItems['FA']['Transactions']['Caption'] = array(_('Add a new Asset'), _('Select an Asset'), _('Change Asset Location'), _('Depreciation Journal')); -$MenuItems['FA']['Transactions']['URL'] = array ('/FixedAssetItems.php', +$MenuItems['FA']['Transactions']['URL'] = array('/FixedAssetItems.php', '/SelectAsset.php', '/FixedAssetTransfer.php', '/FixedAssetDepreciation.php'); -$MenuItems['FA']['Reports']['Caption'] = array (_('Asset Register'), +$MenuItems['FA']['Reports']['Caption'] = array( _('Asset Register'), _('My Maintenance Schedule'), _('Maintenance Reminder Emails')); -$MenuItems['FA']['Reports']['URL'] = array ('/FixedAssetRegister.php', +$MenuItems['FA']['Reports']['URL'] = array( '/FixedAssetRegister.php', '/MaintenanceUserSchedule.php', '/MaintenanceReminders.php'); -$MenuItems['FA']['Maintenance']['Caption'] = array (_('Asset Categories Maintenance'), +$MenuItems['FA']['Maintenance']['Caption'] = array( _('Asset Categories Maintenance'), _('Add or Maintain Asset Locations'), _('Maintenance Tasks')); -$MenuItems['FA']['Maintenance']['URL'] = array ('/FixedAssetCategories.php', +$MenuItems['FA']['Maintenance']['URL'] = array( '/FixedAssetCategories.php', '/FixedAssetLocations.php', '/MaintenanceTasks.php'); -$MenuItems['PC']['Transactions']['Caption'] = array (_('Assign Cash to PC Tab'), +$MenuItems['PC']['Transactions']['Caption'] = array(_('Assign Cash to PC Tab'), _('Claim Expenses From PC Tab'), _('Expenses Authorisation')); -$MenuItems['PC']['Transactions']['URL'] = array ('/PcAssignCashToTab.php', +$MenuItems['PC']['Transactions']['URL'] = array('/PcAssignCashToTab.php', '/PcClaimExpensesFromTab.php', '/PcAuthorizeExpenses.php'); -$MenuItems['PC']['Reports']['Caption'] = array (_('PC Tab General Report'), ); +$MenuItems['PC']['Reports']['Caption'] = array(_('PC Tab General Report'), ); -$MenuItems['PC']['Reports']['URL'] = array ('/PcReportTab.php', ); +$MenuItems['PC']['Reports']['URL'] = array('/PcReportTab.php', ); -$MenuItems['PC']['Maintenance']['Caption'] = array (_('Types of PC Tabs'), +$MenuItems['PC']['Maintenance']['Caption'] = array( _('Types of PC Tabs'), _('PC Tabs'), _('PC Expenses'), _('Expenses for Type of PC Tab')); -$MenuItems['PC']['Maintenance']['URL'] = array ('/PcTypeTabs.php', +$MenuItems['PC']['Maintenance']['URL'] = array( '/PcTypeTabs.php', '/PcTabs.php', '/PcExpenses.php', '/PcExpensesTypeTab.php'); -$MenuItems['system']['Transactions']['Caption'] = array (_('Company Preferences'), +$MenuItems['system']['Transactions']['Caption'] = array(_('Company Preferences'), _('Configuration Settings'), _('User Maintenance'), _('Maintain Security Tokens'), @@ -442,7 +442,7 @@ _('SMTP Server Details'), _('Mailing Group Maintenance') ); -$MenuItems['system']['Transactions']['URL'] = array ('/CompanyPreferences.php', +$MenuItems['system']['Transactions']['URL'] = array('/CompanyPreferences.php', '/SystemParameters.php', '/WWW_Users.php', '/SecurityTokens.php', @@ -463,7 +463,7 @@ '/SMTPServer.php', '/MailingGroupMaintenance.php' ); -$MenuItems['system']['Reports']['Caption'] = array (_('Sales Types'), +$MenuItems['system']['Reports']['Caption'] = array( _('Sales Types'), _('Customer Types'), _('Supplier Types'), _('Credit Status'), @@ -478,7 +478,7 @@ _('Freight Costs Maintenance'), _('Discount Matrix')); -$MenuItems['system']['Reports']['URL'] = array ('/SalesTypes.php', +$MenuItems['system']['Reports']['URL'] = array( '/SalesTypes.php', '/CustomerTypes.php', '/SupplierTypes.php', '/CreditStatus.php', @@ -493,7 +493,7 @@ '/FreightCosts.php', '/DiscountMatrix.php'); -$MenuItems['system']['Maintenance']['Caption'] = array (_('Inventory Categories Maintenance'), +$MenuItems['system']['Maintenance']['Caption'] = array( _('Inventory Categories Maintenance'), _('Inventory Locations Maintenance'), _('Discount Category Maintenance'), _('Units of Measure'), @@ -503,7 +503,7 @@ _('Maintain Internal Stock Categories to User Roles'), _('Label Templates Maintenance')); -$MenuItems['system']['Maintenance']['URL'] = array ('/StockCategories.php', +$MenuItems['system']['Maintenance']['URL'] = array( '/StockCategories.php', '/Locations.php', '/DiscountCategories.php', '/UnitsOfMeasure.php', @@ -513,7 +513,7 @@ '/InternalStockCategoriesByRole.php', '/Labels.php'); -$MenuItems['Utilities']['Transactions']['Caption'] = array (_('Import GL Payments Receipts Or Journals From CSV'), +$MenuItems['Utilities']['Transactions']['Caption'] = array( _('Import GL Payments Receipts Or Journals From CSV'), _('Change A Customer Code'), _('Change A Customer Branch Code'), _('Change A Supplier Code'), @@ -525,7 +525,7 @@ _('Delete sales transactions'), _('Reverse all supplier payments on a specified date')); -$MenuItems['Utilities']['Transactions']['URL'] = array ('/Z_ImportGLTransactions.php', +$MenuItems['Utilities']['Transactions']['URL'] = array( '/Z_ImportGLTransactions.php', '/Z_ChangeCustomerCode.php', '/Z_ChangeBranchCode.php', '/Z_ChangeSupplierCode.php', @@ -537,17 +537,17 @@ '/Z_DeleteSalesTransActions.php', '/Z_ReverseSuppPaymentRun.php'); -$MenuItems['Utilities']['Reports']['Caption'] = array (_('Show Local Currency Total Debtor Balances'), - _('Show Local Currency Total Suppliers Balances'), - _('Show General Transactions That Do Not Balance'), - _('List of items without picture')); +$MenuItems['Utilities']['Reports']['Caption'] = array( _('Show Local Currency Total Debtor Balances'), + _('Show Local Currency Total Suppliers Balances'), + _('Show General Transactions That Do Not Balance'), + _('List of items without picture')); -$MenuItems['Utilities']['Reports']['URL'] = array ('/Z_CurrencyDebtorsBalances.php', - '/Z_CurrencySuppliersBalances.php', - '/Z_CheckGLTransBalance.php', - '/Z_ItemsWithoutPicture.php'); +$MenuItems['Utilities']['Reports']['URL'] = array( '/Z_CurrencyDebtorsBalances.php', + '/Z_CurrencySuppliersBalances.php', + '/Z_CheckGLTransBalance.php', + '/Z_ItemsWithoutPicture.php'); -$MenuItems['Utilities']['Maintenance']['Caption'] = array (_('Maintain Language Files'), +$MenuItems['Utilities']['Maintenance']['Caption'] = array( _('Maintain Language Files'), _('Make New Company'), _('Data Export Options'), _('Import Stock Items from .csv'), @@ -558,7 +558,7 @@ _('Purge all old prices'), _('Import Price List from CSV file')); -$MenuItems['Utilities']['Maintenance']['URL'] = array ('/Z_poAdmin.php', +$MenuItems['Utilities']['Maintenance']['URL'] = array( '/Z_poAdmin.php', '/Z_MakeNewCompany.php', '/Z_DataExport.php', '/Z_ImportStocks.php', Modified: trunk/locale/de_DE.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -9,7 +9,7 @@ "Project-Id-Version: WebERP 4.09.1/trunk\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 10:47-0600\n" +"PO-Revision-Date: 2013-08-11 18:37-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: Deutsch <web...@li...>\n" "MIME-Version: 1.0\n" @@ -19999,7 +19999,8 @@ msgid "Receive this order" msgstr "Wareneingang zu dieser Bestellung erfassen" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "Neue Bestellung" @@ -20928,12 +20929,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "Die fehlerhafte Abfrage war" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Bestellung hinzufügen" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -41166,9 +41161,8 @@ msgid "Purchases" msgstr "Einkauf" -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" msgstr "Einen Kundenauftrag/ein Angebot erfassen" #: includes/MainMenuLinksArray.php:30 includes/MainMenuLinksArray Modified: trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot =================================================================== --- trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2013-08-12 01:29:43 UTC (rev 6190) @@ -18048,7 +18048,9 @@ msgid "Receive this order" msgstr "" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 +#: includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "" @@ -18881,12 +18883,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 -#: includes/MainMenuLinksArray (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -36167,8 +36163,7 @@ msgstr "" #: includes/MainMenuLinksArray.php:29 -#: includes/MainMenuLinksArray (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +msgid "New Sales Order or Quotation" msgstr "" #: includes/MainMenuLinksArray.php:30 Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -8,7 +8,7 @@ "Project-Id-Version: WebERP 4.081\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 12:17-0600\n" +"PO-Revision-Date: 2013-08-11 19:19-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: TecnoSoluciones.com <web...@te...>\n" "MIME-Version: 1.0\n" @@ -20212,7 +20212,8 @@ msgid "Receive this order" msgstr "Aceptar este pedido" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "Nueva orden de compra" @@ -21149,12 +21150,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "El SQL usado para obtener los códigos buscados fue" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Crear Orden de Compra" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -41560,10 +41555,9 @@ msgid "Purchases" msgstr "Compras" -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" -msgstr "Introducir un pedido o cotización" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" +msgstr "Nueva orden de venta o cotización" #: includes/MainMenuLinksArray.php:30 includes/MainMenuLinksArray #: (puppypc32158's conflicted copy 2013-06-24).php:30 Modified: trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -10,7 +10,7 @@ "Project-Id-Version: WebERP 4.10.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 10:50-0600\n" +"PO-Revision-Date: 2013-08-11 18:55-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: french <none>\n" "MIME-Version: 1.0\n" @@ -20335,7 +20335,8 @@ msgid "Receive this order" msgstr "Recevoir cet ordre" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "Nouveau bon de commande" @@ -21278,12 +21279,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "La requête SQL utilisé pour récupérer les articles recherché était" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Ajouter bon de commande" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -41839,9 +41834,8 @@ msgid "Purchases" msgstr "Achats" -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" msgstr "Saisir une commande ou une cotation" #: includes/MainMenuLinksArray.php:30 includes/MainMenuLinksArray Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -9,7 +9,7 @@ "Project-Id-Version: weberp 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 10:51-0600\n" +"PO-Revision-Date: 2013-08-11 18:54-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: French <none>\n" "MIME-Version: 1.0\n" @@ -20623,7 +20623,8 @@ msgid "Receive this order" msgstr "Recevoir cet ordre" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "Nouveau bon de commande" @@ -21565,12 +21566,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "Commande SQL d'affichage des éléments recherchés:" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Passer une commande fournisseur" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -42333,9 +42328,8 @@ msgstr "Achats" # JDN -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" msgstr "Saisir une commande / devis" # JDN Modified: trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -8,7 +8,7 @@ "Project-Id-Version: WebERP 4.081\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 12:44-0600\n" +"PO-Revision-Date: 2013-08-11 18:58-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: pt-br <gs...@gm...>\n" "MIME-Version: 1.0\n" @@ -19580,7 +19580,8 @@ msgid "Receive this order" msgstr "Receber esta Ordem de Compra" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" msgstr "Nova Ordem Compra" @@ -20491,12 +20492,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Adicionar Ordem de Compra" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -39792,9 +39787,8 @@ msgid "Purchases" msgstr "Compras" -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" msgstr "Adicionar um Pedido ou Cotação" #: includes/MainMenuLinksArray.php:30 includes/MainMenuLinksArray Modified: trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.mo =================================================================== (Binary files differ) Modified: trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2013-08-11 23:45:59 UTC (rev 6189) +++ trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2013-08-12 01:29:43 UTC (rev 6190) @@ -8,7 +8,7 @@ "Project-Id-Version: 3.13rc0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-06 15:49+1200\n" -"PO-Revision-Date: 2013-08-10 12:41-0600\n" +"PO-Revision-Date: 2013-08-11 19:08-0600\n" "Last-Translator: Rafael Chacon <raf...@gm...>\n" "Language-Team: Swedish <LL...@li...>\n" "MIME-Version: 1.0\n" @@ -19875,9 +19875,10 @@ msgid "Receive this order" msgstr "Taemot beställningen" -#: PO_Header.php:801 +#: PO_Header.php:801 PO_SelectOSPurchOrder.php:138 +#: PO_SelectOSPurchOrder.php:140 includes/MainMenuLinksArray.php:160 msgid "New Purchase Order" -msgstr "" +msgstr "Ny inköpsorder" #: PO_Header.php:841 msgid "Status Comment" @@ -20806,12 +20807,6 @@ msgid "The SQL used to retrieve the searched parts was" msgstr "Den SQL som användes var" -#: PO_SelectOSPurchOrder.php:138 PO_SelectOSPurchOrder.php:140 -#: includes/MainMenuLinksArray.php:160 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:160 -msgid "Add Purchase Order" -msgstr "Lägg till inköpsorder" - #: PO_SelectOSPurchOrder.php:145 PO_SelectPurchOrder.php:118 #: Shipt_Select.php:109 msgid "Into Stock Location" @@ -40932,9 +40927,8 @@ msgid "Purchases" msgstr "Inköp" -#: includes/MainMenuLinksArray.php:29 includes/MainMenuLinksArray -#: (puppypc32158's conflicted copy 2013-06-24).php:29 -msgid "Enter An Order or Quotation" +#: includes/MainMenuLinksArray.php:29 +msgid "New Sales Order or Quotation" msgstr "Registrera en order eller offert" #: includes/MainMenuLinksArray.php:30 includes/MainMenuLinksArray |