translation fix

This commit is contained in:
nuclearfog 2023-07-06 23:49:18 +02:00
parent 55ac35b70c
commit 76c354fa85
No known key found for this signature in database
GPG Key ID: 03488A185C476379
5 changed files with 7 additions and 6 deletions

View File

@ -8,7 +8,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/dialog_dexcription_title"
android:text="@string/dialog_description_title"
android:lines="1"
android:textSize="@dimen/dialog_description_textsize_title"
android:layout_margin="@dimen/dialog_description_layout_margin"/>
@ -18,6 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:hint="@string/menu_media_add_description"
android:lines="4"
android:gravity="top"
android:layout_margin="@dimen/dialog_description_layout_margin"

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_image_save"

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_video_link"

View File

@ -266,6 +266,7 @@
<string name="error_service_unavailable">Service zur Zeit nicht verfügbar!</string>
<string name="popup_status_text_hint">Status</string>
<string name="info_account_selected">%1$s ausgewählt</string>
<string name="menu_media_add_description">Beschreibung hinzufügen</string>
<string name="menu_message">Nachricht schreiben</string>
<string name="status_replyname_empty">Antwort</string>
<string name="status_metrics_title">Statusmetriken</string>
@ -364,4 +365,5 @@
<string name="dialog_filter_title_keywords">Zu filterne Wörter</string>
<string name="error_empty_filter_title">Filterbezeichnung darf nicht leer sein</string>
<string name="error_empty_filter_selection">es muss mindestens ein Filter aktiviert sein</string>
<string name="dialog_description_title">Medienbeschreibung</string>
</resources>

View File

@ -231,7 +231,7 @@
<string name="status_sent_from">"sent from: "</string>
<string name="username">Username</string>
<string name="dm_message">Message</string>
<string name="dialog_dexcription_title">add description</string>
<string name="dialog_description_title">Media description</string>
<string name="confirm_cancel_message">discard message?</string>
<string name="settings_logout">log out</string>
<string name="dm_answer">answer</string>