source: extensions/Front2Back/language/en_UK/plugin.lang.php @ 11217

Last change on this file since 11217 was 11217, checked in by mistic100, 13 years ago

clean code, add some options

File size: 2.1 KB
Line 
1<?php
2
3$lang['See back'] = 'See back';
4$lang['See front'] = 'See front';
5
6$lang['Back sides folder'] = 'Back sides folder';
7$lang['Web sized pics sub-folder'] = 'Web sized pics sub-folder';
8$lang['HD pics sub-folder'] = 'HD pics sub-folder';
9$lang['Suffix'] = 'Suffix';
10
11$lang['Switch mode'] = 'Switch mode';
12$lang['Click'] = 'Click';
13$lang['Mouseover'] = 'Mouseover';
14$lang['Transition'] = 'Transition';
15$lang['Fade'] = 'Fade';
16$lang['Link position'] = 'Link position';
17$lang['Top'] = 'Top';
18$lang['Bottom'] = 'Bottom';
19$lang['Toolbar'] = 'Toolbar';
20$lang['Link name'] = 'Link name';
21
22$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Seperate the two labels with the | symbol. Leave blank to use default translation.';
23
24$lang['f2b_help'] = "
25<fieldset>
26  <legend>Usage examples</legend>
27  <fieldset>
28    If you put the web sized back side in <i>thumbnail/back/</i> subfolder of your normal image directory and the high-definition back side in the subfolder <i>pwg_high/back/</i>, use the basic configuration:
29    <ul>
30      <li><b>Back sides' folder:</b> <i>empty</i>
31      <li><b>Web sized pics' sub-folder:</b> thumbnail/verso/</li>
32      <li><b>HD pics' sub-folder:</b> pwg_high/verso/</li>
33    </ul>
34  </fieldset>
35 
36  <fieldset>
37    If you prefer to put your backs into a different folder, change the value of the first parameter (relative to the root of the site). Keep in mind that in this case the tree of your gallery is not reproduced, and two images with the same name in two different albums will load the same back side.
38    <br>For example you can use this setup to search the web sided backs in <i>[ROOT]/verso/</i> and HD backs in <i>[ROOT]/verso/hd/</i>
39    <ul>
40      <li><b>Back sides' folder:</b> verso/
41      <li><b>Web sized pics' sub-folder:</b> <i>empty</i></li>
42      <li><b>HD pics' sub-folder:</b> hd/</li>
43    </ul>
44  </fieldset>
45 
46  <fieldset>
47    Anyway the back side pic may have the same name as the normal pic, in this case let <b>Suffix</b> empty, or a name with suffix.
48  </fieldset>
49</fieldset>
50";
51
52?>
Note: See TracBrowser for help on using the repository browser.