OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
4 | 4 |
5 FAQ: | 5 FAQ: |
6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
7 Just update this file. | 7 Just update this file. |
8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
10 make the description good. | 10 make the description good. |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
492 </message> | 492 </message> |
493 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_WEEK" desc="The option to de lete browsing data from the past week. This is the direct object of the sentence 'Clear data from the past week'."> | 493 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_WEEK" desc="The option to de lete browsing data from the past week. This is the direct object of the sentence 'Clear data from the past week'."> |
494 past week | 494 past week |
495 </message> | 495 </message> |
496 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_FOUR_WEEKS" desc="The option to delete browsing data from the last 4 weeks. This is the direct object of the sentence 'Clear data from the last 4 weeks'."> | 496 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_FOUR_WEEKS" desc="The option to delete browsing data from the last 4 weeks. This is the direct object of the sentence 'Clear data from the last 4 weeks'."> |
497 last 4 weeks | 497 last 4 weeks |
498 </message> | 498 </message> |
499 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing data from the beginning of time. This is the direct object o f the sentence 'Clear data from the beginning of time'."> | 499 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing data from the beginning of time. This is the direct object o f the sentence 'Clear data from the beginning of time'."> |
500 beginning of time | 500 beginning of time |
501 </message> | 501 </message> |
502 <message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_TEXT" desc="The te xt of the dialog presenting the user with 'important' sites that they can exclud e from clearing."> | |
503 This will clear cookies and cache for all sites, including: | |
504 </message> | |
502 | 505 |
503 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference"> | 506 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference"> |
504 Usage and crash reports | 507 Usage and crash reports |
505 </message> | 508 </message> |
506 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference"> | 509 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference"> |
507 Automatically send usage statistics and crash reports to Google | 510 Automatically send usage statistics and crash reports to Google |
508 </message> | 511 </message> |
509 | 512 |
510 <!-- Accessibility preferences --> | 513 <!-- Accessibility preferences --> |
511 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]"> | 514 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]"> |
(...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2258 Navigation is blocked: <ph name="URL">%1$s<ex>intent://abcd</ex></ph> | 2261 Navigation is blocked: <ph name="URL">%1$s<ex>intent://abcd</ex></ph> |
2259 </message> | 2262 </message> |
2260 <message name="IDS_UNREACHABLE_NAVIGATION_WARNING" desc="Warning message a dded to dev tools console when navigation to a given URL is unreachable."> | 2263 <message name="IDS_UNREACHABLE_NAVIGATION_WARNING" desc="Warning message a dded to dev tools console when navigation to a given URL is unreachable."> |
2261 Navigation is unreachable: <ph name="URL">%1$s<ex>intent://abcd</ex></ph > | 2264 Navigation is unreachable: <ph name="URL">%1$s<ex>intent://abcd</ex></ph > |
2262 </message> | 2265 </message> |
2263 | 2266 |
2264 <message name="IDS_CLOSE_TAB" desc="Context menu option that allows the us er to close the selected tab."> | 2267 <message name="IDS_CLOSE_TAB" desc="Context menu option that allows the us er to close the selected tab."> |
2265 Close tab | 2268 Close tab |
2266 </message> | 2269 </message> |
2267 | 2270 |
2271 <!-- Storage Preference UI strings for clearing storage. --> | |
2272 <message name="IDS_STORAGE_MANAGEMENT_ACTIVITY_LABEL" desc="Title for Chro me's Manage Space Activity."> | |
2273 Google <ph name="APP_NAME">%1$s<ex>Chrome</ex></ph> storage | |
2274 </message> | |
2275 <message name="IDS_STORAGE_CLEAR_SITE_STORAGE_TITLE" desc="Title of clear storage dialogs used in a couple different places to confirm clearing site stora ge data. [CHAR-LIMIT=24]"> | |
2276 Clear site storage? | |
2277 </message> | |
2278 <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_DESCRIPTIVE_TE XT" desc="Text to describe the data stored by unimportant or infrequent sites."> | |
2279 Site storage Chrome doesn't think is important (e.g. sites with no saved settings or that you don't visit often) | |
2280 </message> | |
2281 <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_SIZE_LABEL" de sc="Label for the data usage of site data for unimportant sites (followed by a n umber of megabytes). [CHAR-LIMIT=30]"> | |
2282 Unimportant storage | |
2283 </message> | |
2284 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_SITE_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]"> | |
2285 Free up space | |
2286 </message> | |
2287 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TEXT" desc= "Text of the clear unimportant site data dialog in the storage UI."> | |
2288 This will clear cookies, cache, and other data of sites Chrome doesn't t hink is important. | |
2289 </message> | |
2290 <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_DESCRIPTIVE_TEXT" desc="Te xt to describe the data stored on the phone by websites."> | |
Theresa
2016/05/13 06:02:30
s/phone/device
dmurph
2016/05/13 23:46:24
Done.
| |
2291 All site storage, including cookies and other locally stored data | |
2292 </message> | |
2293 <message name="IDS_STORAGE_MANAGEMENT_COMPUTING_SIZE" desc="String shown i n place of the data usage while it's being calculated. [CHAR-LIMIT=30]"> | |
2294 Computing... | |
2295 </message> | |
2296 <message name="IDS_STORAGE_MANAGEMENT_STARTUP_FAILURE" desc="String shown in place of the data usage when starting the chrome native process failed. [CHAR -LIMIT=30]"> | |
2297 Unknown | |
2298 </message> | |
2299 <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_SIZE_LABEL" desc="Label fo r the data usage of site data (followed by a number of megabytes). [CHAR-LIMIT=3 0]"> | |
2300 Site storage | |
2301 </message> | |
2302 <message name="IDS_STORAGE_MANAGEMENT_MANAGE_SITE_DATA_BUTTON" desc="Text on the button allowing users to manage the space used by websites. [CHAR LIMIT=3 0]"> | |
2303 Manage | |
2304 </message> | |
2305 <message name="IDS_STORAGE_MANAGEMENT_ALL_STORAGE_DESCRIPTIVE_TEXT" desc=" Text used to describe all storage space used by Chrome."> | |
2306 Total data used by Chrome, including accounts, bookmarks, and saved sett ings | |
2307 </message> | |
2308 <message name="IDS_STORAGE_MANAGEMENT_TOTAL_SIZE_LABEL" desc="The total am ount of storage space used (followed by a number of megabytes). [CHAR LIMIT=25]" > | |
2309 Total Storage | |
2310 </message> | |
2311 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_ALL_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]"> | |
2312 Clear All Data | |
2313 </message> | |
2314 <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TITLE" desc="Title of the reset app dialog in the storage UI used to reset the app. [CHAR-LIMIT=24] "> | |
2315 Delete app data? | |
Theresa
2016/05/13 06:02:30
Some languages will probably have a hard time tran
dmurph
2016/05/13 23:46:24
Yeah, as the title. Removed limit as per other tit
| |
2316 </message> | |
2317 <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI."> | |
2318 All Chrome's app data will be deleted permanently. This includes all fil es, settings, accounts, databases, etc. | |
2319 </message> | |
2320 | |
2321 <message name="IDS_STORAGE_CLEAR_BUTTON_TITLE" desc="Title of a button in the storage UI used to clear all storage data. [CHAR-LIMIT=24]"> | |
2322 Clear All | |
2323 </message> | |
2324 <message name="IDS_STORAGE_CLEAR_DIALOG_TEXT" desc="Text of the clear stor age dialog which give the user a choice to reset the app or delete site storage data."> | |
2325 This will clear all <ph name="SIZE_IN_KB">%1$s<ex>101kb</ex></ph> of web site storage. | |
2326 </message> | |
2327 <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc="Text o f the button that will clear website storage."> | |
2328 Clear | |
2329 </message> | |
2330 | |
2268 <!-- Client certificate selection failure strings. --> | 2331 <!-- Client certificate selection failure strings. --> |
2269 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion"> | 2332 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion"> |
2270 Unable to select certificate. | 2333 Unable to select certificate. |
2271 </message> | 2334 </message> |
2272 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection"> | 2335 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection"> |
2273 Client side certificate selection is not supported by the operating syst em. | 2336 Client side certificate selection is not supported by the operating syst em. |
2274 </message> | 2337 </message> |
2275 | 2338 |
2276 <!-- Physical Web strings --> | 2339 <!-- Physical Web strings --> |
2277 <message name="IDS_PHYSICAL_WEB_PREF_TITLE" desc="Title for Physical Web p reference."> | 2340 <message name="IDS_PHYSICAL_WEB_PREF_TITLE" desc="Title for Physical Web p reference."> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2387 <!-- Migration strings --> | 2450 <!-- Migration strings --> |
2388 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> | 2451 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> |
2389 Quickly switch tabs | 2452 Quickly switch tabs |
2390 </message> | 2453 </message> |
2391 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> | 2454 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> |
2392 Tap this button for quick access to your tabs. | 2455 Tap this button for quick access to your tabs. |
2393 </message> | 2456 </message> |
2394 </messages> | 2457 </messages> |
2395 </release> | 2458 </release> |
2396 </grit> | 2459 </grit> |
OLD | NEW |