| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1176 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> | 1176 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> |
| 1177 Chrome can't establish a private connection to <strong><ph name=
"DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because you
r device's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></ph>)
. You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id="cl
ock-link"></ph>you update your device's date and time<ph name="END_LINK"><
/a></ph>. | 1177 Chrome can't establish a private connection to <strong><ph name=
"DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because you
r device's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></ph>)
. You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id="cl
ock-link"></ph>you update your device's date and time<ph name="END_LINK"><
/a></ph>. |
| 1178 </message> | 1178 </message> |
| 1179 </if> | 1179 </if> |
| 1180 <if expr="not is_android and not is_ios"> | 1180 <if expr="not is_android and not is_ios"> |
| 1181 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> | 1181 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> |
| 1182 Chrome can't establish a private connection to <strong><ph name=
"DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because you
r computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></ph
>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id="
clock-link"></ph>you update your computer's date and time<ph name="END_LINK">
</a></ph>. | 1182 Chrome can't establish a private connection to <strong><ph name=
"DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because you
r computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></ph
>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id="
clock-link"></ph>you update your computer's date and time<ph name="END_LINK">
</a></ph>. |
| 1183 </message> | 1183 </message> |
| 1184 </if> | 1184 </if> |
| 1185 | 1185 |
| 1186 <!-- OOBE --> |
| 1187 <if expr="chromeos"> |
| 1188 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates i
nstallation screen during OOBE"> |
| 1189 Please wait while Chrome installs the latest system updates. |
| 1190 </message> |
| 1191 <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: messag
e shown during checking for update stage."> |
| 1192 Chrome updates automatically so you always have the freshest version. |
| 1193 </message> |
| 1194 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin
g update stage."> |
| 1195 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
| 1196 </message> |
| 1197 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1198 Chrome OS terms |
| 1199 </message> |
| 1200 </if> |
| 1201 |
| 1186 </messages> | 1202 </messages> |
| 1187 </release> | 1203 </release> |
| 1188 </grit> | 1204 </grit> |
| OLD | NEW |