From 743677e9c95f20bbe7cdff2e4f6734f744bb0c73 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Feb 2021 18:37:23 +0100 Subject: [PATCH] fix lang import sorting --- Theme/Backend/Lang/de.lang.php | 66 ++++++++++++++++++---------------- Theme/Backend/Lang/en.lang.php | 64 +++++++++++++++++---------------- 2 files changed, 69 insertions(+), 61 deletions(-) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c0ac5a3..1f62eff 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -19,18 +19,20 @@ return ['Admin' => [ 'Account' => 'Account', 'Account/Group' => 'Account/Groupe', 'Accounts' => 'Konten', - 'Active' => 'Aktiv', 'Activate' => 'Aktivieren', + 'Active' => 'Aktiv', 'Activity' => 'Aktivität', - 'AuditLog' => 'Audit Log', - 'Available' => 'Verfügbar', + 'Address' => '', 'All' => 'Alle', 'Amount' => 'Menge', 'App' => 'App', 'Area' => 'Gebiet', + 'AuditLog' => 'Audit Log', + 'Available' => 'Verfügbar', 'Banned' => 'Gabannt', 'Cache' => 'Cache', 'Children' => 'Kinder', + 'City' => '', 'Close' => 'Schließen', 'Comp' => 'Komp.', 'Component' => 'Komponent', @@ -42,11 +44,11 @@ return ['Admin' => [ 'Currency' => 'Currency', 'Currencyformat' => 'Währungsformat', 'Customized' => 'Customized', + 'Deactivate' => 'Deaktivieren', 'DecimalPoint' => 'Decimal Point', 'Defaults' => 'Defaults', - 'Description' => 'Description', - 'Delete' => 'Delete', - 'Deactivate' => 'Deactivate', + 'Delete' => 'Löschen', + 'Description' => 'Beschreibung', 'Ele' => 'Ele.', 'Element' => 'Element', 'Email' => 'Email', @@ -57,6 +59,9 @@ return ['Admin' => [ 'General' => 'General', 'Glass' => 'Glass', 'Group' => 'Group', + 'GroupStatus1' => 'Active', + 'GroupStatus2' => 'Inactive', + 'GroupStatus4' => 'Hidden', 'Groups' => 'Groups', 'Heavy' => 'Heavy', 'Inactive' => 'Inactive', @@ -69,12 +74,12 @@ return ['Admin' => [ 'Light' => 'Light', 'Load' => 'Load', 'Localization' => 'Localization', - 'Long' => 'Long', 'Log' => 'Log', - 'LoginRetries' => 'Login Retries', 'LogPath' => 'Log Path', 'Logging' => 'Logging', + 'LoginRetries' => 'Login Retries', 'Loginname' => 'Login Name', + 'Long' => 'Long', 'Lowercase' => 'Lowercase', 'Maintenance' => 'Maintenance', 'Medium' => 'Medium', @@ -107,38 +112,44 @@ return ['Admin' => [ 'Person' => 'Person', 'Precision' => 'Genauigkeit', 'Profile' => 'Profile', - 'Read' => 'Read', 'RAddress' => 'Remote Address', 'ReCache' => 'Re-Cache', + 'Read' => 'Read', 'Release' => 'Release', 'Reset' => 'Reset', 'Running' => 'Running', - 'Short' => 'Short', 'Sea' => 'Sea', + 'Search' => '', 'Security' => 'Security', 'Settings' => 'Settings', 'SettingsGeneral' => 'Settings - General', + 'Short' => 'Short', 'Single' => 'Single', 'Slow' => 'Slow', 'Small' => 'Small', - 'Speed' => 'Speed', 'Specialchar' => 'Special character', + 'Speed' => 'Speed', 'Status' => 'Status', - 'Total' => 'Total', - 'Type' => 'Type', + 'Status0' => 'None', + 'Status1' => 'Active', + 'Status2' => 'Inactive', + 'Status3' => 'Timehout', + 'Status4' => 'Banned', 'Tablespoon' => 'Tablespoon', 'Teaspoon' => 'Teaspoon', 'Temperature' => 'Temperature', 'Theme' => 'Theme', 'ThousandsSeparator' => 'Thousands Separator', 'Time' => 'Time', - 'TimeoutPeriod' => 'Timeout Period (minutes)', - 'Timestamp' => 'Timestamp', 'Timeformat' => 'Timeformat', 'Timeout' => 'Timeout', + 'TimeoutPeriod' => 'Timeout Period (minutes)', + 'Timestamp' => 'Timestamp', 'Timezone' => 'Timezone', - 'Unit' => 'Unit', + 'Total' => 'Total', + 'Type' => 'Type', 'Uninstall' => 'Uninstall', + 'Unit' => 'Unit', 'Update' => 'Update', 'Uppercase' => 'Uppercase', 'Username' => 'Username', @@ -148,30 +159,23 @@ return ['Admin' => [ 'VeryLarge' => 'Very Large', 'VeryLight' => 'Very Light', 'VeryLong' => 'Very Long', - 'VerySlow' => 'Very Slow', 'VeryShort' => 'Very Short', + 'VerySlow' => 'Very Slow', 'VerySmall' => 'Very Small', 'Volume' => 'Volume', 'Warnings' => 'Warnings', 'Website' => 'Website', 'Weight' => 'Weight', + 'Zip' => '', + 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', + 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', + 'i:PasswordHistory' => 'New password has to be different from the last N passwords', + 'i:PasswordRegex' => 'Password requirement for users', + 'i:TimeoutPeriod' => 'Timeout period after too many logins', 'i:loc' => 'IP address or URL for remote access.', 'i:mail' => 'Email address.', 'i:oname' => 'Organization name.', - 'i:rem' => 'IP address or URL for remote access.', 'i:rc' => 'Forcing re-cache for every user.', + 'i:rem' => 'IP address or URL for remote access.', 'i:timef' => 'Time format.', - 'Status0' => 'None', - 'Status1' => 'Active', - 'Status2' => 'Inactive', - 'Status3' => 'Timehout', - 'Status4' => 'Banned', - 'GroupStatus1' => 'Active', - 'GroupStatus2' => 'Inactive', - 'GroupStatus4' => 'Hidden', - 'i:PasswordRegex' => 'Password requirement for users', - 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', - 'i:TimeoutPeriod' => 'Timeout period after too many logins', - 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', - 'i:PasswordHistory' => 'New password has to be different from the last N passwords', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 0a0ffdc..4acb62b 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -19,18 +19,20 @@ return ['Admin' => [ 'Account' => 'Account', 'Account/Group' => 'Account/Group', 'Accounts' => 'Accounts', - 'Active' => 'Active', 'Activate' => 'Activate', + 'Active' => 'Active', 'Activity' => 'Activity', - 'AuditLog' => 'Audit Log', - 'Available' => 'Available', + 'Address' => '', 'All' => 'All', 'Amount' => 'Amount', 'App' => 'App', 'Area' => 'Area', + 'AuditLog' => 'Audit Log', + 'Available' => 'Available', 'Banned' => 'Banned', 'Cache' => 'Cache', 'Children' => 'Children', + 'City' => '', 'Close' => 'Close', 'Comp' => 'Comp.', 'Component' => 'Component', @@ -42,11 +44,11 @@ return ['Admin' => [ 'Currency' => 'Currency', 'Currencyformat' => 'Currency Format', 'Customized' => 'Customized', + 'Deactivate' => 'Deactivate', 'DecimalPoint' => 'Decimal Point', 'Defaults' => 'Defaults', - 'Description' => 'Description', 'Delete' => 'Delete', - 'Deactivate' => 'Deactivate', + 'Description' => 'Description', 'Ele' => 'Ele.', 'Element' => 'Element', 'Email' => 'Email', @@ -57,6 +59,9 @@ return ['Admin' => [ 'General' => 'General', 'Glass' => 'Glass', 'Group' => 'Group', + 'GroupStatus1' => 'Active', + 'GroupStatus2' => 'Inactive', + 'GroupStatus4' => 'Hidden', 'Groups' => 'Groups', 'Heavy' => 'Heavy', 'Inactive' => 'Inactive', @@ -69,12 +74,12 @@ return ['Admin' => [ 'Light' => 'Light', 'Load' => 'Load', 'Localization' => 'Localization', - 'Long' => 'Long', 'Log' => 'Log', - 'LoginRetries' => 'Login Retries', 'LogPath' => 'Log Path', 'Logging' => 'Logging', + 'LoginRetries' => 'Login Retries', 'Loginname' => 'Login Name', + 'Long' => 'Long', 'Lowercase' => 'Lowercase', 'Maintenance' => 'Maintenance', 'Medium' => 'Medium', @@ -107,38 +112,44 @@ return ['Admin' => [ 'Person' => 'Person', 'Precision' => 'Precision', 'Profile' => 'Profile', - 'Read' => 'Read', 'RAddress' => 'Remote Address', 'ReCache' => 'Re-Cache', + 'Read' => 'Read', 'Release' => 'Release', 'Reset' => 'Reset', 'Running' => 'Running', - 'Short' => 'Short', 'Sea' => 'Sea', + 'Search' => '', 'Security' => 'Security', 'Settings' => 'Settings', 'SettingsGeneral' => 'Settings - General', + 'Short' => 'Short', 'Single' => 'Single', 'Slow' => 'Slow', 'Small' => 'Small', - 'Speed' => 'Speed', 'Specialchar' => 'Special character', + 'Speed' => 'Speed', 'Status' => 'Status', - 'Total' => 'Total', - 'Type' => 'Type', + 'Status0' => 'None', + 'Status1' => 'Active', + 'Status2' => 'Inactive', + 'Status3' => 'Timehout', + 'Status4' => 'Banned', 'Tablespoon' => 'Tablespoon', 'Teaspoon' => 'Teaspoon', 'Temperature' => 'Temperature', 'Theme' => 'Theme', 'ThousandsSeparator' => 'Thousands Separator', 'Time' => 'Time', - 'TimeoutPeriod' => 'Timeout Period (minutes)', - 'Timestamp' => 'Timestamp', 'Timeformat' => 'Timeformat', 'Timeout' => 'Timeout', + 'TimeoutPeriod' => 'Timeout Period (minutes)', + 'Timestamp' => 'Timestamp', 'Timezone' => 'Timezone', - 'Unit' => 'Unit', + 'Total' => 'Total', + 'Type' => 'Type', 'Uninstall' => 'Uninstall', + 'Unit' => 'Unit', 'Update' => 'Update', 'Uppercase' => 'Uppercase', 'Username' => 'Username', @@ -148,30 +159,23 @@ return ['Admin' => [ 'VeryLarge' => 'Very Large', 'VeryLight' => 'Very Light', 'VeryLong' => 'Very Long', - 'VerySlow' => 'Very Slow', 'VeryShort' => 'Very Short', + 'VerySlow' => 'Very Slow', 'VerySmall' => 'Very Small', 'Volume' => 'Volume', 'Warnings' => 'Warnings', 'Website' => 'Website', 'Weight' => 'Weight', + 'Zip' => '', + 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', + 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', + 'i:PasswordHistory' => 'New password has to be different from the last N passwords', + 'i:PasswordRegex' => 'Password requirement for users', + 'i:TimeoutPeriod' => 'Timeout period after too many logins', 'i:loc' => 'IP address or URL for remote access.', 'i:mail' => 'Email address.', 'i:oname' => 'Organization name.', - 'i:rem' => 'IP address or URL for remote access.', 'i:rc' => 'Forcing re-cache for every user.', + 'i:rem' => 'IP address or URL for remote access.', 'i:timef' => 'Time format.', - 'Status0' => 'None', - 'Status1' => 'Active', - 'Status2' => 'Inactive', - 'Status3' => 'Timehout', - 'Status4' => 'Banned', - 'GroupStatus1' => 'Active', - 'GroupStatus2' => 'Inactive', - 'GroupStatus4' => 'Hidden', - 'i:PasswordRegex' => 'Password requirement for users', - 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', - 'i:TimeoutPeriod' => 'Timeout period after too many logins', - 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', - 'i:PasswordHistory' => 'New password has to be different from the last N passwords', ]];