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
Zvonimir
ISPConfig 3
Commits
d3acc187
Commit
d3acc187
authored
Jul 13, 2012
by
cfoe
Browse files
added missing lang string vm_id_txt to en + de language files
parent
0736d913
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/vm/lib/lang/de_openvz_ip_list.lng
View file @
d3acc187
<?php
$wb
[
'list_head_txt'
]
=
'OpenVZ IP-Adressen'
;
$wb
[
'server_id_txt'
]
=
'Server'
;
$wb
[
'vm_id_txt'
]
=
'VM'
;
$wb
[
'ip_address_txt'
]
=
'IP-Adresse'
;
$wb
[
'reserved_txt'
]
=
'Reserviert'
;
?>
interface/web/vm/lib/lang/en_openvz_ip_list.lng
View file @
d3acc187
<?php
$wb
[
"list_head_txt"
]
=
'OpenVZ IP addresses'
;
$wb
[
"server_id_txt"
]
=
'Server'
;
$wb
[
'vm_id_txt'
]
=
'VM'
;
$wb
[
"ip_address_txt"
]
=
'IP address'
;
$wb
[
"reserved_txt"
]
=
'Reserved'
;
?>
\ No newline at end of file
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