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

Translation strings in /plugins/fabrik_form/logs/language/en-GB #29

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from

Conversation

louis037
Copy link

``; Fabrik 3
; Copyright (C) 2005-2016 Media A-Team, Inc. - All rights reserved.
; License GNU/GPL http://www.gnu.org/copyleft/gpl.html
; Note : All ini files need to be saved as UTF-8 - No BOM

PLG_FORM_LOG_AORW_DESC="If Append is selected, the new log data will be added at the end of the file. If Overwrite is selected, the new log data will replace existing ones"
PLG_FORM_LOG_AORW_LABEL="Append or Overwrite"
PLG_FORM_LOG_APPEND="Append"
PLG_FORM_LOG_COMPAREDATA_DESC="If 'Yes' then the changes made on an edited record will be displayed in the file and/or DB"
PLG_FORM_LOG_COMPAREDATA_LABEL="Compare data (Work In Progress!!)"
PLG_FORM_LOG_DATENOW_DESC="The current date will be stored, using the php date format you specify here. Leave blank to use default: Y-m-d H:i:s (see here http://php.net/manual/function.date.php for all format string options)"
PLG_FORM_LOG_DATENOW_LABEL="Date format"
PLG_FORM_LOG_FILE_DESC="Name of the log file. Use {tablename___elementname} placeholders to insert the form's data into the filename (e.g logs_user{mytable___userelement}). The file will be opened if it already exists or will be created if it doesn't. Without space or special characters."
PLG_FORM_LOG_FILE_LABEL="Filename"
PLG_FORM_LOG_FILEFORMAT_DESC="File format you want to use. If CSV and if you choose the Append option below, please choose once and for all which data (IP, Referrer, ...) will be stored and don't change it afterward as the columns will not match anymore."
PLG_FORM_LOG_FILEFORMAT_LABEL="File format"
PLG_FORM_LOG_FORM_LOAD_DESC="Record loading of page in form view (as well as submitting of form)"
PLG_FORM_LOG_FORM_LOAD_LABEL="Record form load"
PLG_FORM_LOG_LOGDETAILS_DESC="Will keep track of users visiting a record's details view depending on what you want to register. For now, this is recording in the default #{package}_log DB"
PLG_FORM_LOG_LOGDETAILS_LABEL="Record details view"
PLG_FORM_LOG_LOGDETAILSIFVISITOR_DESC="If the user visiting the details view is not a registered one, what do we do? 'No' won't record anything, 'IP Address' will record the visitor's IP and 'Generic' will record 'Visitor' in the DB"
PLG_FORM_LOG_LOGDETAILSIFVISITOR_LABEL="If visitor"
PLG_FORM_LOG_MAKEFILE_DESC="Will records the logs in a file"
PLG_FORM_LOG_MAKEFILE_LABEL="Record in File"
PLG_FORM_LOG_MAKINGFILE_LABEL="Making the file"
PLG_FORM_LOG_ORCUSTOM_DESC="Customize the message to store in the file and/or DB.

  • Use {tablename___elementname} placeholders to insert the form's data into the message.
  • {Add/Edit} will be replaced by added/edited.
  • {DATE} will be replaced by the date defined above.
  • Use {$_SERVER->REMOTE_ADDR}, {$_SERVER->HTTP_REFERER} and {$_SERVER->HTTP_USER_AGENT} to record those data.
  • -----
  • For creating a CSV file labels and/or recording into a custom table (see 'Suffix table' option above), define the labels/fields by putting them between '++' (specify the fieldtype if you record in DB with ==) and the data to record between double quotes.
  • Examples and info at http://bit.ly/3TFwEl
  • "
    PLG_FORM_LOG_ORCUSTOM_LABEL="OR template message"
    PLG_FORM_LOG_OVERWRITE="Overwrite"
    PLG_FORM_LOG_PATH_DESC="Path, starting from the J!Root, where the log files will be stored. Default use the existing folder 'logs/'. Use {tablename___elementname} placeholders to insert the form's data into the path (e.g logs/mydir/{mytable___userelement}/). The folder(s) will be created if not exists. WITH ending slash."
    PLG_FORM_LOG_PATH_LABEL="Path"
    PLG_FORM_LOG_RANDOMFILENAME_DESC="Will add a random filename after the one you choose above, depending on the length you specify below. THE 'APPEND METHOD' BELOW WILL NOT WORK WITH THIS OPTION TURNED ON!"
    PLG_FORM_LOG_RANDOMFILENAME_LABEL="Add random filename"
    PLG_FORM_LOG_RANDOMFILENAMELENGTH_DESC="Length of the random filename to generate"
    PLG_FORM_LOG_RANDOMFILENAMELENGTH_LABEL="Length"
    PLG_FORM_LOG_RECORDIN_DESC="Leave blank to record into the default #
    {package}_log table. Enter a suffix (e.g. _history) to automatically create and then fill a custom DB based on the table from where the records are added/edited (if the form stores records in the table jos_fb_mytable, the logs will be stored in jos_fb_mytable_history with the example suffix given above)."
    PLG_FORM_LOG_RECORDIN_LABEL="Table suffix"
    PLG_FORM_LOG_RECORDINDB_LABEL="Record in DB"
    PLG_FORM_LOG_RECORDINDB_DESC="Will records the logs in the database"
    PLG_FORM_LOG_RECORDIP_LABEL="Record IP?"
    PLG_FORM_LOG_RECORDREFERER_LABEL="Record user Referrer?"
    PLG_FORM_LOG_RECORDUSERAGENT_LABEL="Record User Agent?"
    PLG_FORM_LOG_SEND_EMAIL_DESC="Send an email with the log summary"
    PLG_FORM_LOG_SEND_EMAIL_LABEL="Send Email"
    PLG_FORM_LOG_SEND_EMAIL_SUBJECT_DESC="Subject line for email, may use placeholders"
    PLG_FORM_LOG_SEND_EMAIL_SUBJECT_LABEL="Email Subject"
    PLG_FORM_LOG_SEND_EMAIL_TO_DESC="Comma separated list of email addresses (no spaces!), may use placeholders"
    PLG_FORM_LOG_SEND_EMAIL_TO_LABEL="Email To"
    PLG_FORM_LOG_SEPARATOR_DESC="Separator to use between different data sets within the same file (for HTM or TXT only)"
    PLG_FORM_LOG_SEPARATOR_LABEL="Data set separator"
    PLG_FORM_LOG_REP_ADD="Add"
    PLG_FORM_LOG_REP_EDIT="Edit"
    PLG_FORM_LOG_COMPARE_DATA_CHANGE_ON="Changed on:"
    PLG_FORM_LOG_COMPARE_DATA_FROM="from:"
    PLG_FORM_LOG_COMPARE_DATA_TO="to:"
    PLG_FORM_LOG_COMPARE_DATA_LABEL_CSV="Data comparison"
    PLG_FORM_LOG_COMPARE_DATA_LABEL_DB="data_comparison"
    PLG_FORM_LOG_LOG_DETAILS_VISITOR="Visitor"
    PLG_FORM_LOG_COMPARE_DATA_NO_DIFFERENCES="No difference observed"
    PLG_FORM_LOG_COMPARE_DATA_LOADING="Loading comparison data"

    trob and others added 30 commits April 22, 2020 23:24
    Update fr-FR.plg_fabrik_element_cascadingdropdown.ini
    Update fr-FR.plg_fabrik_element_fileupload.sys.ini
    Create fr-FR.plg_fabrik_element_folder.sys.ini
    Update fr-FR.plg_fabrik_element_googlemap.sys.ini
    Update fr-FR.plg_fabrik_element_user.sys.ini
    Update fr-FR.plg_fabrik_element_googleometer.sys.ini
    Update en-GB.plg_fabrik_element_user.ini
    Update en-GB.com_fabrik.ini
    …ke needing to force geolocation to return addresses in a specific language.
    …olders available to the affix, like looking up a company_code from a company table using the company FK on the submitted form.
    trob and others added 30 commits February 12, 2022 18:53
    Fixing some language files "Parsing errors"
    …rrently selected record), still need to add some JS to hide if no selection.
    if uploaded through fileupload element.
    since PHP 7.4 curly braces method to get individual characters inside a string has been deprecated. More info:
    https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated
    Curly Brackets error on uploading .mov file
    PHP8: Add required 3rd param for Joomla
    Give the elGroupModel a default to make PHP8 happy
    so sprintf in logEval won't break (php8) with' x arguments required, y given'
    Replace domPDF0.8.6 with domPDF1.2.2
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    10 participants