Added missing CI/CAM translations.

This commit is contained in:
Rolf Ahrenberg 2015-01-11 23:49:12 +02:00
parent 26ff10ce1e
commit 304addbc00
5 changed files with 41 additions and 2 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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ä"

View File

@ -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));