aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/translations
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-23 18:17:52 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-23 18:17:52 +0100
commit767b3ebdd83bfd49d82438711f2e240f505a27c5 (patch)
treea7216ef528efc159df181dd26a250cbfda232d5c /ratatoeskr/translations
parent57feb6e59f414026e1367146d89a9b5ff8f066ad (diff)
downloadratatoeskr-cms-767b3ebdd83bfd49d82438711f2e240f505a27c5.tar.gz
ratatoeskr-cms-767b3ebdd83bfd49d82438711f2e240f505a27c5.tar.bz2
ratatoeskr-cms-767b3ebdd83bfd49d82438711f2e240f505a27c5.zip
Added page section management to backend.
Diffstat (limited to 'ratatoeskr/translations')
-rw-r--r--ratatoeskr/translations/en.php23
1 files changed, 22 insertions, 1 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php
index 440306d..5a4d1c4 100644
--- a/ratatoeskr/translations/en.php
+++ b/ratatoeskr/translations/en.php
@@ -145,7 +145,28 @@ $translation = array(
"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."
+ "style_successfully_saved" => "Style successfully saved.",
+ "new_section" => "New Section",
+ "section_name" => "Section name",
+ "section_is_default" => "Is default",
+ "styles" => "Styles",
+ "make_default" => "Make default",
+ "set_template" => "Set template",
+ "add_style" => "Add style",
+ "section_already_exists" => "Section already exists.",
+ "unknown_template" => "Unknown template",
+ "invalid_section_name" => "Invalid section name. Valid section names are at least 1 character long and only contains letters, numbers, underscores(_) and hyphens(-)",
+ "section_title" => "Title",
+ "set_title" => "Set Title",
+ "section_created_successfully" => "Section created",
+ "style_removed" => "Style removed",
+ "remove" => "Remove",
+ "cannot_delete_default_section" => "Can not delete default section.",
+ "section_successfully_deleted" => "Section successfully deleted.",
+ "default_section_changed_successfully" => "Default section changed successfully.",
+ "successfully_added_style" => "Successfully added style.",
+ "successfully_set_section_title" => "Successfully set title.",
+ "successfully_set_template" => "Successfully set template."
);
?>