Initial improvements

This commit is contained in:
ElPumpo
2020-04-14 16:49:28 +02:00
parent 2e04fd92b9
commit f4829871ad
4 changed files with 75 additions and 85 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
Locales['en'] = {
['data_incorrect'] = 'Data entered incorrectly. Please try again.',
['invalid_format'] = 'Data formatted incorrectly. Please try again.',
['no_identifiers'] = '[Error] Could not find identifiers.'
['data_incorrect'] = 'data entered incorrectly. Please try again.',
['invalid_format'] = 'data formatted incorrectly. Please try again.',
['no_identifier'] = 'there was an error loading your character!\nError code: identifier-missing\n\nThe cause of this error is not known, your identifier could not be found. Please come back later or report this problem to the server administration team.',
['missing_identity'] = 'there was an error loading your character!\nError code: identity-missing\n\nIt seems like your identity is missing, try connecting again.',
}