xref: /plugin/sqlite/lang/fr/lang.php (revision 8f20f1e47e8724978c9b40c9f94cf89195274882)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Emmanuel Dupin <seedfloyd@gmail.com>
7 * @author Nicolas Friedli <nicolas@theologique.ch>
8 */
9$lang['menu']                  = 'Interface SQLite';
10$lang['db']                    = 'Base de données';
11$lang['index']                 = 'afficher les index';
12$lang['table']                 = 'afficher les tables';
13$lang['rename2to3']            = 'Renommer %s.sqlite en *.sqlite3';
14$lang['convert2to3']           = 'Convertir %s du format Sqlite2 au format Sqlite3';
15