diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-20 21:20:36 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-20 21:20:36 +0100 |
commit | 791ae7f8dcc2f01f452c5f41ce484118820db585 (patch) | |
tree | fbf96c01e1b72b0e254cc59c28e26f6b56770292 /ratatoeskr/translations/en.php | |
parent | 08f8737a13a14530e53426aa1ee9959de6d2c8ca (diff) | |
download | ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.tar.gz ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.tar.bz2 ratatoeskr-cms-791ae7f8dcc2f01f452c5f41ce484118820db585.zip |
Added template and style management to the backend.
Diffstat (limited to 'ratatoeskr/translations/en.php')
-rw-r--r-- | ratatoeskr/translations/en.php | 17 |
1 files changed, 16 insertions, 1 deletions
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." ); ?> |