Imported existing code

This commit is contained in:
Hazim Gazov
2010-04-02 02:48:44 -03:00
parent 48fbc5ae91
commit 7a86d01598
13996 changed files with 2468699 additions and 0 deletions

View File

@@ -0,0 +1,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&apos;t belong in a floater and don&apos;t
belong to SL-specific dialogs.
For example, the menu accelerators cmd, opt, shift, etc -->
<strings>
<string name="accel-mac-control">
Strg-
</string>
<string name="accel-mac-command">
Cmd-
</string>
<string name="accel-mac-option">
Opt-
</string>
<string name="accel-mac-shift">
Umschalt-
</string>
<string name="accel-win-control">
Strg-
</string>
<string name="accel-win-alt">
Alt-
</string>
<string name="accel-win-shift">
Umschalt-
</string>
</strings>