Harmonise spelling of ‘email’ and capitalisation.
Use ‘email’ everywhere and avoid capitalisation where it’s not needed.
This commit is contained in:
parent
7503b0775c
commit
e88c151031
1 changed files with 17 additions and 17 deletions
|
|
@ -423,8 +423,8 @@ en:
|
||||||
liked: "%{name} just liked your post"
|
liked: "%{name} just liked your post"
|
||||||
view_post: "View post >"
|
view_post: "View post >"
|
||||||
confirm_email:
|
confirm_email:
|
||||||
subject: "Please activate your new e-mail address %{unconfirmed_email}"
|
subject: "Please activate your new email address %{unconfirmed_email}"
|
||||||
click_link: "To activate your new e-mail address %{unconfirmed_email}, please click this link:"
|
click_link: "To activate your new email address %{unconfirmed_email}, please click this link:"
|
||||||
people:
|
people:
|
||||||
zero: "no people"
|
zero: "no people"
|
||||||
one: "1 person"
|
one: "1 person"
|
||||||
|
|
@ -546,7 +546,7 @@ en:
|
||||||
new:
|
new:
|
||||||
sign_up: "Sign up"
|
sign_up: "Sign up"
|
||||||
sign_up_for_diaspora: "Sign up for Diaspora"
|
sign_up_for_diaspora: "Sign up for Diaspora"
|
||||||
enter_email: "Enter an e-mail"
|
enter_email: "Enter an email"
|
||||||
enter_username: "Pick a username (only letters, numbers, and underscores)"
|
enter_username: "Pick a username (only letters, numbers, and underscores)"
|
||||||
enter_password: "Enter a password"
|
enter_password: "Enter a password"
|
||||||
enter_password_again: "Enter the same password as before"
|
enter_password_again: "Enter the same password as before"
|
||||||
|
|
@ -656,7 +656,7 @@ en:
|
||||||
invites_closed: "Invites are currently closed on this Diaspora pod"
|
invites_closed: "Invites are currently closed on this Diaspora pod"
|
||||||
invite_your_friends: "Invite your friends"
|
invite_your_friends: "Invite your friends"
|
||||||
from_facebook: "From Facebook"
|
from_facebook: "From Facebook"
|
||||||
by_email: "By Email"
|
by_email: "By email"
|
||||||
reshare:
|
reshare:
|
||||||
reshare: "Reshare"
|
reshare: "Reshare"
|
||||||
public_explain:
|
public_explain:
|
||||||
|
|
@ -737,10 +737,10 @@ en:
|
||||||
edit:
|
edit:
|
||||||
export_data: "Export Data"
|
export_data: "Export Data"
|
||||||
close_account: "Close Account"
|
close_account: "Close Account"
|
||||||
change_language: "Change Language"
|
change_language: "Change language"
|
||||||
change_password: "Change Password"
|
change_password: "Change password"
|
||||||
change_email: "Change E-Mail"
|
change_email: "Change email"
|
||||||
new_password: "New Password"
|
new_password: "New password"
|
||||||
current_password: "Current password"
|
current_password: "Current password"
|
||||||
download_xml: "download my xml"
|
download_xml: "download my xml"
|
||||||
download_photos: "download my photos"
|
download_photos: "download my photos"
|
||||||
|
|
@ -755,7 +755,7 @@ en:
|
||||||
private_message: "...you receive a private message?"
|
private_message: "...you receive a private message?"
|
||||||
liked: "...someone likes your post?"
|
liked: "...someone likes your post?"
|
||||||
change: "Change"
|
change: "Change"
|
||||||
email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Till you follow this link and activate the new address, we will continue to use your original address %{email}."
|
email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Until you follow this link and activate the new address, we will continue to use your original address %{email}."
|
||||||
destroy: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying Diaspora."
|
destroy: "Your account has been locked. It may take 20 minutes for us to finish closing your account. Thank you for trying Diaspora."
|
||||||
getting_started:
|
getting_started:
|
||||||
welcome: "Welcome to Diaspora!"
|
welcome: "Welcome to Diaspora!"
|
||||||
|
|
@ -774,18 +774,18 @@ en:
|
||||||
find_your_friends_on_diaspora: "Would you like to find your Facebook friends on Diaspora?"
|
find_your_friends_on_diaspora: "Would you like to find your Facebook friends on Diaspora?"
|
||||||
skip: "Skip"
|
skip: "Skip"
|
||||||
update:
|
update:
|
||||||
password_changed: "Password Changed. You can now log in with your new password."
|
password_changed: "Password changed. You can now log in with your new password."
|
||||||
password_not_changed: "Password Change Failed"
|
password_not_changed: "Password change failed"
|
||||||
language_changed: "Language Changed"
|
language_changed: "Language changed"
|
||||||
language_not_changed: "Language Change Failed"
|
language_not_changed: "Language change failed"
|
||||||
email_notifications_changed: "Email notifications changed"
|
email_notifications_changed: "Email notifications changed"
|
||||||
unconfirmed_email_changed: "E-Mail Changed. Needs activation."
|
unconfirmed_email_changed: "Email changed. Needs activation."
|
||||||
unconfirmed_email_not_changed: "E-Mail Change Failed"
|
unconfirmed_email_not_changed: "Email change failed"
|
||||||
public:
|
public:
|
||||||
does_not_exist: "User %{username} does not exist!"
|
does_not_exist: "User %{username} does not exist!"
|
||||||
confirm_email:
|
confirm_email:
|
||||||
email_confirmed: "E-Mail %{email} activated"
|
email_confirmed: "Email %{email} activated"
|
||||||
email_not_confirmed: "E-Mail could not be activated. Wrong link?"
|
email_not_confirmed: "Email could not be activated. Wrong link?"
|
||||||
|
|
||||||
webfinger:
|
webfinger:
|
||||||
fetch_failed: "failed to fetch webfinger profile for %{profile_url}"
|
fetch_failed: "failed to fetch webfinger profile for %{profile_url}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue