]> git.joonet.de Git - adminer.git/commitdiff
Update translations
authorJakub Vrana <jakub@vrana.cz>
Mon, 15 Nov 2010 08:41:01 +0000 (09:41 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 15 Nov 2010 15:20:50 +0000 (16:20 +0100)
adminer/lang/fr.inc.php
adminer/lang/ja.inc.php
adminer/lang/zh.inc.php

index 672f60c962187c6c81e278d5fdba9b28734eeb50..c149eba0c30a40b7b13bddac2f5623d84d857070 100644 (file)
@@ -259,4 +259,10 @@ $translations = array(
        'Attachments' => 'Pièces jointes',
        'Item%s has been inserted.' => 'L\'élément%s a été inséré.',
        'now' => 'maintenant',
+       '%d query(s) executed OK.' => array('%d requête exécutée avec succès.', '%d requêtes exécutées avec succès.'),
+       'Show only errors' => 'Montrer seulement les erreurs',
+       'Last page' => 'Dernière page',
+       'Refresh' => 'Rafraîchir',
+       'Invalid schema.' => 'Schéma invalide.',
+       'Please use one of the extensions %s.' => 'Veuillez utiliser l\'une des extensions %s.',
 );
index c93532ac12175ad25b22ac2ebaccf0b48206d58d..ff0e02020119f8050e220e467de688158ee8cd48 100644 (file)
@@ -128,7 +128,7 @@ $translations = array(
        'Event' => 'イベント',
        '%s version: %s through PHP extension %s' => '%sバージョン:%s、 PHP拡張機能 %s',
        '%d row(s)' => '%d 行',
-       'Remove' => '移除',
+       'Remove' => '除外',
        'Are you sure?' => '実行しますか?',
        'Privileges' => '権限',
        'Create user' => 'ユーザを作成',
@@ -181,7 +181,7 @@ $translations = array(
        'Check' => 'チェック',
        'Repair' => '修復',
        'Truncate' => 'Truncate',
-       'Move to other database' => '別のデータベースへ移動?',
+       'Move to other database' => '別のデータベースへ移動',
        'Move' => '移動',
        'Save and continue edit' => '保存して継続',
        'original' => '元',
@@ -259,4 +259,10 @@ $translations = array(
        'Attachments' => '添付ファイル',
        'Item%s has been inserted.' => '%s項目を挿入しました',
        'now' => '現在の日時',
+       '%d query(s) executed OK.' => '%d クエリーを実行しました',
+       'Show only errors' => 'エラーのみ表示',
+       'Last page' => '最後のページ',
+       'Refresh' => 'リフレッシュ',
+       'Invalid schema.' => '無効なスキーマ',
+       'Please use one of the extensions %s.' => 'いずれかの拡張機能を使ってください %s',
 );
index 14045991275c09d6cf2a13909cff1aee1dee1daf..9a2f8e428bbd0578d855a5eb801129dac6182855 100644 (file)
@@ -258,4 +258,11 @@ $translations = array(
        'Geometry' => '几何图形',
        'File exists.' => '文件已存在。',
        'Attachments' => '附件',
+       '%d query(s) executed OK.' => '%d 条查询已成功执行。',
+       'Show only errors' => '仅显示错误',
+       'Last page' => '末页',
+       'Refresh' => '刷新',
+       'Invalid schema.' => '非法模式。',
+       'Please use one of the extensions %s.' => '请使用这些扩展中的一个:%s。',
+       'now' => '现在',
 );