Cloudlog/application/language/english/awards_lang.php

39 行
3 KiB
PHP

2023-10-20 18:29:58 +08:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
2023-10-20 21:43:22 +08:00
$lang['awards_info_button'] = "Award Info";
$lang['awards_info_title'] = "Informationen about this award";
2023-10-20 18:29:58 +08:00
/*
___________________________________________________________________________________________
2023-10-20 21:43:22 +08:00
US Gridmaster -- Use all 4 Lines of Text
2023-10-20 18:29:58 +08:00
___________________________________________________________________________________________
*/
2023-10-20 21:43:22 +08:00
$lang['awards_gridmaster_description_ln1'] = "US Gridmaster Award";
$lang['awards_gridmaster_description_ln2'] = "The GridMaster Award is the most prestigious AMSAT award. It was first introduced in 2014 by the Star Comm Group and is available to all amateur radio operators worldwide who manage to work all 488 grid squares in the USA via satellite and can provide QSL confirmations for each.";
$lang['awards_gridmaster_description_ln3'] = "Official Information from the <a href='https://www.amsat.org/gridmaster/' target='_blank'>Website</a>: Two-way communication must be established via amateur satellite with each grid. There is no minimum signal report required. Contacts must be made from the same location, or from locations no two of which are more than 200 kilometers apart. The applicant’s attestation in the award application serves as affirmation of abidance to the distance rule. Individuals may apply for and be granted multiple GridMaster awards, when achieved from another location, which is in a different 200-kilometer circle.";
$lang['awards_gridmaster_description_ln4'] = "This map shows only QSO worked on SAT";
2023-10-20 18:29:58 +08:00
2023-10-20 21:43:22 +08:00
/*
___________________________________________________________________________________________
VUCC -- Use all 4 Lines of Text
___________________________________________________________________________________________
*/
2023-10-20 18:29:58 +08:00
2023-10-20 21:43:22 +08:00
$lang['awards_vucc_description_ln1'] = "VHF/UHF Century Club Award";
$lang['awards_vucc_description_ln2'] = "The VHF/UHF Century Club Award will be given for a minimum number of worked and confirmed gridsquares on a desired band.";
$lang['awards_vucc_description_ln3'] = "Offical Information and the Rules you can find in this document: <a href='https://www.amsat.org/gridmaster/' target='_blank'>Click me!</a>";
$lang['awards_vucc_description_ln4'] = "Only VHF/UHF Bands are relevant.";
2023-10-20 21:57:10 +08:00
/*
___________________________________________________________________________________________
FFMA -- Use all 4 Lines of Text
___________________________________________________________________________________________
*/
$lang['awards_ffma_description_ln1'] = "Fred Fish Memorial Award";
$lang['awards_ffma_description_ln2'] = "The Fred Fish Memorial Award was created in honor of Fred Fish, W5FF (SK), who is the first amateur to have worked and confirmed all 488 Maidenhead grid squares in the 48 contiguous United States on 6 Meters. ";
$lang['awards_ffma_description_ln3'] = "The award will be given to any amateur who can duplicate W5FF's accomplishment.";
$lang['awards_ffma_description_ln4'] = "More Information you can find here: <a href='https://www.arrl.org/ffma' target='_blank'>https://www.arrl.org/ffma</a>";