Update
This commit is contained in:
@@ -84,6 +84,7 @@ COM_SUBFORMPOWER_COUNTRY_DETAILS="Details"
|
||||
COM_SUBFORMPOWER_COUNTRY_EDIT="Editing the Country"
|
||||
COM_SUBFORMPOWER_COUNTRY_ERROR_UNIQUE_ALIAS="Another Country has the same alias."
|
||||
COM_SUBFORMPOWER_COUNTRY_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Country has the same alias ."
|
||||
COM_SUBFORMPOWER_COUNTRY_EXT_NUMBER_LABEL="Extension"
|
||||
COM_SUBFORMPOWER_COUNTRY_GUID_DESCRIPTION="Globally Unique Identifier"
|
||||
COM_SUBFORMPOWER_COUNTRY_GUID_HINT="Auto Generated"
|
||||
COM_SUBFORMPOWER_COUNTRY_GUID_LABEL="GUID"
|
||||
@@ -156,7 +157,7 @@ COM_SUBFORMPOWER_CURRENCIES_EDIT_STATE_DESC="Allows the users in this group to u
|
||||
COM_SUBFORMPOWER_CURRENCIES_EDIT_VERSION="Currencies Edit Version"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EDIT_VERSION_DESC="Allows the users in this group to edit versions of version currencies"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EMPTYSTATE_BUTTON_ADD="Add your first currency"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EMPTYSTATE_CONTENT="currency view (dynamic build)"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EMPTYSTATE_CONTENT="currency view"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EMPTYSTATE_TITLE="No currencies have been created yet."
|
||||
COM_SUBFORMPOWER_CURRENCIES_EXPORT="Currencies Export"
|
||||
COM_SUBFORMPOWER_CURRENCIES_EXPORT_DESC="Allows the users in this group to export export currencies"
|
||||
@@ -195,6 +196,7 @@ COM_SUBFORMPOWER_CURRENCY_DETAILS="Details"
|
||||
COM_SUBFORMPOWER_CURRENCY_EDIT="Editing the Currency"
|
||||
COM_SUBFORMPOWER_CURRENCY_ERROR_UNIQUE_ALIAS="Another Currency has the same alias."
|
||||
COM_SUBFORMPOWER_CURRENCY_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Currency has the same alias ."
|
||||
COM_SUBFORMPOWER_CURRENCY_EXT_NUMBER_LABEL="Extension"
|
||||
COM_SUBFORMPOWER_CURRENCY_GUID_DESCRIPTION="Globally Unique Identifier"
|
||||
COM_SUBFORMPOWER_CURRENCY_GUID_HINT="Auto Generated"
|
||||
COM_SUBFORMPOWER_CURRENCY_GUID_LABEL="GUID"
|
||||
@@ -203,10 +205,6 @@ COM_SUBFORMPOWER_CURRENCY_MODIFIED_BY_DESC="The last user that modified this Cur
|
||||
COM_SUBFORMPOWER_CURRENCY_MODIFIED_BY_LABEL="Modified By"
|
||||
COM_SUBFORMPOWER_CURRENCY_MODIFIED_DATE_DESC="The date this Currency was modified."
|
||||
COM_SUBFORMPOWER_CURRENCY_MODIFIED_DATE_LABEL="Modified Date"
|
||||
COM_SUBFORMPOWER_CURRENCY_NAME_DESCRIPTION="The name is set here."
|
||||
COM_SUBFORMPOWER_CURRENCY_NAME_HINT="Name Here!"
|
||||
COM_SUBFORMPOWER_CURRENCY_NAME_LABEL="Name"
|
||||
COM_SUBFORMPOWER_CURRENCY_NAME_MESSAGE="Error! Please add some name here."
|
||||
COM_SUBFORMPOWER_CURRENCY_NEW="A New Currency"
|
||||
COM_SUBFORMPOWER_CURRENCY_ORDERING_LABEL="Ordering"
|
||||
COM_SUBFORMPOWER_CURRENCY_PERMISSION="Permissions"
|
||||
|
@@ -1,5 +1,13 @@
|
||||
COM_SUBFORMPOWER="Subform Power"
|
||||
COM_SUBFORMPOWER_CONFIGURATION="Subform Power Configuration"
|
||||
COM_SUBFORMPOWER_CONFIG_ACTIVATE="Activate"
|
||||
COM_SUBFORMPOWER_CONFIG_DEACTIVATE="Deactivate"
|
||||
COM_SUBFORMPOWER_CONFIG_EXPORT_TEXT_ONLY_DESCRIPTION="This option enables the export of string/text instead of linked IDs in all admin views that have an export option."
|
||||
COM_SUBFORMPOWER_CONFIG_EXPORT_TEXT_ONLY_LABEL="Export Text Only"
|
||||
COM_SUBFORMPOWER_CONFIG_EXPORT_TEXT_ONLY_TAB_DESCRIPTION="Here are some extra option to adjust the export behaviour of admin views."
|
||||
COM_SUBFORMPOWER_CONFIG_EXPORT_TEXT_ONLY_TAB_LABEL="Export Options"
|
||||
COM_SUBFORMPOWER_CONFIG_STRICT_PERMISSION_PER_FIELD_DESCRIPTION="Use strict permissions per/field in the export methods where there are fields permissions in a view."
|
||||
COM_SUBFORMPOWER_CONFIG_STRICT_PERMISSION_PER_FIELD_LABEL="Use Strict Permission per/field"
|
||||
COM_SUBFORMPOWER_COUNTRIES_ACCESS="Countries Access"
|
||||
COM_SUBFORMPOWER_COUNTRIES_ACCESS_DESC="Allows the users in this group to access access countries"
|
||||
COM_SUBFORMPOWER_COUNTRIES_BATCH_USE="Countries Batch Use"
|
||||
|
Reference in New Issue
Block a user