<?php
$mess = [

    // Welcome Card
    'welc.title' => 'Welcome on Pydio Community Dashboard',
    'welc.subtitle' => 'The place to administrate and monitor the activity of your platform',
    'welc.intro' => 'This is your dashboard for managing Pydio. Using the left menu you can create <a class="doc-link" data-path="/data/repositories">workspaces</a> and <a class="doc-link" data-path="/data/users">users</a>,
                            check all <a class="doc-link" data-path="/admin/logs">events</a> that happened on the platform, and manage <a class="doc-link" data-path="/parameters/core">configurations</a> and <a class="doc-link" data-path="/plugins/manager">plugins</a>.',
    'welc.guide' => 'If you don\'t know where to start, the <u>Administrator Guide</u> is definitely a good read:',
    'welc.btn.start' => 'Getting Started',
    'welc.btn.ws' => 'About Workspaces',
    'welc.btn.users' => 'About Users Management',
    'welc.btn.parameters' => 'About Parameters',
    'welc.btn.advanced' => 'Advanced Topics',

    // Knowledge Base
    'kb.title' => 'Get yourself some help',
    'kb.subtitle' => 'Our most common F.A.Q and tutorial, a.k.a RTFM',
    'kb.intro' => 'Beside the forum, our website provides plenty of docs to help you. Make sure to look throught them before posting your questions ;-)',
    'kb.btn.alldocs' => 'All documentation',
    'kb.btn.forum' => 'Go to Forum',

    // Contribute
    'cont.title'=> 'Pay it forward!',
    'cont.subtitle' => 'Pydio is free open source software. Contribute back!',
    'cont.intro' => 'Pydio code is available publicly on Github. Do you want to fix a bug, help others in the forum or push the next killer feature? Get involved!
                            Or show your love on social networks!',
    'cont.topic.translate' => 'How-to create or complete a language translation ?',
    'cont.topic.report' => 'I think I found a bug! Post in the forum.',
    'cont.topic.report.2' => 'My bug is qualified: open a github issue.',
    'cont.topic.pr' => 'I implemented a new feature: github Pull Requests',
    'cont.btn.github' => 'Github Star',
    'cont.btn.fb' => 'Follow us',
    'cont.btn.tw' => 'Twitter',

    // Enterprise Ad,
    'ent.title' => 'Discover Pydio Enterprise Distribution',
    'ent.subtitle' => 'SAVE TIME - GET MORE FEATURE - EXTENDED BRANDING',
    'ent.features' => 'Enterprise-oriented features',
    'ent.features.legend' => 'Enterprise-ready features : EasyTransfer, CAS/SAML integration, Multi-domain LDAP and many more...',
    'ent.advanced' => 'Advanced Administrator Dashboard',
    'ent.advanced.legend' => 'Unique admin dashboard for real-time monitoring of platform usage.',
    'ent.support' => 'Support and Maintenance',
    'ent.support.legend' => 'Get help with your installation directly from the core team',
    'ent.btn.more' => 'Learn More',
    'ent.btn.contact' => 'Contact Sales'


];