| 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 12267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12278 <if expr="is_android"> | 12278 <if expr="is_android"> |
| 12279 <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"> | 12279 <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"> |
| 12280 Accessing video input | 12280 Accessing video input |
| 12281 </message> | 12281 </message> |
| 12282 <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"> | 12282 <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"> |
| 12283 Accessing audio input | 12283 Accessing audio input |
| 12284 </message> | 12284 </message> |
| 12285 <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"> | 12285 <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"> |
| 12286 Accessing audio and video input | 12286 Accessing audio and video input |
| 12287 </message> | 12287 </message> |
| 12288 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh
own as a notification when screen capture is in progress."> |
| 12289 Sharing screen |
| 12290 </message> |
| 12288 </if> | 12291 </if> |
| 12289 </messages> | 12292 </messages> |
| 12290 </release> | 12293 </release> |
| 12291 </grit> | 12294 </grit> |
| OLD | NEW |