mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add locales for inbox locking
This commit is contained in:
parent
38332194c7
commit
8bdf00e0e8
3 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ en:
|
||||||
remember_created_at: "Remember me set at"
|
remember_created_at: "Remember me set at"
|
||||||
password: "Password"
|
password: "Password"
|
||||||
password_confirmation: "Confirm your password"
|
password_confirmation: "Confirm your password"
|
||||||
|
privacy_lock_inbox: "Lock inbox and don't allow new questions"
|
||||||
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
||||||
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
||||||
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
||||||
|
|
|
@ -6,6 +6,7 @@ en:
|
||||||
param_is_missing: "param is missing"
|
param_is_missing: "param is missing"
|
||||||
|
|
||||||
forbidden: "This is illegal, you know"
|
forbidden: "This is illegal, you know"
|
||||||
|
inbox_locked: "This user currently does not accept questions"
|
||||||
blocked: "You have been blocked from performing this request"
|
blocked: "You have been blocked from performing this request"
|
||||||
other_blocked_self: "You have been blocked by this user"
|
other_blocked_self: "You have been blocked by this user"
|
||||||
asking_other_blocked_self: "You have been blocked from asking this user questions"
|
asking_other_blocked_self: "You have been blocked from asking this user questions"
|
||||||
|
|
|
@ -123,6 +123,7 @@ en:
|
||||||
banned: "This user got hit with ye olde banhammer."
|
banned: "This user got hit with ye olde banhammer."
|
||||||
blocking: "You are blocking this user."
|
blocking: "You are blocking this user."
|
||||||
blocked: "This user has blocked you."
|
blocked: "This user has blocked you."
|
||||||
|
locked: "This user currently does not accept questions."
|
||||||
devise:
|
devise:
|
||||||
registrations:
|
registrations:
|
||||||
edit:
|
edit:
|
||||||
|
|
Loading…
Reference in a new issue