mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
11 lines
442 B
XML
11 lines
442 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Authors:
|
|
* Christian List
|
|
* Jsmakaayb
|
|
-->
|
|
<resources>
|
|
<string name="crash_dialog_title">Commons gik ned</string>
|
|
<string name="crash_dialog_text">Ups. Noget gik galt!</string>
|
|
<string name="crash_dialog_comment_prompt">Fortæl os hvad du gjorde, og så del det via e-mail til os. Det vil hjælpe os med at ordne det!</string>
|
|
<string name="crash_dialog_ok_toast">Tak!</string>
|
|
</resources>
|