diff --git a/language/fi_FI/admin.lang.php b/language/fi_FI/admin.lang.php index 45b86da89..5b70ca321 100644 --- a/language/fi_FI/admin.lang.php +++ b/language/fi_FI/admin.lang.php @@ -1247,4 +1247,20 @@ $lang['Theme'] = 'Teema'; $lang['The original maximum height must be a number between %d and %d'] = 'Alkuperäisen kuvan korkeuden on oltava numero väliltä %d-%d'; $lang['The original maximum width must be a number between %d and %d'] = 'Alkuperäisen kuvan leveyden on oltava numero väliltä %d-%d'; $lang['The original image quality must be a number between %d and %d'] = 'Alkuperäisen kuvanlaadun on oltava numero väliltä %d-%d'; -$lang['The name of an album must not be empty'] = 'Albumin nimi ei saa olla tyhjä'; \ No newline at end of file +$lang['The name of an album must not be empty'] = 'Albumin nimi ei saa olla tyhjä'; +$lang['The number of comments a page must be between 5 and 50 included.'] = 'Sivulla olevien kommenttien määrän täytyy olla 5 ja 50 välillä.'; +$lang['There is multiple image in the database with the following names : %s.'] = 'Nimillä %s on tietokannassa useampia kuvia.'; +$lang['This album is currently locked, visible only to administrators.'] = 'Tämä albumi on lukittu ja näkyy vain ylläpitäjille.'; +$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'Lähetetty tiedosto ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-asetuksen'; +$lang['The passwords do not match'] = 'Salasanat eivät ole samat'; +$lang['Copy the link below and send it to the user so the password can be set.'] = 'Kopioi lnikki alta ja lähetä se käyttäjälle salasanan asettamiseksi.'; +$lang['Copy the password link'] = 'Kopioi salasanalinkki'; +$lang['Main user'] = 'Pääkäyttäjä'; +$lang['Password copied'] = 'Salasana kopioitu'; +$lang['Please complete all fields'] = 'Täytäthän kaikki kentät'; +$lang['Resend password link'] = 'Lähetä salasanalinkki uudelleen'; +$lang['Set as main user'] = 'Aseta pääkäyttäjäksi'; +$lang['%s is the new main user'] = '%s on uusi pääkäyttäjä'; +$lang['Changing the main user'] = 'Vaihdetaan pääkäyttäjä'; +$lang['Copied link'] = 'Kopioitu linkki'; +$lang['Copy password'] = 'Kopioi salasana'; \ No newline at end of file