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

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

Issue 399056: Merge 32073 - Update "Bookmark Sync" string in options dialog.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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 | no next file » | 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 5475 matching lines...) Expand 10 before | Expand all | Expand 10 after
5486 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_BUTTON_LABEL" desc="The lab el of the 'Show Me' button on the omnibox search hint infobar."> 5486 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_BUTTON_LABEL" desc="The lab el of the 'Show Me' button on the omnibox search hint infobar.">
5487 Show Me 5487 Show Me
5488 </message> 5488 </message>
5489 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar."> 5489 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar.">
5490 Type your search query here 5490 Type your search query here
5491 </message> 5491 </message>
5492 5492
5493 <!-- Sync strings --> 5493 <!-- Sync strings -->
5494 5494
5495 <!-- Sync options dialog strings --> 5495 <!-- Sync options dialog strings -->
5496 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync gro up in the options dialog."> 5496 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
5497 Bookmark Sync: 5497 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
5498 </message> 5498 Bookmark sync:
5499 </message>
5500 </if>
5501 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
5502 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and with out trailing colon: The name of the sync group in the options dialog.">
5503 Bookmark Sync
5504 </message>
5505 </if>
5499 <message name="IDS_SYNC_NOT_SET_UP_INFO" desc="The message that appears in the options dialog when sync has not been set up by the user."> 5506 <message name="IDS_SYNC_NOT_SET_UP_INFO" desc="The message that appears in the options dialog when sync has not been set up by the user.">
5500 You are not set up to sync your bookmarks with your other computers. 5507 You are not set up to sync your bookmarks with your other computers.
5501 </message> 5508 </message>
5502 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that appe ars on the sync button in the options dialog when sync has not been set up by th e user."> 5509 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that appe ars on the sync button in the options dialog when sync has not been set up by th e user.">
5503 Synchronize my bookmarks... 5510 Synchronize my bookmarks...
5504 </message> 5511 </message>
5505 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup."> 5512 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup.">
5506 An error occurred while trying to set up sync. 5513 An error occurred while trying to set up sync.
5507 </message> 5514 </message>
5508 <message name="IDS_SYNC_ACCOUNT_SYNCED_TO_USER_WITH_TIME" desc="The messag e that appears in the options dialog indicating that account is synced to a user with the given email address. The last sync also appears in the message."> 5515 <message name="IDS_SYNC_ACCOUNT_SYNCED_TO_USER_WITH_TIME" desc="The messag e that appears in the options dialog indicating that account is synced to a user with the given email address. The last sync also appears in the message.">
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
6116 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 6123 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
6117 Battery is charged 6124 Battery is charged
6118 </message> 6125 </message>
6119 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 6126 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
6120 Toggle Compact Navigation Bar 6127 Toggle Compact Navigation Bar
6121 </message> 6128 </message>
6122 </if> 6129 </if>
6123 </messages> 6130 </messages>
6124 </release> 6131 </release>
6125 </grit> 6132 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698