0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00
Commit Graph

313 Commits

Author SHA1 Message Date
Villers
2d91a30e3e
Update hu.lang (#851)
thanks @notvillers
2024-08-13 16:28:42 +01:00
Gnieark
90c837f261
fix non escaped strings (#835)
Co-authored-by: Gnieark <gineark@free.fr>
2024-06-04 20:06:52 +01:00
hguilbert
fd74832842
Update fr.lang
deleting comments # XXX
2024-03-30 14:11:01 +01:00
hguilbert
53829e065f
Update fr.lang 2024-03-29 06:41:31 +01:00
hguilbert
0cba341e06
Update fr.lang
Proposed translation update fr.lang
2024-03-03 08:42:39 +01:00
Gabriel Sambarino
f81a070cc9 Fix typo ( s/pasword/password/ ) 2024-02-15 15:56:57 +01:00
John Fawcett
668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
David Goodwin
ae472699fb fix syntax 2023-12-23 17:06:03 +00:00
David Goodwin
4d17aa6ef9 manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
Fredrik Boström
4b2b0a8e1f
Add missing "# XXX" to failed translations 2023-09-27 15:49:19 +02:00
Fredrik Boström
ea121c721b
Add Alert() about illegal character in username 2023-09-26 15:27:24 +02:00
Christian Boltz
01f3e2885d
Add 'To_Mailbox' and 'To_Forward_Only' to all *.lang files 2022-11-04 22:43:09 +01:00
David Goodwin
9316e9fb45 +; 2022-11-03 21:22:14 +00:00
David Goodwin
b4a7e4192e fix php7.2 heredoc formatting (ending token must be the only thing on the line) 2022-11-03 21:12:33 +00:00
David Goodwin
02b5d7c76e
Merge pull request #676 from Jan-Kruis/patch-2
Update nl.lang
2022-11-03 20:54:49 +00:00
Jan Kruis
a73c5a8f38
Update nl.lang
Added two text variables
$PALANG['To_Mailbox'] and $PALANG['To_Forward_Only']
to be able to translate Mailbox and Forward Only in templates/list-virtual_mailbox.tpl and replace the fixed text with the above mentioned variables
2022-11-03 21:20:59 +01:00
Jan Kruis
2dcf6ebe4a
Update en.lang
added two text variables
$PALANG['To_Mailbox'] and $PALANG['To_Forward_Only']
to be able to translate Mailbox and Forward Only in templates/list-virtual_mailbox.tpl and replace the fixed text with the above mentioned variables
2022-11-03 21:07:14 +01:00
Jan Kruis
81e5e38d80
Update nl.lang
Correction in the Dutch text. These didn't have to go in yet
2022-10-29 12:42:49 +02:00
Christian Boltz
8ea747676e
Update $PALANG['pUsersVacation_body_text'] in all languages 2022-10-26 22:15:47 +02:00
Jan Kruis
b9e2741e1d
Update en.lang
prep for replace_string in vacation.pl
2022-10-17 03:10:28 +02:00
Jan Kruis
f68904f813
Update nl.lang
languages/nl.lang and languages/en.lang adjustment made in $PALANG['UsersVacation_body_text'] default texts for $Replace_From and $Replace_Until in vacation

removed sendonly andn TLS stuff because funktion's still in development
-$PALANG['sendonly'] = 'Alleen zenden';
-$PALANG['pAdminList-tls_policy'] = 'TLS Policy';
etc
2022-10-17 03:01:47 +02:00
Jan Kruis
e279c77ca5 languages/nl.lang translation from english for new function such as dkim and password
public/editactive.php			edit wrong description text it said this module is used for deleting admin domains mailbos etc
					modify templates that it is used

public/list-virtual.php			modify templates that it is used
					modify the remarks behind arguments and internal , the texteditor thought the text after this was still remark text untl is see */

public/vacation.php and
model/VacantionHandel.php		adjust date string actionFrom and activeUntil these are written in the database as e.g. 2020-10-01 15:14:00 and 2020-10-30-15:14:00
					this should be 2020-10-01 00:00:00 and 2020-10-30 23:59:59 so that it contains all day, this happens if no holiday has been set for the account yet
					when adjusting the dates, the seconds of until are set to 00 instead of 59. When the holiday is canceled and then action is taken again, the from time
					to the time when the setting is made.

templates/editform.tpl			remove blank space

templates/list-virtual_mailbox.tpl	remove indent tabs
2022-10-12 17:46:15 +02:00
Christian Boltz
a8b4e3f435
Update translations with DKIM texts 2022-07-18 23:06:41 +02:00
David Goodwin
d3e101e9d8 Merge remote-tracking branch 'origin/master' into feature/dkim 2022-07-18 08:55:07 +01:00
David Goodwin
2d6ded2786 PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
Fredrik Falk
9e73025058 Add Domain Key handling 2022-06-23 20:40:06 +02:00
Daniel Czerwonk
66ee796988
Update de.lang
Applied code review suggestions
2022-04-20 15:48:34 +02:00
Daniel Czerwonk
258475f368
Update de.lang
Add missing german translations
2022-04-20 15:06:56 +02:00
freecris
17352661b3
Update it.lang
Translated some more lines
2022-03-25 16:53:44 +01:00
David Goodwin
5e9c443bc7
Merge pull request #594 from olicooper/pr_mailbox_quota
Add Mailbox quota translations
2022-02-13 20:33:25 +00:00
Oliver Cooper
b4028bd309 Add Mailbox quota translations 2022-02-13 18:01:36 +00:00
Oliver Cooper
35ecb62730 Add password special character support 2022-02-13 17:21:20 +00:00
Petr Mifek
0025301c0e Bring the cs translation up to date. 2021-09-14 16:31:30 +02:00
Christian Boltz
dabc13feca
Add comment that some translations need an update
This affects pMain_overview, pMain_create_alias and pMain_create_mailbox
which were changed in 2a5d131124
2021-07-25 13:03:32 +02:00
Christian Boltz
2da5dbe696
change the "Overview" button to say "Domain List" for all languages
bf5fb7af16 changed pMenu_overview from
"Overview" to "Domain List", but only for english.

This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
2021-07-25 12:44:31 +02:00
David Goodwin
b867f7dd30 final (!) update of ua.lang ; thanks andrew kudrinov 2021-07-21 20:21:10 +01:00
David Goodwin
2a5d131124 better descriptions for what you can do from the overview page? thanks Andri Kudrinov 2021-07-21 17:17:08 +01:00
David Goodwin
bf5fb7af16 change the "Overview" button to say "Domain List" which perhaps seems more relevant (thanks Andrii Kudrinov) 2021-07-21 09:28:01 +01:00
David Goodwin
dc75206427 update to Ukrainian language from Andrii Kudrinov 2021-07-21 09:27:34 +01:00
David Goodwin
6c5feff515 see: https://github.com/postfixadmin/postfixadmin/issues/496 - change Alias(es) to Forward(s) 2021-07-08 19:37:07 +01:00
Unknown
5faa292cfb Allow super admins to view all logs 2021-07-05 17:13:37 -03:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
Sven Strickroth
4373551f26 Update translations
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 19:14:45 +02:00
Sven Strickroth
74a12b4f0c Add support for domain_postedit_script
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 18:27:44 +02:00
David Goodwin
4a960a0ce0 improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-02-26 19:29:47 +00:00
David Goodwin
0764f47a64 improve ua.lang (thanks: Andrii Kudrinov) 2021-02-18 20:22:44 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +00:00
David Goodwin
92c8b6313d add Ukrainian language file - thanks andrew.kudrinov 2021-02-18 12:08:22 +00:00
David Goodwin
237615502a Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-27 09:29:57 +00:00
David Goodwin
86b91b8969 add European portugese to language list 2021-01-26 20:45:24 +00:00