mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_attachment = array
|
||||
(
|
||||
'text_nothing_received' => "Mislyktes! Ingenting mottatt!",
|
||||
'text_file_number_limit_reached' => "Feilet! Du kan ikke laste opp flere filer for øyeblikket. Vennligst vent en stund.",
|
||||
'text_file_size_too_big' => "Mislyktes! Filstørrelsen er for stor.",
|
||||
'text_file_extension_not_allowed' => "Feil! Filtypen er ikke tillatt.",
|
||||
'text_invalid_image_file' => "Mislyktes! Ugyldig bildefil.",
|
||||
'text_cannot_move_file' => "Feil! Kan ikke flytte opplastet fil.",
|
||||
'submit_upload' => "Last opp",
|
||||
'text_left' => "I dag venstre: ",
|
||||
'text_of' => " av ",
|
||||
'text_size_limit' => "Størrelse: ",
|
||||
'text_file_extensions' => "Fil utvidelser: ",
|
||||
'text_mouse_over_here' => "mus her",
|
||||
'text_small_thumbnail' => "Ikke nok miniatyrbilde",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user