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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1388 </message> | 1388 </message> |
1389 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" | 1389 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_CHROMEOS" |
1390 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Windows Chrome OS mode while packaged apps are running, which
will require all packaged apps to be closed and then restarted. Dialog is shown
with choices: OK, Cancel."> | 1390 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Windows Chrome OS mode while packaged apps are running, which
will require all packaged apps to be closed and then restarted. Dialog is shown
with choices: OK, Cancel."> |
1391 Relaunching in Chromium immersive mode will close and relaunch your Ch
romium apps. | 1391 Relaunching in Chromium immersive mode will close and relaunch your Ch
romium apps. |
1392 </message> | 1392 </message> |
1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1393 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1394 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> | 1394 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> |
1395 Relaunching in Desktop mode will close and relaunch your Chromium apps
. | 1395 Relaunching in Desktop mode will close and relaunch your Chromium apps
. |
1396 </message> | 1396 </message> |
1397 </if> | 1397 </if> |
| 1398 <message name="IDS_SAVE_PASSWORD_TITLE" desc="The title of the save passwo
rd bubble when a password can be saved."> |
| 1399 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></
ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>? |
| 1400 </message> |
1398 | 1401 |
1399 </messages> | 1402 </messages> |
1400 </release> | 1403 </release> |
1401 </grit> | 1404 </grit> |
OLD | NEW |