add desktop strings (#2311)

* add desktop strings

* streamline strings

Co-authored-by: B. Petersen <r10s@b44t.com>
This commit is contained in:
Simon Laux
2022-06-02 13:09:24 +02:00
committed by GitHub
parent 2be3d3ccbb
commit f2a3595bc8
+22 -1
View File
@@ -151,6 +151,8 @@
<string name="file">File</string>
<string name="files">Files</string>
<string name="unknown">Unknown</string>
<string name="version">Version</string>
<string name="about">About</string>
<string name="green">Green</string>
<string name="red">Red</string>
@@ -287,7 +289,9 @@
<string name="videochat_tap_to_open">Tap to Open</string>
<string name="videochat_instance">Video Chat Instance</string>
<string name="videochat_instance_placeholder">Your Video Chat Instance</string>
<string name="videochat_instance_example">Examples: https://meet.jit.si/$ROOM or basicwebrtc:https://your-server</string>
<string name="videochat_instance_explain">If a video chat instance is defined, you can start a video chat from each chat. Video chats require a compatible app or a compatible browser on both ends.\n\nExamples: https://meet.jit.si/$ROOM or basicwebrtc:https://your-server</string>
<string name="videochat_instance_explain_2">If video chat is enabled, you can start a video chat from each chat. Video chats require a compatible app or a compatible browser on both ends.</string>
<string name="videochat_instance_from_qr">Use \"%1$s\" to invite others to video chats?\n\nOnce set, you can start a video chat from each chat. This will replace the previous setting for video chats, if any.</string>
<string name="videochat_invitation">Video chat invitation</string>
<string name="videochat_invitation_body">You are invited to a video chat, click %1$s to join.</string>
@@ -368,6 +372,7 @@
<string name="saved_messages_explain">• Forward messages here for easy access\n\n• Take notes or voice memos\n\n• Attach media to save them</string>
<!-- this "Saved" should match the "Saved" from "Saved messages" -->
<string name="saved">Saved</string>
<string name="save_as">Save As</string>
<string name="retry_send">Retry to send message</string>
<!-- reasons for a disabled message composer -->
<string name="messaging_disabled_not_in_group">You cannot write because you are not in this group. To join, ask another member.</string>
@@ -434,10 +439,13 @@
<string name="tab_map">Map</string>
<string name="tab_gallery_empty_hint">Images and videos shared in this chat will be displayed here.</string>
<string name="tab_docs_empty_hint">Documents, music and other files shared in this chat will be displayed here.</string>
<string name="tab_image_empty_hint">Images shared in this chat will be displayed here.</string>
<string name="tab_video_empty_hint">Videos shared in this chat will be displayed here.</string>
<string name="tab_audio_empty_hint">Audio Files and Voice Messages shared in this chat will be displayed here.</string>
<string name="tab_webxdc_empty_hint">Webxdc content shared in this chat will be displayed here.</string>
<string name="media_preview">Media Preview</string>
<string name="send_message">Send Message</string>
<!-- Connectivity -->
<!-- Used as a headline for the "Inbox" eg. in the "Connectivity" view -->
<string name="incoming_messages">Incoming Messages</string>
@@ -610,6 +618,7 @@
<string name="pref_watch_sent_folder">Watch Sent Folder</string>
<string name="pref_watch_mvbox_folder">Watch DeltaChat Folder</string>
<string name="pref_send_copy_to_self">Send Copy to Self</string>
<string name="pref_send_copy_to_self_explain">Required when using this account on multiple devices.</string>
<string name="pref_auto_folder_moves">Automatic Moves to DeltaChat Folder</string>
<string name="pref_auto_folder_moves_explain">Chat conversations are moved to avoid cluttering the Inbox</string>
<string name="pref_only_fetch_mvbox_title">Only Fetch from DeltaChat Folder</string>
@@ -882,6 +891,18 @@
<string name="show_window">Show Window</string>
<string name="login_socks5_experimental_warning">SOCKS5 support is currently experimental. Please use at your own risk. If you type in an address in the e-mail field, there will be DNS lookup that won\'t get tunneled through SOCKS5.</string>
<!-- title of the "keybindings" dialog (for the keybindings names as such, where possible the normal command strings are used) -->
<string name="keybindings">Keybindings</string>
<!-- this is the name of the text field where the user inputs their text, images and so on -->
<string name="message_input">Message Input</string>
<string name="global_shortcuts">Global Shortcuts</string>
<string name="switch_between_chats">Switch between Chats</string>
<string name="scroll_messages">Scroll Messages</string>
<string name="jump_to_search">Jump to Search</string>
<string name="focus_message_input">Focus Message Input</string>
<string name="force_refresh_network">Force Refresh Network</string>
<string name="insert_newline">Insert Newline</string>
<!-- accessibility, the general idea is to use the normal strings for accessibility hints wherever possible -->
<string name="a11y_delivery_status_error">Delivery status: Error</string>
<string name="a11y_encryption_padlock">Encryption padlock</string>