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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 </message> | 183 </message> |
184 <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."> | 184 <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."> |
185 Sign out | 185 Sign out |
186 </message> | 186 </message> |
187 <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."> | 187 <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."> |
188 Exit guest | 188 Exit guest |
189 </message> | 189 </message> |
190 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> | 190 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> |
191 Lock | 191 Lock |
192 </message> | 192 </message> |
| 193 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne
twork dialog header."> |
| 194 Network |
| 195 </message> |
| 196 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used
in the settings entry in the network dialog."> |
| 197 Network settings ... |
| 198 </message> |
| 199 <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."> |
| 200 Change proxy settings ... |
| 201 </message> |
| 202 <message name="IDS_ASH_STATUS_TRAY_AIRPLANE_MODE" desc="The label used in
the network dialog to turn on airplane mode."> |
| 203 Airplane mode |
| 204 </message> |
193 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> | 205 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> |
194 Restart to update | 206 Restart to update |
195 </message> | 207 </message> |
196 </messages> | 208 </messages> |
197 </release> | 209 </release> |
198 </grit> | 210 </grit> |
199 | 211 |
OLD | NEW |