Skip to content

Commit

Permalink
dialog: smoother error handling (fixes #4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Codes committed Dec 30, 2024
1 parent 9746b56 commit fb77b3b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">لم يتم العثور على المورد</string>
<string name="resource_not_found_message">لا يمكن العثور على المورد المطلوب.</string>
<string name="app_name">My Planet</string>
<string name="planet">كوكب</string>
<string name="app_project_name">myPlanet</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">Recurso no encontrado</string>
<string name="resource_not_found_message">No se pudo encontrar el recurso solicitado</string>
<string name="app_name">My Planet</string>
<string name="planet">Planeta</string>
<string name="app_project_name">myPlanet</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">Ressource introuvable</string>
<string name="resource_not_found_message">La ressource demandée est introuvable</string>
<string name="app_name">My Planet</string>
<string name="planet">planète</string>
<string name="app_project_name">myPlanet</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-ne/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">स्रोत फेला परेन</string>
<string name="resource_not_found_message">अनुरोध गरिएको स्रोत फेला पार्न सकिएन</string>
<string name="app_name">My Planet</string>
<string name="planet">ग्रह</string>
<string name="app_project_name">myPlanet</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-so/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">Ilaha lama helin</string>
<string name="resource_not_found_message">Ilaha la codsaday waa la heli waayay</string>
<string name="app_name">My Planet</string>
<string name="planet">Meerah</string>
<string name="app_project_name">myPlanet</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="resource_not_found">Resource not found</string>
<string name="resource_not_found_message">The requested resource could not be found.</string>
<string name="resource_not_found_message">The requested resource could not be found</string>
<string name="app_name">My Planet</string>
<string name="planet">Planet</string>
<string name="app_project_name">myPlanet</string>
Expand Down

0 comments on commit fb77b3b

Please sign in to comment.