Due to a rate limit of approximately 10 seconds per eQSL picture download calling this function will take a long time to complete! Thus you may have to call this function several times depending on the amount of outstanding cards. This may run into a script timeout depending on the PHP configuration.
+ = __("Due to a rate limit of approximately 10 seconds per eQSL picture download calling this function will take a long time to complete! Thus you may have to call this function several times depending on the amount of outstanding cards. This may run into a script timeout depending on the PHP configuration."); ?>
' . __("There are no QSOs whose eQSL card images have not yet been downloaded. Go log some more QSOs!") . '
';
}
?>
diff --git a/application/views/eqsl/export.php b/application/views/eqsl/export.php
index f664ddfce..ca1f410f0 100644
--- a/application/views/eqsl/export.php
+++ b/application/views/eqsl/export.php
@@ -3,21 +3,21 @@
@@ -29,13 +29,13 @@
if (isset($eqsl_table))
{
?>
-
Below is a table of QSOs that have not yet been sent to eQSL.
+
= __("Below is a table of QSOs that have not yet been sent to eQSL."); ?>
-
Info Please make sure the "eQSL QTH Nickname" field is set in your station profile and that the value matches the QTH Nickname you set within eQSL.
+
= __("Info"); ?> = __("Please make sure the 'eQSL QTH Nickname' field is set in your station profile and that the value matches the QTH Nickname you set within eQSL."); ?>
Clicking \"Upload QSOs\" will send QSO information to eQSL.cc.";
+ echo '
' . __("Clicking 'Upload QSOs' will send QSO information to eQSL.cc.") . '
';
echo form_open('eqsl/export');
echo "
";
echo "
";
@@ -44,12 +44,12 @@
{
if (isset($eqsl_results_table))
{
- echo "
The following QSOs were sent to eQSL.
";
+ echo '
' . __("The following QSOs were sent to eQSL.") . '
';
echo $eqsl_results_table;
}
else
{
- echo "
There are no QSOs that need to be sent to eQSL at this time. Go log some more QSOs!
";
+ echo '
' . __("There are no QSOs that need to be sent to eQSL at this time. Go log some more QSOs!") . '
';
}
}
?>
diff --git a/application/views/eqsl/import.php b/application/views/eqsl/import.php
index 836b5592f..78325a8ed 100644
--- a/application/views/eqsl/import.php
+++ b/application/views/eqsl/import.php
@@ -2,21 +2,21 @@
@@ -28,27 +28,27 @@
config->item('disable_manual_eqsl'))) { ?>