Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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_BROWSE_AS_GUEST_BUTTON" desc="Text shown on Chrome OS sign-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/06/14 07:50:48
I think it is better to use IDS_BROWSE_AS_GUEST_BU
| |
| 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 Loading... | |
| 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> |
| OLD | NEW |