From 0582c001332312c35711044ed27d9e3ec62ec441 Mon Sep 17 00:00:00 2001 From: Guirec CORBEL Date: Sun, 29 May 2011 14:35:40 -0400 Subject: add some options for translation and translate in french --- config/locales/en.yml | 22 +++++++++++++++++++++- config/locales/fr.yml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index f5b5461..133637b 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
(Ouvre une nouvelle fenêtre)' 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 -- cgit v1.2.3 From d5f35854baf0c8fc17d0cb165d342555c2b33d22 Mon Sep 17 00:00:00 2001 From: Guirec CORBEL Date: Sun, 29 May 2011 14:42:14 -0400 Subject: add some options for translation and translate in french --- config/locales/en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 133637b..eb886a9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -138,16 +138,16 @@ en: 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 + blog_category: Category + blog_comment: Comment + blog_post: Blog post attributes: blog_category: - title: title + title: Title blog_comment: name: Name email: Email message: Message blog_post: - title: title - body: body \ No newline at end of file + title: Title + body: Body \ No newline at end of file -- cgit v1.2.3