diff --git a/application/controllers/Settings.php b/application/controllers/Settings.php deleted file mode 100644 index 6b27c1308..000000000 --- a/application/controllers/Settings.php +++ /dev/null @@ -1,19 +0,0 @@ -load->view('interface_assets/header', $data); - $this->load->view('settings/index'); - $this->load->view('interface_assets/footer'); - } -} \ No newline at end of file diff --git a/application/views/awards/counties/index.php b/application/views/awards/counties/index.php index 05c61a981..08714c6b5 100644 --- a/application/views/awards/counties/index.php +++ b/application/views/awards/counties/index.php @@ -5,7 +5,7 @@ diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index 84b07e6bb..69ef546d5 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -18,7 +18,7 @@ var lang_award_info_ln1 = "= __("CQ Magazine WAZ Award"); ?>"; var lang_award_info_ln2 = "= __("The CQ Magazine is located in the US and one of the most popular amateur radio magazines in the world. The magazine first appeared in January 1945 and focuses on awards and the practical aspects of amateur radio."); ?>"; var lang_award_info_ln3 = "= __("The WAZ Award stands for 'Worked All Zones' and requires radio contacts to all 40 CQ Zones along with the corresponding confirmation."); ?>"; - var lang_award_info_ln4 = "CQ Magazine"); ?>"; + var lang_award_info_ln4 = "= sprintf(_pgettext("uses 'CQ Magazine'", "You can find all the information and rules on the Website of the %s."), "CQ Magazine"); ?>";
".__("Download Report").""); ?>
+= sprintf(__("Upload the Exported ADIF file from LoTW from the %s Area, to mark QSOs as confirmed on LoTW."), "".__("Download Report").""); ?>
= __("Important"); ?> = __("Log files must have the file type .adi"); ?>
diff --git a/application/views/options/dxcluster.php b/application/views/options/dxcluster.php index 61c4f5689..81bcbd4e9 100644 --- a/application/views/options/dxcluster.php +++ b/application/views/options/dxcluster.php @@ -36,9 +36,9 @@".__("DXClusterAPI").""); ?>
+= sprintf(__("The Provider of the DXCluster-Cache. You can set up your own Cache with %s or use a public one"), "".__("DXClusterAPI").""); ?>
- + = sprintf(__("URL of the DXCluster-Cache. e.g. %s"), "https://dxc.jo30.de/dxcache" ); ?>| Date | -Time | -'.__("Callsign").' | +' . __("Date") . ' | +' . __("Time") . ' | +' . __("Callsign") . ' | ' . __("Mode") . ' | ' . __("Band") . ' | ' . __("Gridsquare") . ' | -CQ Zone | -DXCC CQ Zone | -DXCC | +' . __("CQ Zone") . ' | +' . __("DXCC CQ Zone") . ' | +' . __("DXCC") . ' | ' . __("Station") . ' |
|---|
| '.__("Callsign").' | -Date / time | +' . __("Callsign") . ' | +' . __("Date/Time") . ' | ' . __("Mode") . ' | ' . __("Band") . ' | -Last LoTW upload | +' . __("Last LoTW upload") . ' | ' . __("Station") . ' |
|---|
| Callsign | += __("Callsign"); ?> | |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | += __("Name"); ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| City | += __("City"); ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DXCC | += __("DXCC"); ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Gridsquare | += __("Gridsquare"); ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LoTW User | += __("LoTW User"); ?> | ' . __("Yes") . ' ' . __("last upload") . ' '.sprintf(_ngettext("%d day ago", "%d days ago",intval($lotw_lastupload)), intval($lotw_lastupload)); } else { - echo "No"; + echo "" . __("No") . ""; } ?> | diff --git a/application/views/search/result_search.php b/application/views/search/result_search.php index 2351cc346..012e2a451 100644 --- a/application/views/search/result_search.php +++ b/application/views/search/result_search.php @@ -1,25 +1,25 @@
| Date | -Time | -Call | -Mode | -Sent | -Recv'd | -Band | -Country | += __("Date"); ?> | += __("Time"); ?> | += __("Call"); ?> | += __("Mode"); ?> | += __("Sent"); ?> | += __("Rcvd"); ?> | += __("Band"); ?> | += __("Country"); ?> | config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> -QSL | += __("QSL"); ?> | session->userdata('user_eqsl_name') != "") { ?> -eQSL | += __("eQSL"); ?> | session->userdata('user_lotw_name') != "") { ?> - | LoTW | += __("LoTW"); ?> | diff --git a/application/views/search/search_result_ajax.php b/application/views/search/search_result_ajax.php index bc88225e2..16b76b5c7 100644 --- a/application/views/search/search_result_ajax.php +++ b/application/views/search/search_result_ajax.php @@ -244,7 +244,7 @@ $ci =& get_instance(); echo " (".__("Direct").")"; break; case "M": - echo " (Manager)"; + echo " (".__("Manager").")"; break; case "E": echo " (".__("Electronic").")"; diff --git a/application/views/search/stored_queries.php b/application/views/search/stored_queries.php index 5f1e94948..f1b6054b0 100644 --- a/application/views/search/stored_queries.php +++ b/application/views/search/stored_queries.php @@ -5,8 +5,8 @@ $i = 1; | ||||||||||||||
| # | -Description | -Query | += __("Description"); ?> | += __("Query"); ?> | ' . $i++ . ' | '; echo '' . $q->description . ' | '; echo '' . $q->query . ' | '; - echo 'Edit>'; - echo ' | Delete | '; + echo '' . __("Edit") . '>'; + echo ' | ' . __("Delete") . ' | '; echo ''; } ?> diff --git a/application/views/settings/index.php b/application/views/settings/index.php deleted file mode 100644 index 1227fd4d4..000000000 --- a/application/views/settings/index.php +++ /dev/null @@ -1,28 +0,0 @@ -
|---|
No Options yet
\ No newline at end of file += __("No Options yet"); ?>
\ No newline at end of file diff --git a/application/views/simplefle/syntax_help.php b/application/views/simplefle/syntax_help.php index 7c798661b..cff9d2e93 100644 --- a/application/views/simplefle/syntax_help.php +++ b/application/views/simplefle/syntax_help.php @@ -25,5 +25,5 @@ day ++ df3et -this article"); ?>
+= sprintf(_pgettext("uses 'this article'", "A full summary of all commands and the necessary syntax can be found in %s of our Wiki."), "this article"); ?>
diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index f51578534..0bc7e553d 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -31,7 +31,7 @@| Options | += __("Options"); ?> | = __("Show"); ?> |
|---|---|---|
| CQ Zone overlay | += _pgettext("Map Options", "CQ Zone overlay"); ?> | option_value ?? "true") == "true") { echo 'checked'; } ?>> |
| Gridsquare overlay | += _pgettext("Map Options", "Gridsquare overlay"); ?> | option_value ?? "true") == "true") { echo 'checked'; } ?>> |
| Night shadow overlay | += _pgettext("Map Options", "Night shadow overlay"); ?> | option_value ?? "true") == "true") { echo 'checked'; } ?>> |
| Path lines | += _pgettext("Map Options", "Path lines"); ?> | option_value ?? "true") == "true") { echo 'checked'; } ?>> |
| # QSOs shown | += __("# QSOs shown"); ?> | |
| Band | += __("Band"); ?> |
= __("Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station."); ?>
@@ -127,7 +127,7 @@ $quickswitch_enabled = ($this->user_options_model->get_options('header_menu', array('option_name'=>'locations_quickswitch'))->row()->option_value ?? 'false'); if ($quickswitch_enabled == 'true') { ?> -This is a work in-progress
+= __("This is a work in-progress"); ?>
| Start | += __("Start"); ?> | |
| End | += __("End"); ?> |
Finished your selection? time to search!
+= __("Finished your selection? time to search!"); ?>
Results go here
+= __("Results go here"); ?>
This is a work in-progress
+= __("This is a work in-progress"); ?>
| Start | += __("Start"); ?> | |
| End | += __("End"); ?> |
Finished your selection? time to search!
+= __("Finished your selection? time to search!"); ?>
| Date | -Time | -Call | -Mode | -Sent | -Recv'd | -Band | -Country | += __("Date"); ?> | += __("Time"); ?> | += __("Call"); ?> | += __("Mode"); ?> | += __("Sent"); ?> | += __("Rcvd"); ?> | += __("Band"); ?> | += __("Country"); ?> |