diff options
author | flop25 <flop25@piwigo.org> | 2014-07-05 15:22:55 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-07-05 15:22:55 +0000 |
commit | f140339c7dcac4c4670421b5619b80a84eac131e (patch) | |
tree | ed83a7de8eee2414fa61b63a38adf262903c1a5c /plugins/TakeATour/language/en_UK | |
parent | 0e562071c44ec55f72988bab48be9e9ddb35d1b0 (diff) |
[take a tour]
empty language value with a space
tour 2.7 : search page, select js
tour privacy : wip
git-svn-id: http://piwigo.org/svn/trunk@28951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/en_UK')
-rw-r--r-- | plugins/TakeATour/language/en_UK/plugin.lang.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/TakeATour/language/en_UK/plugin.lang.php b/plugins/TakeATour/language/en_UK/plugin.lang.php index 095b9580a..363d2c89f 100644 --- a/plugins/TakeATour/language/en_UK/plugin.lang.php +++ b/plugins/TakeATour/language/en_UK/plugin.lang.php @@ -115,12 +115,12 @@ $lang['2_7_0_stp3'] = 'The quick search has been reworked:<br> * size:>10mp - searches photos where width*height > 10 mega pixels<br> * file:.jpg - only jpg images<br> - use singular/plural inflections (English/french only for now)<br>'; -$lang['2_7_0_title4'] = ''; -$lang['2_7_0_stp4'] = ''; -$lang['2_7_0_title5'] = ''; -$lang['2_7_0_stp5'] = ''; -$lang['2_7_0_title6'] = ''; -$lang['2_7_0_stp6'] = ''; +$lang['2_7_0_title4'] = 'Search Page'; +$lang['2_7_0_stp4'] = 'The Search page has been reworked: ability to select properties on which the word search applies, list of authors found in database, auto-complete list of tags, auto-complete list of albums...'; +$lang['2_7_0_title5'] = 'Time'; +$lang['2_7_0_stp5'] = 'You can set the time in addition to the date, using Hour and Minute sliders'; +$lang['2_7_0_title6'] = 'Select script'; +$lang['2_7_0_stp6'] = 'The selection script for picking albums, tags etc has changed to a new one more user-friendly. Test it below'; $lang['2_7_0_title7'] = ''; $lang['2_7_0_stp7'] = ''; $lang['2_7_0_title8'] = ''; |