Ignore:
Timestamp:
Dec 11, 2012, 9:41:17 AM (11 years ago)
Author:
plg
Message:

display changes, en_UK strings partly rewritten

Location:
extensions/PersoFavicon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/PersoFavicon/admin/admin.tpl

    r19391 r19393  
    55  {if isset ($ICO)}
    66        <div style="text-align:left; padding:20px;">
    7                 {'pfi_actu'|@translate} <img class="thumbnail" src="{$ICO}" alt="" width="20px"><br>
     7                {'pfi_actu'|@translate} <img class="thumbnail" src="{$ICO}"><br><br>
    88                {'pfi_actu2'|@translate}
    99        </div>
     
    1515                <br>   
    1616                <br>
    17                         <div style="text-align:center;">
     17                        <div>
    1818                                <input class="submit" name="submitpfi" type="submit" value="{'pfi_envoie'|@translate}" {$TAG_INPUT_ENABLED} />
    1919                        </div>
     
    2222{/if}
    2323{if isset ($help)}
    24                 <h3>{'pfi_aide1T'|@translate}</h3>
    25                                 <div style="text-align:left;padding:10px;">{'pfi_aide1'|@translate}</div>
    26                 <h3>{'pfi_aide2T'|@translate}</h3>
    27                                 <div style="text-align:left;padding:10px;">{'pfi_aide2'|@translate}</div>
     24<fieldset>
     25  <legend>{'pfi_aide1T'|@translate}</legend>
     26  <div style="text-align:left;padding:10px;">{'pfi_aide1'|@translate}</div>
     27</fieldset>
     28<fieldset>
     29  <legend>FTP</legend>
     30  <div style="text-align:left;padding:10px;">{'pfi_aide2'|@translate}</div>
     31</fieldset>
    2832{/if}
  • extensions/PersoFavicon/language/en_UK/plugin.lang.php

    r7767 r19393  
    44$lang['pfi_h2'] = 'Perso Favicon Plugin';
    55$lang['pfi_ajout'] = 'Add an icon';
    6 $lang['pfi_actu'] = 'An icon is present in your local directory : ';
    7 $lang['pfi_actu2'] = 'WARNING: It will be replaced by the news that you download';
    8 $lang['pfi_validdef'] = 'You confirm your choice - if it exists will overwrite the current favicon';
    9 $lang['pfi_select'] = 'Select your icon file (.ico)';
     6$lang['pfi_actu'] = 'Current favicon (found in your local directory): ';
     7$lang['pfi_actu2'] = 'WARNING: any new favicon will overwrite it.';
     8$lang['pfi_validdef'] = 'Do you confirm upload? if a favicon already exists, the new one will overwrite it.';
     9$lang['pfi_select'] = 'Select your icon file (.ico, max 5KB)';
    1010$lang['pfi_envoie'] = 'Upload to the local directory';
    1111$lang['pfi_erreur_ext'] = 'You must upload a file type .ico';
    12 $lang['pfi_erreur_taille'] = 'You must upload a file to 5 Kb maximum';
     12$lang['pfi_erreur_taille'] = 'Maximum file size is 5KB';
    1313$lang['pfi_erreur_exist'] = 'The file has been replaced';
    1414$lang['pfi_erreur_nom'] = 'Invalid filename';
    15 $lang['pfi_erreur_vide'] = 'The file is not found';
     15$lang['pfi_erreur_vide'] = 'File not found';
    1616$lang['pfi_ok'] = 'The file has been uploaded';
    1717$lang['pfi_erreur_mouve'] = 'Unable to copy file in the "local" directory';
     
    2020$lang['help'] = 'Help';
    2121$lang['pfi_aide1T'] = 'Add form';
    22 $lang['pfi_aide1'] = 'You can add a favicon using the form to add, it will automatically be in rennomée favicon.ico and replace that which may already be present in the local directory.<br>Maximum file size 5kb.<br>Depending on the browser there is a time-to-date';
     22$lang['pfi_aide1'] = 'The file you add with the upload form will automatically be renamed "favicon.ico" and overwrite any existing favicon in the local directory.<br><br>Maximum file size is 5kB.<br><br>Depending on your web browser, you may need to clear the cache and restart to view the new favicon.';
    2323$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
    24 $lang['pfi_aide2'] = 'If you upload via FTP an icon who has another name as favicon, you can add in your local configuration file<br>$conf[\'PersoFavicon\']=\'your filename\'';
     24$lang['pfi_aide2'] = 'If you upload a favicon via FTP with a name different from "favicon.ico", you can add in your local configuration file<br><pre>$conf[\'PersoFavicon\'] = \'your filename\';</pre>';
    2525
    2626?>
  • extensions/PersoFavicon/language/fr_FR/plugin.lang.php

    r13000 r19393  
    55$lang['pfi_ajout'] = 'Ajouter une icône';
    66$lang['pfi_actu'] = 'Une icône est actuellement présente dans votre répertoire local : ';
    7 $lang['pfi_actu2'] = 'ATTENTION, elle sera remplacé par la nouvelle que vous allez télécharger';
    8 $lang['pfi_validdef'] = 'Confirmez-vous votre choix - Si elle existe, la favicon actuelle sera écrasée';
    9 $lang['pfi_select'] = 'Sélectionner votre fichier icône (.ico)';
     7$lang['pfi_actu2'] = 'ATTENTION, elle sera remplacé par la nouvelle que vous allez transférer.';
     8$lang['pfi_validdef'] = 'Confirmez-vous votre choix ? Si elle existe, la favicon actuelle sera écrasée';
     9$lang['pfi_select'] = 'Sélectionner votre fichier icône (.ico, max 5Ko)';
    1010$lang['pfi_envoie'] = 'Transférer dans le répertoire local';
    1111$lang['pfi_erreur_ext'] = 'Vous devez transférer un fichier de type .ico';
    12 $lang['pfi_erreur_taille'] = 'Vous devez transférer un fichier de 5 Ko maximum';
     12$lang['pfi_erreur_taille'] = 'Vous devez transférer un fichier de 5Ko maximum';
    1313$lang['pfi_erreur_exist'] = 'Le fichier a été remplacé';
    1414$lang['pfi_erreur_nom'] = 'Nom de fichier non valide';
     
    2020$lang['help'] = 'Aide';
    2121$lang['pfi_aide1T'] = 'Formulaire d\'ajout';
    22 $lang['pfi_aide1'] = 'Vous pouvez ajouter une favicon via le formulaire d\'ajout. Le fichier prendra automatiquement le nom de favicon.ico. Le fichier remplacera celui pouvant être déjà présente dans le répertoire local. <br>Taille maximum du fichier 5ko.<br>Suivant le navigateur utiliser, il peut y avoir un délai de mise à jour';
     22$lang['pfi_aide1'] = 'Vous pouvez ajouter une favicon via le formulaire d\'ajout. Le fichier prendra automatiquement le nom "favicon.ico". Le fichier remplacera celui pouvant être déjà présente dans le répertoire local.<br><br>Taille maximum du fichier 5ko.<br><br>Suivant le navigateur utiliser, il peut y avoir un délai de mise à jour. Pour un effet immédiat, purgez le cache du navigateur et redémarrez le.';
    2323$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
    24 $lang['pfi_aide2'] = 'Si vous charger par FTP une icône qui a un autre nom que favicon, vous pouvez ajouter dans votre fichier de configuration local<br>$conf[\'PersoFavicon\']=\'votre nom de fichier\'';
     24$lang['pfi_aide2'] = 'Si vous charger par FTP une icône qui a un autre nom que "favicon.ico", vous pouvez ajouter dans votre fichier de configuration local :<br><pre>$conf[\'PersoFavicon\'] = \'votre nom de fichier\';</pre>';
    2525
    2626?>
Note: See TracChangeset for help on using the changeset viewer.