[phpMyAdmin Git] [phpmyadmin/sql-parser] ddb7c1: Translated using Weblate (Polish)

Weblate noreply at weblate.org
Fri Jan 6 09:29:50 CET 2017


  Branch: refs/heads/motranslator
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: ddb7c1ade20efa03f4d1b415e2ef90531e3805e7
      https://github.com/phpmyadmin/sql-parser/commit/ddb7c1ade20efa03f4d1b415e2ef90531e3805e7
  Author: Mateusz Wasik <morwa666 at gmail.com>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M locale/pl/LC_MESSAGES/sqlparser.mo
    M locale/pl/LC_MESSAGES/sqlparser.po

  Log Message:
  -----------
  Translated using Weblate (Polish)

Currently translated at 76.7% (33 of 43 strings)


  Commit: 7777fec9ef475c2f0d5278bf8f14e56e26568ecb
      https://github.com/phpmyadmin/sql-parser/commit/7777fec9ef475c2f0d5278bf8f14e56e26568ecb
  Author: Flavius Nopcea <domnulnopcea at gmail.com>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M locale/ro/LC_MESSAGES/sqlparser.mo
    M locale/ro/LC_MESSAGES/sqlparser.po

  Log Message:
  -----------
  Translated using Weblate (Romanian)

Currently translated at 6.9% (3 of 43 strings)


  Commit: b6e999a955fde06943450c6aa3bdcd379220e6c4
      https://github.com/phpmyadmin/sql-parser/commit/b6e999a955fde06943450c6aa3bdcd379220e6c4
  Author: Weblate <noreply at weblate.org>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    A .php_cs
    M src/Component.php
    M src/Components/AlterOperation.php
    M src/Components/Array2d.php
    M src/Components/ArrayObj.php
    M src/Components/CaseExpression.php
    M src/Components/Condition.php
    M src/Components/CreateDefinition.php
    M src/Components/DataType.php
    M src/Components/Expression.php
    M src/Components/ExpressionArray.php
    M src/Components/FunctionCall.php
    M src/Components/IntoKeyword.php
    M src/Components/JoinKeyword.php
    M src/Components/Key.php
    M src/Components/Limit.php
    M src/Components/OptionsArray.php
    M src/Components/OrderKeyword.php
    M src/Components/ParameterDefinition.php
    M src/Components/PartitionDefinition.php
    M src/Components/Reference.php
    M src/Components/RenameOperation.php
    M src/Components/SetOperation.php
    M src/Components/UnionKeyword.php
    M src/Context.php
    M src/Contexts/ContextMySql50000.php
    M src/Contexts/ContextMySql50100.php
    M src/Contexts/ContextMySql50500.php
    M src/Contexts/ContextMySql50600.php
    M src/Contexts/ContextMySql50700.php
    M src/Core.php
    M src/Exceptions/LexerException.php
    M src/Exceptions/ParserException.php
    M src/Lexer.php
    M src/Parser.php
    M src/Statement.php
    M src/Statements/AlterStatement.php
    M src/Statements/AnalyzeStatement.php
    M src/Statements/BackupStatement.php
    M src/Statements/CallStatement.php
    M src/Statements/CheckStatement.php
    M src/Statements/ChecksumStatement.php
    M src/Statements/CreateStatement.php
    M src/Statements/DeleteStatement.php
    M src/Statements/DropStatement.php
    M src/Statements/ExplainStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/MaintenanceStatement.php
    M src/Statements/NotImplementedStatement.php
    M src/Statements/OptimizeStatement.php
    M src/Statements/RenameStatement.php
    M src/Statements/RepairStatement.php
    M src/Statements/ReplaceStatement.php
    M src/Statements/RestoreStatement.php
    M src/Statements/SelectStatement.php
    M src/Statements/SetStatement.php
    M src/Statements/ShowStatement.php
    M src/Statements/TransactionStatement.php
    M src/Statements/TruncateStatement.php
    M src/Statements/UpdateStatement.php
    M src/Token.php
    M src/TokensList.php
    M src/Translator.php
    M src/UtfString.php
    M src/Utils/BufferedQuery.php
    M src/Utils/CLI.php
    M src/Utils/Error.php
    M src/Utils/Formatter.php
    M src/Utils/Misc.php
    M src/Utils/Query.php
    M src/Utils/Routine.php
    M src/Utils/Table.php
    M src/Utils/Tokens.php
    M tests/Builder/AlterStatementTest.php
    M tests/Builder/CreateStatementTest.php
    M tests/Builder/DeleteStatementTest.php
    M tests/Builder/ExplainStatement.php
    M tests/Builder/InsertStatementTest.php
    M tests/Builder/ReplaceStatementTest.php
    M tests/Builder/SelectStatementTest.php
    M tests/Builder/SetStatementTest.php
    M tests/Builder/StatementTest.php
    M tests/Builder/TransactionStatementTest.php
    M tests/Components/Array2dTest.php
    M tests/Components/ArrayObjTest.php
    M tests/Components/CaseExpressionTest.php
    M tests/Components/ComponentTest.php
    M tests/Components/ConditionTest.php
    M tests/Components/CreateDefinitionTest.php
    M tests/Components/ExpressionArrayTest.php
    M tests/Components/ExpressionTest.php
    M tests/Components/FunctionCallTest.php
    M tests/Components/IntoKeywordTest.php
    M tests/Components/JoinKeywordTest.php
    M tests/Components/KeyTest.php
    M tests/Components/LimitTest.php
    M tests/Components/OptionsArrayTest.php
    M tests/Components/OrderKeywordTest.php
    M tests/Components/ParameterDefinitionTest.php
    M tests/Components/PartitionDefinitionTest.php
    M tests/Components/ReferenceTest.php
    M tests/Components/RenameOperationTest.php
    M tests/Lexer/ContextTest.php
    M tests/Lexer/IsMethodsTest.php
    M tests/Lexer/LexerTest.php
    M tests/Lexer/TokenTest.php
    M tests/Lexer/TokensListTest.php
    M tests/Misc/BugsTest.php
    M tests/Misc/UtfStringTest.php
    M tests/Parser/AlterStatementTest.php
    M tests/Parser/CallStatementTest.php
    M tests/Parser/CreateStatementTest.php
    M tests/Parser/DeleteStatementTest.php
    M tests/Parser/ExplainStatement.php
    M tests/Parser/InsertStatementTest.php
    M tests/Parser/ParserTest.php
    M tests/Parser/RenameStatementTest.php
    M tests/Parser/ReplaceStatementTest.php
    M tests/Parser/RestoreStatementTest.php
    M tests/Parser/SelectStatementTest.php
    M tests/Parser/SetStatementTest.php
    M tests/Parser/TransactionStatementTest.php
    M tests/Parser/UpdateStatementTest.php
    M tests/Utils/BufferedQueryTest.php
    M tests/Utils/CLITest.php
    M tests/Utils/ErrorTest.php
    M tests/Utils/FormatterTest.php
    M tests/Utils/MiscTest.php
    M tests/Utils/QueryTest.php
    M tests/Utils/RoutineTest.php
    M tests/Utils/TableTest.php
    M tests/Utils/TokensTest.php
    M tests/bootstrap.php
    M tools/ContextGenerator.php
    M tools/TestGenerator.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/motranslator' into motranslator


Compare: https://github.com/phpmyadmin/sql-parser/compare/5b1af708b73a...b6e999a955fd


More information about the Git mailing list