diff options
| -rw-r--r-- | po/de_DE.po | 6 | ||||
| -rw-r--r-- | po/fr_FR.po | 6 | ||||
| -rw-r--r-- | undelete.c | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/po/de_DE.po b/po/de_DE.po index 9bdbe88..f2cb564 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <martin.dummer@gmx.net>\n" -"POT-Creation-Date: 2012-10-01 10:04+0200\n" +"POT-Creation-Date: 2012-10-04 12:47+0200\n" "PO-Revision-Date: 2012-06-27 16:35+0200\n" "Last-Translator: Martin Dummer <martin.dummer@gmx.net>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -16,6 +16,9 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" +msgid "undelete for recordings" +msgstr "Gelöschte Aufnahmen wiederherstellen" + msgid "Choice$salvage" msgstr "wiederherst." @@ -366,4 +369,3 @@ msgstr "Tasten von %s und %s sind gleich." msgid "Setup$Select" msgstr "Auswahl" - diff --git a/po/fr_FR.po b/po/fr_FR.po index 192e08a..2a8c19a 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <martin.dummer@gmx.net>\n" -"POT-Creation-Date: 2012-10-01 10:04+0200\n" +"POT-Creation-Date: 2012-10-04 12:47+0200\n" "PO-Revision-Date: 2012-06-27 16:35+0200\n" "Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -19,6 +19,9 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +msgid "undelete for recordings" +msgstr "Restaurer enregistrement" + msgid "Choice$salvage" msgstr "restaurer" @@ -369,4 +372,3 @@ msgstr "Touche de %s et %s sont les mêmes." msgid "Setup$Select" msgstr "Choix" - @@ -16,7 +16,8 @@ #include <vdr/videodir.h> static const char *VERSION = "0.0.7pre1"; -static const char *DESCRIPTION = "undelete for recordings"; +static const char DESCRIPTION[] = trNOOP("undelete for recordings"); + // Global variables that control the overall behaviour: |
