Changeset 12775
- Timestamp:
- Aug 28, 2009, 2:07:21 PM (13 years ago)
- Location:
- OpenPNE3/trunk/apps
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/mobile_frontend/i18n/messages.ja.xml
r12767 r12775 200 200 </trans-unit> 201 201 <trans-unit id=""> 202 <source>You are applying for participation in this community.</source> 203 <target>参加を申請しています。</target> 204 </trans-unit> 205 <trans-unit id=""> 202 206 <source>The administrator doesn't leave the community.</source> 203 207 <target>コミュニティ管理者は退会することができません。</target> -
OpenPNE3/trunk/apps/mobile_frontend/modules/community/templates/homeSuccess.php
r12769 r12775 51 51 <?php echo link_to(__('Quit community'), 'community/quit?id=' . $community->getId()) ?><br> 52 52 <?php else : ?> 53 <?php if (!$isCommunityPreMember) : ?> 53 <?php if ($isCommunityPreMember) : ?> 54 <?php echo __('You are applying for participation in this community.') ?> 55 <?php else: ?> 54 56 <?php echo link_to(__('Join community'), 'community/join?id=' . $community->getId()) ?><br> 55 57 <?php endif; ?> -
OpenPNE3/trunk/apps/pc_frontend/i18n/messages.ja.xml
r12767 r12775 72 72 </trans-unit> 73 73 <trans-unit id=""> 74 <source>You are applying for participation in this community.</source> 75 <target>参加を申請しています。</target> 76 </trans-unit> 77 <trans-unit id=""> 74 78 <source>Errors</source> 75 79 <target>エラー</target> -
OpenPNE3/trunk/apps/pc_frontend/modules/community/templates/homeSuccess.php
r12565 r12775 21 21 op_include_parts('nineTable', 'frendList', $options); 22 22 ?> 23 <?php end_slot(); ?> 24 25 <?php slot('op_top') ?> 26 <?php if ($isCommunityPreMember) : ?> 27 <?php op_include_parts('descriptionBox', 'informationAboutCommunity', array('body' => __('You are applying for participation in this community.'))) ?> 28 <?php endif; ?> 23 29 <?php end_slot(); ?> 24 30
Note: See TracChangeset
for help on using the changeset viewer.