Add missing translatable strings

This commit is contained in:
Michele Locati 2022-11-23 12:13:56 +01:00
parent 18fed6336f
commit b5d592425d
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -4122,6 +4122,7 @@ function lng($txt) {
'BackUp' => 'Back Up',
//'CalculateFolderSize' => 'Calculate folder size',
'Cancel' => 'Cancel',
'Cannot open file! Aborting download' => 'Cannot open file! Aborting download',
'Change' => 'Change',
'ChangePermissions' => 'Change Permissions',
//'Check Latest Version' => 'Check Latest Version',
@ -4133,6 +4134,7 @@ function lng($txt) {
'Created' => 'Created',
'CreateNewItem' => 'Create New Item',
'CreateNow' => 'Create Now',
'dark' => 'dark',
'Delete selected files and folders?' => 'Delete selected files and folders?',
'Delete' => 'Delete',
'Deleted' => 'Deleted',
@ -4146,6 +4148,7 @@ function lng($txt) {
'Error while moving from' => 'Error while moving from',
'Error while renaming from' => 'Error while renaming from',
'ErrorReporting' => 'Error Reporting',
'Execute' => 'Execute',
'FILE EXTENSION HAS NOT SUPPORTED' => 'FILE EXTENSION HAS NOT SUPPORTED',
'File extension is not allowed' => 'File extension is not allowed',
'File not found' => 'File not found',
@ -4153,6 +4156,7 @@ function lng($txt) {
'File Saved Successfully' => 'File Saved Successfully',
'File' => 'File',
'Files' => 'Files',
'Filter' => 'Filter',
'Folder is empty' => 'Folder is empty',
'Folder' => 'Folder',
//'Free of' => 'Free of',
@ -4160,16 +4164,19 @@ function lng($txt) {
'FullSize' => 'Full Size',
'Generate new password hash' => 'Generate new password hash',
'Generate' => 'Generate',
'Group' => 'Group',
'Help Documents' => 'Help Documents',
'Help' => 'Help',
'HideColumns' => 'Hide Perms/Owner columns',
'Invalid characters in file name' => 'Invalid characters in file name',
'Invalid characters in file or folder name' => 'Invalid characters in file or folder name',
'Invalid file or folder name' => 'Invalid file or folder name',
'Invalid Token.' => 'Invalid Token.',
'InvertSelection' => 'Invert Selection',
'ItemName' => 'Item Name',
'ItemType' => 'Item Type',
'Language' => 'Language',
'light' => 'light',
'Login failed. Invalid username or password' => 'Login failed. Invalid username or password',
'Login' => 'Sign in',
'Logout' => 'Sign Out',
@ -4180,10 +4187,13 @@ function lng($txt) {
'Name' => 'Name',
'NewItem' => 'New Item',
'NormalEditor' => 'Normal Editor',
'not created' => 'not created',
'not deleted' => 'not deleted',
'not found!' => 'not found!',
'Nothing selected' => 'Nothing selected',
'Open' => 'Open',
'Operations with archives are not available' => 'Operations with archives are not available',
'Other' => 'Other',
'Owner' => 'Owner',
//'PartitionSize' => 'Partition size',
'Password' => 'Password',
@ -4193,6 +4203,7 @@ function lng($txt) {
'Permissions not changed' => 'Permissions not changed',
'Perms' => 'Perms',
//'Preview' => 'Preview',
'Read' => 'Read',
//'RememberMe' => 'Remember Me',
'Rename' => 'Rename',
'Renamed from' => 'Renamed from',
@ -4210,6 +4221,8 @@ function lng($txt) {
'Size' => 'Size',
'Source path not defined' => 'Source path not defined',
'SourceFolder' => 'Source Folder',
'Tar' => 'Tar',
'Theme' => 'Theme',
'to' => 'to',
'UnSelectAll' => 'Unselect all',
'UnZip' => 'UnZip',
@ -4217,7 +4230,10 @@ function lng($txt) {
'Upload' => 'Upload',
'UploadingFiles' => 'Upload Files',
'Username' => 'Username',
'Write' => 'Write',
'You are logged in' => 'You are logged in',
'Zero byte file! Aborting download' => 'Zero byte file! Aborting download',
'Zip' => 'Zip',
],
];