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:
2 edited

Legend:

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

  • branches/version-2_12-multilang/html/install/index.php

    r22509 r22734  
    349349                if (is_dir($path)) { 
    350350                    if (!is_writable($path)) { 
    351                         $mess .= t('c_>> ×:T_ARG1(T_ARG2)\nPlease grant user write access (777, 707, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
     351                        $mess .= t('c_>> ×:T_ARG1(T_ARG2)Please grant user write access (777, 707, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
    352352                        $hasErr = true; 
    353353                    } else { 
     
    356356                } else { 
    357357                    if (!is_writable($path)) { 
    358                         $mess .= t('c_>> ×:T_ARG1(T_ARG2)\nPlease grant user write access (666, 606, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
     358                        $mess .= t('c_>> ×:T_ARG1(T_ARG2)Please grant user write access (666, 606, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
    359359                        $hasErr = true; 
    360360                    } else { 
     
    759759    if ($normal_dir != $secure_dir) { 
    760760        $objErr->arrErr['normal_url'] = t('c_* It is not possible to designate a different hierarchy for the URL._01'); 
    761         $objErr->arrErr['secure_url'] = t('LC_Page_Install_040'); 
     761        $objErr->arrErr['secure_url'] = t('c_* It is not possible to designate a different hierarchy for the URL._01'); 
    762762    } 
    763763 
Note: See TracChangeset for help on using the changeset viewer.