Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
<string name="content_description_new_conversation">Neu. Neue Unterhaltung beginnen</string>
<string name="content_description_send_button">Senden</string>
<string name="content_description_timed_message_button">Selbstlöschende Nachrichten, Taste</string>
<string name="content_description_back_button">Zurück</string>
<string name="content_description_close_button">Schließen</string>
<string name="content_description_menu_button">Hauptnavigation</string>
<string name="content_description_drop_down_icon">Dropdown-Pfeil</string>
<string name="content_description_remove_devices_screen_remove_icon">Gerät entfernen</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
<string name="content_description_conversation_open_details_label">open conversation details</string>
<string name="content_description_new_conversation">New. Start a new conversation</string>
<string name="content_description_new_meeting">Start or schedule a new Wire Meeting</string>
<string name="content_description_back_button">Back button</string>
<string name="content_description_back_button">Back</string>
<string name="content_description_send_button">Send</string>
<string name="content_description_timed_message_button">Self-deleting messages, button</string>
<string name="content_description_close_button">Close button</string>
<string name="content_description_close_button">Close</string>
<string name="content_description_menu_button">Main navigation</string>
<string name="content_description_drop_down_icon">Drop down arrow</string>
<string name="content_description_expand_text_icon">Expand text input field</string>
Expand Down
2 changes: 2 additions & 0 deletions core/ui-common/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<string name="login_password_label">Passwort</string>
<string name="content_description_reveal_password">Passwort anzeigen</string>
<string name="content_description_hide_password">Passwort ausblenden</string>
<string name="content_description_back_button">Zurück</string>
<string name="content_description_left_arrow">Zurück</string>
<string name="content_description_close_button">Schließen</string>
<string name="content_description_close">Schließen</string>
<string name="content_description_menu_button">Hauptnavigation</string>
<string name="content_description_pending_connection_badge">Ausstehende Genehmigung der Kontaktanfrage</string>
Expand Down
4 changes: 2 additions & 2 deletions core/ui-common/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<string name="content_description_hide_password">Hide password</string>
<string name="label_wait_until_synchronised">Please wait until the app is synchronized</string>
<string name="label_wait_until_connected">Please wait until the Internet connection is restored</string>
<string name="content_description_back_button">Back button</string>
<string name="content_description_back_button">Back</string>
<string name="content_description_left_arrow">Go Back</string>
<string name="content_description_close_button">Close button</string>
<string name="content_description_close_button">Close</string>
<string name="content_description_close">Close</string>
<string name="content_description_menu_button">Main navigation</string>
<string name="content_description_drop_down_icon">Drop down arrow</string>
Expand Down
Loading