Skip to content

Commit d50fa97

Browse files
committed
autoupdates i18n
1 parent 44d907f commit d50fa97

File tree

12 files changed

+48
-3
lines changed

12 files changed

+48
-3
lines changed

web/inc/i18n/bs.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
'generate' => 'generiši',
8383
'Generate CSR' => 'Generiši CSR',
8484
'reread IP' => 'obnovi IP',
85+
'enable autoupdate' => 'uključuju autoupdate',
86+
'disable autoupdate' => 'onemogućiti autoupdate',
8587

8688
'Adding User' => 'Dodavanje korisnika',
8789
'Editing User' => 'Izmjena korisnika',
@@ -364,6 +366,8 @@
364366
'IP_CREATED_OK' => 'IP adrese <a href="/edit/ip/?ip=%s"><b>%s</b></a> su uspješno napravljene.',
365367
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> je uspješno napravljen.',
366368
'SSL_GENERATED_OK' => 'Certifikat je uspješno generisan.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
367371
'Changes has been saved.' => 'Postavke su uspješno sačuvane.',
368372
'Confirmation' => 'Potvrda',
369373
'DELETE_USER_CONFIRMATION' => 'Da li ste sigurni da želite obrisati %s?',

web/inc/i18n/cn.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
'generate' => '生成',
8383
'Generate CSR' => '生成CSR',
8484
'reread IP' => '重新读取IP',
85+
'enable autoupdate' => '启用自动更新',
86+
'disable autoupdate' => '禁用自动更新',
8587

8688
'Adding User' => '添加用户',
8789
'Editing User' => '修改用过',
@@ -364,6 +366,8 @@
364366
'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> 已创建成功.',
365367
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> 已创建成功.',
366368
'SSL_GENERATED_OK' => '证书已成功生成.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
367371
'Changes has been saved.' => '更改已保存.',
368372
'Confirmation' => 'Confirmation',
369373
'DELETE_USER_CONFIRMATION' => '您确定删除用户 %s?',

web/inc/i18n/cz.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
'generate' => 'generovat',
8484
'Generate CSR' => 'Generovat CSR',
8585
'reread IP' => 'číst IP',
86+
'enable autoupdate' => 'aktivovat autoupdate',
87+
'disable autoupdate' => 'deaktivovat autoupdate',
8688

8789
'Adding User' => 'Přidání uživatele',
8890
'Editing User' => 'Editace uživatele',
@@ -365,6 +367,8 @@
365367
'IP_CREATED_OK' => 'IP adresa <a href="/edit/ip/?ip=%s"><b>%s</b></a> byla úspěšně vytvořena.',
366368
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> byl úspěšně vytvořen.',
367369
'SSL_GENERATED_OK' => 'SSL certifikát byl úspěšně vygenerován.',
370+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
371+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
368372
'Changes has been saved.' => 'Změny byly uloženy.',
369373
'Confirmation' => 'Potvrzení',
370374
'DELETE_USER_CONFIRMATION' => 'Opravdu chcete odstranit uživatele %s?',

web/inc/i18n/de.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
'generate' => 'Generieren',
8383
'Generate CSR' => 'CSR generieren',
8484
'reread IP' => 'IP aktualisieren',
85+
'enable autoupdate' => 'autoupdate aktivieren',
86+
'disable autoupdate' => 'autoupdate deaktivieren',
8587

8688
'Adding User' => 'Benutzer anlegen',
8789
'Editing User' => 'Benutzer bearbeiten',
@@ -364,6 +366,8 @@
364366
'IP_CREATED_OK' => 'IP Adresse <a href="/edit/ip/?ip=%s"><b>%s</b></a> wurde erfolgreich hinzugefügt.',
365367
'PACKAGE_CREATED_OK' => 'Packet <a href="/edit/package/?package=%s"><b>%s</b></a> wurde erfolgreich angelegt.',
366368
'SSL_GENERATED_OK' => 'SSL zertifikat wurde erfolgreich angelegt.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
367371
'Changes has been saved.' => 'Änderungen wurden gespeichert.',
368372
'Confirmation' => 'Bestätigung',
369373
'DELETE_USER_CONFIRMATION' => '%s wirklich löschen?',

web/inc/i18n/en.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
/**
33
* Vesta language file
4-
* ZonD80 (zond80@gmail.com)
54
* skid (skid@vestacp.com)
65
*/
76

@@ -83,6 +82,8 @@
8382
'generate' => 'generate',
8483
'Generate CSR' => 'Generate CSR',
8584
'reread IP' => 'reread IP',
85+
'enable autoupdate' => 'enable autoupdate',
86+
'disable autoupdate' => 'disable autoupdate',
8687

8788
'Adding User' => 'Adding User',
8889
'Editing User' => 'Editing User',
@@ -365,6 +366,8 @@
365366
'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
366367
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> has been created successfully.',
367368
'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
368371
'Changes has been saved.' => 'Changes has been saved.',
369372
'Confirmation' => 'Confirmation',
370373
'DELETE_USER_CONFIRMATION' => 'Are you sure to delete user %s?',

web/inc/i18n/es.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
'generate' => 'generar',
8383
'Generate CSR' => 'Generar CSR',
8484
'reread IP' => 'releer IP',
85+
'enable autoupdate' => 'activar autoupdate',
86+
'disable autoupdate' => 'desactivar autoupdate',
8587

8688
'Adding User' => 'Añadiendo Usuario',
8789
'Editing User' => 'Editando Usuario',
@@ -364,6 +366,8 @@
364366
'IP_CREATED_OK' => 'Dirección IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> ha sido creada correctamente.',
365367
'PACKAGE_CREATED_OK' => 'Plan <a href="/edit/package/?package=%s"><b>%s</b></a> ha sido creado correctamente.',
366368
'SSL_GENERATED_OK' => 'SSL certificado ha sido creado correctamente.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
367371
'Changes has been saved.' => 'Los cambios han sido guardados.',
368372
'Confirmation' => 'Confirmación',
369373
'DELETE_USER_CONFIRMATION' => '¿Está seguro que desea eliminar el usuario %s?',

web/inc/i18n/id.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
/**
33
* Vesta language file
4-
* skid (skid@vestacp.com)
54
* azuya ( disketsa@gmail.com || hitamputih82@yahoo.com )
65
*
76
* NOTES : This translation doesn't use a standard language....
@@ -86,6 +85,8 @@
8685
'generate' => 'hasilkan',
8786
'Generate CSR' => 'Hasilkan CSR',
8887
'reread IP' => 'baca ulang IP',
88+
'enable autoupdate' => 'mengaktifkan autoupdate',
89+
'disable autoupdate' => 'menonaktifkan autoupdate',
8990

9091
'Adding User' => 'Menambah User',
9192
'Editing User' => 'Menyunting User',
@@ -368,6 +369,8 @@
368369
'IP_CREATED_OK' => 'Alamat IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> udah berhasil dibikin.',
369370
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> udah berhasil dibikin.',
370371
'SSL_GENERATED_OK' => 'Sertifikat udah berhasil dihasilkan.',
372+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
373+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
371374
'Changes has been saved.' => 'Perubahan udah disimpan.',
372375
'Confirmation' => 'Konfirmasi',
373376
'DELETE_USER_CONFIRMATION' => 'Yakin pengguna %s mau dihapus nih?',

web/inc/i18n/nl.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
'generate' => 'genereer',
8484
'Generate CSR' => 'Genereer CSR',
8585
'reread IP' => 'ververs IP',
86+
'enable autoupdate' => 'autoupdate activeren',
87+
'disable autoupdate' => 'autoupdate deactiveren',
8688

8789
'Adding User' => 'Gebruiker Toevoegen',
8890
'Editing User' => 'Gebruiker Aanpassen',
@@ -365,6 +367,8 @@
365367
'IP_CREATED_OK' => 'IP-adres <a href="/edit/ip/?ip=%s"><b>%s</b></a> is succesvol aangemaakt.',
366368
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> is succesvol aangemaakt.',
367369
'SSL_GENERATED_OK' => 'Certificaat is met succes aangemaakt.',
370+
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
371+
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
368372
'Changes has been saved.' => 'Wijzigingen zijn opgeslagen.',
369373
'Confirmation' => 'Bevestiging',
370374
'DELETE_USER_CONFIRMATION' => 'Weet u zeker dat u gebruiker %s wilt verwijderen?',

web/inc/i18n/pt.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
'generate' => 'gerar',
8383
'Generate CSR' => 'Gerar CSR',
8484
'reread IP' => 'ler IP novamente',
85+
'enable autoupdate' => 'ativar autoupdate',
86+
'disable autoupdate' => 'desativar autoupdate',
8587

8688
'Adding User' => 'Adicionando Usuário',
8789
'Editing User' => 'Editando Usuário',
@@ -364,6 +366,8 @@
364366
'IP_CREATED_OK' => 'Endereço IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> criado com sucesso.',
365367
'PACKAGE_CREATED_OK' => 'Pacote <a href="/edit/package/?package=%s"><b>%s</b></a> criado com sucesso.',
366368
'SSL_GENERATED_OK' => 'SSL certificado criado sucesso.',
369+
'Autoupdate has been successfully enabled' => 'Autoupdate ativado com sucesso',
370+
'Autoupdate has been successfully disabled' => 'Autoupdate desativado com sucesso',
367371
'Changes has been saved.' => 'As alterações foram salvas.',
368372
'Confirmation' => 'Confirmação',
369373
'DELETE_USER_CONFIRMATION' => 'Tem certeza que deseja deletar o usuário %s?',

web/inc/i18n/ro.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
'generate' => 'generează',
8585
'Generate CSR' => 'Genera cere CSR',
8686
'reread IP' => 'recitește IP',
87+
'enable autoupdate' => 'activa autoupdate',
88+
'disable autoupdate' => 'deactiva autoupdate',
8789

8890
'Adding User' => 'Adăugare utilizator',
8991
'Editing User' => 'Editare utilizator',
@@ -366,6 +368,8 @@
366368
'IP_CREATED_OK' => '"IP adresa <a href="/edit/ip/?ip=%s"><b>%s</b></a> a fost creată cu succes.',
367369
'PACKAGE_CREATED_OK' => 'Pachet <a href="/edit/package/?package=%s"><b>%s</b></a> a fost creat cu succes.',
368370
'SSL_GENERATED_OK' => 'SSL certificat a fost generat cu succes.',
371+
'Autoupdate has been successfully enabled' => 'Autoupdate a fost activat cu succes',
372+
'Autoupdate has been successfully disabled' => 'Autoupdate a fost deactivat cu success',
369373
'Changes has been saved.' => 'Modificările au fost salvate.',
370374
'Confirmation' => 'Confirmare',
371375
'DELETE_USER_CONFIRMATION' => 'Ești sigur că dorești să ștergi %s?',

0 commit comments

Comments
 (0)