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="chromium_strings.h" type="rc_header"> | 9 <output filename="chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> | 249 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> |
250 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. | 250 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. |
251 </message> | 251 </message> |
252 <!-- Options Dialog --> | 252 <!-- Options Dialog --> |
253 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> | 253 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> |
254 Chromium may use web services to improve your browsing experience - you
may optionally disable these services. | 254 Chromium may use web services to improve your browsing experience - you
may optionally disable these services. |
255 </message> | 255 </message> |
256 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import
ing progress dialog when importing a bookmarks.html file from the bookmark manag
er"> | 256 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import
ing progress dialog when importing a bookmarks.html file from the bookmark manag
er"> |
257 Chromium is now importing Favorites/Bookmarks. | 257 Chromium is now importing Favorites/Bookmarks. |
258 </message> | 258 </message> |
| 259 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt
op shortcut to start the application in a specific profile."> |
| 260 Chromium for <ph name="profile_name">$1</ph> |
| 261 </message> |
259 </messages> | 262 </messages> |
260 </release> | 263 </release> |
261 </grit> | 264 </grit> |
OLD | NEW |