Changeset 28347


Ignore:
Timestamp:
May 4, 2014, 7:16:01 PM (10 years ago)
Author:
flop25
Message:

Translate button Next/prev/end

Location:
trunk/plugins/TakeATour
Files:
3 edited

Legend:

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

    r28169 r28347  
    11<?php
    2 $lang['First Contact'] = 'First Contact';
    32$lang['Start the Tour'] = 'Start the Tour';
    43$lang['Visit your Piwigo!'] = 'Visit your Piwigo!';
     
    65$lang['TAT_descrp'] = 'Welcome! Here are listed all the available tours to discover the features of your Piwigo gallery.<br>Launch a tour below, then follow the instructions. Click Next/Prev (or use the arrows of your keyboard) to navigate during a tour. During a tour, if you go to an other page of the administration, you will be redirected to the current page of the Tour. If you are stuck and can\'t end the tour, going to <em>Plugins » Take A Tour</em> will end the tour.';
    76$lang['takeatour_configpage'] = 'Take A Tour » List of Tours';
     7$lang['Prev'] = 'Prev';
     8$lang['Next '] = 'Next';
     9$lang['End tour'] = 'End tour';
     10$lang['First Contact'] = 'First Contact';
    811$lang['first_contact_descrp'] = 'Recommended for beginners, this tour introduce you Piwigo, its basic features. It will start by adding pictures, then manage them. The tour continues with album management and permissions, and ends on the customization using the configuration, the themes and the plugins.';
    912$lang['first_contact_title1'] = 'Welcome in your Piwigo gallery';
     
    2629$lang['first_contact_stp9'] = 'You are know in the Batch Manager, where you can batch edit multiple pictures. Here the Caddy is set as a filter because we comes from the upload result page.';
    2730$lang['first_contact_title10'] = '';
    28 $lang['first_contact_stp10'] = 'Here is the link to directly access to your caddy: that/s a tool for administrators to easily add pictures to a set in order to edit them in the Batch Manager. You can add photos to the caddy from the public picture page when logged as an admin, or using the action \"Add to caddy\" on the Batch Manager';
     31$lang['first_contact_stp10'] = 'Here is the link to directly access to your caddy: that/s a tool for administrators to easily add pictures to a set in order to edit them in the Batch Manager. You can add photos to the caddy from the public picture page when logged as an admin, or using the action "Add to caddy" on the Batch Manager';
    2932$lang['first_contact_title11'] = 'How to edit a photos';
    3033$lang['first_contact_stp11'] = 'So you can select from here one or more photos';
  • trunk/plugins/TakeATour/language/fr_FR/plugin.lang.php

    r28231 r28347  
    44$lang['Visit your Piwigo!'] = 'Visiter votre Piwigo !';
    55$lang['Take a tour and discover the features of your Piwigo gallery » Go to the available tours'] = 'Découvrez les fonctionnalités de votre galerie Piwigo » Voir les visites interactives disponibles';
     6$lang['Prev'] = 'Préc';
     7$lang['Next '] = 'Suiv';
     8$lang['End tour'] = 'Finir';
    69$lang['first_contact_title2'] = '';
    710$lang['first_contact_title5'] = '';
  • trunk/plugins/TakeATour/tours/first_contact/tour.tpl

    r28243 r28347  
    44  name: "first_contact",
    55  orphan: true,
    6   onEnd: function (tour) {window.location = "admin.php?page=plugin-TakeATour&tour_ended=first_contact";},
     6  onEnd: function (tour) {window.location = "admin.php?page=plugin-TakeATour&tour_ended=first_contact"},
     7  template: "<div class='popover'>          <div class='arrow'></div>          <h3 class='popover-title'></h3>          <div class='popover-content'></div>          <div class='popover-navigation'>            <div class='btn-group'>              <button class='btn btn-sm btn-default' data-role='prev'>&laquo; {/literal}{'Prev'|@translate|@escape:'javascript'}{literal}</button>              <button class='btn btn-sm btn-default' data-role='next'>{/literal}{'Next '|@translate|@escape:'javascript'}{literal} &raquo;</button>            </div>            <button class='btn btn-sm btn-default' data-role='end'>{/literal}{'End tour'|@translate|@escape:'javascript'}{literal}</button>          </div>        </div>",
    78});
    89{/literal}{if $TAT_restart}tour.restart();{/if}{literal}
Note: See TracChangeset for help on using the changeset viewer.