PHP Classes

File: languages/english.inc.php

Recommend this page to a friend!
  Classes of Vagharshak Tozalakyan   Resources Manager   languages/english.inc.php   Download  
File: languages/english.inc.php
Role: Application script
Content type: text/plain
Description: Strings
Class: Resources Manager
Manage files in the directory
Author: By
Last change:
Date: 18 years ago
Size: 1,278 bytes
 

Contents

Class file image Download
<?php

  $rm_l
['charset'] = 'windows-1251';
 
$rm_l['font'] = 'Arial, Helvetica, sans-serif';
 
$rm_l['title'] = 'Resource Manager';
 
$rm_l['enter_new_name'] = 'Please type the new name:';
 
$rm_l['del_confirm'] = 'Are you sure you want to delete the file?';
 
$rm_l['type_hdr'] = 'Type';
 
$rm_l['fname_hdr'] = 'File Name';
 
$rm_l['size_hdr'] = 'Size';
 
$rm_l['modif_hdr'] = 'Modified';
 
$rm_l['refresh'] = 'Refresh';
 
$rm_l['rename'] = 'Rename';
 
$rm_l['delete'] = 'Delete';
 
$rm_l['upload'] = 'Upload';
 
$rm_l['delete_err'] = 'The file could not be deleted.';
 
$rm_l['deleted'] = 'The file has been deleted.';
 
$rm_l['exist_err'] = 'The new file name already exists.';
 
$rm_l['rename_err'] = 'The specified file could not be renamed.';
 
$rm_l['renamed'] = 'The file has successfully been renamed.';
 
$rm_l['upl_ext_err'] = 'The file "%s" could not be uploaded. Uploading files of this type is not allowed.';
 
$rm_l['upl_size_err'] = 'The file "%s" could not be uploaded. Size is greater than allowed.';
 
$rm_l['upl_exist_err'] = 'The file "%s" could not be uploaded. The file name already exists.';
 
$rm_l['upl_err'] = 'The file "%s" could not be uploaded.';
 
$rm_l['uploaded'] = 'The file "%s" has successfully been uploaded.';

?>