Browse Source

translation

Maarten van den Berg 7 years ago
parent
commit
133f050c25
2 changed files with 2 additions and 0 deletions
  1. 1 0
      config/locales/authentication/en.yml
  2. 1 0
      config/locales/authentication/nl.yml

+ 1 - 0
config/locales/authentication/en.yml

@@ -19,6 +19,7 @@ en:
19 19
     invalid_user_or_pass: "Invalid username/password combination!"
20 20
     login_required: "You need to be logged in to do that."
21 21
     admin_required: "You need to be an administrator to do that."
22
+    organizer_required: "You need to be an organizer to do that."
22 23
     activation_required: "Your account has not yet been activated, please confirm your account using the email you received."
23 24
     already_activated: "Your account has already been activated, please use the 'Forgot password' form if you want to reset your password."
24 25
     password_repeat_mismatch: "Password confirmation does not match your password!"

+ 1 - 0
config/locales/authentication/nl.yml

@@ -19,6 +19,7 @@ nl:
19 19
     invalid_user_or_pass: "Gebruikersnaam en/of wachtwoord onjuist."
20 20
     login_required: "Je moet eerst inloggen."
21 21
     admin_required: "Je moet een beheerder zijn om dat te doen."
22
+    organizer_required: "Je moet een organisator zijn om dat te doen."
22 23
     activation_required: "Je account is nog niet geactiveerd! Bevestig je e-mailadres door op de link te klikken die je in je mail hebt gehad."
23 24
     already_activated: "Je account is al geactiveerd! Gebruik het 'Wachtwoord vergeten'-formulier als je je wachtwoord opnieuw in wilt stellen."
24 25
     password_repeat_mismatch: "Je hebt niet twee keer hetzelfde wachtwoord ingevuld!"