Skip to content
fi_users.lng 1.68 KiB
Newer Older
$wb['users_txt'] = 'Users';
$wb['username_txt'] = 'Käyttäjätunnus';
$wb['username_err'] = 'Käyttäjätunnus on liian pitkä tai sisältää kiellettyjä merkkejä.';
$wb['username_empty'] = 'Käyttäjätunnus on tyhjä.';
$wb['username_unique'] = 'Tämä käyttäjätunnus on jo olemassa.';
$wb['password_txt'] = 'Salasana';
$wb['modules_txt'] = 'Ohjelmaosiot';
$wb['startmodule_txt'] = 'Aloitusosio';
$wb['app_theme_txt'] = 'Teema';
$wb['typ_txt'] = 'Käyttäjän tyyppi';
$wb['active_txt'] = 'Käytössä';
$wb['language_txt'] = 'Käyttäjän kieli';
$wb['name_txt'] = 'Etunimi';
$wb['vorname_txt'] = 'Sukunimi';
$wb['unternehmen_txt'] = 'Yritys';
$wb['strasse_txt'] = 'Katuosoite';
$wb['ort_txt'] = 'Kaupunki';
$wb['plz_txt'] = 'Postinumero';
$wb['land_txt'] = 'Maa';
$wb['email_txt'] = 'Sähköpostiosoite';
$wb['url_txt'] = 'Internet-osoite';
$wb['telefon_txt'] = 'Puhelinnumero';
$wb['fax_txt'] = 'Fax-numero';
$wb['groups_txt'] = 'Käyttäjäryhmät';
$wb['default_group_txt'] = 'Oletusryhmä';
$wb['startmodule_err'] = 'Aloitusosio ei ole sallittu.';
$wb['password_strength_txt'] = 'Salasanan vahvuus';
tbrehm's avatar
tbrehm committed
$wb['generate_password_txt'] = 'Generate Password';
$wb['repeat_password_txt'] = 'Repeat Password';
$wb['password_mismatch_txt'] = 'The passwords do not match.';
$wb['password_match_txt'] = 'The passwords do match.';
Till Brehm's avatar
Till Brehm committed
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
Till Brehm's avatar
Till Brehm committed
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
$wb['lost_password_function_txt'] = 'Forgot password function is available';
$wb['no_user_insert'] = 'CP-Users of type -user- get added and updated automatically when you add a client or reseller.';