mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
add string "Upload from device"
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
8c28a900be
commit
79b27385b7
@ -164,7 +164,7 @@
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:paddingStart="@dimen/standard_double_padding"
|
||||
android:paddingEnd="@dimen/zero"
|
||||
android:text="@string/nc_upload_local_file"
|
||||
android:text="@string/nc_upload_from_device"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/high_emphasis_text"
|
||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||
|
@ -407,6 +407,7 @@
|
||||
<string name="nc_upload_confirm_send_multiple">Send these files to %1$s?</string>
|
||||
<string name="nc_upload_confirm_send_single">Send this file to %1$s?</string>
|
||||
<string name="nc_upload_in_progess">Uploading</string>
|
||||
<string name="nc_upload_from_device">Upload from device</string>
|
||||
|
||||
<!-- location sharing -->
|
||||
<string name="nc_share_location">Share location</string>
|
||||
|
Loading…
Reference in New Issue
Block a user