Registrations: List view updates, bulk unregister, provision, reboot.
This commit is contained in:
@@ -361,6 +361,26 @@ $text['header-registrations']['ru-ru'] = "Регистрация";
|
||||
$text['header-registrations']['sv-se'] = "Registreringar";
|
||||
$text['header-registrations']['uk-ua'] = "Реєстрації";
|
||||
|
||||
$text['description-registrations']['en-us'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['ar-eg'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['de-at'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['de-ch'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['de-de'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['es-cl'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['es-mx'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['fr-ca'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['fr-fr'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['he-il'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['it-it'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['nl-nl'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['pl-pl'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['pt-br'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['pt-pt'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['ro-ro'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['ru-ru'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['sv-se'] = "Manage current extensions registered to the system.";
|
||||
$text['description-registrations']['uk-ua'] = "Manage current extensions registered to the system.";
|
||||
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['ar-eg'] = "";
|
||||
$text['error-event-socket']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen."; //copied from de-de
|
||||
@@ -441,4 +461,164 @@ $text['button-provision']['ru-ru'] = "Обеспечение";
|
||||
$text['button-provision']['sv-se'] = "Provisionera";
|
||||
$text['button-provision']['uk-ua'] = "Provision ";
|
||||
|
||||
?>
|
||||
$text['button-all_profiles']['en-us'] = "All Profiles";
|
||||
$text['button-all_profiles']['ar-eg'] = "All Profiles";
|
||||
$text['button-all_profiles']['de-at'] = "All Profiles";
|
||||
$text['button-all_profiles']['de-ch'] = "All Profiles";
|
||||
$text['button-all_profiles']['de-de'] = "All Profiles";
|
||||
$text['button-all_profiles']['es-cl'] = "All Profiles";
|
||||
$text['button-all_profiles']['es-mx'] = "All Profiles";
|
||||
$text['button-all_profiles']['fr-ca'] = "All Profiles";
|
||||
$text['button-all_profiles']['fr-fr'] = "All Profiles";
|
||||
$text['button-all_profiles']['he-il'] = "All Profiles";
|
||||
$text['button-all_profiles']['it-it'] = "All Profiles";
|
||||
$text['button-all_profiles']['nl-nl'] = "All Profiles";
|
||||
$text['button-all_profiles']['pl-pl'] = "All Profiles";
|
||||
$text['button-all_profiles']['pt-br'] = "All Profiles";
|
||||
$text['button-all_profiles']['pt-pt'] = "All Profiles";
|
||||
$text['button-all_profiles']['ro-ro'] = "All Profiles";
|
||||
$text['button-all_profiles']['ru-ru'] = "All Profiles";
|
||||
$text['button-all_profiles']['sv-se'] = "All Profiles";
|
||||
$text['button-all_profiles']['uk-ua'] = "All Profiles";
|
||||
|
||||
$text['button-single_profile']['en-us'] = "Single Profile";
|
||||
$text['button-single_profile']['ar-eg'] = "Single Profile";
|
||||
$text['button-single_profile']['de-at'] = "Single Profile";
|
||||
$text['button-single_profile']['de-ch'] = "Single Profile";
|
||||
$text['button-single_profile']['de-de'] = "Single Profile";
|
||||
$text['button-single_profile']['es-cl'] = "Single Profile";
|
||||
$text['button-single_profile']['es-mx'] = "Single Profile";
|
||||
$text['button-single_profile']['fr-ca'] = "Single Profile";
|
||||
$text['button-single_profile']['fr-fr'] = "Single Profile";
|
||||
$text['button-single_profile']['he-il'] = "Single Profile";
|
||||
$text['button-single_profile']['it-it'] = "Single Profile";
|
||||
$text['button-single_profile']['nl-nl'] = "Single Profile";
|
||||
$text['button-single_profile']['pl-pl'] = "Single Profile";
|
||||
$text['button-single_profile']['pt-br'] = "Single Profile";
|
||||
$text['button-single_profile']['pt-pt'] = "Single Profile";
|
||||
$text['button-single_profile']['ro-ro'] = "Single Profile";
|
||||
$text['button-single_profile']['ru-ru'] = "Single Profile";
|
||||
$text['button-single_profile']['sv-se'] = "Single Profile";
|
||||
$text['button-single_profile']['uk-ua'] = "Single Profile";
|
||||
|
||||
$text['message-registrations_unregistered']['en-us'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['ar-eg'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['de-at'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['de-ch'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['de-de'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['es-cl'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['es-mx'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['fr-ca'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['fr-fr'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['he-il'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['it-it'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['nl-nl'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['pl-pl'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['pt-br'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['pt-pt'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['ro-ro'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['ru-ru'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['sv-se'] = "Registrations Unregistered";
|
||||
$text['message-registrations_unregistered']['uk-ua'] = "Registrations Unregistered";
|
||||
|
||||
$text['message-registrations_provisioned']['en-us'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['ar-eg'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['de-at'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['de-ch'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['de-de'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['es-cl'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['es-mx'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['fr-ca'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['fr-fr'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['he-il'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['it-it'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['nl-nl'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['pl-pl'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['pt-br'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['pt-pt'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['ro-ro'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['ru-ru'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['sv-se'] = "Registrations Provisioned";
|
||||
$text['message-registrations_provisioned']['uk-ua'] = "Registrations Provisioned";
|
||||
|
||||
$text['message-registrations_rebooted']['en-us'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['ar-eg'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['de-at'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['de-ch'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['de-de'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['es-cl'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['es-mx'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['fr-ca'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['fr-fr'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['he-il'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['it-it'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['nl-nl'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['pl-pl'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['pt-br'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['pt-pt'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['ro-ro'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['ru-ru'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['sv-se'] = "Registrations Rebooted";
|
||||
$text['message-registrations_rebooted']['uk-ua'] = "Registrations Rebooted";
|
||||
|
||||
$text['confirm-unregister']['en-us'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['ar-eg'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['de-at'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['de-ch'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['de-de'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['es-cl'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['es-mx'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['fr-ca'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['fr-fr'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['he-il'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['it-it'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['nl-nl'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['pl-pl'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['pt-br'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['pt-pt'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['ro-ro'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['ru-ru'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['sv-se'] = "Do you really want to UNREGISTER these?";
|
||||
$text['confirm-unregister']['uk-ua'] = "Do you really want to UNREGISTER these?";
|
||||
|
||||
$text['confirm-provision']['en-us'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['ar-eg'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['de-at'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['de-ch'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['de-de'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['es-cl'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['es-mx'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['fr-ca'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['fr-fr'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['he-il'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['it-it'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['nl-nl'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['pl-pl'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['pt-br'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['pt-pt'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['ro-ro'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['ru-ru'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['sv-se'] = "Do you really want to PROVISION these?";
|
||||
$text['confirm-provision']['uk-ua'] = "Do you really want to PROVISION these?";
|
||||
|
||||
$text['confirm-reboot']['en-us'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['ar-eg'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['de-at'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['de-ch'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['de-de'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['es-cl'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['es-mx'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['fr-ca'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['fr-fr'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['he-il'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['it-it'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['nl-nl'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['pl-pl'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['pt-br'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['pt-pt'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['ro-ro'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['ru-ru'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['sv-se'] = "Do you really want to REBOOT these?";
|
||||
$text['confirm-reboot']['uk-ua'] = "Do you really want to REBOOT these?";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user