Changeset 1990
- Timestamp:
- 26/08/11 15:52:10 (21 months ago)
- Location:
- trunk/luci/applications/luci-twitter/luasrc
- Files:
-
- 3 modified
-
i18n/twitter.en.lua (modified) (1 diff)
-
view/twitter_auth.htm (modified) (1 diff)
-
view/twitter_auth_error.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/luci/applications/luci-twitter/luasrc/i18n/twitter.en.lua
r1989 r1990 5 5 twitter_direct = "Direct message" 6 6 twitter_event_desc = "Here you can choose which events you want to tweet about." 7 twitter_event_account = "Events will be tweeted using this account:" 8 twitter_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." 9 twitter_click_icon = "Click this icon:" 10 twitter_redirect = "You will be redirected to Twitter" 11 twitter_login_auth = "Login and agree to authorize the Fonera" 12 twitter_redirect_back = "You should be redirected here to complete the process" 13 twitter_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 14 14 <%boxcolor = "darkorange"%> 15 15 <%+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 17 events. It needs to be authenticated with Twitter before it can 17 18 post new tweets. Follow the instructions below if you want to do this 18 now </p>19 now.%></p> 19 20 20 21 <ol> 21 <li> click this icon: <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:%> <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> 25 26 </ol> 26 27 -
trunk/luci/applications/luci-twitter/luasrc/view/twitter_auth_error.htm
r1940 r1990 1 1 <%boxcolor = "darkorange"%> 2 2 <%+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. 4 Some error message or information might be shown below. Please try again 5 later or contact support if the problem persists.%></p> 6 6 7 7 <p><%= errmsg %></p>
