Merge pull request #2 from nextcloud/extract-text

extract text for translation

Signed-off-by: Carlos Galindo <carlos.s.galindo@gmail.com>
This commit is contained in:
Carlos Galindo 2019-09-14 12:46:28 +02:00 committed by GitHub
commit fabfcf094f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -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>

View file

@ -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