aboutsummaryrefslogtreecommitdiff
path: root/mod/defaultwidgets/languages/en.php
blob: d6da12ba59c66b743660a16bd8f3263966c90e4a (plain)
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
<?php

$english = array (

	/**
	 * Nice name for the entity (shown in admin panel)
	 */
	'item:object:moddefaultwidgets' => 'DefaultWidgets settings',

	/**
	 * Menu items
	 */
	'defaultwidgets:menu:profile' => 'Default profile widgets',
    'defaultwidgets:menu:dashboard' => 'Default dashboard widgets',

    'defaultwidgets:admin:error' => 'Error: You are not logged in as an administrator',
	'defaultwidgets:admin:notfound' => 'Error: Page not found',
	'defaultwidgets:admin:loginfailure' => 'Warning: You are not currently logged is as an administrator',

	'defaultwidgets:update:success' => 'Your widget settings have been saved',
	'defaultwidgets:update:failed' => 'Error: settings have not been saved',
	'defaultwidgets:update:noparams' => 'Error: incorrect form parameters',

	'defaultwidgets:profile:title' => 'Set default widgets for new user profile pages',
	'defaultwidgets:dashboard:title' => 'Set default widgets for new user dashboard pages',
);

add_translation ( "en", $english );