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/app/views/help/what.tpl

    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>_{What is Phwittr?}</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="/">_{What?}</a></li> 
     24          <li><a href="/help/why">_{Why?}</a></li> 
     25          <li><a href="/help/how">_{How?}</a></li> 
    2826        </ul> 
    2927        <%= image_tag 'tour_1.gif', :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        _{<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>} 
     29        <p><a id='signup_submit' class="join" href="/signup">_{Get Started-join!}</a></p> 
    3230      </div> 
    3331      <hr /> 
    34       <p><%= link_to "#{image_tag('arrow_on_red.gif')} ビデオを観る!", image_path('nomore.jpg'), :id => 'videobutton' %></p> 
     32      <p><%= link_to "#{image_tag('arrow_on_red.gif')} #{_('Watch a video!')}", image_path('nomore.jpg'), :id => 'videobutton' %></p> 
    3533      <form method="post" id="signin" action="https://twitter.com/sessions"> 
    3634        <fieldset> 
    37           <legend>ここからログイン</legend> 
     35          <legend>_{Please sign in}</legend> 
    3836          <p> 
    39             <label class="inside" tabindex="1" for="username">ユーザー名かメールアドレス</label> 
     37            <label class="inside" tabindex="1" for="username">_{user name or email address:}</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">_{Password}</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">_{Remember me}</label> 
    4947          </p> 
    5048          <p class="submit"> 
    51             <input type="submit" id="signin_submit" value="ログイン &raquo;" /> 
     49            <input type="submit" id="signin_submit" value="_{Sign In} &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">_{Forgot password?} <a id="resend_password_link" href="/account/resend_password">_{Click here.}</a>.</p> 
    5552        </fieldset> 
    5653      </form>