Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
c4c0e0bb
Commit
c4c0e0bb
authored
Sep 05, 2011
by
tbrehm
Browse files
Fixed: FS#1657 - Bug in Whitelist
parent
32b602f5
Changes
44
Show whitespace changes
Inline
Side-by-side
interface/web/admin/lib/lang/se.lng
View file @
c4c0e0bb
<?php
$wb
[
'1001'
]
=
'Anvndarnamnet eller lsenordet r tomt.'
;
$wb
[
'1002'
]
=
'Felaktigt anvndarnamn eller lsenord.'
;
$wb
[
'
error_
1001'
]
=
'Anvndarnamnet eller lsenordet r tomt.'
;
$wb
[
'
error_
1002'
]
=
'Felaktigt anvndarnamn eller lsenord.'
;
$wb
[
'Firewall'
]
=
'Firewall'
;
$wb
[
'Groups'
]
=
'Groups'
;
$wb
[
'groups_description'
]
=
'Form to edit systemuser groups.'
;
...
...
interface/web/admin/lib/lang/sk.lng
View file @
c4c0e0bb
<?php
$wb
[
'1001'
]
=
'Užívateľské meno a heslo je prázdne.'
;
$wb
[
'1002'
]
=
'Užívateľské meno alebo heslo je zle.'
;
$wb
[
'
error_
1001'
]
=
'Užívateľské meno a heslo je prázdne.'
;
$wb
[
'
error_
1002'
]
=
'Užívateľské meno alebo heslo je zle.'
;
$wb
[
'Firewall'
]
=
'Firewall'
;
$wb
[
'Groups'
]
=
'Skupiny'
;
$wb
[
'groups_description'
]
=
'Formulár pre úpravu systemových skupín.'
;
...
...
interface/web/admin/lib/lang/tr.lng
View file @
c4c0e0bb
<?php
$wb
[
'1001'
]
=
'Kullanıcı adı veya şifre boş.'
;
$wb
[
'1002'
]
=
'Kullanıcı adı veya şifre yanlış.'
;
$wb
[
'
error_
1001'
]
=
'Kullanıcı adı veya şifre boş.'
;
$wb
[
'
error_
1002'
]
=
'Kullanıcı adı veya şifre yanlış.'
;
$wb
[
'Firewall'
]
=
'Firewall'
;
$wb
[
'Groups'
]
=
'Gruplar'
;
$wb
[
'groups_description'
]
=
'Sistem kullanıcılarını düzenleme formu.'
;
...
...
interface/web/temp/en.lng
View file @
c4c0e0bb
...
...
@@ -7,11 +7,11 @@ $wb['conf_format_timeshort'] = 'H:i';
$wb
[
'conf_format_timelong'
]
=
'H:i:s'
;
$wb
[
'conf_format_datetime'
]
=
'Y-m-d H:i'
;
$wb
[
'301'
]
=
'Module not permitted for the current user.'
;
$wb
[
'302'
]
=
'Module invalid.'
;
$wb
[
'1001'
]
=
'The username and password cannot be empty !'
;
$wb
[
'1002'
]
=
'The username and/or password are not correct !'
;
$wb
[
'1003'
]
=
'The username is deactivated!'
;
$wb
[
'
error_
301'
]
=
'Module not permitted for the current user.'
;
$wb
[
'
error_
302'
]
=
'Module invalid.'
;
$wb
[
'
error_
1001'
]
=
'The username and password cannot be empty !'
;
$wb
[
'
error_
1002'
]
=
'The username and/or password are not correct !'
;
$wb
[
'
error_
1003'
]
=
'The username is deactivated!'
;
$wb
[
'delete_confirmation'
]
=
'Do you really want to delete this record?'
;
$wb
[
'error_no_view_permission'
]
=
'You dont have the permission to view this record or this record does not exist!'
;
$wb
[
'error_no_delete_permission'
]
=
'You dont have the permission to delete this record!'
;
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment