-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (43 of 43 strings)
- Loading branch information
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ msgstr "" | |
"Project-Id-Version: SQL parser 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-01-24 10:49+0100\n" | ||
"PO-Revision-Date: 2016-12-21 15:59+0000\n" | ||
"Last-Translator: Michal Čihař <[email protected]>\n" | ||
"PO-Revision-Date: 2017-02-04 01:30+0000\n" | ||
"Last-Translator: Franco <[email protected]>\n" | ||
"Language-Team: Spanish <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/es/>\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 2.10\n" | ||
"X-Generator: Weblate 2.11\n" | ||
|
||
#: src/Component.php:43 src/Component.php:63 | ||
msgid "Not implemented yet." | ||
|
@@ -130,10 +130,8 @@ msgid "A rename operation was expected." | |
msgstr "Se esperaba un cambio de nombre." | ||
|
||
#: src/Components/SetOperation.php:105 | ||
#, fuzzy | ||
#| msgid "as regular expression" | ||
msgid "Missing expression." | ||
msgstr "como expresión regular" | ||
msgstr "Expresión desaparecida." | ||
|
||
#: src/Lexer.php:237 | ||
msgid "Unexpected character." | ||
|
@@ -209,13 +207,9 @@ 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:19 tests/Parser/ParserTest.php:56 | ||
#, fuzzy | ||
#| msgid "errors." | ||
msgid "error #1" | ||
msgstr "errores." | ||
msgstr "error #1" | ||
|
||
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:78 | ||
#, fuzzy | ||
#| msgid "Gather errors" | ||
msgid "strict error" | ||
msgstr "Agrupar los errores" | ||
msgstr "error estricto" |