fixed untranslatable strings
This commit is contained in:
parent
eacee54846
commit
0374ee436e
7 changed files with 9 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
= include_javascripts :aspects
|
||||
|
||||
- content_for :page_title do
|
||||
= "Manage aspects"
|
||||
= t('.manage_aspects')
|
||||
|
||||
#section_header
|
||||
%h2=t('.manage_aspects')
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :page_title do
|
||||
= "Edit profile"
|
||||
= t('.edit_profile')
|
||||
|
||||
= form_tag person_path(@person), :method => :put, :multipart => true, :id => 'update_profile_form' do
|
||||
%h3
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
-if !@aspect.nil? && @aspect != :getting_started
|
||||
%p
|
||||
\...#{t('.or_select_one')}
|
||||
\...#{t('photos.new_profile_photo.or_select_one')}
|
||||
= link_to t('_photos'), person_photos_path(@person)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :page_title do
|
||||
= "Search"
|
||||
= t('search')
|
||||
|
||||
.span-15.prepend-5.last
|
||||
%h2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :page_title do
|
||||
= "Edit services"
|
||||
= t('.edit_services')
|
||||
|
||||
#section_header
|
||||
%h2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
- content_for :page_title do
|
||||
= "Edit account"
|
||||
= t('.edit_account')
|
||||
|
||||
:javascript
|
||||
$(document).ready(function(){
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ en:
|
|||
download_photos: "download my photos"
|
||||
your_handle: "Your diaspora handle"
|
||||
your_email: "Your email"
|
||||
edit_account: "Edit account"
|
||||
destroy: "Account successfully closed."
|
||||
getting_started:
|
||||
welcome: "Welcome to Diaspora!"
|
||||
|
|
@ -334,6 +335,7 @@ en:
|
|||
your_photo: "Your photo"
|
||||
update_profile: "Update Profile"
|
||||
allow_search: "Allow for people to search for you within Diaspora"
|
||||
edit_profile: "Edit profile"
|
||||
update:
|
||||
updated: "Profile updated"
|
||||
failed: "Failed to update profile"
|
||||
|
|
@ -369,6 +371,7 @@ en:
|
|||
really_disconnect: "disconnect %{service}?"
|
||||
connect_to_twitter: "Connect to twitter"
|
||||
connect_to_facebook: "Connect to facebook"
|
||||
edit_services: "Edit services"
|
||||
create:
|
||||
success: "Authentication successful."
|
||||
destroy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue