tbrehm
2010-08-23 07cd2546f7e873af12bd2d55b633c721fefca718
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Typ';
$wb['source_server_txt'] = 'Pop3/Imap Server';
$wb['source_username_txt'] = 'uživateľ';
$wb['source_password_txt'] = 'Heslo';
$wb['source_delete_txt'] = 'Zmazať e-maily po načítaní';
$wb['destination_txt'] = 'Cieľ';
$wb['active_txt'] = 'Aktívne';
$wb['limit_fetchmail_txt'] = 'Max. počet záznamov Fetchmail pre váš účet je dosiahnutý.';
$wb['source_server_error_isempty'] = 'Server je prázdny.';
$wb['source_username_error_isempty'] = 'uživateľ je prázdny.';
$wb['source_password_error_isempty'] = 'Heslo je prázdne.';
$wb['destination_error_isemail'] = 'Žiadny Cieľ nebol vybraný.';
$wb['source_server_error_regex'] = 'Pop3/Imap Server nie je valídne doménové meno.';
?>