Changeset 12443
- Timestamp:
- Jul 29, 2009, 2:13:24 PM (14 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/i18n/messages.ja.xml
r12380 r12443 171 171 <target>イベント編集画面を見る</target> 172 172 </trans-unit> 173 <trans-unit id=""> 174 <source>Nobody joins this event.</source> 175 <target>このイベントの参加者はいません。</target> 176 </trans-unit> 173 177 </body> 174 178 </file> -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/pc_frontend/i18n/messages.ja.xml
r12377 r12443 155 155 <target>該当するイベントはありませんでした。</target> 156 156 </trans-unit> 157 <trans-unit id=""> 158 <source>Nobody joins this event.</source> 159 <target>このイベントの参加者はいません。</target> 160 </trans-unit> 157 161 </body> 158 162 </file> -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/pc_frontend/modules/communityEvent/templates/memberListError.php
r11155 r12443 1 <?php op_include_box('noMembers', __('Nobody joins this event '), array('title' => __('Error'))) ?>1 <?php op_include_box('noMembers', __('Nobody joins this event.'), array('title' => __('Event Members'))) ?> 2 2 3 3 <?php use_helper('Javascript') ?>
Note: See TracChangeset
for help on using the changeset viewer.