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 4965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4976 Show original | 4976 Show original |
4977 </message> | 4977 </message> |
4978 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_MINUTES" desc="The desciptio
n stating how old a preview version of a page is in minutes. This is shown on th
e infobar notifying the user that a preview page has been shown."> | 4978 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_MINUTES" desc="The desciptio
n stating how old a preview version of a page is in minutes. This is shown on th
e infobar notifying the user that a preview page has been shown."> |
4979 Updated <ph name="MINUTES">$1<ex>30</ex></ph>min ago | 4979 Updated <ph name="MINUTES">$1<ex>30</ex></ph>min ago |
4980 </message> | 4980 </message> |
4981 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_ONE_HOUR" desc="The descipti
on stating a preview version of a page is one hour old. This is shown on the inf
obar notifying the user that a preview page has been shown."> | 4981 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_ONE_HOUR" desc="The descipti
on stating a preview version of a page is one hour old. This is shown on the inf
obar notifying the user that a preview page has been shown."> |
4982 Updated 1hr ago | 4982 Updated 1hr ago |
4983 </message> | 4983 </message> |
4984 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_HOURS" desc="The desciption
stating how old a preview version of a page is in hours. This is shown on the in
fobar notifying the user that a preview page has been shown."> | 4984 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_HOURS" desc="The desciption
stating how old a preview version of a page is in hours. This is shown on the in
fobar notifying the user that a preview page has been shown."> |
4985 Updated <ph name="HOURS">$1<ex>4</ex></ph>hrs ago | 4985 Updated <ph name="HOURS">$1<ex>4</ex></ph>hrs ago |
| 4986 </message> |
| 4987 <message name="IDS_PREVIEWS_INFOBAR_TIMESTAMP_UPDATED_NOW" desc="The desci
ption stating that a preview version of a page was just updated. This is shown o
n the infobar notifying the user that a preview page has been shown."> |
| 4988 Updated just now |
4986 </message> | 4989 </message> |
4987 | 4990 |
4988 <!-- WebRTC logs --> | 4991 <!-- WebRTC logs --> |
4989 <message name="IDS_WEBRTC_LOGS_TITLE" desc="Title for the chrome://webrtc-
logs page."> | 4992 <message name="IDS_WEBRTC_LOGS_TITLE" desc="Title for the chrome://webrtc-
logs page."> |
4990 WebRTC logs | 4993 WebRTC logs |
4991 </message> | 4994 </message> |
4992 <message name="IDS_WEBRTC_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for W
ebRTC log count banner on chrome://webrtc-logs"> | 4995 <message name="IDS_WEBRTC_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for W
ebRTC log count banner on chrome://webrtc-logs"> |
4993 WebRTC logs (<ph name="WEBRTC_LOG_COUNT">$1<ex>3</ex></ph>) | 4996 WebRTC logs (<ph name="WEBRTC_LOG_COUNT">$1<ex>3</ex></ph>) |
4994 </message> | 4997 </message> |
4995 <message name="IDS_WEBRTC_LOGS_LOG_HEADER_FORMAT" desc="Format for uploade
d log entry headings on chrome://webrtc-logs"> | 4998 <message name="IDS_WEBRTC_LOGS_LOG_HEADER_FORMAT" desc="Format for uploade
d log entry headings on chrome://webrtc-logs"> |
(...skipping 7348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12344 | 12347 |
12345 <!-- VR specific strings --> | 12348 <!-- VR specific strings --> |
12346 <if expr="enable_vr"> | 12349 <if expr="enable_vr"> |
12347 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient
bubble to tell users how to return from cinema mode (where the page displayed in
a cinema like environment) or presentation mode (where the WebVR page occupies
the entire screen) to normal mode."> | 12350 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient
bubble to tell users how to return from cinema mode (where the page displayed in
a cinema like environment) or presentation mode (where the WebVR page occupies
the entire screen) to normal mode."> |
12348 Press App button to exit | 12351 Press App button to exit |
12349 </message> | 12352 </message> |
12350 </if> | 12353 </if> |
12351 </messages> | 12354 </messages> |
12352 </release> | 12355 </release> |
12353 </grit> | 12356 </grit> |
OLD | NEW |