mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
add string "Gallery"
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
7bf53e69dd
commit
180d674e64
@ -123,7 +123,7 @@
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:paddingStart="@dimen/standard_double_padding"
|
||||
android:paddingEnd="@dimen/zero"
|
||||
android:text="Gallery"
|
||||
android:text="@string/nc_gallery"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/high_emphasis_text"
|
||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||
|
@ -541,6 +541,7 @@ How to translate with transifex:
|
||||
<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>
|
||||
<string name="nc_gallery">Gallery</string>
|
||||
|
||||
<string name="nc_upload_notification_text">%1$s to %2$s - %3$s\%%</string>
|
||||
<string name="nc_upload_failed_notification_title">Failure</string>
|
||||
|
Loading…
Reference in New Issue
Block a user