additional_plugins/serendipity_event_vgwort/UTF-8/lang_de.inc.php
Thomas Hochstein 0bced8b29f vgwort: Some fixes. (#97)
* Change type of UNIQUE columns to VARCHAR.

MySQL can't work with UNIQUE constraints on
BLOB or TEXT columns: "MySQL Error 1170 (42000):
BLOB/TEXT Column Used in Key Specification
Without a Key Length".

Public and private counter identifiers have
a fixed length of 32, so use VARCHAR(32)
instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Requires at least s9y 2.2.1-alpha1.

That's the first release containing
"info_more", see s9y/Serendipty#511

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

MySQL comparisions use "=", not "==".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Internationalisation.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

String concatenation is done using ".=", not
"+=".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Bump version, add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Drop "unofficial" from name.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-05 18:27:42 +02:00

10 lines
446 B
PHP

<?php
@define('PLUGIN_EVENT_VGWORT_NAME', 'VG Wort');
@define('PLUGIN_EVENT_VGWORT_DESC', 'Integriert Zählmarken der VG Wort.');
@define('PLUGIN_EVENT_VGWORT_TPL_TITLE', 'Zählmarken');
@define('PLUGIN_EVENT_VGWORT_TPL_IMPORT', 'Neue CSV-Datei mit Zählmarken importieren aus');
@define('PLUGIN_EVENT_VGWORT_LENGTH', 'Länge');
@define('PLUGIN_EVENT_VGWORT_COUNTERCODE', 'Zählmarke');
@define('PLUGIN_EVENT_VGWORT_PRIVATECODE', 'Private ID');