mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Make ContactSelectorFragment reusable
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share_forum"
|
||||
android:id="@+id/action_contacts_selected"
|
||||
android:icon="@drawable/ic_check_white"
|
||||
android:title="@string/forum_share_action"
|
||||
android:title="@string/contacts_selected"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
</menu>
|
||||
@@ -171,7 +171,7 @@
|
||||
<string name="forum_left_toast">Forum wurde verlassen</string>
|
||||
<!--Forum Sharing-->
|
||||
<string name="forum_share_button">Forum teilen</string>
|
||||
<string name="forum_share_action">Teile dieses Forum mit den gewählten Kontakten</string>
|
||||
<string name="contacts_selected">Teile dieses Forum mit den gewählten Kontakten</string>
|
||||
<string name="activity_share_toolbar_header">Kontakte auswählen</string>
|
||||
<string name="no_contacts_selector">Du scheinst hier neu zu sein und noch keine Kontakte zu haben.\n\nBitte komm zurück, wenn du deinen ersten Kontakt hinzugefügt hast.</string>
|
||||
<string name="forum_shared_snackbar">Forum mit gewählten Kontakten geteilt</string>
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<string name="forum_left_toast">Foro abandonado</string>
|
||||
<!--Forum Sharing-->
|
||||
<string name="forum_share_button">Compartir foro</string>
|
||||
<string name="forum_share_action">Compartir este foro con los contactos seleccionados</string>
|
||||
<string name="contacts_selected">Compartir este foro con los contactos seleccionados</string>
|
||||
<string name="activity_share_toolbar_header">Elige contactos</string>
|
||||
<string name="no_contacts_selector">Parece que eres nuevo aquí y no tienes contactos aún.\n\nPor favor, vuelve cuando hayas añadido tu primer contacto.</string>
|
||||
<string name="forum_shared_snackbar">Foro compartido con los contactos seleccionados</string>
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
<string name="forum_left_toast">Forum lasciato</string>
|
||||
<!--Forum Sharing-->
|
||||
<string name="forum_share_button">Condividi Forum</string>
|
||||
<string name="forum_share_action">Condividi questo forum con i contatti scelti</string>
|
||||
<string name="contacts_selected">Condividi questo forum con i contatti scelti</string>
|
||||
<string name="activity_share_toolbar_header">Scegli Contatti</string>
|
||||
<string name="forum_shared_snackbar">Forum condiviso con i contatti scelti</string>
|
||||
<string name="forum_share_error">C\'è stato un errore nella condivisione di questo forum.</string>
|
||||
|
||||
@@ -171,7 +171,7 @@ Se sentido sozinho aqui? Compartilhe esse fórum com seus contatos!</string>
|
||||
<string name="forum_left_toast">Saiu do fórum</string>
|
||||
<!--Forum Sharing-->
|
||||
<string name="forum_share_button">Compartilhar fórum</string>
|
||||
<string name="forum_share_action">Compartilhar este fórum com os contatos escolhidos</string>
|
||||
<string name="contacts_selected">Compartilhar este fórum com os contatos escolhidos</string>
|
||||
<string name="activity_share_toolbar_header">Escolher contatos</string>
|
||||
<string name="no_contacts_selector">Parece que você é novo aqui e não tem nenhum contato ainda.
|
||||
Por favor volte aqui depois de adicionar um contato.</string>
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
|
||||
<!-- Forum Sharing -->
|
||||
<string name="forum_share_button">Share Forum</string>
|
||||
<string name="forum_share_action">Share this forum with chosen contacts</string>
|
||||
<string name="contacts_selected">Contacts selected</string>
|
||||
<string name="activity_share_toolbar_header">Choose Contacts</string>
|
||||
<string name="no_contacts_selector">It seems that you are new here and have no contacts yet.\n\nPlease come back here after you added your first contact.</string>
|
||||
<string name="forum_shared_snackbar">Forum shared with chosen contacts</string>
|
||||
|
||||
Reference in New Issue
Block a user