Code Duplication    Length = 27-32 lines in 6 locations

language/french/blocks.php 1 location

@@ 3-31 (lines=29) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED' , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH','Pr&eacute;c');
9
define('_MB_APCAL_NEXT_MONTH','Suiv');
10
define('_MB_APCAL_YEAR','');
11
define('_MB_APCAL_MONTH','');
12
define('_MB_APCAL_JUMP','Saut');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER','Ev&egrave;nements apr&egrave;s la date du %s');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY','Ev&egrave;nements en date du %s');
21
22
23
define('_MB_APCAL_MAXITEMS','Affichage');
24
define('_MB_APCAL_CATSEL','Cat&eacute;gorie');
25
define('_MB_APCAL_CATSELSUB','Afficher &eacute;galement les sous-cat&eacute;gories');
26
define('_MB_APCAL_UNTILDAYS',"Jusqu'&agrave; %s jours (0 correspond &agrave; sans limite)");
27
28
define('_MB_APCAL_MAXGIFSADAY',"Maximum d'images dotgifs par jour");
29
define('_MB_APCAL_JUSTONCEADAYAPLUGIN','Afficher seulement une image par jour et par plugin');
30
31
}
32
33
?>

language/japanese/blocks.php 1 location

@@ 3-31 (lines=29) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED' , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH','����');
9
define('_MB_APCAL_NEXT_MONTH','���');
10
define('_MB_APCAL_YEAR','ǯ');
11
define('_MB_APCAL_MONTH','��');
12
define('_MB_APCAL_JUMP','Jump');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER','%s�ʹߤ�ͽ��');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY','%s��ͽ��');
21
22
23
define("_MB_APCAL_MAXITEMS","ɽ�����");
24
define("_MB_APCAL_CATSEL","���ƥ��꡼�ʤ���");
25
define("_MB_APCAL_CATSELSUB","�۲��Υ��ƥ��꡼��ɽ������");
26
define("_MB_APCAL_UNTILDAYS","���� %s ���ޤǤ�ͽ���ɽ�������0�ʤ��¤ʤ���");
27
define("_MB_APCAL_MAXGIFSADAY","����������GIF���ɽ�����");
28
define("_MB_APCAL_JUSTONCEADAYAPLUGIN","���ץ饰���󤢤��꣱����路��ɽ�����ʤ�");
29
30
31
}
32
33
?>

language/polish/blocks.php 1 location

@@ 3-31 (lines=29) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED'  , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH'     , 'Poprzedni');
9
define('_MB_APCAL_NEXT_MONTH'     , 'Nast�pny');
10
define('_MB_APCAL_YEAR'           , '');
11
define('_MB_APCAL_MONTH'          , '');
12
define('_MB_APCAL_JUMP'           , 'Id�');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER'   , 'Wydarzenia po %s');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY'  , 'Wydarzenia w %s');
21
22
23
define("_MB_APCAL_MAXITEMS"       , "Wy�wietl");
24
define("_MB_APCAL_CATSEL"         , "Kategoria");
25
define("_MB_APCAL_CATSELSUB"      , "Wy�wietl podkategorie");
26
define("_MB_APCAL_UNTILDAYS"      , "Do %s dni najwi�cej (0 - niesko�czono��)");
27
28
define("_MB_APCAL_MAXGIFSADAY"    , "Maksymalna liczba  wydarze� na dzie�");
29
define("_MB_APCAL_JUSTONCEADAYAPLUGIN", "Wy�wietl tylko 1 wydarzenie na dzie� i na plugin");
30
31
}
32
33
?>

language/russian/blocks.php 1 location

@@ 3-34 (lines=32) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED' , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH','��������');
9
define('_MB_APCAL_NEXT_MONTH','�������');
10
define('_MB_APCAL_YEAR','');
11
define('_MB_APCAL_MONTH','');
12
define('_MB_APCAL_JUMP','�������');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER','����� ����� %s');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY','����� �� %s');
21
22
23
define("_MB_APCAL_MAXITEMS","��������");
24
define("_MB_APCAL_CATSEL","��������");
25
define("_MB_APCAL_CATSELSUB","�������� ������������");
26
define("_MB_APCAL_UNTILDAYS","�� %s ���� ��������� (0 - ��� ��������� �� �������)");
27
28
define("_MB_APCAL_MAXGIFSADAY","����������� ��������� ����/�������� � ���");
29
define("_MB_APCAL_JUSTONCEADAYAPLUGIN","�������� ����� 1 ����/�������� � ��� �� ������");
30
//define("_MB_APCAL_PLUGINS","������� ������");
31
//define("_MB_APCAL_PLUGINS_DESC","list the plugin's name separated with , (comma)");
32
//define("_MB_APCAL_PLUGINS_VALID","Valid Plugins");
33
34
}
35
36
?>

language/tchinese/blocks.php 1 location

@@ 3-29 (lines=27) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED' , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH','�W�Ӥ�');
9
define('_MB_APCAL_NEXT_MONTH','�U�Ӥ�');
10
define('_MB_APCAL_YEAR','�~');
11
define('_MB_APCAL_MONTH','��');
12
define('_MB_APCAL_JUMP','����');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER','%s �H�᪺�ƥ�');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY','%s ���ƥ�');
21
22
define('_MB_APCAL_MAXITEMS','��ܥ��');
23
define('_MB_APCAL_CATSEL','��O��w');
24
define('_MB_APCAL_CATSELSUB','�l��O�]���');
25
define('_MB_APCAL_UNTILDAYS','�̦h��� %s �Ѫ��ƥ� (0 ���L����)');
26
define('_MB_APCAL_MAXGIFSADAY','�]�w�C����̦ܳh�X�Өƥ�');
27
define('_MB_APCAL_JUSTONCEADAYAPLUGIN','�C�� plugin �C�Ѷȯ���ܤ@�Өƥ�');
28
29
}
30
31
?>

language/utf8_tw/blocks.php 1 location

@@ 3-29 (lines=27) @@
1
<?php
2
3
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_BL_LOADED' ) ) {
4
5
define( 'APCAL_BL_LOADED' , 1 ) ;
6
7
// for monthly calendar block
8
define('_MB_APCAL_PREV_MONTH','上個月');
9
define('_MB_APCAL_NEXT_MONTH','下個月');
10
define('_MB_APCAL_YEAR','年');
11
define('_MB_APCAL_MONTH','月');
12
define('_MB_APCAL_JUMP','切換');
13
14
// for after the day's events block
15
// %s means the indicated day
16
define('_MB_APCAL_EVENTS_AFTER','%s 以後的事件');
17
18
// for the day's events block
19
// %s means the indicated day
20
define('_MB_APCAL_EVENTS_THEDAY','%s 的事件');
21
22
define('_MB_APCAL_MAXITEMS','顯示件數');
23
define('_MB_APCAL_CATSEL','類別鎖定');
24
define('_MB_APCAL_CATSELSUB','子類別也顯示');
25
define('_MB_APCAL_UNTILDAYS','最多顯示 %s 天的事件 (0 為無限制)');
26
define('_MB_APCAL_MAXGIFSADAY','設定每日顯示最多幾個事件');
27
define('_MB_APCAL_JUSTONCEADAYAPLUGIN','每個 plugin 每天僅能顯示一個事件');
28
29
}
30
31
?>