mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
android: Global preferences and per contact (#1290)
* android: Global preferences and per contact * Fixes * Changes in UI * Fix * Strings and more descriptions * Spelling error * No dots at the end * Adapting changes from core * Adapting changes from core * Change * Simplified user's choice with toggle * Changes after merge * Updated preferences to the latest changes in core * Strings * Changes * Small changes * Contact will be updated in UI too * bigger icons in section headers * Icons and colors Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a6e4e68bc5
commit
fa2f303547
@@ -460,7 +460,9 @@
|
||||
<string name="your_profile_is_stored_on_device_and_shared_only_with_contacts_simplex_cannot_see_it">Ihr Profil wird auf Ihrem Gerät gespeichert und nur mit Ihren Kontakten geteilt.\n\n<xliff:g id="appName">SimpleX</xliff:g>-Server können Ihr Profil nicht sehen.</string>
|
||||
<string name="edit_image">Bild bearbeiten</string>
|
||||
<string name="delete_image">Bild löschen</string>
|
||||
<string name="save_and_notify_contact">***Save (and notify contacts)</string>
|
||||
<string name="save_and_notify_contacts">Speichern (und Kontakte benachrichtigen)</string>
|
||||
<string name="save_and_notify_group_members">***Save (and notify group members)</string>
|
||||
|
||||
<!-- Welcome Prompts - WelcomeView.kt -->
|
||||
<string name="you_control_your_chat">Sie haben volle Kontrolle über Ihren Chat!</string>
|
||||
@@ -837,6 +839,7 @@
|
||||
<string name="all_group_members_will_remain_connected">Alle Gruppenmitglieder bleiben verbunden.</string>
|
||||
<string name="error_creating_link_for_group">Fehler beim Erzeugen des Gruppen-Links</string>
|
||||
<string name="error_deleting_link_for_group">Fehler beim Löschen des Gruppen-Links</string>
|
||||
<string name="only_group_owners_can_change_prefs">***Only group owners can change group preferences.</string>
|
||||
|
||||
<!-- For Console chat info section -->
|
||||
<string name="section_title_for_console">FÜR KONSOLE</string>
|
||||
@@ -918,4 +921,43 @@
|
||||
<string name="save_color">Farbe speichern</string>
|
||||
<string name="reset_color">Farben zurücksetzen</string>
|
||||
<string name="color_primary">Akzent</string>
|
||||
|
||||
<!-- Preferences.kt -->
|
||||
<string name="chat_preferences_you_allow">***You allow</string>
|
||||
<string name="chat_preferences_contact_allows">***Contact allows</string>
|
||||
<string name="chat_preferences_default">***default (%s)</string>
|
||||
<string name="chat_preferences_yes">***yes</string>
|
||||
<string name="chat_preferences_no">***no</string>
|
||||
<string name="chat_preferences_always">***always</string>
|
||||
<string name="chat_preferences_on">***on</string>
|
||||
<string name="chat_preferences_off">***off</string>
|
||||
<string name="chat_preferences">***Chat preferences</string>
|
||||
<string name="contact_preferences">***Contact preferences</string>
|
||||
<string name="group_preferences">***Group preferences</string>
|
||||
<string name="your_preferences">***Your preferences</string>
|
||||
<string name="full_deletion">***Full deletion</string>
|
||||
<string name="voice_messages">***Voice messages</string>
|
||||
<string name="allow_your_contacts_irreversibly_delete">***Allow your contacts to irreversibly delete sent messages.</string>
|
||||
<string name="allow_irreversible_message_deletion_only_if">***Allow irreversible message deletion only if your contact allows it to you.</string>
|
||||
<string name="contacts_can_mark_messages_for_deletion">***Contacts can mark messages for deletion; you will be able to view them.</string>
|
||||
<string name="allow_your_contacts_to_send_voice_messages">***Allow your contacts to send voice messages.</string>
|
||||
<string name="allow_voice_messages_only_if">***Allow voice messages only if your contact allows them.</string>
|
||||
<string name="prohibit_sending_voice_messages">***Prohibit sending voice messages.</string>
|
||||
<string name="both_you_and_your_contacts_can_delete">***Both you and your contact can irreversibly delete sent messages.</string>
|
||||
<string name="only_you_can_delete_messages">***Only you can irreversibly delete messages (your contact can mark them for deletion).</string>
|
||||
<string name="only_your_contact_can_delete">***Only your contact can irreversibly delete messages (you can mark them for deletion).</string>
|
||||
<string name="message_deletion_prohibited">***Irreversible message deletion is prohibited in this chat.</string>
|
||||
<string name="both_you_and_your_contact_can_send_voice">***Both you and your contact can send voice messages.</string>
|
||||
<string name="only_you_can_send_voice">***Only you can send voice messages.</string>
|
||||
<string name="only_your_contact_can_send_voice">***Only your contact can send voice messages.</string>
|
||||
<string name="voice_prohibited_in_this_chat">***Voice messages are prohibited in this chat.</string>
|
||||
<string name="allow_to_delete_messages">***Allow to irreversibly delete sent messages.</string>
|
||||
<string name="prohibit_message_deletion">***Prohibit irreversible message deletion.</string>
|
||||
<string name="allow_to_send_voice">***Allow to send voice messages.</string>
|
||||
<string name="prohibit_sending_voice">***Prohibit sending voice messages.</string>
|
||||
<string name="group_members_can_delete">***Group members can irreversibly delete sent messages.</string>
|
||||
<string name="message_deletion_prohibited_in_chat">***Irreversible message deletion is prohibited in this chat.</string>
|
||||
<string name="group_members_can_send_voice">***Group members can send voice messages.</string>
|
||||
<string name="voice_messages_are_prohibited">***Voice messages are prohibited in this chat.</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user