diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-18 08:22:47 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-18 08:22:47 +0200 |
commit | 6734a8328e417c8f3dfdf100ea66c16a716a8546 (patch) | |
tree | f2c6a6e5458fb718beccba76a8aee7e4b76affb1 /plugins | |
parent | cc9f35a4b727c943cfc073d7d550993e28425b38 (diff) |
Added French localization
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/help/localization/fr_FR.inc | 8 | ||||
-rw-r--r-- | plugins/help/package.xml | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/plugins/help/localization/fr_FR.inc b/plugins/help/localization/fr_FR.inc new file mode 100644 index 000000000..269723972 --- /dev/null +++ b/plugins/help/localization/fr_FR.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Aide'; +$labels['about'] = 'A propos'; +$labels['license'] = 'Licence'; + +?> diff --git a/plugins/help/package.xml b/plugins/help/package.xml index da90bb4fd..67e83fb06 100644 --- a/plugins/help/package.xml +++ b/plugins/help/package.xml @@ -42,6 +42,7 @@ <file name="localization/en_US.inc" role="data"></file> <file name="localization/es_ES.inc" role="data"></file> <file name="localization/et_EE.inc" role="data"></file> + <file name="localization/fr_FR.inc" role="data"></file> <file name="localization/gl_ES.inc" role="data"></file> <file name="localization/hu_HU.inc" role="data"></file> <file name="localization/ja_JP.inc" role="data"></file> |