Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 551034: Simplify the gtk AutoFill dialog and bring it more in line with the mocks.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4551 matching lines...) Expand 10 before | Expand all | Expand 10 after
4562 </message> 4562 </message>
4563 <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog."> 4563 <message name="IDS_AUTOFILL_DIALOG_TITLE" desc="The title of the AutoFill dialog.">
4564 AutoFill Profiles 4564 AutoFill Profiles
4565 </message> 4565 </message>
4566 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Ad dresses group of the AutoFill dialog."> 4566 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Ad dresses group of the AutoFill dialog.">
4567 Addresses 4567 Addresses
4568 </message> 4568 </message>
4569 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="The name of the Credit Cards group of the AutoFill dialog."> 4569 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="The name of the Credit Cards group of the AutoFill dialog.">
4570 Credit Cards 4570 Credit Cards
4571 </message> 4571 </message>
4572 <message name="IDS_AUTOFILL_ADD_BUTTON" desc="The label of the button that adds a new AutoFill profile."> 4572 <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the but ton that adds a new AutoFill address.">
4573 Add... 4573 Add an address
4574 </message> 4574 </message>
4575 <message name="IDS_AUTOFILL_EDIT_BUTTON" desc="The label of the button tha t edits an AutoFill profile."> 4575 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of the button that adds a new AutoFill credit card.">
4576 Edit... 4576 Add a credit card
4577 </message> 4577 </message>
4578 <message name="IDS_AUTOFILL_REMOVE_BUTTON" desc="The label of the button t hat removes an AutoFill profile."> 4578 <message name="IDS_AUTOFILL_DELETE_BUTTON" desc="The label of the button t hat deletes an AutoFill profile.">
4579 Remove 4579 Delete
4580 </message>
4581 <message name="IDS_AUTOFILL_NEW_ADDRESS" desc="The profile label of a new address.">
4582 New address
4583 </message>
4584 <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a n ew credit card.">
4585 New credit card
4580 </message> 4586 </message>
4581 4587
4582 <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group" > 4588 <message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group" >
4583 Themes: 4589 Themes:
4584 </message> 4590 </message>
4585 <if expr="os == 'linux2'"> 4591 <if expr="os == 'linux2'">
4586 <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case and withou t trailing colon: The title of the themes group"> 4592 <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case and withou t trailing colon: The title of the themes group">
4587 Appearance 4593 Appearance
4588 </message> 4594 </message>
4589 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme."> 4595 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme.">
(...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after
6444 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 6450 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
6445 Toggle Compact Navigation Bar 6451 Toggle Compact Navigation Bar
6446 </message> 6452 </message>
6447 </if> 6453 </if>
6448 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6454 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6449 Import bookmarks now... 6455 Import bookmarks now...
6450 </message> 6456 </message>
6451 </messages> 6457 </messages>
6452 </release> 6458 </release>
6453 </grit> 6459 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698