# Translation of Odoo Server. # This file contains the translation of the following modules: # * edi # # Translators: # FIRST AUTHOR , 2014 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:08+0000\n" "PO-Revision-Date: 2015-07-17 07:06+0000\n" "Last-Translator: Martin Trigaux\n" "Language-Team: Russian (http://www.transifex.com/odoo/odoo-8/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #. module: edi #: code:addons/edi/models/edi.py:46 #, python-format msgid "'%s' is an invalid external ID" msgstr "'%s' это неверный внешний идентификатор" #. module: edi #: model:ir.model,name:edi.model_res_company msgid "Companies" msgstr "Компании" #. module: edi #: model:ir.model,name:edi.model_res_currency msgid "Currency" msgstr "Валюта" #. module: edi #. openerp-web #: code:addons/edi/static/src/js/edi.js:61 #, python-format msgid "Document Import Notification" msgstr "Уведомление об импорте документа" #. module: edi #: model:ir.model,name:edi.model_edi_edi msgid "EDI Subsystem" msgstr "EDI подсистема" #. module: edi #: field:edi.edi,id:0 msgid "ID" msgstr "ID" #. module: edi #: code:addons/edi/models/edi.py:129 #, python-format msgid "Missing Application." msgstr "Отсутствует приложение." #. module: edi #: model:ir.model,name:edi.model_res_partner msgid "Partner" msgstr "Партнер" #. module: edi #. openerp-web #: code:addons/edi/static/src/js/edi.js:57 #, python-format msgid "Reason:" msgstr "Причина:" #. module: edi #. openerp-web #: code:addons/edi/static/src/js/edi.js:55 #, python-format msgid "Sorry, the document could not be imported." msgstr "Извините, документ не может быть импортирован." #. module: edi #. openerp-web #: code:addons/edi/static/src/js/edi.js:50 #, python-format msgid "The document has been successfully imported!" msgstr "Документ был успешно импортирован!" #. module: edi #: code:addons/edi/models/edi.py:130 #, python-format msgid "" "The document you are trying to import requires the Odoo `%s` application. " "You can install it by connecting as the administrator and opening the " "configuration assistant." msgstr "Документ, который вы пытаетесь импортировать, требует приложения Odoo `%s`. Вы можете установить его, подключившись как администратор и открыв помощника конфигурации."