08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
24
resources/lang/de/actions.php
Normal file
24
resources/lang/de/actions.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?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.'
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue