Skip to content

Commit

Permalink
Update source file strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Mar 24, 2024
1 parent 767535a commit 447f567
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at
Expand Down Expand Up @@ -43,6 +44,8 @@
<!-- cloud.pablos.overload.ui.tabs.home.HomeTabManualDialog -->
<string name="start_label">Start</string>
<string name="end_label">End</string>
<!-- cloud.pablos.overload.ui.tabs.home.HomeTabEditItemDialog -->
<string name="edit_entry">Edit Entry</string>
<!-- cloud.pablos.overload.ui.tabs.calendar.CalendarTab -->
<string name="calendar">Calendar</string>
<!-- cloud.pablos.overload.ui.tabs.configurations.ConfigurationsTab -->
Expand Down Expand Up @@ -75,28 +78,27 @@
<string name="license">License</string>
<string name="license_descr">GNU GPL v3</string>
<string name="footer">created with ❤️ by pabloscloud</string>
<string name="acra_toastText">Crash detected. Please help by sending a mail!</string>
<string name="acra_toastText">Crash detected. Please help by sending an email!</string>
<string name="acra_mailTo">[email protected]</string>
<string name="acra_mailBody">
Crash detected. Please help us improve by sending this email, so we can get this fixed as soon as possible.\n
Sorry for the inconveniences caused! Your input is essential for fixing this issue.\n
\n
Description - What did you do when the app crashed?\n
\n
\n
Steps to reproduce - Can you provide a step-by-step guide on how to reproduce the crash?\n
\n
\n
Visuals - Please include any screenshots or screen-recordings.\n
\n
\n
Recent changes - Did you recently update the app or change device settings?\n
\n
\n
Frequency - How often does this crash occur?\n
\n
\n
Thanks for patience!
<string name="acra_mailBody"> Crash detected. Please help us improve by sending this email, so we can get this fixed as soon as possible.\n
Sorry for the inconveniences caused! Your input is essential for fixing this issue.\n
\n
Description - What did you do when the app crashed?\n
\n
\n
Steps to reproduce - Can you provide a step-by-step guide on how to reproduce the crash?\n
\n
\n
Visuals - Please include any screenshots or screen-recordings.\n
\n
\n
Recent changes - Did you recently update the app or change device settings?\n
\n
\n
Frequency - How often does this crash occur?\n
\n
\n
Thanks for your patience!
</string>
<!-- cloud.pablos.overload.ui.tabs.configurations.ConfigurationsTabWorkGoalDialog -->
<string name="save">Save</string>
Expand All @@ -113,10 +115,10 @@
<string name="arrow_forward">arrow forward from start to end</string>
<string name="select_year">Select Year</string>
<string name="translate">Translate</string>
<string name="translate_descr">Want to translate the app\? Thanks!</string>
<string name="translate_descr">Want to translate the app? Thanks!</string>
<string name="adjust">Adjust</string>
<string name="adjust_end_time">Adjust end time</string>
<string name="adjust_descr">Adjust the end time to whenever it actually ended. </string>
<string name="adjust_descr">Adjust the end time to whenever it actually ended.</string>
<string name="spread_across_days">Spread across days</string>
<string name="spans_days">Time entry spans multiple days</string>
<string name="spans_days_descr">A time entry spans across multiple days. Perhaps you forgot to stop it. Do you want to adjust the end?</string>
Expand All @@ -130,4 +132,4 @@
<string name="talback_pause">Pause from %s to %s</string>
<string name="talback_entry_ongoing">Ongoing entry since %s</string>
<string name="talback_pause_ongoing">Ongoing pause since %s</string>
</resources>
</resources>

0 comments on commit 447f567

Please sign in to comment.