mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added french texts
This commit is contained in:
parent
6a4852710b
commit
dc2fb473a7
@ -10,3 +10,7 @@ VDR Plugin 'pictures' Revision History
|
||||
- Fixed the Play function (when used from a directory in the pictures menu
|
||||
it always started with the next directory).
|
||||
- Added Finnish texts (thanks to Rolf Ahrenberg <rahrenbe@cc.hut.fi>).
|
||||
|
||||
2008-01-27: Version 0.0.3
|
||||
|
||||
- Added French texts (thanks to Patrice Staudt <patrice.staudt@laposte.net>).
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: pictures.c 1.2 2008/01/19 11:20:03 kls Exp $
|
||||
* $Id: pictures.c 1.3 2008/01/27 15:44:58 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@ -11,7 +11,7 @@
|
||||
#include "menu.h"
|
||||
#include "player.h"
|
||||
|
||||
static const char *VERSION = "0.0.2";
|
||||
static const char *VERSION = "0.0.3";
|
||||
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
|
||||
static const char *MAINMENUENTRY = trNOOP("Pictures");
|
||||
|
||||
|
32
PLUGINS/src/pictures/po/fr_FR.po
Normal file
32
PLUGINS/src/pictures/po/fr_FR.po
Normal file
@ -0,0 +1,32 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Patrice Staudt <patrice.staudt@laposte.net>, 2008."
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pictures 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||
"Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n"
|
||||
"Language-Team: France\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Pictures"
|
||||
msgstr "Images"
|
||||
|
||||
msgid "A simple picture viewer"
|
||||
msgstr "Un simple visualiseur d'images"
|
||||
|
||||
msgid "Picture directory"
|
||||
msgstr "Dossier des images"
|
||||
|
||||
msgid "Slide show delay (s)"
|
||||
msgstr "Pause entre deux images (s)"
|
||||
|
||||
msgid "No picture directory has been defined!"
|
||||
msgstr "Aucun dossier n'est définit!"
|
Loading…
Reference in New Issue
Block a user