generated from aljawaid/KanboardSkeletonPlugin
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<?php | ||
|
||
return array( | ||
// | ||
// GENERAL | ||
// | ||
//'This plugin will rename your installation to \'My Workspace\' and include matching device icons in the site metadata for a better user experience. A revamped login page, with a new Admin Dashboard showing global installation activity data with corrected page titles will give a more professional appeal across the site and when sharing links.' => '', | ||
//'Application Branding' => '', | ||
// | ||
// CORE OVERRIDES OR 3RD PARTY PLUGIN TRANSLATIONS AFFECTING THIS PLUGIN | ||
// | ||
//'Settings saved successfully' => '', | ||
//'Unable to save your settings' => '', | ||
'Check two factor authentication code' => 'Security Check', | ||
// | ||
// auth/index.php | ||
// | ||
//'My Workspace' => '', | ||
//'AUTHORISED USERS ONLY' => '', | ||
//'Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.' => '', | ||
//'Username' => '', | ||
//'Password' => '', | ||
//'Enter the text below' => '', | ||
//'Remember Me' => '', | ||
//'Reset Password' => '', | ||
//'Login' => '', | ||
//'Enter Application' => '', | ||
// | ||
// config/about.php | ||
// | ||
//'My Workspace Dashboard' => '', | ||
//'Projects' => '', | ||
//'Open Projects' => '', | ||
//'Closed Projects' => '', | ||
//'Total Projects' => '', | ||
//'Personal Projects' => '', | ||
//'Public Projects' => '', | ||
//'Categories' => '', | ||
//'Automatic Actions' => '', | ||
//'Plugins' => '', | ||
//'Tasks' => '', | ||
//'Open Tasks' => '', | ||
//'Closed Tasks' => '', | ||
//'Total Tasks' => '', | ||
//'Comments' => '', | ||
//'Attachments' => '', | ||
//'Tags' => '', | ||
//'Project Tags' => '', | ||
//'Global Tags' => '', | ||
//'Total Tags' => '', | ||
//'Link Labels' => '', | ||
//'Link Label Pairs' => '', | ||
//'Total Links' => '', | ||
//'User Groups' => '', | ||
//'User Timezones' => '', | ||
//'User Languages' => '', | ||
//'Users' => '', | ||
//'Active Users' => '', | ||
//'Disabled Users' => '', | ||
//'Total Users' => '', | ||
//'Members' => '', | ||
//'Managers' => '', | ||
//'Administrators' => '', | ||
//'Configuration' => '', | ||
//'Application Version' => '', | ||
//'PHP Version' => '', | ||
//'PHP SAPI' => '', | ||
//'HTTP Client' => '', | ||
//'Server Operating System' => '', | ||
//'Server OS' => '', | ||
//'Database Driver' => '', | ||
//'Database Version' => '', | ||
//'Browser' => '', | ||
//'Detailed Configuration' => '', | ||
//'View Technical Information' => '', | ||
//'Database' => '', | ||
//'Database Size' => '', | ||
//'Download Database' => '', | ||
//'(Gzip compressed SQLite file)' => '', | ||
//'Upload Database' => '', | ||
//'Optimize Database' => '', | ||
//'(VACUUM command)' => '', | ||
//'Application Platform' => '', | ||
//'Opens in a new window' => '', | ||
//'Website' => '', | ||
//'Documentation' => '', | ||
//'Forum' => '', | ||
//'Source Code' => '', | ||
//'License' => '', | ||
//'Application License' => '', | ||
// | ||
// config/branding-settings.php | ||
// | ||
//'Workspace logo' => '', | ||
//'Application Name' => '', | ||
//'Enter the new name for this application' => '', | ||
//'Site Name' => '', | ||
//'By default, this plugin will rename your application to "My Workspace" once installed' => '', | ||
//'Login Page' => '', | ||
//'Adjust the settings below to customise the login page' => '', | ||
//'Visitor Warning' => '', | ||
//'Enter a single line title or leave blank for the default title' => '', | ||
//'Login Message' => '', | ||
//'Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.' => '', | ||
//'This message will appear within the form above the username or leave blank for the default message' => '', | ||
//'Copyright From' => '', | ||
//'If no year is entered, then the standard copyright message with the current year is shown' => '', | ||
//'Site Metadata' => '', | ||
//'The site description and common device icons are shown in' => '', | ||
//'Visit page' => '', | ||
//'Saves any changes made on this page' => '', | ||
//'Save Settings' => '', | ||
// | ||
// config/metadata.php | ||
// | ||
//'The site name can be changed in the' => '', | ||
//'Application Settings' => '', | ||
//'Go to Application Settings' => '', | ||
//'Site Description' => '', | ||
//'The meta description applies across the site except for the \'Reset Password\' page' => '', | ||
//'Meta Description' => '', | ||
//'Use this kanban platform to manage your productivity using tasks inside project boards to track files, comments and activities.' => '', | ||
//'The generic description will be used if this field is left empty' => '', | ||
//'Generic Description' => '', | ||
//'Reset Password Page Description' => '', | ||
//'Change your password for this kanban platform.' => '', | ||
//'Device Icons' => '', | ||
//'The images below are used for various devices and become most useful when sharing and saving links. The icons are all based on the generic image included with this plugin.' => '', | ||
//'Included Icons' => '', | ||
// | ||
// config/sidebar.php | ||
// | ||
//'Site Metadata' => '', | ||
// | ||
// header/title.php | ||
// | ||
//'Dashboard' => '', | ||
//'Task Limit' => '', | ||
// | ||
// password_reset/change.php | ||
// | ||
//'New Password' => '', | ||
//'Confirm New Password' => '', | ||
//'Change Password' => '', | ||
// | ||
// password_reset/create.php | ||
// | ||
//'A link to change your password will be sent by email to the username registered in the system' => '', | ||
//'Your profile must have a valid email address' => '', | ||
//'Enter the text below' => '', | ||
//'Back to Login' => '', | ||
//'Your IP:' => '', | ||
// | ||
// password_reset/email.php | ||
// | ||
//'Click on the following link to reset your password:' => '', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters