aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj
diff options
context:
space:
mode:
authormtvee <emptyvee@gmail.com>2009-05-15 18:00:28 +0000
committermtvee <emptyvee@gmail.com>2009-05-15 18:00:28 +0000
commitf89d0585f3ac7673fab007d50fc40db7e76c58c3 (patch)
treeea7ad0aed5b90928b1b5c1e557cbef27ec905c71 /Interfaces/English.lproj
parent4984644813df727591c0d7d05fe3b505d67fd69d (diff)
downloadsequelpro-f89d0585f3ac7673fab007d50fc40db7e76c58c3.tar.gz
sequelpro-f89d0585f3ac7673fab007d50fc40db7e76c58c3.tar.bz2
sequelpro-f89d0585f3ac7673fab007d50fc40db7e76c58c3.zip
- attempt fix for alert issues when deleting tables, etc.
- localize relations view dialogs
Diffstat (limited to 'Interfaces/English.lproj')
-rw-r--r--Interfaces/English.lproj/Localizable.strings12
1 files changed, 12 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings
index 2b07c11e..3a273b00 100644
--- a/Interfaces/English.lproj/Localizable.strings
+++ b/Interfaces/English.lproj/Localizable.strings
@@ -67,6 +67,9 @@
/* delete rows informative message */
"Are you sure you want to delete the selected %d rows from this table. This action cannot be undone." = "Are you sure you want to delete the selected %d rows from this table. This action cannot be undone.";
+/* delete selected relation informative message */
+"Are you sure you want to delete the selected relations?\nThis action cannot be undone!" = "Are you sure you want to delete the selected relations?\nThis action cannot be undone!";
+
/* delete selected row informative message */
"Are you sure you want to delete the selected row from this table. This action cannot be undone." = "Are you sure you want to delete the selected row from this table. This action cannot be undone.";
@@ -130,6 +133,9 @@
/* message of panel when index cannot be created */
"Couldn't add index.\nMySQL said: %@" = "Couldn't add index.\nMySQL said: %@";
+/* message of panel when relation cannot be created */
+"Couldn't add relation.\nMySQL said: %@" = "Couldn't add relation.\nMySQL said: %@";
+
/* message of panel when table cannot be created with the given name */
"Couldn't add table %@.\nMySQL said: %@" = "Couldn't add table %1$@.\nMySQL said: %2$@";
@@ -169,6 +175,9 @@
/* message of panel when index cannot be removed */
"Couldn't remove index.\nMySQL said: %@" = "Couldn't remove index.\nMySQL said: %@";
+/* message of panel when relation cannot be removed */
+"Couldn't remove relation.\nMySQL said: %@" = "Couldn't remove relation.\nMySQL said: %@";
+
/* message of panel when field cannot be removed */
"Couldn't remove rows.\nMySQL said: %@" = "Couldn't remove rows.\nMySQL said: %@";
@@ -211,6 +220,9 @@
/* delete index message */
"Delete Index?" = "Delete Index?";
+/* delete relation message */
+"Delete relation?" = "Delete relation?";
+
/* delete rows message */
"Delete rows?" = "Delete rows?";