mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
string concatenation with translations is bad, especially if you leave on part of it untranslated :P
This commit is contained in:
@@ -28,8 +28,7 @@
|
|||||||
%h4
|
%h4
|
||||||
= new_request_link(@request_count)
|
= new_request_link(@request_count)
|
||||||
%h4
|
%h4
|
||||||
= link_to 'Post to Diaspora', bookmarklet
|
!= t('bookmarklet.explanation', :link => link_to(t('bookmarklet.explanation_link_text'), bookmarklet))
|
||||||
= t('bookmarklet.from_anywhere')
|
|
||||||
- if @invites > 0
|
- if @invites > 0
|
||||||
.section.invite_friends
|
.section.invite_friends
|
||||||
%h4= t('shared.invitations.invite_your_friends')
|
%h4= t('shared.invitations.invite_your_friends')
|
||||||
|
|||||||
@@ -143,10 +143,13 @@ en:
|
|||||||
success: "Successfully removed person from aspect"
|
success: "Successfully removed person from aspect"
|
||||||
failure: "Failed to remove person from aspect"
|
failure: "Failed to remove person from aspect"
|
||||||
no_membership: "Could not find the selected person in that aspect"
|
no_membership: "Could not find the selected person in that aspect"
|
||||||
|
|
||||||
bookmarklet:
|
bookmarklet:
|
||||||
post_success: "Posted! Closing!"
|
post_success: "Posted! Closing!"
|
||||||
post_something: 'Post something to Diaspora'
|
post_something: "Post something to Diaspora"
|
||||||
from_anywhere: 'from anywhere by bookmarking this link.'
|
explanation: "%{link} from anywhere by bookmarking this link."
|
||||||
|
explanation_link_text: "Post to Diaspora"
|
||||||
|
|
||||||
comments:
|
comments:
|
||||||
zero: "no comments"
|
zero: "no comments"
|
||||||
one: "1 comment"
|
one: "1 comment"
|
||||||
|
|||||||
Reference in New Issue
Block a user