| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. --> | 4 each locale. --> |
| 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/generated_resources.h" type="rc_header"> | 9 <output filename="grit/generated_resources.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 3240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3251 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS" desc="Warning d
isplayed in body of extension dialog when the extension requires access to all h
osts."> | 3251 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS" desc="Warning d
isplayed in body of extension dialog when the extension requires access to all h
osts."> |
| 3252 This extension will have access to your private data on all websites. | 3252 This extension will have access to your private data on all websites. |
| 3253 </message> | 3253 </message> |
| 3254 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS_AND_BROWSER" des
c="Warning displayed in body of extension dialog when the extension requires acc
ess to all hosts and browser APIs."> | 3254 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_ALL_HOSTS_AND_BROWSER" des
c="Warning displayed in body of extension dialog when the extension requires acc
ess to all hosts and browser APIs."> |
| 3255 This extension will have access to your browsing history and private dat
a on all websites. | 3255 This extension will have access to your browsing history and private dat
a on all websites. |
| 3256 </message> | 3256 </message> |
| 3257 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_FULL_ACCESS" desc="Warning
displayed in body of extension dialog when the extension requires access the lo
cal machine."> | 3257 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_FULL_ACCESS" desc="Warning
displayed in body of extension dialog when the extension requires access the lo
cal machine."> |
| 3258 This extension will have full access to your computer and private data. | 3258 This extension will have full access to your computer and private data. |
| 3259 </message> | 3259 </message> |
| 3260 | 3260 |
| 3261 <!-- Extension error messages --> |
| 3262 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed
in pack dialog when the extension directory does not exist."> |
| 3263 Input directory must exist. |
| 3264 </message> |
| 3265 <message name="IDS_EXTENSION_PRIVATE_KEY_INVALID_PATH" desc="Warning displ
ayed in pack dialog when the private key must be a valid path."> |
| 3266 Input value for private key must be a valid path. |
| 3267 </message> |
| 3268 <message name="IDS_EXTENSION_PRIVATE_KEY_EXISTS" desc="Warning displayed i
n pack dialog when the private key for the extension already exists."> |
| 3269 A private key for specified extension already exists. Reuse that key or
delete it first. |
| 3270 </message> |
| 3271 <message name="IDS_EXTENSION_PRIVATE_KEY_NO_EXISTS" desc="Warning displaye
d in pack dialog when the private key for the extension does not exist."> |
| 3272 Input value for private key must exist. |
| 3273 </message> |
| 3274 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_READ" desc="Warning dis
played in pack dialog when was not possible to read the private key of the exten
sion."> |
| 3275 Failed to read private key. |
| 3276 </message> |
| 3277 <message name="IDS_EXTENSION_PRIVATE_KEY_INVALID" desc="Warning displayed
in pack dialog when the private key of extensions is invalid."> |
| 3278 Invalid private key. |
| 3279 </message> |
| 3280 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_GENERATE" desc="Warning
displayed in pack dialog when generating a random RSA private key failed."> |
| 3281 Yikes! Failed to generate random RSA private key. |
| 3282 </message> |
| 3283 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_EXPORT" desc="Warning d
isplayed in pack dialog when exporting a private key failed."> |
| 3284 Failed to export private key. |
| 3285 </message> |
| 3286 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_OUTPUT" desc="Warning d
isplayed in pack dialog when outputing a private key failed."> |
| 3287 Failed to output private key. |
| 3288 </message> |
| 3289 <message name="IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_WRITE" desc="Warning di
splayed in pack dialog when writting a private key failed."> |
| 3290 Failed to write private key. |
| 3291 </message> |
| 3292 <message name="IDS_EXTENSION_FAILED_DURING_PACKAGING" desc="Warning displa
yed in pack dialog when was not possible to create a zip file."> |
| 3293 Failed to create temporary zip file during packaging. |
| 3294 </message> |
| 3295 <message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed
in pack dialog when occurred an error while signing an extension."> |
| 3296 Error while signing extension. |
| 3297 </message> |
| 3298 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di
splayed in pack dialog when exporting a public key failed."> |
| 3299 Failed to export public key. |
| 3300 </message> |
| 3301 |
| 3261 <!-- Extension installed bubble --> | 3302 <!-- Extension installed bubble --> |
| 3262 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co
ntent area of the extension installed bubble. Instructs that the extension was i
nstalled."> | 3303 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co
ntent area of the extension installed bubble. Instructs that the extension was i
nstalled."> |
| 3263 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed
. | 3304 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed
. |
| 3264 </message> | 3305 </message> |
| 3265 | 3306 |
| 3266 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa
yed in the InfoBubble which explains that the UI of this extension is a Page Act
ion icon which may appear for some pages."> | 3307 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa
yed in the InfoBubble which explains that the UI of this extension is a Page Act
ion icon which may appear for some pages."> |
| 3267 This icon will be visible when the extension can act on the current page
. | 3308 This icon will be visible when the extension can act on the current page
. |
| 3268 </message> | 3309 </message> |
| 3269 | 3310 |
| 3270 <message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' tex
t in the context menu for when right-clicking on extension icons"> | 3311 <message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' tex
t in the context menu for when right-clicking on extension icons"> |
| (...skipping 3677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6948 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t
he notification panel."> | 6989 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t
he notification panel."> |
| 6949 Notifications | 6990 Notifications |
| 6950 </message> | 6991 </message> |
| 6951 </if> | 6992 </if> |
| 6952 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing
"> | 6993 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing
"> |
| 6953 Import bookmarks now... | 6994 Import bookmarks now... |
| 6954 </message> | 6995 </message> |
| 6955 </messages> | 6996 </messages> |
| 6956 </release> | 6997 </release> |
| 6957 </grit> | 6998 </grit> |
| OLD | NEW |