localisation
This commit is contained in:
+1
-2
@@ -763,8 +763,7 @@ fun ShareImageAction(
|
||||
videoUri?.let {
|
||||
if (videoUri.isNotEmpty()) {
|
||||
DropdownMenuItem(
|
||||
// TODO localise
|
||||
text = { Text("Share image...") },
|
||||
text = { Text(stringRes(R.string.share_image)) },
|
||||
onClick = {
|
||||
val uri = ShareHelper.getSharableUriFromUrl(context, videoUri, mimeType)
|
||||
shareMediaFile(context, uri, mimeType)
|
||||
|
||||
@@ -936,4 +936,5 @@
|
||||
<string name="torrent_no_apps">Pro otevření a stažení souboru nejsou nainstalovány žádné torrent aplikace.</string>
|
||||
<string name="select_list_to_filter">Vyberte seznam pro filtrování kanálu</string>
|
||||
<string name="temporary_account">Odhlásit se na zámek zařízení</string>
|
||||
<string name="share_image">Sdílet obrázek…</string>
|
||||
</resources>
|
||||
|
||||
@@ -941,4 +941,5 @@ anz der Bedingungen ist erforderlich</string>
|
||||
<string name="torrent_no_apps">Keine Torrent-Apps installiert, um die Datei zu öffnen und herunterzuladen.</string>
|
||||
<string name="select_list_to_filter">Liste zum Filtern des Feeds auswählen</string>
|
||||
<string name="temporary_account">Beim Sperren des Geräts abmelden</string>
|
||||
<string name="share_image">Bild teilen…</string>
|
||||
</resources>
|
||||
|
||||
@@ -958,4 +958,5 @@
|
||||
<string name="private_message">Mensagem Privada</string>
|
||||
<string name="group_relay">Relé de chat</string>
|
||||
<string name="group_relay_explanation">O relé a qual todos os usuários deste chat se conectam</string>
|
||||
<string name="share_image">Compartilhar imagem…</string>
|
||||
</resources>
|
||||
|
||||
@@ -1159,4 +1159,5 @@
|
||||
|
||||
<string name="group_relay">Chat Relay</string>
|
||||
<string name="group_relay_explanation">The relay that all users of this chat connect to</string>
|
||||
<string name="share_image">Share image…</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user