Add "Do Not Translate" to Debug screen strings (#2163281)

Change-Id: I89c7c5ddb64fe29ccf29b8ebdf00e136dc5a6d6a
This commit is contained in:
Marc Blank 2009-10-05 12:56:07 -07:00
parent afe49c7c27
commit e7e0a8523a

View File

@ -199,14 +199,14 @@
<!-- Version number, shown only on debug screen --> <!-- Version number, shown only on debug screen -->
<string name="debug_version_fmt">Version: <xliff:g id="version">%s</xliff:g></string> <string name="debug_version_fmt">Version: <xliff:g id="version">%s</xliff:g></string>
<!-- Checkbox label, shown only on debug screen --> <!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_debug_logging_label">Enable extra debug logging?</string> <string name="debug_enable_debug_logging_label" translatable="false">Enable extra debug logging?</string>
<!-- Checkbox label, shown only on debug screen --> <!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_sensitive_logging_label">Enable sensitive information debug logging? (May show passwords in logs.)</string> <string name="debug_enable_sensitive_logging_label" translatable="false">Enable sensitive information debug logging? (May show passwords in logs.)</string>
<!-- Checkbox label, shown only on debug screen --> <!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_exchange_logging_label">Enable exchange parser logging? (Extremely verbose)</string> <string name="debug_enable_exchange_logging_label" translatable="false">Enable exchange parser logging? (Extremely verbose)</string>
<!-- Checkbox label, shown only on debug screen --> <!-- Do Not Translate. Checkbox label, shown only on debug screen -->
<string name="debug_enable_exchange_file_logging_label">Enable exchange sd card logging?</string> <string name="debug_enable_exchange_file_logging_label" translatable="false">Enable exchange sd card logging?</string>
<!-- The text in the small separator between smart folders and the accounts --> <!-- The text in the small separator between smart folders and the accounts -->
<string name="account_folder_list_separator_accounts">Accounts</string> <string name="account_folder_list_separator_accounts">Accounts</string>