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

Last change on this file since 27119 was 24550, checked in by ddtddt, 11 years ago

[extensions] PersoFavicon - access only webmaster

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
RevLine 
[7767]1<?php
2
[24550]3$lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster';
4
[7767]5//tab add
6$lang['pfi_h2'] = 'Perso Favicon Plugin';
7$lang['pfi_ajout'] = 'Add an icon';
[19393]8$lang['pfi_actu'] = 'Current favicon (found in your local directory): ';
9$lang['pfi_actu2'] = 'WARNING: any new favicon will overwrite it.';
[19729]10$lang['pfi_validdef'] = 'Do you confirm upload? If a favicon file already exists, the new one will overwrite it.';
[19393]11$lang['pfi_select'] = 'Select your icon file (.ico, max 5KB)';
[7767]12$lang['pfi_envoie'] = 'Upload to the local directory';
13$lang['pfi_erreur_ext'] = 'You must upload a file type .ico';
[19393]14$lang['pfi_erreur_taille'] = 'Maximum file size is 5KB';
[7767]15$lang['pfi_erreur_exist'] = 'The file has been replaced';
16$lang['pfi_erreur_nom'] = 'Invalid filename';
[19393]17$lang['pfi_erreur_vide'] = 'File not found';
[7767]18$lang['pfi_ok'] = 'The file has been uploaded';
19$lang['pfi_erreur_mouve'] = 'Unable to copy file in the "local" directory';
20
21//tab help
22$lang['help'] = 'Help';
23$lang['pfi_aide1T'] = 'Add form';
[19393]24$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.';
[7767]25$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
[19393]26$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>';
[7767]27
28?>
Note: See TracBrowser for help on using the repository browser.