diff --git a/web/inc/i18n/bs.php b/web/inc/i18n/bs.php
index 95bc06e8..98fdb8af 100644
--- a/web/inc/i18n/bs.php
+++ b/web/inc/i18n/bs.php
@@ -82,6 +82,8 @@ $LANG['bs'] = array(
'generate' => 'generiši',
'Generate CSR' => 'Generiši CSR',
'reread IP' => 'obnovi IP',
+ 'enable autoupdate' => 'uključuju autoupdate',
+ 'disable autoupdate' => 'onemogućiti autoupdate',
'Adding User' => 'Dodavanje korisnika',
'Editing User' => 'Izmjena korisnika',
@@ -364,6 +366,8 @@ $LANG['bs'] = array(
'IP_CREATED_OK' => 'IP adrese %s su uspješno napravljene.',
'PACKAGE_CREATED_OK' => 'Paket %s je uspješno napravljen.',
'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Postavke su uspješno sačuvane.',
'Confirmation' => 'Potvrda',
'DELETE_USER_CONFIRMATION' => 'Da li ste sigurni da želite obrisati %s?',
diff --git a/web/inc/i18n/cn.php b/web/inc/i18n/cn.php
index 7dad5078..d0de9982 100644
--- a/web/inc/i18n/cn.php
+++ b/web/inc/i18n/cn.php
@@ -82,6 +82,8 @@ $LANG['cn'] = array(
'generate' => '生成',
'Generate CSR' => '生成CSR',
'reread IP' => '重新读取IP',
+ 'enable autoupdate' => '启用自动更新',
+ 'disable autoupdate' => '禁用自动更新',
'Adding User' => '添加用户',
'Editing User' => '修改用过',
@@ -364,6 +366,8 @@ $LANG['cn'] = array(
'IP_CREATED_OK' => 'IP address %s 已创建成功.',
'PACKAGE_CREATED_OK' => 'Package %s 已创建成功.',
'SSL_GENERATED_OK' => '证书已成功生成.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => '更改已保存.',
'Confirmation' => 'Confirmation',
'DELETE_USER_CONFIRMATION' => '您确定删除用户 %s?',
diff --git a/web/inc/i18n/cz.php b/web/inc/i18n/cz.php
index c61e9fa6..7f4a9566 100644
--- a/web/inc/i18n/cz.php
+++ b/web/inc/i18n/cz.php
@@ -83,6 +83,8 @@ $LANG['cz'] = array(
'generate' => 'generovat',
'Generate CSR' => 'Generovat CSR',
'reread IP' => 'číst IP',
+ 'enable autoupdate' => 'aktivovat autoupdate',
+ 'disable autoupdate' => 'deaktivovat autoupdate',
'Adding User' => 'Přidání uživatele',
'Editing User' => 'Editace uživatele',
@@ -365,6 +367,8 @@ $LANG['cz'] = array(
'IP_CREATED_OK' => 'IP adresa %s byla úspěšně vytvořena.',
'PACKAGE_CREATED_OK' => 'Package %s byl úspěšně vytvořen.',
'SSL_GENERATED_OK' => 'SSL certifikát byl úspěšně vygenerován.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Změny byly uloženy.',
'Confirmation' => 'Potvrzení',
'DELETE_USER_CONFIRMATION' => 'Opravdu chcete odstranit uživatele %s?',
diff --git a/web/inc/i18n/de.php b/web/inc/i18n/de.php
index ee063a00..9aa9fb29 100644
--- a/web/inc/i18n/de.php
+++ b/web/inc/i18n/de.php
@@ -82,6 +82,8 @@ $LANG['de'] = array(
'generate' => 'Generieren',
'Generate CSR' => 'CSR generieren',
'reread IP' => 'IP aktualisieren',
+ 'enable autoupdate' => 'autoupdate aktivieren',
+ 'disable autoupdate' => 'autoupdate deaktivieren',
'Adding User' => 'Benutzer anlegen',
'Editing User' => 'Benutzer bearbeiten',
@@ -364,6 +366,8 @@ $LANG['de'] = array(
'IP_CREATED_OK' => 'IP Adresse %s wurde erfolgreich hinzugefügt.',
'PACKAGE_CREATED_OK' => 'Packet %s wurde erfolgreich angelegt.',
'SSL_GENERATED_OK' => 'SSL zertifikat wurde erfolgreich angelegt.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Änderungen wurden gespeichert.',
'Confirmation' => 'Bestätigung',
'DELETE_USER_CONFIRMATION' => '%s wirklich löschen?',
diff --git a/web/inc/i18n/en.php b/web/inc/i18n/en.php
index 8ae4069f..f4a8613f 100644
--- a/web/inc/i18n/en.php
+++ b/web/inc/i18n/en.php
@@ -1,7 +1,6 @@
'generate',
'Generate CSR' => 'Generate CSR',
'reread IP' => 'reread IP',
+ 'enable autoupdate' => 'enable autoupdate',
+ 'disable autoupdate' => 'disable autoupdate',
'Adding User' => 'Adding User',
'Editing User' => 'Editing User',
@@ -365,6 +366,8 @@ $LANG['en'] = array(
'IP_CREATED_OK' => 'IP address %s has been created successfully.',
'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.',
'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Changes has been saved.',
'Confirmation' => 'Confirmation',
'DELETE_USER_CONFIRMATION' => 'Are you sure to delete user %s?',
diff --git a/web/inc/i18n/es.php b/web/inc/i18n/es.php
index bb22ec8b..e160a9ee 100644
--- a/web/inc/i18n/es.php
+++ b/web/inc/i18n/es.php
@@ -82,6 +82,8 @@ $LANG['es'] = array(
'generate' => 'generar',
'Generate CSR' => 'Generar CSR',
'reread IP' => 'releer IP',
+ 'enable autoupdate' => 'activar autoupdate',
+ 'disable autoupdate' => 'desactivar autoupdate',
'Adding User' => 'Añadiendo Usuario',
'Editing User' => 'Editando Usuario',
@@ -364,6 +366,8 @@ $LANG['es'] = array(
'IP_CREATED_OK' => 'Dirección IP %s ha sido creada correctamente.',
'PACKAGE_CREATED_OK' => 'Plan %s ha sido creado correctamente.',
'SSL_GENERATED_OK' => 'SSL certificado ha sido creado correctamente.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Los cambios han sido guardados.',
'Confirmation' => 'Confirmación',
'DELETE_USER_CONFIRMATION' => '¿Está seguro que desea eliminar el usuario %s?',
diff --git a/web/inc/i18n/id.php b/web/inc/i18n/id.php
index 1fe5a9f0..783a7455 100644
--- a/web/inc/i18n/id.php
+++ b/web/inc/i18n/id.php
@@ -1,7 +1,6 @@
'hasilkan',
'Generate CSR' => 'Hasilkan CSR',
'reread IP' => 'baca ulang IP',
+ 'enable autoupdate' => 'mengaktifkan autoupdate',
+ 'disable autoupdate' => 'menonaktifkan autoupdate',
'Adding User' => 'Menambah User',
'Editing User' => 'Menyunting User',
@@ -368,6 +369,8 @@ $LANG['id'] = array(
'IP_CREATED_OK' => 'Alamat IP %s udah berhasil dibikin.',
'PACKAGE_CREATED_OK' => 'Paket %s udah berhasil dibikin.',
'SSL_GENERATED_OK' => 'Sertifikat udah berhasil dihasilkan.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Perubahan udah disimpan.',
'Confirmation' => 'Konfirmasi',
'DELETE_USER_CONFIRMATION' => 'Yakin pengguna %s mau dihapus nih?',
diff --git a/web/inc/i18n/nl.php b/web/inc/i18n/nl.php
index c50ed9f4..87b7d121 100644
--- a/web/inc/i18n/nl.php
+++ b/web/inc/i18n/nl.php
@@ -83,6 +83,8 @@ $LANG['nl'] = array(
'generate' => 'genereer',
'Generate CSR' => 'Genereer CSR',
'reread IP' => 'ververs IP',
+ 'enable autoupdate' => 'autoupdate activeren',
+ 'disable autoupdate' => 'autoupdate deactiveren',
'Adding User' => 'Gebruiker Toevoegen',
'Editing User' => 'Gebruiker Aanpassen',
@@ -365,6 +367,8 @@ $LANG['nl'] = array(
'IP_CREATED_OK' => 'IP-adres %s is succesvol aangemaakt.',
'PACKAGE_CREATED_OK' => 'Package %s is succesvol aangemaakt.',
'SSL_GENERATED_OK' => 'Certificaat is met succes aangemaakt.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
'Changes has been saved.' => 'Wijzigingen zijn opgeslagen.',
'Confirmation' => 'Bevestiging',
'DELETE_USER_CONFIRMATION' => 'Weet u zeker dat u gebruiker %s wilt verwijderen?',
diff --git a/web/inc/i18n/pt.php b/web/inc/i18n/pt.php
index 83c2646d..ae6d0a08 100644
--- a/web/inc/i18n/pt.php
+++ b/web/inc/i18n/pt.php
@@ -82,6 +82,8 @@ $LANG['pt'] = array(
'generate' => 'gerar',
'Generate CSR' => 'Gerar CSR',
'reread IP' => 'ler IP novamente',
+ 'enable autoupdate' => 'ativar autoupdate',
+ 'disable autoupdate' => 'desativar autoupdate',
'Adding User' => 'Adicionando Usuário',
'Editing User' => 'Editando Usuário',
@@ -364,6 +366,8 @@ $LANG['pt'] = array(
'IP_CREATED_OK' => 'Endereço IP %s criado com sucesso.',
'PACKAGE_CREATED_OK' => 'Pacote %s criado com sucesso.',
'SSL_GENERATED_OK' => 'SSL certificado criado sucesso.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate ativado com sucesso',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate desativado com sucesso',
'Changes has been saved.' => 'As alterações foram salvas.',
'Confirmation' => 'Confirmação',
'DELETE_USER_CONFIRMATION' => 'Tem certeza que deseja deletar o usuário %s?',
diff --git a/web/inc/i18n/ro.php b/web/inc/i18n/ro.php
index 75c460da..c659275b 100644
--- a/web/inc/i18n/ro.php
+++ b/web/inc/i18n/ro.php
@@ -84,6 +84,8 @@ $LANG['ro'] = array(
'generate' => 'generează',
'Generate CSR' => 'Genera cere CSR',
'reread IP' => 'recitește IP',
+ 'enable autoupdate' => 'activa autoupdate',
+ 'disable autoupdate' => 'deactiva autoupdate',
'Adding User' => 'Adăugare utilizator',
'Editing User' => 'Editare utilizator',
@@ -366,6 +368,8 @@ $LANG['ro'] = array(
'IP_CREATED_OK' => '"IP adresa %s a fost creată cu succes.',
'PACKAGE_CREATED_OK' => 'Pachet %s a fost creat cu succes.',
'SSL_GENERATED_OK' => 'SSL certificat a fost generat cu succes.',
+ 'Autoupdate has been successfully enabled' => 'Autoupdate a fost activat cu succes',
+ 'Autoupdate has been successfully disabled' => 'Autoupdate a fost deactivat cu success',
'Changes has been saved.' => 'Modificările au fost salvate.',
'Confirmation' => 'Confirmare',
'DELETE_USER_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',
diff --git a/web/inc/i18n/ru.php b/web/inc/i18n/ru.php
index 1b0764d5..89e877d3 100644
--- a/web/inc/i18n/ru.php
+++ b/web/inc/i18n/ru.php
@@ -84,6 +84,8 @@ $LANG['ru'] = array(
'generate' => 'сгенерировать',
'Generate CSR' => 'Cгенерировать CSR запрос',
'reread IP' => 'перечитать IP',
+ 'enable autoupdate' => 'включить автообновление',
+ 'disable autoupdate' => 'выключить автообновление',
'Adding User' => 'Добавление аккаунта',
'Editing User' => 'Редактирование аккаунта',
@@ -366,6 +368,8 @@ $LANG['ru'] = array(
'IP_CREATED_OK' => '"IP адрес %s успешно создан.',
'PACKAGE_CREATED_OK' => 'Пакет %s успешно создан.',
'SSL_GENERATED_OK' => 'SSL cертификат был успешно сгенерирован.',
+ 'Autoupdate has been successfully enabled' => 'Автообновление было успешно включено',
+ 'Autoupdate has been successfully disabled' => 'Автобновление было успешно выключено',
'Changes has been saved.' => 'Изменения сохранены.',
'Confirmation' => 'Подтверждение',
'DELETE_USER_CONFIRMATION' => 'Вы уверены, что хотите удалить пользователя %s?',
diff --git a/web/inc/i18n/ua.php b/web/inc/i18n/ua.php
index 24df5750..77afedd8 100644
--- a/web/inc/i18n/ua.php
+++ b/web/inc/i18n/ua.php
@@ -2,7 +2,6 @@
/**
* Vesta language file
* COLOBOCman (colobocman@gmail.com)
- * skid (skid@vestacp.com)
*/
$LANG['ua'] = array(
@@ -84,6 +83,8 @@ $LANG['ua'] = array(
'generate' => 'згенерувати',
'Generate CSR' => 'Згенерувати CSR запит',
'reread IP' => 'оновити IP',
+ 'enable autoupdate' => 'включити автооновлення',
+ 'disable autoupdate' => 'виключити автооновлення',
'Adding User' => 'Додавання акаунту',
'Editing User' => 'Редагування акаунту',
@@ -366,6 +367,8 @@ $LANG['ua'] = array(
'IP_CREATED_OK' => '"IP адреса %s успішно створена.',
'PACKAGE_CREATED_OK' => 'Пакет %s успішно створений.',
'SSL_GENERATED_OK' => 'SSL cертификат успішно створено.',
+ 'Autoupdate has been successfully enabled' => 'Aвтооновлення було успішно включено',
+ 'Autoupdate has been successfully disabled' => 'Aвтооновлення було успішно виключено',
'Changes has been saved.' => 'Зміни збережені.',
'Confirmation' => 'Підтвердження',
'DELETE_USER_CONFIRMATION' => 'Ви впевнені, що хочете видалити користувача %s?',