Subversion Repositories SvarDOS

Rev

Rev 1229 | Rev 1231 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1229 Rev 1230
Line 43... Line 43...
43
$STR['en']['captcha'][2]  = 'check the MIDDLE box';
43
$STR['en']['captcha'][2]  = 'check the MIDDLE box';
44
$STR['en']['captcha'][3]  = 'check the LAST box';
44
$STR['en']['captcha'][3]  = 'check the LAST box';
45
$STR['en']['captcha'][4]  = 'check the FIRST and LAST boxes';
45
$STR['en']['captcha'][4]  = 'check the FIRST and LAST boxes';
46
$STR['en']['captcha'][5]  = 'check the TWO LAST boxes';
46
$STR['en']['captcha'][5]  = 'check the TWO LAST boxes';
47
 
47
 
-
 
48
// PL translations by Mateusz Viste
48
$STR['pl']['opnewthread'] = 'stwórz nowy wątek';
49
$STR['pl']['opnewthread'] = 'stwórz nowy wątek';
49
$STR['pl']['newthread']   = 'Nowy wątek';
50
$STR['pl']['newthread']   = 'Nowy wątek';
50
$STR['pl']['latestentry'] = 'ostatni wpis:';
51
$STR['pl']['latestentry'] = 'ostatni wpis:';
51
$STR['pl']['searchterm']  = 'szukane wyrażenie:';
52
$STR['pl']['searchterm']  = 'szukane wyrażenie:';
52
$STR['pl']['noresults']   = 'Brak wyników';
53
$STR['pl']['noresults']   = 'Brak wyników';
Line 71... Line 72...
71
$STR['pl']['captcha'][2]  = 'zaznacz ŚRODKOWE pole';
72
$STR['pl']['captcha'][2]  = 'zaznacz ŚRODKOWE pole';
72
$STR['pl']['captcha'][3]  = 'zaznacz OSTATNIE pole';
73
$STR['pl']['captcha'][3]  = 'zaznacz OSTATNIE pole';
73
$STR['pl']['captcha'][4]  = 'zaznacz PIERWSZE i OSTATNIE pole';
74
$STR['pl']['captcha'][4]  = 'zaznacz PIERWSZE i OSTATNIE pole';
74
$STR['pl']['captcha'][5]  = 'zaznacz DWA OSTATNIE pola';
75
$STR['pl']['captcha'][5]  = 'zaznacz DWA OSTATNIE pola';
75
 
76
 
-
 
77
// pt-BR translations courtesty of Luzemário Dantas
-
 
78
$STR['pt']['opnewthread'] = 'abrir novo tópico';
-
 
79
$STR['pt']['newthread']   = 'Novo tópico';
-
 
80
$STR['pt']['latestentry'] = 'entrada mais recente:';
-
 
81
$STR['pt']['searchterm']  = 'termo pesquisado:';
-
 
82
$STR['pt']['noresults']   = 'Sem resultados';
-
 
83
$STR['pt']['reply']       = 'responder';
-
 
84
$STR['pt']['jumptoend']   = 'ir para o final';
-
 
85
$STR['pt']['listthreads'] = 'lista de tópicos';
-
 
86
$STR['pt']['author']      = 'autor:';
-
 
87
$STR['pt']['address']     = 'endereço:';
-
 
88
$STR['pt']['date']        = 'data:';
-
 
89
$STR['pt']['nameornick']  = 'seu nome ou apelido';
-
 
90
$STR['pt']['threadsubj']  = 'assunto';
-
 
91
$STR['pt']['yourmsg']     = 'Sua mensagem';
-
 
92
$STR['pt']['cancel']      = 'cancelar';
-
 
93
$STR['pt']['send']        = 'enviar';
-
 
94
$STR['pt']['archives']    = 'arquivos';
-
 
95
$STR['pt']['backtocur']   = 'voltar ao tópico atuai';
-
 
96
$STR['pt']['search']      = 'pesquisar';
-
 
97
$STR['pt']['password']    = 'senha';
-
 
98
$STR['pt']['optional']    = 'opcional';
-
 
99
$STR['pt']['passhelp']    = 'Fornecer uma senha aqui vai gerar uma assinatura digital única na sua mensagem.';
-
 
100
$STR['pt']['captcha'][1]  = 'marque a PRIMEIRA caixa';
-
 
101
$STR['pt']['captcha'][2]  = 'marque a caixa do MEIO';
-
 
102
$STR['pt']['captcha'][3]  = 'marque a ÚLTIMA caixa';
-
 
103
$STR['pt']['captcha'][4]  = 'marque a PRIMEIRA e ÚLTIMA caixas';
-
 
104
$STR['pt']['captcha'][5]  = 'marque as DUAS ÚLTIMAS caixas';
-
 
105
 
76
// *****************************************************************
106
// *****************************************************************
77
 
107
 
78
 
108
 
79
function data_dluga($timestamp) {
109
function data_dluga($timestamp) {
80
  date_default_timezone_set('UTC');
110
  date_default_timezone_set('UTC');