mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
11 lines
475 B
XML
11 lines
475 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Authors:
|
||
* Blurby
|
||
* Verdy p
|
||
-->
|
||
<resources>
|
||
<string name="crash_dialog_title">Commons a planté</string>
|
||
<string name="crash_dialog_text">Oups ! Quelque chose s’est mal passé !</string>
|
||
<string name="crash_dialog_comment_prompt">Dites-nous ce que vous faisiez, puis partagez-le avec nous par courriel. Cela nous aidera à le corriger !</string>
|
||
<string name="crash_dialog_ok_toast">Merci !</string>
|
||
</resources>
|