We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a204b16 + 5170ee2 commit 3a6382aCopy full SHA for 3a6382a
lang/de/lang.php
@@ -78,7 +78,7 @@
78
$lang['Exception nolookupmix'] = 'Sie können nicht mehr als eine Suche aggregieren oder mit Seitendaten mischen.';
79
$lang['Exception No data saved'] = 'Keine Daten gespeichert';
80
$lang['Exception no sqlite'] = 'Das \'Struct Plugin\' benötigt das \'Sqlite Plugin\'. Bitte installieren und aktivieren.';
81
-$lang['Exception column not in table'] = 'Das Schema %s enthält keine Spalte %s.';
+$lang['Exception column not in table'] = 'Die Spalte %s existiert im Schema %s nicht.';
82
$lang['Warning: no filters for cloud'] = 'Filter werden in \'Struct Clouds\' nicht unterstützt';
83
$lang['sort'] = 'Nach dieser Spalte sortieren';
84
$lang['next'] = 'Nächste Seite';
0 commit comments