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:03 |
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:51 |
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
|
|
|
//* Brazilian Portuguese Translation by Marcelo Yuji Himoro <www.yuji.eu.org> *// |
22
|
|
|
// for monthly calendar block |
23
|
|
|
define('_MB_APCAL_PREV_MONTH','Anterior'); |
24
|
|
|
define('_MB_APCAL_NEXT_MONTH','Seguinte'); |
25
|
|
|
define('_MB_APCAL_YEAR',''); |
26
|
|
|
define('_MB_APCAL_MONTH',''); |
27
|
|
|
define('_MB_APCAL_JUMP','Pular'); |
28
|
|
|
|
29
|
|
|
// for after the day's events block |
30
|
|
|
// %s means the indicated day |
31
|
|
|
define('_MB_APCAL_EVENTS_AFTER','Eventos ap�� %s'); |
32
|
|
|
|
33
|
|
|
// for the day's events block |
34
|
|
|
// %s means the indicated day |
35
|
|
|
define('_MB_APCAL_EVENTS_THEDAY','Eventos de %s'); |
36
|
|
|
|
37
|
|
|
|
38
|
|
|
// for new events block |
39
|
|
|
define("_MB_APCAL_MAXNEWITEMS","N�� de eventos a mostrar"); |
40
|
|
|
|
41
|
|
|
|
42
|
|
|
|
43
|
|
|
} |
44
|
|
|
|
45
|
|
|
?> |
|
|
|
|
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.