Show
Ignore:
Timestamp:
10/01/08 13:27:51 (3 months ago)
Author:
gen
Message:

やくみつる

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/akelos/trunk/tmp/views/app/views/help/compiled/what.tpl.php

    r20135 r20359  
    66        <input name="authenticity_token" type="hidden" value="e808747513e58ff7ff95fd3037ea6d2dbd6203bf" /> 
    77      </div> 
    8       <!-- 
    98      <select name="lang" onchange="$('lf').submit();"> 
    109        <option value="" selected="selected">Select Language ...&nbsp;</option> 
     
    1211        <option value="ja">日本語</option> 
    1312      </select> 
    14       --> 
    1513    </form> 
    1614  </div> 
     
    2119    <div class="wrapper"> 
    2220      <div class="intro"> 
    23         <h2>Phwittrとは?</h2> 
     21        <h2><?php echo $text_helper->translate('What is Phwittr?', array()); ?></h2> 
    2422        <ul id="menu"> 
    25           <li class="act"><a href="/">なに?</a></li> 
    26           <li><a href="/help/why">なぜ?</a></li> 
    27           <li><a href="/help/how">どうやって?</a></li> 
     23          <li class="act"><a href="/"><?php echo $text_helper->translate('What?', array()); ?></a></li> 
     24          <li><a href="/help/why"><?php echo $text_helper->translate('Why?', array()); ?></a></li> 
     25          <li><a href="/help/how"><?php echo $text_helper->translate('How?', array()); ?></a></li> 
    2826        </ul> 
    2927        <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?>  
    30         <p class="teaser">Twitterは<strong>「いまなにしてる?」</strong>という質問に短い文章で答えることによって、友だちや家族、職場の同僚とつながり合うサービスです。</p> 
    31         <p><a id='signup_submit' class="join" href="/signup">Phwittrに登録する</a></p> 
     28        <?php echo $text_helper->translate('<p class="teaser">Phwittr is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: <strong> What are you doing?</strong></p>', array()); ?> 
     29        <p><a id='signup_submit' class="join" href="/signup"><?php echo $text_helper->translate('Get Started-join!', array()); ?></a></p> 
    3230      </div> 
    3331      <hr /> 
    34       <p><?php echo $url_helper->link_to("".$asset_tag_helper->image_tag('arrow_on_red.gif')." ビデオを観る!", $asset_tag_helper->image_path('nomore.jpg'), array('id' => 'videobutton')); ?></p> 
     32      <p><?php echo $url_helper->link_to("".$asset_tag_helper->image_tag('arrow_on_red.gif')." ".$text_helper->translate('Watch a video!')."", $asset_tag_helper->image_path('nomore.jpg'), array('id' => 'videobutton')); ?></p> 
    3533      <form method="post" id="signin" action="https://twitter.com/sessions"> 
    3634        <fieldset> 
    37           <legend>ここからログイン</legend> 
     35          <legend><?php echo $text_helper->translate('Please sign in', array()); ?></legend> 
    3836          <p> 
    39             <label class="inside" tabindex="1" for="username">ユーザー名かメールアドレス</label> 
     37            <label class="inside" tabindex="1" for="username"><?php echo $text_helper->translate('user name or email address:', array()); ?></label> 
    4038            <input type="text" id="username" name="session[username_or_email]" value="" title="username"  /> 
    4139          </p> 
    4240          <p> 
    43             <label class="inside" tabindex="2" for="password">パスワード</label> 
     41            <label class="inside" tabindex="2" for="password"><?php echo $text_helper->translate('Password', array()); ?></label> 
    4442            <input type="password" id="password" name="session[password]" value="" title="password" /> 
    4543          </p> 
    4644          <p class="remember"> 
    4745            <input type="checkbox" id="remember" name="remember_me" value="1" /> 
    48             <label for="remember">次回から入力を省略する</label> 
     46            <label for="remember"><?php echo $text_helper->translate('Remember me', array()); ?></label> 
    4947          </p> 
    5048          <p class="submit"> 
    51             <input type="submit" id="signin_submit" value="ログイン &raquo;" /> 
     49            <input type="submit" id="signin_submit" value="<?php echo $text_helper->translate('Sign In', array()); ?> &raquo;" /> 
    5250          </p> 
    53           <p class="forgot">パスワードを忘れた?<br/> <a id="resend_password_link" href="/account/resend_password">ここをクリック</a>.</p> 
    54           <p class="complete">インスタントメッセンジャー(IM)ですでにTwitterを使っていますか? <a href="/account/complete">ここをクリック</a></p> 
     51          <p class="forgot"><?php echo $text_helper->translate('Forgot password?', array()); ?> <a id="resend_password_link" href="/account/resend_password"><?php echo $text_helper->translate('Click here.', array()); ?></a>.</p> 
    5552        </fieldset> 
    5653      </form>