mirror of
https://github.com/cosmocode/sqlite.git
synced 2025-07-25 17:11:50 +00:00
Merge pull request #95 from dokuwiki-translate/lang_update_1127_1747730598
Translation update (de)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author andreash <aeheil@gmail.com>
|
||||
* @author Zayd Benhadou <zaydbenhadou@gmail.com>
|
||||
* @author Michael Bohn <mjbohn@gmail.com>
|
||||
* @author Tim Weinhold <tim.weinhold@gmail.com>
|
||||
@ -19,7 +20,11 @@ $lang['import'] = 'Datenbank importieren';
|
||||
$lang['import_no_file'] = 'Wählen Sie eine Datei aus';
|
||||
$lang['import_success'] = 'Datenbank erfolgreich importiert ';
|
||||
$lang['none'] = 'Nichts gefunden';
|
||||
$lang['query_name'] = 'Abfragename';
|
||||
$lang['save_query'] = 'Abfrage speichern';
|
||||
$lang['delete_query'] = 'Löschen';
|
||||
$lang['saved_queries'] = 'Gespeicherte Abfragen';
|
||||
$lang['validation query_required'] = 'SQL Befehl ist erforderlich.';
|
||||
$lang['validation query_name_required'] = 'Abfragename ist erforderlich';
|
||||
$lang['success query_saved'] = 'Abfrage gespeichert';
|
||||
$lang['success query_deleted'] = 'Abfrage gelöscht';
|
||||
|
Reference in New Issue
Block a user