diff options
author | Klaus Schmidinger <Klaus (dot) Schmidinger (at) tvdr (dot) de> | 2012-03-25 13:45:00 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2012-03-25 15:43:37 +0200 |
commit | 19b952728eb81dfb773e3157fc54be338064a0dc (patch) | |
tree | 473c15827e8131259601e60451b1b076b4c7b5cd /po | |
parent | 5117f359388e50d2ad46ba53330741c6b1a1e7ae (diff) | |
download | vdr-patches-19b952728eb81dfb773e3157fc54be338064a0dc.tar.gz vdr-patches-19b952728eb81dfb773e3157fc54be338064a0dc.tar.bz2 |
Version 1.7.27
Original announce message:
VDR developer version 1.7.27 is now available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.27.tar.bz2
A 'diff' against the previous version is available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.26-1.7.27.diff
MD5 checksums:
bfeaa79a9e55144bca2b69139c45f1bb vdr-1.7.27.tar.bz2
b23344be51d3e2c2d96cc2dd4e8e564e vdr-1.7.26-1.7.27.diff
WARNING:
========
This is a developer version. Even though I use it in my productive
environment. I strongly recommend that you only use it under controlled
conditions and for testing and debugging.
From the HISTORY file:
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Changed the Green button in the "Edit timer" menu from "Once" to "Single"
(suggested by Rolf Ahrenberg).
- Fixed some typos in HISTORY and CONTRIBUTORS (thanks to Ville Skyttä).
- The channel name column in the "What's on now/next" menu now adjusts its width
to display the full short name of each channel (suggested by Dominic Evans).
- Dropped the meanwhile obsolete script 'i18n-to-gettext'.
- Removed the obsolete function cPlugin::RegisterI18n().
- Removed the obsolete typedef tI18nPhrase.
- Adapted menu column widths of 'skincurses' to the wider HD OSD sizes.
- Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (recording.h)
and LEGACY_CRECEIVER (receiver.h) to trigger an error for any plugin that still
uses the respective code. You can reactivate these to quickly make your plugin
compile again, but beware that these code parts will be removed in one of the next
versions.
- Made the "overloaded-virtual" warning an error to detect hidden overloaded
virtual functions (thanks to Anssi Hannula for pointing out -Werror=...).
Plugin authors may want to change -Woverloaded-virtual to -Werror=overloaded-virtual
in their Makefiles.
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Improved fast forwarding to the end of a timeshift recording.
- The new function cDevice::DeviceName() returns a string identifying the name of
the given device.
- When toggling a timer between "Single" and "Repeating", the previous setting is now
retained in case the user toggles back to the original value.
- When estimating the remaining disk space (in hours), the average data rate of all
existing recordings is now taken into account. If this value can't be determined,
the previous value of 25.75 MB/min is taken.
- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin.
- No longer using GetFont() (which is not thread safe) in cSubtitleRegion::UpdateTextData().
- Fixed a memory leak in cSubtitleRegion::UpdateTextData().
- Moved setting LC_NUMERIC further up to make sure any floating point numbers use a
decimal point (suggested by Tobias Grimm).
- Added missing channel locking to cEIT.
- Fixed reduced bpp support for DVB subtitles (thanks to Rolf Ahrenberg).
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Reverted some improvements to Make.config.template (thanks to Christian Ruppert).
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
Diffstat (limited to 'po')
-rw-r--r-- | po/ar.po | 2 | ||||
-rw-r--r-- | po/ca_ES.po | 2 | ||||
-rw-r--r-- | po/cs_CZ.po | 2 | ||||
-rw-r--r-- | po/da_DK.po | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | po/el_GR.po | 2 | ||||
-rw-r--r-- | po/es_ES.po | 2 | ||||
-rw-r--r-- | po/et_EE.po | 8 | ||||
-rw-r--r-- | po/fi_FI.po | 6 | ||||
-rw-r--r-- | po/fr_FR.po | 2 | ||||
-rw-r--r-- | po/hr_HR.po | 2 | ||||
-rw-r--r-- | po/hu_HU.po | 2 | ||||
-rw-r--r-- | po/it_IT.po | 10 | ||||
-rw-r--r-- | po/lt_LT.po | 2 | ||||
-rw-r--r-- | po/mk_MK.po | 2 | ||||
-rw-r--r-- | po/nl_NL.po | 2 | ||||
-rw-r--r-- | po/nn_NO.po | 2 | ||||
-rw-r--r-- | po/pl_PL.po | 2 | ||||
-rw-r--r-- | po/pt_PT.po | 2 | ||||
-rw-r--r-- | po/ro_RO.po | 2 | ||||
-rw-r--r-- | po/ru_RU.po | 2 | ||||
-rw-r--r-- | po/sk_SK.po | 2 | ||||
-rw-r--r-- | po/sl_SI.po | 2 | ||||
-rw-r--r-- | po/sr_SR.po | 2 | ||||
-rw-r--r-- | po/sv_SE.po | 2 | ||||
-rw-r--r-- | po/tr_TR.po | 2 | ||||
-rw-r--r-- | po/uk_UA.po | 2 | ||||
-rw-r--r-- | po/zh_CN.po | 2 |
28 files changed, 37 insertions, 37 deletions
@@ -660,7 +660,7 @@ msgstr "ملف" msgid "Button$Folder" msgstr "الموءقت" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/ca_ES.po b/po/ca_ES.po index ed46124..801a399 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -651,7 +651,7 @@ msgstr "Arxiu" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index b5856da..50697d1 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -650,7 +650,7 @@ msgstr "Soubor" msgid "Button$Folder" msgstr "Složka" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/da_DK.po b/po/da_DK.po index 1d6535e..0777ee7 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -648,7 +648,7 @@ msgstr "Fil" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/de_DE.po b/po/de_DE.po index 30af349..6bcee52 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -648,7 +648,7 @@ msgstr "Datei" msgid "Button$Folder" msgstr "Verzeichnis" -msgid "Button$Once" +msgid "Button$Single" msgstr "Einmalig" msgid "Button$Repeating" diff --git a/po/el_GR.po b/po/el_GR.po index 10fba4f..f2bd7ff 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -648,7 +648,7 @@ msgstr "" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/es_ES.po b/po/es_ES.po index f7fdf47..3260e24 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -649,7 +649,7 @@ msgstr "Fichero" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/et_EE.po b/po/et_EE.po index ba288d7..c808011 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -648,14 +648,14 @@ msgstr "Fail" msgid "Button$Folder" msgstr "Kaust" -msgid "Button$Once" -msgstr "" +msgid "Button$Single" +msgstr "Üks kord" msgid "Button$Repeating" -msgstr "" +msgstr "Korduv" msgid "First day" -msgstr "Esimene päev" +msgstr "1. päev" msgid "Select folder" msgstr "Kausta valik" diff --git a/po/fi_FI.po b/po/fi_FI.po index f8fcaf1..4e9ba73 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -651,11 +651,11 @@ msgstr "Tiedosto" msgid "Button$Folder" msgstr "Kansio" -msgid "Button$Once" -msgstr "" +msgid "Button$Single" +msgstr "Yksittäinen" msgid "Button$Repeating" -msgstr "" +msgstr "Toistuva" msgid "First day" msgstr "1. päivä" diff --git a/po/fr_FR.po b/po/fr_FR.po index 1f57d79..4673b2e 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -654,7 +654,7 @@ msgstr "Fichier" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/hr_HR.po b/po/hr_HR.po index 4db9048..91499ca 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -650,7 +650,7 @@ msgstr "Datoteka" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/hu_HU.po b/po/hu_HU.po index 1068516..595fa6b 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -651,7 +651,7 @@ msgstr "File" msgid "Button$Folder" msgstr "Knyvtr" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/it_IT.po b/po/it_IT.po index bbeba53..54beaca 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n" "POT-Creation-Date: 2012-03-08 14:37+0100\n" -"PO-Revision-Date: 2012-01-15 19:11+0100\n" +"PO-Revision-Date: 2012-03-19 01:08+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: Italian <vdr@linuxtv.org>\n" "Language: it\n" @@ -655,11 +655,11 @@ msgstr "Nome" msgid "Button$Folder" msgstr "Cartella" -msgid "Button$Once" -msgstr "" +msgid "Button$Single" +msgstr "Una volta" msgid "Button$Repeating" -msgstr "" +msgstr "Repliche" msgid "First day" msgstr "1° giorno" @@ -758,7 +758,7 @@ msgid "Delete recording?" msgstr "Eliminare la registrazione?" msgid "Recording is being edited - really delete?" -msgstr "" +msgstr "La registrazione è stata modificata - sicuro di eliminare?" msgid "Error while deleting recording!" msgstr "Errore eliminazione registrazione!" diff --git a/po/lt_LT.po b/po/lt_LT.po index a2abe00..50cd11d 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -648,7 +648,7 @@ msgstr "Failas" msgid "Button$Folder" msgstr "Katalogas" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/mk_MK.po b/po/mk_MK.po index afb2e6c..94935c8 100644 --- a/po/mk_MK.po +++ b/po/mk_MK.po @@ -649,7 +649,7 @@ msgstr "Датотека" msgid "Button$Folder" msgstr "Директориум" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/nl_NL.po b/po/nl_NL.po index 27ebaa7..20ee0cb 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -652,7 +652,7 @@ msgstr "Bestandnaam" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/nn_NO.po b/po/nn_NO.po index 182209e..a51967b 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -649,7 +649,7 @@ msgstr "Filnavn" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/pl_PL.po b/po/pl_PL.po index 072fae9..5471341 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -649,7 +649,7 @@ msgstr "Plik" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/pt_PT.po b/po/pt_PT.po index 9090178..360a095 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -649,7 +649,7 @@ msgstr "Ficheiro" msgid "Button$Folder" msgstr "Pasta" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/ro_RO.po b/po/ro_RO.po index 1d5dc60..7d875d5 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -651,7 +651,7 @@ msgstr "Fiier" msgid "Button$Folder" msgstr "Director" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/ru_RU.po b/po/ru_RU.po index 156b745..203cb00 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -649,7 +649,7 @@ msgstr "" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/sk_SK.po b/po/sk_SK.po index 7f9a7f0..65dc7bd 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -648,7 +648,7 @@ msgstr "Sbor" msgid "Button$Folder" msgstr "Zloka" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/sl_SI.po b/po/sl_SI.po index 6c87e94..b785143 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -649,7 +649,7 @@ msgstr "Datoteka" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/sr_SR.po b/po/sr_SR.po index ee6f4c5..d5f7e9a 100644 --- a/po/sr_SR.po +++ b/po/sr_SR.po @@ -654,7 +654,7 @@ msgstr "Datoteka" msgid "Button$Folder" msgstr "Taster$Direktorij" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/sv_SE.po b/po/sv_SE.po index 77a5c77..4e9aba8 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -651,7 +651,7 @@ msgstr "Filnamn" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/tr_TR.po b/po/tr_TR.po index bfc8624..c11769b 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -648,7 +648,7 @@ msgstr "Ktk" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/uk_UA.po b/po/uk_UA.po index 1362823..e175282 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -648,7 +648,7 @@ msgstr "Файл" msgid "Button$Folder" msgstr "Каталог" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/zh_CN.po b/po/zh_CN.po index 4ff86cf..b878937 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -651,7 +651,7 @@ msgstr "文件" msgid "Button$Folder" msgstr "" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" |