Add missing translation

This commit is contained in:
Jakub Vrana 2020-03-06 16:12:37 +01:00
parent 3f38b61366
commit 1d1f11504c
3 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
<?php
$VERSION = "4.7.6";
$VERSION = "4.7.7-dev";

View file

@ -333,4 +333,6 @@ $translations = array(
'Type has been dropped.' => 'Tyyppi poistettiin.',
'Type has been created.' => 'Tyyppi luotiin.',
'Alter type' => 'Muuta tyyppiä',
'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => 'Kiitos, kun käytät Admineriä, voit <a href="https://www.adminer.org/en/donation/">tehdä lahjoituksen tästä</a>.',
);

View file

@ -1,3 +1,5 @@
Adminer 4.7.7-dev:
Adminer 4.7.6 (released 2020-01-31):
Speed up alter table form (regression from 4.4.0)
Fix clicking on non-input fields in alter table (regression from 4.6.2)