1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

install - add mail from setting

This commit is contained in:
Unknwon
2015-07-09 16:10:31 +08:00
parent b9dc2147b4
commit a2a9e151f8
9 changed files with 68 additions and 50 deletions

View File

@@ -50,7 +50,7 @@ code=Code
install=Installatie
title=Installatiestappen voor de eerste keer opstarten
requite_db_desc=Om Gogs te gebruiken is MySQL, PostgreSQL of SQLite3 vereist (SQLite3 is beschikbaar in de officiële versie).
db_title=Database Settings
db_title=Database instellingen
db_type=Database-type
host=Host
user=Gebruikersnaam
@@ -60,10 +60,10 @@ db_helper=Gebruik InnoDB engine met utf8_general_ci karakterset voor MySQL.
ssl_mode=SSL-modus
path=Pad
sqlite_helper=Het pad naar de SQLite3 database.
err_empty_sqlite_path=SQLite3 database path cannot be empty.
err_empty_sqlite_path=SQLite3 database pad mag niet leeg zijn.
general_title=Toepassing algemene instellingen
app_name=Application Name
app_name=Applicatienaam
app_name_helper=Put your organization name here huge and loud!
repo_path=Repositories basis directorie
repo_path_helper=Alle remote Git repositories worden in deze directorie opgeslagen
@@ -76,15 +76,17 @@ http_port_helper=Poortnummer waar het programma naar luistert.
app_url=Applicatie URL
app_url_helper=Dit heeft invloed op de HTTP/HTTPS kloon urls en de urls die in de email worden gebruikt
optional_title=Optional Settings
optional_title=Optionele instellingen
email_title=E-mail service instellingen
smtp_host=SMTP host
smtp_from=From
smtp_from_helper=Mail from address, RFC 5322. It can be just an email address, or the "Name" <email@example.com> format.
mailer_user=Afzender e-mail / gebruikersnaam
mailer_password=Wachtwoord
register_confirm=Activeer registratie emails
mail_notify=Activeer e-mailnotificaties
server_service_title=Server and Other Services Settings
offline_mode=Enable Offline Mode
server_service_title=Server en andere Services-instellingen
offline_mode=Off line modus inschakelen
offline_mode_popup=Disable CDN even in production mode, all resource files will be served locally.
disable_registration=Disable Self-registration
disable_registration_popup=Disable user self-registration, only admin can create accounts.