Changeset 400
- Timestamp:
- 10/15/07 06:57:33 (1 year ago)
- Files:
-
- trunk/config/locales/en.php (modified) (2 diffs)
- trunk/config/locales/es.php (modified) (2 diffs)
- trunk/config/locales/ja.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/locales/en.php
r384 r400 9 9 $locale['time_format'] = 'H:i'; 10 10 $locale['long_time_format'] = 'H:i:s'; 11 $locale['first_day_of_week'] = 0; // 0 sunday, 1 monday 12 $locale['weekday_abbreviation'] = 1; 11 13 12 14 $locale['currency'] = array( … … 150 152 $dictionary['No controller was specified.'] = 'No controller was specified.'; 151 153 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. 153 158 159 Available generator are:'] = 'You must supply a valid generator as the first command. 154 160 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:'; 161 162 162 163 trunk/config/locales/es.php
r384 r400 9 9 $locale['time_format'] = 'H:i'; 10 10 $locale['long_time_format'] = 'H:i:s'; 11 $locale['first_day_of_week'] = 1; // 0 sunday, 1 monday .... 12 $locale['weekday_abbreviation'] = 1; 11 13 12 14 $locale['currency'] = array( … … 144 146 $dictionary['No controller was specified.'] = 'No se ha especificado ningún controlador.'; 145 147 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. 147 152 153 Available generator are:'] = 'Debes proporcionar un nombre de generador válido. 148 154 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:'; 155 156 156 157 trunk/config/locales/ja.php
r324 r400 9 9 $locale['time_format'] = 'H:i'; 10 10 $locale['long_time_format'] = 'H:i:s'; 11 $locale['first_day_of_week'] = 0; // 0 sunday, 1 monday 12 $locale['weekday_abbreviation'] = false; 11 13 12 14 $locale['currency'] = array( … … 148 150 $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> が見つかりませんでした'; 149 151 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 150 161 ?>
