mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
11 lines
666 B
XML
11 lines
666 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Authors:
|
|
* Sachinkatiyar
|
|
* Sfic
|
|
-->
|
|
<resources>
|
|
<string name="crash_dialog_title">कॉमन्स क्रैश हो गया</string>
|
|
<string name="crash_dialog_text">ओह, कुछ गलत हो गया!</string>
|
|
<string name="crash_dialog_comment_prompt">कृपया हमें बतायें कि आप क्या कर रहे थे, और उस जानकारी को ईमेल से भेज दें, जिससे इसे सुधारा जा सके।</string>
|
|
<string name="crash_dialog_ok_toast">धन्यवाद!</string>
|
|
</resources>
|