Skip to content

Commit

Permalink
Language updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson committed Apr 11, 2014
1 parent 0cbc05f commit c161946
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions app/language/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,14 +603,19 @@ var language = {
rule_EditorErrorNoModel: "Error loading rule model - no model defined",

// automation/ruleProperties.js
rule_DrawSaveTip: "Save changes to the rule",
rule_DrawCancelTip: "Cancel the changes made to the rule",
rule_DrawToolboxLogic: "Logic",
rule_DrawToolboxLoops: "Loops",
rule_DrawToolboxMath: "Math",
rule_DrawToolboxItems: "Items",
rule_DrawToolboxFunctions: "Functions",
rule_DrawToolboxLibrary: "Library",
rule_DesignerSaveTip: "Save changes to the rule",
rule_DesignerCancelTip: "Cancel the changes made to the rule",
rule_DesignerToolboxLogic: "Logic",
rule_DesignerToolboxLoops: "Loops",
rule_DesignerToolboxMath: "Math",
rule_DesignerToolboxItems: "Items",
rule_DesignerToolboxFunctions: "Functions",
rule_DesignerToolboxLibrary: "Library",
rule_DesignerErrorSavingRule: "Error saving rule",
rule_DesignerSaveOk: "Rule saved successfully",
rule_ListConfirmDeleteTitle: "Delete Rule",
rule_ListConfirmDeleteMsg: "Are you sure you want to delete the rule '%s'",


// automation/ruleLibrary.js
rule_LibraryTitle: "Rule Library",
Expand Down

0 comments on commit c161946

Please sign in to comment.