Skip to content

Commit c516b3c

Browse files
committed
L10N patch.
1 parent 7bbb1d7 commit c516b3c

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
4747
### v3.1.8
4848

4949
[2023.04.30; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.
50+
51+
### v3.1.9
52+
53+
[2023.09.04; Maikuolan]: Added L10N for Afrikaans and Romanian.

l10n/af.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
##\
2+
# This file is a part of the phpMussel\Plugin-PHPMailer package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: Afrikaans language data (last modified: 2023.09.04).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
25+
##/
26+
27+
config_phpmailer: "Konfigurasie vir PHPMailer (gebruik vir twee-faktor-verifikasie)."
28+
config_phpmailer_add_reply_to_address: "Die antwoordadres om aan te haal wanneer e-pos via SMTP gestuur word."
29+
config_phpmailer_add_reply_to_name: "Die antwoordnaam om aan te haal wanneer e-pos via SMTP gestuur word."
30+
config_phpmailer_enable_notifications: "As jy per e-pos in kennis gestel wil word wanneer 'n oplaai geblokkeer word, spesifiseer die ontvanger-e-posadres hier."
31+
config_phpmailer_enable_two_factor: "Of om 2FA vir front-end rekeninge te gebruik."
32+
config_phpmailer_event_log: "Lêer om alle gebeurtenisse met betrekking tot PHPMailer aan te teken. Spesifiseer 'n lêernaam, of laat leeg om te deaktiveer."
33+
config_phpmailer_host: "Die SMTP-gasheer om vir uitgaande e-pos te gebruik."
34+
config_phpmailer_password: "Die wagwoord om te gebruik wanneer e-pos via SMTP gestuur word."
35+
config_phpmailer_port: "Die poortnommer om vir uitgaande e-pos te gebruik. Verstek = 587."
36+
config_phpmailer_set_from_address: "Die senderadres om aan te haal wanneer e-pos via SMTP gestuur word."
37+
config_phpmailer_set_from_name: "Die sender se naam om aan te haal wanneer e-pos via SMTP gestuur word."
38+
config_phpmailer_skip_auth_process: "Deur hierdie opdrag op <code>true</code> te stel, gee PHPMailer opdrag om die normale verifikasieproses oor te slaan wat normaalweg plaasvind wanneer e-pos via SMTP gestuur word. Dit moet vermy word, want die oorslaan van hierdie proses kan uitgaande e-pos aan MITM-aanvalle blootstel, maar mag nodig wees in gevalle waar hierdie proses verhoed dat PHPMailer aan 'n SMTP-bediener koppel."
39+
config_phpmailer_smtp_auth: "Of SMTP-sessies geverifieer moet word (moet gewoonlik alleen gelaat word)."
40+
config_phpmailer_smtp_secure: "Die protokol om te gebruik (TLS of SSL) wanneer e-pos via SMTP gestuur word."
41+
config_phpmailer_username: "Die gebruikersnaam om te gebruik wanneer e-pos via SMTP gestuur word."
42+
state_email_sent: "E-pos suksesvol gestuur na "%s"."

l10n/ro.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
##\
2+
# This file is a part of the phpMussel\Plugin-PHPMailer package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: Romanian language data (last modified: 2023.09.04).
11+
#
12+
# Regarding translations: My native language is English. Because this is a free
13+
# and open-source hobby project which generates zero income, and translatable
14+
# content is likely to change as the features and functionality supported by
15+
# the project changes, it doesn't make sense for me to spend money for
16+
# translations. Because I'm the sole author/developer/maintainer for the
17+
# project and I'm not a ployglot, any translations I produce are very likely to
18+
# contain errors. Sorry, but realistically, that won't ever change. If you find
19+
# any such errors/typos/mistakes/etc, your assistance to correct them would be
20+
# very much appreciated. Pull requests are invited and encouraged. Otherwise,
21+
# if you find these errors too much to handle, just stick with the original
22+
# English source. If a translation is irredeemably incomprehensible, let me
23+
# know which, and I can delete it. If you're not sure how to perform pull
24+
# requests, ask. I can help.
25+
##/
26+
27+
config_phpmailer: "Configurare pentru PHPMailer (folosit pentru autentificarea cu doi factori)."
28+
config_phpmailer_add_reply_to_address: "Adresa de răspuns de citat atunci când trimiteți e-mail prin SMTP."
29+
config_phpmailer_add_reply_to_name: "Numele de răspuns de citat atunci când trimiteți e-mail prin SMTP."
30+
config_phpmailer_enable_notifications: "Dacă doriți să fiți notificat prin e-mail când o încărcare este blocată, specificați aici adresa de e-mail a destinatarului."
31+
config_phpmailer_enable_two_factor: "Această directivă stabilește dacă se utilizează 2FA pentru conturile front-end."
32+
config_phpmailer_event_log: "Un fișier pentru înregistrarea tuturor evenimentelor în legătură cu PHPMailer. Specificați un nume de fișier, sau lăsați necompletat pentru a dezactiva."
33+
config_phpmailer_host: "Gazda SMTP de utilizat pentru e-mailul de ieșire."
34+
config_phpmailer_password: "Parola de utilizat atunci când trimiteți e-mailuri prin SMTP."
35+
config_phpmailer_port: "Numărul portului de utilizat pentru e-mailul de ieșire. Valoare implicită = 587."
36+
config_phpmailer_set_from_address: "Adresa expeditorului de citat atunci când trimiteți e-mail prin SMTP."
37+
config_phpmailer_set_from_name: "Numele expeditorului de citat atunci când trimiteți e-mail prin SMTP."
38+
config_phpmailer_skip_auth_process: "Setarea acestei directive la <code>true</code> indică PHPMailer să ignore procesul obișnuit de autentificare care are loc în mod normal la trimiterea de e-mailuri prin SMTP. Acest lucru ar trebui evitat, deoarece omiterea acestui proces poate expune e-mailurile de ieșire la atacuri MITM, dar poate fi necesar în cazurile în care acest proces împiedică PHPMailer să se conecteze la un server SMTP."
39+
config_phpmailer_smtp_auth: "Această directivă determină dacă se autentifică sesiunile SMTP (de obicei, ar trebui lăsată în pace)."
40+
config_phpmailer_smtp_secure: "Protocolul de utilizat atunci când trimiteți e-mailuri prin SMTP (TLS sau SSL)."
41+
config_phpmailer_username: "Numele de utilizator de utilizat atunci când trimiteți e-mailuri prin SMTP."
42+
state_email_sent: "E-mail trimis cu succes la „%s”."

0 commit comments

Comments
 (0)