diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 23:31:45 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-09 23:31:45 +0100 |
commit | 37ae61fe6d76f72e4bd5567256ee4dd494649dab (patch) | |
tree | 14cd58a614a818bc1990968f9fb0eac695e6ea9b /ratatoeskr/translations/en.php | |
parent | 11515220f3e47ac11e9239b358aceca1ee2e7269 (diff) | |
download | ratatoeskr-cms-37ae61fe6d76f72e4bd5567256ee4dd494649dab.tar.gz ratatoeskr-cms-37ae61fe6d76f72e4bd5567256ee4dd494649dab.tar.bz2 ratatoeskr-cms-37ae61fe6d76f72e4bd5567256ee4dd494649dab.zip |
Hooray! First backend function implemented (content/write)!
And it only took over a month. That's what I call efficiency....
NOT!
Diffstat (limited to 'ratatoeskr/translations/en.php')
-rw-r--r-- | ratatoeskr/translations/en.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index c80e92d..31d0944 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -50,7 +50,17 @@ $translation = array( "article_status" => "Article Status", "article_status_hidden" => "Hidden", "article_status_live" => "Live", - "article_status_sticky" => "Sticky" + "article_status_sticky" => "Sticky", + "article_section" => "Section", + "invalid_urlname" => "Invalid URL name (Can contain a-z A-Z 0-9 - and _)", + "invalid_article_status" => "Invalid article status", + "unknown_txtproc" => "Unknown Textprocessor", + "invalid_date" => "Invalid date", + "article_edit_error" => "Could not edit article.", + "unknown_section" => "Unknown section", + "allow_comments" => "Allow comments?", + "article_name_already_in_use" => "Article name is already in use.", + "article_save_success" => "Article successfully saved." ); ?> |