mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 13:09:46 +01:00
Merge pull request #2119 from nextcloud/bugfix/2110/translatableLibStrings
Override emoji search field hint text to be translatable
This commit is contained in:
commit
ebef2f869d
@ -20,7 +20,7 @@
|
|||||||
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Common -->
|
<!-- Common -->
|
||||||
<string name="nc_yes">Yes</string>
|
<string name="nc_yes">Yes</string>
|
||||||
<string name="nc_no">No</string>
|
<string name="nc_no">No</string>
|
||||||
@ -328,6 +328,9 @@
|
|||||||
<string name="nc_message_failed_to_send">Failed to send message:</string>
|
<string name="nc_message_failed_to_send">Failed to send message:</string>
|
||||||
<string name="nc_remote_audio_off">Remote audio off</string>
|
<string name="nc_remote_audio_off">Remote audio off</string>
|
||||||
<string name="nc_add_attachment">Add attachment</string>
|
<string name="nc_add_attachment">Add attachment</string>
|
||||||
|
<string name="emoji_category_recent" tools:ignore="PrivateResource">Recent</string>
|
||||||
|
<string name="emoji_backspace" tools:ignore="PrivateResource">Backspace</string>
|
||||||
|
<string name="emoji_search" tools:ignore="PrivateResource">Search emoji</string>
|
||||||
|
|
||||||
<!-- Content descriptions -->
|
<!-- Content descriptions -->
|
||||||
<string name="nc_description_send_message_button">Send message</string>
|
<string name="nc_description_send_message_button">Send message</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user