Changeset 21231


Ignore:
Timestamp:
Mar 6, 2013, 12:26:04 AM (11 years ago)
Author:
ddtddt
Message:

[extensions] - Photo_added_by - cleanned

Location:
extensions/Photo_add_by
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/Photo_add_by/admin/admin.php

    r21222 r21231  
    2121$tabsheet = new tabsheet();
    2222$tabsheet->add('gestion',
    23                l10n('Management'),
     23               l10n('Configuration'),
    2424               $my_base_url.'&tab=gestion');
    2525$tabsheet->select($page['tab']);
     
    5959conf_update_param('Photo_add_by', $_POST['infopab']);
    6060$template->delete_compiled_templates();
    61 array_push($page['infos'], l10n('Choice saved'));
     61array_push($page['infos'], l10n('Your configuration settings are saved'));
    6262
    6363  $selected = $_POST['infopab'];
  • extensions/Photo_add_by/admin/admin.tpl

    r21222 r21231  
    11<div class="titrePage">
    2   <h2>Photo add by</h2>
     2  <h2>Photo Added By</h2>
    33</div>
    44{if isset ($gestionA)}
     
    1515                        </fieldset>
    1616                </form>
    17                 *{'Information must be displayed on the photo page for this to work'|@translate}       
    1817        </div>
    1918{/if}
  • extensions/Photo_add_by/language/en_UK/plugin.lang.php

    r21222 r21231  
    11<?php
    2 $lang['Management'] = 'Management';
    32$lang['Photo added by'] = 'Photo added by';
    43$lang['Add information before'] = 'Add information before';
    5 $lang['Information must be displayed on the photo page for this to work'] = 'Information must be displayed on the photo page for this to work';
    6 $lang['Choice saved'] = 'Choice saved';
    74?>
  • extensions/Photo_add_by/language/fr_FR/description.txt

    r16859 r21231  
    1 Ajoute qui a ajouté la photo sur la page photo
     1Ajoute l'information 'Photo Ajouté par' sur la page photo
  • extensions/Photo_add_by/language/fr_FR/plugin.lang.php

    r21222 r21231  
    11<?php
    2 $lang['Management'] = 'gestion';
    32$lang['Photo added by'] = 'Photo Ajouté par';
    43$lang['Add information before'] = 'Ajouter l\'information avant';
    5 $lang['Information must be displayed on the photo page for this to work'] = 'L\'information doit être affiché sur la page photo pour que cela fonctionne';
    6 $lang['Choice saved'] = 'Choix sauvegardé';
    74?>
Note: See TracChangeset for help on using the changeset viewer.