Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by webkit that | 4 each locale. Specifically, these are UI strings that are used by webkit that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 6 | 6 |
| 7 <!-- Some of these strings and string descriptions were taken from | 7 <!-- Some of these strings and string descriptions were taken from |
| 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license | 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license |
| 9 below: | 9 below: |
| 10 | 10 |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY | 23 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY |
| 24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 26 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR | 26 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR |
| 27 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 27 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 29 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | 29 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | 30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| 31 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 31 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
jamesr
2014/03/06 05:53:58
this seems unrelated
aboxhall
2014/03/06 15:21:04
Yeah, my editor is configured to strip trailing wh
| |
| 34 */ | 34 */ |
| 35 --> | 35 --> |
| 36 | 36 |
| 37 <grit base_dir="." latest_public_release="0" current_release="1" | 37 <grit base_dir="." latest_public_release="0" current_release="1" |
| 38 source_lang_id="en" enc_check="möl"> | 38 source_lang_id="en" enc_check="möl"> |
| 39 <outputs> | 39 <outputs> |
| 40 <!-- TODO add each of your output files. Modify the three below, and add | 40 <!-- TODO add each of your output files. Modify the three below, and add |
| 41 your own for your various languages. See the user's guide | 41 your own for your various languages. See the user's guide |
| 42 (http://wiki/Main/GritUsersGuide) for more details. | 42 (http://wiki/Main/GritUsersGuide) for more details. |
| 43 Note that all output references are relative to the output directory | 43 Note that all output references are relative to the output directory |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 340 </message> | 340 </message> |
| 341 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> | 341 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> |
| 342 heading | 342 heading |
| 343 </message> | 343 </message> |
| 344 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers"> | 344 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers"> |
| 345 footer | 345 footer |
| 346 </message> | 346 </message> |
| 347 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description f or a stepper - a control where you can use up/down arrows to increment or decrem ent it. The name 'stepper' is how this user interface element is described by Vo iceOver on Mac OS X; the translation should be consistent with VoiceOver."> | 347 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description f or a stepper - a control where you can use up/down arrows to increment or decrem ent it. The name 'stepper' is how this user interface element is described by Vo iceOver on Mac OS X; the translation should be consistent with VoiceOver."> |
| 348 stepper | 348 stepper |
| 349 </message> | 349 </message> |
| 350 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descrip tion for a toggle button"> | |
| 351 toggle button | |
| 352 </message> | |
| 350 | 353 |
| 351 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> | 354 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> |
| 352 press | 355 press |
| 353 </message> | 356 </message> |
| 354 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility."> | 357 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility."> |
| 355 select | 358 select |
| 356 </message> | 359 </message> |
| 357 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility."> | 360 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility."> |
| 358 activate | 361 activate |
| 359 </message> | 362 </message> |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 684 Loading | 687 Loading |
| 685 </message> | 688 </message> |
| 686 | 689 |
| 687 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> | 690 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> |
| 688 Couldn't load plug-in. | 691 Couldn't load plug-in. |
| 689 </message> | 692 </message> |
| 690 | 693 |
| 691 </messages> | 694 </messages> |
| 692 </release> | 695 </release> |
| 693 </grit> | 696 </grit> |
| OLD | NEW |