  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: file_manager.php,v 1.15 2003/07/06 20:33:01 dgw_ Exp $ |
| |
| 3 | + | $Id: file_manager.php 1744 2007-12-21 02:22:21Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2003 osCommerce |
| |
| 8 | + | Copyright (c) 2007 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | Released under the GNU General Public License |
| |
11 | 11 | | */ |
| |
|
|
 |
… |
|
35 | 35 | | define('ERROR_DIRECTORY_NOT_REMOVEABLE', 'Error: No puedo eliminar el directorio. Asigne los permisos adecuados a: %s'); |
| |
36 | 36 | | define('ERROR_FILE_NOT_REMOVEABLE', 'Error: No puedo eliminar este fichero. Asigne los permisos adecuados a: %s'); |
| |
37 | 37 | | define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: No existe el directorio: %s'); |
  |
| 38 | + | define('ERROR_FILENAME_EMPTY', 'Error: Please enter a filename to store the contents in.'); |
  |
38 | 39 | | ?> |