339 lines
18 KiB
C
339 lines
18 KiB
C
/* -*- coding: binary; -*- */
|
||
/*
|
||
* Copyright (C) 2019-2025 Roger Clark, VK3KYY / G4KYF
|
||
*
|
||
*
|
||
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
|
||
* are met:
|
||
*
|
||
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||
*
|
||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
|
||
* in the documentation and/or other materials provided with the distribution.
|
||
*
|
||
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived
|
||
* from this software without specific prior written permission.
|
||
*
|
||
* 4. Use of this source code or binary releases for commercial purposes is strictly forbidden. This includes, without limitation,
|
||
* incorporation in a commercial product or incorporation into a product or project which allows commercial use.
|
||
*
|
||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
*
|
||
*/
|
||
/*
|
||
* Translators: OK2HAD, OK2MOP
|
||
*
|
||
*
|
||
* Rev: 4.3
|
||
*/
|
||
#ifndef USER_INTERFACE_LANGUAGES_CZECH_H_
|
||
#define USER_INTERFACE_LANGUAGES_CZECH_H_
|
||
/********************************************************************
|
||
*
|
||
* VERY IMPORTANT.
|
||
* This file should not be saved with UTF-8 encoding
|
||
* Use Notepad++ on Windows with ANSI encoding
|
||
* or emacs on Linux with windows-1252-unix encoding
|
||
*
|
||
********************************************************************/
|
||
#if defined(PLATFORM_GD77) || defined(PLATFORM_GD77S) || defined(PLATFORM_DM1801) || defined(PLATFORM_DM1801A) || defined(PLATFORM_RD5R)
|
||
__attribute__((section(".upper_text")))
|
||
#endif
|
||
const stringsTable_t czechLanguage =
|
||
{
|
||
.magicNumber = { LANGUAGE_TAG_MAGIC_NUMBER, LANGUAGE_TAG_VERSION },
|
||
.LANGUAGE_NAME = "e<EFBFBD>tina", // MaxLen: 16
|
||
.menu = "Menu", // MaxLen: 16
|
||
.credits = "P<EFBFBD>isp<EFBFBD>vatel<EFBFBD>", // MaxLen: 16
|
||
.zone = "Z<EFBFBD>na", // MaxLen: 16
|
||
.rssi = "S<EFBFBD>la sign<67>lu", // MaxLen: 16
|
||
.battery = "Baterie", // MaxLen: 16
|
||
.contacts = "Kontakty", // MaxLen: 16
|
||
.last_heard = "Posledn<EFBFBD> vol.", // MaxLen: 16
|
||
.firmware_info = "Info o Firmware", // MaxLen: 16
|
||
.options = "Nastaven<EFBFBD>", // MaxLen: 16
|
||
.display_options = "Nastaven<EFBFBD> disp.", // MaxLen: 16
|
||
.sound_options = "Nastaven<EFBFBD> zvuku", // MaxLen: 16
|
||
.channel_details = "Detail kan<61>lu", // MaxLen: 16
|
||
.language = "Jazyk", // MaxLen: 16
|
||
.new_contact = "Nov<EFBFBD> kontakt", // MaxLen: 16
|
||
.dmr_contacts = "DMR kontakt", // MaxLen: 16
|
||
.contact_details = "Detail kontaktu", // MaxLen: 16
|
||
.hotspot_mode = "Hotspot", // MaxLen: 16
|
||
.built = "Sestaven<EFBFBD>", // MaxLen: 16
|
||
.zones = "Z<EFBFBD>ny", // MaxLen: 16
|
||
.keypad = "Kl<EFBFBD>vesy", // MaxLen: 12 (with .ptt)
|
||
.ptt = "PTT", // MaxLen: 12 (with .keypad)
|
||
.locked = "Uzam<EFBFBD>eny", // MaxLen: 15
|
||
.press_sk2_plus_star = "Stla<EFBFBD> SK2 + *", // MaxLen: 16
|
||
.to_unlock = "Odemknout", // MaxLen: 16
|
||
.unlocked = "Odemknuto", // MaxLen: 15
|
||
.power_off = "Vyp<EFBFBD>nan<EFBFBD>...", // MaxLen: 16
|
||
.error = "CHYBA", // MaxLen: 8
|
||
.rx_only = "Jenom RX", // MaxLen: 16
|
||
.out_of_band = "MIMO P<>SMO", // MaxLen: 16
|
||
.timeout = ". Limit", // MaxLen: 8
|
||
.tg_entry = "Zadat skupinu", // MaxLen: 15
|
||
.pc_entry = "Zadat soukr.", // MaxLen: 15
|
||
.user_dmr_id = "U<EFBFBD>iv. DMR ID", // MaxLen: 15
|
||
.contact = "Kontakty", // MaxLen: 15
|
||
.accept_call = "P<EFBFBD>ijmout hovor?", // MaxLen: 16
|
||
.private_call = "Soukrom<EFBFBD> hovor", /* was "Seznam kontakt<6B>" */ // MaxLen: 16
|
||
.squelch = "Squelch", // MaxLen: 8
|
||
.quick_menu = "Rychl<EFBFBD> menu", // MaxLen: 16
|
||
.filter = "Filtr", // MaxLen: 7 (with ':' + settings: "None", "CC", "CC,TS", "CC,TS,TG")
|
||
.all_channels = "V<EFBFBD>echny Kan<61>ly", // MaxLen: 16
|
||
.gotoChannel = "Na kan<61>l", // MaxLen: 11 (" 1024")
|
||
.scan = "Sken", // MaxLen: 16
|
||
.channelToVfo = "Kan<EFBFBD>l-->VFO", // MaxLen: 16
|
||
.vfoToChannel = "VFO-->Kan<61>l", // MaxLen: 16
|
||
.vfoToNewChannel = "VFO-->Nov<6F> k.", // MaxLen: 16
|
||
.group = "Skupina/TG", // MaxLen: 16 (with .type)
|
||
.private = "Soukrom<EFBFBD>", // MaxLen: 16 (with .type)
|
||
.all = "V<EFBFBD>echno", // MaxLen: 16 (with .type)
|
||
.type = "Typ", // MaxLen: 16 (with .type)
|
||
.timeSlot = "Timeslot", // MaxLen: 16 (plus ':' and .none, '1' or '2')
|
||
.none = "Nen<EFBFBD>", // MaxLen: 16 (with .timeSlot, "Rx CTCSS:" and ""Tx CTCSS:")
|
||
.contact_saved = "Kontakt ulo<6C>en", // MaxLen: 16
|
||
.duplicate = "Duplicitn<EFBFBD>", /*"Duplik<69>t", */ // MaxLen: 16
|
||
.tg = "TG", // MaxLen: 8
|
||
.pc = "PC", // MaxLen: 8
|
||
.ts = "TS", // MaxLen: 8
|
||
.mode = "M<EFBFBD>d", // MaxLen: 12
|
||
.colour_code = "Bar. k<>d/CC",/* less common: "Barevn<76> k<>d"*/ // MaxLen: 16 (with ':' * .n_a)
|
||
.n_a = "N/A", // MaxLen: 16 (with ':' * .colour_code)
|
||
.bandwidth = "<EFBFBD>. P<>sma", // MaxLen: 16 (with ':' + .n_a, "25kHz" or "12.5kHz")
|
||
.stepFreq = "Krok", // MaxLen: 7 (with ':' + xx.xxkHz fitted)
|
||
.tot = "TOT", // MaxLen: 16 (with ':' + .off or 15..3825)
|
||
.off = "Vyp", // MaxLen: 16 (with ':' + .timeout_beep, .band_limits)
|
||
.zone_skip = "P<EFBFBD>esko<EFBFBD>VZ<EFBFBD>n<EFBFBD>", // MaxLen: 16 (with ':' + .yes or .no)
|
||
.all_skip = "V<EFBFBD>dy p<>esko<6B>", // MaxLen: 16 (with ':' + .yes or .no)
|
||
.yes = "Ano", // MaxLen: 16 (with ':' + .zone_skip, .all_skip)
|
||
.no = "Ne", // MaxLen: 16 (with ':' + .zone_skip, .all_skip)
|
||
.tg_list = "Seznam TG", // MaxLen: 16 (with ':' and codeplug group name)
|
||
.on = "Zap", // MaxLen: 16 (with ':' + .band_limits)
|
||
.timeout_beep = "P<EFBFBD>p<EFBFBD>n<EFBFBD>DoL", // MaxLen: 16 (with ':' + .n_a or 5..20 + 's')
|
||
.list_full = "Seznam je pln<6C>",
|
||
.dmr_cc_scan = "CC Sken", // MaxLen: 12 (with ':' + settings: .on or .off)
|
||
.band_limits = "Omezit p<>smo", // MaxLen: 16 (with ':' + .on or .off)
|
||
.beep_volume = "Hl. kl<6B>ves", // MaxLen: 16 (with ':' + -24..6 + 'dB')
|
||
.dmr_mic_gain = "Zisk m. DMR", // MaxLen: 16 (with ':' + -33..12 + 'dB')
|
||
.fm_mic_gain = "Zisk m. FM", // MaxLen: 16 (with ':' + 0..31)
|
||
.key_long = "Dr<EFBFBD>et Kl.", // MaxLen: 11 (with ':' + x.xs fitted)
|
||
.key_repeat = "Opakuj Kl.", // MaxLen: 11 (with ':' + x.xs fitted)
|
||
.dmr_filter_timeout = "as filtru", // MaxLen: 16 (with ':' + 1..90 + 's')
|
||
.brightness = "Jas", // MaxLen: 16 (with ':' + 0..100 + '%')
|
||
.brightness_off = "Min. jas", // MaxLen: 16 (with ':' + 0..100 + '%')
|
||
.contrast = "Kontrast", // MaxLen: 16 (with ':' + 12..30)
|
||
.screen_invert = "Invertuj", // MaxLen: 16
|
||
.screen_normal = "Norm<EFBFBD>ln<EFBFBD>", // MaxLen: 16
|
||
.backlight_timeout = "Podsv<EFBFBD>cen<EFBFBD>", // MaxLen: 16 (with ':' + .no to 30s)
|
||
.scan_delay = "Pauza sken", // MaxLen: 16 (with ':' + 1..30 + 's')
|
||
.yes___in_uppercase = "ANO", // MaxLen: 8 (choice above green/red buttons)
|
||
.no___in_uppercase = "NE", // MaxLen: 8 (choice above green/red buttons)
|
||
.DISMISS = "ODM<EFBFBD>TNI", // MaxLen: 8 (choice above green/red buttons)
|
||
.scan_mode = "SkenM<EFBFBD>d", // MaxLen: 16 (with ':' + .hold or .pause)
|
||
.hold = "Podr<EFBFBD>", // MaxLen: 16 (with ':' + .scan_mode)
|
||
.pause = "Pauza", // MaxLen: 16 (with ':' + .scan_mode)
|
||
.list_empty = "Pr<EFBFBD>zdn<EFBFBD> seznam", // MaxLen: 16
|
||
.delete_contact_qm = "Smazat kontakt?", // MaxLen: 16
|
||
.contact_deleted = "Kontakt smaz<61>n", // MaxLen: 16
|
||
.contact_used = "Pou<EFBFBD><EFBFBD>t kontakt", // MaxLen: 16
|
||
.in_tg_list = "v seznamu TG", // MaxLen: 16
|
||
.select_tx = "Vybrat TX", // MaxLen: 16
|
||
.edit_contact = "Upravit kontakt", // MaxLen: 16
|
||
.delete_contact = "Smazat Kontakt", // MaxLen: 16
|
||
.group_call = "Skupinov<EFBFBD> hovor", // MaxLen: 16
|
||
.all_call = "V<EFBFBD>ichni", // MaxLen: 16
|
||
.tone_scan = "CTCSS Sken",// MaxLen: 16
|
||
.low_battery = "SLAB<EFBFBD> BATERIE!",//// MaxLen: 16
|
||
.Auto = "Auto", // MaxLen 16 (with .mode + ':')
|
||
.manual = "Manualn<EFBFBD>", // MaxLen 16 (with .mode + ':')
|
||
.ptt_toggle = "Z<EFBFBD>mek PTT", // MaxLen 16 (with ':' + .on or .off)
|
||
.private_call_handling = "Povol soukr.", // MaxLen 16 (with ':' + .on ot .off)
|
||
.stop = "Ukon<EFBFBD>i", // Maxlen 16 (with ':' + .scan_mode)
|
||
.one_line = "1 <20><>dek", // MaxLen 16 (with ':' + .contact)
|
||
.two_lines = "2 <20><>dky", // MaxLen 16 (with ':' + .contact)
|
||
.new_channel = "Nov<EFBFBD> Kan<61>l", // MaxLen: 16, leave room for a space and four channel digits after
|
||
.priority_order = "Po<EFBFBD>ad<EFBFBD>", // MaxLen 16 (with ':' + 'Cc/DB/TA')
|
||
.dmr_beep = "DMR p<>p.", // MaxLen 16 (with ':' + .star/.stop/.both/.none)
|
||
.start = "Za<EFBFBD><EFBFBD>tek", // MaxLen 16 (with ':' + .dmr_beep)
|
||
.both = "Za<EFBFBD>./K.", // MaxLen 16 (with ':' + .dmr_beep)
|
||
.vox_threshold = "VOX Pr<50>h", // MaxLen 16 (with ':' + .off or 1..30)
|
||
.vox_tail = "VOX Dozvuk", // MaxLen 16 (with ':' + .n_a or '0.0s')
|
||
.audio_prompt = "Zvuky",// Maxlen 16 (with ':' + .silent, .beep or .voice_prompt_level_1)
|
||
.silent = "Tich<EFBFBD>", // Maxlen 16 (with ':' + audio_prompt)
|
||
.rx_beep = "RX p<>p.", // MaxLen 16 (with ':' + .carrier/.talker/.both/.none)
|
||
.beep = "P<EFBFBD>p<EFBFBD>n<EFBFBD>", // Maxlen 16 (with ':' + audio_prompt)
|
||
.voice_prompt_level_1 = "Hlas", // Maxlen 16 (with ':' + audio_prompt, satellite "mode")
|
||
.transmitTalkerAliasTS1 = "TA TX TS1", // Maxlen 16 (with ':' + .off .text APRS .both)
|
||
.squelch_VHF = "VHF Squelch",// Maxlen 16 (with ':' + XX%)
|
||
.squelch_220 = "220 Squelch",// Maxlen 16 (with ':' + XX%)
|
||
.squelch_UHF = "UHF Squelch", // Maxlen 16 (with ':' + XX%)
|
||
.display_screen_invert = "Obraz" , // Maxlen 16 (with ':' + .screen_normal or .screen_invert)
|
||
.openGD77 = "OpenGD77",// Do not translate
|
||
.talkaround = "Talkaround", // Maxlen 16 (with ':' + .on , .off or .n_a)
|
||
.APRS = "APRS", // Maxlen 16 (with ':' + .transmitTalkerAliasTS1 or transmitTalkerAliasTS2)
|
||
.no_keys = "Bez Kl<4B>v.", // Maxlen 16 (with ':' + audio_prompt)
|
||
.gitCommit = "Git commit",
|
||
.voice_prompt_level_2 = "Hlas <20>2", // Maxlen 16 (with ':' + audio_prompt)
|
||
.voice_prompt_level_3 = "Hlas <20>3", // Maxlen 16 (with ':' + audio_prompt)
|
||
.dmr_filter = "DMR Filtr",// MaxLen: 12 (with ':' + settings: "TG" or "Ct" or "TGL")
|
||
.talker = "Talker",
|
||
.dmr_ts_filter = "TS Filtr", // MaxLen: 12 (with ':' + settings: .on or .off)
|
||
.dtmf_contact_list = "FM DTMF kontakt", // Maxlen: 16
|
||
.channel_power = "V<EFBFBD>konKan<EFBFBD>l", //Displayed as "Ch Power:" + .from_master or "Ch Power:"+ power text e.g. "Power:500mW" . Max total length 16
|
||
.from_master = "Ru<EFBFBD>n<EFBFBD>",// Displayed if per-channel power is not enabled the .channel_power
|
||
.set_quickkey = "Nastav zkratku", // MaxLen: 16
|
||
.dual_watch = "Dual Watch", // MaxLen: 16
|
||
.info = "Info", // MaxLen: 16 (with ':' + .off or.ts or .pwr or .both)
|
||
.pwr = "V<EFBFBD>kon",
|
||
.user_power = "U<EFBFBD>.V<>kon",
|
||
.temperature = "Teplota", // MaxLen: 16 (with ':' + .celcius or .fahrenheit)
|
||
.celcius = "<EFBFBD>C",
|
||
.seconds = "sekund",
|
||
.radio_info = "Informace o TRX",
|
||
.temperature_calibration = "K. teploty",
|
||
.pin_code = "K<EFBFBD>d PIN",
|
||
.please_confirm = "Pros<EFBFBD>m potvr<76>", // MaxLen: 15
|
||
.vfo_freq_bind_mode = "Prov<EFBFBD>zat f.",
|
||
.overwrite_qm = "P<EFBFBD>epsat?", //Maxlen: 14 chars
|
||
.eco_level = "Eko <20>rove<76>",
|
||
.buttons = "Tla<EFBFBD><EFBFBD>tka",
|
||
.leds = "LEDky",
|
||
.scan_dwell_time = "ekat p<>i sk.",
|
||
.battery_calibration = "K. baterie",
|
||
.low = "N<EFBFBD>zk<EFBFBD>",
|
||
.high = "Vysok<EFBFBD>",
|
||
.dmr_id = "DMR ID",
|
||
.scan_on_boot = "Sken po zap.",
|
||
.dtmf_entry = "Zad<EFBFBD>n<EFBFBD> DTMF",
|
||
.name = "N<EFBFBD>zev",
|
||
.carrier = "Nosn<EFBFBD>",
|
||
.zone_empty = "Nic v Z<>n<EFBFBD>", // Maxlen: 12 chars.
|
||
.time = "as",
|
||
.uptime = "Od zapnut<75>",
|
||
.hours = "Hodin",
|
||
.minutes = "Minut",
|
||
.satellite = "Dru<EFBFBD>ice",
|
||
.alarm_time = "as Alarmu",
|
||
.location = "Poloha",
|
||
.date = "Datum",
|
||
.timeZone = "as. z<>na",
|
||
.suspend = "Uspat",
|
||
.pass = "Pr<EFBFBD>chod", // For satellite screen
|
||
.elevation = "El",
|
||
.azimuth = "Az",
|
||
.inHHMMSS = "v",
|
||
.predicting = "P<EFBFBD>edpov<EFBFBD>d<EFBFBD>m",
|
||
.maximum = "Max",
|
||
.satellite_short = "Sat",
|
||
.use_location_short = "Location", // MaxLen: 16 (with ':' + .yes or .no)
|
||
.UTC = "UTC",
|
||
.symbols = "SJVZ", // symbols: N,S,E,W
|
||
.not_set = "NENASTAVENO",
|
||
.general_options = "Obecn<EFBFBD> nastav.",
|
||
.radio_options = "Nastaven<EFBFBD> TRX",
|
||
.auto_night = "No<EFBFBD>n<EFBFBD> autom.", // MaxLen: 16 (with .on or .off)
|
||
.dmr_rx_agc = "DMR RX AGC",
|
||
.speaker_click_suppress = "Potla<EFBFBD>Cvak<EFBFBD>n<EFBFBD>",
|
||
.gps = "GPS",
|
||
.end_only = "Jen konec",
|
||
.dmr_crc = "DMR crc",
|
||
.eco = "Eko",
|
||
.safe_power_on = "Bezpe<EFBFBD>n<EFBFBD>Zap", // MaxLen: 16 (with ':' + .on or .off)
|
||
.auto_power_off = "APO", // MaxLen: 16 (with ':' + __._h or .no)
|
||
.apo_with_rf = "APO p<>i RF", // MaxLen: 16 (with ':' + .yes or .no or .n_a)
|
||
.brightness_night = "No<EFBFBD>n<EFBFBD> jas", // MaxLen: 16 (with ':' + 0..100 + %)
|
||
.freq_set_VHF = "Korekce VHF",
|
||
.gps_acquiring = "Z<EFBFBD>sk<EFBFBD>v<EFBFBD>m",
|
||
.altitude = "n.v.",
|
||
.calibration = "Kalibrace r<>dia",
|
||
.freq_set_UHF = "Korekce UHF",
|
||
.cal_frequency = "KalFrek.",
|
||
.cal_pwr = "KalV<EFBFBD>kon",
|
||
.pwr_set = "Korekce v<>k.",
|
||
.factory_reset = "Tov<EFBFBD>rn<EFBFBD> kal.",
|
||
.rx_tune = "Lad<EFBFBD>n<EFBFBD> RX",
|
||
.transmitTalkerAliasTS2 = "TA TX TS2", // Maxlen 16 (with ':' + .ta_text, 'APRS' , .both or .off)
|
||
.ta_text = "Text",
|
||
.daytime_theme_day = "Denn<EFBFBD> vzhled", // MaxLen: 16
|
||
.daytime_theme_night = "No<EFBFBD>n<EFBFBD> vzhled", // MaxLen: 16
|
||
.theme_chooser = "V<EFBFBD>b<EFBFBD>r vzhledu", // Maxlen: 16
|
||
.theme_options = "Volby vzhledu",
|
||
.theme_fg_default = "V<EFBFBD>choz<EFBFBD> text", // MaxLen: 16 (+ colour rect)
|
||
.theme_bg = "Pozad<EFBFBD>", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_decoration = "Dekorace", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_text_input = "Vstup textu", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_splashscreen = "Pop<EFBFBD>ed<EFBFBD> <20>v. o.", // MaxLen: 16 (+ colour rect)
|
||
.theme_bg_splashscreen = "Pozad<EFBFBD> <20>v. o.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_notification = "Text. notif.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_warning_notification = "Upozorn<EFBFBD>n<EFBFBD>", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_error_notification = "Chybov<EFBFBD> notif.", // MaxLen: 16 (+ colour rect)
|
||
.theme_bg_notification = "Pozad<EFBFBD> notif.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_menu_name = "N<EFBFBD>zev menu", // MaxLen: 16 (+ colour rect)
|
||
.theme_bg_menu_name = "Pozad<EFBFBD> n<>zvu m", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_menu_item = "Polo<EFBFBD>ka menu", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_menu_item_selected = "Zv<EFBFBD>razn<EFBFBD>n<EFBFBD> p.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_options_value = "Hodnota volby", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_header_text = "Text z<>hlav<61>", // MaxLen: 16 (+ colour rect)
|
||
.theme_bg_header_text = "Pozad<EFBFBD> z<>hl.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_rssi_bar = "RSSI p<>s", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_rssi_bar_s9p = "RSSI p<>s S9+", // Maxlen: 16 (+colour rect)
|
||
.theme_fg_channel_name = "N<EFBFBD>zev kan<61>lu", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_channel_contact = "Kontakt", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_channel_contact_info = "Info o kontaktu", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_zone_name = "N<EFBFBD>zev z<>ny", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_rx_freq = "Frekvence RX", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_tx_freq = "Frekvence TX", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_css_sql_values = "Hodnoty CSS/SQL", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_tx_counter = "Odpo<EFBFBD>et lim. TX", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_polar_drawing = "Pol<EFBFBD>rn<EFBFBD> graf", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_satellite_colour = "Te<EFBFBD>ka Sat.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_gps_number = "<EFBFBD>slo GPS s.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_gps_colour = "Te<EFBFBD>ka GPS s.", // MaxLen: 16 (+ colour rect)
|
||
.theme_fg_bd_colour = "Te<EFBFBD>ka BeiDou s.", // MaxLen: 16 (+ colour rect)
|
||
.theme_colour_picker_red = "erven<EFBFBD> (R)", // MaxLen 16 (with ':' + 3 digits value)
|
||
.theme_colour_picker_green = "Zelen<EFBFBD> (G)", // MaxLen 16 (with ':' + 3 digits value)
|
||
.theme_colour_picker_blue = "Modr<EFBFBD> (B)", // MaxLen 16 (with ':' + 3 digits value)
|
||
.volume = "Hlasit.", // MaxLen: 8
|
||
.roaming = "Roaming", // MaxLen 16 (with ':' + .on or .off)
|
||
.show_distance = "Uka<EFBFBD> vzd<7A>l.", // MaxLen 16 (with ':' + .on or .off)
|
||
.aprs_options = "Nastaven<EFBFBD> APRS", // MaxLen 16
|
||
.aprs_smart = "Chytr<EFBFBD>", // MaxLen 16 (with ':' + .mode)
|
||
.aprs_channel = "Kan<EFBFBD>l", // MaxLen 16 (with ':' + .location)
|
||
.aprs_decay = "Sn<EFBFBD><EFBFBD>en<EFBFBD> fr.", // MaxLen 16 (with ':' + .on or .off)
|
||
.aprs_compress = "Komprimuj z.", // MaxLen 16 (with ':' + .on or .off)
|
||
.aprs_interval = "Interval", // MaxLen 16 (with ':' + 0.2..60 + 'min')
|
||
.aprs_message_interval = "Interval zpr.", // MaxLen 16 (with ':' + 3..30)
|
||
.aprs_slow_rate = "N<EFBFBD>zk<EFBFBD> fr.", // MaxLen 16 (with ':' + 1..100 + 'min')
|
||
.aprs_fast_rate = "Vysok<EFBFBD> f.", // MaxLen 16 (with ':' + 10..180 + 's')
|
||
.aprs_low_speed = "N<EFBFBD>zk<EFBFBD> r.", // MaxLen 16 (with ':' + 2..30 + 'km/h')
|
||
.aprs_high_speed = "Vysok<EFBFBD> r.", // MaxLen 16 (with ':' + 2..90 + 'km/h')
|
||
.aprs_turn_angle = "<EFBFBD>hel zat.", // MaxLen 16 (with ':' + 5..90 + '<degree>')
|
||
.aprs_turn_slope = "Sklon zat", // MaxLen 16 (with ':' + 1..255 + '<degree>/v')
|
||
.aprs_turn_time = "Doba zat.", // MaxLen 16 (with ':' + 5..180 + 's')
|
||
.auto_lock = "Auto z<>mek", // MaxLen 16 (with ':' + .off or 0.5..15 (.5 step) + 'min')
|
||
.trackball = "Trackball", // MaxLen 16 (with ':' + .on or .off)
|
||
.dmr_force_dmo = "Vynutit DMO", // MaxLen 16 (with ':' + .n_a or .on or .off)
|
||
.tx_inhibit = "TX Inhibit", // MaxLen 16 (with ':' + .on or .off)
|
||
.latitude_short = "Lat", // MaxLen: 16 (with ':' + latitude value)
|
||
.longitude_short = "Lon", // MaxLen: 16 (with ':' + longitude value)
|
||
.text_size = "Text size",//MaxLen: 16 (with ':' + 1 digit)
|
||
.last_talker = "Last talker", // MaxLen: 16 (with ':' + .off or 2 digits value + 's')
|
||
.mute = "Mute", // MaxLen: 16 (with ':' + .on or .off)
|
||
};
|
||
/********************************************************************
|
||
*
|
||
* VERY IMPORTANT.
|
||
* This file should not be saved with UTF-8 encoding
|
||
* Use Notepad++ on Windows with ANSI encoding
|
||
* or emacs on Linux with windows-1252-unix encoding
|
||
*
|
||
********************************************************************/
|
||
#endif /* USER_INTERFACE_LANGUAGES_CZECH_H */
|