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