diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-05-26 12:55:35 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-05-26 12:55:35 +0200 |
commit | 84d920ef69d88e16956f49d81f6a1ba0e1129c2d (patch) | |
tree | 4af42206c0b1bf24f4f0af59ea925d847954769f /ratatoeskr/translations/en.php | |
parent | 9ee26e1077a52fcbdab5929186e7d118f834d269 (diff) | |
download | ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.tar.gz ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.tar.bz2 ratatoeskr-cms-84d920ef69d88e16956f49d81f6a1ba0e1129c2d.zip |
Better(?) tag editor.
* Look&Feel of the Tag editor now matches better with the rest of the
backend.
* Deleted templates, functions and translations that are not longer
needed.
Diffstat (limited to 'ratatoeskr/translations/en.php')
-rw-r--r-- | ratatoeskr/translations/en.php | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 27374c6..86e17a2 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -61,25 +61,18 @@ $translation = array( "allow_comments" => "Allow comments?", "article_name_already_in_use" => "Article name is already in use.", "article_save_success" => "Article successfully saved.", - "delete_tag_pagetitle" => "Delete \"[[TAGNAME]]\"", - "delete_comment_question" => "Do you want to delete this tag?", - "tag_deleted" => "Tag was deleted.", - "back_to_tags" => "Go back to Content::Tags", - "create_new_tag" => "Create a new Tag", + "tags_successfully_deleted" => "Tags successfully deleted.", "new_tag_name" => "Name", + "tags_successfully_edited" => "Successfully edited tags.", "tags_overview" => "Tag Overview", "tag_name" => "Tag name", "yes" => "Yes", "no" => "No", "tag_add_lang" => "Add translation", + "save_changes" => "Save changes", "language_unknown" => "Unknown language", - "no_translation_text_given" => "No translation text given.", "translation_added_successfully" => "Translation added successfully.", - "tag_translation_added" => "Translation added.", "invalid_tag_name" => "Invalid tag name. A tag name can not contain commas (,) or spaces ( ) and must not be empty.", - "tag_name_already_in_use" => "Tag name already in use.", - "tag_created_successfully" => "Tag created successfully.", - "tag_titles_edited_successfully" => "Tag titles changed successfully.", "available_languages" => "Available languages", "tags" => "Tags", "section" => "Section", |