source: extensions/PersoFavicon/language/en_UK/plugin.lang.php @ 7767

Last change on this file since 7767 was 7767, checked in by ddtddt, 13 years ago

[extensions] - PersoFavicon - feature form add - feature config local name

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<?php
2
3//tab add
4$lang['pfi_h2'] = 'Perso Favicon Plugin';
5$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)';
10$lang['pfi_envoie'] = 'Upload to the local directory';
11$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';
13$lang['pfi_erreur_exist'] = 'The file has been replaced';
14$lang['pfi_erreur_nom'] = 'Invalid filename';
15$lang['pfi_erreur_vide'] = 'The file is not found';
16$lang['pfi_ok'] = 'The file has been uploaded';
17$lang['pfi_erreur_mouve'] = 'Unable to copy file in the "local" directory';
18
19//tab help
20$lang['help'] = 'Help';
21$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';
23$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\'';
25
26?>
Note: See TracBrowser for help on using the repository browser.