|
| 1 | +# phpMyAdmin SQL parser translation. |
| 2 | +# Copyright (C) 2015 - 2023 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: [email protected]\n" |
| 10 | +"POT-Creation-Date: 2023-02-26 22:46+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: enm\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 19 | + |
| 20 | +#: src/Component.php:39 src/Component.php:59 |
| 21 | +msgid "Not implemented yet." |
| 22 | +msgstr "" |
| 23 | + |
| 24 | +#: src/Components/AlterOperation.php:415 src/Statement.php:359 |
| 25 | +msgid "" |
| 26 | +"A new statement was found, but no delimiter between it and the previous one." |
| 27 | +msgstr "" |
| 28 | + |
| 29 | +#: src/Components/AlterOperation.php:427 |
| 30 | +msgid "Missing comma before start of a new alter operation." |
| 31 | +msgstr "" |
| 32 | + |
| 33 | +#: src/Components/AlterOperation.php:472 |
| 34 | +msgid "Unrecognized alter operation." |
| 35 | +msgstr "" |
| 36 | + |
| 37 | +#: src/Components/Array2d.php:88 |
| 38 | +#, php-format |
| 39 | +msgid "%1$d values were expected, but found %2$d." |
| 40 | +msgstr "" |
| 41 | + |
| 42 | +#: src/Components/Array2d.php:108 |
| 43 | +msgid "An opening bracket followed by a set of values was expected." |
| 44 | +msgstr "" |
| 45 | + |
| 46 | +#: src/Components/ArrayObj.php:106 src/Components/CreateDefinition.php:233 |
| 47 | +msgid "An opening bracket was expected." |
| 48 | +msgstr "" |
| 49 | + |
| 50 | +#: src/Components/CaseExpression.php:133 src/Components/CaseExpression.php:161 |
| 51 | +#: src/Components/CaseExpression.php:172 src/Components/CaseExpression.php:184 |
| 52 | +#: src/Components/IndexHint.php:134 src/Components/IndexHint.php:164 |
| 53 | +#: src/Components/LockExpression.php:173 src/Components/LockExpression.php:180 |
| 54 | +#: src/Components/LockExpression.php:188 src/Statements/DeleteStatement.php:249 |
| 55 | +#: src/Statements/DeleteStatement.php:268 |
| 56 | +#: src/Statements/DeleteStatement.php:308 |
| 57 | +#: src/Statements/DeleteStatement.php:320 |
| 58 | +#: src/Statements/DeleteStatement.php:346 |
| 59 | +#: src/Statements/DeleteStatement.php:353 |
| 60 | +#: src/Statements/InsertStatement.php:189 |
| 61 | +#: src/Statements/InsertStatement.php:220 src/Statements/LoadStatement.php:265 |
| 62 | +#: src/Statements/LockStatement.php:85 src/Statements/ReplaceStatement.php:149 |
| 63 | +#: src/Statements/ReplaceStatement.php:178 |
| 64 | +msgid "Unexpected keyword." |
| 65 | +msgstr "" |
| 66 | + |
| 67 | +#: src/Components/CaseExpression.php:192 |
| 68 | +msgid "Unexpected end of CASE expression" |
| 69 | +msgstr "" |
| 70 | + |
| 71 | +#: src/Components/CaseExpression.php:212 |
| 72 | +msgid "Potential duplicate alias of CASE expression." |
| 73 | +msgstr "" |
| 74 | + |
| 75 | +#: src/Components/CaseExpression.php:225 |
| 76 | +msgid "An alias expected after AS but got " |
| 77 | +msgstr "" |
| 78 | + |
| 79 | +#: src/Components/CaseExpression.php:238 src/Components/Expression.php:352 |
| 80 | +#: src/Components/Expression.php:372 src/Components/Expression.php:424 |
| 81 | +msgid "An alias was previously found." |
| 82 | +msgstr "" |
| 83 | + |
| 84 | +#: src/Components/CaseExpression.php:252 |
| 85 | +msgid "An alias was expected after AS." |
| 86 | +msgstr "" |
| 87 | + |
| 88 | +#: src/Components/CreateDefinition.php:255 |
| 89 | +msgid "" |
| 90 | +"A symbol name was expected! A reserved keyword can not be used as a column " |
| 91 | +"name without backquotes." |
| 92 | +msgstr "" |
| 93 | + |
| 94 | +#: src/Components/CreateDefinition.php:268 |
| 95 | +msgid "A symbol name was expected!" |
| 96 | +msgstr "" |
| 97 | + |
| 98 | +#: src/Components/CreateDefinition.php:300 |
| 99 | +msgid "A comma or a closing bracket was expected." |
| 100 | +msgstr "" |
| 101 | + |
| 102 | +#: src/Components/CreateDefinition.php:313 src/Statements/WithStatement.php:328 |
| 103 | +msgid "A closing bracket was expected." |
| 104 | +msgstr "" |
| 105 | + |
| 106 | +#: src/Components/DataType.php:130 |
| 107 | +msgid "Unrecognized data type." |
| 108 | +msgstr "" |
| 109 | + |
| 110 | +#: src/Components/ExpressionArray.php:106 src/Statements/WithStatement.php:197 |
| 111 | +msgid "An expression was expected." |
| 112 | +msgstr "" |
| 113 | + |
| 114 | +#: src/Components/Expression.php:257 src/Components/Expression.php:435 |
| 115 | +msgid "An alias was expected." |
| 116 | +msgstr "" |
| 117 | + |
| 118 | +#: src/Components/Expression.php:403 |
| 119 | +msgid "Unexpected dot." |
| 120 | +msgstr "" |
| 121 | + |
| 122 | +#: src/Components/IndexHint.php:140 src/Components/IndexHint.php:170 |
| 123 | +#: src/Components/Key.php:259 src/Components/LockExpression.php:161 |
| 124 | +#: src/Components/SetOperation.php:138 src/Statement.php:258 |
| 125 | +#: src/Statements/DeleteStatement.php:263 |
| 126 | +#: src/Statements/DeleteStatement.php:315 |
| 127 | +#: src/Statements/ExplainStatement.php:161 |
| 128 | +#: src/Statements/InsertStatement.php:203 |
| 129 | +#: src/Statements/InsertStatement.php:240 src/Statements/LoadStatement.php:270 |
| 130 | +#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310 |
| 131 | +#: src/Statements/LockStatement.php:93 src/Statements/LockStatement.php:100 |
| 132 | +#: src/Statements/PurgeStatement.php:106 src/Statements/PurgeStatement.php:119 |
| 133 | +#: src/Statements/PurgeStatement.php:140 |
| 134 | +#: src/Statements/ReplaceStatement.php:163 src/Statements/WithStatement.php:132 |
| 135 | +msgid "Unexpected token." |
| 136 | +msgstr "" |
| 137 | + |
| 138 | +#: src/Components/Limit.php:78 src/Components/Limit.php:105 |
| 139 | +msgid "An offset was expected." |
| 140 | +msgstr "" |
| 141 | + |
| 142 | +#: src/Components/LockExpression.php:91 src/Components/LockExpression.php:201 |
| 143 | +msgid "Unexpected end of LOCK expression." |
| 144 | +msgstr "" |
| 145 | + |
| 146 | +#: src/Components/OptionsArray.php:146 |
| 147 | +#, php-format |
| 148 | +msgid "This option conflicts with \"%1$s\"." |
| 149 | +msgstr "" |
| 150 | + |
| 151 | +#: src/Components/RenameOperation.php:103 |
| 152 | +msgid "The old name of the table was expected." |
| 153 | +msgstr "" |
| 154 | + |
| 155 | +#: src/Components/RenameOperation.php:109 |
| 156 | +msgid "Keyword \"TO\" was expected." |
| 157 | +msgstr "" |
| 158 | + |
| 159 | +#: src/Components/RenameOperation.php:124 |
| 160 | +msgid "The new name of the table was expected." |
| 161 | +msgstr "" |
| 162 | + |
| 163 | +#: src/Components/RenameOperation.php:140 |
| 164 | +msgid "A rename operation was expected." |
| 165 | +msgstr "" |
| 166 | + |
| 167 | +#: src/Components/SetOperation.php:121 |
| 168 | +msgid "Missing expression." |
| 169 | +msgstr "" |
| 170 | + |
| 171 | +#: src/Lexer.php:274 |
| 172 | +msgid "Unexpected character." |
| 173 | +msgstr "" |
| 174 | + |
| 175 | +#: src/Lexer.php:313 |
| 176 | +msgid "Expected whitespace(s) before delimiter." |
| 177 | +msgstr "" |
| 178 | + |
| 179 | +#: src/Lexer.php:329 src/Lexer.php:348 |
| 180 | +msgid "Expected delimiter." |
| 181 | +msgstr "" |
| 182 | + |
| 183 | +#: src/Lexer.php:1004 |
| 184 | +#, php-format |
| 185 | +msgid "Ending quote %1$s was expected." |
| 186 | +msgstr "" |
| 187 | + |
| 188 | +#: src/Lexer.php:1056 |
| 189 | +msgid "Variable name was expected." |
| 190 | +msgstr "" |
| 191 | + |
| 192 | +#: src/Parser.php:456 |
| 193 | +msgid "Unexpected beginning of statement." |
| 194 | +msgstr "" |
| 195 | + |
| 196 | +#: src/Parser.php:499 |
| 197 | +msgid "Unrecognized statement type." |
| 198 | +msgstr "" |
| 199 | + |
| 200 | +#: src/Parser.php:587 |
| 201 | +msgid "No transaction was previously started." |
| 202 | +msgstr "" |
| 203 | + |
| 204 | +#: src/Statement.php:327 |
| 205 | +msgid "This type of clause was previously parsed." |
| 206 | +msgstr "" |
| 207 | + |
| 208 | +#: src/Statement.php:398 |
| 209 | +msgid "Unrecognized keyword." |
| 210 | +msgstr "" |
| 211 | + |
| 212 | +#: src/Statement.php:409 |
| 213 | +msgid "Keyword at end of statement." |
| 214 | +msgstr "" |
| 215 | + |
| 216 | +#: src/Statement.php:555 |
| 217 | +msgid "Unexpected ordering of clauses." |
| 218 | +msgstr "" |
| 219 | + |
| 220 | +#: src/Statements/CreateStatement.php:549 |
| 221 | +msgid "The name of the entity was expected." |
| 222 | +msgstr "" |
| 223 | + |
| 224 | +#: src/Statements/CreateStatement.php:598 |
| 225 | +msgid "A table name was expected." |
| 226 | +msgstr "" |
| 227 | + |
| 228 | +#: src/Statements/CreateStatement.php:603 |
| 229 | +msgid "At least one column definition was expected." |
| 230 | +msgstr "" |
| 231 | + |
| 232 | +#: src/Statements/CreateStatement.php:707 |
| 233 | +msgid "A \"RETURNS\" keyword was expected." |
| 234 | +msgstr "" |
| 235 | + |
| 236 | +#: src/Statements/DeleteStatement.php:329 |
| 237 | +msgid "This type of clause is not valid in Multi-table queries." |
| 238 | +msgstr "" |
| 239 | + |
| 240 | +#: src/Statements/LockStatement.php:120 |
| 241 | +msgid "Unexpected end of LOCK statement." |
| 242 | +msgstr "" |
| 243 | + |
| 244 | +#: src/Statements/PurgeStatement.php:138 |
| 245 | +msgid "Unexpected keyword" |
| 246 | +msgstr "" |
| 247 | + |
| 248 | +#: src/Statements/WithStatement.php:118 |
| 249 | +msgid "The name of the CTE was expected." |
| 250 | +msgstr "" |
| 251 | + |
| 252 | +#: src/Statements/WithStatement.php:137 |
| 253 | +msgid "AS keyword was expected." |
| 254 | +msgstr "" |
| 255 | + |
| 256 | +#: src/Statements/WithStatement.php:149 |
| 257 | +msgid "Subquery of the CTE was expected." |
| 258 | +msgstr "" |
| 259 | + |
| 260 | +#: src/Statements/WithStatement.php:266 |
| 261 | +msgid "Unexpected end of the WITH CTE." |
| 262 | +msgstr "" |
0 commit comments