1
|
|
|
<?php |
2
|
|
|
|
3
|
|
View Code Duplication |
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) { |
|
|
|
|
4
|
|
|
|
5
|
|
|
|
6
|
|
|
|
7
|
|
|
// Appended by Xoops Language Checker -GIJOE- in 2005-04-22 12:02:01 |
8
|
|
|
define('_MB_APCAL_MAXGIFSADAY','Max dotgifs per a day'); |
9
|
|
|
define('_MB_APCAL_JUSTONCEADAYAPLUGIN','Display just 1 gif per a day and per a plugin'); |
10
|
|
|
define('_MB_APCAL_PLUGINS','Active Plugins'); |
11
|
|
|
define('_MB_APCAL_PLUGINS_DESC','list the plugin\'s name separated with , (comma)'); |
12
|
|
|
define('_MB_APCAL_PLUGINS_VALID','Valid Plugins'); |
13
|
|
|
|
14
|
|
|
// Appended by Xoops Language Checker -GIJOE- in 2005-01-08 04:36:50 |
15
|
|
|
define('_MB_APCAL_MAXITEMS','Display'); |
16
|
|
|
define('_MB_APCAL_CATSEL','Category'); |
17
|
|
|
define('_MB_APCAL_CATSELSUB','Also displays subcategories'); |
18
|
|
|
define('_MB_APCAL_UNTILDAYS','Until %s days at most (0 means eternal)'); |
19
|
|
|
|
20
|
|
|
define( 'APCAL_BL_LOADED' , 1 ) ; |
21
|
|
|
|
22
|
|
|
// for monthly calendar block |
23
|
|
|
define('_MB_APCAL_PREV_MONTH','Vorige'); |
24
|
|
|
define('_MB_APCAL_NEXT_MONTH','Volgende'); |
25
|
|
|
define('_MB_APCAL_YEAR','Jaar'); |
26
|
|
|
define('_MB_APCAL_MONTH','Maand'); |
27
|
|
|
define('_MB_APCAL_JUMP','Ga naar'); |
28
|
|
|
|
29
|
|
|
// for after the day's events block |
30
|
|
|
// %s means the indicated day |
31
|
|
|
define('_MB_APCAL_EVENTS_AFTER','Activiteiten na %s'); |
32
|
|
|
|
33
|
|
|
// for the day's events block |
34
|
|
|
// %s means the indicated day |
35
|
|
|
define('_MB_APCAL_EVENTS_THEDAY','Activiteiten op %s'); |
36
|
|
|
|
37
|
|
|
|
38
|
|
|
|
39
|
|
|
// Appended by Xoops Language Checker -GIJOE- in 2004-01-14 18:31:01 |
40
|
|
|
define('_MB_APCAL_MAXNEWITEMS','Display'); |
41
|
|
|
|
42
|
|
|
} |
43
|
|
|
|
44
|
|
|
?> |
|
|
|
|
Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.