mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Add missing translation
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.7.6";
|
||||
$VERSION = "4.7.7-dev";
|
||||
|
@@ -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>.',
|
||||
);
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user