Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COM_CLUSTER="Cluster"
COM_CLUSTER_COMPONENT_LABEL="Cluster"
COM_CLUSTER_CONFIGURATION="Cluster Configuration"
COM_CLUSTER_ACCESS_HEADING="Access"
COM_CLUSTER_COMPONENT_DESC=""
COM_CLUSTER_COMPONENT_DESC="Manage clusters and their configurations effectively."

COM_CLUSTER_N_ITEMS_ARCHIVED="%d items successfully archived"
COM_CLUSTER_N_ITEMS_ARCHIVED_1="%d item successfully archived"
Expand All @@ -19,7 +19,7 @@ COM_CLUSTER_N_ITEMS_UNPUBLISHED="%d items successfully unpublished"
COM_CLUSTER_N_ITEMS_UNPUBLISHED_1="%d item successfully unpublished"
COM_CLUSTER_NO_ITEM_SELECTED="No items selected"
COM_CLUSTER_SAVE_SUCCESS="Item successfully saved"
COM_CLUSTER_ITEM_ID_SELECT_LABEL="Select the item ID"
COM_CLUSTER_ITEM_ID_SELECT_LABEL="Select item ID"
COM_CLUSTER_ITEM_ID_SELECT_LABEL_FORM="Select the Item ID to Edit (Set up as 0 if you want to set up as add form)"
COM_CLUSTER_FIELDSET_ITEM_ID_SELECT_LABEL="Required Settings"
COM_CLUSTER_FILTER_SELECT_LABEL=" - Select %s - "
Expand All @@ -39,22 +39,22 @@ COM_CLUSTERS_VIEW_CLUSTERS = "Clusters"
COM_CLUSTER_CLUSTER_FORM_LBL_NAME="Name"
COM_CLUSTER_CLUSTER_FORM_DESC_NAME="Cluster name"
COM_CLUSTER_CLUSTER_FORM_LBL_DESCRIPTION="Description"
COM_CLUSTER_CLUSTER_FORM_DESC_DESCRIPTION="Cluster description"
COM_CLUSTER_CLUSTER_FORM_DESC_DESCRIPTION="Provide a brief description of the cluster."
COM_CLUSTER_CLUSTER_FORM_LBL_PARAMS="Params"
COM_CLUSTER_CLUSTER_FORM_DESC_PARAMS="Cluster params if any"
COM_CLUSTER_CLUSTER_FORM_DESC_PARAMS="Specify cluster parameters, if applicable."
COM_CLUSTER_CLUSTER_FORM_LBL_ACCESSLEVEL="Access level"
COM_CLUSTER_CLUSTER_FORM_DESC_ACCESSLEVEL="Access level"
COM_CLUSTER_CLUSTER_FORM_LBL_CLIENT="Client"
COM_CLUSTER_CLUSTER_FORM_DESC_CLIENT="Cluster client"
COM_CLUSTER_CLUSTER_FORM_LBL_CLIENT_ID="Client Id"
COM_CLUSTER_CLUSTER_FORM_DESC_CLIENT_ID="Cluster Client Id"
COM_CLUSTER_CLUSTER_FORM_DESC_CLIENT_ID="Enter the ID of the associated client for the cluster."
COM_CLUSTER_CLUSTER_FORM_LBL_CREATED_BY="Created By"
COM_CLUSTER_FILTER_SEARCH_LABEL="Search"
COM_CLUSTER_CLUSTERS_FILTER_SEARCH_DESC="Search"
COM_CLUSTER_FILTER_PUBLISHED="Status"
COM_CLUSTER_FILTER_PUBLISHED_DESC="Status"
COM_CLUSTER_FILTER_CLUSTER_LABEL="- Select Cluster -"
COM_CLUSTER_FILTER_CLUSTER_DESC="Select cluster"
COM_CLUSTER_FILTER_CLUSTER_DESC="Filter results by selecting a specific cluster."

;Add/Edit Form View
COM_CLUSTER_PAGE_ADD_CLUSTER = "Clusters: New"
Expand All @@ -72,7 +72,7 @@ COM_CLUSTER_LIST_CLUSTERS_CLIENT="Client"
COM_CLUSTER_FIELDSET_RULES="Permissions"

;List view
COM_CLUSTER_CLUSTERS_FILTER_SEARCH_DESC = "Search in cluster name,description.Prefix with ID:to search for a cluster ID"
COM_CLUSTER_CLUSTERS_FILTER_SEARCH_DESC = "Search"
COM_CLUSTER_LIST_VIEW_NAME="Name"
COM_CLUSTER_LIST_VIEW_DESCRIPTION="Description"
COM_CLUSTER_LIST_VIEW_CLIENT="Client"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COM_CLUSTER_TITLE_ITEM_VIEW_CLUSTER_DESC="Show a specific Cluster"
COM_CLUSTER_TITLE_ITEM_VIEW_CLUSTER_DESC="Display detailed information about a specific cluster."
;List view
COM_CLUSTER_CLUSTERS_FILTER_SEARCH_DESC = "Search in cluster name,description.Prefix with ID:to search for a cluster ID"
COM_CLUSTER_LIST_VIEW_NAME="Name"
Expand Down