mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -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
|
@ -40,6 +40,8 @@ $LANG['se'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Lägg till användare',
|
||||
'Add Domain' => 'Lägg till domän',
|
||||
'Add Web Domain' => 'Lägg till Webbhotellsdomän',
|
||||
|
@ -107,6 +109,7 @@ $LANG['se'] = array(
|
|||
'disable autoupdate' => 'avaktivera autoupdate',
|
||||
'turn on notifications' => 'aktivera händelsevarsel',
|
||||
'turn off notifications' => 'stäng av händelsevarsel',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Lägger till användare',
|
||||
'Editing User' => 'Redigerar användare',
|
||||
|
@ -249,6 +252,7 @@ $LANG['se'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL-användande på localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL-användande på localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandbreddsanvändande på eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandbreddsanvändande på eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP-användande',
|
||||
'SSH Usage' => 'SSH-användande',
|
||||
|
@ -448,7 +452,7 @@ $LANG['se'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Webbhotell-paketet <a href="/edit/package/?package=%s"><b>%s</b></a> har skapats.',
|
||||
'SSL_GENERATED_OK' => 'Certifikat genererat.',
|
||||
'RULE_CREATED_OK' => 'Regel skapad.',
|
||||
'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' => 'Automatisk uppdatering har aktiverats.',
|
||||
'Autoupdate has been successfully disabled' => 'Automatisk uppdatering har avaktiverats.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'emailrapport för cron-uppdrag har aktiverats',
|
||||
|
@ -524,7 +528,7 @@ $LANG['se'] = array(
|
|||
'Confirm Password' => 'Bekräfta lösenordet',
|
||||
'Reset' => 'Återställ',
|
||||
'Reset Code' => 'Återställ kod',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Koden för lösenordsåterställning har skickats till din emailadress<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Lösenord återställt %s',
|
||||
'PASSWORD_RESET_REQUEST' => "För att återställa lösenordet till kontrollpanelen, vänligen följ denna länk:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nEller så kan du gåt till https://%s/reset/?action=code&user=%s och ange följande återställningskod:\n%s\n\nOm du inte har begärt lösenordsåterställning, var god ignorera detta meddelande och acceptera vår ödmjuka ursäkt.\n\n--\nKontrollpanelen Vesta\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['se'] = 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',
|
||||
|
@ -624,7 +628,7 @@ $LANG['se'] = 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',
|
||||
|
@ -705,9 +709,6 @@ $LANG['se'] = 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