Save and insert next

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@270 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-27 07:44:55 +00:00
parent 0dce6a556f
commit 20c9325c11
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ if ($fields) {
<input type="hidden" name="token" value="<?php echo $token; ?>" />
<?php if ($fields) { ?>
<input type="submit" value="<?php echo lang('Save'); ?>" />
<?php if (!isset($_GET["default"])) { ?><input type="submit" name="insert" value="<?php echo lang('Save and insert'); ?>" /><?php } ?>
<?php if (!isset($_GET["default"])) { ?><input type="submit" name="insert" value="<?php echo lang('Save and insert next'); ?>" /><?php } ?>
<?php } ?>
<?php if ($where) { ?> <input type="submit" name="delete" value="<?php echo lang('Delete'); ?>" /><?php } ?>
</p>

View file

@ -48,7 +48,7 @@ $translations['cs'] = array(
'Edit' => 'Upravit',
'Insert' => 'Vložit',
'Error during saving' => 'Chyba při ukládání',
'Save and insert' => 'Uložit a vložit',
'Save and insert next' => 'Uložit a vložit další',
'Delete' => 'Smazat',
'Database' => 'Databáze',
'Routines' => 'Procedury',