mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -42,6 +42,8 @@ $LANG['da'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => '',
|
||||
'Add Domain' => 'Tilføj Domæne',
|
||||
'Add Web Domain' => 'Tilføj Web Domæne',
|
||||
|
@ -109,6 +111,7 @@ $LANG['da'] = array(
|
|||
'disable autoupdate' => 'slå autoopdatéring fra',
|
||||
'turn on notifications' => 'slå notifikationer til',
|
||||
'turn off notifications' => 'slå notifikationer fra',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Tilføjer Bruger',
|
||||
'Editing User' => 'Ændrer Bruger',
|
||||
|
@ -251,6 +254,7 @@ $LANG['da'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL Forbrug på localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Forbrug på localhost',
|
||||
'Bandwidth Usage eth0' => 'Båndbredde Forbrug eth0',
|
||||
'Bandwidth Usage eth1' => 'Båndbredde Forbrug eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Forbrug',
|
||||
'SSH Usage' => 'SSH Forbrug',
|
||||
|
@ -450,7 +454,7 @@ $LANG['da'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Pakke <a href="/edit/package/?package=%s"><b>%s</b></a> blev oprettet med succes.',
|
||||
'SSL_GENERATED_OK' => 'Certifikat blev genereret med succes.',
|
||||
'RULE_CREATED_OK' => 'Regel blev oprettet med succes.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate blev aktiveret med succes.',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate blev deaktiveret med succes.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob email rapportering blev aktiveret med succes',
|
||||
|
@ -526,7 +530,7 @@ $LANG['da'] = array(
|
|||
'Confirm Password' => 'Bekræft Adgangskode',
|
||||
'Reset' => 'Nulstil',
|
||||
'Reset Code' => 'Nulstillingskode',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kode til at nultille adgangskode er blevet sendt til din email-adresse<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Adgangskode Nulstillet %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Følg dette link for at nulstille din adgangskode:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternativt, kan du også gå til https://%s/reset/?action=code&user=%s og indtast følgende nulstillingskode:\n%s\n\nHvis du ikke selv har bedt om at få nulstillet din adgangskode, bedes du ignorere denne besked - vi beklager.\n\n--\nVesta Kontrolpanel\n",
|
||||
|
@ -604,7 +608,7 @@ $LANG['da'] = array(
|
|||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'to reload the page',
|
||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||
|
@ -626,7 +630,7 @@ $LANG['da'] = array(
|
|||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -707,9 +711,6 @@ $LANG['da'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue