2011-10-15 13:11:11 -04:00
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<string-array name="p_theme_names">
|
2011-10-15 14:11:59 -04:00
|
|
|
<item>@string/p_default_theme</item>
|
|
|
|
<item>@string/p_violet_theme</item>
|
|
|
|
<item>@string/p_light_blue_theme</item>
|
2011-10-15 13:11:11 -04:00
|
|
|
</string-array>
|
|
|
|
<string-array name="p_theme_values">
|
|
|
|
<item>default_theme</item>
|
|
|
|
<item>violet_theme</item>
|
|
|
|
<item>light_blue_theme</item>
|
|
|
|
</string-array>
|
2011-10-23 08:05:40 -04:00
|
|
|
|
|
|
|
<string-array name="p_grouping_separator_names">
|
|
|
|
<item>@string/p_grouping_separator_no</item>
|
|
|
|
<item>@string/p_grouping_separator_apostrophe</item>
|
|
|
|
<item>@string/p_grouping_separator_space</item>
|
|
|
|
</string-array>
|
|
|
|
<string-array name="p_grouping_separator_values">
|
|
|
|
<item>""</item>
|
|
|
|
<item>\'</item>
|
|
|
|
<item> </item>
|
|
|
|
</string-array>
|
|
|
|
|
2011-10-15 13:11:11 -04:00
|
|
|
</resources>
|