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 the strings for ash. | 4 This file contains the strings for ash. |
5 --> | 5 --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
132 </message> | 132 </message> |
133 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> | 133 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> |
134 Sign out | 134 Sign out |
135 </message> | 135 </message> |
136 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th e button in the status tray to terminate a guest session."> | 136 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th e button in the status tray to terminate a guest session."> |
137 Exit guest | 137 Exit guest |
138 </message> | 138 </message> |
139 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt on in the status tray to lock the screen."> | 139 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt on in the status tray to lock the screen."> |
140 Lock | 140 Lock |
141 </message> | 141 </message> |
142 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne twork dialog header."> | |
143 Network | |
144 </message> | |
145 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> | |
146 Network settings ... | |
147 </message> | |
148 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen."> | |
Nikita (slow)
2012/03/13 15:36:33
Could we use existing IDS_STATUSBAR_NETWORK_OPEN_P
sadrul
2012/03/13 15:48:39
Unfortunately, we are unable to use strings inside
| |
149 Change proxy settings ... | |
150 </message> | |
151 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in the network dialog to turn on airplane mode."> | |
152 Airplane mode | |
153 </message> | |
142 </messages> | 154 </messages> |
143 </release> | 155 </release> |
144 </grit> | 156 </grit> |
145 | 157 |
OLD | NEW |