You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
4.1 KiB
JSON
48 lines
4.1 KiB
JSON
{
|
|
"email-settings": "Postavke emaila",
|
|
"address": "Email adresa",
|
|
"address-help": "Sljedeća email adresa je adresa koju će primatelj vidjeti u \"Od\" i \"Odgovori na\" poljima.",
|
|
"from": "Od imena",
|
|
"from-help": "Ime prikazano u dolaznom emailu.",
|
|
|
|
"smtp-transport": "SMTP Transport",
|
|
"smtp-transport.enabled": "Enable SMTP Transport",
|
|
"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.",
|
|
"smtp-transport.service": "Select a service",
|
|
"smtp-transport.service-custom": "Custom Service",
|
|
"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.",
|
|
"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.",
|
|
"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"../extend/plugins\">Browse available plugins here</a>.",
|
|
"smtp-transport.host": "SMTP Host",
|
|
"smtp-transport.port": "SMTP Port",
|
|
"smtp-transport.security": "Connection security",
|
|
"smtp-transport.security-encrypted": "Encrypted",
|
|
"smtp-transport.security-starttls": "StartTLS",
|
|
"smtp-transport.security-none": "None",
|
|
"smtp-transport.username": "Username",
|
|
"smtp-transport.username-help": "<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.",
|
|
"smtp-transport.password": "Password",
|
|
"smtp-transport.pool": "Enable pooled connections",
|
|
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
|
|
|
|
"template": "Uredi predložak emaila",
|
|
"template.select": "Odaberi predložak emaila",
|
|
"template.revert": "Povrati na original ",
|
|
"testing": "Testiranje emaila",
|
|
"testing.select": "Odaberi email predložak ",
|
|
"testing.send": "Pošalji testni email",
|
|
"testing.send-help": "Ovaj test mail će biti poslan svim trenutačno prijavljenim korisnicima na njihovu email adresu.",
|
|
"subscriptions": "Email Digests",
|
|
"subscriptions.disable": "Disable email digests",
|
|
"subscriptions.hour": "Pregled Sati.",
|
|
"subscriptions.hour-help": "Unesite broj koji pretstavlja vrijeme kada će se poslati pregled mailom (npr. <code>0</code> za ponoć, <code>17</code>za 5 popodne).Imajte na umu da to vrijeme predstavlja vrijeme servera te ne mora predstavljati vrijeme na Vašem sistemu. Vrijeme servera je: <span id=\"serverTime\"></span><br /> Sljedeći pregled će biti poslan <span id=\"nextDigestTime\"></span> .",
|
|
"notifications.remove-images": "Remove images from email notifications",
|
|
"require-email-address": "Require new users to specify an email address",
|
|
"require-email-address-warning": "By default, users can opt-out of entering an email address by leaving the field blank. Enabling this option means they have to enter an email address in order to proceed with registration. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
|
|
"send-validation-email": "Send validation emails when an email is added or changed",
|
|
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
|
|
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> – sending emails to unverified addresses may be a violation of regional anti-spam laws.",
|
|
"prompt": "Prompt users to enter or confirm their emails",
|
|
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen."
|
|
}
|