diff options
author | Unknwon <u@gogs.io> | 2015-07-05 13:16:28 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-05 13:16:28 +0800 |
commit | 1564b77cf562fe61786acd07a671ae5140d8eeb6 (patch) | |
tree | 433974b46783e4d19128c76b4563bc3e153229ce /conf/locale/locale_nl-NL.ini | |
parent | 1492c905bb2298ca3e9196eecc10e6e8855af625 (diff) | |
download | gitea-1564b77cf562fe61786acd07a671ae5140d8eeb6.tar.gz gitea-1564b77cf562fe61786acd07a671ae5140d8eeb6.zip |
update locale
Diffstat (limited to 'conf/locale/locale_nl-NL.ini')
-rwxr-xr-x | conf/locale/locale_nl-NL.ini | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 47ce25e998..c396f35e4d 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -40,10 +40,10 @@ issues=Kwesties cancel=Annuleer
[search]
-search=Search...
-repository=Repository
-user=User
-issue=Issue
+search=Zoeken...
+repository=Opslagplaats
+user=Gebruiker
+issue=Probleem
code=Code
[install]
@@ -187,8 +187,8 @@ followers=Volgers starred=Sterren
following=Volgt
-form.name_reserved=Username '%s' is reserved.
-form.name_pattern_not_allowed=Username pattern '%s' is not allowed.
+form.name_reserved=De gebruikersnaam '%s' is gereserveerd.
+form.name_pattern_not_allowed=Het gebruikersnaam patroon '%s' is niet toegestaan.
[settings]
profile=Profiel
@@ -619,6 +619,7 @@ auths.smtp_auth=SMTP authenticatietype auths.smtphost=SMTP host
auths.smtpport=SMTP poort
auths.enable_tls=Activeer TLS-encryptie
+auths.pam_service_name=PAM Service Name
auths.enable_auto_register=Activeer automatische registratie
auths.tips=Tips
auths.edit=Bewerk autorisatie-instellingen
@@ -667,6 +668,7 @@ config.deliver_timeout=Bezorging verlooptijd config.skip_tls_verify=TLS certificaat controle overslaan
config.mailer_config=Mailerconfiguatie
config.mailer_enabled=Ingeschakeld
+config.mailer_disable_helo=Disable HELO
config.mailer_name=Naam
config.mailer_host=Host
config.mailer_user=Gebruiker
|