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:00 |
8
|
|
|
define('_MB_APCAL_MAXGIFSADAY','Puntos má�imos por d��'); |
9
|
|
|
define('_MB_APCAL_JUSTONCEADAYAPLUGIN','Mostrar solamente un punto por d�� o por plugin'); |
10
|
|
|
define('_MB_APCAL_PLUGINS','Plugins Activos'); |
11
|
|
|
define('_MB_APCAL_PLUGINS_DESC','Lista de plugins separados por, (comas)'); |
12
|
|
|
define('_MB_APCAL_PLUGINS_VALID','Plugins VáÍidos'); |
13
|
|
|
|
14
|
|
|
// Appended by Xoops Language Checker -GIJOE- in 2005-01-08 04:36:48 |
15
|
|
|
define('_MB_APCAL_MAXITEMS','Mostrar'); |
16
|
|
|
define('_MB_APCAL_CATSEL','Categor��'); |
17
|
|
|
define('_MB_APCAL_CATSELSUB','Mostrar tambien subcategor��s'); |
18
|
|
|
define('_MB_APCAL_UNTILDAYS','Durante %s los d��s (0 implica siempre)'); |
19
|
|
|
|
20
|
|
|
define( 'APCAL_BL_LOADED' , 1 ) ; |
21
|
|
|
|
22
|
|
|
// Xoops Mexican & Spanish Support (http://www.neoideas.net/xoops/) |
23
|
|
|
// $Id: blocks.php, v 0.5 2003/11/07 20:00:09$ |
24
|
|
|
//%%%%%% Admin Module Name APCal %%%%% |
25
|
|
|
// for monthly calendar block |
26
|
|
|
define('_MB_APCAL_PREV_MONTH','Anterior'); |
27
|
|
|
define('_MB_APCAL_NEXT_MONTH','Siguiente'); |
28
|
|
|
define('_MB_APCAL_YEAR',''); |
29
|
|
|
define('_MB_APCAL_MONTH',''); |
30
|
|
|
define('_MB_APCAL_JUMP','Ir'); |
31
|
|
|
|
32
|
|
|
// for after the day's events block |
33
|
|
|
// %s means the indicated day |
34
|
|
|
define('_MB_APCAL_EVENTS_AFTER','Eventos despuñ� %s'); |
35
|
|
|
|
36
|
|
|
// for the day's events block |
37
|
|
|
// %s means the indicated day |
38
|
|
|
define('_MB_APCAL_EVENTS_THEDAY','Eventos en %s'); |
39
|
|
|
|
40
|
|
|
|
41
|
|
|
|
42
|
|
|
// Appended by Xoops Language Checker -GIJOE- in 2004-01-14 18:31:00 |
43
|
|
|
define('_MB_APCAL_MAXNEWITEMS','Mostrar'); |
44
|
|
|
|
45
|
|
|
} |
46
|
|
|
|
47
|
|
|
?> |
|
|
|
|
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.