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

Last change on this file since 24550 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
Line 
1<?php
2
3$lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster';
4
5//tab add
6$lang['pfi_h2'] = 'Perso Favicon Plugin';
7$lang['pfi_ajout'] = 'Add an icon';
8$lang['pfi_actu'] = 'Current favicon (found in your local directory): ';
9$lang['pfi_actu2'] = 'WARNING: any new favicon will overwrite it.';
10$lang['pfi_validdef'] = 'Do you confirm upload? If a favicon file already exists, the new one will overwrite it.';
11$lang['pfi_select'] = 'Select your icon file (.ico, max 5KB)';
12$lang['pfi_envoie'] = 'Upload to the local directory';
13$lang['pfi_erreur_ext'] = 'You must upload a file type .ico';
14$lang['pfi_erreur_taille'] = 'Maximum file size is 5KB';
15$lang['pfi_erreur_exist'] = 'The file has been replaced';
16$lang['pfi_erreur_nom'] = 'Invalid filename';
17$lang['pfi_erreur_vide'] = 'File not found';
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';
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.';
25$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
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>';
27
28?>
Note: See TracBrowser for help on using the repository browser.