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
23
plugins/55/edittable/lang/de-informal/lang.php
Normal file
23
plugins/55/edittable/lang/de-informal/lang.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Felix Müller-Donath <j.felix@mueller-donath.de>
|
||||
*/
|
||||
$lang['secedit_name'] = 'Tabelle';
|
||||
$lang['add_table'] = 'Neue Tabelle einfügen';
|
||||
$lang['js']['toggle_header'] = 'Kopfzeile an/aus';
|
||||
$lang['js']['align_left'] = 'Links ausrichten';
|
||||
$lang['js']['align_center'] = 'Mittig ausrichten';
|
||||
$lang['js']['align_right'] = 'Rechts ausrichten';
|
||||
$lang['js']['confirmdeleterow'] = 'Zeile wirklich löschen?';
|
||||
$lang['js']['confirmdeletecol'] = 'Spalte wirklich löschen?';
|
||||
$lang['js']['row_above'] = 'Zeile darüber einfügen';
|
||||
$lang['js']['remove_row'] = 'Zeile entfernen';
|
||||
$lang['js']['row_below'] = 'Zeile darunter einfügen';
|
||||
$lang['js']['col_left'] = 'Spalte links hinzufügen';
|
||||
$lang['js']['remove_col'] = 'Spalte entfernen';
|
||||
$lang['js']['col_right'] = 'Spalte rechts hinzufügen';
|
||||
$lang['js']['merge_cells'] = 'Zellen verbinden';
|
||||
$lang['js']['unmerge_cells'] = 'Zellen trennen';
|
8
plugins/55/edittable/lang/de-informal/settings.php
Normal file
8
plugins/55/edittable/lang/de-informal/settings.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Felix Müller-Donath <j.felix@mueller-donath.de>
|
||||
*/
|
||||
$lang['default colwidth'] = 'Breite der Tabellenspalten. Ohne Angabe wird die Breite anhand des Inhaltes ermittelt.';
|
Loading…
Add table
Add a link
Reference in a new issue