mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
825 B
PHP
21 lines
825 B
PHP
|
|
<?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",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|