mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
20
lang/de/lang_attachment.php
Normal file
20
lang/de/lang_attachment.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_attachment = array
|
||||
(
|
||||
'text_nothing_received' => "Fehler! Nichts erhalten!",
|
||||
'text_file_number_limit_reached' => "Fehler! Sie können momentan keine weiteren Dateien hochladen. Bitte warten Sie etwas Zeit.",
|
||||
'text_file_size_too_big' => "Fehler! Die Dateigröße ist zu groß.",
|
||||
'text_file_extension_not_allowed' => "Fehler! Die Dateiendung ist nicht erlaubt.",
|
||||
'text_invalid_image_file' => "Fehler! Ungültige Bilddatei.",
|
||||
'text_cannot_move_file' => "Fehler! Hochgeladene Datei kann nicht verschoben werden.",
|
||||
'submit_upload' => "Hochladen",
|
||||
'text_left' => "Heute links: ",
|
||||
'text_of' => " von ",
|
||||
'text_size_limit' => "Größe: ",
|
||||
'text_file_extensions' => "Dateierweiterungen: ",
|
||||
'text_mouse_over_here' => "hier klicken",
|
||||
'text_small_thumbnail' => "kleines Miniaturbild",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user