mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Add one more FTP / Restart confirmation
This commit is contained in:
parent
d3d6c93ad2
commit
5ba751bb1c
17 changed files with 59 additions and 25 deletions
|
@ -39,6 +39,7 @@ $LANG['no'] = array(
|
|||
'Add Package' => 'Legg til Pakke',
|
||||
'Add IP' => 'Legg til IP',
|
||||
'Search' => 'Søk',
|
||||
'Add one more FTP Account' => 'Legg til én FTP Konto',
|
||||
'Overall Statistics' => 'Samlede Statistikker',
|
||||
'Daily' => 'Daglig',
|
||||
'Weekly' => 'Ukentlig',
|
||||
|
@ -330,7 +331,7 @@ $LANG['no'] = array(
|
|||
'City / Locality' => 'By / Beliggenhet',
|
||||
'Organization' => 'Organisasjon',
|
||||
|
||||
'1 account' => '1 konto',
|
||||
'1 account' => '1 konto',
|
||||
'%s accounts' => '%s kontoer',
|
||||
'1 domain' => '1 domene',
|
||||
'%s domains' => '%s domener',
|
||||
|
@ -393,6 +394,7 @@ $LANG['no'] = array(
|
|||
'DELETE_EXCLUSION_CONFIRMATION' => 'Er du sikker på at du vil slette %s eksklusjon?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => 'Er du sikker på at du vil slette pakken %s?',
|
||||
'DELETE_IP_CONFIRMATION' => 'Er du sikker på at du vil slette IP Addressen %s?',
|
||||
'RESTART_CONFIRMATION' => 'Er du sikker på at du vil omstarte %s?',
|
||||
'Welcome' => 'Velkommen',
|
||||
'LOGGED_IN_AS' => 'Logget inn som %s',
|
||||
'Error' => 'Feil',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue