Skip to content

Commit

Permalink
Merge pull request #170 from rw1/master
Browse files Browse the repository at this point in the history
language file changes
  • Loading branch information
pollen8 committed Feb 21, 2012
2 parents 785aea2 + 0142699 commit dbbb743
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
Expand Up @@ -4,7 +4,7 @@
; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM

COM_FABRIK_FIELD_RECORD_IN_DATABASE_DESC="Should we store the submitted forms data to a database view?"
COM_FABRIK_FIELD_RECORD_IN_DATABASE_DESC="Should we store the submitted forms data to the database table?"
COM_FABRIK_FIELD_RECORD_IN_DATABASE_LABEL="Record in database"
COM_FABIRK_DATABASE_TABLE_ALREADY_EXISTS="Database table already exists"
COM_FABRIK_ACCESS_ADD="Add"
Expand All @@ -15,11 +15,11 @@ COM_FABRIK_ACCESS_DROP="Drop"
COM_FABRIK_ACCESS_DROP_DESC="Shown below is the inherited state for <strong>dropping all records</strong> from this table."
COM_FABRIK_ACCESS_EDIT="Edit"
COM_FABRIK_ACCESS_EDITABLE_ELEMENT="Editable"
COM_FABRIK_ACCESS_EDITABLE_ELEMENT_DESC="The user's group for <strong>showing the editable version</strong> of this element."
COM_FABRIK_ACCESS_EDITABLE_ELEMENT_DESC="The viewing access level required to view the <strong>editable version</strong> of this element."
COM_FABRIK_ACCESS_EDIT_DESC="The user's group for <strong>editing records</strong> for this table."
COM_FABRIK_ACCESS_VIEW="View"
COM_FABRIK_ACCESS_VIEWABLE_ELEMENT="Viewable"
COM_FABRIK_ACCESS_VIEWABLE_ELEMENT_DESC="The user's group for <strong>showing the non-editable version</strong> of this element."
COM_FABRIK_ACCESS_VIEWABLE_ELEMENT_DESC="The viewing access level required to view the <strong>non-editable version</strong> of this element."
COM_FABRIK_ACCESS_VIEW_DESC="The user's group for <strong>viewing the list</strong>."
COM_FABRIK_ACCESS_VIEW_DETAILS="View details"
COM_FABRIK_ACCESS_VIEW_DETAILS_DESC="The user's group for <strong>viewing record details</strong> for this list."
Expand Down Expand Up @@ -167,7 +167,7 @@ COM_FABRIK_ELEMENT_PROPERTIES_LINKED_TO="Element properties linked to"
COM_FABRIK_ELEMENT_TYPE="Element type"
COM_FABRIK_ENABLE_SINGLE_ORDERING_DESC="Can be over-ridden on a per table basis. Single-ordering will reset any other column ordering when ordering a column"
COM_FABRIK_ENABLE_SINGLE_ORDERING_LABEL="Enable Single-ordering"
COM_FABRIK_ENCRYPT_DESC="Uses mySQL's AES_ENCRYPT to encrypt the form's data.<br />Note: for secure submission of the data to the server <strong>SSL is required</strong><br>Note only supported by <strong>field</strong> and <strong>textarea</strong> elements. <br/>Note: encrypted data is not searchable by the table's 'advanced search all' option."
COM_FABRIK_ENCRYPT_DESC="Uses mySQL's AES_ENCRYPT to encrypt the form's data.<br />Note: for secure submission of the data to the server <strong>SSL is required</strong><br>Note: only supported by <strong>field</strong> and <strong>textarea</strong> elements. <br/>Note: encrypted data is not searchable by the table's 'advanced search all' option."
COM_FABRIK_ENCRYPT_LABEL="Encrypt data"
COM_FABRIK_END="End"
COM_FABRIK_ENTER_PASSWORD_OR_LEAVE_AS_IS="Enter a new password below or leave as it is"
Expand All @@ -193,7 +193,7 @@ COM_FABRIK_FIELD_POPUP_OFFSET_X_LABEL="Popup X Offset"
COM_FABRIK_FIELD_POPUP_OFFSET_X_DESC="If Ajaxify Links is selected, you may optionally specify the width, height, and x & y offsets of the popup window"
COM_FABRIK_FIELD_POPUP_OFFSET_Y_LABEL="Popup Y Offset"
COM_FABRIK_FIELD_POPUP_OFFSET_Y_DESC="If Ajaxify Links is selected, you may optionally specify the width, height, and x & y offsets of the popup window"
COM_FABRIK_FIELD_ADD_RECORDS_DESC="The group the user must belong to to be able to add records"
COM_FABRIK_FIELD_ADD_RECORDS_DESC="The viewing access level required to be able to add records"
COM_FABRIK_FIELD_ADD_RECORDS_LABEL="Add records"
COM_FABRIK_FIELD_ADD_TO_PAGE_TITLE_DESC="When set to yes the element's value is appended to the document's page title."
COM_FABRIK_FIELD_ADD_TO_PAGE_TITLE_LABEL="Add to page title"
Expand Down Expand Up @@ -274,7 +274,7 @@ COM_FABRIK_FIELD_CUSTOM_CALC_ACCESS_DESC="Who can see the custom result"
COM_FABRIK_FIELD_CUSTOM_CALC_ACCESS_LABEL="Custom access"
COM_FABRIK_FIELD_CUSTOM_CALC_LABEL_DESC="The label placed next to the custom calculation, leave blank to default to 'Custom'"
COM_FABRIK_FIELD_CUSTOM_CALC_LABEL_LABEL="Count label"
COM_FABRIK_FIELD_CUSTOM_CALC_DESC="In the table view create a custom calculation"
COM_FABRIK_FIELD_CUSTOM_CALC_DESC="In the list view create a custom calculation"
COM_FABRIK_FIELD_CUSTOM_CALC_LABEL="Custom Calc"
COM_FABRIK_FIELD_CUSTOM_CALC_QUERY_DESC="Query fragment to generate result using %s to represent the field name for this element (do NOT use the actual field name, you must use %s). So to generate the population standard deviation for this element, this would be &quot;STDDEV_POP(%s)&quot (no quotes)."
COM_FABRIK_FIELD_CUSTOM_CALC_QUERY_LABEL="Custom query"
Expand Down Expand Up @@ -305,14 +305,14 @@ COM_FABRIK_FIELD_CUSTOM_LINK_DESC="Replace the default link with one entered her
COM_FABRIK_FIELD_CUSTOM_LINK_LABEL="Custom link"
COM_FABRIK_FIELD_DATABASE_DESC="The database view that you want to connect to"
COM_FABRIK_FIELD_DATABASE_LABEL="Database name"
COM_FABRIK_FIELD_DATABASE_NAME_DESC="The name of the database view that will store the form's data"
COM_FABRIK_FIELD_DATABASE_NAME_DESC="The name of the database table that will store the form's data"
COM_FABRIK_FIELD_DATABASE_NAME_LABEL="Table name"
COM_FABRIK_FIELD_DEFAULT="Default"
COM_FABRIK_FIELD_DELETE_BUTTON_DESC="Adds a delete button when editing a record which will delete the current record"
COM_FABRIK_FIELD_DELETE_BUTTON_LABEL="Delete button"
COM_FABRIK_FIELD_DELETE_BUTTON_LABEL_DESC="The text to use for the delete button's label"
COM_FABRIK_FIELD_DELETE_BUTTON_LABEL_LABEL="Delete button label"
COM_FABRIK_FIELD_DELETE_RECORDS_DESC="The group the user must belong to to be able to delete records"
COM_FABRIK_FIELD_DELETE_RECORDS_DESC="The viewing access level required to be able to delete records"
COM_FABRIK_FIELD_DELETE_RECORDS_FIELD_DESC="Select a userid field whose value must match the current logged in user to enable record deletion"
COM_FABRIK_FIELD_DELETE_RECORDS_LABEL="Delete records"
COM_FABRIK_FIELD_DESCRIPTION_DESC="The name for your connection"
Expand All @@ -327,7 +327,7 @@ COM_FABRIK_FIELD_DROP_DATA_DESC="Access rights to drop all records from the view
COM_FABRIK_FIELD_DROP_DATA_LABEL="Drop data"
COM_FABRIK_FIELD_DROP_RECORDS_DESC="Access level at which the user is shown a button allowing them to delete all records and reset the table's primary key to 0"
COM_FABRIK_FIELD_DROP_RECORDS_LABEL="Empty records"
COM_FABRIK_FIELD_EDIT_RECORDS_DESC="The group the user must belong to to be able to edit records"
COM_FABRIK_FIELD_EDIT_RECORDS_DESC="The viewing access level required to be able to edit records"
COM_FABRIK_FIELD_EDIT_RECORDS_LABEL="Edit records"
COM_FABRIK_FIELD_ELEMENT_LABEL_DESC="The text that appears on the form next to the element's widget"
COM_FABRIK_FIELD_ELEMENT_LABEL_LABEL="Label"
Expand Down Expand Up @@ -404,7 +404,7 @@ COM_FABRIK_FIELD_JOOMFISH_TITLE_ELEMENT_DESC="The element to use for the Joomfis
COM_FABRIK_FIELD_JOOMFISH_TITLE_ELEMENT_LABEL="Title element"
COM_FABRIK_FIELD_KEY_NAME_DESC="Column name to use with Row id, leave blank to use primary key (only set this if you know what you are doing!). If row id set to -1 then set this column to the name of the form's user id element to prepopulate forms with the users record"
COM_FABRIK_FIELD_KEY_NAME_LABEL="Key name"
COM_FABRIK_FIELD_LABEL_DESC="This will appear as a heading at the top of your view"
COM_FABRIK_FIELD_LABEL_DESC="This will appear as a heading at the top of your list"
COM_FABRIK_FIELD_LABEL_LABEL="Label"
COM_FABRIK_FIELD_LINK_TO_DETAILS_DESC="If yes selected then the element's data will by hyperlinked to the form/details view"
COM_FABRIK_FIELD_LINK_TO_DETAILS_LABEL="Link to details"
Expand Down Expand Up @@ -557,7 +557,7 @@ COM_FABRIK_FIELD_TITLE_DESC="The text that appears in the form, at the start of
COM_FABRIK_FIELD_TITLE_LABEL="Label"
COM_FABRIK_FIELD_USER_DESC="The database user name to use to connect to the view"
COM_FABRIK_FIELD_USER_LABEL="User"
COM_FABRIK_FIELD_USE_AS_ROW_CLASS_DESC="If set to 'row' then each of the view's rows will have this elements value added as an additional class name. This allows you to format rows based on the view's data."
COM_FABRIK_FIELD_USE_AS_ROW_CLASS_DESC="If set to 'row' then each of the list view's rows will have this elements value added as an additional class name. This allows you to format rows based on the view's data."
COM_FABRIK_FIELD_USE_AS_ROW_CLASS_LABEL="Use as row class"
COM_FABRIK_FIELD_VIEW_CSS_CELL_CLASS_DESC="Specify a class name to apply to this elements table column cells (does not include the heading element) e.g. 'myCell'"
COM_FABRIK_FIELD_VIEW_CSS_CELL_CLASS_LABEL="Cell class"
Expand All @@ -569,9 +569,9 @@ COM_FABRIK_FIELD_VIEW_CSS_HEADER_DESC="Specify CSS to apply to this element's ta
COM_FABRIK_FIELD_VIEW_CSS_HEADER_LABEL="Heading CSS"
COM_FABRIK_FIELD_VIEW_HEADING_LABEL_DESC="If required supply an alternative label, for use in the view view. Leave blank to use the element label"
COM_FABRIK_FIELD_VIEW_HEADING_LABEL_LABEL="Heading label"
COM_FABRIK_FIELD_VIEW_LIST_DESC="The group the user must belong to to be able to view the table"
COM_FABRIK_FIELD_VIEW_LIST_DESC="The viewing access level required to view the list"
COM_FABRIK_FIELD_VIEW_LIST_LABEL="View list"
COM_FABRIK_FIELD_VIEW_RECORDS_DESC="The group the user must belong to to be able to view record details"
COM_FABRIK_FIELD_VIEW_RECORDS_DESC="The viewing access level required to be able to view record details"
COM_FABRIK_FIELD_VIEW_RECORDS_LABEL="View records"
COM_FABRIK_FIELD_VIEW_SEARCH_MODE_DESC="If 'Yes' selected then an additional 'search all' field is shown in the view filter list. This search field allows users to search for data in all of the view's columns"
COM_FABRIK_FIELD_VIEW_SEARCH_MODE_LABEL="Search all"
Expand Down Expand Up @@ -805,8 +805,8 @@ COM_FABRIK_PUBLISHED="Published"
COM_FABRIK_PUBLISHING="Publishing"
COM_FABRIK_PUBLISH_AT_LEAST_ONE_ELEMENT_PLUGIN="Ensure you have at least one element plug-in installed and enabled"
COM_FABRIK_QUERY="Query"
COM_FABRIK_RANDOMISE_ELEMENTS_DESC="Radomise the order in which the elements are shown in the group"
COM_FABRIK_RANDOMISE_ELEMENTS_LABEL="Radomise elements"
COM_FABRIK_RANDOMISE_ELEMENTS_DESC="Randomise the order in which the elements are shown in the group"
COM_FABRIK_RANDOMISE_ELEMENTS_LABEL="Randomise elements"
COM_FABRIK_RANGE="Range"
COM_FABRIK_RELATED_DATA="Related data"
COM_FABRIK_RELATED_DATA_DESC="Adds links to the current list. Links will show a list filtered on the current rows primary key<br/> e.g.
Expand All @@ -819,7 +819,7 @@ COM_FABRIK_REMOVE_FROM_LIST_VIEW="Remove from list"
COM_FABRIK_REPEAT_GROUP_BUTTON_DESC="When selected an add/delete button is added to the group, allowing you to duplicate the group's content. Each repeated group is stored in its own database row."
COM_FABRIK_REPEAT_GROUP_BUTTON_LABEL="Repeatable"
COM_FABRIK_REPEAT_GROUP_MAX_LABEL="Repeat max"
COM_FABRIK_REPEAT_GROUP_MAX_DESC="The maxium number of repeats allowed for this group. If left empty then no maximum set"
COM_FABRIK_REPEAT_GROUP_MAX_DESC="The maximum number of repeats allowed for this group. If left empty then no maximum set"
COM_FABRIK_REPLACE_WITH_BR="Replace with br tag"
COM_FABRIK_RESEVED_NAME_USED="This name is reserved for use by fabrik"
COM_FABRIK_SEARCH_ELEMENTS_LABEL="Elements in search all"
Expand Down Expand Up @@ -939,17 +939,19 @@ COM_FABRIK_WYSIWYG_FOR_ELEMENT_LABELS="WYSIWYG editor for element labels"
COM_FABRIK_YES_BUT_HIDDEN="Yes, but hidden"
COM_FABRIK_YESTERDAY="Yesterday"

JHELP_COMPONENTS_FABRIK_CONNECTIONS="http://fabrikar.com/wiki/index.php/Connections"
JHELP_COMPONENTS_FABRIK_CONNECTIONS_EDIT="http://fabrikar.com/wiki/index.php/Connections#edit_connection"
JHELP_COMPONENTS_FABRIK_CONNECTIONS="http://fabrikar.com/wiki/index.php/3.x_Connections"
JHELP_COMPONENTS_FABRIK_CONNECTIONS_EDIT="http://fabrikar.com/wiki/index.php/3.x_Connections#Add.2FEdit_a_Connection"
JHELP_COMPONENTS_FABRIK_CRONS="http://fabrikar.com/wiki/index.php/Scheduled_Tasks"
JHELP_COMPONENTS_FABRIK_CRONS_EDIT="http://fabrikar.com/wiki/index.php/Scheduled_Tasks#edit_scheduled_tasks"
JHELP_COMPONENTS_FABRIK_ELEMENTS="http://fabrikar.com/wiki/index.php/Elements"
JHELP_COMPONENTS_FABRIK_ELEMENTS_EDIT="http://fabrikar.com/wiki/index.php/Elements#Editing.2FAdding_an_Element"
JHELP_COMPONENTS_FABRIK_ELEMENTS="http://fabrikar.com/wiki/index.php/3.x_Elements"
JHELP_COMPONENTS_FABRIK_ELEMENTS_EDIT="http://fabrikar.com/wiki/index.php/3.x_Elements#Adding.2FEditing_an_Element"
JHELP_COMPONENTS_FABRIK_FORMS="http://fabrikar.com/wiki/index.php/Forms"
JHELP_COMPONENTS_FABRIK_FORMS_EDIT="http://fabrikar.com/wiki/index.php/Forms#Editing_or_Adding_a_Form_Basic_settings"
JHELP_COMPONENTS_FABRIK_GROUPS="http://fabrikar.com/wiki/index.php/Groups"
JHELP_COMPONENTS_FABRIK_GROUPS_EDIT="http://fabrikar.com/wiki/index.php/Groups#Editing_or_adding_a_group"
JHELP_COMPONENTS_FABRIK_GROUPS="http://fabrikar.com/wiki/index.php/3.x_Groups"
JHELP_COMPONENTS_FABRIK_GROUPS_EDIT="http://fabrikar.com/wiki/index.php/3.x_Groups#Adding.2FEditing_a_Group"
JHELP_COMPONENTS_FABRIK_LISTS="http://fabrikar.com/wiki/index.php/Lists"
JHELP_COMPONENTS_FABRIK_LISTS_EDIT="http://fabrikar.com/wiki/index.php/Lists#Edit_list"
JHELP_COMPONENTS_FABRIK_VISUALIZATIONS="http://fabrikar.com/wiki/index.php/3.x_Visualizations"
JHELP_COMPONENTS_FABRIK_VISUALIZATIONS_EDIT="http://fabrikar.com/wiki/index.php/3.x_Visualizations#New.2FEdit_Visualization"
JHELP_COMPONENTS_FABRIK_PACKAGES="http://fabrikar.com/wiki/index.php/Packages"
JHELP_COMPONENTS_FABRIK_PACKAGE_EDIT="http://fabrikar.com/wiki/index.php/Packages"
Expand Up @@ -97,6 +97,6 @@ protected function addToolbar()
}

JToolBarHelper::divider();
JToolBarHelper::help('JHELP_COMPONENTS_FABRIK_VISUALIZATION_EDIT');
JToolBarHelper::help('JHELP_COMPONENTS_FABRIK_VISUALIZATIONS_EDIT', false, JText::_('JHELP_COMPONENTS_FABRIK_VISUALIZATIONS_EDIT'));
}
}
Expand Up @@ -81,6 +81,6 @@ protected function addToolbar()
JToolBarHelper::preferences('com_fabrik');
}
JToolBarHelper::divider();
JToolBarHelper::help('JHELP_COMPONENTS_FABRIK_VISUALIZATIONS');
JToolBarHelper::help('JHELP_COMPONENTS_FABRIK_VISUALIZATIONS', false, JText::_('JHELP_COMPONENTS_FABRIK_VISUALIZATIONS'));
}
}
Expand Up @@ -193,4 +193,4 @@ PLG_VISUALIZATION_FUSIONCHART_ZERO_ALPHA_LABEL="Alpha"
PLG_VISUALIZATION_FUSIONCHART_MX_ATTRIBUTES_DESC="Attributes for multi axis chart types, for instance &quot;title='Speed[RPM]' titlepos='RIGHT' axisOnLeft='0' numDivLines='10' tickWidth='10' divlineisdashed='1'&quot;"
PLG_VISUALIZATION_FUSIONCHART_MX_ATTRIBUTES_LABEL="Multi Axis Attrs"
PLG_VISUALIZATION_FUSIONCHART_WHERE_LABEL="Where"
PLG_VISUALIZATION_FUSIONCHART_WHERE_DESC="Add a where SQL statement to filter the table results. E.g. name = 'rob'. You may use {placeholders} for query string args, but if you do, don't use quotes, as we automagically urldecode, sanitize and quote any query string substitutions, so just foo={bar} becomes foo='whatever bar qs arg was'"
PLG_VISUALIZATION_FUSIONCHART_WHERE_DESC="Add a where SQL statement to filter the table results. E.g. name = 'rob'. You may use {placeholders} for query string args, but if you do, don't use quotes, as we automagically urldecode, sanitize and quote any query string substitutions, so just foo={bar} becomes foo='whatever bar qs arg was'"

0 comments on commit dbbb743

Please sign in to comment.