diff options
Diffstat (limited to 'sql/share/polish/errmsg.txt')
-rw-r--r-- | sql/share/polish/errmsg.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sql/share/polish/errmsg.txt b/sql/share/polish/errmsg.txt index fdf856c7e56..cc710376052 100644 --- a/sql/share/polish/errmsg.txt +++ b/sql/share/polish/errmsg.txt @@ -11,9 +11,9 @@ "TAK", "Nie można stworzyć pliku '%-.64s' (Kod błędu: %d)", "Nie można stworzyć tabeli '%-.64s' (Kod błędu: %d)", -"Nie można stworzyć bazy danych '%-.64s'. Bł?d %d", -"Nie można stworzyć bazy danych '%-.64s'. Baza danych już istnieje", -"Nie można usun?ć bazy danych '%-.64s'. Baza danych nie istnieje", +"Nie można stworzyć bazy danych '%-.64s' (Kod błędu: %d)", +"Nie można stworzyć bazy danych '%-.64s'; baza danych już istnieje", +"Nie można usun?ć bazy danych '%-.64s'; baza danych nie istnieje", "Bł?d podczas usuwania bazy danych (nie można usun?ć '%-.64s', bł?d %d)", "Bł?d podczas usuwania bazy danych (nie można wykonać rmdir '%-.64s', bł?d %d)", "Bł?d podczas usuwania '%-.64s' (Kod błędu: %d)", @@ -217,7 +217,7 @@ "CREATE DATABASE not allowed while thread is holding global read lock", "Wrong arguments to %s", "%-.32s@%-.64s is not allowed to create new users", -"Incorrect table definition; All MERGE tables must be in the same database", +"Incorrect table definition; all MERGE tables must be in the same database", "Deadlock found when trying to get lock; Try restarting transaction", "The used table type doesn't support FULLTEXT indexes", "Cannot add foreign key constraint", @@ -270,3 +270,4 @@ "Can't revoke all privileges, grant for one or more of the requested users" "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'", "Illegal mix of collations for operation '%s'", +"Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)", |