Ignore:
Timestamp:
2013/03/15 16:32:28 (11 years ago)
Author:
kim
Message:

#2190 2.12.3en_p1での修正をマージ

Location:
branches/version-2_12-multilang
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang

  • branches/version-2_12-multilang/data

  • branches/version-2_12-multilang/data/class/pages/error/LC_Page_Error.php

    r22500 r22734  
    133133                break; 
    134134            case EXTRACT_ERROR: 
    135                 $this->tpl_error=t('c_File decompression failed.\nWrite access may not have been granted to the designated directory._01'); 
     135                $this->tpl_error=t('c_File decompression failed.Write access may not have been granted to the designated directory._01'); 
    136136                break; 
    137137            case FTP_DOWNLOAD_ERROR: 
     
    145145                break; 
    146146            case CREATE_DB_ERROR: 
    147                 $this->tpl_error=t('c_DB creation failed. \nThe user designated by may not have been granted DB creation access._01'); 
     147                $this->tpl_error=t('c_DB creation failed. The user designated by may not have been granted DB creation access._01'); 
    148148                break; 
    149149            case DB_IMPORT_ERROR: 
    150                 $this->tpl_error=t('c_Import of the database structure failed. \nThe sql file may be damaged._01'); 
     150                $this->tpl_error=t('c_Import of the database structure failed. The sql file may be damaged._01'); 
    151151                break; 
    152152            case FILE_NOT_FOUND: 
     
    154154                break; 
    155155            case WRITE_FILE_ERROR: 
    156                 $this->tpl_error=t('c_It is not possible to write to the file settings.\nGrant write access to file settings._01'); 
     156                $this->tpl_error=t('c_It is not possible to write to the file settings.Grant write access to file settings._01'); 
    157157                break; 
    158158            case DOWNFILE_NOT_FOUND: 
Note: See TracChangeset for help on using the changeset viewer.