diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-02-09 17:54:18 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-02-09 17:54:18 +0000 |
commit | 3666288d62c4ad7a2fce33da272c53b20a9c3739 (patch) | |
tree | 09c9e7be231f87195181eceb94a3a70830676a1e /plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php | |
parent | 4f2688663ba63b9808b66edfeb66f951bcb76901 (diff) |
[trunk][STC] add localization
git-svn-id: http://piwigo.org/svn/trunk@4862 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php')
-rw-r--r-- | plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php b/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php new file mode 100644 index 000000000..997c25478 --- /dev/null +++ b/plugins/SwiftThemeCreator/language/fr_FR/plugin.lang.php @@ -0,0 +1,35 @@ +<?php + +$lang['Swift Theme Creator'] = 'Swift Theme Creator'; +$lang[''] = ''; +$lang['The Swift Theme Creator is powerful webmaster tool to create a new theme in few seconds. You can update later the result as you need.'] = 'The Swift Theme Creator is powerful webmaster tool to create a new theme in few seconds. You can update later the result as you need.'; +$lang['Template selection'] = 'Template selection'; +$lang['Template'] = 'Template'; +$lang['New theme to be created'] = 'New theme to be created'; +$lang['Colours selection'] = 'Colours selection'; +$lang['Main background'] = 'Main background'; +$lang['Default text'] = 'Default text'; +$lang['Internal links'] = 'Internal links'; +$lang['Hover links'] = 'Hover links'; +$lang['External links'] = 'External links'; +$lang['Header background selection'] = 'Header background selection'; +$lang['No picture'] = 'No picture'; +$lang['Random source'] = 'Random source'; +$lang['Fixed path'] = 'Fixed path'; +$lang['Colorize'] = 'Colorize'; +$lang['Enhance brightness'] = 'Enhance brightness'; +$lang['Reduce contrast'] = 'Reduce contrast'; +$lang['Width limit in pixels'] = 'Width limit in pixels'; +$lang['Height limit in pixels'] = 'Height limit in pixels'; +$lang['Display mode'] = 'Display mode'; +$lang['Reset'] = 'Reset'; +$lang['Generate'] = 'Generate'; +$lang['Simulate'] = 'Simulate'; +$lang['Just a yoga preview...'] = 'Just a yoga preview...'; +$lang['"Fixed header" preview'] = '"Fixed header" preview'; +$lang['"Random header" preview'] = '"Random header" preview'; +$lang['"No header" preview'] = '"No header" preview'; +$lang['Preview'] = 'Preview'; +$lang['home'] = 'home'; +$lang['...to get an idea of the expected result. Preview is based on yoga-like template only.'] = '...to get an idea of the expected result. Preview is based on yoga-like template only.'; +?>
\ No newline at end of file |