diff options
author | Jacek Antonelli | 2009-05-24 02:59:24 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-05-24 02:59:40 -0500 |
commit | b2627d927f1642bea84b92adfccd9403676e1341 (patch) | |
tree | 07f069e63cfa633b9bd0d07b4eecc229ef67f974 /linden/indra/newview/skins/default/xui/pt/ui_strings.xml | |
parent | Second Life viewer sources 1.23.1-RC (diff) | |
download | meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.zip meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.gz meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.bz2 meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.xz |
Second Life viewer sources 1.23.2-RC
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> | ||