Ignore:
Timestamp:
Aug 2, 2012, 6:23:19 PM (12 years ago)
Author:
mistic100
Message:

small template adjustments
missing language string

Location:
extensions/flickr2piwigo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/admin/import.php

    r16085 r17313  
    11<?php
    22if (!defined('FLICKR_PATH')) die('Hacking attempt!');
     3
     4set_time_limit(600);
    35
    46// check API parameters and connect to flickr
     
    197199  FROM '.CATEGORIES_TABLE.'
    198200;';
    199     display_select_cat_wrapper($query, array(), 'associate_options', true);
     201    display_select_cat_wrapper($query, array(), 'associate_options');
    200202    display_select_cat_wrapper($query, array(), 'category_parent_options');
    201203   
  • extensions/flickr2piwigo/admin/template/import.list_all.tpl

    r16089 r17313  
    121121   
    122122    <p>
    123       {'Fill these fields from Flickr datas'|@translate} :
     123      <b>{'Fill these fields from Flickr datas'|@translate}:</b>
    124124      <label><input type="checkbox" name="fill_name" checked="checked"> {'Photo name'|@translate}</label>
    125125      <label><input type="checkbox" name="fill_author" checked="checked"> {'Author'|@translate}</label>
  • extensions/flickr2piwigo/admin/template/import.list_photos.tpl

    r16089 r17313  
    403403
    404404    <p>
    405       <label for="albumSelect">{'Album'|@translate} :</label>
     405      <label for="albumSelect"><b>{'Album'|@translate}:</b></label>
    406406      <select style="width:400px" name="associate" id="albumSelect" size="1">
    407407        {html_options options=$associate_options}
     
    411411   
    412412    <p>
    413       {'Fill these fields from Flickr datas'|@translate} :
     413      <b>{'Fill these fields from Flickr datas'|@translate}:</b>
    414414      <label><input type="checkbox" name="fill_name" checked="checked"> {'Photo name'|@translate}</label>
    415415      <label><input type="checkbox" name="fill_author" checked="checked"> {'Author'|@translate}</label>
  • extensions/flickr2piwigo/language/en_UK/plugin.lang.php

    r16089 r17313  
    2929$lang['No download method available'] = 'No download method available';
    3030$lang['Logued as'] = 'Logued as';
     31$lang['%d elements ready for importation'] = '%d elements ready for importation';
    3132
    3233?>
  • extensions/flickr2piwigo/language/fr_FR/plugin.lang.php

    r16089 r17313  
    2525$lang['%d albums'] = '%d albums';
    2626$lang['List pictures of this album'] = 'Lister les photos de cet album';
    27 $lang['Begin transfer'] = 'Commencer les transfert';
     27$lang['Begin transfer'] = 'Commencer le transfert';
    2828$lang['Open Flickr page in a new tab'] = 'Ouvrir la page Flickr dans un nouvel onglet';
    2929$lang['No download method available'] = 'Aucune méthode de téléchargement n\'est disponible';
    3030$lang['Logued as'] = 'Indentifié en tant que';
     31$lang['%d elements ready for importation'] = '%d elements prêts à l\'importation';
    3132
    3233?>
Note: See TracChangeset for help on using the changeset viewer.