mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
20
lang/fi/lang_attachment.php
Normal file
20
lang/fi/lang_attachment.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_attachment = array
|
||||
(
|
||||
'text_nothing_received' => "Epäonnistui! Mitään ei saatu!",
|
||||
'text_file_number_limit_reached' => "Epäonnistui! Et voi ladata lisää tiedostoja tällä hetkellä. Odota jonkin aikaa.",
|
||||
'text_file_size_too_big' => "Epäonnistui! Tiedoston koko on liian suuri.",
|
||||
'text_file_extension_not_allowed' => "Epäonnistui! Tiedostopääte ei ole sallittu.",
|
||||
'text_invalid_image_file' => "Epäonnistui! Virheellinen kuvatiedosto.",
|
||||
'text_cannot_move_file' => "Epäonnistui! Ladattua tiedostoa ei voi siirtää.",
|
||||
'submit_upload' => "Lähetä",
|
||||
'text_left' => "Tänään Vasen: ",
|
||||
'text_of' => " jostakin ",
|
||||
'text_size_limit' => "Koko: ",
|
||||
'text_file_extensions' => "Tiedoston Lisäosat: ",
|
||||
'text_mouse_over_here' => "hiiri täällä",
|
||||
'text_small_thumbnail' => "pieni pikkukuva",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user