| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
| 4 be available for now. --> | 4 be available for now. --> |
| 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/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 </message> | 1255 </message> |
| 1256 <message name="IDS_SSL_CLOCK_ERROR_EXPLANATION" desc="Body text for the
explanation shown for when the computer's clock is wrong."> | 1256 <message name="IDS_SSL_CLOCK_ERROR_EXPLANATION" desc="Body text for the
explanation shown for when the computer's clock is wrong."> |
| 1257 To establish a secure network connection, your computer needs a correct
clock. This is because the certificates websites use to identify themselves when
establishing a secure connection are only valid for a specific time period. Sin
ce your computer's clock is wrong, Chromium cannot properly check certificates. | 1257 To establish a secure network connection, your computer needs a correct
clock. This is because the certificates websites use to identify themselves when
establishing a secure connection are only valid for a specific time period. Sin
ce your computer's clock is wrong, Chromium cannot properly check certificates. |
| 1258 </message> | 1258 </message> |
| 1259 </if> | 1259 </if> |
| 1260 | 1260 |
| 1261 <message name="IDS_SSL_NONOVERRIDABLE_MORE_INVALID_SP3" desc="Body text fo
r the explanation shown if the user clicks on the details windows, the certifica
te is invalid and the user has an old version of Windows (before WINDOWS XP SP3)
running."> | 1261 <message name="IDS_SSL_NONOVERRIDABLE_MORE_INVALID_SP3" desc="Body text fo
r the explanation shown if the user clicks on the details windows, the certifica
te is invalid and the user has an old version of Windows (before WINDOWS XP SP3)
running."> |
| 1262 Your computer is running an old version of Microsoft Windows that cannot p
rocess this website's security certificate. Because of this problem, Chromium ca
n't tell whether the certificate came from <ph name="SITE">$1<ex>google.com</ex>
</ph> or from someone on your network pretending to be <ph name="SITE">$1<ex>goo
gle.com</ex></ph>. Please update your computer to a more recent version of Windo
ws. | 1262 Your computer is running an old version of Microsoft Windows that cannot p
rocess this website's security certificate. Because of this problem, Chromium ca
n't tell whether the certificate came from <ph name="SITE">$1<ex>google.com</ex>
</ph> or from someone on your network pretending to be <ph name="SITE">$1<ex>goo
gle.com</ex></ph>. Please update your computer to a more recent version of Windo
ws. |
| 1263 </message> | 1263 </message> |
| 1264 | 1264 |
| 1265 <!-- Offline interstitial --> |
| 1266 <if expr="not is_android and not is_ios"> |
| 1267 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summa
ry of the error page when the network connection failed. May be followed by plat
form dependent instructions."> |
| 1268 Chromium can’t display the webpage because your computer isn’t connected
to the Internet. |
| 1269 </message> |
| 1270 </if> |
| 1271 |
| 1265 <!-- OOBE --> | 1272 <!-- OOBE --> |
| 1266 <if expr="chromeos"> | 1273 <if expr="chromeos"> |
| 1267 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates i
nstallation screen during OOBE"> | 1274 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates i
nstallation screen during OOBE"> |
| 1268 Please wait while Chromium installs the latest system updates. | 1275 Please wait while Chromium installs the latest system updates. |
| 1269 </message> | 1276 </message> |
| 1270 <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: messag
e shown during checking for update stage."> | 1277 <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: messag
e shown during checking for update stage."> |
| 1271 Chromium updates automatically so you always have the freshest version
. | 1278 Chromium updates automatically so you always have the freshest version
. |
| 1272 </message> | 1279 </message> |
| 1273 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin
g update stage."> | 1280 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin
g update stage."> |
| 1274 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1281 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
| 1275 </message> | 1282 </message> |
| 1276 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1277 Chromium OS terms | 1284 Chromium OS terms |
| 1278 </message> | 1285 </message> |
| 1279 </if> | 1286 </if> |
| 1280 | 1287 |
| 1281 </messages> | 1288 </messages> |
| 1282 </release> | 1289 </release> |
| 1283 </grit> | 1290 </grit> |
| OLD | NEW |