Changeset 28050


Ignore:
Timestamp:
Apr 1, 2014, 11:32:37 PM (10 years ago)
Author:
Miklfe
Message:

Correction du fichier de langue

Location:
extensions/MyPiwiShop
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/MyPiwiShop/admin/template/options.tpl

    r27743 r28050  
    266266<div class="add_content">
    267267        <div class="boxtitre"><h1>
    268         <span class="tit Tadd">{'Add '|translate}</span>
    269         <span class="tit Tedit">{'Edit '|translate}</span>
    270         <span class="tit Tdupli">{'Duplicate '|translate}</span>
     268        <span class="tit Tadd">{'Add'|translate}</span>
     269        <span class="tit Tedit">{'Edit'|translate}</span>
     270        <span class="tit Tdupli">{'Duplicate'|translate}</span>
    271271        <span class="tit Tedit Tdupli">{'the option'|translate}</span>
    272272        <span class="tit Tadd">{'a option'|translate}</span>
  • extensions/MyPiwiShop/admin/template/product.tpl

    r27781 r28050  
    318318<span id="close_Add_product" class="close_box_add"></span>
    319319        <div class="boxtitre"><h1>
    320         <span class="tit Tadd">{'Add '|translate}</span>
    321         <span class="tit Tdupli">{'Duplicate '|translate}</span>
    322         <span class="tit Tedit">{'Edit '|translate}</span>
     320        <span class="tit Tadd">{'Add'|translate}</span>
     321        <span class="tit Tdupli">{'Duplicate'|translate}</span>
     322        <span class="tit Tedit">{'Edit'|translate}</span>
    323323        <span class="tit Tedit Tdupli">{'the product'|translate}</span>
    324324        <span class="tit Tadd">{'a product'|translate}</span>
  • extensions/MyPiwiShop/language/en_UK/intro.html

    r27758 r28050  
    8383  <p>You can tick/untick products to link/unlink them to the photo.</p>
    8484  <p>Then validate the change</p>
    85 </ul>
    86  
    87  
    88  
    89  
    90  
     85</ul>
  • extensions/MyPiwiShop/language/fr_FR/intro.html

    r27744 r28050  
    8585  <p>vous pouvez cocher/décocher les produits pour les attribuer ou les des-attribuer</p>
    8686  <p>puis validez</p>
    87 </ul>
    88  
    89  
    90  
    91  
    92  
     87</ul>
  • extensions/MyPiwiShop/language/fr_FR/plugin.lang.php

    r27823 r28050  
    11<?php
    2 $lang[' option']=' option';
    3 $lang[' product']=' produit';
    42$lang['(filtered from _MAX_ total records)']='(filtré de _MAX_ éléments au total)';
    5 $lang['Add ']='Ajouter ';
    63$lang['Add a option']='Ajouter une option';
    74$lang['Add a product']='Ajouter un produit';
     
    1411$lang['Delete the selected products for these images']='Supprimer les produits sélectionnés pour ces images';
    1512$lang['Display _MENU_ records per page']='Afficher _MENU_ éléments';
    16 $lang['Duplicate ']='Dupliquer ';
    17 $lang['Edit ']='Editer ';
    18 $lang['Edit']='Editer';
     13$lang['Duplicate']='Dupliquer ';
    1914$lang['Fields marked with * must be completed']='les champs marqués par * doivent être renseignés';
    2015$lang['No matching option found']='aucun élément trouvé';
     
    6358$lang['you must enter the name of the option']='vous devez renseigner le nom de l\'option';
    6459$lang['you must enter the product and not the price']='vous devez renseigner le non du produit et son prix';
     60
  • extensions/MyPiwiShop/main.inc.php

    r27781 r28050  
    4747  add_event_handler('loc_end_element_set_unit', 'mps_loc_end_element_set_unit');
    4848} else {
    49   // file containing all public handlers functions
    50   include_once(MPS_PATH . 'include/public_events.inc.php');
     49 // file containing all public handlers functions
     50 include_once(MPS_PATH . 'include/public_events.inc.php');
    5151 
    5252  // add button on album and photos pages
     
    6969  $maintain = new MyPiwiShop_maintain(MPS_ID);
    7070  $maintain->autoUpdate(MPS_VERSION, 'install');
     71 
     72  load_language('plugin.lang', MPS_PATH);
    7173 
    7274  $query='
     
    7577  ;';
    7678       
    77   if(pwg_db_num_rows(pwg_query($query))==0) {
     79 if(pwg_db_num_rows(pwg_query($query))==0) {
    7880   single_insert(
    7981    $prefixeTable."mps_conf",
     
    8486  }
    8587 
    86   // load plugin language file
    87   load_language('plugin.lang', MPS_PATH);
    8888}
    8989
  • extensions/MyPiwiShop/template/js/MyPiwiShop.js

    r27743 r28050  
    11(function($) {
    2         $(document).ready(function(){
    3        
     2
    43                function _init_MyPiwiShop (){
    54                if($('#prod_sel').length){
     
    118117                        return $return;
    119118                })
    120         });
    121119})(jQuery);
Note: See TracChangeset for help on using the changeset viewer.