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:02 |
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','Mostra'); |
16
|
|
|
define('_MB_APCAL_CATSEL','Categoria'); |
17
|
|
|
define('_MB_APCAL_CATSELSUB','Mostra anche le sottocategorie'); |
18
|
|
|
define('_MB_APCAL_UNTILDAYS','Fino a massimo %s giorni (0 significa in eterno)'); |
19
|
|
|
|
20
|
|
|
define( 'APCAL_BL_LOADED' , 1 ) ; |
21
|
|
|
|
22
|
|
|
// for monthly calendar block |
23
|
|
|
define('_MB_APCAL_PREV_MONTH','Prec.'); |
24
|
|
|
define('_MB_APCAL_NEXT_MONTH','Succ.'); |
25
|
|
|
define('_MB_APCAL_YEAR','Anno'); |
26
|
|
|
define('_MB_APCAL_MONTH','Mese'); |
27
|
|
|
define('_MB_APCAL_JUMP','Vai'); |
28
|
|
|
|
29
|
|
|
// for after the day's events block |
30
|
|
|
// %s means the indicated day |
31
|
|
|
define('_MB_APCAL_EVENTS_AFTER','Eventi dopo il %s'); |
32
|
|
|
|
33
|
|
|
// for the day's events block |
34
|
|
|
// %s means the indicated day |
35
|
|
|
define('_MB_APCAL_EVENTS_THEDAY','Eventi il %s'); |
36
|
|
|
|
37
|
|
|
|
38
|
|
|
// for new events block |
39
|
|
|
define("_MB_APCAL_MAXNEWITEMS","Mostra"); |
40
|
|
|
|
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.