diff options
author | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 15:17:42 +0000 |
---|---|---|
committer | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 15:17:42 +0000 |
commit | 38eeb588ee8d028c6dbc849000c0a973a866c749 (patch) | |
tree | 96ea1a01cac23650bad70f96ef14296dce6d049b /webkit/glue/devtools_strings.grd | |
parent | c21dae58273231e06dcd01afde6ddc31d542709a (diff) | |
download | chromium_src-38eeb588ee8d028c6dbc849000c0a973a866c749.zip chromium_src-38eeb588ee8d028c6dbc849000c0a973a866c749.tar.gz chromium_src-38eeb588ee8d028c6dbc849000c0a973a866c749.tar.bz2 |
DevTools: prepare for l10n.
User-visible strings are now obtained through WebInspector.UIString method.
Added .grd files for WebKit Inspector and Chromium DevTools strings.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/160454
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/devtools_strings.grd')
-rw-r--r-- | webkit/glue/devtools_strings.grd | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/webkit/glue/devtools_strings.grd b/webkit/glue/devtools_strings.grd new file mode 100644 index 0000000..4833f30 --- /dev/null +++ b/webkit/glue/devtools_strings.grd @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This file contains definitions of strings that are specific to +Google Chrome Developer Tools. --> + +<grit base_dir="." latest_public_release="0" current_release="1" + source_lang_id="en" enc_check="möl"> + <outputs> + <!-- TODO add each of your output files. Modify the three below, and add + your own for your various languages. See the user's guide + (http://wiki/Main/GritUsersGuide) for mor details. + Note that all output references are relative to the output directory + which is specified at build time. --> + <!-- + <output filename="resource.h" type="rc_header" /> + <output filename="en_resource.rc" type="rc_all" /> + <output filename="fr_resource.rc" type="rc_all" /> + --> + </outputs> + <translations> + <!-- TODO add references to each of the XTB files (from the Translation + Console) that contain translations of messages in your project. Each + takes a form like <file path="english.xtb" />. Remember that all file + references are relative to this .grd file. --> + </translations> + <release seq="1"> + <messages fallback_to_english="true"> + <message id="IDS_FAILED_TO_RESOLVE_CHILDREN" name="Message indicating that resolving element children has failed."> + Failed to resolve children: <ph name="ERROR">%s<ex>Allocation failure</ex></ph> + </message> + <message id="IDS_CORRUPT_OBJECT" name="Error message showing corrupt object."> + Corrupted object: <ph name="OBJECT">%s<ex>bad</ex></ph> + </message> + <message id="IDS_SCOPE_VARS_FAILURE" name="Error message indicating failure to resolve scope variables."> + Failed to resolve scope variables: %s + </message> + <message id="IDS_PROCESSING_PROFILE" name="Message indicating that profile is being processed."> + Processing... + </message> + <message id="IDS_PROFILE_TICKS_PROCESSED" name="Message showing how many ticks are already processed."> + <ph name="COUNT">%d<ex>1000</ex></ph> ticks processed + </message> + <message id="IDS_NO_SOURCE" name="Label for a script with no source."> + <source is not available> + </message> + <message id="IDS_UNKNOWN_SCOPE_TYPE" name="Label for an unknown scope type."> + <Unknown scope type> + </message> + <message id="IDS_WINDOW_HEADER" name="DevTools window header."> + Developer Tools - %s + </message> + </messages> + </release> +</grit> |