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
82b548a9
Commit
82b548a9
authored
4 years ago
by
Till Brehm
Browse files
Options
Downloads
Plain Diff
Merge branch '449-dev' into 'develop'
Fix typo (Ported from !449) See merge request
ispconfig/ispconfig3!1149
parents
a8f3f14a
5bb83568
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
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 @
82b548a9
...
@@ -18,7 +18,7 @@ $wb['active_txt'] = 'Aktiv';
...
@@ -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
[
'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_empty'
]
=
'Brugernavn er tomt.'
;
$wb
[
'username_error_unique'
]
=
'Brugernavne skal være unikke.'
;
$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
[
'quota_size_error_empty'
]
=
'Kvote er tomt.'
;
$wb
[
'uid_error_empty'
]
=
'GID er tom.'
;
$wb
[
'uid_error_empty'
]
=
'GID er tom.'
;
$wb
[
'directory_error_empty'
]
=
'Mappe 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 @
82b548a9
...
@@ -18,7 +18,7 @@ $wb["active_txt"] = 'Active';
...
@@ -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
[
"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_empty"
]
=
'Username is empty.'
;
$wb
[
"username_error_unique"
]
=
'The username must be unique.'
;
$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
[
"quota_size_error_empty"
]
=
'Quota is empty.'
;
$wb
[
"uid_error_empty"
]
=
'UID empty.'
;
$wb
[
"uid_error_empty"
]
=
'UID empty.'
;
$wb
[
"uid_error_empty"
]
=
'GID 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