add tumblr translation

This commit is contained in:
Maxwell Salzberg 2011-06-01 22:43:23 -07:00
parent 72c6efe41c
commit f7181a7123
2 changed files with 3 additions and 4 deletions

View file

@ -11,8 +11,6 @@ class ServicesController < ApplicationController
def create
auth = request.env['omniauth.auth']
puts auth.inspect
toke = auth['credentials']['token']
secret = auth['credentials']['secret']

View file

@ -562,8 +562,9 @@ en:
logged_in_as: "logged in as"
disconnect: "disconnect"
really_disconnect: "disconnect %{service}?"
connect_to_twitter: "Connect to twitter"
connect_to_facebook: "Connect to facebook"
connect_to_twitter: "Connect to Twitter"
connect_to_facebook: "Connect to Facebook"
connect_to_tumblr: "Connect to Tumblr"
edit_services: "Edit services"
create:
success: "Authentication successful."