|
| 1 | +# phpMyAdmin SQL parser translation. |
| 2 | +# Copyright (C) 2015 - 2020 phpMyAdmin devel team |
| 3 | +# This file is distributed under the same license as the SQL parser package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: SQL parser 5\n" |
| 9 | +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" |
| 10 | +"POT-Creation-Date: 2020-03-20 21:09+0100\n" |
| 11 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 12 | +"Last-Translator: Automatically generated\n" |
| 13 | +"Language-Team: none\n" |
| 14 | +"Language: kmr\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | + |
| 19 | +#: src/Component.php:41 src/Component.php:61 |
| 20 | +msgid "Not implemented yet." |
| 21 | +msgstr "" |
| 22 | + |
| 23 | +#: src/Components/AlterOperation.php:278 src/Statement.php:351 |
| 24 | +msgid "" |
| 25 | +"A new statement was found, but no delimiter between it and the previous one." |
| 26 | +msgstr "" |
| 27 | + |
| 28 | +#: src/Components/AlterOperation.php:290 |
| 29 | +msgid "Missing comma before start of a new alter operation." |
| 30 | +msgstr "" |
| 31 | + |
| 32 | +#: src/Components/AlterOperation.php:302 |
| 33 | +msgid "Unrecognized alter operation." |
| 34 | +msgstr "" |
| 35 | + |
| 36 | +#: src/Components/Array2d.php:86 |
| 37 | +#, php-format |
| 38 | +msgid "%1$d values were expected, but found %2$d." |
| 39 | +msgstr "" |
| 40 | + |
| 41 | +#: src/Components/Array2d.php:110 |
| 42 | +msgid "An opening bracket followed by a set of values was expected." |
| 43 | +msgstr "" |
| 44 | + |
| 45 | +#: src/Components/ArrayObj.php:112 src/Components/CreateDefinition.php:230 |
| 46 | +msgid "An opening bracket was expected." |
| 47 | +msgstr "" |
| 48 | + |
| 49 | +#: src/Components/CaseExpression.php:136 src/Components/CaseExpression.php:164 |
| 50 | +#: src/Components/CaseExpression.php:177 src/Components/CaseExpression.php:191 |
| 51 | +#: src/Components/IndexHint.php:131 src/Components/IndexHint.php:160 |
| 52 | +#: src/Components/LockExpression.php:171 src/Components/LockExpression.php:181 |
| 53 | +#: src/Components/LockExpression.php:189 src/Statements/DeleteStatement.php:254 |
| 54 | +#: src/Statements/DeleteStatement.php:269 |
| 55 | +#: src/Statements/DeleteStatement.php:313 |
| 56 | +#: src/Statements/DeleteStatement.php:325 |
| 57 | +#: src/Statements/DeleteStatement.php:356 |
| 58 | +#: src/Statements/DeleteStatement.php:367 |
| 59 | +#: src/Statements/InsertStatement.php:189 |
| 60 | +#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:271 |
| 61 | +#: src/Statements/LockStatement.php:86 src/Statements/ReplaceStatement.php:155 |
| 62 | +#: src/Statements/ReplaceStatement.php:183 |
| 63 | +msgid "Unexpected keyword." |
| 64 | +msgstr "" |
| 65 | + |
| 66 | +#: src/Components/CaseExpression.php:200 |
| 67 | +msgid "Unexpected end of CASE expression" |
| 68 | +msgstr "" |
| 69 | + |
| 70 | +#: src/Components/CaseExpression.php:225 |
| 71 | +msgid "Potential duplicate alias of CASE expression." |
| 72 | +msgstr "" |
| 73 | + |
| 74 | +#: src/Components/CaseExpression.php:236 |
| 75 | +msgid "An alias expected after AS but got " |
| 76 | +msgstr "" |
| 77 | + |
| 78 | +#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353 |
| 79 | +#: src/Components/Expression.php:373 src/Components/Expression.php:408 |
| 80 | +msgid "An alias was previously found." |
| 81 | +msgstr "" |
| 82 | + |
| 83 | +#: src/Components/CaseExpression.php:262 |
| 84 | +msgid "An alias was expected after AS." |
| 85 | +msgstr "" |
| 86 | + |
| 87 | +#: src/Components/CreateDefinition.php:252 |
| 88 | +msgid "" |
| 89 | +"A symbol name was expected! A reserved keyword can not be used as a column " |
| 90 | +"name without backquotes." |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +#: src/Components/CreateDefinition.php:266 |
| 94 | +msgid "A symbol name was expected!" |
| 95 | +msgstr "" |
| 96 | + |
| 97 | +#: src/Components/CreateDefinition.php:301 |
| 98 | +msgid "A comma or a closing bracket was expected." |
| 99 | +msgstr "" |
| 100 | + |
| 101 | +#: src/Components/CreateDefinition.php:317 |
| 102 | +msgid "A closing bracket was expected." |
| 103 | +msgstr "" |
| 104 | + |
| 105 | +#: src/Components/DataType.php:130 |
| 106 | +msgid "Unrecognized data type." |
| 107 | +msgstr "" |
| 108 | + |
| 109 | +#: src/Components/ExpressionArray.php:101 |
| 110 | +msgid "An expression was expected." |
| 111 | +msgstr "" |
| 112 | + |
| 113 | +#: src/Components/Expression.php:258 src/Components/Expression.php:420 |
| 114 | +msgid "An alias was expected." |
| 115 | +msgstr "" |
| 116 | + |
| 117 | +#: src/Components/Expression.php:387 |
| 118 | +msgid "Unexpected dot." |
| 119 | +msgstr "" |
| 120 | + |
| 121 | +#: src/Components/IndexHint.php:137 src/Components/IndexHint.php:166 |
| 122 | +#: src/Components/LockExpression.php:159 src/Components/SetOperation.php:138 |
| 123 | +#: src/Statement.php:247 src/Statements/DeleteStatement.php:278 |
| 124 | +#: src/Statements/DeleteStatement.php:329 |
| 125 | +#: src/Statements/InsertStatement.php:227 |
| 126 | +#: src/Statements/InsertStatement.php:247 src/Statements/LoadStatement.php:274 |
| 127 | +#: src/Statements/LoadStatement.php:302 src/Statements/LoadStatement.php:323 |
| 128 | +#: src/Statements/LockStatement.php:93 src/Statements/LockStatement.php:99 |
| 129 | +#: src/Statements/PurgeStatement.php:109 src/Statements/PurgeStatement.php:119 |
| 130 | +#: src/Statements/PurgeStatement.php:139 |
| 131 | +#: src/Statements/ReplaceStatement.php:192 |
| 132 | +msgid "Unexpected token." |
| 133 | +msgstr "" |
| 134 | + |
| 135 | +#: src/Components/Limit.php:80 src/Components/Limit.php:108 |
| 136 | +msgid "An offset was expected." |
| 137 | +msgstr "" |
| 138 | + |
| 139 | +#: src/Components/LockExpression.php:91 |
| 140 | +msgid "Unexpected end of LOCK expression." |
| 141 | +msgstr "" |
| 142 | + |
| 143 | +#: src/Components/LockExpression.php:199 |
| 144 | +msgid "Unexpected end of Lock expression." |
| 145 | +msgstr "" |
| 146 | + |
| 147 | +#: src/Components/OptionsArray.php:145 |
| 148 | +#, php-format |
| 149 | +msgid "This option conflicts with \"%1$s\"." |
| 150 | +msgstr "" |
| 151 | + |
| 152 | +#: src/Components/RenameOperation.php:105 |
| 153 | +msgid "The old name of the table was expected." |
| 154 | +msgstr "" |
| 155 | + |
| 156 | +#: src/Components/RenameOperation.php:116 |
| 157 | +msgid "Keyword \"TO\" was expected." |
| 158 | +msgstr "" |
| 159 | + |
| 160 | +#: src/Components/RenameOperation.php:132 |
| 161 | +msgid "The new name of the table was expected." |
| 162 | +msgstr "" |
| 163 | + |
| 164 | +#: src/Components/RenameOperation.php:151 |
| 165 | +msgid "A rename operation was expected." |
| 166 | +msgstr "" |
| 167 | + |
| 168 | +#: src/Components/SetOperation.php:121 |
| 169 | +msgid "Missing expression." |
| 170 | +msgstr "" |
| 171 | + |
| 172 | +#: src/Lexer.php:244 |
| 173 | +msgid "Unexpected character." |
| 174 | +msgstr "" |
| 175 | + |
| 176 | +#: src/Lexer.php:285 |
| 177 | +msgid "Expected whitespace(s) before delimiter." |
| 178 | +msgstr "" |
| 179 | + |
| 180 | +#: src/Lexer.php:303 src/Lexer.php:325 |
| 181 | +msgid "Expected delimiter." |
| 182 | +msgstr "" |
| 183 | + |
| 184 | +#: src/Lexer.php:909 |
| 185 | +#, php-format |
| 186 | +msgid "Ending quote %1$s was expected." |
| 187 | +msgstr "" |
| 188 | + |
| 189 | +#: src/Lexer.php:955 |
| 190 | +msgid "Variable name was expected." |
| 191 | +msgstr "" |
| 192 | + |
| 193 | +#: src/Parser.php:451 |
| 194 | +msgid "Unexpected beginning of statement." |
| 195 | +msgstr "" |
| 196 | + |
| 197 | +#: src/Parser.php:476 |
| 198 | +msgid "Unrecognized statement type." |
| 199 | +msgstr "" |
| 200 | + |
| 201 | +#: src/Parser.php:565 |
| 202 | +msgid "No transaction was previously started." |
| 203 | +msgstr "" |
| 204 | + |
| 205 | +#: src/Statement.php:318 |
| 206 | +msgid "This type of clause was previously parsed." |
| 207 | +msgstr "" |
| 208 | + |
| 209 | +#: src/Statement.php:396 |
| 210 | +msgid "Unrecognized keyword." |
| 211 | +msgstr "" |
| 212 | + |
| 213 | +#: src/Statement.php:407 |
| 214 | +msgid "Keyword at end of statement." |
| 215 | +msgstr "" |
| 216 | + |
| 217 | +#: src/Statement.php:551 |
| 218 | +msgid "Unexpected ordering of clauses." |
| 219 | +msgstr "" |
| 220 | + |
| 221 | +#: src/Statements/CreateStatement.php:492 |
| 222 | +msgid "The name of the entity was expected." |
| 223 | +msgstr "" |
| 224 | + |
| 225 | +#: src/Statements/CreateStatement.php:542 |
| 226 | +msgid "A table name was expected." |
| 227 | +msgstr "" |
| 228 | + |
| 229 | +#: src/Statements/CreateStatement.php:550 |
| 230 | +msgid "At least one column definition was expected." |
| 231 | +msgstr "" |
| 232 | + |
| 233 | +#: src/Statements/CreateStatement.php:665 |
| 234 | +msgid "A \"RETURNS\" keyword was expected." |
| 235 | +msgstr "" |
| 236 | + |
| 237 | +#: src/Statements/DeleteStatement.php:337 |
| 238 | +msgid "This type of clause is not valid in Multi-table queries." |
| 239 | +msgstr "" |
| 240 | + |
| 241 | +#: src/Statements/LockStatement.php:116 |
| 242 | +msgid "Unexpected end of LOCK statement." |
| 243 | +msgstr "" |
| 244 | + |
| 245 | +#: src/Statements/PurgeStatement.php:136 |
| 246 | +msgid "Unexpected keyword" |
| 247 | +msgstr "" |
0 commit comments