Files
zoneminder/plugins/libzm_plugin_openalpr/data/fr_fr.php
2015-07-21 16:53:32 +02:00

34 lines
1.4 KiB
PHP

<?php
/* *****************************************************************************
* Copyright (C) 2014 Emmanuel Papin <manupap01@gmail.com>
*
* Authors: Emmanuel Papin <manupap01@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* ****************************************************************************/
$PLANG = array(
'AssumeTargets' => 'Supposer la correspondance',
'MaxCharacters' => 'Nombre max. de caractères',
'MinCharacters' => 'Nombre min. de caractères',
'MinConfidence' => 'Confiance minimum',
'OnlyTargets' => 'Détecter seul. plaques ciblées',
'StrictTargets' => 'Ciblage strict',
'TargetList' => 'Liste de plaques ciblées',
);
?>