source: extensions/SwiftThemeCreator/language/en_UK/plugin.lang.php @ 26873

Last change on this file since 26873 was 4862, checked in by ddtddt, 14 years ago

[trunk][STC] add localization

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?php
2
3$lang['Swift Theme Creator'] = 'Swift Theme Creator';
4$lang[''] = '';
5$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.';
6$lang['Template selection'] = 'Template selection';
7$lang['Template'] = 'Template';
8$lang['New theme to be created'] = 'New theme to be created';
9$lang['Colours selection'] = 'Colours selection';
10$lang['Main background'] = 'Main background';
11$lang['Default text'] = 'Default text';
12$lang['Internal links'] = 'Internal links';
13$lang['Hover links'] = 'Hover links';
14$lang['External links'] = 'External links';
15$lang['Header background selection'] = 'Header background selection';
16$lang['No picture'] = 'No picture';
17$lang['Random source'] = 'Random source';
18$lang['Fixed path'] = 'Fixed path';
19$lang['Colorize'] = 'Colorize';
20$lang['Enhance brightness'] = 'Enhance brightness';
21$lang['Reduce contrast'] = 'Reduce contrast';
22$lang['Width limit in pixels'] = 'Width limit in pixels';
23$lang['Height limit in pixels'] = 'Height limit in pixels';
24$lang['Display mode'] = 'Display mode';
25$lang['Reset'] = 'Reset';
26$lang['Generate'] = 'Generate';
27$lang['Simulate'] = 'Simulate';
28$lang['Just a yoga preview...'] = 'Just a yoga preview...';
29$lang['"Fixed header" preview'] = '"Fixed header" preview';
30$lang['"Random header" preview'] = '"Random header" preview';
31$lang['"No header" preview'] = '"No header" preview';
32$lang['Preview'] = 'Preview';
33$lang['home'] = 'home';
34$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.';
35?>
Note: See TracBrowser for help on using the repository browser.