diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-21 11:04:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-21 11:04:50 +0000 |
commit | fe28193e4eb9af2dc5262535a29ffde5249568fc (patch) | |
tree | bd4cf3a9fbada98e58e510ca0e25c42bf00676a7 /extra/sample_plugin/config | |
parent | 9a986ac0a51fe844eee816325e6a6d4122136d9a (diff) | |
download | redmine-fe28193e4eb9af2dc5262535a29ffde5249568fc.tar.gz redmine-fe28193e4eb9af2dc5262535a29ffde5249568fc.zip |
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2493 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin/config')
-rw-r--r-- | extra/sample_plugin/config/locales/en.yml | 6 | ||||
-rw-r--r-- | extra/sample_plugin/config/locales/fr.yml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/extra/sample_plugin/config/locales/en.yml b/extra/sample_plugin/config/locales/en.yml new file mode 100644 index 000000000..5a010003b --- /dev/null +++ b/extra/sample_plugin/config/locales/en.yml @@ -0,0 +1,6 @@ +# Sample plugin +en: + label_plugin_example: Sample Plugin + label_meeting_plural: Meetings + text_say_hello: Plugin say 'Hello' + text_say_goodbye: Plugin say 'Good bye' diff --git a/extra/sample_plugin/config/locales/fr.yml b/extra/sample_plugin/config/locales/fr.yml new file mode 100644 index 000000000..1fae8e4e0 --- /dev/null +++ b/extra/sample_plugin/config/locales/fr.yml @@ -0,0 +1,6 @@ +# Sample plugin +fr: + label_plugin_example: Plugin exemple + label_meeting_plural: Meetings + text_say_hello: Plugin dit 'Bonjour' + text_say_goodbye: Plugin dit 'Au revoir' |