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

[com_fields] Deleting obsolete lang strings re-introduced in #14458 #15017

Merged
merged 1 commit into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions administrator/language/en-GB/en-GB.plg_fields_text.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ PLG_FIELDS_TEXT="Fields - Text"
PLG_FIELDS_TEXT_LABEL="Text (%s)"
PLG_FIELDS_TEXT_PARAMS_FILTER_DESC="Allow the system to save certain html tags or raw data."
PLG_FIELDS_TEXT_PARAMS_FILTER_LABEL="Filter"
PLG_FIELDS_TEXT_PARAMS_FILTER_RAW="Raw"
PLG_FIELDS_TEXT_PARAMS_FILTER_SAFEHTML="Safe HTML"
PLG_FIELDS_TEXT_PARAMS_FILTER_TEL="Telephone"
PLG_FIELDS_TEXT_PARAMS_FILTER_TEXT="Text"
PLG_FIELDS_TEXT_PARAMS_MAXLENGTH_LABEL="Maximum Length"
PLG_FIELDS_TEXT_PARAMS_MAXLENGTH_DESC="The maximum number of characters that can be entered."
PLG_FIELDS_TEXT_PARAMS_USE_GLOBAL="Use From Plugin"
PLG_FIELDS_TEXT_XML_DESCRIPTION="This plugin lets you create new fields of type 'text' in any extensions where custom fields are supported."
4 changes: 0 additions & 4 deletions administrator/language/en-GB/en-GB.plg_fields_textarea.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ PLG_FIELDS_TEXTAREA_PARAMS_COLS_DESC="The width of the visible text area in char
PLG_FIELDS_TEXTAREA_PARAMS_COLS_LABEL="Columns"
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_DESC="Allow the system to save certain html tags or raw data."
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_LABEL="Filter"
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_RAW="Raw"
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_SAFEHTML="Safe HTML"
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_TEL="Telephone"
PLG_FIELDS_TEXTAREA_PARAMS_FILTER_TEXT="Text"
PLG_FIELDS_TEXTAREA_PARAMS_MAXLENGTH_LABEL="Maximum Length"
PLG_FIELDS_TEXTAREA_PARAMS_MAXLENGTH_DESC="The maximum number of characters that can be entered."
PLG_FIELDS_TEXTAREA_PARAMS_ROWS_DESC="The height of the visible text area in lines. If omitted the height is determined by the browser. The value does not limit the number of lines that may be entered."
Expand Down