Author: mrisaliti
Date: Mon Jan 17 20:10:56 2011
New Revision: 1060070
URL: http://svn.apache.org/viewvc?rev=1060070&view=rev
Log:
Internationalization of ServiceUtil.returnSuccess, ServiceUtil.returnFailure,
ServiceUtil.returnError (OFBIZ-4091)
Modified:
ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml
ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce/CCPaymentServices.java
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/eway/EwayServices.java
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/sagepay/SagePayPaymentServices.java
Modified: ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml?rev=1060070&r1=1060069&r2=1060070&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml
(original)
+++ ofbiz/trunk/applications/accounting/config/AccountingErrorUiLabels.xml Mon
Jan 17 20:10:56 2011
@@ -251,6 +251,18 @@
<value xml:lang="en">Unable to call refund service!</value>
<value xml:lang="it">Non è possibile eseguire il servizio
refund!</value>
</property>
+ <property key="AccountingPaymentAmountIsNegative">
+ <value xml:lang="en">Amount entered ${overrideAmount} is
negative.</value>
+ <value xml:lang="it">Importo inserito ${overrideAmount} è
negativo.</value>
+ </property>
+ <property key="AccountingPaymentAmountIsZero">
+ <value xml:lang="en">Amount entered ${overrideAmount} is zero.</value>
+ <value xml:lang="it">Importo inserito ${overrideAmount} è
zero.</value>
+ </property>
+ <property key="AccountingPaymentCannotBeAuthorized">
+ <value xml:lang="en">Error processing payment authorization:
${errorString}</value>
+ <value xml:lang="it">Errore esecuione autorizzazione pagamento:
${errorString}</value>
+ </property>
<property key="AccountingPartyAcctgPreferenceNotDefine">
<value xml:lang="en">Acctg preference not define</value>
<value xml:lang="fr">Aucune configuration sur les préférences de
gestion encore définie pour votre société</value>
Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=1060070&r1=1060069&r2=1060070&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Mon Jan
17 20:10:56 2011
@@ -1254,6 +1254,10 @@
<value xml:lang="hi_IN">à¤
धिà¤à¥à¤¤ Dot Net API
सà¤à¤¸à¥à¤à¤°à¤£à¤</value>
<value xml:lang="it">Versione API Authorize Dot Net</value>
</property>
+ <property key="AccountingAuthorizeNetCannotPerformVoidTransaction">
+ <value xml:lang="en">Cannot perform a VOID transaction: authAmount
${authAmount} is different than voidAmount ${refundAmount}</value>
+ <value xml:lang="it">Non è possibile eseguira la cancellazione della
transazione: importo autorizzato ${authAmount} è diverso da quello da
cancellare ${refundAmount}</value>
+ </property>
<property key="AccountingAuthorizeNetCpMarket">
<value xml:lang="en">Card Present Market Type</value>
</property>
@@ -1315,6 +1319,10 @@
<value xml:lang="it">URL Transazione</value>
<value xml:lang="zh_TW">交æç¶²å</value>
</property>
+ <property key="AccountingAuthorizeNetTransactionUrlNotFound">
+ <value xml:lang="en">No payment.authorizedotnet.url found.</value>
+ <value xml:lang="it">Nessun url trovato.</value>
+ </property>
<property key="AccountingAvailableInternalOrganizations">
<value xml:lang="ar">اÙÙ
ؤسسات Ø§ÙØ¯Ø§Ø®ÙÙØ©
اÙÙ
تÙÙØ±Ø©</value>
<value xml:lang="de">Verfügbare interne Organisationen</value>
@@ -2091,6 +2099,10 @@
<value xml:lang="fr">Groupes de paiement AP</value>
<value xml:lang="zh_TW">æä»æ¯ä»ç¾¤çµ</value>
</property>
+ <property key="AccountingClearCommerceCannotExecuteReport">
+ <value xml:lang="en">orderId is required.</value>
+ <value xml:lang="it">Numero ordine è richiesto.</value>
+ </property>
<property key="AccountingClosedTimePeriods">
<value xml:lang="de">Abgeschlossener Buchungszeitraum</value>
<value xml:lang="en">Closed Time Periods</value>
@@ -5199,6 +5211,10 @@
<value xml:lang="en">The amount value is mandatory</value>
<value xml:lang="it">L'importo fattura è obbligatorio</value>
</property>
+ <property key="AccountingInvoiceApplicationCreationError">
+ <value xml:lang="en">Error creating invoice application</value>
+ <value xml:lang="it">Errore durante la creazione delle applicazioni
fattura</value>
+ </property>
<property key="AccountingInvoiceBadInvoiceType">
<value xml:lang="en">Bad invoiceTypeId ${invoiceType.invoiceTypeId}.
Service createAcctgTransForCustomerReturnInvoice for type
CUST_RTN_INVOICE.</value>
<value xml:lang="it">Tipo fattura errato ${invoiceType.invoiceTypeId}.
Il servizio createAcctgTransForCustomerReturnInvoice vuole il tipo
CUST_RTN_INVOICE.</value>
@@ -5218,6 +5234,10 @@
<value
xml:lang="zh">å票[${invoiceId}]å·²åæ¶ï¼æ æ³åºç¨...</value>
<value
xml:lang="zh_TW">ç¼ç¥¨[${invoiceId}]已忶ï¼ç¡æ³æç¨...</value>
</property>
+ <property key="AccountingInvoiceCannotBeSettle">
+ <value xml:lang="en">Attempt to settle Invoice ${invoiceId} which
contained none/multiple orders</value>
+ <value xml:lang="it">Attempt to settle Invoice ${invoiceId} which
contained none/multiple orders</value>
+ </property>
<property key="AccountingInvoiceCannotChangeStatusToPaid">
<value xml:lang="en">Cannot change status to 'paid', invoice
${invoice.invoiceId} has an unapplied balance of ${notApplied}</value>
<value xml:lang="it">Non è possibile cambiare lo stato a 'pagato',
fattura ${invoice.invoiceId} ha un bilancio non applicato di
${notApplied}</value>
@@ -5611,18 +5631,18 @@
<value
xml:lang="zh_TW">è«æ±çé顿¯${tooMuch?currency(${isoCode})}ï¼å°äºéåç¼ç¥¨[${invoiceId}]ä¾èªªå¤ªå¤äº</value>
</property>
<property key="AccountingInvoiceNotFound">
- <value xml:lang="de">Rechnung [${invoiceId}] Datensatz nicht
gefunden</value>
- <value xml:lang="en">Invoice [${invoiceId}] record not found</value>
- <value xml:lang="es">Factura [${invoiceId}] registro no
encontrado</value>
- <value xml:lang="fr">Facture [${invoiceId}] pas trouvée</value>
- <value xml:lang="hi_IN">à¤à¤¾à¤²à¤¾à¤¨ [${invoiceId}]à¤à¤¾
रà¥à¤à¤¾à¤°à¥à¤¡ नहà¥à¤ मिला</value>
- <value xml:lang="it">Fattura [${invoiceId}] record non trovato</value>
- <value xml:lang="nl">Factuur [${invoiceId}] niet gevonden</value>
- <value xml:lang="ro">Nu gaseste Record Factura [${invoiceId}]</value>
- <value xml:lang="ru">ÐÐ°ÐºÐ»Ð°Ð´Ð½Ð°Ñ [${invoiceId}]: запиÑÑ
не найдена</value>
- <value xml:lang="th">à¹à¸à¸à¸³à¸à¸±à¸à¸ªà¸´à¸à¸à¹à¸²
[${invoiceId}] à¹à¸¡à¹à¸à¸à¹à¸£à¸à¸à¸à¸£à¹à¸</value>
- <value xml:lang="zh">æ²¡ææ¾å°å票[${invoiceId}]çè®°å½</value>
- <value
xml:lang="zh_TW">æ²ææ¾å°ç¼ç¥¨[${invoiceId}]çè¨é</value>
+ <value xml:lang="de">Rechnung ${invoiceId} Datensatz nicht
gefunden</value>
+ <value xml:lang="en">Invoice ${invoiceId} record not found</value>
+ <value xml:lang="es">Factura ${invoiceId} registro no
encontrado</value>
+ <value xml:lang="fr">Facture ${invoiceId} pas trouvée</value>
+ <value xml:lang="hi_IN">à¤à¤¾à¤²à¤¾à¤¨ ${invoiceId}à¤à¤¾
रà¥à¤à¤¾à¤°à¥à¤¡ नहà¥à¤ मिला</value>
+ <value xml:lang="it">Fattura ${invoiceId} non trovata</value>
+ <value xml:lang="nl">Factuur ${invoiceId} niet gevonden</value>
+ <value xml:lang="ro">Nu gaseste Record Factura ${invoiceId}</value>
+ <value xml:lang="ru">ÐÐ°ÐºÐ»Ð°Ð´Ð½Ð°Ñ ${invoiceId}: запиÑÑ
не найдена</value>
+ <value xml:lang="th">à¹à¸à¸à¸³à¸à¸±à¸à¸ªà¸´à¸à¸à¹à¸²
[{invoiceId}]à¹à¸¡à¹à¸à¸à¹à¸£à¸à¸à¸à¸£à¹à¸</value>
+ <value xml:lang="zh">æ²¡ææ¾å°å票${invoiceId}çè®°å½</value>
+ <value xml:lang="zh_TW">æ²ææ¾å°ç¼ç¥¨${invoiceId}çè¨é</value>
</property>
<property key="AccountingInvoiceOverrideExpenseGlAccountId">
<value xml:lang="de">Aufwandskonto für Rechnung überschreiben</value>
@@ -6984,6 +7004,18 @@
<value
xml:lang="zh">没æå®åæç»å°åç¥¨ï¼æ æ³å建å票ã</value>
<value
xml:lang="zh_TW">æ²æè¨å®æç´°å°ç¼ç¥¨ï¼ç¡æ³åµå»ºç¼ç¥¨ã</value>
</property>
+ <property key="AccountingNoPaymentCreatedForInvoice">
+ <value xml:lang="en">No payment created for invoice ${invoiceId} and
billing account ${billingAccountId}</value>
+ <value xml:lang="it">Nessun pagamento creato per la fattura
${invoiceId} e conto di fatturazione ${billingAccountId}</value>
+ </property>
+ <property key="AccountingNoPaymentGatewayResponseCreatedForInvoice">
+ <value xml:lang="en">No paymentGatewayResponse created for invoice
${invoiceId} and billing account ${billingAccountId}: Order with ID ${orderId}
not found!</value>
+ <value xml:lang="it">Nessun risposta gateway pagamento creata per la
fattura ${invoiceId} e conto di fatturazione ${billingAccountId}: Ordine
${orderId} non trovato!</value>
+ </property>
+ <property key="AccountingNoPaymentGatewayResponseCreatedForFailedService">
+ <value xml:lang="en">Unable to create PaymentGatewayResponse for
failed service call!</value>
+ <value xml:lang="it">Non è possibile creare la risposta gateway
pagamento per il fallimento al servizio!</value>
+ </property>
<property key="AccountingNoPaymentMethodInformation">
<value xml:lang="cs">Neuvedena žádná informace o způsobu
platby</value>
<value xml:lang="de">Keine Information zur Zahlungsmethode
hinterlegt</value>
@@ -7850,6 +7882,54 @@
<value xml:lang="hi_IN">FinAccountTrans à¤à¥ साथ
à¤à¥à¤¡à¤¼à¥ à¤à¥à¤à¤¤à¤¾à¤¨ à¤
मानà¥à¤¯ सà¥à¤¥à¤¿à¤¤à¤¿
मà¥à¤ हà¥</value>
<value
xml:lang="zh_TW">é飿¯ä»ç財åç§ç®äº¤ææä¸ç¬¦åçæ
</value>
</property>
+ <property key="AccountingPaymentAuthorizationFailed">
+ <value xml:lang="en">Authorization failed</value>
+ <value xml:lang="it">Autorizzazione fallita</value>
+ </property>
+ <property key="AccountingPaymentTestAuthorizationAlwaysFailed">
+ <value xml:lang="en">Test authorization always failed</value>
+ <value xml:lang="it">Test autorizzazione sempre fallita</value>
+ </property>
+ <property key="AccountingPaymentTestBadCardNumber">
+ <value xml:lang="en">This is a test processor; no payments were
captured or authorized</value>
+ <value xml:lang="it">Questo è un test di cattura transazione; nessun
pagamento verrà catturato o autorizzato</value>
+ </property>
+ <property key="AccountingPaymentTestCapture">
+ <value xml:lang="en">This is a test capture; no money was
transferred</value>
+ <value xml:lang="it">Questo è un test di cattura transazione; i soldi
non verranno trasferiti</value>
+ </property>
+ <property key="AccountingPaymentTestCaptureDeclined">
+ <value xml:lang="en">This is a test processor; no payments were
captured or authorized</value>
+ <value xml:lang="it">Questo è un test di cattura transazione; nessun
pagamento verrà catturato o autorizzato</value>
+ </property>
+ <property key="AccountingPaymentTestCaptureWithReauth">
+ <value xml:lang="en">This is a test capture; no money was
transferred</value>
+ <value xml:lang="it">Questo è un test di cattura transazione; i soldi
non verranno trasferiti</value>
+ </property>
+ <property key="AccountingPaymentTestProcessor">
+ <value xml:lang="en">This is a test processor; no payments were
captured or authorized.</value>
+ <value xml:lang="it">Questo è un test di autorizzazione transazione;
nessun pagamento verrà catturato o autorizzato</value>
+ </property>
+ <property key="AccountingPaymentTestProcessorDeclined">
+ <value xml:lang="en">This is a test processor; no payments were
captured or authorized</value>
+ <value xml:lang="it">Questo è un test di autorizzazione transazione;
nessun pagamento verrà catturato o autorizzato</value>
+ </property>
+ <property key="AccountingPaymentTestProcessorMinimumPurchase">
+ <value xml:lang="en">Sorry this processor requires at least a $100.00
purchase.</value>
+ <value xml:lang="it">Mi dispiace ma per questa autorizzazione sono
necessari almeno $100 per l'acquisto</value>
+ </property>
+ <property key="AccountingPaymentTestRelease">
+ <value xml:lang="en">This is a test release; no authorizations
exist</value>
+ <value xml:lang="it">Questo è un test di rilascio transazione;
nessuna autorizzazione esiste</value>
+ </property>
+ <property key="AccountingPaymentTestRefund">
+ <value xml:lang="en">This is a test refund; no money was
transferred</value>
+ <value xml:lang="it">Questo è un test di rimborso transazione; i
soldi non verranno trasferiti</value>
+ </property>
+ <property key="AccountingPaymentTestRefundFailure">
+ <value xml:lang="en">This is a test refund failure; no money was
transferred</value>
+ <value xml:lang="it">Questo è un test di fallimento rimborso
transazione; i soldi non verranno trasferiti</value>
+ </property>
<property key="AccountingPaymentCancelled">
<value xml:lang="de">Zahlung [${paymentId}] wurde annulliert und kann
nicht zugewiesen werden</value>
<value xml:lang="en">Payment [${paymentId}] is cancelled and cannot be
applied</value>
@@ -7864,6 +7944,10 @@
<value
xml:lang="zh">æ¯ä»[${paymentId}]è¢«åæ¶ææ æ³åºç¨</value>
<value
xml:lang="zh_TW">æ¯ä»[${paymentId}]è¢«åæ¶æç¡æ³æç¨</value>
</property>
+ <property key="AccountingPaymentCannotBeCaptured">
+ <value xml:lang="en">Trouble running captureOrderPayments
service</value>
+ <value xml:lang="it">Problemi durante l'esecuzione del servizio
cattura pagamento ordine</value>
+ </property>
<property key="AccountingPaymentCheckMessage1">
<value xml:lang="ar">آسÙ, ÙØ§ ØªØ³Ø¯ÙØ¯Ø§Øª Ù
ختارة</value>
<value xml:lang="de">Es wurden keine Zahlungen ausgewählt.</value>
@@ -7893,6 +7977,26 @@
<value
xml:lang="zh">æ¯ä»[${paymentId}]已确认ç¶èæ æ³åºç¨</value>
<value
xml:lang="zh_TW">æ¯ä»[${paymentId}]已確èªç¶èç¡æ³æç¨</value>
</property>
+ <property key="AccountingPaymentCreationError">
+ <value xml:lang="en">Error creating payment record</value>
+ <value xml:lang="it">Errore durante la creazione del pagamento</value>
+ </property>
+ <property
key="AccountingPaymentCreditCardBillingAddressMssingMandatoryFields">
+ <value xml:lang="en">Credit card billing address is missing required
fields.</value>
+ <value xml:lang="it">Campo richiesti mancanti per l'indirizzo di
fatturazione della carta di credito.</value>
+ </property>
+ <property key="AccountingPaymentCreditCardEmailAddressCannotBeEmpty">
+ <value xml:lang="en">Email address field cannot be empty.</value>
+ <value xml:lang="it">Indirizzo e-mail non può essere vuoto.</value>
+ </property>
+ <property key="AccountingPaymentCreditCardMissingMandatoryFields">
+ <value xml:lang="en">Credit card is missing required fields.</value>
+ <value xml:lang="it">Campo richiesti mancanti per la carta di
credito.</value>
+ </property>
+ <property key="AccountingPaymentCreditCardNotFound">
+ <value xml:lang="en">CreditCard object not found for paymentMethodId:
${paymentMethodId}</value>
+ <value xml:lang="it">Carta di credito non trovata per il metodo
pagamento: ${paymentMethodId}</value>
+ </property>
<property key="AccountingPaymentDate">
<value xml:lang="ar">ØªØ§Ø±ÙØ® Ø§ÙØªØ³Ø¯Ùد</value>
<value xml:lang="de">Zahlungsdatum</value>
@@ -7914,6 +8018,10 @@
<value xml:lang="en">Withdrawal Payment from:
${finAccount.finAccountName}</value>
<value xml:lang="hi_IN">वितà¥à¤¤à¥à¤¯ à¤à¤¾à¤¤à¥
दà¥à¤µà¤¾à¤°à¤¾ वापस à¤à¥à¤à¤¤à¤¾à¤¨:
${finAccount.finAccountName}</value>
</property>
+ <property key="AccountingPaymentCreditError">
+ <value xml:lang="en">Trouble processing the release results:
${errorString}</value>
+ <value xml:lang="it">Problemi nel rilascio transazione chiesto al
gateway pagamenti, risultato: ${errorString}</value>
+ </property>
<property key="AccountingPaymentGatewayApprove">
<value xml:lang="de">Genehmigen</value>
<value xml:lang="en">Approve</value>
@@ -8148,6 +8256,10 @@
<value
xml:lang="zh">æ¯ä»[${paymentId}]æ${paymentApplyAvailable?currency(${isoCode})}è¦åºç¨ï¼ä½æ¯è¯·æ±çæ¯${amountApplied?currency(${isoCode})}</value>
<value
xml:lang="zh_TW">æ¯ä»[${paymentId}]æ${paymentApplyAvailable?currency(${isoCode})}è¦æç¨ï¼ä½æ¯è«æ±çæ¯${amountApplied?currency(${isoCode})}</value>
</property>
+ <property key="AccountingPaymentManualAuthOnlyForCreditCard">
+ <value xml:lang="en">Manual CC auth service can only be used with
PaymentMethodType of CREDIT_CARD</value>
+ <value xml:lang="it">Servizio maniale autorizzazione CC può essere
usato con il tipo metodo pagamento CARTA DI CREDITO</value>
+ </property>
<property key="AccountingPaymentMethod">
<value xml:lang="de">Zahlungsmethode</value>
<value xml:lang="en">Payment Method</value>
@@ -8340,6 +8452,22 @@
<value xml:lang="zh">åèª</value>
<value xml:lang="zh_TW">ç¼èª</value>
</property>
+ <property key="AccountingPaymentServiceCannotGetModel">
+ <value xml:lang="en">Cannot get model service for
${serviceName}</value>
+ <value xml:lang="it">Non è possibile ottenere il modello del servizio
${serviceName}</value>
+ </property>
+ <property key="AccountingPaymentServiceMissingAmount">
+ <value xml:lang="en">Service ${serviceName} does not have a
captureAmount or processAmount. Its parameters are: ${inParams}</value>
+ <value xml:lang="it">Il servizio ${serviceName} non ha un'importo da
catturare o autorizzare. I parametri sono: ${inParams}</value>
+ </property>
+ <property key="AccountingPaymentSettingNotFound">
+ <value xml:lang="en">No valid payment settings found for :
${productStoreId} / ${transactionType}</value>
+ <value xml:lang="it">Nessun configurazione pagamento trovata per :
${productStoreId} / ${transactionType}</value>
+ </property>
+ <property key="AccountingPaymentSettingNotValid">
+ <value xml:lang="en">Invalid product store payment settings</value>
+ <value xml:lang="it">Configurazione gateway pagamenti negozio non
valida</value>
+ </property>
<property key="AccountingPaymentTabApplications">
<value xml:lang="ar">Ø§ÙØªØ·Ø¨ÙÙØ§Øª</value>
<value xml:lang="de">Zuweisungen</value>
@@ -8432,7 +8560,7 @@
</property>
<property key="AccountingPaymentTabStatusToSent">
<value xml:lang="ar">اÙÙØ¶Ø¹ÙØ© Ø¥ÙÙ 'Ù
رسÙ'</value>
- <value xml:lang="de">Status auf 'Ãbermittelt'</value>
+ <value xml:lang="de">Status auf 'Ãbermittelt'</value>
<value xml:lang="en">Status to 'Sent'</value>
<value xml:lang="es">Status a 'Enviado'</value>
<value xml:lang="fr">Statut à 'Envoyé'</value>
@@ -8446,10 +8574,38 @@
<value xml:lang="zh_TW">çæ
æ¹çº'å·²ç¼é'</value>
</property>
<property key="AccountingPaymentTabStatusToVoid">
- <value xml:lang="de">Status auf 'Ungültig'</value>
+ <value xml:lang="de">Status auf 'Ungültig'</value>
<value xml:lang="en"> Status to 'Void'</value>
<value xml:lang="hi_IN">सà¥à¤¥à¤¿à¤¤à¤¿ 'रिà¤à¥à¤¤'
à¤à¤°à¤¨à¥ à¤à¥ लिà¤</value>
</property>
+ <property
key="AccountingPaymentTransactionAuthorizationNotFoundCannotCapture">
+ <value xml:lang="en">No authorization transaction found; cannot
capture</value>
+ <value xml:lang="it">Nessuna transazione di autorizzazione trovata;
non è possibile catturare</value>
+ </property>
+ <property
key="AccountingPaymentTransactionAuthorizationNotFoundCannotReauth">
+ <value xml:lang="en">No authorization transaction found; cannot
re-auth</value>
+ <value xml:lang="it">Nessuna transazione di autorizzazione trovata;
non è possibile ri-autorizzare</value>
+ </property>
+ <property
key="AccountingPaymentTransactionAuthorizationNotFoundCannotRelease">
+ <value xml:lang="en">No authorization transaction found; cannot
release</value>
+ <value xml:lang="it">Nessuna transazione di autorizzazione trovata;
non è possibile rilasciare</value>
+ </property>
+ <property
key="AccountingPaymentTransactionAuthorizationNotFoundCannotRefund">
+ <value xml:lang="en">No authorization transaction found; cannot
refund</value>
+ <value xml:lang="it">Nessuna transazione di autorizzazione trovata;
non è possibile rimborsare</value>
+ </property>
+ <property key="AccountingPaymentTransactionManualResult">
+ <value xml:lang="en">Transaction result ${msg} / ${code} Ref#:
${refNum}</value>
+ <value xml:lang="it">Risultato transazione ${msg} / ${code} Rif.:
${refNum}</value>
+ </property>
+ <property key="AccountingPaymentTransactionNotAuthorized">
+ <value xml:lang="en">You do not have permission for this
transaction.</value>
+ <value xml:lang="it">Non sei autorizzato per questa
transazione.</value>
+ </property>
+ <property key="AccountingPaymentTransactionNotYetSupported">
+ <value xml:lang="en">This transaction type is not yet
supported.</value>
+ <value xml:lang="it">Questo tipo transazione non è ancora
supportata.</value>
+ </property>
<property key="AccountingPaymentType">
<value xml:lang="ar">ÙÙØ¹ Ø§ÙØªØ³Ø¯Ùد</value>
<value xml:lang="de">Zahlungsart</value>
@@ -8549,6 +8705,18 @@
<value xml:lang="zh">å·²æ¶å°çæ¯ä»</value>
<value xml:lang="zh_TW">å·²æ¶å°çæ¯ä»</value>
</property>
+ <property key="AccountingPaymentRefundError">
+ <value xml:lang="en">Refund processor problems; see logs</value>
+ <value xml:lang="it">Problemi nel rimborso chiesto al gateway
pagamenti; controllare i logs</value>
+ </property>
+ <property key="AccountingPaymentRefundServiceNotDefined">
+ <value xml:lang="en">No refund service defined</value>
+ <value xml:lang="it">Nessun servizio per il rimborso definito</value>
+ </property>
+ <property key="AccountingPaymentServiceError">
+ <value xml:lang="en">Error calling service : ${paymentService} /
${authContext}</value>
+ <value xml:lang="it">Errore durante l'esecuzione del servizio :
${paymentService} / ${authContext}</value>
+ </property>
<property key="AccountingPaymentsSend">
<value xml:lang="ar">Ø§ÙØªØ³Ø¯Ùدات اÙÙ
Ø±Ø³ÙØ©</value>
<value xml:lang="de">Zahlungen übermitteln</value>
@@ -8593,6 +8761,10 @@
<value xml:lang="en">Status to "Not Paid"</value>
<value xml:lang="hi_IN">à¤à¥à¤à¤¤à¤¾à¤¨ नहà¥à¤
दिया</value>
</property>
+ <property key="AccountingPaymentUnableToGetCCInfo">
+ <value xml:lang="en">Unable to obtain cc information from payment
preference</value>
+ <value xml:lang="it">Non è possibile le informazioni della carta di
carta dalle preferenze pagamento ordine</value>
+ </property>
<property key="AccountingPermissionError">
<value xml:lang="ar">ÙØ§ رخصة ÙØ¯ÙÙÙ
ÙÙØ°Ù
Ø§ÙØ¹Ù
ÙÙØ©</value>
<value xml:lang="de">Sie haben keine Berechtigung für diese
Funktion.</value>
@@ -10157,6 +10329,10 @@
<value
xml:lang="zh">è°ç¨æ°å»ºå®åæ¯ä»ä¼å
æ¹æ³æå¡æ¶åºé</value>
<value
xml:lang="zh_TW">èª¿ç¨æ°å»ºè¨å®æ¯ä»åªå
æ¹æ³æåæåºé¯</value>
</property>
+ <property
key="AccountingTroubleCallingCreditOrderPaymentPreferenceService">
+ <value xml:lang="en">Credit failed for pref : ${paymentPref}</value>
+ <value xml:lang="it">Fallito credito per la preferenza pagamento:
${paymentPref}</value>
+ </property>
<property
key="AccountingTroubleCallingReleaseOrderPaymentPreferenceService">
<value xml:lang="en">Trouble calling releaseOrderPaymentPreference
service</value>
<value xml:lang="fr">Problème rencontré en invoquant le service
releaseOrderPaymentPreference </value>