mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix windows title
add translate
This commit is contained in:
@@ -92,6 +92,18 @@ msgstr "支持链接"
|
||||
msgid "My Odoo.com Account Title"
|
||||
msgstr "我的帐户显示标题"
|
||||
|
||||
#. module: Base
|
||||
#: model:ir.config_parameter,value:app_odoo_customize.app_account_title
|
||||
#, python-format
|
||||
msgid "My Online Account"
|
||||
msgstr "我的帐号"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.config_parameter,value:app_odoo_customize.app_account_title
|
||||
#, python-format
|
||||
msgid "My Online Account"
|
||||
msgstr "我的帐号"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,field_description:app_odoo_customize.field_app_theme_config_settings_app_account_url
|
||||
msgid "My Odoo.com Account Url"
|
||||
|
||||
@@ -112,6 +112,6 @@ odoo.define('app_odoo_customize.customize_user_menu', function (require) {
|
||||
if (show.length >= 1 && (show[0]['value'] == "False"))
|
||||
$('.o_sub_menu_footer').hide();
|
||||
});
|
||||
}, 2000);
|
||||
}, 2500);
|
||||
});
|
||||
})
|
||||
|
||||
@@ -44,6 +44,6 @@ odoo.define('app_odoo_customize.switch_language', function (require) {
|
||||
});
|
||||
}
|
||||
});
|
||||
}, 2000);
|
||||
}, 2500);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<link rel="stylesheet" href="/app_odoo_customize/static/src/css/app.css"/>
|
||||
<script type="text/javascript" src="/app_odoo_customize/static/src/js/switch_language.js"></script>
|
||||
<script type="text/javascript" src="/app_odoo_customize/static/src/js/customize_user_menu.js"></script>
|
||||
<script type="text/javascript" src="/app_odoo_customize/static/src/js/app_system_name.js"/>
|
||||
<script type="text/javascript" src="/app_odoo_customize/static/src/js/app_window_title.js"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
<label string="Online Support"/>
|
||||
<div>
|
||||
<a href="http://www.sunpop.cn" target="_blank">Visit our website for more apps. >>Sunpop.cn</a>
|
||||
<a href="http://www.sunpop.cn" target="_blank">Visit our website for more apps and Support. >>Sunpop.cn</a>
|
||||
</div>
|
||||
</group>
|
||||
<group string="User Menu">
|
||||
|
||||
Reference in New Issue
Block a user