Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ PLG_ELEMENT_FILEUPLOAD_WIN_WIDTH_LABEL="Crop window width"
PLG_ELEMENT_FILEUPLOAD_WIN_HEIGHT_LABEL="Crop window height"
PLG_ELEMENT_FILEUPLOAD_CLEAN_FILENAME_DESC="The default behavior for filenames is that Fabrik replaces all non alphanumeric characters (A-Z, a-z, 0-9) except - and _ with _. This prevents problems with OS's and filesystems which don't support multibyte character sets, or disallow certain characters. If you need to use Unicode names, set this to No, but be aware this may result in unusable filenames."
PLG_ELEMENT_FILEUPLOAD_CLEAN_FILENAME_LABEL="Clean Filename"
PLG_ELEMENT_FILEUPLOAD_CUSTOM_LABEL_DESC="Custom Label to display instead of default choose file button label"
PLG_ELEMENT_FILEUPLOAD_CUSTOM_LABEL_LABEL="Custom Label"

; Front end
PLG_ELEMENT_FILEUPLOAD_ADD_FILES="Add files"
Expand Down