Changeset 28393


Ignore:
Timestamp:
May 9, 2014, 4:51:31 PM (10 years ago)
Author:
flop25
Message:

[TakeATour]
adding 2.7 tour

Location:
trunk/plugins/TakeATour
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/TakeATour/language/en_UK/plugin.lang.php

    r28347 r28393  
    9797$lang['first_contact_title43'] = 'It\'s been a great time';
    9898$lang['first_contact_stp43'] = 'This tour was quite long, but we only have seen a small part of how powerful Piwigo is. Everything has a end, this overview is finished.<br>You can discover much deeper the features of Piwigo by taking an other tour or reading our documentation, on the piwigo.org website.';
     99
     100
     101$lang['2.7 Tour'] = '2.7 Tour';
     102$lang['2_7_0_descrp'] = 'Discover What\'s New in Piwigo 2.7';
     103$lang['2_7_0_title1'] = 'Welcome in Piwigo 2.7';
     104$lang['2_7_0_stp1'] = 'Hello! I will be your guide to discover Piwigo. Please follow my instructions, and click Next (or use the arrows of your keyboard) to navigate. If you go to an other page, you will be redirected to the current page of the Tour.';
     105$lang['2_7_0_title2'] = 'First new feature';
     106$lang['2_7_0_stp2'] = 'As you can see, a new default plugin has been added: Take A Tour. This plugin helps you to discover your Piwigo. Here is where are listed all the available tours.<br>This page is available in <em>Plugins » Take A Tour</em>';
     107$lang['2_7_0_title3'] = 'Quick Search';
     108$lang['2_7_0_stp3'] = 'The quick search has been reworked:<br>
     109- add OR operator<br>
     110- allow grouping using brackets ()<br>
     111- add namespace search like:<br>
     112 * #snow - searches only tag names for snow<br>
     113 * ratio:0.9..1.1 - searches photos with width/height ratio between 0.9 and 1.1 (almost squares)<br>
     114 * hits:>10 - searches photos with number of visits >10<br>
     115 * size:>10mp - searches photos where width*height > 10 mega pixels<br>
     116 * file:.jpg - only jpg images<br>
     117- use singular/plural inflections (English/french only for now)<br>';
     118$lang['2_7_0_title4'] = '';
     119$lang['2_7_0_stp4'] = '';
     120$lang['2_7_0_title5'] = '';
     121$lang['2_7_0_stp5'] = '';
     122$lang['2_7_0_title6'] = '';
     123$lang['2_7_0_stp6'] = '';
     124$lang['2_7_0_title7'] = '';
     125$lang['2_7_0_stp7'] = '';
     126$lang['2_7_0_title8'] = '';
     127$lang['2_7_0_stp8'] = '';
     128$lang['2_7_0_title9'] = '';
     129$lang['2_7_0_stp9'] = '';
     130$lang['2_7_0_title10'] = '';
     131$lang['2_7_0_stp10'] = '';
     132$lang['2_7_0_title11'] = 'See you soon!';
     133$lang['2_7_0_stp11'] = 'This tour is over.<p style="text-align:center">Enjoy your Piwigo 2.7!</p>If you like Piwigo and want to support us, you can contribute by helping for translations, donating, etc. <a href="http://piwigo.org/basics/contribute" target="_blank">Click here to support us</a>';
     134
    99135?>
  • trunk/plugins/TakeATour/tpl/admin.tpl

    r28169 r28393  
    1515  </fieldset>
    1616  {/if}
     17  {if !isset($TAT_tour_ignored) or (isset($TAT_tour_ignored) and in_array(2_7_0, $TAT_tour_ignored))}
     18  <fieldset>
     19    <legend>{'2.7 Tour'|@translate}</legend>
     20    <div class="TAT_description">{'2_7_0_descrp'|@translate}</div>
     21    <form action="{$F_ACTION}" method="post">
     22      <input type="hidden" name="submited_tour" value="2_7_0">
     23      <input type="hidden" name="pwg_token" value="{$pwg_token}">
     24      <input type="submit" name="button2" id="button2" value="{'Start the Tour'|@translate}">
     25    </form>
     26  </fieldset>
     27  {/if}
    1728</div>
Note: See TracChangeset for help on using the changeset viewer.