diff options
165 files changed, 4984 insertions, 4984 deletions
diff --git a/locale/af/LC_MESSAGES/sqlparser.mo b/locale/af/LC_MESSAGES/sqlparser.mo Binary files differindex 08c638c..78e242f 100644 --- a/locale/af/LC_MESSAGES/sqlparser.mo +++ b/locale/af/LC_MESSAGES/sqlparser.mo diff --git a/locale/af/LC_MESSAGES/sqlparser.po b/locale/af/LC_MESSAGES/sqlparser.po index c932fcb..8914ee7 100644 --- a/locale/af/LC_MESSAGES/sqlparser.po +++ b/locale/af/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:30+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Afrikaans <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,219 +15,219 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "With selected:" msgid "A symbol name was expected!" msgstr "Met gekose:" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "With selected:" msgid "A comma or a closing bracket was expected." msgstr "Met gekose:" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "With selected:" msgid "An alias was expected." msgstr "Met gekose:" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "With selected:" msgid "An expression was expected." msgstr "Met gekose:" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Die ry is verwyder" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "as 'n regular expression" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Tabel %s is verwyder" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "By Begin van Tabel" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "By Begin van Tabel" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "With selected:" msgid "A table name was expected." msgstr "Met gekose:" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Die ry is verwyder" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Fout" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query" msgid "strict error" diff --git a/locale/ar/LC_MESSAGES/sqlparser.mo b/locale/ar/LC_MESSAGES/sqlparser.mo Binary files differindex 0fa948f..0f78d63 100644 --- a/locale/ar/LC_MESSAGES/sqlparser.mo +++ b/locale/ar/LC_MESSAGES/sqlparser.mo diff --git a/locale/ar/LC_MESSAGES/sqlparser.po b/locale/ar/LC_MESSAGES/sqlparser.po index b19f29b..c12233c 100644 --- a/locale/ar/LC_MESSAGES/sqlparser.po +++ b/locale/ar/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:24+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Arabic <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -16,228 +16,228 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "أحرف غير متوقعة على السطر %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "إسم قالب الجدول" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "لم يتم تحديد أى جداول ." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "لم يتم تحديد أى جداول ." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "لايوجد صفوف مختارة" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "لقد تمّ حذف الصّف" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "كتعبير قياسي" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "أحرف غير متوقعة على السطر %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Routine %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "تم إنشاء الإجراء %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "إسم قالب الجدول" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "في بداية الجدول" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "أحرف غير متوقعة على السطر %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "في بداية الجدول" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "إسم قالب الجدول" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "لقد تمّ حذف الصّف" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "أخطاء." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/az/LC_MESSAGES/sqlparser.mo b/locale/az/LC_MESSAGES/sqlparser.mo Binary files differindex b444a18..df071c3 100644 --- a/locale/az/LC_MESSAGES/sqlparser.mo +++ b/locale/az/LC_MESSAGES/sqlparser.mo diff --git a/locale/az/LC_MESSAGES/sqlparser.po b/locale/az/LC_MESSAGES/sqlparser.po index 51ad4d0..b11005f 100644 --- a/locale/az/LC_MESSAGES/sqlparser.po +++ b/locale/az/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-05-21 01:04+0200\n" "Last-Translator: Sevdimali İsa <sevdimaliisayev@mail.ru>\n" "Language-Team: Azerbaijani <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,234 +15,234 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.3-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "%s. sətirində gözlənilməyən simvollar." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Cədvəl adı şablonu" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Heç bir cədvəl seçilməmişdir." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Heç bir cədvəl seçilməmişdir." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No column selected." msgid "An expression was expected." msgstr "Sütun seçilməmişdir." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Açıq olan cədvəl sayı." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Açıq olan cədvəl sayı." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Sətir silindi." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "requlyar ifadə (regular expression) olaraq" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "%s. sətirində gözlənilməyən simvollar." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s hadisəsi yaradıldı." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Cədvəl adı şablonu" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Cədvəlin başına" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "%s. sətirində gözlənilməyən simvollar." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Cədvəlin başına" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Açıq olan cədvəl sayı." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Cədvəl adı şablonu" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Sətir silindi." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Xəta" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query error" msgid "strict error" diff --git a/locale/be/LC_MESSAGES/sqlparser.mo b/locale/be/LC_MESSAGES/sqlparser.mo Binary files differindex 3783877..a7d404d 100644 --- a/locale/be/LC_MESSAGES/sqlparser.mo +++ b/locale/be/LC_MESSAGES/sqlparser.mo diff --git a/locale/be/LC_MESSAGES/sqlparser.po b/locale/be/LC_MESSAGES/sqlparser.po index ad68b81..9b014a4 100644 --- a/locale/be/LC_MESSAGES/sqlparser.po +++ b/locale/be/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-05-15 14:28+0200\n" "Last-Translator: Viktar Palstsiuk <vipals@gmail.com>\n" "Language-Team: Belarusian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,225 +16,225 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.3-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Шаблён назвы файла" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Ня выбраная база дадзеных." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Ня выбраная база дадзеных." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Ніводны радок ня выбраны" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Колькасьць адкрытых табліц." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Колькасьць адкрытых табліц." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Радок быў выдалены" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "рэгулярны выраз" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Табліца %1$s створаная." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Шаблён назвы файла" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "У пачатку табліцы" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "У пачатку табліцы" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Колькасьць адкрытых табліц." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Шаблён назвы файла" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Радок быў выдалены" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Памылка" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/be@latin/LC_MESSAGES/sqlparser.mo b/locale/be@latin/LC_MESSAGES/sqlparser.mo Binary files differindex 4092394..7362a66 100644 --- a/locale/be@latin/LC_MESSAGES/sqlparser.mo +++ b/locale/be@latin/LC_MESSAGES/sqlparser.mo diff --git a/locale/be@latin/LC_MESSAGES/sqlparser.po b/locale/be@latin/LC_MESSAGES/sqlparser.po index 74a4ac8..9d70fb5 100644 --- a/locale/be@latin/LC_MESSAGES/sqlparser.po +++ b/locale/be@latin/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:22+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Belarusian (latin) <https://hosted.weblate.org/projects/" @@ -16,226 +16,226 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No databases selected." msgid "A symbol name was expected!" msgstr "Nia vybranaja baza dadzienych." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Nia vybranaja baza dadzienych." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Nia vybranaja baza dadzienych." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nivodny radok nia vybrany" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Kolkaść adkrytych tablic." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Kolkaść adkrytych tablic." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Radok byŭ vydaleny" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "rehularny vyraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Tablica %1$s stvoranaja." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "U pačatku tablicy" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "U pačatku tablicy" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Kolkaść adkrytych tablic." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No databases selected." msgid "A table name was expected." msgstr "Nia vybranaja baza dadzienych." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Radok byŭ vydaleny" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Pamyłka" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/bg/LC_MESSAGES/sqlparser.mo b/locale/bg/LC_MESSAGES/sqlparser.mo Binary files differindex 062c20a..bbeccb1 100644 --- a/locale/bg/LC_MESSAGES/sqlparser.mo +++ b/locale/bg/LC_MESSAGES/sqlparser.mo diff --git a/locale/bg/LC_MESSAGES/sqlparser.po b/locale/bg/LC_MESSAGES/sqlparser.po index 10ae5be..d3568d7 100644 --- a/locale/bg/LC_MESSAGES/sqlparser.po +++ b/locale/bg/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-06-28 13:36+0200\n" "Last-Translator: Valter Georgiev <blagynchy@gmail.com>\n" "Language-Team: Bulgarian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,234 +15,234 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.4-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Неочаквани знаци на ред %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Шаблон за име на таблица" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Няма избрани таблици." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Няма избрани таблици." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Няма върнати редове" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Броят отворени таблици." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Броят отворени таблици." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Редът беше изтрит" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "като регулярен израз" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Неочаквани знаци на ред %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Събитието %1$s беше създадено." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Шаблон за име на таблица" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "В началото на таблицата" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Неочаквани знаци на ред %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "В началото на таблицата" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Броят отворени таблици." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Шаблон за име на таблица" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Редът беше изтрит" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "грешки." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/bn/LC_MESSAGES/sqlparser.mo b/locale/bn/LC_MESSAGES/sqlparser.mo Binary files differindex 119b7ef..2de17a1 100644 --- a/locale/bn/LC_MESSAGES/sqlparser.mo +++ b/locale/bn/LC_MESSAGES/sqlparser.mo diff --git a/locale/bn/LC_MESSAGES/sqlparser.po b/locale/bn/LC_MESSAGES/sqlparser.po index 9f7ee14..c4180b4 100644 --- a/locale/bn/LC_MESSAGES/sqlparser.po +++ b/locale/bn/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:44+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Bengali <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,234 +15,234 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "%s লাইনে অপ্রত্যাশিত চিহ্ন।" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "টেবলের নামের নকশা" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "ডাটাবেইজ নিবার্চন করা হয়নি।" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "ডাটাবেইজ নিবার্চন করা হয়নি।" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "কোন রো নির্বাচন করা হয় নাই" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "খোলা টেবিলের সংখ্যা।" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "খোলা টেবিলের সংখ্যা।" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "রো টি মুছা হয়েছে।" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "রেগুলার এক্সপ্রেশনের মত" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "%s লাইনে অপ্রত্যাশিত চিহ্ন।" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "ইভেন্ট %1$s তৈরী হয়েছে।" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "টেবলের নামের নকশা" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "টেবিলের শুরুতে" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "%s লাইনে অপ্রত্যাশিত চিহ্ন।" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "টেবিলের শুরুতে" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "খোলা টেবিলের সংখ্যা।" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "টেবলের নামের নকশা" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "রো টি মুছা হয়েছে।" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "ভুলসমূহ" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/br/LC_MESSAGES/sqlparser.mo b/locale/br/LC_MESSAGES/sqlparser.mo Binary files differindex feb3b43..c8f6587 100644 --- a/locale/br/LC_MESSAGES/sqlparser.mo +++ b/locale/br/LC_MESSAGES/sqlparser.mo diff --git a/locale/br/LC_MESSAGES/sqlparser.po b/locale/br/LC_MESSAGES/sqlparser.po index 5117fb5..27d3a80 100644 --- a/locale/br/LC_MESSAGES/sqlparser.po +++ b/locale/br/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2014-03-28 11:07+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Breton <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,222 +19,222 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 1.9-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Patrom anv taolenn" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No rows selected" msgid "A comma or a closing bracket was expected." msgstr "N'eus bet diuzet linenn ebet" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No rows selected" msgid "An alias was expected." msgstr "N'eus bet diuzet linenn ebet" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "N'eus bet diuzet linenn ebet" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The bookmark has been deleted." msgid "A rename operation was expected." msgstr "Diverket eo bet ar sined." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "evel un droienn reoliek" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Routine %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Krouet eo bet an argerzh %1s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Patrom anv taolenn" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Number of inserted rows" msgid "Unexpected beginning of statement." msgstr "Niver a linennoù da ensoc'hañ" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Number of inserted rows" msgid "Unexpected ordering of clauses." msgstr "Niver a linennoù da ensoc'hañ" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Patrom anv taolenn" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The bookmark has been deleted." msgid "At least one column definition was expected." msgstr "Diverket eo bet ar sined." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Fazi" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/brx/LC_MESSAGES/sqlparser.mo b/locale/brx/LC_MESSAGES/sqlparser.mo Binary files differindex ce8571a..56b027a 100644 --- a/locale/brx/LC_MESSAGES/sqlparser.mo +++ b/locale/brx/LC_MESSAGES/sqlparser.mo diff --git a/locale/brx/LC_MESSAGES/sqlparser.po b/locale/brx/LC_MESSAGES/sqlparser.po index 2d1920b..d384416 100644 --- a/locale/brx/LC_MESSAGES/sqlparser.po +++ b/locale/brx/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-09-04 09:33+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Bodo <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,197 +19,197 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 2.4-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/bs/LC_MESSAGES/sqlparser.mo b/locale/bs/LC_MESSAGES/sqlparser.mo Binary files differindex dd6a500..2e073fe 100644 --- a/locale/bs/LC_MESSAGES/sqlparser.mo +++ b/locale/bs/LC_MESSAGES/sqlparser.mo diff --git a/locale/bs/LC_MESSAGES/sqlparser.po b/locale/bs/LC_MESSAGES/sqlparser.po index 3b3a25f..b12ab78 100644 --- a/locale/bs/LC_MESSAGES/sqlparser.po +++ b/locale/bs/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:31+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Bosnian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,218 +16,218 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Šablon imena datoteke" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Nije izabrana ni jedna baza." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Nije izabrana ni jedna baza." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No databases selected." msgid "An expression was expected." msgstr "Nije izabrana ni jedna baza." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Red je obrisan" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kao regularni izraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Tabela %s je odbačena" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Šablon imena datoteke" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Na početku tabele" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Na početku tabele" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Šablon imena datoteke" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Red je obrisan" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Greška" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/ca/LC_MESSAGES/sqlparser.mo b/locale/ca/LC_MESSAGES/sqlparser.mo Binary files differindex 5c80b43..9a27a0c 100644 --- a/locale/ca/LC_MESSAGES/sqlparser.mo +++ b/locale/ca/LC_MESSAGES/sqlparser.mo diff --git a/locale/ca/LC_MESSAGES/sqlparser.po b/locale/ca/LC_MESSAGES/sqlparser.po index b83ac97..f12a672 100644 --- a/locale/ca/LC_MESSAGES/sqlparser.po +++ b/locale/ca/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:57+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Catalan <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,209 +15,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Encara no implementat." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "S'ha trobat una nova declaració, però no hi ha cap delimitador entre aquesta " "i la anterior." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Operació de modificació no reconeguda." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "S'esperaven %1$d valors, però s'han trobat %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "S'esperava un claudàtor d'obertura seguit per un conjunt de valors." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "S'esperava un claudàtor d'obertura." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Símbol (token) no esperat." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "S'esperava un nom de simbol!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "S'esperava una coma o un claudàtor de tancament." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "S'esperava un claudàtor de tancament." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tipus de dades desconegut." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "S'esperava un àlies." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "S'ha trobat un àlies anteriorment." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Punt inesperat." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "S'esperava una expressió." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "S'esperava un desplaçament." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Aquesta opció està en conflicte amb \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "S'esperava el nom antic de la taula." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "S'esperava la paraula clau \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "S'esperava el nou nom de la taula." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "S'esperava una operació de canvi de nom." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "com a expressió regular" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Caràcter no esperat." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "S'esperava(en) espai(s) en blanc abans del delimitador." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "S'esperava delimitador ." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "S'esperava una cometa de tancament %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "S'esperava un nom de variable." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Inici no esperat de declaració." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tipus de declaració no reconegut." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "No s'ha iniciat cap transacció anteriorment." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Símbol (token) no esperat." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Aquest tipus de clàusula s'ha analitzat anteriorment." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Paraula clau no reconeguda." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Inici no esperat de declaració." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "S'esperava el nom de l'entitat." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "S'esperava un nom de variable." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "S'esperava al menys la definició d'una columna." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "S'esperava una paraula clau \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "This type of clause was previously parsed." msgid "This type of clause is not valid in Multi-table queries." msgstr "Aquest tipus de clàusula s'ha analitzat anteriorment." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "error #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "Error estricte" diff --git a/locale/ckb/LC_MESSAGES/sqlparser.mo b/locale/ckb/LC_MESSAGES/sqlparser.mo Binary files differindex 356c974..71db862 100644 --- a/locale/ckb/LC_MESSAGES/sqlparser.mo +++ b/locale/ckb/LC_MESSAGES/sqlparser.mo diff --git a/locale/ckb/LC_MESSAGES/sqlparser.po b/locale/ckb/LC_MESSAGES/sqlparser.po index 15d68b5..392ccdc 100644 --- a/locale/ckb/LC_MESSAGES/sqlparser.po +++ b/locale/ckb/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-11-20 15:47+0000\n" "Last-Translator: Dana Akram <dana@kurdish.one>\n" "Language-Team: Kurdish Sorani <https://hosted.weblate.org/projects/" @@ -19,219 +19,219 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No tables selected." msgid "A symbol name was expected!" msgstr "هیچ خشتەیەک هەڵنەبژێردراوە." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "هیچ خشتەیەک هەڵنەبژێردراوە." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "هیچ خشتەیەک هەڵنەبژێردراوە." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "هیچ ڕیزێک هەڵنەبژێراوە" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "ڕیزەکە سڕایەوە" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "Versions" msgid "Missing expression." msgstr "وەشانەکان" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Number of rows" msgid "Unexpected beginning of statement." msgstr "ژمارەی ڕیزەکان" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Number of rows" msgid "Unexpected ordering of clauses." msgstr "ژمارەی ڕیزەکان" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No tables selected." msgid "A table name was expected." msgstr "هیچ خشتەیەک هەڵنەبژێردراوە." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "ڕیزەکە سڕایەوە" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "هەڵە" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/cs/LC_MESSAGES/sqlparser.mo b/locale/cs/LC_MESSAGES/sqlparser.mo Binary files differindex 0153f0e..dd12c78 100644 --- a/locale/cs/LC_MESSAGES/sqlparser.mo +++ b/locale/cs/LC_MESSAGES/sqlparser.mo diff --git a/locale/cs/LC_MESSAGES/sqlparser.po b/locale/cs/LC_MESSAGES/sqlparser.po index a11997a..9917244 100644 --- a/locale/cs/LC_MESSAGES/sqlparser.po +++ b/locale/cs/LC_MESSAGES/sqlparser.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-02-17 12:16+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -17,236 +17,236 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Zobrazení ikon pro operace s tabulkami" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Neočekávané znaky na řádku %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Vzor pro jméno tabulky" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Nebyly vybrány žádné tabulky." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Nebyly vybrány žádné tabulky." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No versions selected." msgid "An expression was expected." msgstr "Nebyly vybrány žádné verze." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Počet aktuálně otevřených tabulek." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Počet aktuálně otevřených tabulek." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Template was deleted." msgid "A rename operation was expected." msgstr "Šablona byla smazána." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "jako regulární výraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Neočekávané znaky na řádku %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Byla vytvořena událost %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Vzor pro jméno tabulky" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "at beginning of table" msgid "Unexpected beginning of statement." msgstr "na začátku tabulky" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Neočekávané znaky na řádku %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Nerozpoznané klíčové slovo." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "at beginning of table" msgid "Unexpected ordering of clauses." msgstr "na začátku tabulky" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Počet aktuálně otevřených tabulek." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Vzor pro jméno tabulky" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Template was deleted." msgid "At least one column definition was expected." msgstr "Šablona byla smazána." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "chyb." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/cy/LC_MESSAGES/sqlparser.mo b/locale/cy/LC_MESSAGES/sqlparser.mo Binary files differindex 1dee705..221e3d3 100644 --- a/locale/cy/LC_MESSAGES/sqlparser.mo +++ b/locale/cy/LC_MESSAGES/sqlparser.mo diff --git a/locale/cy/LC_MESSAGES/sqlparser.po b/locale/cy/LC_MESSAGES/sqlparser.po index a8e6ece..a16a376 100644 --- a/locale/cy/LC_MESSAGES/sqlparser.po +++ b/locale/cy/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:04+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Welsh <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,222 +19,222 @@ msgstr "" "(n==3) ? 3 :(n==6) ? 4 : 5;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Templed enw tabl" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Dim cronfeydd data wedi'u dewis." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Dim cronfeydd data wedi'u dewis." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No databases selected." msgid "An expression was expected." msgstr "Dim cronfeydd data wedi'u dewis." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Cafodd y rhes ei dileu" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "fel mynegiad arferol (regular expression)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Cafodd y gronfa ddata %1$s ei chreu." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Templed enw tabl" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected beginning of statement." msgstr "Dangos dimensiynau'r tabl" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected ordering of clauses." msgstr "Dangos dimensiynau'r tabl" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Templed enw tabl" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Cafodd y rhes ei dileu" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Gwall" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query" msgid "strict error" diff --git a/locale/da/LC_MESSAGES/sqlparser.mo b/locale/da/LC_MESSAGES/sqlparser.mo Binary files differindex 0ee8d79..0e54709 100644 --- a/locale/da/LC_MESSAGES/sqlparser.mo +++ b/locale/da/LC_MESSAGES/sqlparser.mo diff --git a/locale/da/LC_MESSAGES/sqlparser.po b/locale/da/LC_MESSAGES/sqlparser.po index a9bc9a3..89181ab 100644 --- a/locale/da/LC_MESSAGES/sqlparser.po +++ b/locale/da/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-09-16 14:31+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Danish <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,58 +15,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.4-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Endnu ikke implementeret." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Et nyt statement blev fundet, men der var ingen adskillelsestegn mellem det " "og det foregående." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Tabeloperationer med ikoner" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d værdier var ventet, men fandt %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "En kantet venstreparentes efterfulgt af et sæt værdier blev forventet." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "En kantet venstreparantes var forventet." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Uventet tegn på linje %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Uventet afslutning af CASE udtryk" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 #, fuzzy #| msgid "" #| "A symbol name was expected! A reserved keyword can not be used as a field " @@ -78,182 +78,182 @@ msgstr "" "Et symbolnavn var ventet! Et reserveret nøgleord kan ikke bruges som et " "feltnavn uden backquotes." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Skabelon for tabelnavn" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Ingen tabeller valgt." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "En kantet højreparantes var ventet." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Ukendt datatype." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Ingen tabeller valgt." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Et alias er fundet tidligere." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Uventet punktum." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No versions selected." msgid "An expression was expected." msgstr "Der er ikke valgt versioner." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "En forskydning var ventet." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Denne indstilling er i konflikt med \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Antallet af tabeller der er åbne." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Nøgleordet \"TO\" var forventet." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Antallet af tabeller der er åbne." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Rækken er slettet." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "som regulært udtryk" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Uventet tegn på linje %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Forventede whitespace(s) før adskillelsestegn." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Forventede adskillelsestegn." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Hændelse %1$s er oprettet." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Skabelon for tabelnavn" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "at beginning of table" msgid "Unexpected beginning of statement." msgstr "i begyndelsen af tabellen" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Ukendt type af statement." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Ingen transaktion er blevet startet tidligere." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Uventet tegn på linje %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Denne type af sætningskonstruktion er tidligere blevet parset." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Ukendt nøgleord." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "at beginning of table" msgid "Unexpected ordering of clauses." msgstr "i begyndelsen af tabellen" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Antallet af tabeller der er åbne." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Skabelon for tabelnavn" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Rækken er slettet." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Et \"RETURNS\" nøgleord var forventet." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" "Denn type af sætningskonstruktion er ikke gyldig i multitabel forespørgsler." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "fejl." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/de/LC_MESSAGES/sqlparser.mo b/locale/de/LC_MESSAGES/sqlparser.mo Binary files differindex aa1fc23..62e9b1e 100644 --- a/locale/de/LC_MESSAGES/sqlparser.mo +++ b/locale/de/LC_MESSAGES/sqlparser.mo diff --git a/locale/de/LC_MESSAGES/sqlparser.po b/locale/de/LC_MESSAGES/sqlparser.po index f3fcdfb..f27fd28 100644 --- a/locale/de/LC_MESSAGES/sqlparser.po +++ b/locale/de/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:56+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,210 +15,210 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Noch nicht implementiert." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Eine neue Anweisung wurde gefunden, aber kein Trennzeichen zwischen ihm und " "dem vorhergehenden." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Unerkannte ALTER-Operation." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d Werte erwartet, aber %2$d gefunden." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" "Eine öffnende Klammer, gefolgt von einer Liste von Werten, wurde erwartet." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Eine öffnende Klammer wurde erwartet." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Unerwartetes Zeichen." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Ein Symbolname wurde erwartet!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Ein Komma oder eine schließende Klammer wird erwartet." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Eine schließende Klammer wurde erwartet." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Unerkannter Datentyp." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Ein Alias wurde erwartet." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Ein Alias wurde zuvor gefunden." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Unerwarteter Punkt." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Ein Ausdruck wurde erwartet." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Ein Offset wurde erwartet." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Diese Option widerspricht „%1$s“." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Der ursprüngliche Tabellenname wurde erwartet." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Schlüsselwort „TO“ wurde erwartet." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Der neue Tabellenname wurde erwartet." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Eine Umbenennungsoperation wurde erwartet." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "als regulären Ausdruck" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Unerwartetes Zeichen." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Erwartete Whitespace vor dem Trennzeichen." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Erwartete Trennzeichen." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Schließendes Anführungszeichen %1$s wurde erzeugt." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Variablenname wurde erwartet." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Unerwarteter Statement-Anfang." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Unerkannte Statement-Typ." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Bisher wurde keine Transaktion gestartet." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Unerwartetes Zeichen." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Diese Art von Klausel wurde zuvor analysiert." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Unerkanntes Schlüsselwort." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Unerwarteter Statement-Anfang." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Der Name der Entität wurde erwartet." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Variablenname wurde erwartet." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Mindestens eine Felddefinition wurde erwartet." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Ein „RETURNS“-Schlüsselwort wurde erwartet." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "This type of clause was previously parsed." msgid "This type of clause is not valid in Multi-table queries." msgstr "Diese Art von Klausel wurde zuvor analysiert." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "Fehler #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "strikter Fehler" diff --git a/locale/el/LC_MESSAGES/sqlparser.mo b/locale/el/LC_MESSAGES/sqlparser.mo Binary files differindex a358e51..e0118a0 100644 --- a/locale/el/LC_MESSAGES/sqlparser.mo +++ b/locale/el/LC_MESSAGES/sqlparser.mo diff --git a/locale/el/LC_MESSAGES/sqlparser.po b/locale/el/LC_MESSAGES/sqlparser.po index 461d091..41f558f 100644 --- a/locale/el/LC_MESSAGES/sqlparser.po +++ b/locale/el/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-03 20:54+0000\n" "Last-Translator: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>\n" "Language-Team: Greek <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,54 +15,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Δεν εφαρμόστηκε ακόμα." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Βρέθηκε μια νέα δήλωση, αλλά χωρίς διαχωριστικό μεταξύ της και της " "προηγούμενης." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Μη αναγνωρισμένη λειτουργία αλλαγής." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Αναμενόταν %1$d τιμές, αλλά βρέθηκαν %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Αναμενόταν μια ανοιχτή αγκύλη ακολουθούμενη από ένα σύνολο τιμών." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Αναμενόταν μια ανοιχτή αγκύλη." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Μη αναμενόμενη λέξη-κλειδί." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Μη αναμενόμενο τέλος της έκφρασης CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -70,146 +70,146 @@ msgstr "" "Αναμενόταν ένα όνομα συμβόλου! Μια δεσμευμένη λέξη-κλειδί δεν μπορεί να " "χρησιμοποιηθεί ως όνομα στήλης χωρίς εισαγωγικά." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Αναμενόταν όνομα συμβόλου!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Αναμενόταν ένα κόμμα ή μια κλειστή αγκύλη." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Αναμενόταν κλείσιμο αγκύλης." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Μη αναγνωρισμένος τύπος δεδομένων." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Αναμενόταν μια ετικέτα." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Βρέθηκε μια ετικέτα προηγουμένως." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Μη αναμενόμενη τελεία." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Αναμενόταν μια έκφραση." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Αναμενόταν μια αντιστάθμιση." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Αυτή η επιλογή έχει διαίνεξη με το «%1$s»." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Αναμενόταν το παλαιό όνομα του πίνακα." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Αναμενόταν η λέξη-κλειδί «TO»." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Αναμενόταν το νέο όνομα του πίνακα." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Αναμενόταν μια λειτουργία μετονομασίας." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Χαμένη έκφραση." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Μη αναμενόμενος χαρακτήρας." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Αναμενόταν λευκό(ά) διάστημα(τα) πριν τον διαχωριστή." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Αναμενόταν διαχωριστής." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Αναμενόταν τελικό εισαγωγικό %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Αναμενόταν όνομα μεταβλητής." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Μη αναμενόμενη έναρξη δήλωσης." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Μη αναγνωρισμένος τύπος δήλωσης." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Καμιά συναλλαγή δεν ξεκίνησε προηγουμένως." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Μη αναμενόμενο τεκμήριο." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Αυτός ο τύπος ρύτρας έχει αναλυθεί προηγουμένως." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Μη αναγνωρισμένη λέξη κλειδί." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Μη αναμενόμενη ταξινόμηση δηλώσεων." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Αναμενόταν το όνομα της οντότητας." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Αναμενόταν όνομα πίνακα." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Αναμενόταν τουλάχιστον ένας ορισμός πεδίου." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Αναμενόταν μια λέξη-κλειδί «RETURNS»." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Αυτός ο τύπος ρύτρας δεν είναι έγκυρος σε ερωτήματα πολλαπλών πινάκων." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "σφάλμα #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "περιορισμένο σφάλμα" diff --git a/locale/en_GB/LC_MESSAGES/sqlparser.mo b/locale/en_GB/LC_MESSAGES/sqlparser.mo Binary files differindex ca91158..24ba025 100644 --- a/locale/en_GB/LC_MESSAGES/sqlparser.mo +++ b/locale/en_GB/LC_MESSAGES/sqlparser.mo diff --git a/locale/en_GB/LC_MESSAGES/sqlparser.po b/locale/en_GB/LC_MESSAGES/sqlparser.po index 5ada23e..f1cb54b 100644 --- a/locale/en_GB/LC_MESSAGES/sqlparser.po +++ b/locale/en_GB/LC_MESSAGES/sqlparser.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:38+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/" @@ -17,236 +17,236 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Iconic table operations" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Unexpected characters on line %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Table name template" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "No databases selected." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "No databases selected." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "No rows selected" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "The number of tables that are open." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "The number of tables that are open." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "The row has been deleted." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "as regular expression" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Unexpected characters on line %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Event %1$s has been created." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Table name template" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "At Beginning of Table" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Unexpected characters on line %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "At Beginning of Table" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "The number of tables that are open." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Table name template" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "The row has been deleted." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "errors." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/eo/LC_MESSAGES/sqlparser.mo b/locale/eo/LC_MESSAGES/sqlparser.mo Binary files differindex ab5c433..7a8054c 100644 --- a/locale/eo/LC_MESSAGES/sqlparser.mo +++ b/locale/eo/LC_MESSAGES/sqlparser.mo diff --git a/locale/eo/LC_MESSAGES/sqlparser.po b/locale/eo/LC_MESSAGES/sqlparser.po index 285d6e9..eb56d4a 100644 --- a/locale/eo/LC_MESSAGES/sqlparser.po +++ b/locale/eo/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:58+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Esperanto <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -18,197 +18,197 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "eraro #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/es/LC_MESSAGES/sqlparser.mo b/locale/es/LC_MESSAGES/sqlparser.mo Binary files differindex b11104e..dd9294f 100644 --- a/locale/es/LC_MESSAGES/sqlparser.mo +++ b/locale/es/LC_MESSAGES/sqlparser.mo diff --git a/locale/es/LC_MESSAGES/sqlparser.po b/locale/es/LC_MESSAGES/sqlparser.po index ee93c2e..02e9e12 100644 --- a/locale/es/LC_MESSAGES/sqlparser.po +++ b/locale/es/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:59+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,55 +15,55 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Aún no implementado." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Se encontró una nueva declaración, pero no hay delimitador entre éste y el " "anterior." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Operación de modificación desconocida." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Se esperaban %1$d valores, pero encontró %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" "Se esperaba un corchete de apertura seguido por un conjunto de valores." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Se esperaba un corchete de apertura." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Palabra clave inesperada." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Final inesperado de expresión CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -71,150 +71,150 @@ msgstr "" "¡Se esperaba un nombre de símbolo! Una palabra reservada no puede usarse " "como nombre de columna sin comillas." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "¡Se esperaba un nombre de símbolo!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Se esperaba una coma o un corchete de cierre." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Se esperaba un corchete de cierre." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tipo de dato desconocido." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Se esperaba un alias." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Se encontró anteriormente un alias." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Punto inesperado." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Se esperaba una expresión." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Se espera un desplazamiento." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Esta opción tiene conflictos con \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Se esperaba el nombre anterior de la tabla." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Se esperaba la palabra clave \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Se esperaba el nuevo nombre de la tabla." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Se esperaba un cambio de nombre." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "como expresión regular" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Caracter inesperado." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Espacio(s) en blanco esperado(s) antes de delimitador." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Delimitador esperado." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Se esperaba terminar la cita %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Se esperaba el nombre de la variable." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Comienzo inesperado de declaración." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tipo de declaración desconocida." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Ninguna operación se inició anteriormente." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Símbolo (token) inesperado." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Este tipo de cláusula se analizó previamente." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Palabra clave no reconocida." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Orden inesperado de condiciones." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Se esperaba el nombre de la entidad." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Se esperaba un nombre de tabla." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Se esperaba la definición de al menos una columna." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Se esperaba una palabra \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Este tipo de cláusula no es válida en consultas multi-tabla." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "errores." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/et/LC_MESSAGES/sqlparser.mo b/locale/et/LC_MESSAGES/sqlparser.mo Binary files differindex f80e7f6..145ead5 100644 --- a/locale/et/LC_MESSAGES/sqlparser.mo +++ b/locale/et/LC_MESSAGES/sqlparser.mo diff --git a/locale/et/LC_MESSAGES/sqlparser.po b/locale/et/LC_MESSAGES/sqlparser.po index 69c9e01..d6ea90a 100644 --- a/locale/et/LC_MESSAGES/sqlparser.po +++ b/locale/et/LC_MESSAGES/sqlparser.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-26 09:31+0000\n" "Last-Translator: Kristjan Räts <kristjanrats@gmail.com>\n" "Language-Team: Estonian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -17,52 +17,52 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Hetkel veel rakendamata." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "Leiti uus lause, kuid selle ja talle järgneva vahelt puudub eraldaja." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Tundmatu ALTER operatsioon." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Oodati %1$d väärtust, kuid leiti %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Oodati avanevat sulgu, millele järgnevad väärtused." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Oodati avanevat sulgu." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Ootamatu võtmesõna." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Ootamatu CASE lause lõpp" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -70,148 +70,148 @@ msgstr "" "Oodati sümboli nime! Reserveeritud võtmesõna saab kasutada veeru nimena " "ainult siis, kui ta on ühekordsete tagurpidi jutumärkide vahel." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Oodati sümboli nime!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Oodati koma või lõpetavat sulgu." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Oodati lõpetavat sulgu." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tundmatu andmetüüp." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Oodati aliast." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Eelnevalt leiti alias." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Ootamatu punkt." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Oodati avaldist." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Oodati nihet." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "See säte põhjustab konflikti sättega \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Oodati tabeli vana nime." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Oodati võtmesõna \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Oodati tabeli uut nime." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Oodati ümbernimetamist." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "regulaaravaldisena" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Ootamatu sümbol." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Oodati eraldajale eelnevat tühemikku." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Oodati eraldajat." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Oodati lõpetavat sümbolit %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Oodati muutuja nime." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Ootamatu lause algus." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tundmatut tüüpi lause." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Transaktsiooni ei olnud eelnevalt alustatud." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Ootamatud märk." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Sellist tüüpi klausel parsiti eelnevalt." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Tundmatu võtmesõna." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Ootamatu lausete järjestus." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Oodati olemi nime." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Oodati tabeli nime." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Oodati vähemalt ühe veeru kirjeldust." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Oodati võtmesõna \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Sellist tüüpi klausel ei ole mitme tabeli päringus kehtiv." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "viga #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "otsene viga" diff --git a/locale/eu/LC_MESSAGES/sqlparser.mo b/locale/eu/LC_MESSAGES/sqlparser.mo Binary files differindex b2bcafb..ce7e739 100644 --- a/locale/eu/LC_MESSAGES/sqlparser.mo +++ b/locale/eu/LC_MESSAGES/sqlparser.mo diff --git a/locale/eu/LC_MESSAGES/sqlparser.po b/locale/eu/LC_MESSAGES/sqlparser.po index 1471429..82b8304 100644 --- a/locale/eu/LC_MESSAGES/sqlparser.po +++ b/locale/eu/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:26+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Basque <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,218 +15,218 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Txantiloi-fitxategiaren izena" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Ez dago datu-baserik aukeratuta." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Ez dago datu-baserik aukeratuta." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No databases selected." msgid "An expression was expected." msgstr "Ez dago datu-baserik aukeratuta." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Errenkada ezabatua izan da" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "adierazpen erregular moduan" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "%s taula ezabatu egin da" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Txantiloi-fitxategiaren izena" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Taularen hasieran" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Taularen hasieran" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Txantiloi-fitxategiaren izena" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Errenkada ezabatua izan da" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Errorea" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/fa/LC_MESSAGES/sqlparser.mo b/locale/fa/LC_MESSAGES/sqlparser.mo Binary files differindex 0b59768..3020917 100644 --- a/locale/fa/LC_MESSAGES/sqlparser.mo +++ b/locale/fa/LC_MESSAGES/sqlparser.mo diff --git a/locale/fa/LC_MESSAGES/sqlparser.po b/locale/fa/LC_MESSAGES/sqlparser.po index e70971b..db573ae 100644 --- a/locale/fa/LC_MESSAGES/sqlparser.po +++ b/locale/fa/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-11-21 11:45+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Persian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,219 +15,219 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No databases selected." msgid "A symbol name was expected!" msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "هیچ سطری انتخاب نشده است" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "سطر حذف گرديد" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "بعنوان مبين منظم(as regular expression)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "جدول %s حذف گرديد" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "در ابتداي جدول" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "در ابتداي جدول" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No databases selected." msgid "A table name was expected." msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "سطر حذف گرديد" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "خطا" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query" msgid "strict error" diff --git a/locale/fi/LC_MESSAGES/sqlparser.mo b/locale/fi/LC_MESSAGES/sqlparser.mo Binary files differindex 80d4459..3dd054a 100644 --- a/locale/fi/LC_MESSAGES/sqlparser.mo +++ b/locale/fi/LC_MESSAGES/sqlparser.mo diff --git a/locale/fi/LC_MESSAGES/sqlparser.po b/locale/fi/LC_MESSAGES/sqlparser.po index 83a9232..fd0616b 100644 --- a/locale/fi/LC_MESSAGES/sqlparser.po +++ b/locale/fi/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-26 09:32+0000\n" "Last-Translator: Lari Oesch <lari@oesch.me>\n" "Language-Team: Finnish <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,209 +15,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Tunnistamaton \"alter\"-toiminto." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Odotettiin avausmerkkiä." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Odottamatton avainsana." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Odottamaton loppu CASE-ilmaisulle" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Odotettiin symbolinimeä!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Odotettiin pilkkua tai sulkumerkkiä." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Odotettiin sulkumerkkiä." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tunnistamaton datatyyppi." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Odotettiin aliasta." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Odottamaton piste." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Odotettiin ilmaisua." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Odotettiin vanhaa taulunimeä." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Odotettiin uutta taulunimeä." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Odotettiin uudelleennimeämistoimintoa." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "regexp-haku" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Odottamatton merkki." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Odotettiin loppumerkkiä %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Odotettiin muuttujaa." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Odottamaton ilmaisun alku." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Odottamaton merkki." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Taulun alkuun" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Avoinna olevien taulujen määrä." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Taulunimen pohja" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Rivi on nyt poistettu." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "virhettä." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/fr/LC_MESSAGES/sqlparser.mo b/locale/fr/LC_MESSAGES/sqlparser.mo Binary files differindex 8b60790..a103a67 100644 --- a/locale/fr/LC_MESSAGES/sqlparser.mo +++ b/locale/fr/LC_MESSAGES/sqlparser.mo diff --git a/locale/fr/LC_MESSAGES/sqlparser.po b/locale/fr/LC_MESSAGES/sqlparser.po index 00ccacf..591d7b2 100644 --- a/locale/fr/LC_MESSAGES/sqlparser.po +++ b/locale/fr/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:56+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,54 +15,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Pas encore mis en œuvre." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Un nouvel énoncé a été trouvé, mais il n'y a aucun délimiteur entre celui-ci " "et le précédent." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Opération ALTER non reconnue." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d valeurs étaient attendues, mais %2$d ont été trouvées." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Une parenthèse gauche suivie d'un ensemble de valeurs était attendus." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Une parenthèse gauche était attendue." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Mot clef inattendu." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Fin inattendue d'une expression CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -70,148 +70,148 @@ msgstr "" "Un nom de symbole était attendu ! Un mot clé réservé ne peut pas servir " "comme nom de colonne sans les apostrophes inverses." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Un nom de variable était attendu !" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Une virgule ou une parenthèse droite était attendus." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Une parenthèse droite était attendue." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Type de données non reconnu." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Un alias était attendu." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Un alias a été constaté précédemment." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Point inattendu." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Une expression était attendue." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Un décalage était prévu." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Cette option entre en conflit avec « %1$s »." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "L'ancien nom de la table était attendu." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Le mot clé « TO » était attendu." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Le nouveau nom de la table était attendu." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Une opération de renommage était attendue." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "expression réguliére" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Caractère inattendu." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Des espaces ou tabulations étaient attendus avant le délimiteur." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Un délimiteur était attendu." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Un guillemet %1$s était attendu." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Un nom de variable était attendu." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Début d'énoncé inattendu." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Type d'énoncé non reconnu." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Aucune transaction n'a été précédemment démarrée." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Jeton inattendu." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Ce type de clause a été analysé précédemment." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Mot clé non reconnu." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Classement inattendu des clauses." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Le nom de l'entité était attendu." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Un nom de table était attendu." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "La définition d'au moins une colonne était attendue." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Le mot clé « RETURNS » était attendu." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Ce type de clause a été analysé précédemment." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "erreur #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "erreur stricte" diff --git a/locale/fy/LC_MESSAGES/sqlparser.mo b/locale/fy/LC_MESSAGES/sqlparser.mo Binary files differindex 6a7d128..7ad9227 100644 --- a/locale/fy/LC_MESSAGES/sqlparser.mo +++ b/locale/fy/LC_MESSAGES/sqlparser.mo diff --git a/locale/fy/LC_MESSAGES/sqlparser.po b/locale/fy/LC_MESSAGES/sqlparser.po index 53a6491..42fd228 100644 --- a/locale/fy/LC_MESSAGES/sqlparser.po +++ b/locale/fy/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-12-24 23:02+0000\n" "Last-Translator: Robin van der Vliet <info@robinvandervliet.nl>\n" "Language-Team: Frisian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,205 +19,205 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "Compression" msgid "Missing expression." msgstr "Kompresje" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Number of tables:" msgid "Unexpected beginning of statement." msgstr "Oantal tabellen:" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Number of tables:" msgid "Unexpected ordering of clauses." msgstr "Oantal tabellen:" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Flater" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query error" msgid "strict error" diff --git a/locale/gl/LC_MESSAGES/sqlparser.mo b/locale/gl/LC_MESSAGES/sqlparser.mo Binary files differindex b84defd..950d9ce 100644 --- a/locale/gl/LC_MESSAGES/sqlparser.mo +++ b/locale/gl/LC_MESSAGES/sqlparser.mo diff --git a/locale/gl/LC_MESSAGES/sqlparser.po b/locale/gl/LC_MESSAGES/sqlparser.po index d44ba4d..af23270 100644 --- a/locale/gl/LC_MESSAGES/sqlparser.po +++ b/locale/gl/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-17 22:02+0000\n" "Last-Translator: Xosé Calvo <xosecalvo@gmail.com>\n" "Language-Team: Galician <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,236 +15,236 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Operacións de táboas con iconas" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Hai caracteres inesperados na liña %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Modelo de nome dos ficheiros" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Non hai ningunha base de datos escollida." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Non hai ningunha base de datos escollida." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Non hai ningunha fileira seleccionada" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "O número de táboas abertas." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "O número de táboas abertas." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Eliminouse a fileira" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "como expresión regular" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Hai caracteres inesperados na liña %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "O acontecemento %1$s foi creado." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Modelo de nome dos ficheiros" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "No comezo da táboa" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Hai caracteres inesperados na liña %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "No comezo da táboa" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "O número de táboas abertas." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Modelo de nome dos ficheiros" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Eliminouse a fileira" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "erros." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/gu/LC_MESSAGES/sqlparser.mo b/locale/gu/LC_MESSAGES/sqlparser.mo Binary files differindex 48c6c53..eb80f7a 100644 --- a/locale/gu/LC_MESSAGES/sqlparser.mo +++ b/locale/gu/LC_MESSAGES/sqlparser.mo diff --git a/locale/gu/LC_MESSAGES/sqlparser.po b/locale/gu/LC_MESSAGES/sqlparser.po index 65b2d44..dc19a4a 100644 --- a/locale/gu/LC_MESSAGES/sqlparser.po +++ b/locale/gu/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-08 17:45+0000\n" "Last-Translator: Nijraj Gelani <gelaninijraj@gmail.com>\n" "Language-Team: Gujarati <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,197 +19,197 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/he/LC_MESSAGES/sqlparser.mo b/locale/he/LC_MESSAGES/sqlparser.mo Binary files differindex 5fb81be..f623806 100644 --- a/locale/he/LC_MESSAGES/sqlparser.mo +++ b/locale/he/LC_MESSAGES/sqlparser.mo diff --git a/locale/he/LC_MESSAGES/sqlparser.po b/locale/he/LC_MESSAGES/sqlparser.po index 34442ea..4375035 100644 --- a/locale/he/LC_MESSAGES/sqlparser.po +++ b/locale/he/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-07-28 16:36+0200\n" "Last-Translator: Moshe Harush <mmh15@windowslive.com>\n" "Language-Team: Hebrew <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,218 +15,218 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.4-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "תבנית שם קובץ" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "אף מאגר נתונים לא נבחר." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "אף מאגר נתונים לא נבחר." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "לא נבחרו שורות" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "השורה נמחקה" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "כביטוי רגולרי" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "טבלה %s נמחקה" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "תבנית שם קובץ" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "בתחילת טבלה" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "בתחילת טבלה" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "תבנית שם קובץ" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "השורה נמחקה" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "שגיאה" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/hi/LC_MESSAGES/sqlparser.mo b/locale/hi/LC_MESSAGES/sqlparser.mo Binary files differindex 3fb83db..f8e459c 100644 --- a/locale/hi/LC_MESSAGES/sqlparser.mo +++ b/locale/hi/LC_MESSAGES/sqlparser.mo diff --git a/locale/hi/LC_MESSAGES/sqlparser.po b/locale/hi/LC_MESSAGES/sqlparser.po index f626512..4b61d20 100644 --- a/locale/hi/LC_MESSAGES/sqlparser.po +++ b/locale/hi/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:29+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Hindi <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,226 +15,226 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "चिह्न टेबल ऑपरेटरों" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "टेबल नाम टेम्पलेट" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "कोइ डाटाबेस नहीं चुना गया है।" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "कोइ डाटाबेस नहीं चुना गया है।" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "कोई पंक्ति चयनित नहीं" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "The old name of the table was expected." msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी सर्वर का चयन नहीं किया है" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "रौ को डिलीट कर दिया" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "नियमित अभिव्यक्ति के रूप में" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s टेबल बना दिया गया है" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "टेबल नाम टेम्पलेट" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "टेबल के शुरू में" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "टेबल के शुरू में" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "टेबल नाम टेम्पलेट" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "रौ को डिलीट कर दिया" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "त्रुटियों" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/hr/LC_MESSAGES/sqlparser.mo b/locale/hr/LC_MESSAGES/sqlparser.mo Binary files differindex 5b18221..882a44e 100644 --- a/locale/hr/LC_MESSAGES/sqlparser.mo +++ b/locale/hr/LC_MESSAGES/sqlparser.mo diff --git a/locale/hr/LC_MESSAGES/sqlparser.po b/locale/hr/LC_MESSAGES/sqlparser.po index a9f8aec..e30c7d3 100644 --- a/locale/hr/LC_MESSAGES/sqlparser.po +++ b/locale/hr/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:24+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Croatian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,225 +16,225 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Predložak naziva datoteka" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Nema odabrane baze podataka." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Nema odabrane baze podataka." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nema odabranih redova" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Broj otvorenih tablica." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Broj otvorenih tablica." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Redak je izbrisan" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kao regularan izraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Tablica %1$s je izrađena." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Predložak naziva datoteka" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Pri početku tablice" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Pri početku tablice" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Broj otvorenih tablica." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Predložak naziva datoteka" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Redak je izbrisan" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "greške." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/hu/LC_MESSAGES/sqlparser.mo b/locale/hu/LC_MESSAGES/sqlparser.mo Binary files differindex 65f67fd..a29d12a 100644 --- a/locale/hu/LC_MESSAGES/sqlparser.mo +++ b/locale/hu/LC_MESSAGES/sqlparser.mo diff --git a/locale/hu/LC_MESSAGES/sqlparser.po b/locale/hu/LC_MESSAGES/sqlparser.po index f152412..a81a882 100644 --- a/locale/hu/LC_MESSAGES/sqlparser.po +++ b/locale/hu/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:58+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,208 +15,208 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Még nincs megvalósítva." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Egy új utasítás található, de nincs elválasztó közte és az előző között." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Felismerhetetlen módosítás művelet." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d értékek voltak elvárva, de %2$d található." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Nyitó kapcsos zárójelet és az azt követő értékeket vártuk." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Nyitó kapcsos zárójelet vártunk." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Váratlan jelsor." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Egy szimbólumnév várt!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Egy vessző vagy egy záró zárójel várt." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Záró kapcsos zárójelet vártunk." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Felismerhetetlen adattípus." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Egy álnév várt." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Egy álnév korábban már megtalálva." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Váratlan pont." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Egy kifejezés várt." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Offsetet vártunk." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Ez a lehetőség ütközik ezzel: „%1$s”." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "A tábla régi neve várt." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "\"TO\" kulcsszavat vártunk." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "A tábla új neve várt." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Egy átnevezési művelet várt." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "reguláris kifejezésként" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Váratlan karakter." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "A határoló előtt szóközö(ke)t vártunk." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Határolót vártunk." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "A(z) %1$s záró idézés várt." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Változónév várt." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Váratlan utasítás kezdet." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Felismerhetetlen utasítástípus." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Nem volt korábban elindított tranzakció." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Váratlan jelsor." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "A kikötés ezen típusa korábban fel lett dolgozva." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Felismerhetetlen kulcsszó." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "at beginning of table" msgid "Unexpected ordering of clauses." msgstr "a tábla elejénél" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Az entitás neve várt." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Táblanév sablon" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Legalább egy oszlopmeghatározás várt." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "\"RETURNS\" kulcsszavat vártunk." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "No transaction was previously started." msgid "This type of clause is not valid in Multi-table queries." msgstr "Nem volt korábban elindított tranzakció." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "hiba #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "szigorú hiba" diff --git a/locale/hy/LC_MESSAGES/sqlparser.mo b/locale/hy/LC_MESSAGES/sqlparser.mo Binary files differindex e61e23a..71af139 100644 --- a/locale/hy/LC_MESSAGES/sqlparser.mo +++ b/locale/hy/LC_MESSAGES/sqlparser.mo diff --git a/locale/hy/LC_MESSAGES/sqlparser.po b/locale/hy/LC_MESSAGES/sqlparser.po index 32cbced..996cdab 100644 --- a/locale/hy/LC_MESSAGES/sqlparser.po +++ b/locale/hy/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-12-18 18:19+0000\n" "Last-Translator: Andrey Aleksanyants <aaleksanyants@yahoo.com>\n" "Language-Team: Armenian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,209 +19,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected character." msgid "Unexpected keyword." msgstr "Անսպասելի նշան։" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" msgstr "Սպասվում էր փոփոխականի անունը։" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Սպասվում էր ստորակետը կամ փակող փակագիծը։" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Սպասվում էր այլանունը։" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Սպասվում էր արտահայտությունը։" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Սպասվում էր աղյուսակի հին անունը։" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Սպասվում էր աղյուսակի նոր անունը։" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Սպասվում էր վերանվանման գործողությունը։" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "որպես կանոնավոր արտահայտություն" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Անսպասելի նշան։" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Սպասվում էր %1$s փակող չակերտը։" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Սպասվում էր փոփոխականի անունը։" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected ordering of clauses." msgstr "Անսպասելի նշաններ %s տողում։" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Սպասվում էր փոփոխականի անունը։" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Սպասվում էր առնվազն մեկ սյունակի սահմանումը։" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Սխալ" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query error" msgid "strict error" diff --git a/locale/ia/LC_MESSAGES/sqlparser.mo b/locale/ia/LC_MESSAGES/sqlparser.mo Binary files differindex 82a645b..c0fcbea 100644 --- a/locale/ia/LC_MESSAGES/sqlparser.mo +++ b/locale/ia/LC_MESSAGES/sqlparser.mo diff --git a/locale/ia/LC_MESSAGES/sqlparser.po b/locale/ia/LC_MESSAGES/sqlparser.po index d370660..4eb08cb 100644 --- a/locale/ia/LC_MESSAGES/sqlparser.po +++ b/locale/ia/LC_MESSAGES/sqlparser.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-03 21:09+0000\n" "Last-Translator: Giovanni Sora <g.sora@tiscali.it>\n" -"Language-Team: Interlingua <https://hosted.weblate.org/projects/phpmyadmin" -"/sql-parser/ia/>\n" +"Language-Team: Interlingua <https://hosted.weblate.org/projects/phpmyadmin/" +"sql-parser/ia/>\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,54 +19,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Ancora non actuate." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "On trovava un nove declaration, ma il non ha alcun demarcator inter isto e " "le previe." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Operation d alteration non recognoscite." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d valores esseva expectate, ma il trovava %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "On expectava un parenthesis aperite sequite per un insimul de valores." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "On expectava un parenthesis aperite." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Un parola clave non expectate." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Un fin inexpectate del expression CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -74,146 +74,146 @@ msgstr "" "On expectava un nomine de symbolo! Un parola clave reservate non pte esser " "usate como nomine de columna sin retro citationes (backquotes)." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "On expectava un nomine de symbolo!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "On expectava un comma o un parentheses claudite." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "On expectava un parenthesis claudite." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Typo de datos non cognoscite." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "On expectava un alias." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Previemente on trovava un pseudonymo." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Puncto inexpectate." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "On expectava un expression." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "On expectava un displaciamento." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Iste option conflige con \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "On expectava le vetule nomine de le tabella." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "On expectava le parola clave \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "On expectava le nove nomine del tabella." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "On expectava un operation de renominar.." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Expression mancante." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Un character non expectate." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "On expectava spatio(s) blanc ante le demarcator." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "On expectava demarcator." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "On expectava le fin de citation %1$s ." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "On expectava un nomine de variabile." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Un initio de instruction non expectate." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Typo de declaration non recognoscite." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Necun transaction esseva initiate previemente." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Un indicio non expectate." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Iste typo de proposition esseva analysate previemente." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Parola clave non recognoscite." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Un ordine de clausas non expectate." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "On expectava le nomine del entitate." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "On expectava un nomine de tabella." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "On expectava al minus un definition de columna." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "On expectava le parola clave \"RETURN\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Iste typo de proposition non es valide in query de multi-tabella." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "error #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "stricte error" diff --git a/locale/id/LC_MESSAGES/sqlparser.mo b/locale/id/LC_MESSAGES/sqlparser.mo Binary files differindex 42f5422..54223d7 100644 --- a/locale/id/LC_MESSAGES/sqlparser.mo +++ b/locale/id/LC_MESSAGES/sqlparser.mo diff --git a/locale/id/LC_MESSAGES/sqlparser.po b/locale/id/LC_MESSAGES/sqlparser.po index 38019d8..426cef4 100644 --- a/locale/id/LC_MESSAGES/sqlparser.po +++ b/locale/id/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-11-23 11:13+0000\n" "Last-Translator: CV. Gavitha Rantama <gavitha_rantama@yahoo.co.id>\n" "Language-Team: Indonesian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,11 +16,11 @@ msgstr "" "X-Generator: Weblate 2.5-dev\n" "X-Poedit-Basepath: ../../..\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Belum diimplementasikan." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 #, fuzzy msgid "" "A new statement was found, but no delimiter between it and the previous one." @@ -28,50 +28,50 @@ msgstr "" "Sebuah pernyataan baru ditemukan, tetapi tidak ada pembatas antara itu dan " "sebelumnya." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Operasi tabel dengan ikon" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, fuzzy, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d nilai yang diharapkan, tapi ditemukan %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 #, fuzzy msgid "An opening bracket followed by a set of values was expected." msgstr "Braket pembukaan diikuti oleh seperangkat nilai-nilai yang diharapkan." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 #, fuzzy msgid "An opening bracket was expected." msgstr "Braket pembukaan diharapkan." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Karakter tidak diharapkan pada baris %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 #, fuzzy msgid "Unexpected end of CASE expression" msgstr "Akhir tak terduga dari ekspresi CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 #, fuzzy msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " @@ -80,193 +80,193 @@ msgstr "" "Ada sebuah simbol yang menghilang! Kata kunci dasar tidak dapat digunakan " "sebagai nama field tanpa tanda kutip." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Templat nama tabel" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Tabel belum dipilih." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 #, fuzzy msgid "A closing bracket was expected." msgstr "Sebuah braket penutupan diharapkan." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 #, fuzzy msgid "Unrecognized data type." msgstr "tipe data yang belum diakui." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Tabel belum dipilih." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Alias ditemukan sebelumnya." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "dot tak terduga." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Tidak ada baris yang dipilih" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 #, fuzzy msgid "An offset was expected." msgstr "Offset diharapkan." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Pilihan ini konflik dengan \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Jumlah tabel yang terbuka." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 #, fuzzy msgid "Keyword \"TO\" was expected." msgstr "Kata kunci \"TO\" yang diharapkan." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Jumlah tabel yang terbuka." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Baris telah dihapus." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "persamaan reguler" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Karakter tidak diharapkan pada baris %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 #, fuzzy msgid "Expected whitespace(s) before delimiter." msgstr "Diharapkan spasi sebelum pembatas." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 #, fuzzy msgid "Expected delimiter." msgstr "Diharapkan pembatas." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Event %1$s telah dibuat." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Templat nama tabel" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Pada Awal Tabel" -#: src/Parser.php:451 +#: src/Parser.php:442 #, fuzzy msgid "Unrecognized statement type." msgstr "Belum diakui jenis pernyataan." -#: src/Parser.php:536 +#: src/Parser.php:527 #, fuzzy msgid "No transaction was previously started." msgstr "Tidak ada transaksi sebelumnya dimulai." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Karakter tidak diharapkan pada baris %s." -#: src/Statement.php:309 +#: src/Statement.php:306 #, fuzzy msgid "This type of clause was previously parsed." msgstr "Jenis klausa sebelumnya diurai." -#: src/Statement.php:369 +#: src/Statement.php:366 #, fuzzy msgid "Unrecognized keyword." msgstr "kata kunci yang belum diakui." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Pada Awal Tabel" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Jumlah tabel yang terbuka." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Templat nama tabel" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Baris telah dihapus." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 #, fuzzy msgid "A \"RETURNS\" keyword was expected." msgstr "kunci \"RETURN\" yang Belum Diakui." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy msgid "This type of clause is not valid in Multi-table queries." msgstr "Jenis klausa sebelumnya diurai." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "galat." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/it/LC_MESSAGES/sqlparser.mo b/locale/it/LC_MESSAGES/sqlparser.mo Binary files differindex bf5bced..ebc6de6 100644 --- a/locale/it/LC_MESSAGES/sqlparser.mo +++ b/locale/it/LC_MESSAGES/sqlparser.mo diff --git a/locale/it/LC_MESSAGES/sqlparser.po b/locale/it/LC_MESSAGES/sqlparser.po index 2768241..2e80e70 100644 --- a/locale/it/LC_MESSAGES/sqlparser.po +++ b/locale/it/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:57+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,54 +15,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Non ancora implementato." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "E' stato trovato un nuovo statement, ma c'è alcun delimitatore tra questo " "nuovo statement e il precedente." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Operazione di modifica non riconosciuta." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Erano attesi %1$d valori, ma ne sono stati trovati %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Era attesa una parentesi aperta seguita da un insieme di valori." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Era attesa una parentesi aperta." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Keyworld inaspettata." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Inattesa fine dell'espressione CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -70,148 +70,148 @@ msgstr "" "Era atteso un nome di simbolo! Un termine riservato non può essere usato " "come nome di un campo senza inserirlo tra backquotes ( ` )." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Era atteso un nome di simbolo!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Era attesa una virgola o una parentesi chiusa." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Era attesa una parentesi chiusa." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tipo dati non riconosciuto." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Era atteso un alias." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Un alias è stato trovato precedentemente." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Segno di punteggiatura \"punto\" inatteso." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Era attesa un'espressione." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Era atteso un offset." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Questa opzione è in conflitto con \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Era atteso il vecchio nome della tabella." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Era attesa la parola chiave \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Era atteso il nuovo nome della tabella." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Era attesa una operazione di rinomina." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "come espressione regolare" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Carattere inatteso." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Erano attesi uno o più spazi bianchi prima del delimitatore." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Era atteso un delimitatore." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Era atteso il fine quote %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Era atteso un nome di variabile." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Inizio di statement inatteso." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tipo statement non riconosciuto." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Non è stata iniziata alcuna transazione in precedenza." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Token inatteso." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Questo tipo di clausola è stata esaminata in precedenza." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Parola chiave non riconosciuta." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Ordinamento di clausole inatteso." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Era atteso il nome dell'entity." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Era atteso un nome di tabella." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Era attesa almeno la definizione di un campo." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Era attesa una parola chiave \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Questo tipo di clausola non è valida nelle query Multi-tabella." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "errore #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "errore di tipo strict" diff --git a/locale/ja/LC_MESSAGES/sqlparser.mo b/locale/ja/LC_MESSAGES/sqlparser.mo Binary files differindex 4eb1cb2..7e01c44 100644 --- a/locale/ja/LC_MESSAGES/sqlparser.mo +++ b/locale/ja/LC_MESSAGES/sqlparser.mo diff --git a/locale/ja/LC_MESSAGES/sqlparser.po b/locale/ja/LC_MESSAGES/sqlparser.po index 65b234d..783f2c7 100644 --- a/locale/ja/LC_MESSAGES/sqlparser.po +++ b/locale/ja/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-27 15:16+0000\n" "Last-Translator: Fujiwara Software <fujisoft@gmail.com>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,215 +15,215 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "実装されていません。" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "新しいステートメントが見つかりましたが、それとその前の間に区切り文字がありま" "せん。" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "認識できない alter 操作。" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "値 %1$d があるべきですが、 %2$d が見つかりました。" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "予期しないキーワード。" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "予期しないCASE式の終了" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "シンボル名があるべきです!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "カンマか閉じる括弧があるべきです。" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "閉じる括弧があるべきです。" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "認識できないデータ形式。" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "エイリアスがあるべきです。" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "エイリアスが前に見つかっています。" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "予期しないドット。" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "式があるべきです。" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "このオプションは \"%1$s\" と競合しています。" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "開いているテーブルの数。" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "キーワード \"TO\" があるべきです。" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "開いているテーブルの数。" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "行を削除しました" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "正規表現" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "予期しない文字 (行: %s)。" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "空白が区切り文字の前にあるべきです。" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "区切り文字があるべきです。" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "終端クォート %1$s があるべきです。" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "変数名があるべきです。" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "ステートメントの開始があるべきです。" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "開始されているトランザクションはありません。" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "予期しないトークン。" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "認識できないキーワードです。" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "予期しない節の順序。" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "開いているテーブルの数。" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "テーブル名があるべきです。" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "行を削除しました" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "キーワード \"RETURNS\" があるべきです。" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "個" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ka/LC_MESSAGES/sqlparser.mo b/locale/ka/LC_MESSAGES/sqlparser.mo Binary files differindex 49ac861..68c61a6 100644 --- a/locale/ka/LC_MESSAGES/sqlparser.mo +++ b/locale/ka/LC_MESSAGES/sqlparser.mo diff --git a/locale/ka/LC_MESSAGES/sqlparser.po b/locale/ka/LC_MESSAGES/sqlparser.po index d8ebe68..b951c59 100644 --- a/locale/ka/LC_MESSAGES/sqlparser.po +++ b/locale/ka/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:03+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Georgian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,220 +15,220 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Remove selected users" msgid "A symbol name was expected!" msgstr "Remove selected users" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Remove selected users" msgid "A comma or a closing bracket was expected." msgstr "Remove selected users" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Remove selected users" msgid "An alias was expected." msgstr "Remove selected users" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "Remove selected users" msgid "An expression was expected." msgstr "Remove selected users" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "სტრიქონი წაიშალა" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "რეგულარული გამოსახულება" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Table %1$s has been created." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "ცხრილის დასაწყისში" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "ცხრილის დასაწყისში" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Remove selected users" msgid "A table name was expected." msgstr "Remove selected users" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "სტრიქონი წაიშალა" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "შეცდომა" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Ignore errors" msgid "strict error" diff --git a/locale/kk/LC_MESSAGES/sqlparser.mo b/locale/kk/LC_MESSAGES/sqlparser.mo Binary files differindex 7fc9a18..ff1f03f 100644 --- a/locale/kk/LC_MESSAGES/sqlparser.mo +++ b/locale/kk/LC_MESSAGES/sqlparser.mo diff --git a/locale/kk/LC_MESSAGES/sqlparser.po b/locale/kk/LC_MESSAGES/sqlparser.po index a857a27..5b55f37 100644 --- a/locale/kk/LC_MESSAGES/sqlparser.po +++ b/locale/kk/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:03+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Kazakh <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,219 +19,219 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No rows selected" msgid "A symbol name was expected!" msgstr "Бірде-бір қатар таңдалынбады" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No rows selected" msgid "A comma or a closing bracket was expected." msgstr "Бірде-бір қатар таңдалынбады" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No rows selected" msgid "An alias was expected." msgstr "Бірде-бір қатар таңдалынбады" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Бірде-бір қатар таңдалынбады" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Table %s has been emptied." msgid "A rename operation was expected." msgstr "%s кестесі аластанды" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "жүйелі түрде айтылу" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Replace table prefix" msgid "Unexpected beginning of statement." msgstr "Кестениң префиксін ауыстыру" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Replace table prefix" msgid "Unexpected ordering of clauses." msgstr "Кестениң префиксін ауыстыру" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No rows selected" msgid "A table name was expected." msgstr "Бірде-бір қатар таңдалынбады" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Table %s has been emptied." msgid "At least one column definition was expected." msgstr "%s кестесі аластанды" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Қате" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/km/LC_MESSAGES/sqlparser.mo b/locale/km/LC_MESSAGES/sqlparser.mo Binary files differindex 33d7893..19a84b8 100644 --- a/locale/km/LC_MESSAGES/sqlparser.mo +++ b/locale/km/LC_MESSAGES/sqlparser.mo diff --git a/locale/km/LC_MESSAGES/sqlparser.po b/locale/km/LC_MESSAGES/sqlparser.po index 0245d01..edacd7f 100644 --- a/locale/km/LC_MESSAGES/sqlparser.po +++ b/locale/km/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:06+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Central Khmer <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,211 +19,211 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No databases selected." msgid "A symbol name was expected!" msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No databases selected." msgid "An expression was expected." msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The bookmark has been deleted." msgid "A rename operation was expected." msgstr "បានលុបចំណាំ។" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No databases selected." msgid "A table name was expected." msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The bookmark has been deleted." msgid "At least one column definition was expected." msgstr "បានលុបចំណាំ។" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/kn/LC_MESSAGES/sqlparser.mo b/locale/kn/LC_MESSAGES/sqlparser.mo Binary files differindex 2eebdb2..05218ec 100644 --- a/locale/kn/LC_MESSAGES/sqlparser.mo +++ b/locale/kn/LC_MESSAGES/sqlparser.mo diff --git a/locale/kn/LC_MESSAGES/sqlparser.po b/locale/kn/LC_MESSAGES/sqlparser.po index f38b89c..8e0112c 100644 --- a/locale/kn/LC_MESSAGES/sqlparser.po +++ b/locale/kn/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-07-24 13:05+0200\n" "Last-Translator: Shameem Ahmed A Mulla <shameem.sam@gmail.com>\n" "Language-Team: Kannada <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,199 +19,199 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.4-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No tables selected." msgid "A table name was expected." msgstr "ಯಾವುದೇ ಕೋಷ್ಟಕಗಳು ಆಯ್ಕೆ ಮಾಡಲಿಲ್ಲ." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/ko/LC_MESSAGES/sqlparser.mo b/locale/ko/LC_MESSAGES/sqlparser.mo Binary files differindex c399313..aca1e26 100644 --- a/locale/ko/LC_MESSAGES/sqlparser.mo +++ b/locale/ko/LC_MESSAGES/sqlparser.mo diff --git a/locale/ko/LC_MESSAGES/sqlparser.po b/locale/ko/LC_MESSAGES/sqlparser.po index 2e678bb..eec7074 100644 --- a/locale/ko/LC_MESSAGES/sqlparser.po +++ b/locale/ko/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-25 22:02+0000\n" "Last-Translator: SD SkyKlouD <koongchi135@gmail.com>\n" "Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,224 +15,224 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "아직 구현되지 않은 기능입니다." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "인식되지 않은 ALTER 작업입니다." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "값 %1$d 이 예상되었지만, %2$d 가 발견되었습니다." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "예상되지 않은 키워드입니다." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "예상되지 않은 CASE 문의 종료" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "심볼 이름이 예상되었습니다!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "테이블이 선택되지 않았습니다." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "인식할 수 없는 데이터 형식입니다." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "테이블이 선택되지 않았습니다." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "예상되지 않은 점(.)입니다." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "식이 예상되었습니다." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "오프셋이 예상되었습니다." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "이 옵션은 \"%1$s\"와(과) 충돌합니다." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "테이블의 이전 이름이 예상되었습니다." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "키워드 \"TO\"가 예상되었습니다." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "테이블의 새로운 이름이 예상되었습니다." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "행을 삭제 하였습니다." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "정규표현식" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "%s 라인에 알 수 없는 문자가 있습니다." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "이벤트 %1$s 를 생성했습니다." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "파일명 템플릿" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "테이블의 처음" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "%s 라인에 알 수 없는 문자가 있습니다." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "테이블의 처음" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "열린 테이블 수." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "파일명 템플릿" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "행을 삭제 하였습니다." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "오류" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ksh/LC_MESSAGES/sqlparser.mo b/locale/ksh/LC_MESSAGES/sqlparser.mo Binary files differindex 15462b8..33e7d4b 100644 --- a/locale/ksh/LC_MESSAGES/sqlparser.mo +++ b/locale/ksh/LC_MESSAGES/sqlparser.mo diff --git a/locale/ksh/LC_MESSAGES/sqlparser.po b/locale/ksh/LC_MESSAGES/sqlparser.po index f278c75..b44080d 100644 --- a/locale/ksh/LC_MESSAGES/sqlparser.po +++ b/locale/ksh/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2014-10-02 15:09+0200\n" "Last-Translator: Purodha <publi@web.de>\n" "Language-Team: Colognian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,199 +19,199 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n==0 ? 0 : n==1 ? 1 : 2;\n" "X-Generator: Weblate 1.10-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "The database name is empty!" msgid "A table name was expected." msgstr "Kein Name för di Dahtebangk!" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/ky/LC_MESSAGES/sqlparser.mo b/locale/ky/LC_MESSAGES/sqlparser.mo Binary files differindex 6af57cc..d08ad87 100644 --- a/locale/ky/LC_MESSAGES/sqlparser.mo +++ b/locale/ky/LC_MESSAGES/sqlparser.mo diff --git a/locale/ky/LC_MESSAGES/sqlparser.po b/locale/ky/LC_MESSAGES/sqlparser.po index 483cd36..86b2a2d 100644 --- a/locale/ky/LC_MESSAGES/sqlparser.po +++ b/locale/ky/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:03+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Kyrgyz <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,209 +19,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Database %1$s has been created." msgid "A symbol name was expected!" msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Database %1$s has been created." msgid "A comma or a closing bracket was expected." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Database %1$s has been created." msgid "An alias was expected." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Database %1$s has been created." msgid "A rename operation was expected." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Database %1$s has been created." msgid "A table name was expected." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Database %1$s has been created." msgid "At least one column definition was expected." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/li/LC_MESSAGES/sqlparser.mo b/locale/li/LC_MESSAGES/sqlparser.mo Binary files differindex 3ee60ef..b46903c 100644 --- a/locale/li/LC_MESSAGES/sqlparser.mo +++ b/locale/li/LC_MESSAGES/sqlparser.mo diff --git a/locale/li/LC_MESSAGES/sqlparser.po b/locale/li/LC_MESSAGES/sqlparser.po index 12bdcf0..07e94eb 100644 --- a/locale/li/LC_MESSAGES/sqlparser.po +++ b/locale/li/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-12-29 15:36+0000\n" "Last-Translator: Robin van der Vliet <info@robinvandervliet.nl>\n" "Language-Team: Limburgish <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,197 +19,197 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/lt/LC_MESSAGES/sqlparser.mo b/locale/lt/LC_MESSAGES/sqlparser.mo Binary files differindex fc0f840..4a7a5fc 100644 --- a/locale/lt/LC_MESSAGES/sqlparser.mo +++ b/locale/lt/LC_MESSAGES/sqlparser.mo diff --git a/locale/lt/LC_MESSAGES/sqlparser.po b/locale/lt/LC_MESSAGES/sqlparser.po index 035293c..90adf6a 100644 --- a/locale/lt/LC_MESSAGES/sqlparser.po +++ b/locale/lt/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:20+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Lithuanian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,230 +16,230 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Piktograminės lentelių operacijos" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Lentelės vardo šablonas" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Nepažymėjote duomenų bazės." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Nepažymėjote duomenų bazės." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nepasirinkti įrašai" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Lentelių kurios yra atidarytos skaičius." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Lentelių kurios yra atidarytos skaičius." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Eilutė buvo ištrinta" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kaip reguliarųjį išsireiškimą" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Įvykis %1$s buvo sukurtas." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Lentelės vardo šablonas" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Lentelės pradžioje" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Lentelės pradžioje" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Lentelių kurios yra atidarytos skaičius." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Lentelės vardo šablonas" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Eilutė buvo ištrinta" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "klaidos." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/lv/LC_MESSAGES/sqlparser.mo b/locale/lv/LC_MESSAGES/sqlparser.mo Binary files differindex 5a148c1..1dca7f0 100644 --- a/locale/lv/LC_MESSAGES/sqlparser.mo +++ b/locale/lv/LC_MESSAGES/sqlparser.mo diff --git a/locale/lv/LC_MESSAGES/sqlparser.po b/locale/lv/LC_MESSAGES/sqlparser.po index 3fa6ee1..04d6a67 100644 --- a/locale/lv/LC_MESSAGES/sqlparser.po +++ b/locale/lv/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-23 11:11+0000\n" "Last-Translator: Arturs Nikolajevs <nikidijs@gmail.com>\n" "Language-Team: Latvian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,218 +15,218 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Faila nosaukuma šablons" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Datubāze nav izvēlēta." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Datubāze nav izvēlēta." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Rindas nav iezīmētas" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Ieraksts tika dzēsts" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kā regulārā izteiksme" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Tabula %s tika izdzēsta" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Faila nosaukuma šablons" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Tabulas sākumā" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Tabulas sākumā" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Faila nosaukuma šablons" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Ieraksts tika dzēsts" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Kļūda" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/mk/LC_MESSAGES/sqlparser.mo b/locale/mk/LC_MESSAGES/sqlparser.mo Binary files differindex 28ab45c..413b57c 100644 --- a/locale/mk/LC_MESSAGES/sqlparser.mo +++ b/locale/mk/LC_MESSAGES/sqlparser.mo diff --git a/locale/mk/LC_MESSAGES/sqlparser.po b/locale/mk/LC_MESSAGES/sqlparser.po index 878ccac..9efe3da 100644 --- a/locale/mk/LC_MESSAGES/sqlparser.po +++ b/locale/mk/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:23+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Macedonian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,218 +15,218 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Шаблон на име на податотека" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Не е избрана ни една база на податоци." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Не е избрана ни една база на податоци." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Нема селектирани записи" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Записот е избришан" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "како регуларен израз" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Табелата %s е избришана" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Шаблон на име на податотека" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "на почетокот од табелата" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "на почетокот од табелата" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Шаблон на име на податотека" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Записот е избришан" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Грешка" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/ml/LC_MESSAGES/sqlparser.mo b/locale/ml/LC_MESSAGES/sqlparser.mo Binary files differindex a82749f..fd11b01 100644 --- a/locale/ml/LC_MESSAGES/sqlparser.mo +++ b/locale/ml/LC_MESSAGES/sqlparser.mo diff --git a/locale/ml/LC_MESSAGES/sqlparser.po b/locale/ml/LC_MESSAGES/sqlparser.po index 0ce17e0..13afe58 100644 --- a/locale/ml/LC_MESSAGES/sqlparser.po +++ b/locale/ml/LC_MESSAGES/sqlparser.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:05+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Malayalam <https://hosted.weblate.org/projects/phpmyadmin/" @@ -17,211 +17,211 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Remove database" msgid "A symbol name was expected!" msgstr "വിവരശേഖരം നീക്കുക" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Remove database" msgid "A comma or a closing bracket was expected." msgstr "വിവരശേഖരം നീക്കുക" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Remove database" msgid "An alias was expected." msgstr "വിവരശേഖരം നീക്കുക" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "Remove database" msgid "An expression was expected." msgstr "വിവരശേഖരം നീക്കുക" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Database %1$s has been created." msgid "A rename operation was expected." msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Remove database" msgid "A table name was expected." msgstr "വിവരശേഖരം നീക്കുക" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Database %1$s has been created." msgid "At least one column definition was expected." msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/mn/LC_MESSAGES/sqlparser.mo b/locale/mn/LC_MESSAGES/sqlparser.mo Binary files differindex 5a85128..54c3e44 100644 --- a/locale/mn/LC_MESSAGES/sqlparser.mo +++ b/locale/mn/LC_MESSAGES/sqlparser.mo diff --git a/locale/mn/LC_MESSAGES/sqlparser.po b/locale/mn/LC_MESSAGES/sqlparser.po index 4b23bd3..7f51917 100644 --- a/locale/mn/LC_MESSAGES/sqlparser.po +++ b/locale/mn/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:25+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Mongolian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,220 +15,220 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No databases selected." msgid "A symbol name was expected!" msgstr "ӨС сонгогдоогүй." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "ӨС сонгогдоогүй." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "ӨС сонгогдоогүй." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Сонгогдсон мөргүй" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Мөр устгагдсан" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "PHP Version" msgid "Missing expression." msgstr "PHP хувилбар" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Ending quote %1$s was expected." msgstr "Хүснэгт %s нь устгагдлаа" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Хүснэгтийн эхэнд" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Хүснэгтийн эхэнд" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No databases selected." msgid "A table name was expected." msgstr "ӨС сонгогдоогүй." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Мөр устгагдсан" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Алдаа" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/ms/LC_MESSAGES/sqlparser.mo b/locale/ms/LC_MESSAGES/sqlparser.mo Binary files differindex c7e9eb4..32d0429 100644 --- a/locale/ms/LC_MESSAGES/sqlparser.mo +++ b/locale/ms/LC_MESSAGES/sqlparser.mo diff --git a/locale/ms/LC_MESSAGES/sqlparser.po b/locale/ms/LC_MESSAGES/sqlparser.po index 6d460ce..a712e64 100644 --- a/locale/ms/LC_MESSAGES/sqlparser.po +++ b/locale/ms/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:06+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Malay <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,219 +15,219 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "With selected:" msgid "A symbol name was expected!" msgstr "Dengan pilihan:" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "With selected:" msgid "A comma or a closing bracket was expected." msgstr "Dengan pilihan:" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "With selected:" msgid "An alias was expected." msgstr "Dengan pilihan:" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "With selected:" msgid "An expression was expected." msgstr "Dengan pilihan:" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Baris telah dipadam" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "sebagai penyataan regular (regexp)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Jadual %s telah digugurkan" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Pada Awalan Jadual" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Pada Awalan Jadual" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "With selected:" msgid "A table name was expected." msgstr "Dengan pilihan:" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Baris telah dipadam" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Ralat" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/nb/LC_MESSAGES/sqlparser.mo b/locale/nb/LC_MESSAGES/sqlparser.mo Binary files differindex 9176711..0287f8d 100644 --- a/locale/nb/LC_MESSAGES/sqlparser.mo +++ b/locale/nb/LC_MESSAGES/sqlparser.mo diff --git a/locale/nb/LC_MESSAGES/sqlparser.po b/locale/nb/LC_MESSAGES/sqlparser.po index c75916d..78b3527 100644 --- a/locale/nb/LC_MESSAGES/sqlparser.po +++ b/locale/nb/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-11-11 21:15+0000\n" "Last-Translator: nils kristian tomren <slx@nilsk.net>\n" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/" @@ -15,236 +15,236 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Ikoniske tabelloperasjoner" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Uventede karakterer på linje %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Tabellnavnmal" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Ingen tabeller er valgt." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Ingen tabeller er valgt." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Ingen rader valgt" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Antall åpne tabeller." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Antall åpne tabeller." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Raden er slettet." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "som \"regular expression\"" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Uventede karakterer på linje %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Tabellen %1$s har blitt opprettet." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Tabellnavnmal" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Ved begynnelsen av tabellen" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Uventede karakterer på linje %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Ved begynnelsen av tabellen" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Antall åpne tabeller." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Tabellnavnmal" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Raden er slettet." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "feil." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ne/LC_MESSAGES/sqlparser.mo b/locale/ne/LC_MESSAGES/sqlparser.mo Binary files differindex 315d3fe..8ee58f1 100644 --- a/locale/ne/LC_MESSAGES/sqlparser.mo +++ b/locale/ne/LC_MESSAGES/sqlparser.mo diff --git a/locale/ne/LC_MESSAGES/sqlparser.po b/locale/ne/LC_MESSAGES/sqlparser.po index 4746ab1..d464773 100644 --- a/locale/ne/LC_MESSAGES/sqlparser.po +++ b/locale/ne/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:03+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Nepali <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,199 +19,199 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No tables selected." msgid "A table name was expected." msgstr "कुनैपनि डेटाबेस चयन गरिएको छैन।" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/nl/LC_MESSAGES/sqlparser.mo b/locale/nl/LC_MESSAGES/sqlparser.mo Binary files differindex 5cf2bbc..e3619cf 100644 --- a/locale/nl/LC_MESSAGES/sqlparser.mo +++ b/locale/nl/LC_MESSAGES/sqlparser.mo diff --git a/locale/nl/LC_MESSAGES/sqlparser.po b/locale/nl/LC_MESSAGES/sqlparser.po index 4101745..a42d382 100644 --- a/locale/nl/LC_MESSAGES/sqlparser.po +++ b/locale/nl/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-03 13:33+0000\n" "Last-Translator: dingo thirteen <dingo13@gmail.com>\n" "Language-Team: Dutch <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,54 +15,54 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Nog niet geïmplementeerd." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Een nieuwe opdracht werd gevonden, maar zonder scheidingsteken tussen deze " "en de vorige opdracht." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Onbekende bewerking." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d waarden werden verwacht, maar %2$d gevonden." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Een openingshaakje gevolgd door een set met waardes werd verwacht." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Een openingshaakje werd verwacht." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Onverwacht sleutelwoord." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Onverwacht einde van CASE expressie" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -70,146 +70,146 @@ msgstr "" "Een symbool naam werd verwacht! Een gereserveerd sleutelwoord kan niet als " "kolomnaam gebruikt worden zonder achterwaartse aanhalingstekens." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Een symbool naam werd verwacht!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Een komma of een sluitingshaakje werd verwacht." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Een sluitingshaakje werd verwacht." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Onbekend gegevenstype." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Een alias werd verwacht." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Een alias was eerder al gevonden." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Onverwachte punt." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Een expressie werd verwacht." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Een offset werd verwacht." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Deze optie conflicteert met \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "De oude naam van de tabel werd verwacht." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Sleutelwoord \"TO\" werd verwacht." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "De nieuwe naam van de tabel werd verwacht." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Een hernoem bewerking werd verwacht." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Expressie ontbreekt." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Onverwachte letter." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Spatie(s) werd(en) verwacht voor het scheidingsteken." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Scheidingsteken verwacht." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Eindquote %1$s werd verwacht." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Naam van variabele werd verwacht." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Onverwacht begin van opdracht." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Opdracht type niet herkent." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Er is geen transactie gestart." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Onverwacht token." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Dit type van voorwaarde is eerder uitgevoerd." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Sleutelwoord niet herkent." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Onverwachte volgorde van voorwaarden." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "De naam van de entiteit werd verwacht." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Een tabel naam werd verwacht." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Er werd minimaal één kolomdefinitie verwacht." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Een \"RETURNS\" sleutelwoord werd verwacht." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Dit type van voorwaarde is niet bruikbaar in multi-tabel queries." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "fout #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "strikte fout" diff --git a/locale/pa/LC_MESSAGES/sqlparser.mo b/locale/pa/LC_MESSAGES/sqlparser.mo Binary files differindex ab3a24d..5ac2303 100644 --- a/locale/pa/LC_MESSAGES/sqlparser.mo +++ b/locale/pa/LC_MESSAGES/sqlparser.mo diff --git a/locale/pa/LC_MESSAGES/sqlparser.po b/locale/pa/LC_MESSAGES/sqlparser.po index 5d5da82..289671a 100644 --- a/locale/pa/LC_MESSAGES/sqlparser.po +++ b/locale/pa/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2014-01-06 12:13+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Punjabi <http://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,209 +19,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 1.9-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Database %1$s has been created." msgid "A symbol name was expected!" msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Database %1$s has been created." msgid "A comma or a closing bracket was expected." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Database %1$s has been created." msgid "An alias was expected." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Database %1$s has been created." msgid "A rename operation was expected." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Database %1$s has been created." msgid "A table name was expected." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Database %1$s has been created." msgid "At least one column definition was expected." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/pl/LC_MESSAGES/sqlparser.mo b/locale/pl/LC_MESSAGES/sqlparser.mo Binary files differindex e1e73a2..111199f 100644 --- a/locale/pl/LC_MESSAGES/sqlparser.mo +++ b/locale/pl/LC_MESSAGES/sqlparser.mo diff --git a/locale/pl/LC_MESSAGES/sqlparser.po b/locale/pl/LC_MESSAGES/sqlparser.po index 9c842bd..d39cb63 100644 --- a/locale/pl/LC_MESSAGES/sqlparser.po +++ b/locale/pl/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-05 18:42+0000\n" "Last-Translator: Mateusz Wasik <morwa666@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -16,204 +16,204 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Jeszcze nie zaimplementowane." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "Znaleziono kolejne polecenie, ale brakuje między nimi rozgranicznika." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Wygląd interfejsu do operacji na tabeli" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Oczekiwano następującej liczby wartości: %1$d; znaleziono %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Oczekiwano nawiasu otwierającego i listy wartości." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Brak nawiasu otwierającego." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Nieznane słowo kluczowe." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Nieoczekiwany koniec polecenia CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Nazwa szablonu tabeli" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Oczekiwano przecinka lub nawiasu zamykającego." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Brak nawiasu zamykającego." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Nierozpoznany typ danych." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Oczekiwano aliasu." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 #, fuzzy msgid "An alias was previously found." msgstr "Alias został już wykorzystany." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Nieoczekiwana kropka." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Oczekiwano wyrażenia." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Oczekiwano starej nazwy tabeli." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Oczekiwano słowa kluczowego \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Oczekiwano nowej nazwy tabeli." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Oczekiwano polecenia zmiany nazwy." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Brakujące wyrażenie." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Nieoczekiwany znak." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Oczekiwano spacji przez rozgranicznikiem." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Oczekiwano rozgranicznika." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Oczekiwano znaku końca %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Oczekiwano nazwy zmiennej." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Oczekiwano początku polecenia." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Nierozpoznany typ polecenia." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Nieoczekiwany znak." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Nierozpoznane słowo kluczowe." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Na początku tabeli" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Oczekiwano nazwy obiektu." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Oczekiwano nazwy tabeli." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Oczekiwano definicji co najmniej jednej kolumny." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Oczekiwano słowa kluczowego \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Ta klauzula nie może być stosowana w poleceniach międzytabelowych." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "Błąd #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/pt/LC_MESSAGES/sqlparser.mo b/locale/pt/LC_MESSAGES/sqlparser.mo Binary files differindex d0f851b..fe069e4 100644 --- a/locale/pt/LC_MESSAGES/sqlparser.mo +++ b/locale/pt/LC_MESSAGES/sqlparser.mo diff --git a/locale/pt/LC_MESSAGES/sqlparser.po b/locale/pt/LC_MESSAGES/sqlparser.po index c98d0cd..8fc5f1a 100644 --- a/locale/pt/LC_MESSAGES/sqlparser.po +++ b/locale/pt/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-12-27 20:05+0000\n" "Last-Translator: João Machaqueiro <joaopcmacha@gmail.com>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,231 +15,231 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Tabela de operações em ícones" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Caracteres inesperados na linha %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Modelo de nome da tabela" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Nenhuma tabela selecionada." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Nenhuma tabela selecionada." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nenhum registo(linha) seleccionado" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "Title of browser window when a table is selected." msgid "The old name of the table was expected." msgstr "Título da janela do navegador quando uma tabela estiver selecionada." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Registo eliminado." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "como expressão regular" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Caracteres inesperados na linha %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "A tabela %s foi eliminada" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Modelo de nome da tabela" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "No Início da Tabela" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Caracteres inesperados na linha %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "No Início da Tabela" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Modelo de nome da tabela" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Registo eliminado." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Erro" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/pt_BR/LC_MESSAGES/sqlparser.mo b/locale/pt_BR/LC_MESSAGES/sqlparser.mo Binary files differindex 9b0adcf..a2a0642 100644 --- a/locale/pt_BR/LC_MESSAGES/sqlparser.mo +++ b/locale/pt_BR/LC_MESSAGES/sqlparser.mo diff --git a/locale/pt_BR/LC_MESSAGES/sqlparser.po b/locale/pt_BR/LC_MESSAGES/sqlparser.po index fd103df..3a60879 100644 --- a/locale/pt_BR/LC_MESSAGES/sqlparser.po +++ b/locale/pt_BR/LC_MESSAGES/sqlparser.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-03 16:54+0000\n" "Last-Translator: Daniel Palmeira Huanca <daniel46758@hotmail.com>\n" -"Language-Team: Portuguese (Brazil) " -"<https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pt_BR/>\n" +"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" +"phpmyadmin/sql-parser/pt_BR/>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,55 +15,55 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Ainda não implementado." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Uma nova declaração foi encontrada, porém não há delimitador entre esta e a " "anterior." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Operação de alteração desconhecida." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Eram esperados %1$d valores, mas foram encontrados %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" "Era esperado um colchete de abertura seguido por um conjunto de valores." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Era esperado um colchete de abertura." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Caracter inesperado." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Final inesperado da expressão CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -71,146 +71,146 @@ msgstr "" "Era esperado um nome de símbolo! Um caracter reservado não pode ser usado " "como um nome de coluna sem apóstrofo." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Era esperado um nome de símbolo!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Era esperado uma vírgula ou um colchete de fechamento." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Era esperado um colchete de fechamento." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tipo de dado desconhecido." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Era esperado um nome de correlação." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Um nome correlação foi encontrado anteriormente." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Ponto inesperado." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Era esperado uma expressão." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Era esperado um espaçamento." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Esta opção está em conflito com \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Era esperado o nome anterior da tabela." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Era esperado o caracter \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Era esperado o novo nome da tabela." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Era esperado uma operação renomear." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Faltando expressão." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Caracter inesperado." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Era(m) esperado(s) espaço(s) em branco antes do delimitador." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Esperado delimitador." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Era esperado fechar aspas %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Era perado nome de variável." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Início de declaração inesperado." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tipo de declaração desconhecido." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Nenhuma operação foi iniciada anteriormente." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Símbolo (token) inesperado." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Este tipo de sentença foi previamente analisado." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Comando desconhecido." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Ordenamento de sentenças inesperado." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Era esperado o nome da entidade." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Era esperado um nome de tabela." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Era esperado a definição de pelo menos uma coluna." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Era esperado um comando \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Este tipo de sentença não é válida em consultas à várias tabelas." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "erro #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "Erro estrito" diff --git a/locale/ro/LC_MESSAGES/sqlparser.mo b/locale/ro/LC_MESSAGES/sqlparser.mo Binary files differindex 3da5507..55cf10c 100644 --- a/locale/ro/LC_MESSAGES/sqlparser.mo +++ b/locale/ro/LC_MESSAGES/sqlparser.mo diff --git a/locale/ro/LC_MESSAGES/sqlparser.po b/locale/ro/LC_MESSAGES/sqlparser.po index 3726c4d..77abebf 100644 --- a/locale/ro/LC_MESSAGES/sqlparser.po +++ b/locale/ro/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-04 15:32+0000\n" "Last-Translator: Flavius Nopcea <domnulnopcea@gmail.com>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -16,236 +16,236 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 #, fuzzy msgid "Not implemented yet." msgstr "Nu este inca implementat." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy msgid "Unrecognized alter operation." msgstr "Operații tabelare cu iconițe" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "O paranteza deschisa este necesara." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Caractere neaşteptate pe linia %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Șablon nume tabel" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Nici o bază de date selectată." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "O paranteza inchisa este necesara." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tip de date nerecunoscut." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Nici o bază de date selectată." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nici un rând selectat" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Numărul de tabele ce sînt deschise." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Numărul de tabele ce sînt deschise." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Înregistrarea a fost ștearsă." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "ca o expresie" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Caractere neaşteptate pe linia %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Evenimentul %1$s a fost creat." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Șablon nume tabel" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "La începutul tabelului" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Caractere neaşteptate pe linia %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "La începutul tabelului" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Numărul de tabele ce sînt deschise." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Șablon nume tabel" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Înregistrarea a fost ștearsă." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Eroare" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ru/LC_MESSAGES/sqlparser.mo b/locale/ru/LC_MESSAGES/sqlparser.mo Binary files differindex 164fc21..b6db58b 100644 --- a/locale/ru/LC_MESSAGES/sqlparser.mo +++ b/locale/ru/LC_MESSAGES/sqlparser.mo diff --git a/locale/ru/LC_MESSAGES/sqlparser.po b/locale/ru/LC_MESSAGES/sqlparser.po index 98e6dc1..78f0668 100644 --- a/locale/ru/LC_MESSAGES/sqlparser.po +++ b/locale/ru/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:56+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -16,209 +16,209 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Ещё не реализовано." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Нераспознанная операция изменения." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Ожидалось %1$d значений, найдено %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Ожидалась открывающая скобка и список значений." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Ожидалась открывающая скобка." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Неожиданный токен." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" msgstr "Ожидалось имя переменной." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Ожидалась запятая или закрывающая скобка." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Ожидалась закрывающая скобка." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Нераспознанный тип данных." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Ожидался псевдоним." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Псевдоним был найден ранее." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Неожиданная точка." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Ожидалось выражение." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Ожидалось смещение." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Этот параметр конфликтует с \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Ожидалось старое имя таблицы." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Ожидалось ключевое слово \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Ожидалось новое имя таблицы." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Ожидалась операция переименования." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "регулярное выражение" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Неожиданный символ." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Ожидался пробел перед разделителем." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Ожидалась закрывающая кавычка %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Ожидалось имя переменной." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Неожиданное начало выражения." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Неожиданный токен." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Неизвестное ключевое слово." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Неожиданное начало выражения." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Ожидалось имя сущности." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Ожидалось имя переменной." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Ожидалось объявление, по крайней мере, одного столбца." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Ожидалось ключевое слово \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "ошибки." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/si/LC_MESSAGES/sqlparser.mo b/locale/si/LC_MESSAGES/sqlparser.mo Binary files differindex 99459bd..23fefcc 100644 --- a/locale/si/LC_MESSAGES/sqlparser.mo +++ b/locale/si/LC_MESSAGES/sqlparser.mo diff --git a/locale/si/LC_MESSAGES/sqlparser.po b/locale/si/LC_MESSAGES/sqlparser.po index 904e56a..e259028 100644 --- a/locale/si/LC_MESSAGES/sqlparser.po +++ b/locale/si/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-06 03:53+0000\n" "Last-Translator: Isuru Abeywardana <vpisabeywardana@gmail.com>\n" "Language-Team: Sinhala <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,232 +15,232 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "අයිකන සහිත වගු මෙහෙයුම්" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "%s වන පේළියේ අනපේක්ෂිත අනුලකුණකි." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "ගොනු නාම ටෙම්ප්ලේටය" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "පේළි කිසිවක් තෝරගෙන නැත" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "The old name of the table was expected." msgstr "වගුවක් තෝරා ඇති විට බ්රව්සර කවුළුවේ මාතෘකාව" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "පේළිය ඉවත් කරන ලදි." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "regular expression ලෙස" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "%s වන පේළියේ අනපේක්ෂිත අනුලකුණකි." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s සිද්ධිය සාදන ලදි." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "ගොනු නාම ටෙම්ප්ලේටය" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "වගුව මුලදී" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "%s වන පේළියේ අනපේක්ෂිත අනුලකුණකි." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "වගුව මුලදී" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "ගොනු නාම ටෙම්ප්ලේටය" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "පේළිය ඉවත් කරන ලදි." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "දෝෂ." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/sk/LC_MESSAGES/sqlparser.mo b/locale/sk/LC_MESSAGES/sqlparser.mo Binary files differindex fa054e4..30d5e45 100644 --- a/locale/sk/LC_MESSAGES/sqlparser.mo +++ b/locale/sk/LC_MESSAGES/sqlparser.mo diff --git a/locale/sk/LC_MESSAGES/sqlparser.po b/locale/sk/LC_MESSAGES/sqlparser.po index 2468678..9a4ffb4 100644 --- a/locale/sk/LC_MESSAGES/sqlparser.po +++ b/locale/sk/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-19 21:35+0000\n" "Last-Translator: Martin Lacina <martin@whistler.sk>\n" "Language-Team: Slovak <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,214 +15,214 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Nerozpoznaná aktualizačná operácia." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Neočakávané znaky na riadku %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" msgstr "Očakávalo sa meno premennej." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Bola očakávaná čiarka alebo uzatváracia zátvorka." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Bol očakávaný alias." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Bol očakávaný výraz." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Bolo očakávané staré meno tabuľky." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Bolo očakávané nové meno tabuľky." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Očakávala sa operácia premenovania." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "ako regulárny výraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Neočakávaný znak." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Udalosť %1$s bola vytvorená." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Očakávalo sa meno premennej." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Neočakávaný začiatok výrazu." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Neočakávané znaky na riadku %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Neočakávaný začiatok výrazu." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Počet práve otvorených tabuliek." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Očakávalo sa meno premennej." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Očakávala sa aspoň jedna definícia stĺpca." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Chyba" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/sl/LC_MESSAGES/sqlparser.mo b/locale/sl/LC_MESSAGES/sqlparser.mo Binary files differindex 501849e..25fb9fd 100644 --- a/locale/sl/LC_MESSAGES/sqlparser.mo +++ b/locale/sl/LC_MESSAGES/sqlparser.mo diff --git a/locale/sl/LC_MESSAGES/sqlparser.po b/locale/sl/LC_MESSAGES/sqlparser.po index 31342cf..ea08632 100644 --- a/locale/sl/LC_MESSAGES/sqlparser.po +++ b/locale/sl/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:58+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Slovenian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -16,54 +16,54 @@ msgstr "" "%100==4 ? 2 : 3;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Ni še implementirano." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Naleteli smo na nov stavek, vendar med njim in prejšnjim stavkom ni " "ločilnega znaka." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Neprepoznan poseg spremembe." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Pričakovali smo %1$d vrednosti, vendar smo jih našli %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Pričakovali smo začetni oklepaj, ki mu sledi množica vrednosti." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Pričakovali smo začetni oklepaj." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Nepričakovana ključna beseda." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Nepričakovan konec izraza CASE" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -71,148 +71,148 @@ msgstr "" "Pričakovali smo ime simbola! Rezervirane besede ne morete uporabiti kot ime " "stolpca brez ustreznih narekovajev." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Pričakovali smo ime znaka!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Pričakovali smo vejico ali zaklepaj." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Pričakovali smo zaklepaj." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Neprepoznana vrsta podatkov." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Pričakovali smo vzdevek." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Vzdevek smo našli že prej." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Nepričakovana pika." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Pričakovali smo izraz." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Pričakovali smo odmik." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Izbira je v sporu z \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Pričakovali smo staro ime tabele." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Pričakovali smo ključno besedo \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Pričakovali smo novo ime tabele." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Pričakovali smo poseg preimenovanja." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kot običajni izraz (regular expression)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Nepričakovan znak." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Pred ločitvenim znakom smo pričakoval prazne znake." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Pričakovali smo ločitveni znak." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Pričakovali smo končni narekovaj %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Pričakovali smo ime spremenljivke." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Nepričakovan začetek stavka." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Neprepoznana vrsta stavka." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Začeli niste nobene transakcije." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Nepričakovan žeton." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "To vrsto stavka smo prej razčlenili." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Nepričakovana ključna beseda." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Nepričakovan vrstni red stavkov." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Pričakovali smo ime entitete." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Pričakovali smo ime tabele." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Pričakovali smo vsaj eno opredelitev stolpca." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Pričakovali smo ključno besedo \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Ta vrsta stavka ni veljavna v večtabelnih poizvedbah." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "napaka #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "stroga napaka" diff --git a/locale/sq/LC_MESSAGES/sqlparser.mo b/locale/sq/LC_MESSAGES/sqlparser.mo Binary files differindex 60d9ca2..ad0db14 100644 --- a/locale/sq/LC_MESSAGES/sqlparser.mo +++ b/locale/sq/LC_MESSAGES/sqlparser.mo diff --git a/locale/sq/LC_MESSAGES/sqlparser.po b/locale/sq/LC_MESSAGES/sqlparser.po index 0b7543e..5b11288 100644 --- a/locale/sq/LC_MESSAGES/sqlparser.po +++ b/locale/sq/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:56+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Albanian <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,211 +15,211 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Nuk është implementuar ende." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Një deklaratë e re është gjetur, por nuk ka delimiter ndërmjet asaj dhe " "tjetrës më përpara." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Veprim alter i panjohur." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Vlerat %1$d u pranuan, por gjeti %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Pritet një kllapë e hapur, e ndjekur nga një set vlerash." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Pritet një kllapë e hapur." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Shenjë e papritur." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Pritet emri i një simboli!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Pritet një presje ose një kllapë mbyllëse." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Pritet një kllapë e mbylljes." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tip të dhënash i panjohur." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Pritet një alias (pseudonim)." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Një pseudonim është gjetur më përpara." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Pikë (dot) e papritur." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Pritet një shprehje." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Pritet një rezultat (offset)." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Ky opsion konflikton me \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Pritet emri i vjetër i tabelës." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Pritet fjala kyçe \"TO\" (për)." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Pritet emri i ri i tabelës." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Pritet një veprim riemërimi." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "si shprehje e rregullt" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Karakter i papritur." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Pritet hapësirë(a) e bardhë para delimitrit." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Pritet delimiter." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Pritet thonjëza e fundit %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Pritet emri i variablit." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Fillim i papritur i deklaratës." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tip deklarate i panjohur." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Nuk ka filluar ndonjë transaksion më parë." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Shenjë e papritur." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Ky tip i klauzolës është parsuar më parë." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Fjalë kyçe e panjohur." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Fillim i papritur i deklaratës." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Pritet emri i entitetit." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Pritet emri i variablit." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Pritet së paku një përcaktim kolone." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Pritet një fjalë kyçe \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "This type of clause was previously parsed." msgid "This type of clause is not valid in Multi-table queries." msgstr "Ky tip i klauzolës është parsuar më parë." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Gabim" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query error" msgid "strict error" diff --git a/locale/sqlparser.pot b/locale/sqlparser.pot index ff6b8d4..dae5094 100644 --- a/locale/sqlparser.pot +++ b/locale/sqlparser.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,196 +17,196 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/sr/LC_MESSAGES/sqlparser.mo b/locale/sr/LC_MESSAGES/sqlparser.mo Binary files differindex 0ec98da..613918e 100644 --- a/locale/sr/LC_MESSAGES/sqlparser.mo +++ b/locale/sr/LC_MESSAGES/sqlparser.mo diff --git a/locale/sr/LC_MESSAGES/sqlparser.po b/locale/sr/LC_MESSAGES/sqlparser.po index 97a4abf..6201c10 100644 --- a/locale/sr/LC_MESSAGES/sqlparser.po +++ b/locale/sr/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:25+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Serbian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,224 +16,224 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Шаблон имена датотеке" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Није изабрана ни једна база." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Није изабрана ни једна база." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Нема одабраних редова" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Број отворених табела." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Број отворених табела." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Ред је обрисан" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "као регуларни израз" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "Табела %s је одбачена" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Шаблон имена датотеке" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "На почетку табеле" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "На почетку табеле" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Број отворених табела." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Шаблон имена датотеке" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Ред је обрисан" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Грешка" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/sr@latin/LC_MESSAGES/sqlparser.mo b/locale/sr@latin/LC_MESSAGES/sqlparser.mo Binary files differindex ac874b7..5abe689 100644 --- a/locale/sr@latin/LC_MESSAGES/sqlparser.mo +++ b/locale/sr@latin/LC_MESSAGES/sqlparser.mo diff --git a/locale/sr@latin/LC_MESSAGES/sqlparser.po b/locale/sr@latin/LC_MESSAGES/sqlparser.po index a40d068..ffc5d5b 100644 --- a/locale/sr@latin/LC_MESSAGES/sqlparser.po +++ b/locale/sr@latin/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:24+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Serbian (latin) <https://hosted.weblate.org/projects/" @@ -16,228 +16,228 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Šablon imena tabele" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Nije izabrana ni jedna baza." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Nije izabrana ni jedna baza." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Nema odabranih redova" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Broj otvorenih tabela." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Broj otvorenih tabela." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Red je obrisan" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "kao regularni izraz" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Događaj %1$s je kreiran." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Šablon imena tabele" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Na početku tabele" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Na početku tabele" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Broj otvorenih tabela." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Šablon imena tabele" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Red je obrisan" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Greška" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/sv/LC_MESSAGES/sqlparser.mo b/locale/sv/LC_MESSAGES/sqlparser.mo Binary files differindex 64d2c6e..cafbe64 100644 --- a/locale/sv/LC_MESSAGES/sqlparser.mo +++ b/locale/sv/LC_MESSAGES/sqlparser.mo diff --git a/locale/sv/LC_MESSAGES/sqlparser.po b/locale/sv/LC_MESSAGES/sqlparser.po index 852e152..9e1191c 100644 --- a/locale/sv/LC_MESSAGES/sqlparser.po +++ b/locale/sv/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-11-12 10:41+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,210 +15,210 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Ännu inte implementerat." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "En ny sats hittades, men ingen avgränsare mellan det och den föregående." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Okänd operation." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d värden var väntat, men hittade %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "En inledande hakparentes följt av en uppsättning värden förväntades." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "En inledande hakparentes förväntades." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Oväntad token." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" msgstr "Variabel namn förväntades." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Semikolon eller en avslutande hakparentes förväntades." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "En avslutande hakparentes förväntades." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Okänd datatyp." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Ett alias förväntades." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Ett alias hittades tidigare." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Oväntad punkt." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Ett uttryck förväntades." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "En förskjutning förväntades." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Det här alternativet är i konflikt med \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Det gamla namnet på tabellen förväntades." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Sökordet \"Till\" förväntades." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Det nya namnet på tabellen förväntades." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Ett namnbyte förväntades." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "som reguljärt uttryck" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Oväntade tecken." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Förväntade avgränsare." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Slut citat %1$s förväntades." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Variabel namn förväntades." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Oväntad början av satsen." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Okänd uttryckstyp." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Ingen transaktion startades tidigare." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Oväntad token." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Okänt nyckelord." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Oväntad början av satsen." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Namnet på entiteten förväntades." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Variabel namn förväntades." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Minst en kolumndefinition förväntades." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Ett nyckelord förväntades." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "fel." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ta/LC_MESSAGES/sqlparser.mo b/locale/ta/LC_MESSAGES/sqlparser.mo Binary files differindex c8aa792..d850f76 100644 --- a/locale/ta/LC_MESSAGES/sqlparser.mo +++ b/locale/ta/LC_MESSAGES/sqlparser.mo diff --git a/locale/ta/LC_MESSAGES/sqlparser.po b/locale/ta/LC_MESSAGES/sqlparser.po index 51db3c5..91b63ff 100644 --- a/locale/ta/LC_MESSAGES/sqlparser.po +++ b/locale/ta/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:17+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Tamil <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -18,225 +18,225 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "%sம் வரியில் எதிர்பாராத எழுத்துக்கள் உள்ளன." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "No tables selected." msgid "A symbol name was expected!" msgstr "எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "தெரிவுசெய்யப்பட வரிசைகள் இல்லை" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "இந்நிரைவரிசை அழிக்கப்பட்டது." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "வழக்கமான வெளிப்பாடு" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "%sம் வரியில் எதிர்பாராத எழுத்துக்கள் உள்ளன." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Rate of table open" msgid "Unexpected beginning of statement." msgstr "திறந்தநிலை அட்டவணைகளின் விழுக்காடு" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "%sம் வரியில் எதிர்பாராத எழுத்துக்கள் உள்ளன." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Rate of table open" msgid "Unexpected ordering of clauses." msgstr "திறந்தநிலை அட்டவணைகளின் விழுக்காடு" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "No tables selected." msgid "A table name was expected." msgstr "எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "இந்நிரைவரிசை அழிக்கப்பட்டது." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "வலு" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query error" msgid "strict error" diff --git a/locale/te/LC_MESSAGES/sqlparser.mo b/locale/te/LC_MESSAGES/sqlparser.mo Binary files differindex 5d9b7b4..24b853e 100644 --- a/locale/te/LC_MESSAGES/sqlparser.mo +++ b/locale/te/LC_MESSAGES/sqlparser.mo diff --git a/locale/te/LC_MESSAGES/sqlparser.po b/locale/te/LC_MESSAGES/sqlparser.po index 95dd21c..ec135fb 100644 --- a/locale/te/LC_MESSAGES/sqlparser.po +++ b/locale/te/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:05+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Telugu <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -18,225 +18,225 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name" msgid "A symbol name was expected!" msgstr "పట్టిక పేరు" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Table name" msgid "A comma or a closing bracket was expected." msgstr "పట్టిక పేరు" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Table name" msgid "An alias was expected." msgstr "పట్టిక పేరు" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "Table name" msgid "An expression was expected." msgstr "పట్టిక పేరు" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Database %s has been dropped." msgid "A rename operation was expected." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "Last version" msgid "Missing expression." msgstr "చివరి కూర్పు" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" # మొదటి అనువాదము -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Page has been created." msgid "Ending quote %1$s was expected." msgstr "పుటను సృష్టించడమైనది" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" # మొదటి అనువాదము -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "Unexpected beginning of statement." msgstr "పట్టికను సృష్టించు" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" # మొదటి అనువాదము -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "Unexpected ordering of clauses." msgstr "పట్టికను సృష్టించు" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name" msgid "A table name was expected." msgstr "పట్టిక పేరు" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Database %s has been dropped." msgid "At least one column definition was expected." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "పొరపాటు" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/th/LC_MESSAGES/sqlparser.mo b/locale/th/LC_MESSAGES/sqlparser.mo Binary files differindex af88a53..d0c6c38 100644 --- a/locale/th/LC_MESSAGES/sqlparser.mo +++ b/locale/th/LC_MESSAGES/sqlparser.mo diff --git a/locale/th/LC_MESSAGES/sqlparser.po b/locale/th/LC_MESSAGES/sqlparser.po index 8ed0d21..02e22be 100644 --- a/locale/th/LC_MESSAGES/sqlparser.po +++ b/locale/th/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:31+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Thai <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,218 +15,218 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "รูปแบบของชื่อไฟล์" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "ไม่มีตารางที่ถูกเลือก" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "ไม่มีตารางที่ถูกเลือก" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "ยังไม่ได้เลือกแถว" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "ลบเรียบร้อยแล้ว" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "รูปแบบคำพ้อง (regular expression)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "รูปแบบของชื่อไฟล์" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "ที่จุดเริ่มต้นของตาราง" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "ที่จุดเริ่มต้นของตาราง" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "รูปแบบของชื่อไฟล์" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "ลบเรียบร้อยแล้ว" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "ผิดพลาด" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/tk/LC_MESSAGES/sqlparser.mo b/locale/tk/LC_MESSAGES/sqlparser.mo Binary files differindex 7320d16..25bfae6 100644 --- a/locale/tk/LC_MESSAGES/sqlparser.mo +++ b/locale/tk/LC_MESSAGES/sqlparser.mo diff --git a/locale/tk/LC_MESSAGES/sqlparser.po b/locale/tk/LC_MESSAGES/sqlparser.po index d73e06d..7a06ecd 100644 --- a/locale/tk/LC_MESSAGES/sqlparser.po +++ b/locale/tk/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2013-05-07 17:12+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Turkmen <http://hosted.weblate.org/projects/phpmyadmin/master/" @@ -19,209 +19,209 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 1.6-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Database %1$s has been created." msgid "A symbol name was expected!" msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Database %1$s has been created." msgid "A comma or a closing bracket was expected." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Database %1$s has been created." msgid "An alias was expected." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "Database %1$s has been created." msgid "A rename operation was expected." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Database %1$s has been created." msgid "A table name was expected." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "Database %1$s has been created." msgid "At least one column definition was expected." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/tr/LC_MESSAGES/sqlparser.mo b/locale/tr/LC_MESSAGES/sqlparser.mo Binary files differindex cc23d99..1e4b6b0 100644 --- a/locale/tr/LC_MESSAGES/sqlparser.mo +++ b/locale/tr/LC_MESSAGES/sqlparser.mo diff --git a/locale/tr/LC_MESSAGES/sqlparser.po b/locale/tr/LC_MESSAGES/sqlparser.po index 6563cc3..139df19 100644 --- a/locale/tr/LC_MESSAGES/sqlparser.po +++ b/locale/tr/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2017-01-03 13:03+0000\n" "Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/phpmyadmin/sql-" @@ -15,53 +15,53 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Henüz uygulanmadı." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Yeni bir ifade bulundu, ancak bu ve önceki arasında hiç sınırlayıcı yok." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Kategorilenmemiş değiştirme işlemi." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "%1$d değer beklenmekte, ancak %2$d bulundu." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Açık bir köşeli parantez ardından bir grup değer beklenmekte." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Açık bir köşeli parantez beklenmekte." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "Beklenmedik anahtar kelime." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "Beklenmedik Büyük/Küçük harf ifadesi sonu" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." @@ -69,146 +69,146 @@ msgstr "" "Bir sembol adı beklenmekte! Ayrılmış bir anahtar kelime ters eğik tırnakları " "olmadan bir sütun adı olarak kullanılamaz." -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "Bir sembol adı beklenmekte!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Bir virgül ya da kapalı bir köşeli parantez beklenmekte." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Kapalı bir köşeli parantez beklenmekte." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Tanınmayan veri türü." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Bir kodadı beklenmekte." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Bir kodadı daha önce bulundu." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Beklenmedik nokta." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Bir ifade beklenmekte." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Bir karşılık beklenmekte." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Bu seçenek \"%1$s\" ile çakışıyor." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Tablonun eski adı beklenmekte." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "\"TO\" anahtar kelimesi beklenmekte." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Tablonun yeni adı beklenmekte." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Yeniden adlandırma işlemi beklenmekte." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "Eksik ifade." -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Beklenmedik karakter." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Sınırlayıcıdan önce beklenen boşluk(lar)." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Beklenen sınırlayıcı." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Sonlandırma tırnak işareti %1$s beklenmekte." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Değişken adı beklenmekte." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Beklenmedik ifade başlangıcı." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Tanınmayan ifade türü." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Daha önce hiç işlem başlatılmadı." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Beklenmedik belirteç." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Bu tür yan tümce daha önce ayrıştırıldı." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Tanınmayan anahtar kelime." -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "Beklenmedik yan tümce sıralaması." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Varlığın adı beklenmekte." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "Tablo adı beklenmekte." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "En az bir sütun tanımı beklenmekte." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "\"RETURNS\" anahtar kelimesi beklenmekte." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "Bu tür yan tümce Çoklu tablo sorgularında geçerli değil." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "hata #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "kesin hata" diff --git a/locale/tt/LC_MESSAGES/sqlparser.mo b/locale/tt/LC_MESSAGES/sqlparser.mo Binary files differindex 2f66282..6da1372 100644 --- a/locale/tt/LC_MESSAGES/sqlparser.mo +++ b/locale/tt/LC_MESSAGES/sqlparser.mo diff --git a/locale/tt/LC_MESSAGES/sqlparser.po b/locale/tt/LC_MESSAGES/sqlparser.po index 8e7746b..ab36b46 100644 --- a/locale/tt/LC_MESSAGES/sqlparser.po +++ b/locale/tt/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:22+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Tatar <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,224 +15,224 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy msgid "A symbol name was expected!" msgstr "Birem adınıñ tözeleşe" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Biremlek saylanmağan." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Biremlek saylanmağan." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Kertemnär sayladı" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Açıq toruçı tüşämä sanı." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Açıq toruçı tüşämä sanı." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Bu yazma salınğan buldı" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "regexp kileş" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format msgid "Ending quote %1$s was expected." msgstr "\"%s\" atlı tüşämä beterelde" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy msgid "Variable name was expected." msgstr "Birem adınıñ tözeleşe" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Tüşämä Başına" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Tüşämä Başına" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Açıq toruçı tüşämä sanı." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy msgid "A table name was expected." msgstr "Birem adınıñ tözeleşe" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Bu yazma salınğan buldı" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "Xata" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query type" msgid "strict error" diff --git a/locale/ug/LC_MESSAGES/sqlparser.mo b/locale/ug/LC_MESSAGES/sqlparser.mo Binary files differindex d6c1a03..47e6848 100644 --- a/locale/ug/LC_MESSAGES/sqlparser.mo +++ b/locale/ug/LC_MESSAGES/sqlparser.mo diff --git a/locale/ug/LC_MESSAGES/sqlparser.po b/locale/ug/LC_MESSAGES/sqlparser.po index 82fb788..c481a57 100644 --- a/locale/ug/LC_MESSAGES/sqlparser.po +++ b/locale/ug/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:03+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Uighur <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -18,220 +18,220 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "With selected:" msgid "A symbol name was expected!" msgstr "تاللانغىنى:" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "With selected:" msgid "A comma or a closing bracket was expected." msgstr "تاللانغىنى:" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "With selected:" msgid "An alias was expected." msgstr "تاللانغىنى:" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "With selected:" msgid "An expression was expected." msgstr "تاللانغىنى:" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The bookmark has been deleted." msgid "A rename operation was expected." msgstr "خەتكۈچ ئۆچۈرۈلدى." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "مۇنتىزىم ئىپادە" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected beginning of statement." msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected ordering of clauses." msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "With selected:" msgid "A table name was expected." msgstr "تاللانغىنى:" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The bookmark has been deleted." msgid "At least one column definition was expected." msgstr "خەتكۈچ ئۆچۈرۈلدى." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "خاتالىق" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Query" msgid "strict error" diff --git a/locale/uk/LC_MESSAGES/sqlparser.mo b/locale/uk/LC_MESSAGES/sqlparser.mo Binary files differindex 4e4b38d..061ceea 100644 --- a/locale/uk/LC_MESSAGES/sqlparser.mo +++ b/locale/uk/LC_MESSAGES/sqlparser.mo diff --git a/locale/uk/LC_MESSAGES/sqlparser.po b/locale/uk/LC_MESSAGES/sqlparser.po index 387ad7e..38336c7 100644 --- a/locale/uk/LC_MESSAGES/sqlparser.po +++ b/locale/uk/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:19+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/phpmyadmin/" @@ -16,236 +16,236 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Іконки операцій над таблицями" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "Неочікувані символи в рядку %s." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Шаблон імені таблиці" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No tables selected." msgid "A comma or a closing bracket was expected." msgstr "Жодної таблиці не обрано." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No tables selected." msgid "An alias was expected." msgstr "Жодної таблиці не обрано." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Рядків не вибрано" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Кількість відкритих таблиць." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Кількість відкритих таблиць." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Рядок видалено." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "як регулярний вираз" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "Неочікувані символи в рядку %s." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "Подія %1$s була створена." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Шаблон імені таблиці" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "На початку таблиці" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "Неочікувані символи в рядку %s." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "На початку таблиці" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Кількість відкритих таблиць." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Шаблон імені таблиці" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Рядок видалено." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "помилки." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/ur/LC_MESSAGES/sqlparser.mo b/locale/ur/LC_MESSAGES/sqlparser.mo Binary files differindex da239a0..7506d8a 100644 --- a/locale/ur/LC_MESSAGES/sqlparser.mo +++ b/locale/ur/LC_MESSAGES/sqlparser.mo diff --git a/locale/ur/LC_MESSAGES/sqlparser.po b/locale/ur/LC_MESSAGES/sqlparser.po index be24b32..dae4664 100644 --- a/locale/ur/LC_MESSAGES/sqlparser.po +++ b/locale/ur/LC_MESSAGES/sqlparser.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:05+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Urdu <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -18,224 +18,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "شبیہاتی جدول عملیات" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "جدول نام سانچا" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "Removing Selected Users" msgid "A comma or a closing bracket was expected." msgstr "منتخب صارفین حذف کیے جا رہے ہیں" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "Removing Selected Users" msgid "An alias was expected." msgstr "منتخب صارفین حذف کیے جا رہے ہیں" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "Removing Selected Users" msgid "An expression was expected." msgstr "منتخب صارفین حذف کیے جا رہے ہیں" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The bookmark has been deleted." msgid "A rename operation was expected." msgstr "نشانی حذف ہو چکی ہے۔" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "بطور باقاعدہ اظہار" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "کوائفیہ $1%s بن گئی ہے۔" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "جدول نام سانچا" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected beginning of statement." msgstr "ٹیبلز کی جسامت دیکھیں" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Show dimension of tables" msgid "Unexpected ordering of clauses." msgstr "ٹیبلز کی جسامت دیکھیں" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "جدول نام سانچا" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The bookmark has been deleted." msgid "At least one column definition was expected." msgstr "نشانی حذف ہو چکی ہے۔" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "Error" msgid "error #1" msgstr "نقص" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/uz/LC_MESSAGES/sqlparser.mo b/locale/uz/LC_MESSAGES/sqlparser.mo Binary files differindex 01cba5f..8c7db6e 100644 --- a/locale/uz/LC_MESSAGES/sqlparser.mo +++ b/locale/uz/LC_MESSAGES/sqlparser.mo diff --git a/locale/uz/LC_MESSAGES/sqlparser.po b/locale/uz/LC_MESSAGES/sqlparser.po index 5ba69c6..e4accb4 100644 --- a/locale/uz/LC_MESSAGES/sqlparser.po +++ b/locale/uz/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-10-15 11:39+0200\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Uzbek <https://hosted.weblate.org/projects/phpmyadmin/master/" @@ -15,230 +15,230 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Жадвал операцияларини пиктограммалар ёрдамида амалга ошириш" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Жадвал номи шаблони" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Биронта ҳам маълумотлар базаси танланмаган." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Биронта ҳам маълумотлар базаси танланмаган." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Очиқ жадваллар сони." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Очиқ жадваллар сони." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Ёзув ўчирилди" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "мунтазам ибора" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s жадвали тузилди." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Жадвал номи шаблони" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Жадвал бошига" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Жадвал бошига" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Очиқ жадваллар сони." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Жадвал номи шаблони" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Ёзув ўчирилди" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "хатоликлар." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Ignore errors" msgid "strict error" diff --git a/locale/uz@latin/LC_MESSAGES/sqlparser.mo b/locale/uz@latin/LC_MESSAGES/sqlparser.mo Binary files differindex 26e7099..3d4e02d 100644 --- a/locale/uz@latin/LC_MESSAGES/sqlparser.mo +++ b/locale/uz@latin/LC_MESSAGES/sqlparser.mo diff --git a/locale/uz@latin/LC_MESSAGES/sqlparser.po b/locale/uz@latin/LC_MESSAGES/sqlparser.po index 5c47ad0..7e7fbd4 100644 --- a/locale/uz@latin/LC_MESSAGES/sqlparser.po +++ b/locale/uz@latin/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2015-12-29 19:19+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Uzbek (latin) <https://hosted.weblate.org/projects/phpmyadmin/" @@ -15,231 +15,231 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "Jadval operatsiyalarini piktogrammalar yordamida amalga oshirish" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "Jadval nomi shabloni" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "" "Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "Ochiq jadvallar soni." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "Ochiq jadvallar soni." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "Yozuv o‘chirildi" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "muntazam ibora" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "%1$s jadvali tuzildi." -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "Jadval nomi shabloni" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "Jadval boshiga" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "Jadval boshiga" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "Ochiq jadvallar soni." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "Jadval nomi shabloni" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "Yozuv o‘chirildi" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "xatoliklar." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Ignore errors" msgid "strict error" diff --git a/locale/vi/LC_MESSAGES/sqlparser.mo b/locale/vi/LC_MESSAGES/sqlparser.mo Binary files differindex 6d92782..651cfb8 100644 --- a/locale/vi/LC_MESSAGES/sqlparser.mo +++ b/locale/vi/LC_MESSAGES/sqlparser.mo diff --git a/locale/vi/LC_MESSAGES/sqlparser.po b/locale/vi/LC_MESSAGES/sqlparser.po index e815a65..b0ec3fa 100644 --- a/locale/vi/LC_MESSAGES/sqlparser.po +++ b/locale/vi/LC_MESSAGES/sqlparser.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-01-13 15:59+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Vietnamese <https://hosted.weblate.org/projects/phpmyadmin/" @@ -20,212 +20,212 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.5-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "Chưa được viết mã thực thi." -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" "Tìm thấy câu lệnh mới, nhưng không có dấu ngăn cách giữa nó và lệnh trước." -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "Không nhận ra thao tác thay đổi." -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "Cần giá trị %1$d, nhưng lại nhận được %2$d." -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "Cần một dấu ngoặc ôm mở theo sau bởi một tập hợp các giá trị." -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "Cần dấu ngoặc ôm mở." -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "Gặp thẻ bài không cần." -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" msgstr "Cần tên biến." -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "Cần dấu phẩy hoặc dấu ngoặc ôm đóng." -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "Cần dấu ngoặc ôm đóng." -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "Không nhận ra kiểu dữ liệu." -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "Cần một bí danh." -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "Một bí danh đã tìm thấy từ trước đây." -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "Gặp dấu chấm không cần." -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "Cần một biểu thức." -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "Cần vị trí tương đối." -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "Tùy chọn này xung đột với \"%1$s\"." -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "Cần tên cũ của bảng." -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "Cần từ khóa \"TO\"." -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "Cần tên mới của bảng." -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "Cần thao tác đổi tên." -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "dùng biểu thức chính quy" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "Gặp ký tự không cần." -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "Cần các khoảng trắng trước dấu phân tách." -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "Cần dấu phân tách." -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "Cần trích dẫn đóng %1$s." -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "Cần tên biến." -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "Gặp phần đầu mệnh đề không cần." -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "Không thừa nhận kiểu mệnh đề." -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "Chưa có giao địch nào đã bắt đầu trước đây." -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "Gặp thẻ bài không cần." -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "Kiểu của mệnh đề này đã được phân tích trước đây." -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "Không nhận ra từ khóa." -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "Gặp phần đầu mệnh đề không cần." -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "Cần tên của thực thể." -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "Cần tên biến." -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "Chưa có bảng nào được chọn." -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "Cần từ khóa \"RETURNS\"." -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "This type of clause was previously parsed." msgid "This type of clause is not valid in Multi-table queries." msgstr "Kiểu của mệnh đề này đã được phân tích trước đây." -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "lỗi." -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy msgid "strict error" msgstr "Lỗi nạp" diff --git a/locale/vls/LC_MESSAGES/sqlparser.mo b/locale/vls/LC_MESSAGES/sqlparser.mo Binary files differindex 74f926b..630e07e 100644 --- a/locale/vls/LC_MESSAGES/sqlparser.mo +++ b/locale/vls/LC_MESSAGES/sqlparser.mo diff --git a/locale/vls/LC_MESSAGES/sqlparser.po b/locale/vls/LC_MESSAGES/sqlparser.po index c3fe3da..4bd6d2e 100644 --- a/locale/vls/LC_MESSAGES/sqlparser.po +++ b/locale/vls/LC_MESSAGES/sqlparser.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2014-12-23 23:39+0200\n" "Last-Translator: Robin van der Vliet <info@robinvandervliet.nl>\n" "Language-Team: West Flemish <https://hosted.weblate.org/projects/phpmyadmin/" @@ -19,197 +19,197 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.2-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 msgid "Unexpected keyword." msgstr "" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 msgid "Missing expression." msgstr "" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "" -#: src/Statement.php:495 +#: src/Statement.php:486 msgid "Unexpected ordering of clauses." msgstr "" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 msgid "A table name was expected." msgstr "" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/sqlparser.mo b/locale/zh_CN/LC_MESSAGES/sqlparser.mo Binary files differindex ffa9b65..9ce34bd 100644 --- a/locale/zh_CN/LC_MESSAGES/sqlparser.mo +++ b/locale/zh_CN/LC_MESSAGES/sqlparser.mo diff --git a/locale/zh_CN/LC_MESSAGES/sqlparser.po b/locale/zh_CN/LC_MESSAGES/sqlparser.po index 358adbb..64b2078 100644 --- a/locale/zh_CN/LC_MESSAGES/sqlparser.po +++ b/locale/zh_CN/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-24 07:59+0000\n" "Last-Translator: ctyzxx <ctyzxx@126.com>\n" "Language-Team: Chinese (China) <https://hosted.weblate.org/projects/" @@ -15,236 +15,236 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.11-dev\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 #, fuzzy #| msgid "Iconic table operations" msgid "Unrecognized alter operation." msgstr "数据表操作显示" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected keyword." msgstr "第 %s 行有不应出现的字符。" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 #, fuzzy #| msgid "Table name template" msgid "A symbol name was expected!" msgstr "表名称模板" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 #, fuzzy #| msgid "No databases selected." msgid "A comma or a closing bracket was expected." msgstr "没有已选择的数据库。" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 #, fuzzy #| msgid "No databases selected." msgid "An alias was expected." msgstr "没有已选择的数据库。" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 #, fuzzy #| msgid "No rows selected" msgid "An expression was expected." msgstr "没有选中任何行" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 #, fuzzy #| msgid "The number of tables that are open." msgid "The old name of the table was expected." msgstr "打开的数据表个数。" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 #, fuzzy #| msgid "The number of tables that are open." msgid "The new name of the table was expected." msgstr "打开的数据表个数。" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 #, fuzzy #| msgid "The row has been deleted." msgid "A rename operation was expected." msgstr "已删除该行。" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "使用正则表达式" -#: src/Lexer.php:242 +#: src/Lexer.php:239 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected character." msgstr "第 %s 行有不应出现的字符。" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, fuzzy, php-format #| msgid "Event %1$s has been created." msgid "Ending quote %1$s was expected." msgstr "已创建事件 %1$s 。" -#: src/Lexer.php:854 +#: src/Lexer.php:860 #, fuzzy #| msgid "Table name template" msgid "Variable name was expected." msgstr "表名称模板" -#: src/Parser.php:432 +#: src/Parser.php:423 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected beginning of statement." msgstr "于表开头" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 #, fuzzy #| msgid "Unexpected characters on line %s." msgid "Unexpected token." msgstr "第 %s 行有不应出现的字符。" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "不能识别的关键词" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "At Beginning of Table" msgid "Unexpected ordering of clauses." msgstr "于表开头" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 #, fuzzy #| msgid "The number of tables that are open." msgid "The name of the entity was expected." msgstr "打开的数据表个数。" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Table name template" msgid "A table name was expected." msgstr "表名称模板" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 #, fuzzy #| msgid "The row has been deleted." msgid "At least one column definition was expected." msgstr "已删除该行。" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 msgid "This type of clause is not valid in Multi-table queries." msgstr "" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 #, fuzzy #| msgid "errors." msgid "error #1" msgstr "个错误。" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 #, fuzzy #| msgid "Gather errors" msgid "strict error" diff --git a/locale/zh_TW/LC_MESSAGES/sqlparser.mo b/locale/zh_TW/LC_MESSAGES/sqlparser.mo Binary files differindex 86bc396..dd1b964 100644 --- a/locale/zh_TW/LC_MESSAGES/sqlparser.mo +++ b/locale/zh_TW/LC_MESSAGES/sqlparser.mo diff --git a/locale/zh_TW/LC_MESSAGES/sqlparser.po b/locale/zh_TW/LC_MESSAGES/sqlparser.po index f4b3f7f..950e1a6 100644 --- a/locale/zh_TW/LC_MESSAGES/sqlparser.po +++ b/locale/zh_TW/LC_MESSAGES/sqlparser.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2017-01-03 12:34+0100\n" +"POT-Creation-Date: 2017-01-06 09:31+0100\n" "PO-Revision-Date: 2016-12-21 15:59+0000\n" "Last-Translator: Michal Čihař <michal@cihar.com>\n" "Language-Team: Chinese (Taiwan) <https://hosted.weblate.org/projects/" @@ -15,207 +15,207 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.10\n" -#: src/Component.php:45 src/Component.php:65 +#: src/Component.php:43 src/Component.php:63 msgid "Not implemented yet." msgstr "尚未實作。" -#: src/Components/AlterOperation.php:228 src/Statement.php:337 +#: src/Components/AlterOperation.php:224 src/Statement.php:334 msgid "" "A new statement was found, but no delimiter between it and the previous one." msgstr "找到新的陳述句,但與前一個陳述句之間未加入間隔符號。" -#: src/Components/AlterOperation.php:240 +#: src/Components/AlterOperation.php:236 msgid "Unrecognized alter operation." msgstr "無法辨識的修改(Alter)操作。" -#: src/Components/Array2d.php:92 +#: src/Components/Array2d.php:88 #, php-format msgid "%1$d values were expected, but found %2$d." msgstr "預期要有 %1$d 個數值,但只找到 %2$d 個。" -#: src/Components/Array2d.php:115 +#: src/Components/Array2d.php:111 msgid "An opening bracket followed by a set of values was expected." msgstr "預期要於數值之後接著開始括號。" -#: src/Components/ArrayObj.php:118 src/Components/CreateDefinition.php:206 +#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 msgid "An opening bracket was expected." msgstr "預期要有開始括號。" -#: src/Components/CaseExpression.php:137 src/Components/CaseExpression.php:167 -#: src/Components/CaseExpression.php:179 src/Components/CaseExpression.php:193 -#: src/Statements/DeleteStatement.php:225 -#: src/Statements/DeleteStatement.php:241 -#: src/Statements/DeleteStatement.php:281 -#: src/Statements/DeleteStatement.php:292 -#: src/Statements/DeleteStatement.php:322 -#: src/Statements/DeleteStatement.php:333 -#: src/Statements/InsertStatement.php:199 -#: src/Statements/InsertStatement.php:227 -#: src/Statements/ReplaceStatement.php:165 -#: src/Statements/ReplaceStatement.php:193 +#: src/Components/CaseExpression.php:129 src/Components/CaseExpression.php:159 +#: src/Components/CaseExpression.php:171 src/Components/CaseExpression.php:185 +#: src/Statements/DeleteStatement.php:216 +#: src/Statements/DeleteStatement.php:232 +#: src/Statements/DeleteStatement.php:272 +#: src/Statements/DeleteStatement.php:283 +#: src/Statements/DeleteStatement.php:313 +#: src/Statements/DeleteStatement.php:324 +#: src/Statements/InsertStatement.php:189 +#: src/Statements/InsertStatement.php:217 +#: src/Statements/ReplaceStatement.php:157 +#: src/Statements/ReplaceStatement.php:185 #, fuzzy #| msgid "Unexpected token." msgid "Unexpected keyword." msgstr "預期之外的符號。" -#: src/Components/CaseExpression.php:202 +#: src/Components/CaseExpression.php:194 msgid "Unexpected end of CASE expression" msgstr "" -#: src/Components/CreateDefinition.php:227 +#: src/Components/CreateDefinition.php:222 msgid "" "A symbol name was expected! A reserved keyword can not be used as a column " "name without backquotes." msgstr "" -#: src/Components/CreateDefinition.php:240 +#: src/Components/CreateDefinition.php:236 msgid "A symbol name was expected!" msgstr "預期要有符號名稱!" -#: src/Components/CreateDefinition.php:272 +#: src/Components/CreateDefinition.php:269 msgid "A comma or a closing bracket was expected." msgstr "預期要有逗號或者結束括號。" -#: src/Components/CreateDefinition.php:288 +#: src/Components/CreateDefinition.php:285 msgid "A closing bracket was expected." msgstr "預期要有結束括號。" -#: src/Components/DataType.php:127 +#: src/Components/DataType.php:123 msgid "Unrecognized data type." msgstr "預期之外的資料類型。" -#: src/Components/Expression.php:248 src/Components/Expression.php:398 +#: src/Components/Expression.php:243 src/Components/Expression.php:393 msgid "An alias was expected." msgstr "預期要有別名。" -#: src/Components/Expression.php:336 src/Components/Expression.php:355 -#: src/Components/Expression.php:387 +#: src/Components/Expression.php:331 src/Components/Expression.php:350 +#: src/Components/Expression.php:382 msgid "An alias was previously found." msgstr "已於前面找到別名。" -#: src/Components/Expression.php:368 +#: src/Components/Expression.php:363 msgid "Unexpected dot." msgstr "預期之外的句點。" -#: src/Components/ExpressionArray.php:106 +#: src/Components/ExpressionArray.php:102 msgid "An expression was expected." msgstr "預期要有表示式。" -#: src/Components/Limit.php:90 src/Components/Limit.php:112 +#: src/Components/Limit.php:86 src/Components/Limit.php:108 msgid "An offset was expected." msgstr "預期要有偏移量(Offset)。" -#: src/Components/OptionsArray.php:147 +#: src/Components/OptionsArray.php:143 #, php-format msgid "This option conflicts with \"%1$s\"." msgstr "此選項與 \"%1$s\" 發生衝突。" -#: src/Components/RenameOperation.php:101 +#: src/Components/RenameOperation.php:97 msgid "The old name of the table was expected." msgstr "預期要有舊的資料表名稱。" -#: src/Components/RenameOperation.php:111 +#: src/Components/RenameOperation.php:107 msgid "Keyword \"TO\" was expected." msgstr "預期要有 \"TO\" 關鍵字。" -#: src/Components/RenameOperation.php:127 +#: src/Components/RenameOperation.php:123 msgid "The new name of the table was expected." msgstr "預期要有新的資料表名稱。" -#: src/Components/RenameOperation.php:145 +#: src/Components/RenameOperation.php:141 msgid "A rename operation was expected." msgstr "預期要有重新命名的操作。" -#: src/Components/SetOperation.php:109 +#: src/Components/SetOperation.php:105 #, fuzzy #| msgid "as regular expression" msgid "Missing expression." msgstr "使用正則表示法(Regular Expression)" -#: src/Lexer.php:242 +#: src/Lexer.php:239 msgid "Unexpected character." msgstr "預期之外的字元。" -#: src/Lexer.php:279 +#: src/Lexer.php:276 msgid "Expected whitespace(s) before delimiter." msgstr "預期要有空白於分隔符號之前。" -#: src/Lexer.php:297 src/Lexer.php:313 +#: src/Lexer.php:294 src/Lexer.php:310 msgid "Expected delimiter." msgstr "預期要有分隔符號。" -#: src/Lexer.php:814 +#: src/Lexer.php:819 #, php-format msgid "Ending quote %1$s was expected." msgstr "預期要於結束使用括號 %1$s。" -#: src/Lexer.php:854 +#: src/Lexer.php:860 msgid "Variable name was expected." msgstr "預期要有變數名稱。" -#: src/Parser.php:432 +#: src/Parser.php:423 msgid "Unexpected beginning of statement." msgstr "預期之外的陳述句開頭。" -#: src/Parser.php:451 +#: src/Parser.php:442 msgid "Unrecognized statement type." msgstr "無法辨識的陳述句類型。" -#: src/Parser.php:536 +#: src/Parser.php:527 msgid "No transaction was previously started." msgstr "前面未開啟交易(Transaction)模式。" -#: src/Statement.php:245 src/Statements/DeleteStatement.php:250 -#: src/Statements/DeleteStatement.php:295 -#: src/Statements/InsertStatement.php:236 -#: src/Statements/InsertStatement.php:256 -#: src/Statements/ReplaceStatement.php:201 +#: src/Statement.php:242 src/Statements/DeleteStatement.php:241 +#: src/Statements/DeleteStatement.php:286 +#: src/Statements/InsertStatement.php:226 +#: src/Statements/InsertStatement.php:246 +#: src/Statements/ReplaceStatement.php:193 msgid "Unexpected token." msgstr "預期之外的符號。" -#: src/Statement.php:309 +#: src/Statement.php:306 msgid "This type of clause was previously parsed." msgstr "此類型的子句已於前面解析過。" -#: src/Statement.php:369 +#: src/Statement.php:366 msgid "Unrecognized keyword." msgstr "無法辨識的關鍵字。" -#: src/Statement.php:495 +#: src/Statement.php:486 #, fuzzy #| msgid "Unexpected beginning of statement." msgid "Unexpected ordering of clauses." msgstr "預期之外的陳述句開頭。" -#: src/Statements/CreateStatement.php:381 +#: src/Statements/CreateStatement.php:375 msgid "The name of the entity was expected." msgstr "預期要有實體名稱。" -#: src/Statements/CreateStatement.php:436 +#: src/Statements/CreateStatement.php:430 #, fuzzy #| msgid "Variable name was expected." msgid "A table name was expected." msgstr "預期要有變數名稱。" -#: src/Statements/CreateStatement.php:444 +#: src/Statements/CreateStatement.php:438 msgid "At least one column definition was expected." msgstr "預期要至少一個欄位定義。" -#: src/Statements/CreateStatement.php:555 +#: src/Statements/CreateStatement.php:549 msgid "A \"RETURNS\" keyword was expected." msgstr "預期要使用 \"RETURNS\" 關鍵字。" -#: src/Statements/DeleteStatement.php:303 +#: src/Statements/DeleteStatement.php:294 #, fuzzy #| msgid "This type of clause was previously parsed." msgid "This type of clause is not valid in Multi-table queries." msgstr "此類型的子句已於前面解析過。" -#: tests/Lexer/LexerTest.php:21 tests/Parser/ParserTest.php:58 +#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56 msgid "error #1" msgstr "錯誤 #1" -#: tests/Lexer/LexerTest.php:48 tests/Parser/ParserTest.php:80 +#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 msgid "strict error" msgstr "嚴謹錯誤" |