AboutScreen: add button to copy logs to clipboard

This commit is contained in:
Pierre-Yves Nicolas
2025-11-26 17:02:47 +01:00
committed by pynicolas
parent f4aad46cb6
commit 3f10a1cd55
15 changed files with 150 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
<resources>
<string name="about">O aplikaci</string>
<string name="add_page">Přidat stránku</string>
<string name="app_name" translatable="false">FairScan</string>
<string name="app_tagline">Jednoduchá a respektující aplikace pro skenování vašich dokumentů</string>
<string name="back">Zpět</string>
<string name="camera_permission_denied">Byl odepřen přístup k fotoaparátu</string>
@@ -9,6 +8,8 @@
<string name="cancel">Zrušit</string>
<string name="clear_text">Smazat text</string>
<string name="contact">Kontakt</string>
<string name="copied_logs">Protokoly zkopírovány do schránky</string>
<string name="copy_logs">Kopírovat protokoly</string>
<string name="creating_pdf">Vytváření PDF…</string>
<string name="delete_page">Smazat stránku</string>
<string name="delete_page_warning">Chcete smazat tuto stránku?</string>