From 9f8699cc0a70bbf36cc9ca01b1ef64840d9ba68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 25 Dec 2008 15:46:29 +0200 Subject: Grammar fix. --- po/de.po | 7 +++---- po/fi.po | 7 +++---- po/fr.po | 7 +++---- po/it.po | 6 +++--- po/muggle.pot | 6 +++--- vdr_actions.c | 2 +- 6 files changed, 16 insertions(+), 19 deletions(-) diff --git a/po/de.po b/po/de.po index 4d3e1b6..215ad25 100644 --- a/po/de.po +++ b/po/de.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: de\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-23 22:35+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-25 15:40+0200\n" "PO-Revision-Date: 2008-12-23 22:40+0100\n" "Last-Translator: Wolfgang Rohdewald \n" "Language-Team: German \n" @@ -171,7 +171,7 @@ msgid "Set default to collection '%s'" msgstr "Setze Ziel auf Sammlung '%s'" #, c-format -msgid "Default collection now is '%s'" +msgid "Default collection is now '%s'" msgstr "Ziel-Sammlung ist jetzt '%s'" msgid "Set" @@ -386,4 +386,3 @@ msgstr "Setup.muggle$Transparenz für Cover" msgid "Delete stale references" msgstr "Einträge löschen, wenn Datei fehlt" - diff --git a/po/fi.po b/po/fi.po index 18211bc..60b785b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: fi\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-24 12:05+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-25 15:40+0200\n" "PO-Revision-Date: 2008-12-25 15:37+0200\n" "Last-Translator: Ville Skyttä \n" "Language-Team: Finnish \n" @@ -170,7 +170,7 @@ msgid "Set default to collection '%s'" msgstr "Aseta kokoelma '%s' oletukseksi" #, c-format -msgid "Default collection now is '%s'" +msgid "Default collection is now '%s'" msgstr "Oletuskokoelma on nyt '%s'" msgid "Set" @@ -388,4 +388,3 @@ msgstr "Tuhoa vanhentuneet viittaukset" #~ msgid "Background mode" #~ msgstr "Taustamoodi" - diff --git a/po/fr.po b/po/fr.po index e88238e..66caa39 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-23 22:35+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-25 15:40+0200\n" "PO-Revision-Date: 2008-12-23 22:45+0100\n" "Last-Translator: Wolfgang Rohdewald \n" "Language-Team: French \n" @@ -170,7 +170,7 @@ msgid "Set default to collection '%s'" msgstr "Changer destination à la collection '%s'" #, c-format -msgid "Default collection now is '%s'" +msgid "Default collection is now '%s'" msgstr "destination est maintenant '%s'" msgid "Set" @@ -385,4 +385,3 @@ msgstr "Setup.muggle$Transparancy de l'image" msgid "Delete stale references" msgstr "Effacer références éventées" - diff --git a/po/it.po b/po/it.po index bad016d..5f1069e 100644 --- a/po/it.po +++ b/po/it.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-24 12:05+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-25 15:40+0200\n" "PO-Revision-Date: 2008-08-21 01:36+0100\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" @@ -166,7 +166,7 @@ msgid "Set default to collection '%s'" msgstr "Imposta predefinito alla collezione '%s'" #, fuzzy, c-format -msgid "Default collection now is '%s'" +msgid "Default collection is now '%s'" msgstr "Imposta predefinito alla collezione '%s'" msgid "Set" diff --git a/po/muggle.pot b/po/muggle.pot index e1a9e1c..bd84a7a 100644 --- a/po/muggle.pot +++ b/po/muggle.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-24 12:05+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-25 15:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,7 +167,7 @@ msgid "Set default to collection '%s'" msgstr "" #, c-format -msgid "Default collection now is '%s'" +msgid "Default collection is now '%s'" msgstr "" msgid "Set" diff --git a/vdr_actions.c b/vdr_actions.c index 3c12b92..42fc4fc 100644 --- a/vdr_actions.c +++ b/vdr_actions.c @@ -797,7 +797,7 @@ mgSetDefaultCollection::Enabled(mgActions on) { bool mgSetDefaultCollection::Execute () { Selosd ()->default_collection = selection ()->getCurrentValue(); - osd()->Message1 (tr("Default collection now is '%s'"), + osd()->Message1 (tr("Default collection is now '%s'"), Selosd ()->default_collection.c_str()); return true; } -- cgit v1.2.3