From daf25f300d49e66273cc4a74cd760e8545847347 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 11 Mar 2012 10:46:17 +0100 Subject: [PATCH] Changed the Green button in the "Edit timer" menu from "Once" to "Single" --- CONTRIBUTORS | 2 ++ HISTORY | 2 ++ menu.c | 4 ++-- po/ar.po | 2 +- po/ca_ES.po | 2 +- po/cs_CZ.po | 2 +- po/da_DK.po | 2 +- po/de_DE.po | 2 +- po/el_GR.po | 2 +- po/es_ES.po | 2 +- po/et_EE.po | 2 +- po/fi_FI.po | 2 +- po/fr_FR.po | 2 +- po/hr_HR.po | 2 +- po/hu_HU.po | 2 +- po/it_IT.po | 2 +- po/lt_LT.po | 2 +- po/mk_MK.po | 2 +- po/nl_NL.po | 2 +- po/nn_NO.po | 2 +- po/pl_PL.po | 2 +- po/pt_PT.po | 2 +- po/ro_RO.po | 2 +- po/ru_RU.po | 2 +- po/sk_SK.po | 2 +- po/sl_SI.po | 2 +- po/sr_SR.po | 2 +- po/sv_SE.po | 2 +- po/tr_TR.po | 2 +- po/uk_UA.po | 2 +- po/zh_CN.po | 2 +- 31 files changed, 34 insertions(+), 30 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index abc448c8..b4ca01c5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1137,6 +1137,8 @@ Rolf Ahrenberg for adding some typecasts to silence gcc compiler warnings for reporting a bug in handling OSD color button texts in case a menu item has texts of its own + for suggesting to change the Green button in the "Edit timer" menu from "Once" + to "Single" Ralf Klueber for reporting a bug in cutting a recording if there is only a single editing mark diff --git a/HISTORY b/HISTORY index 9f29724d..57c2492c 100644 --- a/HISTORY +++ b/HISTORY @@ -7013,3 +7013,5 @@ Video Disk Recorder Revision History 2012-03-11: Version 1.7.27 - 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). diff --git a/menu.c b/menu.c index 260f9702..2e369f46 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 2.42 2012/03/08 13:32:44 kls Exp $ + * $Id: menu.c 2.43 2012/03/11 10:44:32 kls Exp $ */ #include "menu.h" @@ -935,7 +935,7 @@ cMenuEditTimer::~cMenuEditTimer() void cMenuEditTimer::SetHelpKeys(void) { - SetHelp(tr("Button$Folder"), data.weekdays ? tr("Button$Once") : tr("Button$Repeating")); + SetHelp(tr("Button$Folder"), data.weekdays ? tr("Button$Single") : tr("Button$Repeating")); } void cMenuEditTimer::SetFirstDayItem(void) diff --git a/po/ar.po b/po/ar.po index 4690de6d..1723eabf 100644 --- a/po/ar.po +++ b/po/ar.po @@ -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 ed461240..801a3994 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 b5856da9..50697d13 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 1d6535eb..0777ee78 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 30af349c..6bcee52d 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 10fba4f5..f2bd7ff7 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 f7fdf473..3260e244 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 ba288d79..07e2ed22 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -648,7 +648,7 @@ msgstr "Fail" msgid "Button$Folder" msgstr "Kaust" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/fi_FI.po b/po/fi_FI.po index 70d9f54a..4e9ba735 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -651,7 +651,7 @@ msgstr "Tiedosto" msgid "Button$Folder" msgstr "Kansio" -msgid "Button$Once" +msgid "Button$Single" msgstr "Yksittäinen" msgid "Button$Repeating" diff --git a/po/fr_FR.po b/po/fr_FR.po index 1f57d791..4673b2ea 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 4db90487..91499ca3 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 10685165..595fa6b4 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 bbeba537..8379e68e 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -655,7 +655,7 @@ msgstr "Nome" msgid "Button$Folder" msgstr "Cartella" -msgid "Button$Once" +msgid "Button$Single" msgstr "" msgid "Button$Repeating" diff --git a/po/lt_LT.po b/po/lt_LT.po index a2abe00e..50cd11da 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 afb2e6cb..94935c8c 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 27ebaa7c..20ee0cb0 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 182209e1..a51967be 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 072fae9a..5471341a 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 9090178d..360a0957 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 1d5dc602..7d875d57 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -651,7 +651,7 @@ msgstr "Fi 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 156b7453..203cb00a 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 7f9a7f0e..65dc7bd9 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -648,7 +648,7 @@ msgstr "S 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 6c87e94c..b785143e 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 ee6f4c5d..d5f7e9ae 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 77a5c775..4e9aba8d 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 bfc86242..c11769b9 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -648,7 +648,7 @@ msgstr "K 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 13628235..e1752824 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 4ff86cf1..b878937e 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"