Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
5bb83568
Commit
5bb83568
authored
4 years ago
by
Thom
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo (Ported from !449)
parent
98ba3c40
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/sites/lib/lang/dk_ftp_user.lng
+1
-1
1 addition, 1 deletion
interface/web/sites/lib/lang/dk_ftp_user.lng
interface/web/sites/lib/lang/en_ftp_user.lng
+1
-1
1 addition, 1 deletion
interface/web/sites/lib/lang/en_ftp_user.lng
with
2 additions
and
2 deletions
interface/web/sites/lib/lang/dk_ftp_user.lng
+
1
−
1
View file @
5bb83568
...
...
@@ -18,7 +18,7 @@ $wb['active_txt'] = 'Aktiv';
$wb
[
'limit_ftp_user_txt'
]
=
'Max. antal of FTP brugere for din konto er nået.'
;
$wb
[
'username_error_empty'
]
=
'Brugernavn er tomt.'
;
$wb
[
'username_error_unique'
]
=
'Brugernavne skal være unikke.'
;
$wb
[
'username_error_regex'
]
=
'Brugernavne contains charac
h
ters that are not allowed.'
;
$wb
[
'username_error_regex'
]
=
'Brugernavne contains characters that are not allowed.'
;
$wb
[
'quota_size_error_empty'
]
=
'Kvote er tomt.'
;
$wb
[
'uid_error_empty'
]
=
'GID er tom.'
;
$wb
[
'directory_error_empty'
]
=
'Mappe er tom.'
;
...
...
This diff is collapsed.
Click to expand it.
interface/web/sites/lib/lang/en_ftp_user.lng
+
1
−
1
View file @
5bb83568
...
...
@@ -18,7 +18,7 @@ $wb["active_txt"] = 'Active';
$wb
[
"limit_ftp_user_txt"
]
=
'The max. number of FTP users for your account is reached.'
;
$wb
[
"username_error_empty"
]
=
'Username is empty.'
;
$wb
[
"username_error_unique"
]
=
'The username must be unique.'
;
$wb
[
"username_error_regex"
]
=
'The username contains charac
h
ters that are not allowed.'
;
$wb
[
"username_error_regex"
]
=
'The username contains characters that are not allowed.'
;
$wb
[
"quota_size_error_empty"
]
=
'Quota is empty.'
;
$wb
[
"uid_error_empty"
]
=
'UID empty.'
;
$wb
[
"uid_error_empty"
]
=
'GID empty.'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment