Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 12252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12263 <message name="IDS_WIN10_WELCOME_PIN_LABEL" desc="The name of the option i n the Windows right-click menu for pinning an app to the taskbar. Used in a mock screenshot illustrating the Windows Settings dialog."> | 12263 <message name="IDS_WIN10_WELCOME_PIN_LABEL" desc="The name of the option i n the Windows right-click menu for pinning an app to the taskbar. Used in a mock screenshot illustrating the Windows Settings dialog."> |
| 12264 Pin to taskbar | 12264 Pin to taskbar |
| 12265 </message> | 12265 </message> |
| 12266 <message name="IDS_WIN10_WELCOME_CONTINUE" desc="The label on a button whi ch navigates away from the Windows 10 Welcome page."> | 12266 <message name="IDS_WIN10_WELCOME_CONTINUE" desc="The label on a button whi ch navigates away from the Windows 10 Welcome page."> |
| 12267 Continue | 12267 Continue |
| 12268 </message> | 12268 </message> |
| 12269 </if> | 12269 </if> |
| 12270 | 12270 |
| 12271 <!-- Consistent omnibox geolocation --> | 12271 <!-- Consistent omnibox geolocation --> |
| 12272 <if expr="is_android"> | 12272 <if expr="is_android"> |
| 12273 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_TEXT" desc="Tex t to put in the infobar disclosing Google Search's usage of location. The messag e contains a link to a settings page. The link text is a separate string in the translation console and appears here as a placeholder text."> | 12273 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_TEXT" desc="Tex t to put in the infobar disclosing the default search engine's usage of location . The message contains a link to a settings page. The link text is a separate st ring in the translation console and appears here as a placeholder text."> |
| 12274 Google uses your location to give you local content. You can change th is in <ph name="SETTINGS_LINK">$1<ex>Link to Settings page</ex></ph>. | 12274 <ph name="SEARCH_ENGINE_NAME">$1<ex>Name of the default search engine< /ex></ph> uses your location to give you local content. You can change this in < ph name="SETTINGS_LINK">$2<ex>Link to Settings page</ex></ph>. |
|
Timothy Loh
2017/05/26 03:58:06
I think <ex> is supposed to contain an example, e.
benwells
2017/05/26 04:52:02
Done.
| |
| 12275 </message> | 12275 </message> |
| 12276 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_SETTINGS_LINK_T EXT" desc="Text to put in the link to the Settings page in the search geolocatio n disclosure UI."> | 12276 <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_SETTINGS_LINK_T EXT" desc="Text to put in the link to the Settings page in the search geolocatio n disclosure UI."> |
| 12277 Settings | 12277 Settings |
| 12278 </message> | 12278 </message> |
| 12279 </if> | 12279 </if> |
| 12280 | 12280 |
| 12281 <!-- NTP content suggestions strings --> | 12281 <!-- NTP content suggestions strings --> |
| 12282 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of the downloads section, which is a list of pages (or files) that the user downloa ded, displayed as cards on the New Tab Page."> | 12282 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of the downloads section, which is a list of pages (or files) that the user downloa ded, displayed as cards on the New Tab Page."> |
| 12283 Downloads | 12283 Downloads |
| 12284 </message> | 12284 </message> |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 12303 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> | 12303 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> |
| 12304 Accessing audio and video input | 12304 Accessing audio and video input |
| 12305 </message> | 12305 </message> |
| 12306 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> | 12306 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> |
| 12307 Sharing screen | 12307 Sharing screen |
| 12308 </message> | 12308 </message> |
| 12309 </if> | 12309 </if> |
| 12310 </messages> | 12310 </messages> |
| 12311 </release> | 12311 </release> |
| 12312 </grit> | 12312 </grit> |
| OLD | NEW |