mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Added missing CI/CAM translations.
This commit is contained in:
parent
26ff10ce1e
commit
304addbc00
@ -115,6 +115,15 @@ msgid ""
|
||||
"This setting enables integrated CI/CAM handling found in some SAT>IP hardware (e.g. Digital Devices OctopusNet)."
|
||||
msgstr ""
|
||||
|
||||
msgid "CI/CAM"
|
||||
msgstr "CI/CAM"
|
||||
|
||||
msgid ""
|
||||
"Define a desired CAM type for the CI slot.\n"
|
||||
"\n"
|
||||
"The '---' option lets SAT>IP hardware do the auto-selection."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable EPG scanning"
|
||||
msgstr "Activa Escanneig EPG"
|
||||
|
||||
|
@ -118,6 +118,15 @@ msgstr ""
|
||||
"\n"
|
||||
"Diese Einstellung aktiviert die Nutzung des integrierten CI/CAM einiger SAT>IP Geräte (z.B. Digital Devices OctopusNet)."
|
||||
|
||||
msgid "CI/CAM"
|
||||
msgstr "CI/CAM"
|
||||
|
||||
msgid ""
|
||||
"Define a desired CAM type for the CI slot.\n"
|
||||
"\n"
|
||||
"The '---' option lets SAT>IP hardware do the auto-selection."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable EPG scanning"
|
||||
msgstr "Aktiviere EPG Aktualisierung"
|
||||
|
||||
|
@ -115,6 +115,15 @@ msgid ""
|
||||
"This setting enables integrated CI/CAM handling found in some SAT>IP hardware (e.g. Digital Devices OctopusNet)."
|
||||
msgstr ""
|
||||
|
||||
msgid "CI/CAM"
|
||||
msgstr "CI/CAM"
|
||||
|
||||
msgid ""
|
||||
"Define a desired CAM type for the CI slot.\n"
|
||||
"\n"
|
||||
"The '---' option lets SAT>IP hardware do the auto-selection."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable EPG scanning"
|
||||
msgstr "Activa Escaneo EPG"
|
||||
|
||||
|
12
po/fi_FI.po
12
po/fi_FI.po
@ -117,6 +117,18 @@ msgstr ""
|
||||
"\n"
|
||||
"Tällä asetuksella saadaan otettua käyttöön SAT>IP-laitteiden sisäinen CI-paikka (esim. Digital Devices OctopusNet)."
|
||||
|
||||
msgid "CI/CAM"
|
||||
msgstr "CI/CAM"
|
||||
|
||||
msgid ""
|
||||
"Define a desired CAM type for the CI slot.\n"
|
||||
"\n"
|
||||
"The '---' option lets SAT>IP hardware do the auto-selection."
|
||||
msgstr ""
|
||||
"Määrittele haluttu CAM-tyyppi CI-paikalle.\n"
|
||||
"\n"
|
||||
"Vaihtoehto '---' antaa SAT>IP-laitteen valita automaattisesti käytetyn CI-paikan."
|
||||
|
||||
msgid "Enable EPG scanning"
|
||||
msgstr "Käytä ohjelmaoppaan taustapäivitystä"
|
||||
|
||||
|
4
setup.c
4
setup.c
@ -377,8 +377,8 @@ void cSatipPluginSetup::Setup(void)
|
||||
helpM.Append(tr("Define whether a CI extension shall be used.\n\nThis setting enables integrated CI/CAM handling found in some SAT>IP hardware (e.g. Digital Devices OctopusNet)."));
|
||||
|
||||
for (unsigned int i = 0; ciExtensionM && i < ELEMENTS(cicamsM); ++i) {
|
||||
Add(new cMenuEditStraItem(*cString::sprintf(" %s #%d", "CI/CAM", i + 1), &cicamsM[i], ELEMENTS(cicamTextsM), cicamTextsM));
|
||||
helpM.Append("Define the used CI/CAM type for CI slot.");
|
||||
Add(new cMenuEditStraItem(*cString::sprintf(" %s #%d", tr("CI/CAM"), i + 1), &cicamsM[i], ELEMENTS(cicamTextsM), cicamTextsM));
|
||||
helpM.Append(tr("Define a desired CAM type for the CI slot.\n\nThe '---' option lets SAT>IP hardware do the auto-selection."));
|
||||
}
|
||||
#endif
|
||||
Add(new cMenuEditBoolItem(tr("Enable EPG scanning"), &eitScanM));
|
||||
|
Loading…
Reference in New Issue
Block a user