diff options
author | Unknwon <u@gogs.io> | 2015-12-12 14:47:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-12 14:47:11 -0500 |
commit | e444a67d59a4fa45a77ba3ab0785869072db8b0a (patch) | |
tree | e7170ed67bd2d4bb56c4d1d23311b72b70461a59 /conf/locale/locale_nl-NL.ini | |
parent | 0cce4439ceab9d53592e526f8840348a293e463d (diff) | |
download | gitea-e444a67d59a4fa45a77ba3ab0785869072db8b0a.tar.gz gitea-e444a67d59a4fa45a77ba3ab0785869072db8b0a.zip |
update locales
Diffstat (limited to 'conf/locale/locale_nl-NL.ini')
-rwxr-xr-x | conf/locale/locale_nl-NL.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 277906579d..39a8aa9f86 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -248,6 +248,7 @@ uid=uid public_profile=Openbaar profiel profile_desc=Uw e-mailadres is openbaar en zal gebruikt worden voor alle account gerelateerde berichtgevingen en bewerkingingen die via de website worden gedaan. +password_username_disabled=Non-local type users are not allowed to change their username. full_name=Volledige naam website=Website location=Locatie @@ -272,6 +273,7 @@ new_password=Nieuw wachtwoord retype_new_password=Retype New Password password_incorrect=Huidig wachtwoord is niet correct. change_password_success=Wachtwoord is succesvol gewijzigd. U kunt nu met uw nieuwe wachtwoord inloggen. +password_change_disabled=Non-local type users are not allowed to change their password. emails=E-mailadressen manage_emails=E-mailadressen beheren @@ -359,6 +361,7 @@ watchers=Watchers stargazers=Stargazers forks=Forks +form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories. form.name_reserved=Repositorienaam '%s' is gereserveerd. form.name_pattern_not_allowed=Repositorie naampatroon '%s' is niet toegestaan. @@ -567,6 +570,9 @@ settings.update_settings=Instellingen bewerken settings.change_reponame_prompt=This change will affect how links relate to the repository. settings.advanced_settings=Advanced Settings settings.wiki_desc=Enable wiki to allow people write documents +settings.use_external_wiki=Use external wiki +settings.external_wiki_url=External Wiki URL +settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab. settings.issues_desc=Enable builtin lightweight issue tracker settings.use_external_issue_tracker=Use external issue tracker settings.tracker_url_format=External Issue Tracker URL Format @@ -855,6 +861,8 @@ users.auth_login_name=Authentication Login Name users.password_helper=Leave it empty to remain unchanged. users.update_profile_success=Profiel is succesvol bijgewerkt. users.edit_account=Bewerk account +users.max_repo_creation=Maximum Repository Creation Limit +users.max_repo_creation_desc=(Set -1 to use global default limit) users.is_activated=Dit account is geactiveerd users.is_admin=Dit account heeft beheerdersrechten users.allow_git_hook=Deze account beschikt over machtigingen voor het maken van Git haken |