diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 09:58:16 +0200 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2010-12-03 09:58:16 +0200 |
commit | 51095b80910618f7ce5bf1d991f46dd5fab5aa2a (patch) | |
tree | 80f3f2584f39e8cdc0f0120de2f8cd979971c225 /config | |
parent | 2db680dd9835bdfb01ebfff90398ae5a9d8b45da (diff) | |
download | refinerycms-blog-51095b80910618f7ce5bf1d991f46dd5fab5aa2a.tar.gz refinerycms-blog-51095b80910618f7ce5bf1d991f46dd5fab5aa2a.tar.bz2 refinerycms-blog-51095b80910618f7ce5bf1d991f46dd5fab5aa2a.zip |
Moved some text to locale.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9bd9ab0..d48621e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -88,6 +88,7 @@ en: title: Categories rss_feed: title: RSS Feed + subscribe: Subscribe posts: other: Other Posts created_at: 'Posted on %{when}' @@ -114,4 +115,7 @@ en: add: Make a Comment other: Other Blog Posts filed_in: Filed in - submit: Send comment
\ No newline at end of file + submit: Send comment + archive: + blog_archive_for: Blog Archive for %{date} + no_blog_articles_posted: There are no blog articles posted for %{date}. Stay tuned. |