diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 17:27:33 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 17:27:33 +0000 |
commit | afebae164ec8e050af2b1952be53b5fecd3400f7 (patch) | |
tree | b2e3dafa68acfb23e54709ea964090c6498558a6 /remoting/branding_Chromium | |
parent | bc68e0d907e34d22f63c0bc6ab76ea934eb7c545 (diff) | |
download | chromium_src-afebae164ec8e050af2b1952be53b5fecd3400f7.zip chromium_src-afebae164ec8e050af2b1952be53b5fecd3400f7.tar.gz chromium_src-afebae164ec8e050af2b1952be53b5fecd3400f7.tar.bz2 |
Localized Chromoting Host on Windows.
This CL introduces remoting/tools/localize.py script. The script is based on Jinja2 templating language. It is used to generate localizable resources (string table, dialogs, message table and version information) from a common template. The translated strings are taken from json files (used by the webapp as well), which, in turn, are generated from remoting_strings.grd.
Collateral changes:
- Branding of Window resources has been moved to remoting_strings.grd. .ver files are not used anymore.
- Updated verify_resources.py so that it could recognize strings used by Jinja2 templates.
- Fixed the dialog layouts for RTL languages.
TBR=cpu@chromium.org
BUG=155204
Review URL: https://chromiumcodereview.appspot.com/18323017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/branding_Chromium')
-rw-r--r-- | remoting/branding_Chromium | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/remoting/branding_Chromium b/remoting/branding_Chromium index 5d3d740..22f3621 100644 --- a/remoting/branding_Chromium +++ b/remoting/branding_Chromium @@ -1,13 +1,7 @@ -COMPANY_FULLNAME=The Chromium Authors -PRODUCT_FULLNAME=Chromoting -COPYRIGHT=Copyright (c) 2012 The Chromium Authors. All Rights Reserved. +COPYRIGHT=Copyright 2013 The Chromium Authors. All Rights Reserved. HOST_PLUGIN_FILE_NAME=Chromoting Host HOST_PLUGIN_DESCRIPTION=Allow another user to access your computer securely over the Internet. -HOST_ME2ME_FILE_NAME=Chromoting Host -HOST_ME2ME_DESCRIPTION=Chromoting Host DAEMON_FILE_NAME=Chromoting Host Service -DESKTOP_DESCRIPTION=Chromoting Integration Process -CORE_DESCRIPTION=Chromoting Core MAC_BUNDLE_ID=org.chromium.Chromium MAC_CREATOR=Cr24 MAC_HOST_BUNDLE_ID=org.chromium.chromoting.remoting_me2me_host |