mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
|
<resources>
|
|
<string-array name="pref_plugins_entries">
|
|
<item>@string/pref_plugins_enabled</item>
|
|
<item>@string/pref_plugins_tap_to_play</item>
|
|
<item>@string/pref_plugins_disabled</item>
|
|
</string-array>
|
|
<string-array name="pref_plugins_values">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>0</item>
|
|
</string-array>
|
|
<string-array name="pref_font_size_entries">
|
|
<item>@string/pref_font_size_tiny</item>
|
|
<item>@string/pref_font_size_small</item>
|
|
<item>@string/pref_font_size_medium</item>
|
|
<item>@string/pref_font_size_large</item>
|
|
<item>@string/pref_font_size_xlarge</item>
|
|
</string-array>
|
|
<string-array name="pref_font_size_values">
|
|
<item>0</item>
|
|
<item>80</item>
|
|
<item>120</item>
|
|
<item>160</item>
|
|
<item>240</item>
|
|
</string-array>
|
|
<string-array name="pref_char_encoding_entries">
|
|
<item>@string/pref_char_encoding_on</item>
|
|
<item>@string/pref_char_encoding_off</item>
|
|
</string-array>
|
|
<string-array name="pref_char_encoding_values">
|
|
<item>true</item>
|
|
<item>false</item>
|
|
</string-array>
|
|
</resources>
|