Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Supporting Language syntax for Custom Label #2226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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