= __("Here you can see all QSOs which have not been previously uploaded to a QRZ logbook."); ?>
= __("You need to set a QRZ Logbook API key in your station profile. Only station profiles with an API Key set are displayed."); ?>
config->item('disable_manual_qrz'))) { echo 'Warning This might take a while as QSO uploads are processed sequentially.
'; } ?> result()) { echo '| ' . __("Profile name") . ' | ' . __("Station callsign") . ' | ' . __("Edited QSOs not uploaded") . ' | ' . __("Total QSOs not uploaded") . ' | ' . __("Total QSOs uploaded") . ' | ' . __("Actions") . ' | |
| ' . $station->station_profile_name . ' | '; echo '' . $station->station_callsign . ' | '; echo '' . $station->modcount . ' | '; echo '' . $station->notcount . ' | '; echo '' . $station->totcount . ' | '; if (!($this->config->item('disable_manual_qrz'))) { echo ''; } else { echo ' | '; } echo ' |