Adding edittable version 2023-01-14 (66785d9).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
51b386fcf7
commit
778f9ac0bf
101 changed files with 56770 additions and 0 deletions
24
plugins/55/edittable/lang/fr/lang.php
Normal file
24
plugins/55/edittable/lang/fr/lang.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
|
||||
* @author Digitalin <digikatya@yahoo.fr>
|
||||
*/
|
||||
$lang['secedit_name'] = 'Tableau';
|
||||
$lang['add_table'] = 'Insérer un nouveau tableau';
|
||||
$lang['js']['toggle_header'] = '(dés)activer entêtes';
|
||||
$lang['js']['align_left'] = 'Alignement à gauche';
|
||||
$lang['js']['align_center'] = 'Centrage';
|
||||
$lang['js']['align_right'] = 'Alignement à droite';
|
||||
$lang['js']['confirmdeleterow'] = 'Vraiment supprimer la ligne ?';
|
||||
$lang['js']['confirmdeletecol'] = 'Vraiment supprimer la colonne ?';
|
||||
$lang['js']['row_above'] = 'Ajouter une ligne au dessus';
|
||||
$lang['js']['remove_row'] = 'Supprimer la ligne';
|
||||
$lang['js']['row_below'] = 'Ajouter une ligne en dessous';
|
||||
$lang['js']['col_left'] = 'Ajouter une colonne à gauche';
|
||||
$lang['js']['remove_col'] = 'Supprimer la colonne';
|
||||
$lang['js']['col_right'] = 'Ajouter une colonne à droite';
|
||||
$lang['js']['merge_cells'] = 'Fusionner les cellules';
|
||||
$lang['js']['unmerge_cells'] = 'Scinder les cellules';
|
8
plugins/55/edittable/lang/fr/settings.php
Normal file
8
plugins/55/edittable/lang/fr/settings.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
|
||||
*/
|
||||
$lang['default colwidth'] = 'Largeur des colonnes. Laisser vider pour une adaptation automatique.';
|
Loading…
Add table
Add a link
Reference in a new issue