mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-22 05:30:56 +03:00
Merge branch 'master' into guild-data-load-errors
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
commit
29a3c863f8
7 changed files with 75 additions and 13 deletions
|
@ -477,8 +477,8 @@
|
|||
<data name="ReminderPosition" xml:space="preserve">
|
||||
<value>Position in list: {0}</value>
|
||||
</data>
|
||||
<data name="ReminderWillBeSentOn" xml:space="preserve">
|
||||
<value>The reminder will be sent on: {0}</value>
|
||||
<data name="ReminderTime" xml:space="preserve">
|
||||
<value>Reminder send time: {0}</value>
|
||||
</data>
|
||||
<data name="ReminderText" xml:space="preserve">
|
||||
<value>Reminder text: {0}</value>
|
||||
|
@ -576,6 +576,9 @@
|
|||
<data name="DataLoadFailedDescription" xml:space="preserve">
|
||||
<value>This will lead to unexpected behavior. Data will no longer be saved</value>
|
||||
</data>
|
||||
<data name="CommandExecutionFailed" xml:space="preserve">
|
||||
<value>An error occurred during command execution, try again later.</value>
|
||||
</data>
|
||||
<data name="ContactDevelopers" xml:space="preserve">
|
||||
<value>Contact the developers if the problem occurs again.</value>
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue