Project

General

Profile

Patch #14896 ยป dutch_locale_update_sep_2013.diff

Anonymous, 2013-09-13 11:51

View differences:

config/locales/nl.yml
110 110
        accepted: "moet geaccepteerd worden"
111 111
        empty: "mag niet leeg zijn"
112 112
        blank: "mag niet blanco zijn"
113
        too_long: "is te lang"
114
        too_short: "is te kort"
113
        too_long: "is te lang (maximaal %{count} tekens)"
114
        too_short: "is te kort (minimaal %{count} tekens)"
115 115
        wrong_length: "heeft een onjuiste lengte"
116 116
        taken: "is al in gebruik"
117 117
        not_a_number: "is geen getal"
......
127 127
        not_same_project: "hoort niet bij hetzelfde project"
128 128
        circular_dependency: "Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben"
129 129
        cant_link_an_issue_with_a_descendant: "Een issue kan niet gelinked worden met een subtask"
130
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
130
        earlier_than_minimum_start_date: "kan niet eerder zijn dan %{date} wegens voorafgaande issues"
131 131

  
132 132
  actionview_instancetag_blank_option: Selecteer
133 133

  
......
1069 1069
  setting_default_projects_tracker_ids: Standaard trackers voor nieuwe projecten
1070 1070
  label_total_time: Totaal
1071 1071
  setting_emails_header: Email header
1072
  notice_account_not_activated_yet: You haven't activated your account yet. If you want
1073
    to receive a new activation email, please <a href="%{url}">click this link</a>.
1074
  notice_account_locked: Your account is locked.
1075
  notice_account_register_done: Account was successfully created. An email containing
1076
    the instructions to activate your account was sent to %{email}.
1077
  label_hidden: Hidden
1078
  label_visibility_private: to me only
1079
  label_visibility_roles: to these roles only
1080
  label_visibility_public: to any users
1081
  field_must_change_passwd: Must change password at next logon
1082
  notice_new_password_must_be_different: The new password must be different from the
1083
    current password
1072
  notice_account_not_activated_yet: Je hebt je account nog niet geactiveerd. Om een nieuwe activatie email te ontvangen, <a href="%{url}">klik op deze link</a>.
1073
  notice_account_locked: Je account is vergrendeld.
1074
  notice_account_register_done: Account aanmaken is gelukt. Een email met instructies om je account te activeren is gestuurd naar: %{email}.
1075
  label_hidden: Verborgen
1076
  label_visibility_private: voor mij alleen
1077
  label_visibility_roles: alleen voor deze rollen
1078
  label_visibility_public: voor elke gebruiker
1079
  field_must_change_passwd: Moet wachtwoord wijziging bij volgende keer inloggen
1080
  notice_new_password_must_be_different: Het nieuwe wachtwoord mag niet hetzelfde zijn als het huidige wachtwoord
    (1-1/1)