plugins/repositories/locale.yml in olelo-0.9.4 vs plugins/repositories/locale.yml in olelo-0.9.5

- old
+ new

@@ -1,12 +1,16 @@ -en: - search_results: 'Search results for #{pattern}' - match: 'One match' - match_plural: '#{count} matches' -de: - search_results: 'Suchergebnisse für #{pattern}' - match: 'Ein Treffer' - match_plural: '#{count} Treffer' cs_CZ: - search_results: 'Výsledky hledání pro #{pattern}' match: 'Jeden výsledek' - match_plural: '#{count} výsledků' + match_plural: '%{count} výsledků' + search_results: 'Výsledky hledání pro %{pattern}' +de: + match: 'Ein Treffer' + match_plural: '%{count} Treffer' + search_results: 'Suchergebnisse für %{pattern}' +en: + match: 'One match' + match_plural: '%{count} matches' + search_results: 'Search results for %{pattern}' +fr: + match: "Une correspondance" + match_plural: "%{count} correspondaces" + search_results: "Chercher les résultats pour %{pattern}"