Changeset 10926
- Timestamp:
- Mar 2, 2009, 6:28:58 PM (13 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/i18n/form_community.ja.xml
r10458 r10926 7 7 <target>コミュニティ名</target> 8 8 </trans-unit> 9 <trans-unit id="2"> 10 <source>Photo</source> 11 <target>写真</target> 12 </trans-unit> 9 13 </body> 10 14 </file> -
OpenPNE3/trunk/lib/form/CommunityForm.class.php
r10467 r10926 31 31 $this->setWidget('file', new sfWidgetFormInputFile()); 32 32 $this->setValidator('file', new opValidatorImageFile(array('required' => false))); 33 34 $this->widgetSchema->setLabel('file', 'Photo'); 33 35 34 36 $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('form_community');
Note: See TracChangeset
for help on using the changeset viewer.