Skip to content

Commit 89b076a

Browse files
williamdesweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 100.0% (50 of 50 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/fr/ Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent b2b5a53 commit 89b076a

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

locale/fr/LC_MESSAGES/sqlparser.mo

807 Bytes
Binary file not shown.

locale/fr/LC_MESSAGES/sqlparser.po

+13-25
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ msgstr ""
44
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2020-03-20 21:01+0100\n"
7-
"PO-Revision-Date: 2018-12-23 05:01+0000\n"
8-
"Last-Translator: tmtisfree <tmtisfree@free.fr>\n"
9-
"Language-Team: French <https://hosted.weblate.org/projects/phpmyadmin/sql-"
10-
"parser/fr/>\n"
7+
"PO-Revision-Date: 2020-03-20 20:58+0000\n"
8+
"Last-Translator: William Desportes <williamdes@wdes.fr>\n"
9+
"Language-Team: French <https://hosted.weblate.org/projects/phpmyadmin/"
10+
"sql-parser/fr/>\n"
1111
"Language: fr\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"Plural-Forms: nplurals=2; plural=n > 1;\n"
16-
"X-Generator: Weblate 3.4-dev\n"
16+
"X-Generator: Weblate 4.0-dev\n"
1717

1818
#: src/Component.php:41 src/Component.php:61
1919
msgid "Not implemented yet."
@@ -28,7 +28,7 @@ msgstr ""
2828

2929
#: src/Components/AlterOperation.php:290
3030
msgid "Missing comma before start of a new alter operation."
31-
msgstr ""
31+
msgstr "Virgule manquante avant le début d’une nouvelle opération ALTER."
3232

3333
#: src/Components/AlterOperation.php:302
3434
msgid "Unrecognized alter operation."
@@ -69,25 +69,21 @@ msgid "Unexpected end of CASE expression"
6969
msgstr "Fin inattendue d'une expression CASE"
7070

7171
#: src/Components/CaseExpression.php:225
72-
#, fuzzy
73-
#| msgid "Unexpected end of CASE expression"
7472
msgid "Potential duplicate alias of CASE expression."
75-
msgstr "Fin inattendue d'une expression CASE"
73+
msgstr "Potentiel duplicata de l'alias d'expression CASE."
7674

7775
#: src/Components/CaseExpression.php:236
7876
msgid "An alias expected after AS but got "
79-
msgstr ""
77+
msgstr "Un alias était attendu après AS mais obtenu : "
8078

8179
#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
8280
#: src/Components/Expression.php:373 src/Components/Expression.php:408
8381
msgid "An alias was previously found."
8482
msgstr "Un alias a été constaté précédemment."
8583

8684
#: src/Components/CaseExpression.php:262
87-
#, fuzzy
88-
#| msgid "An alias was expected."
8985
msgid "An alias was expected after AS."
90-
msgstr "Un alias était attendu."
86+
msgstr "Un alias était attendu après AS."
9187

9288
#: src/Components/CreateDefinition.php:252
9389
msgid ""
@@ -144,16 +140,12 @@ msgid "An offset was expected."
144140
msgstr "Un décalage était prévu."
145141

146142
#: src/Components/LockExpression.php:91
147-
#, fuzzy
148-
#| msgid "Unexpected end of CASE expression"
149143
msgid "Unexpected end of LOCK expression."
150-
msgstr "Fin inattendue d'une expression CASE"
144+
msgstr "Fin inattendue de l'expression CASE."
151145

152146
#: src/Components/LockExpression.php:199
153-
#, fuzzy
154-
#| msgid "Unexpected end of CASE expression"
155147
msgid "Unexpected end of Lock expression."
156-
msgstr "Fin inattendue d'une expression CASE"
148+
msgstr "Fin inattendue de l'expression LOCK."
157149

158150
#: src/Components/OptionsArray.php:145
159151
#, php-format
@@ -250,16 +242,12 @@ msgid "This type of clause is not valid in Multi-table queries."
250242
msgstr "Ce type de clause a été analysé précédemment."
251243

252244
#: src/Statements/LockStatement.php:116
253-
#, fuzzy
254-
#| msgid "Unexpected beginning of statement."
255245
msgid "Unexpected end of LOCK statement."
256-
msgstr "Début d'énoncé inattendu."
246+
msgstr "Fin inattendue de l'instruction LOCK."
257247

258248
#: src/Statements/PurgeStatement.php:136
259-
#, fuzzy
260-
#| msgid "Unexpected keyword."
261249
msgid "Unexpected keyword"
262-
msgstr "Mot clef inattendu."
250+
msgstr "Mot clef inattendu"
263251

264252
#~ msgid "error #1"
265253
#~ msgstr "erreur #1"

0 commit comments

Comments
 (0)