fix format string
This commit is contained in:
parent
3ac4a7c3ec
commit
0f415f6791
3 changed files with 3 additions and 3 deletions
|
@ -739,7 +739,7 @@
|
|||
<string name="no_application_found_to_open_link">Keine Anwendung zum Öffnen von Webseiten gefunden</string>
|
||||
<string name="contacts_have_read_up_to_this_point">%s haben bis hierher gelesen</string>
|
||||
<string name="contact_has_read_up_to_this_point">%s hat bis hierher gelesen</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s und %2$d% weitere haben bis hierher gelesen</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s und %2$d weitere haben bis hierher gelesen</string>
|
||||
<string name="pref_return_to_previous">Schnell teilen</string>
|
||||
<string name="pref_return_to_previous_summary">Nach dem Teilen sofort wieder zur vorherigen App zurückkehren anstatt den Chat zu öffnen</string>
|
||||
<string name="conversation_unencrypted_hint">Dieser Chat ist unverschlüsselt, aus Sicherheitsgründen sollte eine Nachrichtenverschlüsselung über das Schloss Symbol aktiviert werden. Die bevorzugte Verschlüsselung ist OMEMO.</string>
|
||||
|
|
|
@ -739,7 +739,7 @@
|
|||
<string name="no_application_found_to_open_link">No se ha encontrado aplicación para abrir la página web</string>
|
||||
<string name="contacts_have_read_up_to_this_point">%s han leído hasta este punto</string>
|
||||
<string name="contact_has_read_up_to_this_point">%s ha leído hasta este punto</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% más han leído hasta este punto</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s y %2$d más han leído hasta este punto</string>
|
||||
<string name="pref_return_to_previous">Compartir rápido</string>
|
||||
<string name="pref_return_to_previous_summary">Después de compartir, vuelve inmediatamente a la aplicación anterior en lugar de abrir el chat</string>
|
||||
<string name="conversation_unencrypted_hint">Este chat no está cifrado, por razones de seguridad, debes activar el cifrado de mensajes mediante el icono de bloqueo. El cifrado preferible es OMEMO.</string>
|
||||
|
|
|
@ -738,7 +738,7 @@
|
|||
<string name="no_application_found_to_open_link">No application found to open link</string>
|
||||
<string name="contacts_have_read_up_to_this_point">%s have read up to this point</string>
|
||||
<string name="contact_has_read_up_to_this_point">%s has read up to this point</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% more have read up to this point</string>
|
||||
<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s and %2$d more have read up to this point</string>
|
||||
<string name="pref_return_to_previous">Quick Sharing</string>
|
||||
<string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string>
|
||||
<string name="conversation_unencrypted_hint">This chat is unencrypted, for security reasons you should activate message encryption by using the lock icon. The preferable encryption is OMEMO.</string>
|
||||
|
|
Reference in a new issue