aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
committerPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
commit4f45963b9e2c3477ace8a48f5097fa50e9cdffa6 (patch)
tree1a59d022f0487e5e50880620476f06dece1ae831 /config
parent8fc9af832c101078b49fdfa6cdbb9d8187fb8668 (diff)
parentd5f35854baf0c8fc17d0cb165d342555c2b33d22 (diff)
downloadrefinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.gz
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.bz2
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.zip
Merged remote branch 'Dougui/add_translation'
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml22
-rw-r--r--config/locales/fr.yml33
2 files changed, 52 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f5b5461..eb886a9 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -126,8 +126,28 @@ en:
filed_in: Filed in
tagged: Tagged
submit: Send comment
+ name: Name
+ email: Email
+ message: Message
+ by: by
tagged:
no_blog_articles_yet: There are no blog articles posted yet. Stay tuned.
+ posts_tagged: Posts tagged
archive:
blog_archive_for: 'Blog Archive for %{date}'
- no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
+ no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
+ activerecord:
+ models:
+ blog_category: Category
+ blog_comment: Comment
+ blog_post: Blog post
+ attributes:
+ blog_category:
+ title: Title
+ blog_comment:
+ name: Name
+ email: Email
+ message: Message
+ blog_post:
+ title: Title
+ body: Body \ No newline at end of file
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index c71a01f..272be07 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -40,6 +40,8 @@ fr:
published_at: Date de publication
index:
no_items_yet: 'Il n''y a aucun article pour l''instant. Cliquez sur "%{create}" pour ajouter votre premier article.'
+ uncategorized:
+ no_items_yet: 'Il n''y a aucun article non catégorisé.'
post:
view_live_html: 'Voir cet article sur le site<br/><em>(Ouvre une nouvelle fenêtre)</em>'
edit: Modifier cet article
@@ -67,6 +69,7 @@ fr:
title: Articles
manage: Gérer les articles
new: Créer un nouvel article
+ uncategorized: Aricles non catégorisés
settings:
title: Paramêtres
moderation: Modération
@@ -88,16 +91,19 @@ fr:
categories:
title: Catégories
rss_feed:
- title: RSS Feed
+ title: Flux RSS
subscribe: Souscrire
posts:
other: Autres articles
created_at: 'Écrit le %{when}'
read_more: Lire la suite
+ by: 'par'
comments:
singular: commentaire
none: aucun commentaire
archives: Archives
+ tags:
+ title: "Mots clés"
categories:
show:
no_posts: 'Il n''y a aucun article pour cette catégorie.'
@@ -119,7 +125,30 @@ fr:
add: Ajouter un commentaire
other: Autres articles
filed_in: Classé dans
+ tagged: Taggé
submit: Envoyer le commentaire
+ name: Nom
+ email: Email
+ message: Message
+ by: par
+ tagged:
+ no_blog_articles_yet: "Il n'y a aucun article pour l'instant. Restez en alerte."
+ posts_tagged: Articles taggés
archive:
blog_archive_for: 'Archive du blog pour le %{date}'
- no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez à l'écoute."
+ no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez en alerte."
+ activerecord:
+ models:
+ blog_category: Categorie
+ blog_comment: Commentaire
+ blog_post: Article
+ attributes:
+ blog_category:
+ title: Titre
+ blog_comment:
+ name: Nom
+ email: Email
+ message: Message
+ blog_post:
+ title: Titre
+ body: Corps