summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-21 11:04:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-21 11:04:50 +0000
commitfe28193e4eb9af2dc5262535a29ffde5249568fc (patch)
treebd4cf3a9fbada98e58e510ca0e25c42bf00676a7 /extra/sample_plugin/config
parent9a986ac0a51fe844eee816325e6a6d4122136d9a (diff)
downloadredmine-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.yml6
-rw-r--r--extra/sample_plugin/config/locales/fr.yml6
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'