Changeset 400

Show
Ignore:
Timestamp:
10/15/07 06:57:33 (1 year ago)
Author:
bermiferrer
Message:

Updating locale files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/locales/en.php

    r384 r400  
    99$locale['time_format'] = 'H:i'; 
    1010$locale['long_time_format'] = 'H:i:s'; 
     11$locale['first_day_of_week'] = 0; // 0 sunday, 1 monday 
     12$locale['weekday_abbreviation'] = 1; 
    1113 
    1214$locale['currency'] = array( 
     
    150152$dictionary['No controller was specified.'] = 'No controller was specified.'; 
    151153 
    152 // 2007-10-05 23:28:22 
     154$dictionary['Please add force=true to the argument list in order to overwrite existing files.'] = 'Please add force=true to the argument list in order to overwrite existing files.'; 
     155$dictionary['Could not find a helper to handle the method "%method" you called in your view'] = 'Could not find a helper to handle the method "%method" you called in your view'; 
     156$dictionary['Could not locate usage file for this generator'] = 'Could not locate usage file for this generator'; 
     157$dictionary['You must supply a valid generator as the first command. 
    153158 
     159   Available generator are:'] = 'You must supply a valid generator as the first command. 
    154160 
    155 $dictionary['Please add force=true to the argument list in order to overwrite existing files.'] = 'Please add force=true to the argument list in order to overwrite existing files.'; 
    156  
    157 // 2007-10-06 3:15:57 
    158  
    159  
    160 $dictionary['Could not find a helper to handle the method "%method" you called in your view'] = 'Could not find a helper to handle the method "%method" you called in your view'; 
     161   Available generator are:'; 
    161162 
    162163 
  • trunk/config/locales/es.php

    r384 r400  
    99$locale['time_format'] = 'H:i'; 
    1010$locale['long_time_format'] = 'H:i:s'; 
     11$locale['first_day_of_week'] = 1; // 0 sunday, 1 monday ....   
     12$locale['weekday_abbreviation'] = 1; 
    1113 
    1214$locale['currency'] = array( 
     
    144146$dictionary['No controller was specified.'] = 'No se ha especificado ningún controlador.'; 
    145147 
    146 // 2007-10-05 23:28:22 
     148$dictionary['Please add force=true to the argument list in order to overwrite existing files.'] = 'Añada --force a la lista de argumentos para sobreescribir los archivos existentes.'; 
     149$dictionary['Could not find a helper to handle the method "%method" you called in your view'] = 'No se ha encontrado el "helper" "%method" que ha sido invocado desde la vista'; 
     150$dictionary['Could not locate usage file for this generator'] = 'No se ha encontrado un fichero de ayuda para este generator'; 
     151$dictionary['You must supply a valid generator as the first command. 
    147152 
     153   Available generator are:'] = 'Debes proporcionar un nombre de generador válido. 
    148154 
    149 $dictionary['Please add force=true to the argument list in order to overwrite existing files.'] = 'Please add force=true to the argument list in order to overwrite existing files.'; 
    150  
    151 // 2007-10-06 3:15:57 
    152  
    153  
    154 $dictionary['Could not find a helper to handle the method "%method" you called in your view'] = 'Could not find a helper to handle the method "%method" you called in your view'; 
     155   Los generadores disponibles son:'; 
    155156 
    156157 
  • trunk/config/locales/ja.php

    r324 r400  
    99$locale['time_format'] = 'H:i'; 
    1010$locale['long_time_format'] = 'H:i:s'; 
     11$locale['first_day_of_week'] = 0; // 0 sunday, 1 monday 
     12$locale['weekday_abbreviation'] = false; 
    1113 
    1214$locale['currency'] = array( 
     
    148150$dictionary['Could not find the file /app/controllers/<i>%controller_file_name</i> for the controller %controller_class_name'] = 'コントローラ %controller_class_name のファイル /app/controllers/<i>%controller_file_name</i> が見つかりませんでした'; 
    149151 
     152$dictionary['Please add force=true to the argument list in order to overwrite existing files.'] = 'Please add force=true to the argument list in order to overwrite existing files.'; 
     153$dictionary['Could not find a helper to handle the method "%method" you called in your view'] = 'Could not find a helper to handle the method "%method" you called in your view'; 
     154$dictionary['Could not locate usage file for this generator'] = 'Could not locate usage file for this generator'; 
     155$dictionary['You must supply a valid generator as the first command. 
     156 
     157   Available generator are:'] = 'You must supply a valid generator as the first command. 
     158 
     159   Available generator are:'; 
     160 
    150161?>