forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
126 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
_euiuLang = []; | ||
_euiuLang['upload'] = 'Upload'; | ||
_euiuLang['file'] = 'Datei'; | ||
_euiuLang['size'] = 'Größe'; | ||
_euiuLang['progress'] = 'Fortschritt'; | ||
_euiuLang['files_upload'] = 'Dateien hochladen'; | ||
_euiuLang['cancel'] = 'Abbrechen'; | ||
_euiuLang['close'] = 'Schließen'; | ||
_euiuLang['uploaded'] = 'Hochgeladen'; | ||
_euiuLang['server_error'] = 'Server-Fehler: '; | ||
_euiuLang['parse_error'] = 'Fehler bei der Verarbeitung'; | ||
_euiuUploadResult = []; | ||
_euiuUploadResult['upload_failed_1'] = 'Datei ist größer als upload_max_filesize'; | ||
_euiuUploadResult['upload_failed_2'] = 'Datei ist größer als erlaubt'; | ||
_euiuUploadResult['upload_failed_3'] = 'Die Datei wurde nur teilweise hochgeladen'; | ||
_euiuUploadResult['upload_failed_4'] = 'Es wurde keine Datei hochgeladen'; | ||
_euiuUploadResult['upload_failed_6'] = 'Es ist kein temporärer Ordner vorhanden'; | ||
_euiuUploadResult['upload_failed_7'] = 'Fehler beim Schreiben der Datei auf die Festplatte'; | ||
_euiuUploadResult['upload_failed_8'] = 'Eine PHP-Erweiterung hat den Datei-Upload gestoppt'; | ||
_euiuUploadResult['unable_to_process_file'] = 'Fehler bei der Verarbeitung der hochgeladenen Datei'; | ||
_euiuUploadResult['unable_to_move'] = 'Fehler beim Speichern der Datei'; | ||
_euiuUploadResult['forbidden_file'] = 'Upload der Datei unzulässig'; | ||
_euiuUploadResult['unable_to_create_folder'] = 'Fehler beim Erstellen des Upload-Ordners'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters