Skip to content

Commit 9caf94d

Browse files
authored
add some DeltaTouch specific strings (#3788)
* add some DeltaTouch specific strings * typo
1 parent 7593ec1 commit 9caf94d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/main/res/values/strings.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<string name="update">Update</string>
3535
<string name="emoji">Emoji</string>
3636
<string name="attachment">Attachment</string>
37+
<!-- the placeholder will be replaced by the name of the image or file to attach -->
38+
<string name="ask_attach">Attach \"%1$s\"?</string>
3739
<string name="back">Back</string>
3840
<string name="close">Close</string>
3941
<string name="close_window">Close Window</string>
@@ -58,6 +60,8 @@
5860
<string name="media">Media</string>
5961
<string name="apps_and_media">Apps &amp; Media</string>
6062
<string name="profile">Profile</string>
63+
<string name="all_profiles">All Profiles</string>
64+
<string name="current_profile">Current Profile</string>
6165
<string name="main_menu">Main Menu</string>
6266
<string name="start_chat">Start Chat</string>
6367
<string name="show_full_message">Show Full Message…</string>
@@ -92,6 +96,8 @@
9296
<string name="no_app_to_handle_data">Can\'t find an app to handle this type of data.</string>
9397
<string name="no_browser_installed">No browser installed.</string>
9498
<string name="file_not_found">Could not find %1$s.</string>
99+
<!-- the placeholder will be replaced by the name of a file -->
100+
<string name="cannot_save_file">Cannot save %1$s.</string>
95101
<string name="copied_to_clipboard">Copied to clipboard.</string>
96102
<string name="contacts_headline">Contacts</string>
97103
<string name="email_address">E-Mail Address</string>
@@ -151,7 +157,7 @@
151157
<item quantity="one">%d Selected</item>
152158
<item quantity="other">%d Selected</item>
153159
</plurals>
154-
160+
<string name="selected_colon">Selected:</string>
155161
<string name="self">Me</string>
156162
<string name="draft">Draft</string>
157163
<string name="image">Image</string>
@@ -438,6 +444,7 @@
438444
<string name="chat_input_placeholder">Message</string>
439445
<string name="chat_archived_label">Archived</string>
440446
<string name="chat_request_label">Request</string>
447+
<string name="chat_request_label_explain">Include requests in counters and notifications</string>
441448
<string name="chat_no_messages">No messages.</string>
442449
<string name="chat_self_talk_subtitle">Messages to Self</string>
443450
<string name="archive_empty_hint">Archived chats will appear here.</string>
@@ -807,6 +814,7 @@
807814
<string name="n_bytes_message">%1$s message</string>
808815
<!-- %1$s will be replaced by human-readable date and time -->
809816
<string name="download_max_available_until">Download maximum available until %1$s</string>
817+
<string name="select_profile">Select Profile</string>
810818
<string name="profile_image_select">Select Profile Image</string>
811819
<string name="select_your_new_profile_image">Select your new profile image</string>
812820
<string name="profile_image_delete">Delete Profile Image</string>

0 commit comments

Comments
 (0)