diff --git a/README.md b/README.md index 79daf43..2b1c11a 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -Contao OriginalFileName -===================== +# Contao OriginalFileName -Contao 4+ bundle to add a new field for a file for the original filename as they named on your server or mediacenter. +## DE +Diese Erweiterung ermöglicht die Eingabe des original Dateinamens einer Datei in der Dateiverwaltung. + +## EN +This extension allows you to enter the original file name of a file in the file manager. + +## Screenshot ![Example screenshot](https://raw.githubusercontent.com/ngdot/contao-originalfilename/master/screenshot.png) \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index 53204ac..eb00c00 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/Resources/contao/languages/de/tl_files.php b/src/Resources/contao/languages/de/tl_files.php index 6c0a194..47783c3 100755 --- a/src/Resources/contao/languages/de/tl_files.php +++ b/src/Resources/contao/languages/de/tl_files.php @@ -3,5 +3,5 @@ // Anzeigename & Beschreibung $GLOBALS['TL_LANG']['tl_files']['original_name'] = array( 'Original Dateiname', - 'wie auf lokalen Server, z.B. Fotolia_42703582_ryanking999_XXL' + 'Ursprungs Dateiname z.B. AdobeStock_171998816' ); \ No newline at end of file