From 7a2cac6487c78366a17a836da879f4305c17f4f2 Mon Sep 17 00:00:00 2001
From: jakubvrana
Date: Thu, 26 Jul 2007 11:16:17 +0000
Subject: [PATCH] Are you sure?
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@264 7c3ca157-0c34-0410-bff1-cbf682f78f5c
---
create.inc.php | 2 +-
createv.inc.php | 2 +-
database.inc.php | 2 +-
foreign.inc.php | 2 +-
lang.inc.php | 1 +
procedure.inc.php | 2 +-
trigger.inc.php | 2 +-
7 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/create.inc.php b/create.inc.php
index 7257c62a..9a57843d 100644
--- a/create.inc.php
+++ b/create.inc.php
@@ -119,6 +119,6 @@ function column_comments_click(checked) {
-
+
diff --git a/createv.inc.php b/createv.inc.php
index 2e78ce09..70387bec 100644
--- a/createv.inc.php
+++ b/createv.inc.php
@@ -28,6 +28,6 @@ if ($_POST) {
: " maxlength="64" />
-
+
diff --git a/database.inc.php b/database.inc.php
index a52c3820..68546964 100644
--- a/database.inc.php
+++ b/database.inc.php
@@ -66,6 +66,6 @@ if ($_POST) {
-
+
diff --git a/foreign.inc.php b/foreign.inc.php
index 16967a6c..8094a2be 100644
--- a/foreign.inc.php
+++ b/foreign.inc.php
@@ -82,6 +82,6 @@ foreach ($row["source"] as $key => $val) {
-
+
diff --git a/lang.inc.php b/lang.inc.php
index 7bb7d9a1..d1a7b140 100644
--- a/lang.inc.php
+++ b/lang.inc.php
@@ -158,6 +158,7 @@ static $translations = array(
'%d row(s)' => array('%d Åádek', '%d Åádky', '%d Åádků'),
'ON UPDATE CURRENT_TIMESTAMP' => 'PÅi zmÄnÄ aktuálnà Äas',
'Remove' => 'Odebrat',
+ 'Are you sure?' => 'Opravdu?',
),
);
diff --git a/procedure.inc.php b/procedure.inc.php
index fa006d18..0dbfed1a 100644
--- a/procedure.inc.php
+++ b/procedure.inc.php
@@ -64,6 +64,6 @@ document.getElementById('form')['returns[type]'].onchange();
: " maxlength="64" />
-
+
diff --git a/trigger.inc.php b/trigger.inc.php
index 4731ff20..2ba47607 100644
--- a/trigger.inc.php
+++ b/trigger.inc.php
@@ -44,6 +44,6 @@ if ($_POST) {
-
+
--
2.39.5