extract text for translation
This commit is contained in:
parent
0ec0d406f2
commit
46cecc50dc
2 changed files with 5 additions and 3 deletions
|
@ -143,7 +143,9 @@
|
|||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<string name="pref_rename_action_swipe_right">Action when swiping right</string>
|
||||
<string name="pref_rename_action_swipe_left">Action when swiping left</string>
|
||||
|
||||
<string-array name="pref_general_sort_order" translatable="false">
|
||||
<item>@string/pref_general_sort_order_new_old</item>
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
android:entries="@array/pref_general_swipe_action"
|
||||
android:entryValues="@array/pref_general_swipe_action_values"
|
||||
android:key="sp_swipe_right_action"
|
||||
android:title="Action when swiping right"
|
||||
android:title="@string/pref_rename_action_swipe_right"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<ListPreference
|
||||
|
@ -96,7 +96,7 @@
|
|||
android:entries="@array/pref_general_swipe_action"
|
||||
android:entryValues="@array/pref_general_swipe_action_values"
|
||||
android:key="sp_swipe_left_action"
|
||||
android:title="Action when swiping left"
|
||||
android:title="@string/pref_rename_action_swipe_left"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<ListPreference
|
||||
|
|
Loading…
Reference in a new issue