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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 Chromium OS | 228 Chromium OS |
229 </message> | 229 </message> |
230 </if> | 230 </if> |
231 <if expr="is_win"> | 231 <if expr="is_win"> |
232 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> | 232 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> |
233 Chromium Frame | 233 Chromium Frame |
234 </message> | 234 </message> |
235 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launc
her application name"> | 235 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launc
her application name"> |
236 Chromium App Launcher | 236 Chromium App Launcher |
237 </message> | 237 </message> |
238 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_TO_LAUNCH_APPS" | 238 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_FOR_APP_LIST" |
239 desc="Infobar message to restart chrome in desktop mode to laun
ch Chrome Apps. Aplies to Windows 8 only"> | 239 desc="Infobar message to restart chrome in desktop mode to disp
lay the App Launcher. Aplies to Windows 8 only"> |
240 You need to switch Chromium to desktop mode to use the App Launcher. | 240 You need to switch Chromium to desktop mode to use the App Launcher. |
241 </message> | 241 </message> |
| 242 <message name="IDS_WIN8_INFOBAR_DESKTOP_RESTART_FOR_PACKAGED_APP" |
| 243 desc="Infobar message to restart chrome in desktop mode to laun
ch a Chrome Packaged App. Aplies to Windows 8 only"> |
| 244 You need to switch Chromium to desktop mode to use Apps. |
| 245 </message> |
242 <message name="IDS_PRODUCT_BINARIES_NAME" desc="The Chrome Binaries appl
ication name"> | 246 <message name="IDS_PRODUCT_BINARIES_NAME" desc="The Chrome Binaries appl
ication name"> |
243 Chromium Binaries | 247 Chromium Binaries |
244 </message> | 248 </message> |
245 <message name="IDS_VERSIONMISMATCH_HEADER"> | 249 <message name="IDS_VERSIONMISMATCH_HEADER"> |
246 Chromium Frame Update. | 250 Chromium Frame Update. |
247 </message> | 251 </message> |
248 <message name="IDS_VERSIONMISMATCH"> | 252 <message name="IDS_VERSIONMISMATCH"> |
249 Chromium Frame has been updated. Please relaunch your browser. Chromiu
m version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <
ph name="TODO_0002">%ls<ex>TODO</ex></ph> | 253 Chromium Frame has been updated. Please relaunch your browser. Chromiu
m version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <
ph name="TODO_0002">%ls<ex>TODO</ex></ph> |
250 </message> | 254 </message> |
251 <message name="IDS_VERSIONUNKNOWN"> | 255 <message name="IDS_VERSIONUNKNOWN"> |
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 | 971 |
968 <!-- Chrome OS OOBE Terms of Service screen--> | 972 <!-- Chrome OS OOBE Terms of Service screen--> |
969 <if expr="pp_ifdef('chromeos')"> | 973 <if expr="pp_ifdef('chromeos')"> |
970 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 974 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
971 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Chromium OS Terms. | 975 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Chromium OS Terms. |
972 </message> | 976 </message> |
973 </if> | 977 </if> |
974 </messages> | 978 </messages> |
975 </release> | 979 </release> |
976 </grit> | 980 </grit> |
OLD | NEW |