mivita/resources/lang/de/actions.php
2025-04-01 10:36:47 +02:00

24 lines
1.1 KiB
PHP

<?php
return array (
'' => '',
'cancel' => 'abbrechen',
'confirm' => 'bestätigen',
'file_is_too_big' => 'Die Datei ist zu groß<br>max. $0 MB',
'image_too_small ' => 'Bild zu klein<br>min. $0 Pixel',
'invalid_file' => 'Ungültige Datei<br>bitte nur: $0',
'really_delete_picture' => 'Bild wirklich löschen?',
'rotate' => 'drehen',
'save_image' => 'Bild speichern',
'search_file_or_drag_drop' => 'Datei suchen oder Drag & Drop',
'upload_photo' => 'Foto-Upload',
'dictDefaultMessage' => 'Drop files here to upload',
'dictFallbackMessage' => 'Your browser does not support drag n drop file uploads.',
'dictFallbackText' => 'Please use the fallback form below to upload your files like in the olden days',
'dictFileTooBig' => 'File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.',
'dictInvalidFileType' => 'You cant upload files of this type.',
'dictResponseError' => 'Server responded with {{statusCode}} code.',
'dictCancelUpload' => 'Cancel upload',
'dictRemoveFile' => 'Remove file',
'dictMaxFilesExceeded' => 'You can not upload any more files.',
);