Changeset 1990

Show
Ignore:
Timestamp:
26/08/11 15:52:10 (21 months ago)
Author:
matthijs
Message:

luci-twitter: Make sure every string is translatable.

Closes: #1061

Location:
trunk/luci/applications/luci-twitter/luasrc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/luci/applications/luci-twitter/luasrc/i18n/twitter.en.lua

    r1989 r1990  
    55twitter_direct = "Direct message" 
    66twitter_event_desc = "Here you can choose which events you want to tweet about." 
     7twitter_event_account = "Events will be tweeted using this account:" 
     8twitter_auth_desc = "The Fonera is able to tweet about various events. It needs to be authenticated with Twitter before it can post new tweets. Follow the instructions below if you want to do this now." 
     9twitter_click_icon = "Click this icon:" 
     10twitter_redirect = "You will be redirected to Twitter" 
     11twitter_login_auth = "Login and agree to authorize the Fonera" 
     12twitter_redirect_back = "You should be redirected here to complete the process" 
     13twitter_error = "An error occured during authentication with Twitter. Some error message or information might be shown below. Please try again later or contact support if the problem persists." 
  • trunk/luci/applications/luci-twitter/luasrc/view/twitter_auth.htm

    r1940 r1990  
    1414<%boxcolor = "darkorange"%> 
    1515<%+header%> 
    16 <p>The La Fonera needs to be authenticated with Twitter before it can 
     16<p><%:twitter_auth_desc The Fonera is able to tweet about various 
     17events. It needs to be authenticated with Twitter before it can 
    1718post new tweets. Follow the instructions below if you want to do this 
    18 now</p> 
     19now.%></p> 
    1920 
    2021<ol> 
    21         <li>click this icon:&nbsp;&nbsp;<a href="<%= require("luci.dispatcher").build_url("twitter", "oauth_start") %>"><img src="/luci-static/resources/icons/plugins/tiny_twitter.png"  alt="Twitter"  style="vertical-align: middle;"/></a></li> 
    22         <li>You will be redirected to Twitter</li> 
    23         <li>Login and agree to authorize the Fonera</li> 
    24         <li>You should be redirected here to complete the process</li> 
     22        <li><%:twitter_click_icon Click this icon:%>&nbsp;&nbsp;<a href="<%= require("luci.dispatcher").build_url("twitter", "oauth_start") %>"><img src="/luci-static/resources/icons/plugins/tiny_twitter.png"  alt="Twitter"  style="vertical-align: middle;"/></a></li> 
     23        <li><%:twitter_redirect You will be redirected to Twitter%></li> 
     24        <li><%:twitter_login_auth Login and agree to authorize the Fonera%></li> 
     25        <li><%:twitter_redirect_back You should be redirected here to complete the process%></li> 
    2526</ol> 
    2627 
  • trunk/luci/applications/luci-twitter/luasrc/view/twitter_auth_error.htm

    r1940 r1990  
    11<%boxcolor = "darkorange"%> 
    22<%+header%> 
    3 <p>An error occured during authentication with Twitter. Some error message or information might be shown below.</p> 
    4  
    5 <p>Please try again later or contact support if the problem persists.</p> 
     3<p><%:twitter_error An error occured during authentication with Twitter. 
     4Some error message or information might be shown below. Please try again 
     5later or contact support if the problem persists.%></p> 
    66 
    77<p><%= errmsg %></p>