add string "Gallery"

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-03-28 14:53:55 +01:00
parent 7bf53e69dd
commit 180d674e64
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 1 deletions

View File

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

View File

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