Merge pull request #1921 from joallard/locale-fr

Locales/fr: Add filter strings and change :read_more_MF
This commit is contained in:
Régis Hanol 2014-02-08 16:21:04 -08:00
commit dd5a25b676
1 changed files with 19 additions and 1 deletions

View File

@ -656,7 +656,23 @@ fr:
read_more: "Vous voulez en lire plus? {{catLink}} or {{latestLink}}."
# keys ending with _MF use message format, see /spec/components/js_local_helper_spec.rb for samples
read_more_MF: "Il y a { UNREAD, plural, =0 {} one { is <a href='/unread'>1 unread</a> } other { are <a href='/unread'># unread</a> } } { NEW, plural, =0 {} one { {BOTH, select, true{and } false {is } other{}} <a href='/new'>1 new</a> topic} other { {BOTH, select, true{and } false {are } other{}} <a href='/new'># new</a> topics} } remaining, or {CATEGORY, select, true {browse other topics in {catLink}} false {{latestLink}} other {}}."
read_more_MF: "Il y a {
UNREAD, plural,
=0 {}
one {
<a href='/unread'>1 discussion non-lue</a>
} other {
<a href='/unread'># discussions non-lues</a>
}
} {
NEW, plural,
=0 {}
one {
{BOTH, select, true{et } false {} other{}} <a href='/new'>1 nouvelle</a> discussion
} other {
{BOTH, select, true{et } false {} other{}} <a href='/new'># nouvelles</a> discussions
}
} à lire, ou {CATEGORY, select, true {allez voir les nouvelles discussions dans {catLink}} false {{latestLink}} other {}}."
browse_all_categories: Voir toutes les catégories
@ -1056,6 +1072,8 @@ fr:
categories_list: "Liste des Catégories"
filters:
with_topics: "Discussions %{filter}"
with_category: "Discussions %{filter} dans %{category}"
latest:
title: "Récentes"
help: "discussions récentes"