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

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

Issue 5965003: Show warning text in the user settings page for non-owner users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 10 years 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
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 9467 matching lines...) Expand 10 before | Expand all | Expand 10 after
9478 </message> 9478 </message>
9479 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_EDIT_HINT" desc="In the Accou nts settings tab, the instruction text on an empty username edit."> 9479 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_EDIT_HINT" desc="In the Accou nts settings tab, the instruction text on an empty username edit.">
9480 Enter names or addresses. 9480 Enter names or addresses.
9481 </message> 9481 </message>
9482 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_FORMAT" desc="In the Accounts settings tab, the text format to create user name and owner tag."> 9482 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_FORMAT" desc="In the Accounts settings tab, the text format to create user name and owner tag.">
9483 <ph name="NAME">$1<ex>John Doe</ex></ph> - Owner 9483 <ph name="NAME">$1<ex>John Doe</ex></ph> - Owner
9484 </message> 9484 </message>
9485 <message name="IDS_OPTIONS_ACCOUNTS_ADD_USERS" desc="In the Accounts setti ngs tab, the label text above the user name edit box."> 9485 <message name="IDS_OPTIONS_ACCOUNTS_ADD_USERS" desc="In the Accounts setti ngs tab, the label text above the user name edit box.">
9486 Add users 9486 Add users
9487 </message> 9487 </message>
9488 <message name="IDS_OPTIONS_ACCOUNTS_OWNER_ONLY" desc="In the Accounts sett ings tab, the warning text noticing that only the owner can modify these setting s.">
9489 These settings may only be modified by the owner:
9490 </message>
9488 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In the Perso nal Stuff settings tab, the title text for Account section."> 9491 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In the Perso nal Stuff settings tab, the title text for Account section.">
9489 Account 9492 Account
9490 </message> 9493 </message>
9491 <message name="IDS_OPTIONS_ENABLE_SCREENLOCKER_CHECKBOX" desc="In the Pers onal Stuff settings tab, the text on the checkbox to enable screenlocker for cur rent user."> 9494 <message name="IDS_OPTIONS_ENABLE_SCREENLOCKER_CHECKBOX" desc="In the Pers onal Stuff settings tab, the text on the checkbox to enable screenlocker for cur rent user.">
9492 Require password to wake from sleep 9495 Require password to wake from sleep
9493 </message> 9496 </message>
9494 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_WIFI" desc="In settings I nternet options, the title for buy cellular data plan button."> 9497 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_WIFI" desc="In settings I nternet options, the title for buy cellular data plan button.">
9495 Wi-Fi 9498 Wi-Fi
9496 </message> 9499 </message>
9497 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_PLAN" desc="In settings I nternet options, the title for buy cellular data plan button."> 9500 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_PLAN" desc="In settings I nternet options, the title for buy cellular data plan button.">
(...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
11370 </includes> 11373 </includes>
11371 <structures fallback_to_english="true"> 11374 <structures fallback_to_english="true">
11372 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11375 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11373 </structure> 11376 </structure>
11374 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11377 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11375 </structure> 11378 </structure>
11376 </structures> 11379 </structures>
11377 11380
11378 </release> 11381 </release>
11379 </grit> 11382 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698