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

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

Issue 2864793002: Text change on 'Browse as Guest' button (Closed)
Patch Set: Created 3 years, 7 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
« 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 10904 matching lines...) Expand 10 before | Expand all | Expand 10 after
10915 </if> 10915 </if>
10916 <message name="IDS_SCREEN_LOCK_SIGN_OUT"> 10916 <message name="IDS_SCREEN_LOCK_SIGN_OUT">
10917 Sign out 10917 Sign out
10918 </message> 10918 </message>
10919 </if> 10919 </if>
10920 <if expr="chromeos"> 10920 <if expr="chromeos">
10921 <message name="IDS_LAUNCH_APP_BUTTON" desc="Text shown on the button t hat launches kiosk app from Chrome OS login UI"> 10921 <message name="IDS_LAUNCH_APP_BUTTON" desc="Text shown on the button t hat launches kiosk app from Chrome OS login UI">
10922 Launch app 10922 Launch app
10923 </message> 10923 </message>
10924 </if> 10924 </if>
10925 <message name="IDS_GO_INCOGNITO_BUTTON" desc="Text shown on Chrome OS si gn-in screen button that launches guest session. Should be short."> 10925 <message name="IDS_GO_INCOGNITO_BUTTON" desc="Text shown on Chrome OS si gn-in screen button that launches guest session. Should be short.">
msarda 2017/05/09 11:15:55 While you are here, please also change the name of
10926 Browse as Guest 10926 Browse as guest
10927 </message> 10927 </message>
10928 <message name="IDS_MORE_OPTIONS_BUTTON" desc="Text read but not shown on the [...] button on login screen"> 10928 <message name="IDS_MORE_OPTIONS_BUTTON" desc="Text read but not shown on the [...] button on login screen">
10929 More Options 10929 More Options
10930 </message> 10930 </message>
10931 <message name="IDS_SCREEN_LOCK_ACTIVE_USER"> 10931 <message name="IDS_SCREEN_LOCK_ACTIVE_USER">
10932 Currently signed in 10932 Currently signed in
10933 </message> 10933 </message>
10934 <if expr="chromeos"> 10934 <if expr="chromeos">
10935 <message name="IDS_PIN_KEYBOARD_HINT_TEXT_PIN" desc="Text to display i n the pin field for user pod when no pin has been entered."> 10935 <message name="IDS_PIN_KEYBOARD_HINT_TEXT_PIN" desc="Text to display i n the pin field for user pod when no pin has been entered.">
10936 PIN 10936 PIN
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
12328 Your downloads appear here 12328 Your downloads appear here
12329 </message> 12329 </message>
12330 12330
12331 <!-- Automation info bar --> 12331 <!-- Automation info bar -->
12332 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12332 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12333 Chrome is being controlled by automated test software. 12333 Chrome is being controlled by automated test software.
12334 </message> 12334 </message>
12335 </messages> 12335 </messages>
12336 </release> 12336 </release>
12337 </grit> 12337 </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