blob: 6337ecd88fec23ad5052399face5bcad5271d090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- This file contains strings that used to be hardcoded in the UI source.
It is only for those strings which don't belong in a floater and don't
belong to SL-specific dialogs.
For example, the menu accelerators cmd, opt, shift, etc -->
<strings>
<string name="accel-mac-control">
Ctrl-
</string>
<string name="accel-mac-command">
Cmd-
</string>
<string name="accel-mac-option">
Opt-
</string>
<string name="accel-mac-shift">
Shift-
</string>
<string name="accel-win-control">
Ctrl-
</string>
<string name="accel-win-alt">
Alt-
</string>
<string name="accel-win-shift">
Shift-
</string>
</strings>
|