diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/pt/ui_strings.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/pt/ui_strings.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/pt/ui_strings.xml b/linden/indra/newview/skins/default/xui/pt/ui_strings.xml new file mode 100644 index 0000000..6337ecd --- /dev/null +++ b/linden/indra/newview/skins/default/xui/pt/ui_strings.xml | |||
@@ -0,0 +1,28 @@ | |||
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 | <string name="accel-mac-control"> | ||
8 | Ctrl- | ||
9 | </string> | ||
10 | <string name="accel-mac-command"> | ||
11 | Cmd- | ||
12 | </string> | ||
13 | <string name="accel-mac-option"> | ||
14 | Opt- | ||
15 | </string> | ||
16 | <string name="accel-mac-shift"> | ||
17 | Shift- | ||
18 | </string> | ||
19 | <string name="accel-win-control"> | ||
20 | Ctrl- | ||
21 | </string> | ||
22 | <string name="accel-win-alt"> | ||
23 | Alt- | ||
24 | </string> | ||
25 | <string name="accel-win-shift"> | ||
26 | Shift- | ||
27 | </string> | ||
28 | </strings> | ||