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

Last change on this file since 31466 was 31466, checked in by ddtddt, 8 years ago

[extensions] - PersoFavicon - 2.8

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Personal Favicon by plugin for Piwigo                                 |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2016 ddtddt               http://temmii.com/piwigo/ |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['This section is reserved for the webmaster'] = 'This section is reserved for the webmaster';
23
24//tab add
25$lang['pfi_h2'] = 'Perso Favicon Plugin';
26$lang['pfi_ajout'] = 'Add an icon';
27$lang['pfi_actu'] = 'Current favicon (found in your local directory): ';
28$lang['pfi_actu2'] = 'WARNING: any new favicon will overwrite it.';
29$lang['pfi_validdef'] = 'Do you confirm upload? If a favicon file already exists, the new one will overwrite it.';
30$lang['pfi_select'] = 'Select your icon file (.ico, max 5KB)';
31$lang['pfi_envoie'] = 'Upload to the local directory';
32$lang['pfi_erreur_ext'] = 'You must upload a file type .ico';
33$lang['pfi_erreur_taille'] = 'Maximum file size is 5KB';
34$lang['pfi_erreur_exist'] = 'The file has been replaced';
35$lang['pfi_erreur_nom'] = 'Invalid filename';
36$lang['pfi_erreur_vide'] = 'File not found';
37$lang['pfi_ok'] = 'The file has been uploaded';
38$lang['pfi_erreur_mouve'] = 'Unable to copy file in the "local" directory';
39$lang['PersoFavicon'] = 'PersoFavicon';
40
41//tab help
42$lang['help'] = 'Help';
43$lang['pfi_aide1T'] = 'Add form';
44$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.';
45$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
46$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>';
47
48?>
Note: See TracBrowser for help on using the repository browser.