| | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas | |
| | | | Author: yllar | |
| | | +-----------------------------------------------------------------------+ |
| | | */ |
| | | |
| | |
| | | $labels['passwordincorrect'] = 'Vana parool on vale.'; |
| | | $labels['passwordinconsistency'] = 'Paroolid ei kattu, palun proovi uuesti.'; |
| | | $labels['crypterror'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni.'; |
| | | $labels['connecterror'] = 'Parooli salvestamine nurjus. Ühenduse tõrge.'; |
| | | $labels['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus.'; |
| | | $labels['passwordshort'] = 'Parool peab olema vähemalt $length märki pikk.'; |
| | | $labels['passwordweak'] = 'Parool peab sisaldama vähemalt üht numbrit ja märki.'; |
| | | $labels['passwordforbidden'] = 'Parool sisaldab keelatud märki.'; |
| | | |