mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
82 lines
2.7 KiB
Plaintext
82 lines
2.7 KiB
Plaintext
# Translation of OpenERP Server.
|
|
# This file contains the translation of the following modules:
|
|
# * currency_rate_date_check
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: OpenERP Server 7.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2013-10-18 17:52+0000\n"
|
|
"PO-Revision-Date: 2013-10-18 17:39+0000\n"
|
|
"Last-Translator: Alexandre Fayolle - camptocamp "
|
|
"<alexandre.fayolle@camptocamp.com>\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Launchpad-Export-Date: 2014-06-12 06:31+0000\n"
|
|
"X-Generator: Launchpad (build 17041)\n"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: help:res.company,currency_rate_max_delta:0
|
|
msgid ""
|
|
"This is the maximum interval in days between the date associated with the "
|
|
"amount to convert and the date of the nearest currency rate available in "
|
|
"OpenERP."
|
|
msgstr ""
|
|
"Intervalle de temps maximum en jours entre la date associée au montant à "
|
|
"convertir et la date du taux de change le plus rapproché disponible dans "
|
|
"OpenERP."
|
|
|
|
#. module: currency_rate_date_check
|
|
#: sql_constraint:res.company:0
|
|
msgid ""
|
|
"The value of the field 'Max Time Delta in Days for Currency Rates' must be "
|
|
"positive or 0."
|
|
msgstr ""
|
|
|
|
#. module: currency_rate_date_check
|
|
#: model:ir.model,name:currency_rate_date_check.model_res_currency
|
|
msgid "Currency"
|
|
msgstr "Devise"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: field:res.currency,rate_silent:0
|
|
msgid "Current Rate"
|
|
msgstr ""
|
|
|
|
#. module: currency_rate_date_check
|
|
#: model:ir.model,name:currency_rate_date_check.model_res_company
|
|
msgid "Companies"
|
|
msgstr "Sociétés"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: field:res.company,currency_rate_max_delta:0
|
|
msgid "Max Time Delta in Days for Currency Rates"
|
|
msgstr "Ecart temporel maximum pour les taux de change (en jours)"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: code:addons/currency_rate_date_check/currency_rate_date_check.py:79
|
|
#, python-format
|
|
msgid ""
|
|
"You are requesting a rate conversion on %s for currency %s but the nearest "
|
|
"rate before that date is dated %s and the maximum currency rate time delta "
|
|
"for your company is %s days"
|
|
msgstr ""
|
|
"Vous demandez une conversion de devise à la date du %s pour la devise %s "
|
|
"mais le taux de change le plus proche qui précède cette date est daté du %s "
|
|
"et l'écart temporel maximum pour les taux de change pour votre société est "
|
|
"de %s jours"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: code:addons/currency_rate_date_check/currency_rate_date_check.py:79
|
|
#, python-format
|
|
msgid "Error"
|
|
msgstr "Erreur"
|
|
|
|
#. module: currency_rate_date_check
|
|
#: help:res.currency,rate_silent:0
|
|
msgid ""
|
|
"The rate of the currency to the currency of rate 1 (0 if no rate defined)."
|
|
msgstr ""
|