couple of lang strings

This commit is contained in:
Andy Miller
2023-06-08 14:51:09 -06:00
parent 74059f3402
commit 51f0f0f367
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.42
## mm/dd/2023
1. [](#new)
* Added a couple of string translations
# v1.10.41.2 # v1.10.41.2
## 05/11/2023 ## 05/11/2023

View File

@@ -107,7 +107,6 @@ PLUGIN_ADMIN:
BACKUP_DELETED: "Backup Successfully Deleted" BACKUP_DELETED: "Backup Successfully Deleted"
BACKUP_NOT_FOUND: "Backup Not Found" BACKUP_NOT_FOUND: "Backup Not Found"
BACKUP_DATE: "Backup Date" BACKUP_DATE: "Backup Date"
STATISTICS: "Statistics" STATISTICS: "Statistics"
VIEWS_STATISTICS: "Page View Statistics" VIEWS_STATISTICS: "Page View Statistics"
TODAY: "Today" TODAY: "Today"
@@ -207,11 +206,13 @@ PLUGIN_ADMIN:
PASSWORD: "Password" PASSWORD: "Password"
PASSWORD_CONFIRM: "Confirm Password" PASSWORD_CONFIRM: "Confirm Password"
TITLE: "Title" TITLE: "Title"
LANGUAGE: "Language"
ACCOUNT: "Account" ACCOUNT: "Account"
EMAIL_VALIDATION_MESSAGE: "Must be a valid email address" EMAIL_VALIDATION_MESSAGE: "Must be a valid email address"
PASSWORD_VALIDATION_MESSAGE: "Password must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters" PASSWORD_VALIDATION_MESSAGE: "Password must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters"
LANGUAGE: "Language"
LANGUAGE_HELP: "Set the favorite language" LANGUAGE_HELP: "Set the favorite language"
LANGUAGE_DEBUG: "Debug language"
LANGUAGE_DEBUG_HELP: "Enable the debug of languages which are using the |t twig filter by adding a span around them that can be styled to help diagnose issues"
MEDIA: "Media" MEDIA: "Media"
DEFAULTS: "Defaults" DEFAULTS: "Defaults"
SITE_TITLE: "Site Title" SITE_TITLE: "Site Title"