dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added ISPConfig help module and a the first parts of a basic trouble ticket...
tbrehm
2007-08-21
aa17242faa4cf067731444cda26e0456de23870f
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
login
/
lib
/
lang
/
se.lng
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$wb[1001] = "Användarnamn eller Lösenord är tomt.";
$wb[1002] = "Felaktigt Användarnamn eller Lösenord.";
$wb[1003] = "Användaren är spärrad.";
?>