From 273657ee83f8da14d8f37243628b380642c11c5f Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 15 Mar 2017 16:27:00 +0000 Subject: [PATCH 1/8] fixed issue with progress bar on cpu usage --- ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax.php b/ajax.php index e73228b..7f9e535 100644 --- a/ajax.php +++ b/ajax.php @@ -262,7 +262,7 @@ if ($_GET['section'] == "sysinfo") { echo "progress-bar-warning"; if ($cpuusage >= 60) echo "progress-bar-danger"; -?>" role="progressbar" aria-valuenow="" aria-valuemin="0" aria-valuemax="100" style="width: %;">% +?>" role="progressbar" aria-valuenow="" aria-valuemin="0" aria-valuemax="100" style="width: %;">% Date: Wed, 15 Mar 2017 17:17:47 +0000 Subject: [PATCH 2/8] added git version to footer --- include/functions.php | 6 ++++++ version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 5ccfdd0..e1fac35 100644 --- a/include/functions.php +++ b/include/functions.php @@ -848,4 +848,10 @@ function decodeAlias($logLine) { $tok7 = encode(dechex(hexdec(substr($logLine, 58, 2))/2)); return $tok1.$tok2.$tok3.$tok4.$tok5.$tok6.$tok7; } + + +function getGitVersion(){ + exec("git rev-parse HEAD", $output); + return 'GitID #'.substr($output[0],0,7).''; +} ?> diff --git a/version.php b/version.php index 3a6fdc4..fc41b4a 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ From 93d2a4c8506a9cc167fe050d01b46bd9ce9336ea Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 15 Mar 2017 19:50:00 +0000 Subject: [PATCH 3/8] added Danish localization --- locale/da_DK/LC_MESSAGES/messages.po | 722 +++++++++++++++++++++++++++ locale/da_DK/settings.php | 6 + version.php | 2 +- 3 files changed, 729 insertions(+), 1 deletion(-) create mode 100644 locale/da_DK/LC_MESSAGES/messages.po create mode 100644 locale/da_DK/settings.php diff --git a/locale/da_DK/LC_MESSAGES/messages.po b/locale/da_DK/LC_MESSAGES/messages.po new file mode 100644 index 0000000..f69d3ec --- /dev/null +++ b/locale/da_DK/LC_MESSAGES/messages.po @@ -0,0 +1,722 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: dg9vh@darc.de\n" +"POT-Creation-Date: 2017-03-14 13:47+0000\n" +"PO-Revision-Date: 2017-03-15 19:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: include/sysinfo_ajax.php:3 +msgid "System Info" +msgstr "System Information" + +#: include/ysfgatewayinfo.php:5 +msgid "YSFGateway-Infos" +msgstr "YSFGateway-Information" + +#: include/ysfgatewayinfo.php:13 +msgid "YSFGateway Process is running" +msgstr "YSFGateway processen er startet" + +#: include/ysfgatewayinfo.php:16 +msgid "YSFGateway Process is down!" +msgstr "YSFGateway processen kører ikke" + +#: include/ysfgatewayinfo.php:25 +msgid "YSFReflectors reported active" +msgstr "YSFReflectors rapporterede aktiv" + +#: include/ysfgatewayinfo.php:37 +msgid "No." +msgstr "Nej" + +#: include/ysfgatewayinfo.php:38 include/localtx_ajax.php:19 +#: include/lh_ajax.php:19 include/txinfo.php:16 +msgid "Name" +msgstr "Navn" + +#: include/ysfgatewayinfo.php:39 +msgid "Description" +msgstr "Beskrivelse" + +#: include/ysfgatewayinfo.php:40 +msgid "ID" +msgstr "ID" + +#: include/ysfgatewayinfo.php:41 +msgid "Connections" +msgstr "Forbindelser" + +#: include/localtx_ajax.php:6 +msgid "Today's local transmissions" +msgstr "Dagens lokale udsendelse" + +#: include/localtx_ajax.php:13 include/lh_ajax.php:13 include/txinfo.php:10 +msgid "Time" +msgstr "Tid" + +#: include/localtx_ajax.php:14 include/lh_ajax.php:14 include/txinfo.php:11 +msgid "Mode" +msgstr "Mode" + +#: include/localtx_ajax.php:15 include/lh_ajax.php:15 include/txinfo.php:12 +msgid "Callsign" +msgstr "Kaldesignal" + +#: include/localtx_ajax.php:23 include/lh_ajax.php:23 include/txinfo.php:25 +msgid "DSTAR-ID" +msgstr "DSTAR-ID" + +#: include/localtx_ajax.php:24 include/lh_ajax.php:24 include/txinfo.php:26 +msgid "Target" +msgstr "Til" + +#: include/localtx_ajax.php:25 include/lh_ajax.php:25 include/txinfo.php:27 +msgid "Source" +msgstr "Fra" + +#: include/localtx_ajax.php:26 include/lh_ajax.php:26 +msgid "Dur (s)" +msgstr "TX (s)" + +#: include/localtx_ajax.php:27 include/lh_ajax.php:27 +msgid "Loss" +msgstr "Tab af data" + +#: include/localtx_ajax.php:28 include/lh_ajax.php:28 +msgid "BER" +msgstr "BER" + +#: include/localtx_ajax.php:30 +msgid "RSSI (min)" +msgstr "RSSI" + +#: include/localtx_ajax.php:31 +msgid "RSSI (max)" +msgstr "RSSI (max)" + +#: include/localtx_ajax.php:32 include/localtx_ajax.php:33 +msgid "RSSI (avg)" +msgstr "RSSI (avg)" + +#: include/repeaterinfo.php:3 +msgid "Repeater Info" +msgstr "Repeater Information" + +#: include/repeaterinfo.php:9 +msgid "Current Mode" +msgstr "Aktuel module" + +#: include/repeaterinfo.php:13 +msgid "D-Star linked to" +msgstr "D-Star forbundet med" + +#: include/repeaterinfo.php:18 +msgid "YSF linked to" +msgstr "YSF forbundet med" + +#: include/repeaterinfo.php:23 +msgid "DMR TS1 last linked to" +msgstr "DMR TS1 sidst forbundet med" + +#: include/repeaterinfo.php:24 +msgid "DMR TS2 last linked to" +msgstr "DMR TS2 sidst forbundet med" + +#: include/repeaterinfo.php:48 +msgid "Location" +msgstr "Sted/By" + +#: include/repeaterinfo.php:49 +msgid "TX-Freq." +msgstr "TX-Freq." + +#: include/repeaterinfo.php:50 +msgid "RX-Freq." +msgstr "RX-Freq." + +#: include/repeaterinfo.php:54 +msgid "YSFGateway" +msgstr "YSFGateway" + +#: include/repeaterinfo.php:59 +msgid "DMR CC" +msgstr "DMR CC" + +#: include/repeaterinfo.php:63 +msgid "DMR-Master" +msgstr "DMR-Master" + +#: include/repeaterinfo.php:64 +msgid "TS1" +msgstr "TS1" + +#: include/repeaterinfo.php:65 +msgid "TS2" +msgstr "TS2" + +#: include/repeaterinfo.php:97 include/repeaterinfo.php:104 +msgid "enabled" +msgstr "aktiveret" + +#: include/repeaterinfo.php:99 include/repeaterinfo.php:106 +msgid "disabled" +msgstr "deaktiveret" + +#: include/tools.php:73 +msgid "" +"You are using an old config.php. Please configure your Dashboard by calling " +"setup.php!" +msgstr "Du bruger en gammel config.php. Vær venlig at konfigurere dit Dashboard via denne link " +"setup.php!" + +#: include/tools.php:79 +msgid "" +"You forgot to remove setup.php in root-directory of your dashboard or you " +"forgot to configure it! Please delete the file or configure your Dashboard " +"by calling setup.php!" +msgstr "Du har glemt at slette setup.php i root-mappen af dit Dashboard eller du har glemt at konfigurere det! Vær så venlig at slette denne fil eller konfigurer dit Dashboard" +"via denne link setup.php!" + +#: include/modes.php:3 +msgid "Enabled Modes" +msgstr "Aktiverede moduler" + +#: include/lh_ajax.php:6 +msgid "Last Heard List of today's" +msgstr "Dagens liste af de sidste" + +#: include/lh_ajax.php:6 +msgid "callsigns." +msgstr "kaldesignaler" + +#: include/disk.php:3 +msgid "Disk Use" +msgstr "Anvendt plads" + +#: include/disk.php:10 +msgid "File System" +msgstr "Fil system" + +#: include/disk.php:11 +msgid "Mount Point" +msgstr "Mount Point" + +#: include/disk.php:12 +msgid "Use" +msgstr "Plads" + +#: include/disk.php:13 +msgid "Free" +msgstr "Ledig" + +#: include/disk.php:14 +msgid "Used" +msgstr "Brugt" + +#: include/disk.php:15 +msgid "Total" +msgstr "Total" + +#: include/txinfo.php:3 +msgid "Currently TXing" +msgstr "Aktuel udsendelse" + +#: include/txinfo.php:21 +msgid "Talker Alias" +msgstr "Talker Alias" + +#: include/txinfo.php:28 +msgid "TX-Time" +msgstr "TX-Tid" + +#: scripts/rebootmmdvm.php:50 scripts/halt.php:49 scripts/log.php:53 +#: scripts/reboot.php:50 index.php:59 +msgid "for" +msgstr "til" + +#: scripts/rebootmmdvm.php:52 scripts/halt.php:51 scripts/log.php:55 +#: scripts/reboot.php:52 index.php:61 +msgid "Repeater" +msgstr "Repeater" + +#: scripts/rebootmmdvm.php:54 scripts/halt.php:53 scripts/log.php:57 +#: scripts/reboot.php:54 index.php:63 +msgid "Hotspot" +msgstr "Hotspot" + +#: scripts/rebootmmdvm.php:58 scripts/reboot.php:58 +msgid "Home" +msgstr "Startside" + +#: scripts/rebootmmdvm.php:67 scripts/reboot.php:66 +msgid "Executing" +msgstr "Udfører" + +#: scripts/rebootmmdvm.php:67 +msgid "Reboot MMDVMHost service in progress" +msgstr "Genstarter MMDVMHost process" + +#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 +#: scripts/reboot.php:89 index.php:174 +msgid "get your own at:" +msgstr "få din egen hos" + +#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 +#: scripts/reboot.php:89 index.php:174 credits.php:13 credits.php:17 +msgid "Credits" +msgstr "Medvirkende" + +#: scripts/halt.php:66 +msgid "Halt in progress...bye" +msgstr "Systemet stoppes.....farvel" + +#: scripts/log.php:61 index.php:100 +msgid "View Log" +msgstr "Se logfilen" + +#: scripts/log.php:62 index.php:101 +msgid "Reboot MMDVMHost" +msgstr "Genstart MMDVMHost" + +#: scripts/log.php:63 index.php:102 +msgid "Reboot System" +msgstr "Genstart systemet" + +#: scripts/log.php:64 index.php:103 +msgid "ShutDown System" +msgstr "Sluk systemet" + +#: scripts/log.php:68 index.php:108 +msgid "DMRplus" +msgstr "DMRplus" + +#: scripts/log.php:69 index.php:109 +msgid "BrandMeister" +msgstr "BrandMeister" + +#: scripts/log.php:76 +msgid "Viewing log" +msgstr "Se logfilen" + +#: scripts/log.php:82 +msgid "Level" +msgstr "Niveau" + +#: scripts/log.php:83 +msgid "Timestamp" +msgstr "Tidsstempel" + +#: scripts/log.php:84 +msgid "Info" +msgstr "Information" + +#: scripts/reboot.php:66 +msgid "Reboot system in progress" +msgstr "Systemet bliver genstartet" + +#: ajax.php:214 +msgid "Power" +msgstr "Power" + +#: ajax.php:219 +msgid "CPU-Temperature" +msgstr "CPU-temperatur" + +#: ajax.php:224 +msgid "CPU-Frequency" +msgstr "CPU-frekvens" + +#: ajax.php:228 +msgid "System-Load" +msgstr "Systemlast" + +#: ajax.php:229 +msgid "CPU-Usage" +msgstr "CPU-forbrug" + +#: ajax.php:230 +msgid "Uptime" +msgstr "Driftstid" + +#: ajax.php:231 +msgid "Idle" +msgstr "Idle" + +#: ajax.php:237 +msgid "online" +msgstr "online" + +#: ajax.php:237 +msgid "on battery" +msgstr "på batterie" + +#: index.php:70 +msgid "DMR-Network: " +msgstr "DMR-Netværk" + +#: index.php:159 +msgid "Last Reload" +msgstr "Aktualiseret sidst" + +#: index.php:169 +msgid "stop refreshing" +msgstr "stopper aktualiseringen" + +#: index.php:171 +msgid "start refreshing" +msgstr "starter aktualiseringen" + +#: credits.php:20 +msgid "" +"I think, after all the time this dashboard is developed mainly by myself, it " +"is time to say \"Thank you\" to all those, wo delivered some ideas or code " +"into this project." +msgstr "Jeg tror efter all den tid jeg har tilbragt med at programmere dette Dashboard, er det nu på tide at sige TAK til alle dem som er kommet med ideer og egen code til dette projekt." + +#: credits.php:21 +msgid "This are explicit named following persons:" +msgstr "Dette gælder specielt følgende personer" + +#: credits.php:31 +msgid "and some others..." +msgstr "og nogle andre...." + +#: credits.php:33 +msgid "" +"Those, who felt forgotten, feel free to commit a change into github of this " +"file." +msgstr "Alle de som føler sig glemt er velkommen at skrive en commit i denne fil." + +#: credits.php:34 +msgid "Many thanks to you all!" +msgstr "Tusind tak til jer alle!" + +#: credits.php:35 +msgid "Best 73, Kim, DG9VH" +msgstr "73, Kim, DG9VH" + +#: setup.php:26 +msgid "" +"You forgot to give write-permissions to your webserver-user, see point 3 in " +"linux-step-by-step.md!" +msgstr "Du har glemt at give skrive rettigheder til din webserver-bruger, se venligst skridt 3 i" +"linux-step-by-step.md!" + +#: setup.php:41 setup.php:50 +msgid "Setup-Process" +msgstr "Setup-Process" + +#: setup.php:42 +msgid "" +"Your config-file is written in config/config.php, please remove setup.php " +"for security reasons!" +msgstr "Din config-file er blevet placeret i config/config.php, vær venlig at slette setup.php pga. sikkerheds skyld" + +#: setup.php:43 +msgid "Your dashboard is now available." +msgstr "Dit Dashboard er nu klar til brug" + +#: setup.php:51 +msgid "Please give necessary information below" +msgstr "Vær så venlig at fyld i nødvendig information" + +#: setup.php:56 +msgid "MMDVMHost-Configuration" +msgstr "MMDVMHost-Konfiguration" + +#: setup.php:58 +msgid "Path to MMDVMHost-logfile" +msgstr "Sti til MMDVMHost-logfil" + +#: setup.php:62 +msgid "Path to MMDVM.ini" +msgstr "Sti til MMDVM.ini" + +#: setup.php:66 +msgid "MMDVM.ini-filename" +msgstr "MMDVM.ini-filnavn" + +#: setup.php:70 +msgid "Path to MMDVMHost-executable" +msgstr "Sti til MMDVMHost-eksekverbare fil" + +#: setup.php:74 +msgid "Enable extended lookup (show names)" +msgstr "Aktiver udvidet opslag (vis navn)" + +#: setup.php:78 +msgid "Show Talker Alias" +msgstr "Vis Talker Alias" + +#: setup.php:82 +msgid "Path to DMR-ID-Database-File (including filename)" +msgstr "Sti til DMR-ID-Database-File (inklusive filename)" + +#: setup.php:87 +msgid "YSFGateway-Configuration" +msgstr "YSFGateway-Configuration" + +#: setup.php:89 +msgid "Enable YSFGateway" +msgstr "Aktiver YSFGateway" + +#: setup.php:93 +msgid "Path to YSFGateway-logfile" +msgstr "Sti til YSFGateway-logfil" + +#: setup.php:97 +msgid "Logfile-prefix" +msgstr "Logfil-prefix" + +#: setup.php:101 +msgid "Path to YSFGateway.ini" +msgstr "Sti til YSFGateway-ini" + +#: setup.php:105 +msgid "YSFGateway.ini-filename" +msgstr "YSFGateway.ini-filnavn" + +#: setup.php:109 +msgid "Path to YSFHosts.txt" +msgstr "Sti til YSFHosts.txt" + +#: setup.php:113 +msgid "YSFHosts.txt-filename" +msgstr "YSFHost.txt-filnavn" + +#: setup.php:118 +msgid "ircddbgateway-Configuration" +msgstr "ircddbgateway-Konfiguration" + +#: setup.php:120 +msgid "Path to Links.log" +msgstr "Sti til Links.log" + +#: setup.php:124 +msgid "Name of ircddbgateway-executeable" +msgstr "Navn fra ircddbgateway-executeable" + +#: setup.php:129 +msgid "Global Configuration" +msgstr "Globale konfiguration" + +#: setup.php:188 +msgid "Locale" +msgstr "Sprog" + +#: setup.php:192 +msgid "URL to Logo" +msgstr "URL til Logo (Billede)" + +#: setup.php:196 +msgid "URL to DMRplus-Logo" +msgstr "URL til DMRplus billede" + +#: setup.php:200 +msgid "URL to BrandMeister-Logo" +msgstr "URL til BrandMeister billede" + +#: setup.php:204 +msgid "Refresh page after in seconds" +msgstr "Aktualiser siden efter sekunder" + +#: setup.php:208 +msgid "Show System Info" +msgstr "Vis system information" + +#: setup.php:212 +msgid "Show Disk Use" +msgstr "Vis disk status" + +#: setup.php:216 +msgid "Show Repeater Info" +msgstr "Vis Repeater information" + +#: setup.php:220 +msgid "Show Enabled Modes" +msgstr "Vis aktiverede moduler" + +#: setup.php:224 +msgid "Show Last Heard List of today's" +msgstr "Vis dagens Last Heard udsendelse" + +#: setup.php:228 +msgid "Show Today's local transmissions" +msgstr "Vis dagens lokale udsendelse" + +#: setup.php:232 +msgid "Show progressbars" +msgstr "Vis progressbars" + +#: setup.php:236 +msgid "Enable CPU-temperature-warning" +msgstr "Aktiver CPU-temperatur-advarsel" + +#: setup.php:240 +msgid "Warning temperature" +msgstr "Advarsel temperatur" + +#: setup.php:244 +msgid "Enable Network-Switching-Function" +msgstr "Aktiver switching mellem netværk" + +#: setup.php:248 +msgid "Username for switching networks:" +msgstr "Brugernavn til netværk-switch" + +#: setup.php:252 +msgid "Password for switching networks:" +msgstr "Pasord til netværk-switch" + +#: setup.php:257 +msgid "Enable Management-Functions below" +msgstr "Aktiver Management-Functions" + +#: setup.php:261 +msgid "Username for view log:" +msgstr "Brugernavn for at kunne se loggen" + +#: setup.php:265 +msgid "Password for view log:" +msgstr "Pasord for at kunne se loggen" + +#: setup.php:269 +msgid "Username for halt:" +msgstr "Brugernavn til system stop" + +#: setup.php:273 +msgid "Password for halt:" +msgstr "Pasord til system stop" + +#: setup.php:277 +msgid "Username for reboot:" +msgstr "Brugernavn til system omstart" + +#: setup.php:281 +msgid "Password for reboot:" +msgstr "Pasord til system omstart" + +#: setup.php:285 +msgid "Username for restart:" +msgstr "Brugernavn til MMDVMHost omstart" + +#: setup.php:289 +msgid "Password for restart:" +msgstr "pasord till MMDVMHost omstart" + +#: setup.php:293 +msgid "Reboot MMDVMHost command:" +msgstr "Kommando til omstart af MMDVMHost" + +#: setup.php:297 +msgid "Reboot system command:" +msgstr "Kommando til omstart af systemet" + +#: setup.php:301 +msgid "Halt system command:" +msgstr "Kommando til at stoppe systemet" + +#: setup.php:305 +msgid "Show Powerstate (online or battery, wiringpi needed)" +msgstr "Strømforsyning (Fast eller batterie, wiringpi bruges)" + +#: setup.php:309 +msgid "GPIO pin to monitor:" +msgstr "GPIO pin for analyse" + +#: setup.php:313 +msgid "State that signalizes online-state:" +msgstr "Tilstand, som signalerer Online-status" + +#: setup.php:317 +msgid "Show link to QRZ.com on Callsigns" +msgstr "Vis link til QRZ.com på kaldesignal" + +#: setup.php:321 +msgid "RSSI value" +msgstr "RSSI værdier" + +#: setup.php:323 +msgid "minimal" +msgstr "minimal" + +#: setup.php:324 +msgid "maximal" +msgstr "maximal" + +#: setup.php:325 +msgid "average" +msgstr "gennemsnit" + +#: setup.php:331 +msgid "Save configuration" +msgstr "Gem konfigurationen" + +#: include/functions.php:13 include/functions.php:15 +msgid "compiled" +msgstr "kompileret" + +#: include/functions.php:161 +msgid "ircddbgateway is down!" +msgstr "ircddbgateway er inaktiv" + +#: include/functions.php:164 include/functions.php:175 +msgid "Remote gateway configured - not checked!" +msgstr "Remote gateway konfigureret - ikke kontrolleret" + +#: include/functions.php:172 +msgid "YSFGateway is down!" +msgstr "YSFGateway er inaktiv" + +#: include/functions.php:182 +msgid "MMDVMHost is down!" +msgstr "MMDVMHost er inaktiv" + +#: include/functions.php:550 +msgid "idle" +msgstr "idle" + +#: include/functions.php:623 +msgid "ircddbgateway not running!" +msgstr "ircddbgateway er ikke startet" + +#: include/functions.php:640 include/functions.php:656 +#: include/functions.php:741 +msgid "not linked" +msgstr "ikke forbundet" + +#: include/functions.php:692 +msgid "something went wrong!" +msgstr "noget gik galt" + +#: include/functions.php:706 include/functions.php:724 +msgid "Reflector not linked" +msgstr "Reflector ikke forbundet" + +#: include/functions.php:708 include/functions.php:719 +msgid "Reflector" +msgstr "Reflector" + +#: include/functions.php:719 +msgid "not cfmd" +msgstr "ikke bekræftet" + +#: include/functions.php:743 +msgid "YSFGateway not running" +msgstr "YSFGateway er ikke startet" + +#: include/functions.php:830 +msgid "DMRIDs.dat not correct!" +msgstr "DMRIDs.dat er ikke rigtigt" diff --git a/locale/da_DK/settings.php b/locale/da_DK/settings.php new file mode 100644 index 0000000..f5ab99e --- /dev/null +++ b/locale/da_DK/settings.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/version.php b/version.php index fc41b4a..56d5413 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ From 0575cbd098f4e0e18b2a510d02cb6e9dd3df23d7 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 15 Mar 2017 19:51:52 +0000 Subject: [PATCH 4/8] added .mo-file --- locale/da_DK/LC_MESSAGES/messages.mo | Bin 0 -> 11592 bytes locale/da_DK/LC_MESSAGES/messages.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 locale/da_DK/LC_MESSAGES/messages.mo diff --git a/locale/da_DK/LC_MESSAGES/messages.mo b/locale/da_DK/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..f20674e2143ee5552396b169f0ad51f1d60ddae8 GIT binary patch literal 11592 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 literal 0 HcmV?d00001 diff --git a/locale/da_DK/LC_MESSAGES/messages.po b/locale/da_DK/LC_MESSAGES/messages.po index f69d3ec..617359c 100644 --- a/locale/da_DK/LC_MESSAGES/messages.po +++ b/locale/da_DK/LC_MESSAGES/messages.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: LANGUAGE \n" "Language: Danish\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: include/sysinfo_ajax.php:3 From 722d4fcb95b9395b6c0895d1e4b4266396f6bbd2 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 15 Mar 2017 20:08:04 +0000 Subject: [PATCH 5/8] small bugfix --- locale/da_DK/LC_MESSAGES/messages.mo | Bin 11592 -> 11594 bytes locale/da_DK/LC_MESSAGES/messages.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/da_DK/LC_MESSAGES/messages.mo b/locale/da_DK/LC_MESSAGES/messages.mo index f20674e2143ee5552396b169f0ad51f1d60ddae8..32eec64324fd69aac129b67fe1782dd8d6fe5724 100644 GIT binary patch delta 1259 zcmXZcO-PhM9LMot-4}P=R;}&Dm(^!8OKqdtgTYz^Mu&`$J(Q-Ebq$P&vJV?`aJ zBtj?%iNHwMLvKi7mn}i+VkOa`i?(=?4naut{WSxR&u3`ke@Kd zylF6|7H2VnKd~H_u>$|#DhxOBgGuBvb=>N)1Jl@xt8v)%Z@T_7)O^zz!x;?WT%++# zlEya%*5WeOVZ^fqnlMU#A1c@(EZ|`bV3evsjH7~9V-2QIL3W`6ccBXAQS*@P|d()RG=HU9v|Wce1R(T2~}v$^?%?-`U_ZwF*@rofeO-$Dcprq5>Yp9e4({vInTG9d}Nm0>4JB^eyTLW>Guy8Odz? z5)GYUe3K2*iXQzARN`Z(Be;kPbQL)zb04?kE7Zg#RIp#T2Fsgm;d-p3--cR14n53c zJN3;u8k+ctdte%?=zm28D4yd4#^6GPaK3U~_ju8g2oIEvb_r>N(iJEu@P`VRF@ zd`FM^W`zb{m`SzRGue%L$xb*=qqcMi^{!k;t#AxIe2hAhBI+wzL>2mr3S7gg6fEmJ zfST_l`W}t*G=}jm-o~mnW9IP@4&umG8*B-+#fgj!kVYLv#`SZk;QKL(dDPDKqmFa{ zgLoDd>_WyI`M(vn7|?e=fe|b^KcZfqFQ|W1ix|h>7{=f>J6?f0f?8*`@IDqu26A3u Irr}EBAGZd3xc~qF delta 1256 zcmXZbOGs2v9LMp)I1gvKj%AjQDd$d>+GI3Ag%*L)qKCvRBEuBBY|g( zdEI18BTi!se_|yr;1c|URTxei6U7?jG7a2TVJBv=2W#-Mt8cpc32MAaOyCqoa3*a6 zQ%mC;9V>7FQyB5>1R0D|??MIZ#v&fX5XP7_j0sfGYHYw1D#%t;;Jv5`^QdtSp%&Da z3G5$F(y@$=OQ=9MunzBIJ-$Fq^bs}DjH`d(8tPfBz)Fgh=%Io%<7(WA+TkOvzKENt zhXNX!xa9nbTxOn|Ca!9>1GS(A?m`7Tj5$1oTG>6+){Z!zq5{7}t@IV@2&Pdx^9jjp zf-()AVPdTf(uzKHCn|9Pbp#hsfdb@|%w61sg)^DU^LT^PY$RKVk?cVz&z!Xea-Jw`qE+&O{T(Ko1f z;ye1xZ~oHY3p1%UdnVgaFWFJ&3DlPMqu!P4s1**Qj}K8tQbK)2bEt_HQGx4Nm4fA* zdr;#Y!@#F;j>Z+djf0rX@=4+YJdFbzY_NIM7JKbBKpJ%vSyy+Ug73yS=21J_i#pOi z4C5J8u=DMv=l@pRqC?;PD8{hl{D69SK4TK+(8J#t#n49EA4eTQy)##wN`z{Q@0+eB F{{dB|dMf|` diff --git a/locale/da_DK/LC_MESSAGES/messages.po b/locale/da_DK/LC_MESSAGES/messages.po index 617359c..d077c2d 100644 --- a/locale/da_DK/LC_MESSAGES/messages.po +++ b/locale/da_DK/LC_MESSAGES/messages.po @@ -364,7 +364,7 @@ msgstr "på batterie" #: index.php:70 msgid "DMR-Network: " -msgstr "DMR-Netværk" +msgstr "DMR-Netværk: " #: index.php:159 msgid "Last Reload" From 3eac9ae433c114e57a63597092e82ca42bcb0efc Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 15 Mar 2017 21:21:08 +0100 Subject: [PATCH 6/8] Small correction language es_ES --- locale/es_ES/LC_MESSAGES/messages.mo | Bin 11897 -> 11904 bytes locale/es_ES/LC_MESSAGES/messages.po | 1468 +++++++++++++------------- 2 files changed, 734 insertions(+), 734 deletions(-) diff --git a/locale/es_ES/LC_MESSAGES/messages.mo b/locale/es_ES/LC_MESSAGES/messages.mo index d271297e4fc33d6f80d906d2177d35114950d098..1b9a78a8f88757d57accefe44a21ff505117a9d2 100644 GIT binary patch delta 1483 zcmYk+TS!zv9LMq5R$aByymm3yW8O746Os~wD5+jDFzq2SSiF=VZpdaB#gT3l6ay$e;+4E)StZSOoR`wTJ3q`OM6jGxPudXU=}#+S53EJ=RVz z#_abSGZT+tI`(5K4q_bM#55dp9mhoaUr_J=z)XzEF~)~k7>{{43m3btz}fWIVlLL_ z7~3qR(d7;dU<&>FSch-0XT7mB0WhupzvQS8)dR z2l`R0XC`mHUaRT*@M2=3zc+-b&Oy4XA{+ zpaR=r(K3d-)ubL( z!)@;KFzQhI+~>EDCCo$Ayh)sczCvz=iaC!0=s`Iu)-_m#-KY(R(ZZ*w`Cm~BCQwk; zG69^A^_YYm7>D~%H9d%`$z{~WchHM3intYOj5DALyg_C30ackP^x-dDj=o|x!BrT8 zy{LI7Q30ICSR6rBZpfiA%6-OU^iX$=r{JIO2X%B6ZhtlMshQ2F+hupr(6x!6&V0z7@C38zPhtp@%lKx{ z#s?U`*qBCqhI+rUJX+#fR0Ud5m1)NW>~{MHP)BnDsi1B8Xy`BLbacQBpf1-SDuCN) z;X733-ayou7*9V9_5MQC{9@DwYf)#t!F8K!2tACi=f_olp13A8wsL88WrgFzZ?JQI$7xr7$zmT4Jpag*WXCg`M{W)1HKyU7f+Ewo#|UnJB98#5IK5+S~Rx3rdd0 bLD5{O7X=Y!!}wUq~#%6poap3B8k2~=0XoWeeSt)|M#AI&YgXAzcyU&O^75L zV-9$X8HKGl7EfX(Ucp4{#cb@izQa`F-y|^*g zM9gdk2kb;QDuGux9Y3Q!$Z}$dcrlB(5EF17PQ*nx9&1q>hpp|X3v{Cr>%jr+$2dIh zjTqx*(8gEF^aN_d^QaB)pbmOseTlmH5Nh2=R0aOvI84rqRW1i75tpLYRiV!Dqb{@= zl~_xJK>>rk7>5^Zdq{R`_Wfwfc(JXk4TKEw&a0FG_bjqRmJXGctI2W5x2VO)62T<$3AUT;o$QH&& znI~fv>YN5leU6*!95s{53Ns86?lQV(Hm4{K4B6LV+D?24VD+idVUPG zt__vISxmrN=;3_RYkwF*W%dL0NZe$l1Ts+vOhDRcJg6HlLftHYT++0n9^DPp`ax7n zpQ9@G7RTVQop-DL>g5;)>YWc2mm~i?Q-ykLLDVBUgz9;h{rw*15P!fB#?3J12sYy& z{>D1IKQs1yesQeA3sDtVUrhZ~ntCQua2qP#iHUd+-FOT~VVjN5pdMEzsv@`1!6DSm zN38CWSj*B--;YNn>_zQAzl4UX*Grj@Ypq+O4^mfWCX|*{&MAv}ayGkMfsR8SU&l3% zueks2wwB;_zta$E3hWN{N1GhKS-hg!saaFz{P$b*tEV$Qy|HoA7Jo}%mw%60SrR>+ zH#a`jsSbn#Ey2c6bM#yOPghD!Ft9xwa%$E^zZaCc+^ZUPgrfyTN8Q=~zIFUz{}z8^ T$ZLYl4Vvz#ou1wCzPR%*TR6fU diff --git a/locale/es_ES/LC_MESSAGES/messages.po b/locale/es_ES/LC_MESSAGES/messages.po index dc74f4e..2fca34c 100644 --- a/locale/es_ES/LC_MESSAGES/messages.po +++ b/locale/es_ES/LC_MESSAGES/messages.po @@ -1,734 +1,734 @@ -# Translation-Template -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: MMDVMHost Dashboard Spanish\n" -"Report-Msgid-Bugs-To: dg9vh@darc.de\n" -"POT-Creation-Date: 2017-03-14 13:47+0000\n" -"PO-Revision-Date: 2017-03-15 02:32+0100\n" -"Last-Translator: Pablo - EA4FVB \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language-Team: ea4fvb@gmail.com\n" -"X-Generator: Poedit 1.8.12\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: include/sysinfo_ajax.php:3 -msgid "System Info" -msgstr "Información de Sistema" - -#: include/ysfgatewayinfo.php:5 -msgid "YSFGateway-Infos" -msgstr "Información del YSFGateway" - -#: include/ysfgatewayinfo.php:13 -msgid "YSFGateway Process is running" -msgstr "YSFGateway activo" - -#: include/ysfgatewayinfo.php:16 -msgid "YSFGateway Process is down!" -msgstr "YSFGateway detenido" - -#: include/ysfgatewayinfo.php:25 -msgid "YSFReflectors reported active" -msgstr "Reporte ReflectoresYSF activo" - -#: include/ysfgatewayinfo.php:37 -msgid "No." -msgstr "N." - -#: include/ysfgatewayinfo.php:38 include/localtx_ajax.php:19 -#: include/lh_ajax.php:19 include/txinfo.php:16 -msgid "Name" -msgstr "Nombre" - -#: include/ysfgatewayinfo.php:39 -msgid "Description" -msgstr "Descripción" - -#: include/ysfgatewayinfo.php:40 -msgid "ID" -msgstr "ID" - -#: include/ysfgatewayinfo.php:41 -msgid "Connections" -msgstr "Conexiones" - -#: include/localtx_ajax.php:6 -msgid "Today's local transmissions" -msgstr "Transmisiones locales hoy" - -#: include/localtx_ajax.php:13 include/lh_ajax.php:13 include/txinfo.php:10 -msgid "Time" -msgstr "Hora" - -#: include/localtx_ajax.php:14 include/lh_ajax.php:14 include/txinfo.php:11 -msgid "Mode" -msgstr "Modo" - -#: include/localtx_ajax.php:15 include/lh_ajax.php:15 include/txinfo.php:12 -msgid "Callsign" -msgstr "Indicativo" - -#: include/localtx_ajax.php:23 include/lh_ajax.php:23 include/txinfo.php:25 -msgid "DSTAR-ID" -msgstr "DSTAR-ID" - -#: include/localtx_ajax.php:24 include/lh_ajax.php:24 include/txinfo.php:26 -msgid "Target" -msgstr "Destino" - -#: include/localtx_ajax.php:25 include/lh_ajax.php:25 include/txinfo.php:27 -msgid "Source" -msgstr "Origen" - -#: include/localtx_ajax.php:26 include/lh_ajax.php:26 -msgid "Dur (s)" -msgstr "Duración (s)" - -#: include/localtx_ajax.php:27 include/lh_ajax.php:27 -msgid "Loss" -msgstr "Pérdidas" - -#: include/localtx_ajax.php:28 include/lh_ajax.php:28 -msgid "BER" -msgstr "BER" - -#: include/localtx_ajax.php:30 -msgid "RSSI (min)" -msgstr "RSSI (min)" - -#: include/localtx_ajax.php:31 -msgid "RSSI (max)" -msgstr "RSSI (max)" - -#: include/localtx_ajax.php:32 include/localtx_ajax.php:33 -msgid "RSSI (avg)" -msgstr "RSSI (med)" - -#: include/repeaterinfo.php:3 -msgid "Repeater Info" -msgstr "Info Repetidor" - -#: include/repeaterinfo.php:9 -msgid "Current Mode" -msgstr "Modo actual" - -#: include/repeaterinfo.php:13 -msgid "D-Star linked to" -msgstr "D-Star conectado a" - -#: include/repeaterinfo.php:18 -msgid "YSF linked to" -msgstr "YSF conectado a" - -#: include/repeaterinfo.php:23 -msgid "DMR TS1 last linked to" -msgstr "DMR TS1 última conexión a" - -#: include/repeaterinfo.php:24 -msgid "DMR TS2 last linked to" -msgstr "DMR TS2 última conexión a" - -#: include/repeaterinfo.php:48 -msgid "Location" -msgstr "Ubicación" - -#: include/repeaterinfo.php:49 -msgid "TX-Freq." -msgstr "TX-Freq." - -#: include/repeaterinfo.php:50 -msgid "RX-Freq." -msgstr "RX-Freq." - -#: include/repeaterinfo.php:54 -msgid "YSFGateway" -msgstr "YSFGateway" - -#: include/repeaterinfo.php:59 -msgid "DMR CC" -msgstr "DMR CC" - -#: include/repeaterinfo.php:63 -msgid "DMR-Master" -msgstr "DMR-Master" - -#: include/repeaterinfo.php:64 -msgid "TS1" -msgstr "TS1" - -#: include/repeaterinfo.php:65 -msgid "TS2" -msgstr "TS2" - -#: include/repeaterinfo.php:97 include/repeaterinfo.php:104 -msgid "enabled" -msgstr "activo" - -#: include/repeaterinfo.php:99 include/repeaterinfo.php:106 -msgid "disabled" -msgstr "desconectado" - -#: include/tools.php:73 -msgid "" -"You are using an old config.php. Please configure your Dashboard by calling " -"setup.php!" -msgstr "" -"Estás usando una configuracion antigua. Configura tu Dashboard a través de " -"setup.php!" - -#: include/tools.php:79 -msgid "" -"You forgot to remove setup.php in root-directory of your dashboard or you " -"forgot to configure it! Please delete the file or configure your Dashboard " -"by calling setup.php!" -msgstr "" -"Olvidaste eliminar setup.php del directorio raíz de tu Dashboards o has " -"olvidado configurarlo, por favor borra el fichero o configura el Dashboard " -"mediante el fichero setup.php!" - -#: include/modes.php:3 -msgid "Enabled Modes" -msgstr "Modos Activos" - -#: include/lh_ajax.php:6 -msgid "Last Heard List of today's" -msgstr "Últimos escuchados hoy" - -#: include/lh_ajax.php:6 -msgid "callsigns." -msgstr "indicativos." - -#: include/disk.php:3 -msgid "Disk Use" -msgstr "Uso de disco" - -#: include/disk.php:10 -msgid "File System" -msgstr "Sistema de archivos" - -#: include/disk.php:11 -msgid "Mount Point" -msgstr "Montado desde" - -#: include/disk.php:12 -msgid "Use" -msgstr "Uso" - -#: include/disk.php:13 -msgid "Free" -msgstr "Libre" - -#: include/disk.php:14 -msgid "Used" -msgstr "Ocupado" - -#: include/disk.php:15 -msgid "Total" -msgstr "Total" - -#: include/txinfo.php:3 -msgid "Currently TXing" -msgstr "Actualmente en TX" - -#: include/txinfo.php:21 -msgid "Talker Alias" -msgstr "Talker Alias" - -#: include/txinfo.php:28 -msgid "TX-Time" -msgstr "Tiempo TX" - -#: scripts/rebootmmdvm.php:50 scripts/halt.php:49 scripts/log.php:53 -#: scripts/reboot.php:50 index.php:59 -msgid "for" -msgstr "para" - -#: scripts/rebootmmdvm.php:52 scripts/halt.php:51 scripts/log.php:55 -#: scripts/reboot.php:52 index.php:61 -msgid "Repeater" -msgstr "Repetidor" - -#: scripts/rebootmmdvm.php:54 scripts/halt.php:53 scripts/log.php:57 -#: scripts/reboot.php:54 index.php:63 -msgid "Hotspot" -msgstr "HotSpot" - -#: scripts/rebootmmdvm.php:58 scripts/reboot.php:58 -msgid "Home" -msgstr "Inicio" - -#: scripts/rebootmmdvm.php:67 scripts/reboot.php:66 -msgid "Executing" -msgstr "Activo" - -#: scripts/rebootmmdvm.php:67 -msgid "Reboot MMDVMHost service in progress" -msgstr "Reiniciando servicio MMDVMHost" - -#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 -#: scripts/reboot.php:89 index.php:174 -msgid "get your own at:" -msgstr "obtenlo en:" - -#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 -#: scripts/reboot.php:89 index.php:174 credits.php:13 credits.php:17 -msgid "Credits" -msgstr "Creditos" - -#: scripts/halt.php:66 -msgid "Halt in progress...bye" -msgstr "Detención en progreso ... adiós" - -#: scripts/log.php:61 index.php:100 -msgid "View Log" -msgstr "Ver Log" - -#: scripts/log.php:62 index.php:101 -msgid "Reboot MMDVMHost" -msgstr "Reiniciar MMDVMHost" - -#: scripts/log.php:63 index.php:102 -msgid "Reboot System" -msgstr "Reiniciar Sistema" - -#: scripts/log.php:64 index.php:103 -msgid "ShutDown System" -msgstr "Apagar Sistema" - -#: scripts/log.php:68 index.php:108 -msgid "DMRplus" -msgstr "DMRplus" - -#: scripts/log.php:69 index.php:109 -msgid "BrandMeister" -msgstr "BrandMeister" - -#: scripts/log.php:76 -msgid "Viewing log" -msgstr "Viendo Log" - -#: scripts/log.php:82 -msgid "Level" -msgstr "Nivel" - -#: scripts/log.php:83 -msgid "Timestamp" -msgstr "Fecha y Hora" - -#: scripts/log.php:84 -msgid "Info" -msgstr "Información" - -#: scripts/reboot.php:66 -msgid "Reboot system in progress" -msgstr "Reiniciando el Sistema" - -#: ajax.php:214 -msgid "Power" -msgstr "Power" - -#: ajax.php:219 -msgid "CPU-Temperature" -msgstr "Temperatura CPU" - -#: ajax.php:224 -msgid "CPU-Frequency" -msgstr "Frecuencia CPU" - -#: ajax.php:228 -msgid "System-Load" -msgstr "Carga de Sistema" - -#: ajax.php:229 -msgid "CPU-Usage" -msgstr "Uso CPU" - -#: ajax.php:230 -msgid "Uptime" -msgstr "Tiempo activo" - -#: ajax.php:231 -msgid "Idle" -msgstr "Idle" - -#: ajax.php:237 -msgid "online" -msgstr "online" - -#: ajax.php:237 -msgid "on battery" -msgstr "funcionamiento de la batería" - -#: index.php:70 -msgid "DMR-Network: " -msgstr "Red DMR: " - -#: index.php:159 -msgid "Last Reload" -msgstr "Ultima actualización" - -#: index.php:169 -msgid "stop refreshing" -msgstr "detener refresco" - -#: index.php:171 -msgid "start refreshing" -msgstr "iniciar refresco" - -#: credits.php:20 -msgid "" -"I think, after all the time this dashboard is developed mainly by myself, it " -"is time to say \"Thank you\" to all those, wo delivered some ideas or code " -"into this project." -msgstr "" -"Creo que, después de todo este tiempo que he estado desarrollando " -"principalmente yo este Dashboard, es el momento de decir \"Gracias\" a todos " -"aquellos que han aportado ideas o código a este proyecto." - -#: credits.php:21 -msgid "This are explicit named following persons:" -msgstr "Deseo nombrar explícitamente a las personas siguientes:" - -#: credits.php:31 -msgid "and some others..." -msgstr "bueno y algunos más..." - -#: credits.php:33 -msgid "" -"Those, who felt forgotten, feel free to commit a change into github of this " -"file." -msgstr "" -"Aquellos que se sientan olvidados, sois libres actualizar este fichero en el " -"github." - -#: credits.php:34 -msgid "Many thanks to you all!" -msgstr "Muchas gracias a todos!" - -#: credits.php:35 -msgid "Best 73, Kim, DG9VH" -msgstr "73, Kim, DG9VH" - -#: setup.php:26 -msgid "" -"You forgot to give write-permissions to your webserver-user, see point 3 in " -"linux-step-by-step.md!" -msgstr "" -"Has olvidado dar permisos de escritura al usuario web, revisa e apartado 3 " -"en linux-step-by-step.md!" - -#: setup.php:41 setup.php:50 -msgid "Setup-Process" -msgstr "Setup en proceso" - -#: setup.php:42 -msgid "" -"Your config-file is written in config/config.php, please remove setup.php " -"for security reasons!" -msgstr "" -"La configuración se ha guardado en config/config.php, por favor elimina el " -"fichero setup.php" - -#: setup.php:43 -msgid "Your dashboard is now available." -msgstr "Ya esta listo tu Dashboard." - -#: setup.php:51 -msgid "Please give necessary information below" -msgstr "Por favor incuye la información requerida más abajo" - -#: setup.php:56 -msgid "MMDVMHost-Configuration" -msgstr "Configuración MMDVMHost" - -#: setup.php:58 -msgid "Path to MMDVMHost-logfile" -msgstr "Ruta del fichero log de MMDVMHost" - -#: setup.php:62 -msgid "Path to MMDVM.ini" -msgstr "Ruta del MMDVM.ini" - -#: setup.php:66 -msgid "MMDVM.ini-filename" -msgstr "Nombre del MMDVM.ini" - -#: setup.php:70 -msgid "Path to MMDVMHost-executable" -msgstr "Ruta de la Aplicación MMDVMHost" - -#: setup.php:74 -msgid "Enable extended lookup (show names)" -msgstr "Activar vision extendida (mostrar nombres)" - -#: setup.php:78 -msgid "Show Talker Alias" -msgstr "Mostrar Talker Alias" - -#: setup.php:82 -msgid "Path to DMR-ID-Database-File (including filename)" -msgstr "Ruta del fichero de IDs DMRIDs.dat (incluyendo el fichero)" - -#: setup.php:87 -msgid "YSFGateway-Configuration" -msgstr "Configuración de YSFGateway" - -#: setup.php:89 -msgid "Enable YSFGateway" -msgstr "YSFGateway Activo" - -#: setup.php:93 -msgid "Path to YSFGateway-logfile" -msgstr "Ruta del log del YSFGateway" - -#: setup.php:97 -msgid "Logfile-prefix" -msgstr "Prefijo del fichero Log" - -#: setup.php:101 -msgid "Path to YSFGateway.ini" -msgstr "Ruta del YSFGateway.ini" - -#: setup.php:105 -msgid "YSFGateway.ini-filename" -msgstr "Nombre del fichero YSFGateway.ini" - -#: setup.php:109 -msgid "Path to YSFHosts.txt" -msgstr "Ruta del YSFHosts.txt" - -#: setup.php:113 -msgid "YSFHosts.txt-filename" -msgstr "Nombre del fichero YSFHosts.txt" - -#: setup.php:118 -msgid "ircddbgateway-Configuration" -msgstr "Configuración del ircddbgateway" - -#: setup.php:120 -msgid "Path to Links.log" -msgstr "Ruta del Links.log" - -#: setup.php:124 -msgid "Name of ircddbgateway-executeable" -msgstr "Nombre del ejecutable del ircddbgateway" - -#: setup.php:129 -msgid "Global Configuration" -msgstr "Configuración Global" - -#: setup.php:188 -msgid "Locale" -msgstr "Local" - -#: setup.php:192 -msgid "URL to Logo" -msgstr "Logo de la URL" - -#: setup.php:196 -msgid "URL to DMRplus-Logo" -msgstr "Logo de la URL de DMRplus" - -#: setup.php:200 -msgid "URL to BrandMeister-Logo" -msgstr "Logo de la URL de BrandMeister" - -#: setup.php:204 -msgid "Refresh page after in seconds" -msgstr "Refresco de la página en segundos" - -#: setup.php:208 -msgid "Show System Info" -msgstr "Mostrar información del Sistema" - -#: setup.php:212 -msgid "Show Disk Use" -msgstr "Mostrar uso de disco" - -#: setup.php:216 -msgid "Show Repeater Info" -msgstr "Mostrar información del Repetidor" - -#: setup.php:220 -msgid "Show Enabled Modes" -msgstr "Mostrar modos activos" - -#: setup.php:224 -msgid "Show Last Heard List of today's" -msgstr "Mostrar listado de últimas estaciones escuchadas hoy" - -#: setup.php:228 -msgid "Show Today's local transmissions" -msgstr "Mostrar transmisiones locales de hoy" - -#: setup.php:232 -msgid "Show progressbars" -msgstr "Mostrar barra de progreso" - -#: setup.php:236 -msgid "Enable CPU-temperature-warning" -msgstr "Activar alarma de temperatura CPU" - -#: setup.php:240 -msgid "Warning temperature" -msgstr "Alarma de Temperatura" - -#: setup.php:244 -msgid "Enable Network-Switching-Function" -msgstr "Activar la función cambio de Red" - -#: setup.php:248 -msgid "Username for switching networks:" -msgstr "Nombre de usuario para cambiar de Red:" - -#: setup.php:252 -msgid "Password for switching networks:" -msgstr "Contraseña para cambiar de Red:" - -#: setup.php:257 -msgid "Enable Management-Functions below" -msgstr "Habilitar funciones de administración siguientes" - -#: setup.php:261 -msgid "Username for view log:" -msgstr "Usuario para ver el Log:" - -#: setup.php:265 -msgid "Password for view log:" -msgstr "Contraseña para ver el Log:" - -#: setup.php:269 -msgid "Username for halt:" -msgstr "Usuario para detener los servicios:" - -#: setup.php:273 -msgid "Password for halt:" -msgstr "Contraseña para detener los servicios:" - -#: setup.php:277 -msgid "Username for reboot:" -msgstr "Usuario para reiniciar el sistema:" - -#: setup.php:281 -msgid "Password for reboot:" -msgstr "Contraseña para reiniciar el sistema:" - -#: setup.php:285 -msgid "Username for restart:" -msgstr "Usuario para reiniciar los servicios:" - -#: setup.php:289 -msgid "Password for restart:" -msgstr "contraseña para reiniciar los servicios:" - -#: setup.php:293 -msgid "Reboot MMDVMHost command:" -msgstr "Comando para reiniciar MMDVMHost:" - -#: setup.php:297 -msgid "Reboot system command:" -msgstr "Comando para reiniciar el sistema:" - -#: setup.php:301 -msgid "Halt system command:" -msgstr "Comando para reiniciar servicios:" - -#: setup.php:305 -msgid "Show Powerstate (online or battery, wiringpi needed)" -msgstr "Mostrar nivel de carga (necesaria batería o wiringpi)" - -#: setup.php:309 -msgid "GPIO pin to monitor:" -msgstr "Pin GPIO a monitorizar:" - -#: setup.php:313 -msgid "State that signalizes online-state:" -msgstr "Estado que indica alimentación autonoma:" - -#: setup.php:317 -msgid "Show link to QRZ.com on Callsigns" -msgstr "Mostrar link a QRZ.com en indicativos" - -#: setup.php:321 -msgid "RSSI value" -msgstr "Valores RSSI" - -#: setup.php:323 -msgid "minimal" -msgstr "mínimo" - -#: setup.php:324 -msgid "maximal" -msgstr "máximo" - -#: setup.php:325 -msgid "average" -msgstr "media" - -#: setup.php:331 -msgid "Save configuration" -msgstr "Grabar configuración" - -#: include/functions.php:13 include/functions.php:15 -msgid "compiled" -msgstr "compilado" - -#: include/functions.php:161 -msgid "ircddbgateway is down!" -msgstr "ircddbgateway apagado!" - -#: include/functions.php:164 include/functions.php:175 -msgid "Remote gateway configured - not checked!" -msgstr "Gateway remoto configurado - no chequeado!" - -#: include/functions.php:172 -msgid "YSFGateway is down!" -msgstr "YSFGateway apagado!" - -#: include/functions.php:182 -msgid "MMDVMHost is down!" -msgstr "MMDVMHost apagado!" - -#: include/functions.php:550 -msgid "idle" -msgstr "idle" - -#: include/functions.php:623 -msgid "ircddbgateway not running!" -msgstr "ircddbgateway no está funcionando!" - -#: include/functions.php:640 include/functions.php:656 -#: include/functions.php:741 -msgid "not linked" -msgstr "no enlazado" - -#: include/functions.php:692 -msgid "something went wrong!" -msgstr "algo ha ido mal!" - -#: include/functions.php:706 include/functions.php:724 -msgid "Reflector not linked" -msgstr "Reflector no enlazado" - -#: include/functions.php:708 include/functions.php:719 -msgid "Reflector" -msgstr "Reflector" - -#: include/functions.php:719 -msgid "not cfmd" -msgstr "not cfmd" - -#: include/functions.php:743 -msgid "YSFGateway not running" -msgstr "YSFGateway no está funcionando" - -#: include/functions.php:830 -msgid "DMRIDs.dat not correct!" -msgstr "DMRIDs.dat incorrecto!" +# Translation-Template +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: MMDVMHost Dashboard Spanish\n" +"Report-Msgid-Bugs-To: dg9vh@darc.de\n" +"POT-Creation-Date: 2017-03-14 13:47+0000\n" +"PO-Revision-Date: 2017-03-15 21:20+0100\n" +"Last-Translator: Pablo - EA4FVB \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: ea4fvb@gmail.com\n" +"X-Generator: Poedit 1.8.12\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: include/sysinfo_ajax.php:3 +msgid "System Info" +msgstr "Información de Sistema" + +#: include/ysfgatewayinfo.php:5 +msgid "YSFGateway-Infos" +msgstr "Información del YSFGateway" + +#: include/ysfgatewayinfo.php:13 +msgid "YSFGateway Process is running" +msgstr "YSFGateway activo" + +#: include/ysfgatewayinfo.php:16 +msgid "YSFGateway Process is down!" +msgstr "YSFGateway detenido" + +#: include/ysfgatewayinfo.php:25 +msgid "YSFReflectors reported active" +msgstr "Reporte ReflectoresYSF activo" + +#: include/ysfgatewayinfo.php:37 +msgid "No." +msgstr "Nº" + +#: include/ysfgatewayinfo.php:38 include/localtx_ajax.php:19 +#: include/lh_ajax.php:19 include/txinfo.php:16 +msgid "Name" +msgstr "Nombre" + +#: include/ysfgatewayinfo.php:39 +msgid "Description" +msgstr "Descripción" + +#: include/ysfgatewayinfo.php:40 +msgid "ID" +msgstr "ID" + +#: include/ysfgatewayinfo.php:41 +msgid "Connections" +msgstr "Conexiones" + +#: include/localtx_ajax.php:6 +msgid "Today's local transmissions" +msgstr "Transmisiones locales hoy" + +#: include/localtx_ajax.php:13 include/lh_ajax.php:13 include/txinfo.php:10 +msgid "Time" +msgstr "Hora" + +#: include/localtx_ajax.php:14 include/lh_ajax.php:14 include/txinfo.php:11 +msgid "Mode" +msgstr "Modo" + +#: include/localtx_ajax.php:15 include/lh_ajax.php:15 include/txinfo.php:12 +msgid "Callsign" +msgstr "Indicativo" + +#: include/localtx_ajax.php:23 include/lh_ajax.php:23 include/txinfo.php:25 +msgid "DSTAR-ID" +msgstr "DSTAR-ID" + +#: include/localtx_ajax.php:24 include/lh_ajax.php:24 include/txinfo.php:26 +msgid "Target" +msgstr "Destino" + +#: include/localtx_ajax.php:25 include/lh_ajax.php:25 include/txinfo.php:27 +msgid "Source" +msgstr "Origen" + +#: include/localtx_ajax.php:26 include/lh_ajax.php:26 +msgid "Dur (s)" +msgstr "Duración (s)" + +#: include/localtx_ajax.php:27 include/lh_ajax.php:27 +msgid "Loss" +msgstr "Pérdidas" + +#: include/localtx_ajax.php:28 include/lh_ajax.php:28 +msgid "BER" +msgstr "BER" + +#: include/localtx_ajax.php:30 +msgid "RSSI (min)" +msgstr "RSSI (min)" + +#: include/localtx_ajax.php:31 +msgid "RSSI (max)" +msgstr "RSSI (max)" + +#: include/localtx_ajax.php:32 include/localtx_ajax.php:33 +msgid "RSSI (avg)" +msgstr "RSSI (med)" + +#: include/repeaterinfo.php:3 +msgid "Repeater Info" +msgstr "Información del Repetidor / HotSpot" + +#: include/repeaterinfo.php:9 +msgid "Current Mode" +msgstr "Modo actual" + +#: include/repeaterinfo.php:13 +msgid "D-Star linked to" +msgstr "D-Star conectado a" + +#: include/repeaterinfo.php:18 +msgid "YSF linked to" +msgstr "YSF conectado a" + +#: include/repeaterinfo.php:23 +msgid "DMR TS1 last linked to" +msgstr "DMR TS1 conectado a" + +#: include/repeaterinfo.php:24 +msgid "DMR TS2 last linked to" +msgstr "DMR TS2 conectado a" + +#: include/repeaterinfo.php:48 +msgid "Location" +msgstr "Ubicación" + +#: include/repeaterinfo.php:49 +msgid "TX-Freq." +msgstr "TX-Freq." + +#: include/repeaterinfo.php:50 +msgid "RX-Freq." +msgstr "RX-Freq." + +#: include/repeaterinfo.php:54 +msgid "YSFGateway" +msgstr "YSFGateway" + +#: include/repeaterinfo.php:59 +msgid "DMR CC" +msgstr "DMR CC" + +#: include/repeaterinfo.php:63 +msgid "DMR-Master" +msgstr "DMR-Master" + +#: include/repeaterinfo.php:64 +msgid "TS1" +msgstr "TS1" + +#: include/repeaterinfo.php:65 +msgid "TS2" +msgstr "TS2" + +#: include/repeaterinfo.php:97 include/repeaterinfo.php:104 +msgid "enabled" +msgstr "activo" + +#: include/repeaterinfo.php:99 include/repeaterinfo.php:106 +msgid "disabled" +msgstr "desconectado" + +#: include/tools.php:73 +msgid "" +"You are using an old config.php. Please configure your Dashboard by calling " +"setup.php!" +msgstr "" +"Estás usando una configuracion antigua. Configura tu Dashboard a través de " +"setup.php!" + +#: include/tools.php:79 +msgid "" +"You forgot to remove setup.php in root-directory of your dashboard or you " +"forgot to configure it! Please delete the file or configure your Dashboard " +"by calling setup.php!" +msgstr "" +"Olvidaste eliminar setup.php del directorio raíz de tu Dashboards o has " +"olvidado configurarlo, por favor borra el fichero o configura el Dashboard " +"mediante el fichero setup.php!" + +#: include/modes.php:3 +msgid "Enabled Modes" +msgstr "Modos Activos" + +#: include/lh_ajax.php:6 +msgid "Last Heard List of today's" +msgstr "Últimos escuchados hoy" + +#: include/lh_ajax.php:6 +msgid "callsigns." +msgstr "indicativos." + +#: include/disk.php:3 +msgid "Disk Use" +msgstr "Uso de disco" + +#: include/disk.php:10 +msgid "File System" +msgstr "Sistema de archivos" + +#: include/disk.php:11 +msgid "Mount Point" +msgstr "Montado desde" + +#: include/disk.php:12 +msgid "Use" +msgstr "Uso" + +#: include/disk.php:13 +msgid "Free" +msgstr "Libre" + +#: include/disk.php:14 +msgid "Used" +msgstr "Utilizado" + +#: include/disk.php:15 +msgid "Total" +msgstr "Total" + +#: include/txinfo.php:3 +msgid "Currently TXing" +msgstr "Actualmente en TX..." + +#: include/txinfo.php:21 +msgid "Talker Alias" +msgstr "Talker Alias" + +#: include/txinfo.php:28 +msgid "TX-Time" +msgstr "Duración" + +#: scripts/rebootmmdvm.php:50 scripts/halt.php:49 scripts/log.php:53 +#: scripts/reboot.php:50 index.php:59 +msgid "for" +msgstr "para" + +#: scripts/rebootmmdvm.php:52 scripts/halt.php:51 scripts/log.php:55 +#: scripts/reboot.php:52 index.php:61 +msgid "Repeater" +msgstr "Repetidor" + +#: scripts/rebootmmdvm.php:54 scripts/halt.php:53 scripts/log.php:57 +#: scripts/reboot.php:54 index.php:63 +msgid "Hotspot" +msgstr "HotSpot" + +#: scripts/rebootmmdvm.php:58 scripts/reboot.php:58 +msgid "Home" +msgstr "Inicio" + +#: scripts/rebootmmdvm.php:67 scripts/reboot.php:66 +msgid "Executing" +msgstr "Activo" + +#: scripts/rebootmmdvm.php:67 +msgid "Reboot MMDVMHost service in progress" +msgstr "Reiniciando servicio MMDVMHost" + +#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 +#: scripts/reboot.php:89 index.php:174 +msgid "get your own at:" +msgstr "obtenlo en:" + +#: scripts/rebootmmdvm.php:90 scripts/halt.php:89 scripts/log.php:134 +#: scripts/reboot.php:89 index.php:174 credits.php:13 credits.php:17 +msgid "Credits" +msgstr "Créditos" + +#: scripts/halt.php:66 +msgid "Halt in progress...bye" +msgstr "Detención en progreso ... adiós" + +#: scripts/log.php:61 index.php:100 +msgid "View Log" +msgstr "Ver Log" + +#: scripts/log.php:62 index.php:101 +msgid "Reboot MMDVMHost" +msgstr "Reiniciar MMDVMHost" + +#: scripts/log.php:63 index.php:102 +msgid "Reboot System" +msgstr "Reiniciar Sistema" + +#: scripts/log.php:64 index.php:103 +msgid "ShutDown System" +msgstr "Apagar Sistema" + +#: scripts/log.php:68 index.php:108 +msgid "DMRplus" +msgstr "DMRplus" + +#: scripts/log.php:69 index.php:109 +msgid "BrandMeister" +msgstr "BrandMeister" + +#: scripts/log.php:76 +msgid "Viewing log" +msgstr "Viendo Log" + +#: scripts/log.php:82 +msgid "Level" +msgstr "Nivel" + +#: scripts/log.php:83 +msgid "Timestamp" +msgstr "Fecha y Hora" + +#: scripts/log.php:84 +msgid "Info" +msgstr "Información" + +#: scripts/reboot.php:66 +msgid "Reboot system in progress" +msgstr "Reiniciando el Sistema" + +#: ajax.php:214 +msgid "Power" +msgstr "Power" + +#: ajax.php:219 +msgid "CPU-Temperature" +msgstr "Temperatura CPU" + +#: ajax.php:224 +msgid "CPU-Frequency" +msgstr "Frecuencia CPU" + +#: ajax.php:228 +msgid "System-Load" +msgstr "Carga de Sistema" + +#: ajax.php:229 +msgid "CPU-Usage" +msgstr "Uso CPU" + +#: ajax.php:230 +msgid "Uptime" +msgstr "Tiempo activo" + +#: ajax.php:231 +msgid "Idle" +msgstr "Idle" + +#: ajax.php:237 +msgid "online" +msgstr "online" + +#: ajax.php:237 +msgid "on battery" +msgstr "funcionamiento de la batería" + +#: index.php:70 +msgid "DMR-Network: " +msgstr "Red DMR: " + +#: index.php:159 +msgid "Last Reload" +msgstr "Ultima actualización" + +#: index.php:169 +msgid "stop refreshing" +msgstr "detener refresco" + +#: index.php:171 +msgid "start refreshing" +msgstr "iniciar refresco" + +#: credits.php:20 +msgid "" +"I think, after all the time this dashboard is developed mainly by myself, it " +"is time to say \"Thank you\" to all those, wo delivered some ideas or code " +"into this project." +msgstr "" +"Creo que, después de todo este tiempo que he estado desarrollando " +"principalmente yo este Dashboard, es el momento de decir \"Gracias\" a todos " +"aquellos que han aportado ideas o código a este proyecto." + +#: credits.php:21 +msgid "This are explicit named following persons:" +msgstr "Deseo nombrar explícitamente a las personas siguientes:" + +#: credits.php:31 +msgid "and some others..." +msgstr "bueno y algunos más..." + +#: credits.php:33 +msgid "" +"Those, who felt forgotten, feel free to commit a change into github of this " +"file." +msgstr "" +"Aquellos que se sientan olvidados, sois libres actualizar este fichero en el " +"github." + +#: credits.php:34 +msgid "Many thanks to you all!" +msgstr "Muchas gracias a todos!" + +#: credits.php:35 +msgid "Best 73, Kim, DG9VH" +msgstr "73, Kim, DG9VH" + +#: setup.php:26 +msgid "" +"You forgot to give write-permissions to your webserver-user, see point 3 in " +"linux-step-by-step.md!" +msgstr "" +"Has olvidado dar permisos de escritura al usuario web, revisa e apartado 3 " +"en linux-step-by-step.md!" + +#: setup.php:41 setup.php:50 +msgid "Setup-Process" +msgstr "Setup en proceso" + +#: setup.php:42 +msgid "" +"Your config-file is written in config/config.php, please remove setup.php " +"for security reasons!" +msgstr "" +"La configuración se ha guardado en config/config.php, por favor elimina el " +"fichero setup.php" + +#: setup.php:43 +msgid "Your dashboard is now available." +msgstr "Ya esta listo tu Dashboard." + +#: setup.php:51 +msgid "Please give necessary information below" +msgstr "Por favor incuye la información requerida más abajo" + +#: setup.php:56 +msgid "MMDVMHost-Configuration" +msgstr "Configuración MMDVMHost" + +#: setup.php:58 +msgid "Path to MMDVMHost-logfile" +msgstr "Ruta del fichero log de MMDVMHost" + +#: setup.php:62 +msgid "Path to MMDVM.ini" +msgstr "Ruta del MMDVM.ini" + +#: setup.php:66 +msgid "MMDVM.ini-filename" +msgstr "Nombre del MMDVM.ini" + +#: setup.php:70 +msgid "Path to MMDVMHost-executable" +msgstr "Ruta de la Aplicación MMDVMHost" + +#: setup.php:74 +msgid "Enable extended lookup (show names)" +msgstr "Activar vision extendida (mostrar nombres)" + +#: setup.php:78 +msgid "Show Talker Alias" +msgstr "Mostrar Talker Alias" + +#: setup.php:82 +msgid "Path to DMR-ID-Database-File (including filename)" +msgstr "Ruta del fichero de IDs DMRIDs.dat (incluyendo el fichero)" + +#: setup.php:87 +msgid "YSFGateway-Configuration" +msgstr "Configuración de YSFGateway" + +#: setup.php:89 +msgid "Enable YSFGateway" +msgstr "YSFGateway Activo" + +#: setup.php:93 +msgid "Path to YSFGateway-logfile" +msgstr "Ruta del log del YSFGateway" + +#: setup.php:97 +msgid "Logfile-prefix" +msgstr "Prefijo del fichero Log" + +#: setup.php:101 +msgid "Path to YSFGateway.ini" +msgstr "Ruta del YSFGateway.ini" + +#: setup.php:105 +msgid "YSFGateway.ini-filename" +msgstr "Nombre del fichero YSFGateway.ini" + +#: setup.php:109 +msgid "Path to YSFHosts.txt" +msgstr "Ruta del YSFHosts.txt" + +#: setup.php:113 +msgid "YSFHosts.txt-filename" +msgstr "Nombre del fichero YSFHosts.txt" + +#: setup.php:118 +msgid "ircddbgateway-Configuration" +msgstr "Configuración del ircddbgateway" + +#: setup.php:120 +msgid "Path to Links.log" +msgstr "Ruta del Links.log" + +#: setup.php:124 +msgid "Name of ircddbgateway-executeable" +msgstr "Nombre del ejecutable del ircDDBGateway" + +#: setup.php:129 +msgid "Global Configuration" +msgstr "Configuración Global" + +#: setup.php:188 +msgid "Locale" +msgstr "Local" + +#: setup.php:192 +msgid "URL to Logo" +msgstr "Logo de la URL" + +#: setup.php:196 +msgid "URL to DMRplus-Logo" +msgstr "Logo de la URL de DMRplus" + +#: setup.php:200 +msgid "URL to BrandMeister-Logo" +msgstr "Logo de la URL de BrandMeister" + +#: setup.php:204 +msgid "Refresh page after in seconds" +msgstr "Refresco de la página en segundos" + +#: setup.php:208 +msgid "Show System Info" +msgstr "Mostrar información del Sistema" + +#: setup.php:212 +msgid "Show Disk Use" +msgstr "Mostrar uso de disco" + +#: setup.php:216 +msgid "Show Repeater Info" +msgstr "Mostrar información del Repetidor" + +#: setup.php:220 +msgid "Show Enabled Modes" +msgstr "Mostrar modos activos" + +#: setup.php:224 +msgid "Show Last Heard List of today's" +msgstr "Mostrar listado de últimas estaciones escuchadas hoy" + +#: setup.php:228 +msgid "Show Today's local transmissions" +msgstr "Mostrar transmisiones locales de hoy" + +#: setup.php:232 +msgid "Show progressbars" +msgstr "Mostrar barra de progreso" + +#: setup.php:236 +msgid "Enable CPU-temperature-warning" +msgstr "Activar alarma de temperatura CPU" + +#: setup.php:240 +msgid "Warning temperature" +msgstr "Alarma de Temperatura" + +#: setup.php:244 +msgid "Enable Network-Switching-Function" +msgstr "Activar la función cambio de Red" + +#: setup.php:248 +msgid "Username for switching networks:" +msgstr "Nombre de usuario para cambiar de Red:" + +#: setup.php:252 +msgid "Password for switching networks:" +msgstr "Contraseña para cambiar de Red:" + +#: setup.php:257 +msgid "Enable Management-Functions below" +msgstr "Habilitar funciones de administración siguientes" + +#: setup.php:261 +msgid "Username for view log:" +msgstr "Usuario para ver el Log:" + +#: setup.php:265 +msgid "Password for view log:" +msgstr "Contraseña para ver el Log:" + +#: setup.php:269 +msgid "Username for halt:" +msgstr "Usuario para detener los servicios:" + +#: setup.php:273 +msgid "Password for halt:" +msgstr "Contraseña para detener los servicios:" + +#: setup.php:277 +msgid "Username for reboot:" +msgstr "Usuario para reiniciar el sistema:" + +#: setup.php:281 +msgid "Password for reboot:" +msgstr "Contraseña para reiniciar el sistema:" + +#: setup.php:285 +msgid "Username for restart:" +msgstr "Usuario para reiniciar los servicios:" + +#: setup.php:289 +msgid "Password for restart:" +msgstr "contraseña para reiniciar los servicios:" + +#: setup.php:293 +msgid "Reboot MMDVMHost command:" +msgstr "Comando para reiniciar MMDVMHost:" + +#: setup.php:297 +msgid "Reboot system command:" +msgstr "Comando para reiniciar el sistema:" + +#: setup.php:301 +msgid "Halt system command:" +msgstr "Comando para reiniciar servicios:" + +#: setup.php:305 +msgid "Show Powerstate (online or battery, wiringpi needed)" +msgstr "Mostrar nivel de carga (necesaria batería o wiringpi)" + +#: setup.php:309 +msgid "GPIO pin to monitor:" +msgstr "Pin GPIO a monitorizar:" + +#: setup.php:313 +msgid "State that signalizes online-state:" +msgstr "Estado que indica alimentación autonoma:" + +#: setup.php:317 +msgid "Show link to QRZ.com on Callsigns" +msgstr "Mostrar link a QRZ.com en indicativos" + +#: setup.php:321 +msgid "RSSI value" +msgstr "Valores RSSI" + +#: setup.php:323 +msgid "minimal" +msgstr "mínimo" + +#: setup.php:324 +msgid "maximal" +msgstr "máximo" + +#: setup.php:325 +msgid "average" +msgstr "media" + +#: setup.php:331 +msgid "Save configuration" +msgstr "Grabar configuración" + +#: include/functions.php:13 include/functions.php:15 +msgid "compiled" +msgstr "compilado" + +#: include/functions.php:161 +msgid "ircddbgateway is down!" +msgstr "ircDDBGateway apagado!" + +#: include/functions.php:164 include/functions.php:175 +msgid "Remote gateway configured - not checked!" +msgstr "Gateway remoto configurado - no chequeado!" + +#: include/functions.php:172 +msgid "YSFGateway is down!" +msgstr "YSFGateway apagado!" + +#: include/functions.php:182 +msgid "MMDVMHost is down!" +msgstr "MMDVMHost apagado!" + +#: include/functions.php:550 +msgid "idle" +msgstr "idle" + +#: include/functions.php:623 +msgid "ircddbgateway not running!" +msgstr "ircDDBGateway no funcionando!" + +#: include/functions.php:640 include/functions.php:656 +#: include/functions.php:741 +msgid "not linked" +msgstr "no enlazado" + +#: include/functions.php:692 +msgid "something went wrong!" +msgstr "algo ha ido mal!" + +#: include/functions.php:706 include/functions.php:724 +msgid "Reflector not linked" +msgstr "Reflector no enlazado" + +#: include/functions.php:708 include/functions.php:719 +msgid "Reflector" +msgstr "Reflector" + +#: include/functions.php:719 +msgid "not cfmd" +msgstr "not cfmd" + +#: include/functions.php:743 +msgid "YSFGateway not running" +msgstr "YSFGateway no está funcionando" + +#: include/functions.php:830 +msgid "DMRIDs.dat not correct!" +msgstr "DMRIDs.dat incorrecto!" From f1bd50d1abf0609938b60af07e6e675a73233a7f Mon Sep 17 00:00:00 2001 From: dg9vh Date: Thu, 16 Mar 2017 08:15:30 +0000 Subject: [PATCH 7/8] small update of da_DK --- locale/da_DK/LC_MESSAGES/messages.mo | Bin 11594 -> 11594 bytes locale/da_DK/LC_MESSAGES/messages.po | 16 ++++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/locale/da_DK/LC_MESSAGES/messages.mo b/locale/da_DK/LC_MESSAGES/messages.mo index 32eec64324fd69aac129b67fe1782dd8d6fe5724..6ead35b26c10a660d3f17a09e1630e0d66fb416e 100644 GIT binary patch delta 1268 zcmXZbTS!zv9LMqTvTmlhlmJ-O(F>D`|}()oX^bcocaIfKeJPB>YJG+O=an$oMD#2%{oxVaH!7QpW zb4bpPNzl+4220&Us?nmq8KD;9Lx^8fy20x{ua~* zcASVMeso`x14^CrAT-OhPbVhLnT6WHL6Z$<5>9#b%aJmxU3rOSt^#1QKDo1V8& ziQd699K}rHn};+s@hMi|bKHvy-gs@9d*(Y(i8i7SPoNU)Lfw_is2vWYDmIROe1e+) z5>?SRs5|i;9gBv)+!+30rW`pF(}22Uou2)uk`AKo%5~HZ@1lics3Vz1{fiQ)KVdtROU!+GqC;#3n*DX&aj( zbxr&jnvK6L_9dtF_t=$@=J-s>yw88&bhPcH9gR4k MdhOo$wTkhS|E>#_J^%m! delta 1270 zcmXZbPe@cz6vy$aHjdh)nO2%QJ~Pvaq7pI4qB00F`lA-5{nK)c%u>cb{XrU9Rs@%f&pmhE+;i@^?~T@u)(&)e!g0o! z@f>54aT0y_%{p)Ajo+BX%%@nhP|p?GxCECF@5EF*fazF=@z{Y`*k$d-B;sd&6aJt0 z4HK)F7(*}qzyzE_CH{j-5TENVn2uZ~i(599VICgCWq8fTcWnF=wcao)@dxzaL~huv z^a~TqnV3UW>UG=%`Itz&8&%kTjN%cD#YD0$LLaKoRLsO2R3TeX9jHJhtVFGI6t$t# zVFvo+MO5pqqFQ$wSK@ulz(G`^kErJ-Y&?ytiDytpnMAMxlTn2fAg5?{pgMfg##eAN zakz(p5|3CvBbWKfO^H+T-Gz!!3zwq`tierq3AM9(sMhvd2T%pSM(y-1>IlYAotZ>x z4x3p9Iz!(Yw~zoj#AT?8PoR$AGOC~($SIk-xDj8W7M?{FHjinTP~axc#uVaps10mI z2P?6Z{3gUe3qP_C4C7MbPpHCXku{BXtvkOSwWIAAhx?Gr9OR~*b)q_P6ZLzywHH-r zAI4)p`p9n{Gth%CF@Qr@firf#xX?ZGQdFVk=)vQt0_#!l%5~HZdr%#Ff_m*C`IVFHZEOjh33Z%{WcVLMhW#a;>chLLHbfTu zlQB+oJl7K&6O2yfO?y0tn(G_dqVEd_W1O1mJypTR=HS`(mQb4$s&8#=3AG19!G@qy Of1&++XS6%;JnkP>T$IBA diff --git a/locale/da_DK/LC_MESSAGES/messages.po b/locale/da_DK/LC_MESSAGES/messages.po index d077c2d..3e37e8d 100644 --- a/locale/da_DK/LC_MESSAGES/messages.po +++ b/locale/da_DK/LC_MESSAGES/messages.po @@ -35,7 +35,7 @@ msgstr "YSFGateway processen kører ikke" #: include/ysfgatewayinfo.php:25 msgid "YSFReflectors reported active" -msgstr "YSFReflectors rapporterede aktiv" +msgstr "Aktive YSFReflectorer" #: include/ysfgatewayinfo.php:37 msgid "No." @@ -68,7 +68,7 @@ msgstr "Tid" #: include/localtx_ajax.php:14 include/lh_ajax.php:14 include/txinfo.php:11 msgid "Mode" -msgstr "Mode" +msgstr "Module/TS" #: include/localtx_ajax.php:15 include/lh_ajax.php:15 include/txinfo.php:12 msgid "Callsign" @@ -76,7 +76,7 @@ msgstr "Kaldesignal" #: include/localtx_ajax.php:23 include/lh_ajax.php:23 include/txinfo.php:25 msgid "DSTAR-ID" -msgstr "DSTAR-ID" +msgstr "D-STAR ID" #: include/localtx_ajax.php:24 include/lh_ajax.php:24 include/txinfo.php:26 msgid "Target" @@ -96,7 +96,7 @@ msgstr "Tab af data" #: include/localtx_ajax.php:28 include/lh_ajax.php:28 msgid "BER" -msgstr "BER" +msgstr "BER%" #: include/localtx_ajax.php:30 msgid "RSSI (min)" @@ -156,7 +156,7 @@ msgstr "DMR CC" #: include/repeaterinfo.php:63 msgid "DMR-Master" -msgstr "DMR-Master" +msgstr "DMR-Masterserver" #: include/repeaterinfo.php:64 msgid "TS1" @@ -207,7 +207,7 @@ msgstr "Anvendt plads" #: include/disk.php:10 msgid "File System" -msgstr "Fil system" +msgstr "Filsystem" #: include/disk.php:11 msgid "Mount Point" @@ -215,7 +215,7 @@ msgstr "Mount Point" #: include/disk.php:12 msgid "Use" -msgstr "Plads" +msgstr "Optaget" #: include/disk.php:13 msgid "Free" @@ -344,7 +344,7 @@ msgstr "Systemlast" #: ajax.php:229 msgid "CPU-Usage" -msgstr "CPU-forbrug" +msgstr "CPU-last" #: ajax.php:230 msgid "Uptime" From 8547b45418d6676282cbc59abbe9c35c12226dcd Mon Sep 17 00:00:00 2001 From: Sergei Date: Thu, 16 Mar 2017 11:30:05 +0300 Subject: [PATCH 8/8] A small editing of the translation A small editing of the translation --- locale/ru_RU/LC_MESSAGES/messages.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po index 216bcd9..f38d614 100644 --- a/locale/ru_RU/LC_MESSAGES/messages.po +++ b/locale/ru_RU/LC_MESSAGES/messages.po @@ -223,7 +223,7 @@ msgstr "Всего" #: include/txinfo.php:3 msgid "Currently TXing" -msgstr "TX сейчас" +msgstr "Текущая активность" #: include/txinfo.php:21 msgid "Talker Alias" @@ -343,7 +343,7 @@ msgstr "Продолжительность ожидания" #: ajax.php:237 msgid "online" -msgstr "в сети" +msgstr "от сети" #: ajax.php:237 msgid "on battery"