diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-12-06 23:25:08 -0500 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-12-06 23:25:08 -0500 |
commit | c59b7a6f9c86f59847698552e0a407c9ae68c5db (patch) | |
tree | 7e62450e80983ac94aed74bf70c1a449b7b4b1f7 /i18n | |
parent | d4c5310d65cbdfbd002288d33eba429ace33bc3c (diff) | |
parent | 21fa6fdc327757c29364a0e59fa37d8b279411df (diff) | |
download | wekan-c59b7a6f9c86f59847698552e0a407c9ae68c5db.tar.gz wekan-c59b7a6f9c86f59847698552e0a407c9ae68c5db.tar.bz2 wekan-c59b7a6f9c86f59847698552e0a407c9ae68c5db.zip |
Merge pull request #422 from floatinghotpot/patch-7
add: invite new user to board via email
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 3f9e4e8b..04c0959f 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -1,4 +1,5 @@ { + "accept": "Accept", "actions": "Actions", "activities": "Activities", "activity": "Activity", @@ -108,6 +109,7 @@ "createBoardPopup-title": "Create Board", "createLabelPopup-title": "Create Label", "current": "current", + "decline": "Decline", "default-avatar": "Default avatar", "delete": "Delete", "deleteLabelPopup-title": "Delete Label?", @@ -126,14 +128,25 @@ "email": "Email", "email-enrollAccount-subject": "An account created for you on __url__", "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.\n", + "email-fail": "Sending email failed", + "email-invalid": "Invalid email", + "email-invite": "Invite via Email", + "email-invite-subject": "__inviter__ sent you an invitation", + "email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.\n", "email-resetPassword-subject": "Reset your password on __url__", "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.\n", "email-verifyEmail-subject": "Verify your email address on __url__", "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.\n", + "email-sent": "Email sent", + "error-board-doesNotExist": "This board does not exist", + "error-board-notAdmin": "You need to be admin of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that", "error-json-malformed": "Your text is not valid JSON", "error-json-schema": "Your JSON data does not include the proper information in the correct format", "error-list-doesNotExist": "This list does not exist", + "error-user-doesNotExist": "This user does not exist", + "error-user-notAllowSelf": "This action on self is not allowed", + "error-user-notCreated": "This user is not created", "filter": "Filter", "filter-cards": "Filter Cards", "filter-clear": "Clear filter", @@ -155,6 +168,7 @@ "info": "Infos", "initials": "Initials", "joined": "joined", + "just-invited": "You are just invited to this board", "keyboard-shortcuts": "Keyboard shortcuts", "label-create": "Create a new label", "label-default": "%s label (default)", @@ -191,6 +205,7 @@ "no-results": "No results", "normal": "Normal", "normal-desc": "Can view and edit cards. Can't change settings.", + "not-accepted-yet": "Invitation not accepted yet", "optional": "optional", "or": "or", "page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.", |