From cc306290da581eaf95d0ba18347d16e270d24b67 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 9 Mar 2015 11:51:08 +0100 Subject: [PATCH] The Setup/CAM menu now displays which device an individual CAM is currently assigned to --- CONTRIBUTORS | 2 ++ HISTORY | 4 +++- menu.c | 7 +++++-- po/ar.po | 5 ++++- po/ca_ES.po | 5 ++++- po/cs_CZ.po | 5 ++++- po/da_DK.po | 5 ++++- po/de_DE.po | 5 ++++- po/el_GR.po | 5 ++++- po/es_ES.po | 5 ++++- po/et_EE.po | 5 ++++- po/fi_FI.po | 5 ++++- po/fr_FR.po | 5 ++++- po/hr_HR.po | 5 ++++- po/hu_HU.po | 5 ++++- po/it_IT.po | 5 ++++- po/lt_LT.po | 5 ++++- po/mk_MK.po | 5 ++++- po/nl_NL.po | 5 ++++- po/nn_NO.po | 5 ++++- po/pl_PL.po | 5 ++++- po/pt_PT.po | 5 ++++- po/ro_RO.po | 5 ++++- po/ru_RU.po | 5 ++++- po/sk_SK.po | 5 ++++- po/sl_SI.po | 5 ++++- po/sr_RS.po | 5 ++++- po/sv_SE.po | 5 ++++- po/tr_TR.po | 5 ++++- po/uk_UA.po | 5 ++++- po/zh_CN.po | 5 ++++- 31 files changed, 122 insertions(+), 31 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6c52abf0..e9294ba4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3003,6 +3003,8 @@ Frank Neumann for reporting a problem with tuning timeouts when using SCR with multiple tuners for fixing the German translation of "VDR will shut down in %s minutes" for adding support for "Satellite Channel Routing" (SCR) according to EN50607 ("JESS") + for suggesting to make the Setup/CAM menu display which device an individual CAM + is currently assigned to Gerald Dachs for reporting a problem with checking for minimum line length of 21 characters in diff --git a/HISTORY b/HISTORY index 39f3b1d9..fe500932 100644 --- a/HISTORY +++ b/HISTORY @@ -8596,10 +8596,12 @@ Video Disk Recorder Revision History - Bumped all version numbers to 2.2.0. - Official release. -2015-03-08: Version 2.3.1 +2015-03-09: Version 2.3.1 - The new function cOsd::MaxPixmapSize() can be called to determine the maximum size a cPixmap may have on the current OSD. The 'osddemo' example has been modified accordingly. Plugin authors may want to use this function in case they use pixmaps that are larger than the full OSD size. The default implementation sets this limit to 2048x2048 pixel. +- The Setup/CAM menu now displays which device an individual CAM is currently + assigned to (suggested by Frank Neumann). diff --git a/menu.c b/menu.c index ae61c64d..2b812dec 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 3.48 2015/02/10 12:37:06 kls Exp $ + * $Id: menu.c 4.1 2015/03/09 11:50:26 kls Exp $ */ #include "menu.h" @@ -3507,6 +3507,7 @@ cMenuSetupCAMItem::cMenuSetupCAMItem(cCamSlot *CamSlot) bool cMenuSetupCAMItem::Changed(void) { + cString AssignedDevice(""); const char *Activating = ""; const char *CamName = camSlot->GetCamName(); if (!CamName) { @@ -3520,7 +3521,9 @@ bool cMenuSetupCAMItem::Changed(void) else if (camSlot->IsActivating()) // TRANSLATORS: note the leading blank! Activating = tr(" (activating)"); - cString buffer = cString::sprintf(" %d %s%s", camSlot->SlotNumber(), CamName, Activating); + if (cDevice *Device = camSlot->Device()) + AssignedDevice = cString::sprintf(" %s %d", tr("@ device"), Device->CardIndex() + 1); + cString buffer = cString::sprintf(" %d %s%s%s", camSlot->SlotNumber(), CamName, *AssignedDevice, Activating); if (strcmp(buffer, Text()) != 0) { SetText(buffer); return true; diff --git a/po/ar.po b/po/ar.po index d26ccd9e..8b76c169 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2008-10-16 11:16-0400\n" "Last-Translator: Osama Alrawab \n" "Language-Team: Arabic \n" @@ -1122,6 +1122,9 @@ msgstr "الكامة جاهزة" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "الكامة" diff --git a/po/ca_ES.po b/po/ca_ES.po index 8ea7bd3d..6530159f 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2008-03-02 19:02+0100\n" "Last-Translator: Luca Olivetti \n" "Language-Team: Catalan \n" @@ -1121,6 +1121,9 @@ msgstr "CAM preparat" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 6c5ac1b9..581ac955 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2010-05-06 11:00+0200\n" "Last-Translator: Aleš Juřík \n" "Language-Team: Czech \n" @@ -1121,6 +1121,9 @@ msgstr "CAM připraven" msgid " (activating)" msgstr " (aktivuji)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/da_DK.po b/po/da_DK.po index d0fbbf80..3fb738e6 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Mogens Elneff \n" "Language-Team: Danish \n" @@ -1118,6 +1118,9 @@ msgstr "CAM klar" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/de_DE.po b/po/de_DE.po index 762c6fa3..500360c1 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-10 13:45+0100\n" "Last-Translator: Klaus Schmidinger \n" "Language-Team: German \n" @@ -1119,6 +1119,9 @@ msgstr "CAM bereit" msgid " (activating)" msgstr " (wird aktiviert)" +msgid "@ device" +msgstr "@ Empfnger" + msgid "CAM" msgstr "CAM" diff --git a/po/el_GR.po b/po/el_GR.po index a131cd7c..b7972b04 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Dimitrios Dimitrakos \n" "Language-Team: Greek \n" @@ -1118,6 +1118,9 @@ msgstr "" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/es_ES.po b/po/es_ES.po index b2827b5d..9b657b30 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-19 23:00+0100\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Spanish \n" @@ -1119,6 +1119,9 @@ msgstr "CAM preparado" msgid " (activating)" msgstr " (activando)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/et_EE.po b/po/et_EE.po index 8bf931a4..1dfa11f6 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Arthur Konovalov \n" "Language-Team: Estonian \n" @@ -1118,6 +1118,9 @@ msgstr "CAM töövalmis" msgid " (activating)" msgstr " (aktiveerimine)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/fi_FI.po b/po/fi_FI.po index 05d4b0f9..cd3edfa8 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2007-08-15 15:52+0200\n" "Last-Translator: Matti Lehtimäki \n" "Language-Team: Finnish \n" @@ -1122,6 +1122,9 @@ msgstr "CAM valmis" msgid " (activating)" msgstr " (aktivoidaan)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/fr_FR.po b/po/fr_FR.po index 06bb1255..29c59aef 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-11 11:02+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-18 20:16+0100\n" "Last-Translator: Bernard Jaulin \n" "Language-Team: French \n" @@ -1129,6 +1129,9 @@ msgstr "CAM prêt" msgid " (activating)" msgstr " (activation en cours)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/hr_HR.po b/po/hr_HR.po index 0424a446..ba56f66d 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2008-03-17 19:00+0100\n" "Last-Translator: Adrian Caval \n" "Language-Team: Croatian \n" @@ -1120,6 +1120,9 @@ msgstr "CAM spreman" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/hu_HU.po b/po/hu_HU.po index c34bc0e3..1604d725 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-30 13:14+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-13 09:36+0200\n" "Last-Translator: István Füley \n" "Language-Team: Hungarian \n" @@ -1123,6 +1123,9 @@ msgstr "CAM működik" msgid " (activating)" msgstr " (aktiválás)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/it_IT.po b/po/it_IT.po index 79946ffd..e2b45261 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-12 19:31+0100\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" @@ -1124,6 +1124,9 @@ msgstr "La CAM è pronta" msgid " (activating)" msgstr " (attivazione)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "Accesso condizionato CAM" diff --git a/po/lt_LT.po b/po/lt_LT.po index a77dfcc7..3f9fb38e 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-11 14:02+0200\n" "Last-Translator: Valdemaras Pipiras \n" "Language-Team: Lithuanian \n" @@ -1118,6 +1118,9 @@ msgstr "Dekodavimo modulis (CAM) paruoštas darbui" msgid " (activating)" msgstr " (aktyvuojama)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "Dekodavimo modulis (CAM)" diff --git a/po/mk_MK.po b/po/mk_MK.po index 3e4e7e4a..d4797402 100644 --- a/po/mk_MK.po +++ b/po/mk_MK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-08 15:18+0100\n" "Last-Translator: Dimitar Petrovski \n" "Language-Team: Macedonian \n" @@ -1119,6 +1119,9 @@ msgstr "CAM спремен" msgid " (activating)" msgstr " (активирање)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/nl_NL.po b/po/nl_NL.po index ab3fabd2..97ccc137 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-11 10:51+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-10 19:43+0100\n" "Last-Translator: Erik Oomen \n" "Language-Team: Dutch \n" @@ -1124,6 +1124,9 @@ msgstr "CAM gereed" msgid " (activating)" msgstr " (Activeren)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/nn_NO.po b/po/nn_NO.po index ba20fc6e..081702a1 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Truls Slevigen \n" "Language-Team: Norwegian Nynorsk \n" @@ -1119,6 +1119,9 @@ msgstr "" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/pl_PL.po b/po/pl_PL.po index becb8cb2..7993f872 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-12 00:59+0100\n" "Last-Translator: Tomasz Maciej Nowak \n" "Language-Team: Polish \n" @@ -1121,6 +1121,9 @@ msgstr "CAM gotowy" msgid " (activating)" msgstr " (aktywuj)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/pt_PT.po b/po/pt_PT.po index 9a0f7924..6d08aa1c 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2010-03-28 22:49+0100\n" "Last-Translator: Cris Silva \n" "Language-Team: Portuguese \n" @@ -1119,6 +1119,9 @@ msgstr "CAM pronta" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/ro_RO.po b/po/ro_RO.po index c88dd0a8..ea1892a3 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-11 22:26+0100\n" "Last-Translator: Lucian Muresan \n" "Language-Team: Romanian \n" @@ -1120,6 +1120,9 @@ msgstr "CAM pregătit" msgid " (activating)" msgstr " (activez)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/ru_RU.po b/po/ru_RU.po index 3e5057d7..47be5b7a 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2013-03-10 17:13+0100\n" "Last-Translator: Oleg Roitburd \n" "Language-Team: Russian \n" @@ -1119,6 +1119,9 @@ msgstr "CAM msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr " " diff --git a/po/sk_SK.po b/po/sk_SK.po index cfc9bdee..5fc4c04a 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-17 18:59+0100\n" "Last-Translator: Milan Hrala \n" "Language-Team: Slovak \n" @@ -1119,6 +1119,9 @@ msgstr "CAM pripraven msgid " (activating)" msgstr " (aktivovan)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM (modul podmienenho prstupu)" diff --git a/po/sl_SI.po b/po/sl_SI.po index d12ccb21..149e8aa1 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2013-03-04 12:46+0100\n" "Last-Translator: Matjaz Thaler \n" "Language-Team: Slovenian \n" @@ -1119,6 +1119,9 @@ msgstr "CAM pripravljen" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/sr_RS.po b/po/sr_RS.po index 646607f7..72d6d9f0 100644 --- a/po/sr_RS.po +++ b/po/sr_RS.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2013-03-16 15:05+0100\n" "Last-Translator: Zoran Turalija \n" "Language-Team: Serbian \n" @@ -1119,6 +1119,9 @@ msgstr "CAM spreman" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/sv_SE.po b/po/sv_SE.po index c164fa1d..e7adfe40 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-12 21:58+0100\n" "Last-Translator: Magnus Sirvi \n" "Language-Team: Swedish \n" @@ -1123,6 +1123,9 @@ msgstr "CAM klar" msgid " (activating)" msgstr " (aktiverar)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/tr_TR.po b/po/tr_TR.po index 46a6a088..7c7f1179 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2008-02-28 00:33+0100\n" "Last-Translator: Oktay Yolgeen \n" "Language-Team: Turkish \n" @@ -1118,6 +1118,9 @@ msgstr "CAM haz msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM" diff --git a/po/uk_UA.po b/po/uk_UA.po index 9d7328bc..e4c18fbe 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2015-02-13 18:14+0100\n" "Last-Translator: Yarema aka Knedlyk \n" "Language-Team: Ukrainian \n" @@ -1119,6 +1119,9 @@ msgstr "CAM готовий" msgid " (activating)" msgstr " (активування)" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM (Умовний доступ)" diff --git a/po/zh_CN.po b/po/zh_CN.po index 0dfbd6c2..97dc7d6e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-10 13:40+0100\n" +"POT-Creation-Date: 2015-03-09 12:50+0100\n" "PO-Revision-Date: 2013-03-04 14:52+0800\n" "Last-Translator: NFVDR \n" "Language-Team: Chinese (simplified) \n" @@ -1120,6 +1120,9 @@ msgstr "CAM准备" msgid " (activating)" msgstr "" +msgid "@ device" +msgstr "" + msgid "CAM" msgstr "CAM设置"