Skip to content

Commit

Permalink
English translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ynamite authored and gharlan committed Jan 23, 2020
1 parent fe17fe8 commit 558c5da
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lang/en_gb.lang
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ yform_validate_size_range_description = Checks whether the <b>length</b> of the
yform_validate_type_description = Checks whether the <b>type</b> of the submitted value <b>is correct [int, float, numeric, string, email, url, date, hex]]</b>.
yform_validate_unique_description = Checks whether the submitted value <b>is not yet found in a database record set</b>.

yform_validate_empty_notices_name = If more than one field is selected, only one field has to contain a value.


yform_values_checkbox_description = A <b>checkbox</b> with predefined values.
yform_values_checkbox_sql_description = A <b>checkbox</b> with values coming from a <b>SQL query</b>.
yform_values_date_description = Three select fields to set a <b>date</b> (month, day, year).
Expand All @@ -42,6 +45,7 @@ yform_values_email_description = A simple input field for <b>e-mail addresses
yform_values_emptyname_description = A field <b>without input options</b>.
yform_values_fieldset_description = A fieldset groups form elements
yform_values_float_description = A simple input field for <b>floating-point numbers</b>.
yform_values_generate_key_description = An invisible field with which a <b>random 32 character key containing letters and numbers</b> can be stored, when a record is added or saved.
yform_values_hashvalue_description = A field which generates a <b>hash value</b> out of a value of another field..
yform_values_html_description = Outputs raw <b>HTML code</b> at a specified location in the form.
yform_values_index_description = A field that creates an <b>index / key</b> across multiple fields.
Expand All @@ -58,6 +62,8 @@ yform_values_textarea_description = A simple textarea field for <b>multiline
yform_values_time_description = Three select fields to set a <b>time</b> (hours, minutes, seconds).
yform_values_upload_description = A <b>file upload field</b> to upload a single file to a <b>database or directory</b>.
yform_values_ip_description = An <b>IP address field</b>, to save the users IP address
yform_values_showvalue_description = A field used to show a raw value from a column, without the possibility to change the output.


yform_values_defaults_name = Name
yform_values_defaults_label = Description
Expand Down Expand Up @@ -98,6 +104,7 @@ yform_values_email_default = Default status
yform_values_email_classname = Class name
yform_values_float_scale = Decimal place
yform_values_float_default = Default value
yform_values_generate_key_only_empty = When the value should be set
yform_values_hashvalue_field = Input field
yform_values_hashvalue_function = Algorithm
yform_values_hashvalue_salt = Salt
Expand All @@ -106,6 +113,7 @@ yform_values_index_names = Fields
yform_values_index_names_notice = Comma separated. Fields from related tables possible, ex.: title, description, category_id.name
yform_values_index_function = Optional coding function
yform_values_index_function_notice = Example: md5, sha1
yform_values_index_add_this_param = Pass field object as 2nd parameter to the function?
yform_values_integer_default = Default value
yform_values_number_default = Default value
yform_values_mediafile_max_size = Maximum size in kilobytes or a range, ex.: 100, 500
Expand Down
6 changes: 6 additions & 0 deletions plugins/manager/lang/en_gb.lang
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ yform_thankyouforupdate = Record updated.
yform_thankyouforentry = Record added.
yform_editdata = Edit record [id: {0}]
yform_editdata_collection = Edit {0} records
yform_editdata_collection_error_abort = Transaction failed due to the following error: {0}
yform_adddata = Create record
yform_searchtext = Search term
yform_searchfields = The fields to be searched
Expand Down Expand Up @@ -158,8 +159,12 @@ yform_dataset_deleted = Result set deleted
yform_dataset_delete_confirm = Delete result set?

yform_data = Record
yform_datas = Records
yform_manager_search = Search

yform_data_view = show


yform_data_select = apply

# field.inc.php
Expand Down Expand Up @@ -193,6 +198,7 @@ yform_manager_import_error_missingfields = The following gields are missing: {0}
yform_manager_import_error_min_missingfields = At least one field is missing: {0}
yform_manager_import_error_field = Field {0} could not be created: "{1}"
yform_manager_import_field_added = Field "{0}" created
yform_manager_import_error_import_abort = Import failed due to the following error: {0}
yform_manager_import_error_import_stopped = Import aborted due to errors.
yform_manager_import_error_dataimport = Record ({0}) could not be imported: {1}
yform_manager_import_error_import = {0} records imported. {1} records added, {2} records updated/replaced
Expand Down
49 changes: 49 additions & 0 deletions plugins/rest/lang/en_gb.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
yform_rest = RESTful API

yform_rest_token = Tokens

yform_rest_token_header = REST: Tokens

yform_rest_token_name = Name
yform_rest_token_token = Token
yform_rest_token_token_notice = New token? [{0}]
yform_rest_token_status = Active

yform_rest_token_deleted = Token deleted
yform_rest_token_info_text =
yform_rest_token_update = Token saved
yform_rest_token_info_updated
yform_rest_token_create = Create token
yform_rest_token_info_added

yform_rest_token_updated = Token data saved
yform_rest_token_added = Token added

yform_rest_token_header_summary

yform_rest_token_header_description
yform_rest_token_not_found = No tokens found
yform_rest_token_caption = List of tokens

yform_rest_token_name_validate = Please enter a description/name
yform_rest_token_token_validate = Please create a token

yform_rest_token_amount = Allowed number of requests

yform_rest_token_interval = Interval
yform_rest_token_none = Without restriction
yform_rest_token_per_hour = Maximum number of requests per hour
yform_rest_token_per_day = Maximum number of requests per day
yform_rest_token_per_month = Maximum number of requests per month
yform_rest_token_overall = Maximum number of requests

yform_rest_token_access = Requests
yform_rest_token_access_header = REST: requests
yform_rest_token_access_caption = List of requests
yform_rest_token_access_update = Edit entry
yform_rest_token_access_deleted = Entry deleted
yform_rest_token_access_updated = Entry saved
yform_rest_token_access_datetime_created = Requested on the
yform_rest_token_url = URL

yform_rest_token_token_paths = Allowed endpoints

0 comments on commit 558c5da

Please sign in to comment.