diff options
author | unknown <monty@mashka.mysql.fi> | 2003-02-25 13:41:08 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-02-25 13:41:08 +0200 |
commit | 0d3b0c3950151bfc18703f319c44ad20e99728b7 (patch) | |
tree | 41faf54f4cf10be6703db82d4862e37dec26dabf /sql/share/romanian | |
parent | cf417ede6545259ba2dccbe7e1e18f86afeb22c8 (diff) | |
download | mariadb-git-0d3b0c3950151bfc18703f319c44ad20e99728b7.tar.gz |
Fixed "syntax" errors in text message files.
Ensured that all errors messages ends with: ",
sql/share/czech/errmsg.txt:
Fixed new line terminations
sql/share/danish/errmsg.txt:
Fixed "syntax" errors.
sql/share/dutch/errmsg.txt:
Fixed "syntax" errors.
sql/share/english/errmsg.txt:
Fixed "syntax" errors.
sql/share/estonian/errmsg.txt:
Fixed "syntax" errors.
sql/share/french/errmsg.txt:
Fixed "syntax" errors.
sql/share/german/errmsg.txt:
Fixed "syntax" errors.
sql/share/greek/errmsg.txt:
Fixed "syntax" errors.
sql/share/hungarian/errmsg.txt:
Fixed "syntax" errors.
sql/share/italian/errmsg.txt:
Fixed "syntax" errors.
sql/share/japanese/errmsg.txt:
Fixed "syntax" errors.
sql/share/korean/errmsg.txt:
Fixed "syntax" errors.
sql/share/norwegian-ny/errmsg.txt:
Fixed "syntax" errors.
sql/share/norwegian/errmsg.txt:
Fixed "syntax" errors.
sql/share/polish/errmsg.txt:
Fixed "syntax" errors.
sql/share/portuguese/errmsg.txt:
Fixed "syntax" errors.
sql/share/romanian/errmsg.txt:
Fixed "syntax" errors.
sql/share/russian/errmsg.txt:
Fixed "syntax" errors.
sql/share/slovak/errmsg.txt:
Fixed "syntax" errors.
sql/share/spanish/errmsg.txt:
Fixed "syntax" errors.
sql/share/swedish/errmsg.txt:
Fixed "syntax" errors.
sql/share/ukrainian/errmsg.txt:
Fixed "syntax" errors.
Diffstat (limited to 'sql/share/romanian')
-rw-r--r-- | sql/share/romanian/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/romanian/errmsg.txt b/sql/share/romanian/errmsg.txt index e8927777b8a..9ddb06a2c24 100644 --- a/sql/share/romanian/errmsg.txt +++ b/sql/share/romanian/errmsg.txt @@ -202,7 +202,7 @@ "Table '%-.64s' is marked as crashed and should be repaired", "Table '%-.64s' is marked as crashed and last (automatic?) repair failed", "Warning: Some non-transactional changed tables couldn't be rolled back", -"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again', +"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again", "This operation cannot be performed with a running slave, run SLAVE STOP first", "This operation requires a running slave, configure slave and do SLAVE START", "The server is not configured as slave, fix in config file or with CHANGE MASTER TO", |