Commit Graph

259 Commits (master)

Author SHA1 Message Date
Christian Boltz 44c3ac5e20
language-update.sh: silence warning about undefined $CONF variable
This warning was for example

PHP Notice:  Undefined variable: CONF in .../languages/en.lang on line 184

and is caused by some texts that include $CONF['admin_name']
4 years ago
Christian Boltz 4d10a2c4bb
remove obsolete translation markers from tr.lang 4 years ago
Özgür Kazanççı 97c2b582a3
Update tr.lang
The file was a big mess, Turkish exclusive chars were completely corrupted, gramatically wrong words in the translation such as;
Not "Hiçbirşey" but "Hiçbir şey".
Not "eposta" but "e-posta" and/or "E-posta".
Not "Şuanki" but "Şu anki"
Not "ddeðiþtirmek" but "değiştirmek" (Wrong/corrupted Turkish characters)
Not "Yönlendirmen deðiþtir" but "Yönlendirme değiştir" (Wrong/corrupted Turkish characters)

As well as a lot of lines weren't translated -yet-. So here it is.

Regards,
Özgür Kazancci
4 years ago
David Goodwin 55661a80c6 see ticket:318 - try and fix IT translation issue 4 years ago
Alexandre Espinosa Menor 48e07e7a5f
Added galician language 4 years ago
koenr 8828d28bbc
Update nl.lang
typo in change password mail subject line
5 years ago
gotty 13549cea0f Favicon config and ru_lang:
1. Favicon configuration of the project:
  a. Fixed incorrect link to favicon from the subfolder /users/
  b. Added ability to set favicon via config
2. Completed translation of all string constants into Russian language.
5 years ago
David Goodwin 78764578db update languages to include the mailbox local_part string 5 years ago
David Goodwin 4d24ab7171 possibly update language files 5 years ago
David Goodwin 2cf73f704a $0 may not be in $PATH 5 years ago
David Goodwin 93a127d7f2 see https://github.com/postfixadmin/postfixadmin/issues/236 5 years ago
David Goodwin 020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
5 years ago
hawk 67010c86e3 Update fr.lang 5 years ago
Christian Boltz 18be203039
add new texts to all language files 5 years ago
SuperVirus 3ee8b497f1
Update de.lang 5 years ago
Christoph 'SuperVirus' Heitkamp d35e66808b Allow different port for fetchmail 5 years ago
Christoph 'SuperVirus' Heitkamp 1fea1f8c3b Updated german translation 5 years ago
David Goodwin 69e234f668
Merge pull request #200 from doktoil-makresh/master
Support for password expiration, managed in PostFix Admin
6 years ago
Christian Boltz 056e8af99b
Change $PALANG['password_no_characters'] to new text if untranslated
That's better than a TODO note next to the old english text ;-)
6 years ago
Christian Boltz bd847e38e6
add translation notes for updated $LANG['password_no_characters'] 6 years ago
Jesse Steele 9e8ce47849
Change "characters" to "letters"
A "character" includes letters and numbers. The requirement triggered by line 355 is for "letters". This created confusion in the past.
6 years ago
Damien Martins 84533224ba Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins b33d79125c Merge branch 'master' of github.com:doktoil-makresh/postfixadmin 6 years ago
Damien Martins d809e0fbf7 Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins 72dddbc93b Adds colored indicators for password expired, account disabled and vacation enabled accounts 6 years ago
Damien Martins e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 6 years ago
root fb3e968cfc Bootstrap template integration 6 years ago
Aurélien BONANNI 3ea4f80e34 Update french language 6 years ago
Ondrej Zary 957657c853 Update Slovak language 6 years ago
Christian Boltz 9bd230cd46
fix syntax error in ja.lang 6 years ago
Jan Kruis 04b73c1879
Update nl.lang 6 years ago
Adrien Crivelli 15df6c1d7b
Reformat everything with PHP-Cs-Fixer 6 years ago
Koichi MATSUMOTO 70c839cbc6 Remove '# XXX'
Removed '# XXX' comments
6 years ago
Koichi MATSUMOTO 9aeec2147e Update ja.lang
Update ja.lang with the latest
6 years ago
Koichi MATSUMOTO 9b7cfdf807
Update ja.lang
in progress...
6 years ago
Christian Boltz 1c0cd61fff
Add texts for password recovery to all languages 6 years ago
David Goodwin 768d29623e patch from https://github.com/bofh16/postfixadmin/blob/master/bg.lang.patch - thanks! 7 years ago
pbkwee f217524524
Update en.lang
"Your email address or password are not correct".  Message indicates one thing is wrong.  So use is not are.
7 years ago
Sylvain Tissot ffb84283c2
Harden password reset process
The improvements are:

- Die with an explicit message when a user is trying to reset his lost password and the option is disabled in config
- Redirect user to main page after password change using relative URL
- Don't leak info whether user exists or has recovery info defined
- Throttle password reset requests to prevent brute force attacks
- Show phone/alt email fields in mailbox/admin edit form only when the password reset option is enabled
- Make database upgrade code compatible with other databases types
- Use the existing password generator to generate OTP. It is now stored in database, unique to each user, valid only for 1 hour and can only by used once.
7 years ago
Sylvain Tissot 7a0b3b3750 Fix typo in french language file #18 7 years ago
Sylvain Tissot 9c9ba64a7f Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 7 years ago
Matyáš Koc 1ea38f9c43 Updated Czech language
Corrected typos and mistakes, translated new strings
7 years ago
Jan-Frederik Rieckers 5712a35f71
Fix some Language issues in broadcast 7 years ago
Christian Boltz 8aecf3eae3 Merge branch 'master' into broadcast_improvements 7 years ago
Carlos Ferreira 83836a2477 Update fr.lang 7 years ago
Carlos Ferreira 1b9fa66493 Small fix 7 years ago
Carlos Ferreira 061f950661 Update French language 7 years ago
Christian Boltz 67a6d0e27a
use $CONF[page_size] in viewlog.php
This replaces the hardcoded "LIMIT 10" with "LIMIT <page_size>".

Patch by Dan <dannyro @SF>, https://sourceforge.net/p/postfixadmin/patches/133/

Additional change on top of Dan's patch:
- wrap $CONF['page_size'] in intval() to avoid that a broken config
  setting can break or exploit the query
7 years ago
Jan-Frederik Rieckers eb871de916
Add new broadcst message language keys 7 years ago
Jan-Frederik Rieckers 3c3d844130
Improve the broadcast message tool
* Make it possible by config option that non global admins can send
  broadcast messages to their domains.
* Allow the sender to select the domains the broadcast message should be
  delivered to
* Allow the sender to decide if the broadcast message should just be
  delivered to mailboxes
7 years ago