1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00
This commit is contained in:
Jakub Vrana
2014-01-07 23:20:08 -08:00
parent 2faeccc3ff
commit 1fdfc407d1
4 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ $langs = array(
'th' => 'ภาษาไทย', // Panya Saraphi, elect.tu@gmail.com - http://www.opencart2u.com/
'tr' => 'Türkçe', // Bilgehan Korkmaz - turktron.com
'uk' => 'Українська', // Valerii Kryzhov
'zh' => '简体中文', // Mr. Lodar
'zh' => '简体中文', // Mr. Lodar, vea - urn2.net - vea.urn2@gmail.com
'zh-tw' => '繁體中文', // http://tzangms.com
);

View File

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

View File

@@ -1,5 +1,4 @@
<?php
//Chinese language for Adminer from vea - urn2.net - vea.urn2@gmail.com
$translations = array(
'Login' => '登录',
'Logout successful.' => '注销成功。',

View File

@@ -1,4 +1,4 @@
Adminer 4.0.0-dev:
Adminer 4.0.0 (released 2014-01-08):
Driver for SimpleDB, MongoDB and Elasticsearch
Highlight SQL in textareas
Save and continue edit by AJAX