diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/ui_strings.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/ui_strings.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/ui_strings.xml b/linden/indra/newview/skins/default/xui/en-us/ui_strings.xml new file mode 100644 index 0000000..40e01d3 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/ui_strings.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <!-- This file contains strings that used to be hardcoded in the UI source. | ||
3 | It is only for those strings which don't belong in a floater and don't | ||
4 | belong to SL-specific dialogs. | ||
5 | For example, the menu accelerators cmd, opt, shift, etc --> | ||
6 | <strings> | ||
7 | |||
8 | <!-- menu accelerators --> | ||
9 | <string name="accel-mac-control">Ctrl-</string> | ||
10 | <string name="accel-mac-command">Cmd-</string> | ||
11 | <string name="accel-mac-option">Opt-</string> | ||
12 | <string name="accel-mac-shift">Shift-</string> | ||
13 | <string name="accel-win-control">Ctrl-</string> | ||
14 | <string name="accel-win-alt">Alt-</string> | ||
15 | <string name="accel-win-shift">Shift-</string> | ||
16 | |||
17 | </strings> | ||