| 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 12264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12275 <if expr="is_android"> | 12275 <if expr="is_android"> |
| 12276 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown
as a notification when a WebRTC video call is in progress." formatter_data="andr
oid_java"> | 12276 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown
as a notification when a WebRTC video call is in progress." formatter_data="andr
oid_java"> |
| 12277 Accessing video input | 12277 Accessing video input |
| 12278 </message> | 12278 </message> |
| 12279 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown
as a notification when a WebRTC audio call is in progress" formatter_data="andro
id_java"> | 12279 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown
as a notification when a WebRTC audio call is in progress" formatter_data="andro
id_java"> |
| 12280 Accessing audio input | 12280 Accessing audio input |
| 12281 </message> | 12281 </message> |
| 12282 <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"> | 12282 <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"> |
| 12283 Accessing audio and video input | 12283 Accessing audio and video input |
| 12284 </message> | 12284 </message> |
| 12285 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh
own as a notification when screen capture is in progress."> |
| 12286 Sharing screen |
| 12287 </message> |
| 12285 </if> | 12288 </if> |
| 12286 </messages> | 12289 </messages> |
| 12287 </release> | 12290 </release> |
| 12288 </grit> | 12291 </grit> |
| OLD | NEW |