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

Last change on this file since 19729 was 19729, checked in by TranslationTeam, 11 years ago

[persofavicon] Update en_UK, thanks to : julien1311

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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'] = '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 file already exists, the new one will overwrite it.';
9$lang['pfi_select'] = 'Select your icon file (.ico, max 5KB)';
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'] = 'Maximum file size is 5KB';
13$lang['pfi_erreur_exist'] = 'The file has been replaced';
14$lang['pfi_erreur_nom'] = 'Invalid filename';
15$lang['pfi_erreur_vide'] = 'File 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'] = '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.';
23$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
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>';
25
26?>
Note: See TracBrowser for help on using the repository browser.