diff options
-rw-r--r-- | pages/edit_recording.ecpp | 26 | ||||
-rw-r--r-- | po/ca_ES.po | 12 | ||||
-rw-r--r-- | po/cs_CZ.po | 12 | ||||
-rw-r--r-- | po/da_DK.po | 12 | ||||
-rw-r--r-- | po/de_DE.po | 17 | ||||
-rw-r--r-- | po/el_GR.po | 12 | ||||
-rw-r--r-- | po/es_ES.po | 12 | ||||
-rw-r--r-- | po/et_EE.po | 12 | ||||
-rw-r--r-- | po/fi_FI.po | 15 | ||||
-rw-r--r-- | po/fr_FR.po | 17 | ||||
-rw-r--r-- | po/hr_HR.po | 12 | ||||
-rw-r--r-- | po/hu_HU.po | 12 | ||||
-rw-r--r-- | po/it_IT.po | 17 | ||||
-rw-r--r-- | po/lt_LT.po | 17 | ||||
-rw-r--r-- | po/nl_NL.po | 12 | ||||
-rw-r--r-- | po/nn_NO.po | 12 | ||||
-rw-r--r-- | po/pl_PL.po | 12 | ||||
-rw-r--r-- | po/pt_PT.po | 12 | ||||
-rw-r--r-- | po/ro_RO.po | 12 | ||||
-rw-r--r-- | po/ru_RU.po | 12 | ||||
-rw-r--r-- | po/sl_SI.po | 12 | ||||
-rw-r--r-- | po/sv_SE.po | 12 | ||||
-rw-r--r-- | po/tr_TR.po | 12 |
23 files changed, 247 insertions, 66 deletions
diff --git a/pages/edit_recording.ecpp b/pages/edit_recording.ecpp index dc124fd..a810908 100644 --- a/pages/edit_recording.ecpp +++ b/pages/edit_recording.ecpp @@ -150,6 +150,32 @@ const cRecording* recording; <td class="label leftcol"><div class="withmargin"><$ tr("Copy only") $>:</div></td> <td class="rightcol"><input type="checkbox" name="options" value="copy"/></td> </tr> +<%cpp> +if (recording && recording->Info()->ShortText()) { +</%cpp> + <tr> + <td class="label leftcol"><div class="withmargin"><$ tr("Short description") $>:</div></td> + <td class="rightcol"><$ recording->Info()->ShortText() $></td> + </tr> +<%cpp> +} +if (recording && recording->Info()->Description()) { +</%cpp> + <tr> + <td class="label leftcol"><div class="withmargin"><$ tr("Description") $>:</div></td> + <td class="rightcol"><$ recording->Info()->Description() $></td> + </tr> +<%cpp> +} +if (recording && recording->Info()->Aux()) { +</%cpp> + <tr> + <td class="label leftcol"><div class="withmargin"><$ tr("Auxiliary info") $>:</div></td> + <td class="rightcol"><$ recording->Info()->Aux() $></td> + </tr> +<%cpp> +} +</%cpp> <tr> <td class="buttonpanel leftcol rightcol bottomrow" colspan="2"> <div class="withmargin"> diff --git a/po/ca_ES.po b/po/ca_ES.po index 9732e4f..403e99b 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -159,6 +159,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -220,9 +229,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 53d1fa2..4c947fc 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index aaed0a9..744f8f2 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index 2b56825..d1e469d 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -159,6 +159,16 @@ msgstr "Schnittmarken löschen" msgid "Copy only" msgstr "" +#, fuzzy +msgid "Short description" +msgstr "Beschreibung" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "Speichern" @@ -220,9 +230,6 @@ msgstr "Titel" msgid "Episode" msgstr "Episode" -msgid "Description" -msgstr "Beschreibung" - msgid "Use extended EPG info" msgstr "Verw. erweiterte EPG Info" @@ -928,3 +935,7 @@ msgstr "" msgid "No EPG information available" msgstr "Keine EPG Daten vorhanden" + +#, fuzzy +#~ msgid "Subtitle" +#~ msgstr "Titel" diff --git a/po/el_GR.po b/po/el_GR.po index 6a104bf..4003eee 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index b8382b2..3773318 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/et_EE.po b/po/et_EE.po index 5900ec7..230883b 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index 21fb162..12dbc47 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -157,6 +157,15 @@ msgstr "Poista merkinnät" msgid "Copy only" msgstr "Kopioi ainoastaan" +msgid "Short description" +msgstr "Lyhyt kuvaus" + +msgid "Description" +msgstr "Kuvaus" + +msgid "Auxiliary info" +msgstr "Lisätiedot" + msgid "Save" msgstr "Tallenna" @@ -218,9 +227,6 @@ msgstr "Otsikko" msgid "Episode" msgstr "Jakson nimi" -msgid "Description" -msgstr "Kuvaus" - msgid "Use extended EPG info" msgstr "Käytä laajennettua ohjelmaopasta" @@ -926,3 +932,6 @@ msgstr "Interaktiivinen VDR-ympäristö" msgid "No EPG information available" msgstr "Ohjelmatietoja ei saatavilla" + +#~ msgid "Subtitle" +#~ msgstr "Lyhyt kuvaus" diff --git a/po/fr_FR.po b/po/fr_FR.po index f1ab857..1908ef8 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -163,6 +163,16 @@ msgstr "" msgid "Copy only" msgstr "" +#, fuzzy +msgid "Short description" +msgstr "Description" + +msgid "Description" +msgstr "Description" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "Sauvegarde" @@ -224,9 +234,6 @@ msgstr "Titre" msgid "Episode" msgstr "Épisode" -msgid "Description" -msgstr "Description" - msgid "Use extended EPG info" msgstr "Utiliser les infos EPG avancées" @@ -958,6 +965,10 @@ msgid "No EPG information available" msgstr "" #, fuzzy +#~ msgid "Subtitle" +#~ msgstr "Titre" + +#, fuzzy #~ msgid "Please set a name and password for the user!" #~ msgstr "Entrée le nom d'utilisateur et le mot de passe svp!" diff --git a/po/hr_HR.po b/po/hr_HR.po index ffd7a06..48a855d 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index e04216d..d432f38 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index be70cac..2682dcf 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -163,6 +163,16 @@ msgstr "" msgid "Copy only" msgstr "" +#, fuzzy +msgid "Short description" +msgstr "Descrizione" + +msgid "Description" +msgstr "Descrizione" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "Salva" @@ -224,9 +234,6 @@ msgstr "Titolo" msgid "Episode" msgstr "Episodio" -msgid "Description" -msgstr "Descrizione" - msgid "Use extended EPG info" msgstr "Utilizza informazioni EPG estesa" @@ -935,6 +942,10 @@ msgid "No EPG information available" msgstr "Nessuna informazione EPG disponibile" #, fuzzy +#~ msgid "Subtitle" +#~ msgstr "Titolo" + +#, fuzzy #~ msgid "Please set a name and password for the user!" #~ msgstr "Digita un nome utente e password!" diff --git a/po/lt_LT.po b/po/lt_LT.po index bc95cd3..5ee0731 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -158,6 +158,16 @@ msgstr "" msgid "Copy only" msgstr "" +#, fuzzy +msgid "Short description" +msgstr "ApraÅ¡ymas" + +msgid "Description" +msgstr "ApraÅ¡ymas" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "IÅ¡saugoti" @@ -219,9 +229,6 @@ msgstr "Pavadinimas" msgid "Episode" msgstr "Epizodas" -msgid "Description" -msgstr "ApraÅ¡ymas" - msgid "Use extended EPG info" msgstr "Naudoti iÅ¡plÄ—stÄ… EPG informacijÄ…" @@ -928,3 +935,7 @@ msgstr "Live interaktyvioji VDR aplinka" msgid "No EPG information available" msgstr "NÄ—ra EPG informacijos" + +#, fuzzy +#~ msgid "Subtitle" +#~ msgstr "Pavadinimas" diff --git a/po/nl_NL.po b/po/nl_NL.po index b7002c1..9107abe 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -163,6 +163,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -224,9 +233,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "Gebruik uitgebreide EPG info" diff --git a/po/nn_NO.po b/po/nn_NO.po index a08350e..d09614c 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index 4e4e44c..832e267 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index 415dd3c..37daf44 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 742aa25..5955bcb 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index 565db6b..f35b827 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -157,6 +157,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -218,9 +227,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index ab3bde0..f6d9112 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index 67201e3..e9390ee 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index 21e5e2a..5f21861 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -158,6 +158,15 @@ msgstr "" msgid "Copy only" msgstr "" +msgid "Short description" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Auxiliary info" +msgstr "" + msgid "Save" msgstr "" @@ -219,9 +228,6 @@ msgstr "" msgid "Episode" msgstr "" -msgid "Description" -msgstr "" - msgid "Use extended EPG info" msgstr "" |