diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-02-07 21:11:50 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-07 21:11:50 +0100 |
commit | 1b3406cdbb6c620cca975b0bc32b43b60fa246cb (patch) | |
tree | 159b4be35bfcc995ba5a8dc2638335bdc998ca9a /src/main/res/values-gl/strings.xml | |
parent | ba4acfd2c11b55373cc856ee48ffb9a56030e6f4 (diff) |
provide the same fab submenu for both tabs. rename tab to bookmark
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-gl/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values-gl/strings.xml b/src/main/res/values-gl/strings.xml index e618a5a5e..a8f118de2 100644 --- a/src/main/res/values-gl/strings.xml +++ b/src/main/res/values-gl/strings.xml @@ -195,7 +195,7 @@ <string name="search">Buscar</string> <string name="create_contact">Crear unha conta</string> <string name="enter_contact">Introducir contacto</string> - <string name="join_conference">Entrar nunha conversa en grupo</string> + <string name="join_public_channel">Entrar nunha conversa en grupo</string> <string name="delete_contact">Eliminar contacto</string> <string name="view_contact_details">Ver os detalles do contacto</string> <string name="block_contact">Bloquear contacto</string> @@ -205,7 +205,7 @@ <string name="contact_already_exists">Xa existe o contacto</string> <string name="join">Unirse</string> <string name="conference_address">Enderezo da conversa en grupo</string> - <string name="conference_address_example">sala@xuntanza.exemplo.com/nick</string> + <string name="channel_full_jid_example">sala@xuntanza.exemplo.com/nick</string> <string name="save_as_bookmark">Gardar como marcador</string> <string name="delete_bookmark">Eliminar marcador</string> <string name="bookmark_already_exists">Este marcador xa existe</string> @@ -487,7 +487,7 @@ <string name="show_password">Mostar contrasinal</string> <string name="registration_please_wait">Fallo no rexistro: inténteo de novo</string> <string name="registration_password_too_weak">Fallo no rexistro: contrasinal moi feble</string> - <string name="create_conference">Crear conversa en grupo</string> + <string name="create_private_group_chat">Crear conversa en grupo</string> <string name="conference_subject">Asunto</string> <string name="choose_participants">Escoller participantes</string> <string name="creating_conference">Creando unha conversa en grupo...</string> |