Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
97b472 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['type_txt'] = 'Typ';
TB 4 $wb['source_server_txt'] = 'POP3-/Imapserver';
5 $wb['source_username_txt'] = 'Användarnamn';
6 $wb['source_password_txt'] = 'Lösenord';
7 $wb['source_delete_txt'] = 'Radera epost efter hämtning';
97b472 8 $wb['destination_txt'] = 'Destination';
14f228 9 $wb['active_txt'] = 'Aktiv';
97b472 10 $wb['limit_fetchmail_txt'] = 'The max. number of Fetchmail records for your account is reached.';
14f228 11 $wb['source_server_error_isempty'] = 'Serverfältet är tomt.';
TB 12 $wb['source_username_error_isempty'] = 'Användarnamn är tomt.';
13 $wb['source_password_error_isempty'] = 'Lösenord är tomt.';
14 $wb['destination_error_isemail'] = 'Ingen destination vald.';
15 $wb['source_server_error_regex'] = 'POP3-/Imapserver är inte ett giltigt domännamn.';
16 $wb['source_read_all_txt'] = 'Hämta all epost (även läst epost)';
17 $wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use "Delete emails after retrieval" = no together with "Retrieve all emails" = yes';
18 $wb['source_delete_note_txt'] = 'Vänligen kontrollera först om eposthämtning fungerar innan du aktiverar detta val..';
97b472 19 ?>
14f228 20