mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
35 lines
1.8 KiB
PHP
35 lines
1.8 KiB
PHP
<?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.';
|
|
?>
|