source: extensions/event_cats/event_cats/language/en_UK/plugin.lang.php @ 3956

Last change on this file since 3956 was 3956, checked in by LucMorizur, 15 years ago

[event cats] First commit, with files this time

File size: 976 bytes
Line 
1<?php
2
3/*
4Language module for plugin Even Cats
5English
6LucMorizur June - ... 2009
7*/
8
9// $ec_err :
10$lang['ec_err_AP_fail'] = 'Reference to an Additional Page which doesn\'t exist'; // 1
11$lang['ec_err_cod_dupl_frbdn'] = 'Code should be unique '; // 2
12$lang['ec_err_AP_miss'] = 'Redirection to Additional Page, but AP not specified'; // 3
13$lang['ec_err_USR_fail'] = 'An entry associates a code to an unknown user_id or username'; // 4
14$lang['ec_err_CAT_fail'] = 'An unknown category has been given as arg1'; // 5
15$lang['ec_err_IMG_fail'] = 'An image id not found in a certain category, has been given as arg2'; // 6
16$lang['ec_err_USR_prbl'] = 'User not clear'; // 7
17$lang['ec_err_USR_dupl'] = 'Code is associated to more than one user_id'; // 8
18$lang['ec_err_CAT_miss'] = 'Category id misses'; // 9
19$lang['ec_err_IMG_miss'] = 'Image id misses'; // 10
20$lang['ec_err_forced_prbl'] = 'Outdated code should always be forced'; // 11
21
22
23// $lang[''] = '';
24
25?>
Note: See TracBrowser for help on using the repository browser.