forked from vkevin/MODx-Revolution-Nederlands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.inc.php
38 lines (38 loc) · 1.55 KB
/
dashboard.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/**
* Welcome Page Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author GP Sietzema, Sterc.nl
*/
$_lang['active_users_none'] = 'No currently active users.';
$_lang['add_user'] = 'Add User';
$_lang['create_resource'] = 'Create Resource';
$_lang['dashboard'] = 'Dashboard';
$_lang['documentation'] = 'Documentation';
$_lang['file_bug'] = 'File a bug';
$_lang['forums'] = 'Forums';
$_lang['help'] = 'Help';
$_lang['modx_news'] = 'MODx News';
$_lang['onlineusers_action'] = 'Action';
$_lang['onlineusers_actionid'] = 'Action-ID';
$_lang['onlineusers_ipaddress'] = 'User\'s IP address';
$_lang['onlineusers_lasthit'] = 'Last hit';
$_lang['onlineusers_message'] = 'This list shows all users active within the last 20 minutes (current time is [[+curtime]])';
$_lang['onlineusers_title'] = 'Online users';
$_lang['onlineusers_user'] = 'User';
$_lang['onlineusers_userid'] = 'User\'s ID';
$_lang['quicklinks'] = 'Quicklinks';
$_lang['security_notices'] = 'Security Notices';
$_lang['view_tree'] = 'View Tree';
$_lang['welcome_back'] = 'Welcome back, [[+name]].';
$_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.';
$_lang['welcome_title'] = 'Welcome to your MODx Content Manager';
$_lang['yourinfo_message'] = 'This section shows some information about you:';
$_lang['yourinfo_previous_login'] = 'Your last login:';
$_lang['yourinfo_title'] = 'Your info';
$_lang['yourinfo_total_logins'] = 'Total number of logins:';
$_lang['yourinfo_username'] = 'You are logged in as:';