Changeset 5866 for trunk/interface/owner/setting/account/index.php
- Timestamp:
- 05/04/08 21:09:21 (7 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/setting/account/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/setting/account/index.php
r5775 r5866 306 306 307 307 <div id="part-setting-account" class="part"> 308 <h2 class="caption"><span class="main-text"><?php echo _t(' 계정정보');?></span></h2>308 <h2 class="caption"><span class="main-text"><?php echo _t('로그인 정보');?></span></h2> 309 309 310 310 <div class="data-inbox"> 311 311 <form id="info-section" class="section" method="post" action="<?php echo $blogURL;?>/owner/setting/account"> 312 312 <fieldset class="container"> 313 <legend><?php echo _t(' 계정정보');?></legend>313 <legend><?php echo _t('개인 정보');?></legend> 314 314 315 315 <dl id="blogger-name-line" class="line"> … … 383 383 384 384 <div class="main-explain-box"> 385 <p class="explain"><?php echo _t("댓글 및 필자 정보에 사용되는 대표 홈페이지 주소를 설정합니다. ")?></p>385 <p class="explain"><?php echo _t("댓글 및 필자 정보에 사용되는 대표 홈페이지 주소를 설정합니다. 로그인 상태에서 댓글을 달 경우 댓글에 출력되는 블로그 아이콘은 이 주소의 정보에 의하여 결정됩니다.")?></p> 386 386 </div> 387 387 … … 438 438 <h2 class="caption"><span class="main-text"><?php echo _t('오픈아이디 연결');?></span></h2> 439 439 <div class="main-explain-box"> 440 <p class="explain"><?php echo _t("오픈아이디를 현재 계정에 연결합니다.").' '._t('연결한 오픈아이디로 이 계정에 로그인 할 수 있습니다.');?></p>440 <p class="explain"><?php echo _t("오픈아이디를 현재 아이디와 연결합니다.").' '._t('연결 후에는 연결한 오픈아이디를 사용하여 블로그에 로그인 할 수 있습니다.');?></p> 441 441 </div> 442 442
