diff --git a/openerp/addons/base/__openerp__.py b/openerp/addons/base/__openerp__.py index 31e237a6a06..090fc0c5526 100644 --- a/openerp/addons/base/__openerp__.py +++ b/openerp/addons/base/__openerp__.py @@ -56,6 +56,7 @@ 'module/wizard/base_module_configuration_view.xml', 'module/wizard/base_export_language_view.xml', 'module/wizard/base_update_translations_view.xml', + 'module/wizard/base_module_immediate_install.xml', 'res/res_company_view.xml', 'res/res_request_view.xml', 'res/res_lang_view.xml', @@ -96,6 +97,6 @@ 'installable': True, 'auto_install': True, 'certificate': '0076807797149', - "css": [ 'static/src/css/modules.css' ], + 'css': ['static/src/css/modules.css'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/openerp/addons/base/i18n/ja.po b/openerp/addons/base/i18n/ja.po index f4d05595b25..35382f62daa 100644 --- a/openerp/addons/base/i18n/ja.po +++ b/openerp/addons/base/i18n/ja.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 00:44+0000\n" -"PO-Revision-Date: 2012-07-19 05:44+0000\n" +"PO-Revision-Date: 2012-08-02 17:18+0000\n" "Last-Translator: Akira Hiyama \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-07-20 04:37+0000\n" -"X-Generator: Launchpad (build 15644)\n" +"X-Launchpad-Export-Date: 2012-08-03 05:45+0000\n" +"X-Generator: Launchpad (build 15734)\n" #. module: base #: model:res.country,name:base.sh @@ -283,7 +283,7 @@ msgstr "イヌクウティトット語 / Inuktitut" #: model:ir.module.category,name:base.module_category_sales_management #: model:ir.module.module,shortdesc:base.module_sale msgid "Sales Management" -msgstr "セールス管理" +msgstr "受注管理" #. module: base #: view:res.partner:0 @@ -1002,7 +1002,7 @@ msgstr "オマーン" #. module: base #: model:ir.module.module,shortdesc:base.module_mrp msgid "MRP" -msgstr "MRP(資材所要量計画)" +msgstr "MRP" #. module: base #: report:ir.module.reference.graph:0 @@ -3795,7 +3795,7 @@ msgstr "ホスト名またはSMTPサーバのIPアドレス" #. module: base #: selection:base.language.install,lang:0 msgid "Japanese / 日本語" -msgstr "Japanese / 日本語" +msgstr "日本語 / Japanese" #. module: base #: field:ir.actions.report.xml,auto:0 @@ -6423,7 +6423,7 @@ msgstr "多対1項目の属性削除" #. module: base #: model:ir.module.category,name:base.module_category_accounting_and_finance msgid "Accounting & Finance" -msgstr "会計と金融" +msgstr "会計と財務" #. module: base #: field:ir.actions.server,write_id:0 @@ -6961,7 +6961,7 @@ msgstr "" #: field:res.request,act_to:0 #: field:res.request.history,act_to:0 msgid "To" -msgstr "" +msgstr "宛先" #. module: base #: view:ir.sequence:0 @@ -7472,7 +7472,7 @@ msgstr "アクセスの作成" #: field:res.partner.address,state_id:0 #: field:res.partner.bank,state_id:0 msgid "Fed. State" -msgstr "" +msgstr "都道府県" #. module: base #: field:ir.actions.server,copy_object:0 @@ -7703,7 +7703,7 @@ msgstr "販売員" #. module: base #: model:ir.module.module,shortdesc:base.module_account_accountant msgid "Accounting and Finance" -msgstr "会計と金融" +msgstr "会計と財務" #. module: base #: code:addons/base/module/module.py:429 @@ -8215,7 +8215,7 @@ msgstr "中国語 / 简体中文" #: field:res.partner.address,street:0 #: field:res.partner.bank,street:0 msgid "Street" -msgstr "" +msgstr "町名番地" #. module: base #: model:res.country,name:base.yu @@ -11238,7 +11238,7 @@ msgid "" "(default: 465)" msgstr "" "接続の暗号化方式を選択:\n" -"・ なし: SMTPセッションはクリアテキストで行われる。\n" +"・ なし: SMTPセッションはクリアテキストで行われます。\n" "・ TLS(STARTTLS):TLS暗号化はSMTPセッションの開始において要求されます(推奨)。\n" "・ SSL/TLS:SMTPセッションは専用のポート(デフォルト:465)によってSSL/TLSで暗号化されます。" @@ -12022,7 +12022,7 @@ msgstr "%m - 月[01,12]." #: field:res.partner.address,city:0 #: field:res.partner.bank,city:0 msgid "City" -msgstr "市" +msgstr "市区町村" #. module: base #: model:res.country,name:base.qa @@ -12413,7 +12413,7 @@ msgstr "あなたが作成 / 書き込みたいオブジェクト。もし、そ #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "Not Installed" -msgstr "インストールされていません。" +msgstr "未インストール" #. module: base #: view:workflow.activity:0 @@ -12982,7 +12982,7 @@ msgstr "発注時の二重検証" #: field:res.company,street2:0 #: field:res.partner.address,street2:0 msgid "Street2" -msgstr "" +msgstr "町名番地2" #. module: base #: model:ir.actions.act_window,name:base.action_view_base_module_update diff --git a/openerp/addons/base/i18n/ru.po b/openerp/addons/base/i18n/ru.po index 633734c1e67..c3ba2f63acd 100644 --- a/openerp/addons/base/i18n/ru.po +++ b/openerp/addons/base/i18n/ru.po @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.4\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 00:44+0000\n" -"PO-Revision-Date: 2012-01-31 16:29+0000\n" -"Last-Translator: Antony Lesuisse (OpenERP) \n" +"PO-Revision-Date: 2012-07-26 16:30+0000\n" +"Last-Translator: Rinat Karimov \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: 2012-07-19 04:42+0000\n" -"X-Generator: Launchpad (build 15637)\n" +"X-Launchpad-Export-Date: 2012-07-27 05:22+0000\n" +"X-Generator: Launchpad (build 15694)\n" #. module: base #: model:res.country,name:base.sh @@ -2732,7 +2732,7 @@ msgstr "Очистить ID" #. module: base #: view:res.groups:0 msgid "Inherited" -msgstr "" +msgstr "Унаследованный" #. module: base #: field:ir.model.fields,serialization_field_id:0 @@ -6614,7 +6614,7 @@ msgstr "Совет" #. module: base #: view:res.company:0 msgid "Header/Footer of Reports" -msgstr "" +msgstr "Заголовок/подвал отчетов" #. module: base #: code:addons/base/res/res_users.py:746 diff --git a/openerp/addons/base/ir/ir.xml b/openerp/addons/base/ir/ir.xml index 25537cef4b3..b587a846b91 100644 --- a/openerp/addons/base/ir/ir.xml +++ b/openerp/addons/base/ir/ir.xml @@ -71,7 +71,6 @@ - @@ -203,7 +202,6 @@ - @@ -392,12 +390,9 @@ search - - - - + @@ -499,11 +494,8 @@ search - - - - - + + @@ -661,7 +653,6 @@ - @@ -671,10 +662,8 @@ - - @@ -802,31 +791,26 @@ search - - - - - - - - - - - - + + + + + + + + - @@ -955,10 +939,10 @@ - + @@ -1035,22 +1019,21 @@ - + + - - @@ -1107,14 +1090,11 @@ - - - @@ -1240,7 +1220,6 @@ - @@ -1469,11 +1448,9 @@ - - + - search - - - - - - - - - - - - + + + + + + + + @@ -1651,17 +1624,14 @@ search - - - - - - - - - - - + + + + + + + + @@ -1794,13 +1764,9 @@ search - - - - - - - + + + @@ -1830,7 +1796,6 @@ -