Bug 689685 - All devtools strings files should contain an 'optional English' note; r=msucan,past,rcampbell

This commit is contained in:
Joe Walker 2011-11-21 15:43:29 -04:00
parent aa1f43e977
commit 40b4037ef6
7 changed files with 50 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# LOCALIZATION NOTE These strings are used inside the Inspector
# which is available from the Web Developer sub-menu -> 'Inspect'.
#
# The correct localization of this file might be to keep it in
# English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best
# documentation on web development on the web.
# LOCALIZATION NOTE (confirmNavigationAway): Used in the Inspector tool, when # LOCALIZATION NOTE (confirmNavigationAway): Used in the Inspector tool, when
# the user tries to navigate away from a web page, to confirm the change of # the user tries to navigate away from a web page, to confirm the change of
# page. # page.

View File

@ -1,6 +1,12 @@
<!-- LOCALIZATION NOTE : FILE This file contains the Scratchpad window strings --> <!-- LOCALIZATION NOTE : FILE This file contains the Scratchpad window strings -->
<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys --> <!-- LOCALIZATION NOTE : FILE Do not translate commandkeys -->
<!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
- keep it in English, or another language commonly spoken among web developers.
- You want to make that choice consistent across the developer tools.
- A good criteria is the language in which you'd find the best
- documentation on web development on the web. -->
<!-- LOCALIZATION NOTE (scratchpad.title): <!-- LOCALIZATION NOTE (scratchpad.title):
- The Scratchpad is intended to provide a simple text editor for creating - The Scratchpad is intended to provide a simple text editor for creating
- and evaluating bits of JavaScript code for the purposes of function - and evaluating bits of JavaScript code for the purposes of function

View File

@ -1,3 +1,12 @@
# LOCALIZATION NOTE These strings are used inside the JavaScript scratchpad
# which is available from the Web Developer sub-menu -> 'Scratchpad'.
#
# The correct localization of this file might be to keep it in
# English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best
# documentation on web development on the web.
# LOCALIZATION NOTE (propertyPanel.updateButton.label): Used in the Property # LOCALIZATION NOTE (propertyPanel.updateButton.label): Used in the Property
# Panel that is opened by the Scratchpad window when inspecting an object. This # Panel that is opened by the Scratchpad window when inspecting an object. This
# is the Update button label. # is the Update button label.

View File

@ -1,3 +1,9 @@
<!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
- keep it in English, or another language commonly spoken among web developers.
- You want to make that choice consistent across the developer tools.
- A good criteria is the language in which you'd find the best
- documentation on web development on the web. -->
<!-- LOCALIZATION NOTE (userStylesLabel): This is the label for the checkbox <!-- LOCALIZATION NOTE (userStylesLabel): This is the label for the checkbox
- that specifies whether the styles that are not from the user's stylesheet - that specifies whether the styles that are not from the user's stylesheet
- should be displayed or not. --> - should be displayed or not. -->

View File

@ -1,4 +1,11 @@
# LOCALIZATION NOTE These strings are used inside the Style Inspector. # LOCALIZATION NOTE These strings are used inside the Style Inspector.
#
# The correct localization of this file might be to keep it in
# English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best
# documentation on web development on the web.
# LOCALIZATION NOTE (panelTitle): This is the panel title # LOCALIZATION NOTE (panelTitle): This is the panel title
panelTitle=Style Inspector panelTitle=Style Inspector

View File

@ -1,3 +1,9 @@
<!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
- keep it in English, or another language commonly spoken among web developers.
- You want to make that choice consistent across the developer tools.
- A good criteria is the language in which you'd find the best
- documentation on web development on the web. -->
<!ENTITY networkPanel.requestURL "Request URL"> <!ENTITY networkPanel.requestURL "Request URL">
<!ENTITY networkPanel.requestMethod "Request Method"> <!ENTITY networkPanel.requestMethod "Request Method">
<!ENTITY networkPanel.statusCode "Status Code"> <!ENTITY networkPanel.statusCode "Status Code">

View File

@ -1,3 +1,10 @@
# LOCALIZATION NOTE
# The correct localization of this file might be to keep it in
# English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best
# documentation on web development on the web.
typeError=Error: typeError=Error:
typeWarning=Warning: typeWarning=Warning:
typeNetwork=Network: typeNetwork=Network: