aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/translations
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-17 21:45:09 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-17 21:45:09 +0100
commit2ec78d505342e2bc241b32eac29164994ed911eb (patch)
tree2a1ab225e15f0954f33d92a20d40f72511d4916d /ratatoeskr/translations
parentc8e10265775400b15bd4369a6a2efca09224e1dc (diff)
downloadratatoeskr-cms-2ec78d505342e2bc241b32eac29164994ed911eb.tar.gz
ratatoeskr-cms-2ec78d505342e2bc241b32eac29164994ed911eb.tar.bz2
ratatoeskr-cms-2ec78d505342e2bc241b32eac29164994ed911eb.zip
Comment management added to backend.
Diffstat (limited to 'ratatoeskr/translations')
-rw-r--r--ratatoeskr/translations/en.php28
1 files changed, 26 insertions, 2 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php
index 9ab6c0b..9f1401e 100644
--- a/ratatoeskr/translations/en.php
+++ b/ratatoeskr/translations/en.php
@@ -69,7 +69,6 @@ $translation = array(
"new_tag_name" => "Name",
"tags_overview" => "Tag Overview",
"tag_name" => "Tag name",
- "delete" => "Delete",
"yes" => "Yes",
"no" => "No",
"tag_add_lang" => "Add translation",
@@ -106,7 +105,32 @@ $translation = array(
"images_deleted" => "Images deleted.",
"generate_embed_code" => "Generate embed code.",
"image_alt" => "Alternative Title",
- "embed_code" => "Embed code"
+ "embed_code" => "Embed code",
+ "was_read" => "Read?",
+ "article" => "Article",
+ "visible" => "Visible",
+ "comment_excerpt" => "Comment (excerpt)",
+ "no_comments" => "No comments available.",
+ "read_more" => "Read more",
+ "language" => "Language",
+ "author" => "Author",
+ "filter_article" => "by Article",
+ "commentaction_make_invisible" => "Make invisible",
+ "commentaction_make_visible" => "Make visible",
+ "commentaction_mark_read" => "Mark as read",
+ "commentaction_mark_unread" => "Mark as unread",
+ "comments_successfully_deleted" => "Comments sucessfully deleted.",
+ "comments_successfully_marked_read" => "Comments successfully marked as read.",
+ "comments_successfully_marked_unread" => "Comments successfully marked as unread.",
+ "comments_successfully_made_visible" => "Comments successfully made visible.",
+ "comments_successfully_made_invisible" => "Comments successfully made invisible.",
+ "unknown_action" => "Unknown action.",
+ "comment_successfully_deleted" => "Comment sucessfully deleted.",
+ "comment_successfully_made_visible" => "Comment successfully made visible.",
+ "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)"
);
?>