Ensure ellipsis char is used (fix lint issue).

This commit is contained in:
Benoit Marty 2023-04-05 11:44:55 +02:00
parent cca31af3f4
commit 85b825e669
7 changed files with 16 additions and 7 deletions

View file

@ -3,6 +3,6 @@
<string name="screen_signout_confirmation_dialog_content">"Sei sicuro di voler uscire?"</string>
<string name="screen_signout_confirmation_dialog_submit">"Esci"</string>
<string name="screen_signout_confirmation_dialog_title">"Esci"</string>
<string name="screen_signout_in_progress_dialog_content">"Uscita in corso..."</string>
<string name="screen_signout_in_progress_dialog_content">"Uscita in corso"</string>
<string name="screen_signout_preference_item">"Esci"</string>
</resources>

View file

@ -4,7 +4,7 @@
<string name="screen_bug_report_contact_me">"Podéis poneros en contacto conmigo para resolver dudas relacionadas"</string>
<string name="screen_bug_report_edit_screenshot">"Editar captura de pantalla"</string>
<string name="screen_bug_report_editor_description">"Describe el problema. ¿Qué hiciste? ¿Qué esperabas que ocurriera? ¿Qué ocurrió en realidad? Por favor, detállalo todo lo que puedas."</string>
<string name="screen_bug_report_editor_placeholder">"Describe el error..."</string>
<string name="screen_bug_report_editor_placeholder">"Describe el error"</string>
<string name="screen_bug_report_editor_supporting">"Si es posible, escriba la descripción en inglés."</string>
<string name="screen_bug_report_include_crash_logs">"Enviar registros de fallos"</string>
<string name="screen_bug_report_include_logs">"Enviar registros para ayudar"</string>

View file

@ -4,7 +4,7 @@
<string name="screen_bug_report_contact_me">"Potete contattarmi per qualsiasi altra domanda"</string>
<string name="screen_bug_report_edit_screenshot">"Modifica istantanea schermo"</string>
<string name="screen_bug_report_editor_description">"Descrivi il bug. Che cosa hai fatto? Cosa ti aspettavi che accadesse? Cosa è effettivamente accaduto. Si prega di inserire il maggior numero di dettagli possibile."</string>
<string name="screen_bug_report_editor_placeholder">"Descrivi il problema..."</string>
<string name="screen_bug_report_editor_placeholder">"Descrivi il problema"</string>
<string name="screen_bug_report_editor_supporting">"Se possibile, scrivere la descrizione in inglese."</string>
<string name="screen_bug_report_include_crash_logs">"Invia i log degli arresti anomali"</string>
<string name="screen_bug_report_include_logs">"Invia i log per aiutarci"</string>