From 791ae7f8dcc2f01f452c5f41ce484118820db585 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 20 Nov 2011 21:20:36 +0100 Subject: Added template and style management to the backend. --- ratatoeskr/translations/en.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ratatoeskr/translations/en.php') diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 9f1401e..440306d 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -130,7 +130,22 @@ $translation = array( "comment_successfully_made_invisible" => "Comment successfully made invisible.", "comment_perform_action" => "Perform an action on this comment", "comment_text" => "Comment Text", - "comment_text_raw" => "Comment Text (raw)" + "comment_text_raw" => "Comment Text (raw)", + "new_template" => "New Template", + "template" => "Template", + "template_name" => "Template name", + "template_code" => "Template code", + "templates_successfully_deleted" => "Templates successfully deleted", + "invalid_template_name" => "Invalid template name. Valid template names are at least 1 character long and only contains letters, numbers, underscores(_), hyphens(-) and dots(.)", + "could_not_compile_template" => "Could not compile template. Reason: ", + "template_successfully_saved" => "Template successfully saved.", + "style" => "Style", + "new_style" => "New style", + "style_name" => "Style name", + "style_code" => "Style code", + "styles_successfully_deleted" => "Styles successfully deleted", + "invalid_style_name" => "Invalid style name. Valid style names are at least 1 character long and only contains letters, numbers, underscores(_), hyphens(-) and dots(.)", + "style_successfully_saved" => "Style successfully saved." ); ?> -- cgit v1.2.3-54-g00ecf