Warning, /education/analitza/poqm/fr/analitza_qt.po is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020, 2021, 2023 Xavier Besnard <xavier.besnard@kde.org>
0002 # Vincent Pinon <vpinon@kde.org>, 2015.
0003 # Simon Depiets <sdepiets@gmail.com>, 2018, 2019.
0004 msgid ""
0005 msgstr ""
0006 "Project-Id-Version: \n"
0007 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
0008 "POT-Creation-Date: 2014-02-16 03:26+0000\n"
0009 "PO-Revision-Date: 2023-10-11 17:11+0200\n"
0010 "Last-Translator: Xavier BESNARD <xavier.besnard@neuf.fr>\n"
0011 "Language-Team: French <kde-francophone@kde.org>\n"
0012 "Language: fr\n"
0013 "MIME-Version: 1.0\n"
0014 "Content-Type: text/plain; charset=UTF-8\n"
0015 "Content-Transfer-Encoding: 8bit\n"
0016 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
0017 "X-Generator: Lokalize 23.08.1\n"
0018 "X-Environment: kde\n"
0019 "X-Accelerator-Marker: &\n"
0020 "X-Text-Markup: qtrich\n"
0021 "X-Qt-Contexts: true\n"
0022 
0023 msgctxt "QObject|dictionary"
0024 msgid "xaxaxaxaxa"
0025 msgstr "xaxaxaxaxa"
0026 
0027 msgctxt "QObject|dictionary"
0028 msgid "cosa"
0029 msgstr "cosa"
0030 
0031 #: analitza/analyzer.cpp:193
0032 msgctxt "QCoreApplication|"
0033 msgid "Cannot calculate an empty expression"
0034 msgstr "Impossible de calculer une expression vide"
0035 
0036 #: analitza/analyzer.cpp:240 analitza/analyzer.cpp:259
0037 #: analitza/analyzer.cpp:285
0038 msgctxt "QCoreApplication|"
0039 msgid "Must specify a correct operation"
0040 msgstr "Veuillez spécifier une opération correcte"
0041 
0042 #: analitza/analyzer.cpp:255 analitza/analyzer.cpp:288
0043 #, qt-format
0044 msgctxt "QCoreApplication|"
0045 msgid "Unknown identifier: '%1'"
0046 msgstr "Identifiant inconnu : « %1 »"
0047 
0048 #: analitza/analyzer.cpp:257 analitza/analyzer.cpp:290
0049 msgctxt "identifier separator in error message|"
0050 msgid "', '"
0051 msgstr "« , »"
0052 
0053 #: analitza/analyzer.cpp:615
0054 msgctxt "Error message, no proper condition found.|"
0055 msgid "Could not find a proper choice for a condition statement."
0056 msgstr "Aucun choix n'est approprié dans l'instruction conditionnelle."
0057 
0058 #: analitza/analyzer.cpp:936
0059 msgctxt "QCoreApplication|"
0060 msgid "Type not supported for bounding."
0061 msgstr "Le type n'est pas pris en charge pour le bornage."
0062 
0063 #: analitza/analyzer.cpp:961
0064 msgctxt "QCoreApplication|"
0065 msgid "The downlimit is greater than the uplimit"
0066 msgstr "La limite inférieure est plus grande que la limite supérieure"
0067 
0068 #: analitza/analyzer.cpp:963
0069 msgctxt "QCoreApplication|"
0070 msgid "Incorrect uplimit or downlimit."
0071 msgstr "Limite supérieure ou inférieure incorrecte."
0072 
0073 #: analitza/analyzer.cpp:1055 analitza/analyzer.cpp:1080
0074 #, qt-format
0075 msgctxt "QCoreApplication|"
0076 msgid "Invalid type for parameter '%1'"
0077 msgstr "Type non valable pour le paramètre « %1 »"
0078 
0079 #: analitza/analyzer.cpp:1877
0080 msgctxt "By a cycle i mean a variable that depends on itself|"
0081 msgid "Defined a variable cycle"
0082 msgstr "Un cycle de variable a été défini"
0083 
0084 #: analitza/analyzer.cpp:1919
0085 msgctxt "QCoreApplication|"
0086 msgid "The result is not a number"
0087 msgstr "Le résultat n'est pas un nombre"
0088 
0089 #: analitza/commands/blockmatrixcommands.cpp:44
0090 #: analitza/commands/blockmatrixcommands.cpp:234
0091 #: analitza/commands/listcommands.cpp:47 analitza/commands/listcommands.cpp:64
0092 #: analitza/commands/matrixcommands.cpp:48
0093 #: analitza/commands/matrixcommands.cpp:201
0094 #: analitza/commands/vectorcommands.cpp:45
0095 #: analitza/commands/vectorcommands.cpp:82
0096 #, qt-format
0097 msgctxt "QCoreApplication|"
0098 msgid "Invalid parameter count for '%1'"
0099 msgstr "Nombre de paramètres non valable pour « %1 »"
0100 
0101 #: analitza/commands/blockmatrixcommands.cpp:86
0102 #: analitza/commands/blockmatrixcommands.cpp:119
0103 #: analitza/commands/blockmatrixcommands.cpp:122
0104 msgctxt "QCoreApplication|"
0105 msgid "Blocks must have consistent size between each and other"
0106 msgstr "Les blocs doivent avoir des tailles consistantes entre eux"
0107 
0108 #: analitza/commands/blockmatrixcommands.cpp:90
0109 #: analitza/commands/blockmatrixcommands.cpp:126
0110 #: analitza/commands/blockmatrixcommands.cpp:263
0111 msgctxt "QCoreApplication|"
0112 msgid "Do not want empty blocks"
0113 msgstr "Blocs vides refusés"
0114 
0115 #: analitza/commands/blockmatrixcommands.cpp:93
0116 #: analitza/commands/blockmatrixcommands.cpp:130
0117 #: analitza/commands/blockmatrixcommands.cpp:209
0118 #: analitza/commands/blockmatrixcommands.cpp:267
0119 msgctxt "QCoreApplication|"
0120 msgid "Blocks must be matrices"
0121 msgstr "Les blocs doivent être des matrices"
0122 
0123 #: analitza/commands/blockmatrixcommands.cpp:142
0124 msgctxt "QCoreApplication|"
0125 msgid "Number of blocks must be consistent"
0126 msgstr "Le nombre de blocs doit être consistant"
0127 
0128 #: analitza/commands/blockmatrixcommands.cpp:145
0129 #: analitza/commands/blockmatrixcommands.cpp:211
0130 #: analitza/commands/matrixcommands.cpp:147
0131 msgctxt "QCoreApplication|"
0132 msgid "Do not want empty vectors/matrixrow elements"
0133 msgstr "Vecteurs ou lignes de matrices vides refusés"
0134 
0135 #: analitza/commands/blockmatrixcommands.cpp:150
0136 #: analitza/commands/blockmatrixcommands.cpp:213
0137 #: analitza/commands/matrixcommands.cpp:149
0138 msgctxt "QCoreApplication|"
0139 msgid "Matrix constructor needs vectors or matrixrow elements"
0140 msgstr ""
0141 "Le constructeur de matrice nécessite des éléments vecteurs ou lignes de "
0142 "matrices"
0143 
0144 #: analitza/commands/blockmatrixcommands.cpp:244
0145 #: analitza/commands/matrixcommands.cpp:288
0146 #, qt-format
0147 msgctxt "QCoreApplication|"
0148 msgid "the arg %1 is invalid or is error"
0149 msgstr "l'argument %1 n'est pas valable ou est une erreur"
0150 
0151 #: analitza/commands/eigencommands.cpp:39
0152 #, qt-format
0153 msgctxt "QCoreApplication|"
0154 msgid "Invalid parameter count for '%1'. Should have 1 parameter"
0155 msgstr ""
0156 "Nombre de paramètres non valable pour « %1 ». Il devrait y avoir 1 paramètre."
0157 
0158 #: analitza/commands/eigencommands.cpp:47
0159 #, qt-format
0160 msgctxt "QCoreApplication|"
0161 msgid "To use '%1' command the input matrix must be square"
0162 msgstr "Pour utiliser la commande « %1 », la matrice d'entrée doit être carrée"
0163 
0164 #: analitza/commands/eigencommands.cpp:68
0165 #: analitza/commands/eigencommands.cpp:74
0166 #, qt-format
0167 msgctxt "QCoreApplication|"
0168 msgid ""
0169 "Invalid parameter type in matrix entry (%1,%2) for '%3', it must be a number "
0170 "value"
0171 msgstr ""
0172 "Type de paramètre non valable dans l'élément de matrice (%1, %2) pour "
0173 "« %3 », ce doit être une valeur numéraire."
0174 
0175 #: analitza/commands/eigencommands.cpp:126
0176 #: analitza/commands/eigencommands.cpp:193
0177 msgctxt "QCoreApplication|NaN means Not a Number, is an invalid float number"
0178 msgid "Returned eigenvalue is NaN"
0179 msgstr "La valeur propre retournée est NaN (pas un nombre)."
0180 
0181 #: analitza/commands/eigencommands.cpp:132
0182 #: analitza/commands/eigencommands.cpp:196
0183 msgctxt "QCoreApplication|"
0184 msgid "Returned eigenvalue is too big"
0185 msgstr "La valeur propre retournée est trop grande."
0186 
0187 #: analitza/commands/matrixcommands.cpp:31
0188 msgctxt "QCoreApplication|"
0189 msgid "Matrix dimensions must be greater than zero"
0190 msgstr "Les dimensions de matrice doivent être supérieures à zéro."
0191 
0192 #: analitza/commands/matrixcommands.cpp:122 analitza/expression.cpp:296
0193 msgctxt "QCoreApplication|"
0194 msgid "All matrixrow elements must have the same size"
0195 msgstr "Toutes les lignes de matrices doivent être de la même taille."
0196 
0197 #: analitza/commands/matrixcommands.cpp:127
0198 msgctxt "QCoreApplication|"
0199 msgid "Not all are rows or vectors"
0200 msgstr "Pas toutes les lignes ou vecteurs"
0201 
0202 #: analitza/commands/matrixcommands.cpp:143
0203 msgctxt "QCoreApplication|"
0204 msgid "Every argument must be a matrixrow element"
0205 msgstr "Chaque argument doit être une ligne de matrice"
0206 
0207 #: analitza/commands/matrixcommands.cpp:241
0208 msgctxt "QCoreApplication|"
0209 msgid "The nth diagonal index must be less than the row count"
0210 msgstr "Le n-ième index diagonal doit être inférieur au nombre de lignes"
0211 
0212 #: analitza/commands/matrixcommands.cpp:249
0213 msgctxt "QCoreApplication|"
0214 msgid "The nth diagonal index must be less than the column count"
0215 msgstr "Le n-ième index diagonal doit être inférieur au nombre de colonnes"
0216 
0217 #: analitza/commands/matrixcommands.cpp:265
0218 msgctxt "QCoreApplication|"
0219 msgid "nth diagonal index must be integer number"
0220 msgstr "Le n-ième index diagonal doit être un nombre entier"
0221 
0222 #: analitza/commands/matrixcommands.cpp:269
0223 msgctxt "QCoreApplication|"
0224 msgid "nth diagonal index must be a positive integer number"
0225 msgstr "Le n-ième index diagonal doit être un nombre entier positif"
0226 
0227 #: analitza/commands/vectorcommands.cpp:62
0228 #, qt-format
0229 msgctxt "QCoreApplication|"
0230 msgid "Invalid parameter type for '%1', was expected a list"
0231 msgstr "Type de paramètres non valable pour « %1 », une liste était attendue."
0232 
0233 #: analitza/commands/vectorcommands.cpp:75
0234 #: analitza/commands/vectorcommands.cpp:78
0235 msgctxt "QCoreApplication|"
0236 msgid "Vector size must be some integer value greater to zero"
0237 msgstr "La taille de vecteur doit être une valeur entière strictement positive"
0238 
0239 #: analitza/explexer.cpp:78
0240 msgctxt "QCoreApplication|"
0241 msgid "Unexpectedly arrived to the end of the input"
0242 msgstr "Fin de la chaîne d'entrée inattendue"
0243 
0244 #: analitza/explexer.cpp:112
0245 #, qt-format
0246 msgctxt "QCoreApplication|"
0247 msgid "Unknown token %1"
0248 msgstr "Marque inconnue %1"
0249 
0250 #: analitza/expression.cpp:162
0251 #, qt-format
0252 msgctxt "QCoreApplication|"
0253 msgid "<em>%1</em> needs at least 2 parameters"
0254 msgstr "<em>%1</em> nécessite au moins 2 paramètres"
0255 
0256 #: analitza/expression.cpp:164
0257 #, qt-format
0258 msgctxt "QCoreApplication|"
0259 msgid "<em>%1</em> requires %2 parameters"
0260 msgstr "<em>%1</em> nécessite %2 paramètres"
0261 
0262 #: analitza/expression.cpp:171
0263 #, qt-format
0264 msgctxt "QCoreApplication|"
0265 msgid "Missing boundary for '%1'"
0266 msgstr "Borne manquante pour « %1 »"
0267 
0268 #: analitza/expression.cpp:173
0269 #, qt-format
0270 msgctxt "QCoreApplication|"
0271 msgid "Unexpected bounding for '%1'"
0272 msgstr "Borne inattendue pour « %1 »"
0273 
0274 #: analitza/expression.cpp:178
0275 #, qt-format
0276 msgctxt "QCoreApplication|"
0277 msgid "<em>%1</em> missing bounds on '%2'"
0278 msgstr "<em>%1</em> bornes manquantes sur « %2 »"
0279 
0280 #: analitza/expression.cpp:200
0281 msgctxt "QCoreApplication|"
0282 msgid "Wrong declare"
0283 msgstr "Déclaration erronée"
0284 
0285 #: analitza/expression.cpp:210
0286 #, qt-format
0287 msgctxt "QCoreApplication|"
0288 msgid "Empty container: %1"
0289 msgstr "Conteneur vide : %1"
0290 
0291 #: analitza/expression.cpp:228
0292 msgctxt "there was a conditional outside a condition structure|"
0293 msgid "We can only have conditionals inside piecewise structures."
0294 msgstr "Seules les conditions sont possibles dans les structures par morceaux."
0295 
0296 #: analitza/expression.cpp:244
0297 #, qt-format
0298 msgctxt "QCoreApplication|"
0299 msgid "Cannot have two parameters with the same name like '%1'."
0300 msgstr "Impossible d'avoir deux paramètres avec le même nom comme « %1 »."
0301 
0302 #: analitza/expression.cpp:259
0303 msgctxt ""
0304 "this is an error message. otherwise is the else in a mathml condition|"
0305 msgid "The <em>otherwise</em> parameter should be the last one"
0306 msgstr "Le paramètre <em>sinon</em> devrait être le dernier"
0307 
0308 #: analitza/expression.cpp:267
0309 #, qt-format
0310 msgctxt "there was an element that was not a conditional inside a condition|"
0311 msgid "%1 is not a proper condition inside the piecewise"
0312 msgstr "%1 n'est pas une condition correcte dans la définition par morceaux"
0313 
0314 #: analitza/expression.cpp:273
0315 msgctxt "QCoreApplication|"
0316 msgid "We can only declare variables"
0317 msgstr "Seules les variables peuvent être déclarées"
0318 
0319 #: analitza/expression.cpp:279
0320 msgctxt "QCoreApplication|"
0321 msgid "We can only have bounded variables"
0322 msgstr "Seules les variables bornées sont possibles"
0323 
0324 #: analitza/expression.cpp:290 analitza/expression.cpp:495
0325 msgctxt "QCoreApplication|"
0326 msgid "Do not want empty matrixrow elements"
0327 msgstr "Voulez-vous des lignes de matrice vides"
0328 
0329 #: analitza/expression.cpp:300
0330 msgctxt "QCoreApplication|"
0331 msgid "The matrix must contain only matrixrow elements"
0332 msgstr "La matrice ne doit contenir que des lignes de matrice"
0333 
0334 #: analitza/expression.cpp:419
0335 #, qt-format
0336 msgctxt "QCoreApplication|"
0337 msgid "Error while parsing: %1"
0338 msgstr "Erreur lors de l'analyse syntaxique : %1"
0339 
0340 #: analitza/expression.cpp:450
0341 #, qt-format
0342 msgctxt "An error message|"
0343 msgid "Container unknown: %1"
0344 msgstr "Conteneur inconnu : %1"
0345 
0346 #: analitza/expression.cpp:456
0347 #, qt-format
0348 msgctxt "QCoreApplication|"
0349 msgid "Cannot codify the %1 value."
0350 msgstr "Impossible de codifier la valeur « %1 »."
0351 
0352 #: analitza/expression.cpp:462
0353 #, qt-format
0354 msgctxt "QCoreApplication|"
0355 msgid "The %1 operator cannot have child contexts."
0356 msgstr "L'opérateur %1 ne peut avoir de contextes enfants."
0357 
0358 #: analitza/expression.cpp:466
0359 #, qt-format
0360 msgctxt "QCoreApplication|"
0361 msgid "The element '%1' is not an operator."
0362 msgstr "L'élément « %1 » n'est pas un opérateur."
0363 
0364 #: analitza/expression.cpp:479
0365 msgctxt "QCoreApplication|"
0366 msgid "Do not want empty vectors"
0367 msgstr "Vecteurs vides refusés"
0368 
0369 #: analitza/expression.cpp:489
0370 msgctxt "QCoreApplication|"
0371 msgid "Do not want empty matrices"
0372 msgstr "Matrices vides refusés"
0373 
0374 #: analitza/expression.cpp:508
0375 #, qt-format
0376 msgctxt "Error message due to an unrecognized input|"
0377 msgid "Not supported/unknown: %1"
0378 msgstr "Non pris en charge ou inconnu : %1"
0379 
0380 #: analitza/expressionparser.cpp:296
0381 msgctxt "QCoreApplication|"
0382 msgid ", "
0383 msgstr ", "
0384 
0385 #: analitza/expressionparser.cpp:296
0386 #, qt-format
0387 msgctxt "error message|"
0388 msgid "Expected %1 instead of '%2'"
0389 msgstr "%1 est attendu plutôt que « %2 »"
0390 
0391 #: analitza/expressionparser.cpp:298
0392 msgctxt "QCoreApplication|"
0393 msgid "Missing right parenthesis"
0394 msgstr "Parenthèse droite manquante"
0395 
0396 #: analitza/expressionparser.cpp:300
0397 msgctxt "QCoreApplication|"
0398 msgid "Unbalanced right parenthesis"
0399 msgstr "Parenthèse droite en trop"
0400 
0401 #: analitza/expressionparser.cpp:303
0402 #, qt-format
0403 msgctxt "QCoreApplication|"
0404 msgid "Unexpected token identifier: %1"
0405 msgstr "Identifiant de marque inconnu : %1"
0406 
0407 #: analitza/expressionparser.cpp:305
0408 #, qt-format
0409 msgctxt "QCoreApplication|"
0410 msgid "Unexpected token %1"
0411 msgstr "Marque inattendue %1"
0412 
0413 #: analitza/expressiontypechecker.cpp:301
0414 #, qt-format
0415 msgctxt "QCoreApplication|"
0416 msgid "Could not find a type that unifies '%1'"
0417 msgstr "Impossible de trouver un type unifiant « %1 »"
0418 
0419 #: analitza/expressiontypechecker.cpp:473
0420 msgctxt "QCoreApplication|"
0421 msgid "The domain should be either a vector or a list"
0422 msgstr "Le domaine devrait être un vecteur ou une liste"
0423 
0424 #: analitza/expressiontypechecker.cpp:558
0425 #, qt-format
0426 msgctxt "type error message|"
0427 msgid "Cannot call '%1'"
0428 msgstr "Impossible d'appeler « %1 »"
0429 
0430 #: analitza/expressiontypechecker.cpp:593
0431 #, qt-format
0432 msgctxt "QCoreApplication|"
0433 msgid "Cannot reduce '%1' to '%2'. Invalid type of parameter '%3' for '%4'"
0434 msgstr ""
0435 "Impossible de réduire « %1 » à « %2 ». Type de paramètre non valable « %3 » "
0436 "pour « %4 »"
0437 
0438 #: analitza/expressiontypechecker.cpp:604
0439 #, qt-format
0440 msgctxt "QCoreApplication|"
0441 msgid "Invalid parameter count for '%2'. Should have %1 parameters."
0442 msgstr ""
0443 "Nombre de paramètres non valable pour « %2 ». Il devrait y avoir %1 "
0444 "paramètres."
0445 
0446 #: analitza/expressiontypechecker.cpp:616
0447 #, qt-format
0448 msgctxt "QCoreApplication|"
0449 msgid "Cannot compare '%1' to '%2'. Invalid type of parameter '%3' for '%4'"
0450 msgstr ""
0451 "Impossible de comparer « %1 » à « %2 ». Type de paramètre non valable « %3 » "
0452 "pour « %4 »"
0453 
0454 #: analitza/expressiontypechecker.cpp:654
0455 #, qt-format
0456 msgctxt "QCoreApplication|"
0457 msgid "Could not call '%1'"
0458 msgstr "Impossible d'appeler « %1 »"
0459 
0460 #: analitza/expressiontypechecker.cpp:662
0461 #, qt-format
0462 msgctxt "QCoreApplication|"
0463 msgid "Could not solve '%1'"
0464 msgstr "Impossible de résoudre « %1 »"
0465 
0466 #: analitza/expressiontypechecker.cpp:695
0467 #, qt-format
0468 msgctxt "QCoreApplication|"
0469 msgid "Incoherent type for the variable '%1'"
0470 msgstr "Type incohérent pour la variable « %1 »"
0471 
0472 #: analitza/expressiontypechecker.cpp:718
0473 msgctxt "QCoreApplication|"
0474 msgid "Could not determine the type for piecewise"
0475 msgstr "Impossible de déterminer le type de la définition par morceaux"
0476 
0477 #: analitza/expressiontypechecker.cpp:937
0478 msgctxt "QCoreApplication|"
0479 msgid "Unexpected type"
0480 msgstr "Type inattendu"
0481 
0482 #: analitza/expressiontypechecker.cpp:960
0483 #, qt-format
0484 msgctxt "QCoreApplication|"
0485 msgid "Cannot convert '%1' to '%2'"
0486 msgstr "Impossible de convertir « %1 » en « %2 »"
0487 
0488 #: analitza/htmlexpressionwriter.cpp:54 analitza/htmlexpressionwriter.cpp:55
0489 #, qt-format
0490 msgctxt "html representation of an operator|"
0491 msgid "<span class='op'>%1</span>"
0492 msgstr "<span class='op'>%1</span>"
0493 
0494 #: analitza/htmlexpressionwriter.cpp:56
0495 #, qt-format
0496 msgctxt "html representation of an operator|"
0497 msgid "<span class='keyword'>%1</span>"
0498 msgstr "<span class='keyword'>%1</span>"
0499 
0500 #: analitza/mathmlpresentationlexer.cpp:94
0501 #, qt-format
0502 msgctxt "Error message|"
0503 msgid "Unknown token '%1'"
0504 msgstr "Marque inconnue « %1 »"
0505 
0506 #: analitza/operations.cpp:54 analitza/operations.cpp:191
0507 msgctxt "QCoreApplication|"
0508 msgid "Cannot divide by 0."
0509 msgstr "Impossible de diviser par 0."
0510 
0511 #: analitza/operations.cpp:72 analitza/operations.cpp:203
0512 msgctxt "QCoreApplication|"
0513 msgid "Cannot calculate the remainder on 0."
0514 msgstr "Impossible de calculer le reste sur 0."
0515 
0516 #: analitza/operations.cpp:84 analitza/operations.cpp:213
0517 msgctxt "QCoreApplication|"
0518 msgid "Cannot calculate the factor on 0."
0519 msgstr "Impossible de calculer le facteur sur 0."
0520 
0521 #: analitza/operations.cpp:140 analitza/operations.cpp:261
0522 msgctxt "QCoreApplication|"
0523 msgid "Cannot calculate the lcm of 0."
0524 msgstr "Impossible de calculer le PPCM sur 0."
0525 
0526 #: analitza/operations.cpp:246
0527 msgctxt "QCoreApplication|"
0528 msgid "Boolean operations on complex numbers not available"
0529 msgstr ""
0530 "Les opérations booléennes sur des nombres complexes ne sont pas disponibles"
0531 
0532 #: analitza/operations.cpp:276
0533 msgctxt "QCoreApplication|"
0534 msgid "Only square root implemented for complex numbers"
0535 msgstr "Seule la racine carrée est implémentée pour les nombres complexes"
0536 
0537 #: analitza/operations.cpp:351 analitza/operations.cpp:463
0538 #, qt-format
0539 msgctxt "QCoreApplication|"
0540 msgid "Could not calculate a value %1"
0541 msgstr "Impossible de calculer une valeur %1"
0542 
0543 #: analitza/operations.cpp:479
0544 #, qt-format
0545 msgctxt "QCoreApplication|"
0546 msgid "Cannot calculate %1 between a value and an error type"
0547 msgstr "Impossible de calculer %1 entre une valeur et un type d'erreur"
0548 
0549 #: analitza/operations.cpp:495 analitza/operations.cpp:652
0550 #: analitza/operations.cpp:784
0551 msgctxt "QCoreApplication|"
0552 msgid "Invalid index for a container"
0553 msgstr "Index non valable pour un conteneur"
0554 
0555 #: analitza/operations.cpp:527
0556 #, qt-format
0557 msgctxt "QCoreApplication|"
0558 msgid "Cannot operate '%1' on different sized vectors."
0559 msgstr "Impossible d'opérer « %1 » sur des vecteurs de tailles différentes."
0560 
0561 #: analitza/operations.cpp:566
0562 msgctxt "QCoreApplication|"
0563 msgid ""
0564 "Multiplication between a matrix and a vector is allowed provided that the "
0565 "number of columns of the matrix equals the size of the vector"
0566 msgstr ""
0567 "La multiplication entre une matrice et un vecteur est autorisée à condition "
0568 "que le nombre de colonnes de la matrice soit égal à la taille du vecteur"
0569 
0570 #: analitza/operations.cpp:570 analitza/operations.cpp:707
0571 msgctxt "QCoreApplication|"
0572 msgid "Matrix and vector entries must be numbers"
0573 msgstr "Les entrées de la matrice et du vecteur doivent être des nombres"
0574 
0575 #: analitza/operations.cpp:599
0576 #, qt-format
0577 msgctxt "QCoreApplication|"
0578 msgid "Could not calculate a vector's %1"
0579 msgstr "Impossible de calculer le %1 d'un vecteur"
0580 
0581 #: analitza/operations.cpp:621 analitza/operations.cpp:637
0582 #, qt-format
0583 msgctxt "QCoreApplication|"
0584 msgid "Could not calculate a list's %1"
0585 msgstr "Impossible de calculer le %1 d'une liste"
0586 
0587 #: analitza/operations.cpp:703
0588 msgctxt "QCoreApplication|"
0589 msgid ""
0590 "Multiplication between a vector and a matrix is allowed provided that the "
0591 "matrix has only one matrixrow element"
0592 msgstr ""
0593 "La multiplication entre un vecteur et une matrice est autorisée à condition "
0594 "que la matrice n'ait qu'une ligne"
0595 
0596 #: analitza/operations.cpp:730
0597 msgctxt "QCoreApplication|"
0598 msgid ""
0599 "Addition of two matrices is allowed provided that both matrices have the "
0600 "same number of rows and the same number of columns"
0601 msgstr ""
0602 "La somme de deux matrices est autorisée à condition que les deux matrices "
0603 "aient les même nombres de lignes et colonnes"
0604 
0605 #: analitza/operations.cpp:762
0606 msgctxt "QCoreApplication|"
0607 msgid ""
0608 "Multiplication of two matrices is allowed provided that the number of "
0609 "columns of the first matrix equals the number of rows of the second matrix"
0610 msgstr ""
0611 "La multiplication de deux matrices est autorisée à condition que le nombre "
0612 "de colonnes de la première matrice soit égal au nombres de lignes de la "
0613 "seconde matrice"
0614 
0615 #: analitza/operations.cpp:766 analitza/operations.cpp:804
0616 #: analitza/operations.cpp:887
0617 msgctxt "QCoreApplication|"
0618 msgid "Matrix entries must be numbers"
0619 msgstr "Les entrées de matrices doivent être des nombres"
0620 
0621 #: analitza/operations.cpp:879
0622 msgctxt "QCoreApplication|"
0623 msgid "The exponent of 'power' must be some integer number"
0624 msgstr "L'exposant de « puissance » doit être un nombre entier"
0625 
0626 #: analitza/operations.cpp:883
0627 msgctxt "QCoreApplication|"
0628 msgid "Cannot compute 'power' for non square matrix"
0629 msgstr "Impossible de calculer la « puissance » pour une matrice non carrée"
0630 
0631 #: analitza/operations.cpp:922
0632 #, qt-format
0633 msgctxt "QCoreApplication|"
0634 msgid "Cannot calculate %1 between a matrix and an error type"
0635 msgstr "Impossible de calculer %1 entre une matrice et un type d'erreur"
0636 
0637 #: analitza/providederivative.cpp:93
0638 #, qt-format
0639 msgctxt "QCoreApplication|"
0640 msgid "Could not calculate the derivative for '%1'"
0641 msgstr "Impossible de calculer une dérivée pour « %1 »"
0642 
0643 #: analitzagui/operatorsmodel.cpp:95 analitzagui/variablesmodel.cpp:91
0644 #: analitzaplot/plotsdictionarymodel.cpp:36 analitzaplot/plotsmodel.cpp:78
0645 msgctxt "@title:column|"
0646 msgid "Name"
0647 msgstr "Nom"
0648 
0649 #: analitzagui/operatorsmodel.cpp:98
0650 msgctxt "@title:column|"
0651 msgid "Description"
0652 msgstr "Description"
0653 
0654 #: analitzagui/operatorsmodel.cpp:101
0655 msgctxt "@title:column|"
0656 msgid "Parameters"
0657 msgstr "Paramètres"
0658 
0659 #: analitzagui/operatorsmodel.cpp:104
0660 msgctxt "@title:column|"
0661 msgid "Example"
0662 msgstr "Exemple"
0663 
0664 #: analitzagui/operatorsmodel.cpp:135
0665 msgctxt "Syntax for function bounding|"
0666 msgid " : var"
0667 msgstr " : var"
0668 
0669 #: analitzagui/operatorsmodel.cpp:137
0670 msgctxt "Syntax for function bounding values|"
0671 msgid "=from..to"
0672 msgstr "=de..à"
0673 
0674 #: analitzagui/operatorsmodel.cpp:140
0675 #, qt-format
0676 msgctxt "QCoreApplication|"
0677 msgid "%1("
0678 msgstr "%1("
0679 
0680 #: analitzagui/operatorsmodel.cpp:143
0681 #, qt-format
0682 msgctxt "QCoreApplication|"
0683 msgid "%1... parameters, ...%2)"
0684 msgstr "%1... paramètres,...%2)"
0685 
0686 #: analitzagui/operatorsmodel.cpp:146
0687 #, qt-format
0688 msgctxt "QCoreApplication|"
0689 msgid "par%1"
0690 msgstr "par%1"
0691 
0692 #: analitzagui/operatorsmodel.cpp:159
0693 msgctxt "QCoreApplication|"
0694 msgid "Addition"
0695 msgstr "Addition"
0696 
0697 #: analitzagui/operatorsmodel.cpp:162
0698 msgctxt "QCoreApplication|"
0699 msgid "Multiplication"
0700 msgstr "Multiplication"
0701 
0702 #: analitzagui/operatorsmodel.cpp:165
0703 msgctxt "QCoreApplication|"
0704 msgid "Division"
0705 msgstr "Division"
0706 
0707 #: analitzagui/operatorsmodel.cpp:168
0708 msgctxt "QCoreApplication|"
0709 msgid "Subtraction. Will remove all values from the first one."
0710 msgstr "Soustraction. Enlèvera toutes les valeurs de la première."
0711 
0712 #: analitzagui/operatorsmodel.cpp:171
0713 msgctxt "QCoreApplication|"
0714 msgid "Power"
0715 msgstr "Puissance"
0716 
0717 #: analitzagui/operatorsmodel.cpp:174
0718 msgctxt "QCoreApplication|"
0719 msgid "Remainder"
0720 msgstr "Reste"
0721 
0722 #: analitzagui/operatorsmodel.cpp:177
0723 msgctxt "QCoreApplication|"
0724 msgid "Quotient"
0725 msgstr "Quotient"
0726 
0727 #: analitzagui/operatorsmodel.cpp:180
0728 msgctxt "QCoreApplication|"
0729 msgid "The factor of"
0730 msgstr "Le facteur de"
0731 
0732 #: analitzagui/operatorsmodel.cpp:183
0733 msgctxt "QCoreApplication|"
0734 msgid "Factorial. factorial(n)=n!"
0735 msgstr "Factorielle. factorielle(n) = n !"
0736 
0737 #: analitzagui/operatorsmodel.cpp:186
0738 msgctxt "QCoreApplication|"
0739 msgid "Function to calculate the sine of a given angle"
0740 msgstr "Fonction pour calculer le sinus d'un angle donné"
0741 
0742 #: analitzagui/operatorsmodel.cpp:189
0743 msgctxt "QCoreApplication|"
0744 msgid "Function to calculate the cosine of a given angle"
0745 msgstr "Fonction pour calculer le cosinus d'un angle donné"
0746 
0747 #: analitzagui/operatorsmodel.cpp:192
0748 msgctxt "QCoreApplication|"
0749 msgid "Function to calculate the tangent of a given angle"
0750 msgstr "Fonction pour calculer la tangente d'un angle donné"
0751 
0752 #: analitzagui/operatorsmodel.cpp:195
0753 msgctxt "QCoreApplication|"
0754 msgid "Secant"
0755 msgstr "Sécante"
0756 
0757 #: analitzagui/operatorsmodel.cpp:198
0758 msgctxt "QCoreApplication|"
0759 msgid "Cosecant"
0760 msgstr "Cosécante"
0761 
0762 #: analitzagui/operatorsmodel.cpp:201
0763 msgctxt "QCoreApplication|"
0764 msgid "Cotangent"
0765 msgstr "Cotangente"
0766 
0767 #: analitzagui/operatorsmodel.cpp:204
0768 msgctxt "QCoreApplication|"
0769 msgid "Hyperbolic sine"
0770 msgstr "Sinus hyperbolique"
0771 
0772 #: analitzagui/operatorsmodel.cpp:207
0773 msgctxt "QCoreApplication|"
0774 msgid "Hyperbolic cosine"
0775 msgstr "Cosinus hyperbolique"
0776 
0777 #: analitzagui/operatorsmodel.cpp:210
0778 msgctxt "QCoreApplication|"
0779 msgid "Hyperbolic tangent"
0780 msgstr "Tangente hyperbolique"
0781 
0782 #: analitzagui/operatorsmodel.cpp:213
0783 msgctxt "QCoreApplication|"
0784 msgid "Hyperbolic secant"
0785 msgstr "Sécante hyperbolique"
0786 
0787 #: analitzagui/operatorsmodel.cpp:216
0788 msgctxt "QCoreApplication|"
0789 msgid "Hyperbolic cosecant"
0790 msgstr "Cosécante hyperbolique"
0791 
0792 #: analitzagui/operatorsmodel.cpp:219
0793 msgctxt "QCoreApplication|"
0794 msgid "Hyperbolic cotangent"
0795 msgstr "Cotangente hyperbolique"
0796 
0797 #: analitzagui/operatorsmodel.cpp:222
0798 msgctxt "QCoreApplication|"
0799 msgid "Arc sine"
0800 msgstr "Arc sinus"
0801 
0802 #: analitzagui/operatorsmodel.cpp:225
0803 msgctxt "QCoreApplication|"
0804 msgid "Arc cosine"
0805 msgstr "Arc cosinus"
0806 
0807 #: analitzagui/operatorsmodel.cpp:228
0808 msgctxt "QCoreApplication|"
0809 msgid "Arc tangent"
0810 msgstr "Arc tangente"
0811 
0812 #: analitzagui/operatorsmodel.cpp:231
0813 msgctxt "QCoreApplication|"
0814 msgid "Arc cotangent"
0815 msgstr "Arc cotangente"
0816 
0817 #: analitzagui/operatorsmodel.cpp:237
0818 msgctxt "QCoreApplication|"
0819 msgid "Hyperbolic arc tangent"
0820 msgstr "Arc tangente hyperbolique"
0821 
0822 #: analitzagui/operatorsmodel.cpp:240
0823 msgctxt "QCoreApplication|"
0824 msgid "Summatory"
0825 msgstr "Sommation"
0826 
0827 #: analitzagui/operatorsmodel.cpp:243
0828 msgctxt "QCoreApplication|"
0829 msgid "Productory"
0830 msgstr "Produit"
0831 
0832 #: analitzagui/operatorsmodel.cpp:246
0833 msgctxt "QCoreApplication|"
0834 msgid "For all"
0835 msgstr "Pour tout"
0836 
0837 #: analitzagui/operatorsmodel.cpp:249
0838 msgctxt "QCoreApplication|"
0839 msgid "Exists"
0840 msgstr "Existe"
0841 
0842 #: analitzagui/operatorsmodel.cpp:252
0843 msgctxt "QCoreApplication|"
0844 msgid "Differentiation"
0845 msgstr "Différentiation"
0846 
0847 #: analitzagui/operatorsmodel.cpp:255
0848 msgctxt "QCoreApplication|"
0849 msgid "Hyperbolic arc sine"
0850 msgstr "Arc sinus hyperbolique"
0851 
0852 #: analitzagui/operatorsmodel.cpp:258
0853 msgctxt "QCoreApplication|"
0854 msgid "Hyperbolic arc cosine"
0855 msgstr "Arc cosinus hyperbolique"
0856 
0857 #: analitzagui/operatorsmodel.cpp:261
0858 msgctxt "QCoreApplication|"
0859 msgid "Arc cosecant"
0860 msgstr "Arc cosécante"
0861 
0862 #: analitzagui/operatorsmodel.cpp:264
0863 msgctxt "QCoreApplication|"
0864 msgid "Hyperbolic arc cosecant"
0865 msgstr "Arc cosécante hyperbolique"
0866 
0867 #: analitzagui/operatorsmodel.cpp:267
0868 msgctxt "QCoreApplication|"
0869 msgid "Arc secant"
0870 msgstr "Arc sécante"
0871 
0872 #: analitzagui/operatorsmodel.cpp:270
0873 msgctxt "QCoreApplication|"
0874 msgid "Hyperbolic arc secant"
0875 msgstr "Arc sécante hyperbolique"
0876 
0877 #: analitzagui/operatorsmodel.cpp:273
0878 msgctxt "QCoreApplication|"
0879 msgid "Exponent (e^x)"
0880 msgstr "Exposant (e^x)"
0881 
0882 #: analitzagui/operatorsmodel.cpp:276
0883 msgctxt "QCoreApplication|"
0884 msgid "Base-e logarithm"
0885 msgstr "Logarithme népérien"
0886 
0887 #: analitzagui/operatorsmodel.cpp:279
0888 msgctxt "QCoreApplication|"
0889 msgid "Base-10 logarithm"
0890 msgstr "Logarithme décimal"
0891 
0892 #: analitzagui/operatorsmodel.cpp:282
0893 msgctxt "QCoreApplication|"
0894 msgid "Absolute value. abs(n)=|n|"
0895 msgstr "Valeur absolue. abs(n)=|n|"
0896 
0897 #: analitzagui/operatorsmodel.cpp:285
0898 msgctxt "QCoreApplication|"
0899 msgid "Conjugate"
0900 msgstr "Conjugué"
0901 
0902 #: analitzagui/operatorsmodel.cpp:288
0903 msgctxt "QCoreApplication|"
0904 msgid "Arg"
0905 msgstr "Argument"
0906 
0907 #: analitzagui/operatorsmodel.cpp:291
0908 msgctxt "QCoreApplication|"
0909 msgid "Real"
0910 msgstr "Réel"
0911 
0912 #: analitzagui/operatorsmodel.cpp:294
0913 msgctxt "QCoreApplication|"
0914 msgid "Imaginary"
0915 msgstr "Imaginaire"
0916 
0917 #: analitzagui/operatorsmodel.cpp:297
0918 msgctxt "QCoreApplication|"
0919 msgid "Floor value. floor(n)=⌊n⌋"
0920 msgstr "Entier inférieur. floor(n)=⌊n⌋"
0921 
0922 #: analitzagui/operatorsmodel.cpp:300
0923 msgctxt "QCoreApplication|"
0924 msgid "Ceil value. ceil(n)=⌈n⌉"
0925 msgstr "Entier supérieur. ceil(n)=⌈n⌉"
0926 
0927 #: analitzagui/operatorsmodel.cpp:303
0928 msgctxt "QCoreApplication|"
0929 msgid "Minimum"
0930 msgstr "Minimum"
0931 
0932 #: analitzagui/operatorsmodel.cpp:306
0933 msgctxt "QCoreApplication|"
0934 msgid "Maximum"
0935 msgstr "Maximum"
0936 
0937 #: analitzagui/operatorsmodel.cpp:309
0938 msgctxt "QCoreApplication|"
0939 msgid "Greater than. gt(a,b)=a>b"
0940 msgstr "Supérieur à. gt(a,b) = a>b"
0941 
0942 #: analitzagui/operatorsmodel.cpp:312
0943 msgctxt "QCoreApplication|"
0944 msgid "Less than. lt(a,b)=a<b"
0945 msgstr "Inférieur à. lt(a,b) = a<b"
0946 
0947 #: analitzagui/operatorsmodel.cpp:315
0948 msgctxt "QCoreApplication|"
0949 msgid "Equal. eq(a,b) = a=b"
0950 msgstr "Égal. eq(a,b) = a=b"
0951 
0952 #: analitzagui/operatorsmodel.cpp:318
0953 msgctxt "QCoreApplication|"
0954 msgid "Approximation. approx(a)=a±n"
0955 msgstr "Approximation. approx(a) = a±n"
0956 
0957 #: analitzagui/operatorsmodel.cpp:321
0958 msgctxt "QCoreApplication|"
0959 msgid "Not equal. neq(a,b)=a≠b"
0960 msgstr "Non égal. neq(a,b) = a≠b"
0961 
0962 #: analitzagui/operatorsmodel.cpp:324
0963 msgctxt "QCoreApplication|"
0964 msgid "Greater or equal. geq(a,b)=a≥b"
0965 msgstr "Supérieur ou égal. geq(a,b) = a≥b"
0966 
0967 #: analitzagui/operatorsmodel.cpp:327
0968 msgctxt "QCoreApplication|"
0969 msgid "Less or equal. leq(a,b)=a≤b"
0970 msgstr "Inférieur ou égal. leq(a,b) = a≤b"
0971 
0972 #: analitzagui/operatorsmodel.cpp:330
0973 msgctxt "QCoreApplication|"
0974 msgid "Boolean and"
0975 msgstr "Et booléen"
0976 
0977 #: analitzagui/operatorsmodel.cpp:333
0978 msgctxt "QCoreApplication|"
0979 msgid "Boolean not"
0980 msgstr "Non booléen"
0981 
0982 #: analitzagui/operatorsmodel.cpp:336
0983 msgctxt "QCoreApplication|"
0984 msgid "Boolean or"
0985 msgstr "Ou booléen"
0986 
0987 #: analitzagui/operatorsmodel.cpp:339
0988 msgctxt "QCoreApplication|"
0989 msgid "Boolean xor"
0990 msgstr "Ou exclusif booléen"
0991 
0992 #: analitzagui/operatorsmodel.cpp:342
0993 msgctxt "QCoreApplication|"
0994 msgid "Boolean implication"
0995 msgstr "Implication booléenne"
0996 
0997 #: analitzagui/operatorsmodel.cpp:345
0998 msgctxt "QCoreApplication|"
0999 msgid "Greatest common divisor"
1000 msgstr "Plus grand diviseur commun"
1001 
1002 #: analitzagui/operatorsmodel.cpp:348
1003 msgctxt "QCoreApplication|"
1004 msgid "Least common multiple"
1005 msgstr "Plus petit multiple commun"
1006 
1007 #: analitzagui/operatorsmodel.cpp:351
1008 msgctxt "QCoreApplication|"
1009 msgid "Root"
1010 msgstr "Racine"
1011 
1012 #: analitzagui/operatorsmodel.cpp:354
1013 msgctxt "QCoreApplication|"
1014 msgid "Cardinal"
1015 msgstr "Cardinal"
1016 
1017 #: analitzagui/operatorsmodel.cpp:357
1018 msgctxt "QCoreApplication|"
1019 msgid "Scalar product"
1020 msgstr "Produit scalaire"
1021 
1022 #: analitzagui/operatorsmodel.cpp:360
1023 msgctxt "QCoreApplication|"
1024 msgid "Select the par1-th element of par2 list or vector"
1025 msgstr "Sélectionne le par1-ième élément de la liste ou du vecteur par2"
1026 
1027 #: analitzagui/operatorsmodel.cpp:363
1028 msgctxt "QCoreApplication|"
1029 msgid "Joins several items of the same type"
1030 msgstr "Joint plusieurs éléments du même type"
1031 
1032 #: analitzagui/operatorsmodel.cpp:366
1033 msgctxt "QCoreApplication|"
1034 msgid "Applies a function to every element in a list"
1035 msgstr "Applique la fonction à chaque élément de la liste"
1036 
1037 #: analitzagui/operatorsmodel.cpp:369
1038 msgctxt "QCoreApplication|"
1039 msgid "Removes all elements that don't fit a condition"
1040 msgstr "Enlève tous les éléments qui ne remplissent pas une condition"
1041 
1042 #: analitzagui/operatorsmodel.cpp:372
1043 msgctxt "QCoreApplication|"
1044 msgid "Transpose"
1045 msgstr "Transpose"
1046 
1047 #: analitzagui/operatorsmodel.cpp:572
1048 #, qt-format
1049 msgctxt "n-ary function prototype|"
1050 msgid "<em>%1</em>(..., <b>par%2</b>, ...)"
1051 msgstr "<em>%1</em>(...,<b>par%2</b>,...)"
1052 
1053 #: analitzagui/operatorsmodel.cpp:582
1054 #, qt-format
1055 msgctxt "Function name in function prototype|"
1056 msgid "<em>%1</em>("
1057 msgstr "<em>%1</em>("
1058 
1059 #: analitzagui/operatorsmodel.cpp:583
1060 #, qt-format
1061 msgctxt "Uncorrect function name in function prototype|"
1062 msgid "<em style='color:red'><b>%1</b></em>("
1063 msgstr "<em style='color:red'><b>%1</b></em>("
1064 
1065 #: analitzagui/operatorsmodel.cpp:586
1066 #, qt-format
1067 msgctxt "Parameter in function prototype|"
1068 msgid "par%1"
1069 msgstr "par%1"
1070 
1071 #: analitzagui/operatorsmodel.cpp:589 analitzagui/operatorsmodel.cpp:599
1072 #, qt-format
1073 msgctxt "Current parameter in function prototype|"
1074 msgid "<b>%1</b>"
1075 msgstr "<b>%1</b>"
1076 
1077 #: analitzagui/operatorsmodel.cpp:592
1078 msgctxt "Function parameter separator|"
1079 msgid ", "
1080 msgstr ", "
1081 
1082 #: analitzagui/operatorsmodel.cpp:596
1083 msgctxt "Current parameter is the bounding|"
1084 msgid " : bounds"
1085 msgstr " : bornes"
1086 
1087 #: analitzagui/variablesmodel.cpp:94
1088 msgctxt "@title:column|"
1089 msgid "Value"
1090 msgstr "Valeur"
1091 
1092 #: analitzaplot/plotsfactory.cpp:49
1093 msgctxt "QCoreApplication|"
1094 msgid "The expression is not correct"
1095 msgstr "L'expression n'est pas correcte"
1096 
1097 #: analitzaplot/plotsfactory.cpp:72
1098 #, qt-format
1099 msgctxt "QCoreApplication|"
1100 msgid "Function type '%1' not recognized"
1101 msgstr "Type de fonction « %1 » non reconnu"
1102 
1103 #: analitzaplot/plotsfactory.cpp:74
1104 #, qt-format
1105 msgctxt "QCoreApplication|"
1106 msgid "Function '%1' not recognized"
1107 msgstr "Fonction « %1 » non reconnue"
1108 
1109 #: analitzaplot/plotsmodel.cpp:79
1110 msgctxt "@title:column|"
1111 msgid "Plot"
1112 msgstr "Graphe"
1113 
1114 #: analitzaplot/plotter3d_es.cpp:534 declarative/graph2dmobile.cpp:141
1115 msgctxt "QObject|"
1116 msgid "PNG Image (*.png)"
1117 msgstr "Image PNG (*.png)"
1118 
1119 #: analitzaplot/plotter3d_es.cpp:534
1120 msgctxt "QObject|"
1121 msgid "PDF Document (*.pdf)"
1122 msgstr "Document PDF (*.pdf)"
1123 
1124 #: analitzaplot/plotter3d_es.cpp:534
1125 msgctxt "QObject|"
1126 msgid "X3D Document (*.x3d)"
1127 msgstr "Document X3D (*.x3d)"
1128 
1129 #: analitzaplot/plotter3d_es.cpp:534
1130 msgctxt "QObject|"
1131 msgid "STL Document (*.stl)"
1132 msgstr "Document « STL » (*.stl)"
1133 
1134 #: analitzaplot/private/backends/cartesiancurve.cpp:64
1135 msgctxt "Function type|"
1136 msgid "Plane Curve F(y)"
1137 msgstr "Courbe dans le plan F(y)"
1138 
1139 #: analitzaplot/private/backends/cartesiancurve.cpp:80
1140 msgctxt "Function type|"
1141 msgid "Plane Curve F(x)"
1142 msgstr "Courbe dans le plan F(x)"
1143 
1144 #: analitzaplot/private/backends/cartesiancurve.cpp:137
1145 #: analitzaplot/private/backends/cartesiancurve.cpp:245
1146 msgctxt "QCoreApplication|"
1147 msgid "We can only draw Real results."
1148 msgstr "Seuls les résultats réels peuvent être tracés."
1149 
1150 #: analitzaplot/private/backends/cartesiancurve.cpp:248
1151 #: analitzawidgets/plotsview2d.cpp:236
1152 #, qt-format
1153 msgctxt "QCoreApplication|"
1154 msgid "x=%1 y=%2"
1155 msgstr "x=%1 y=%2"
1156 
1157 #: analitzaplot/private/backends/cartesiansurface.cpp:52
1158 msgctxt "Function type|"
1159 msgid "Surface z=F(x,y)"
1160 msgstr "Surface z=F(x,y)"
1161 
1162 #: analitzaplot/private/backends/cartesiansurface.cpp:94
1163 msgctxt "Function type|"
1164 msgid "Surface y=F(x,z)"
1165 msgstr "Surface y=F(x,z)"
1166 
1167 #: analitzaplot/private/backends/cartesiansurface.cpp:127
1168 msgctxt "Function type|"
1169 msgid "Surface x=F(y,z)"
1170 msgstr "Surface x=F(y,z)"
1171 
1172 #: analitzaplot/private/backends/cylindricalsurface.cpp:37
1173 msgctxt "Function type|"
1174 msgid "Cylindrical Surface z=F(r: Radial, p: Polar)"
1175 msgstr "Surface cylindrique z=F(r : angle, p : rayon)"
1176 
1177 #: analitzaplot/private/backends/implicitcurve.cpp:44
1178 msgctxt "Function type|"
1179 msgid "Implicit Curve"
1180 msgstr "Courbe implicite"
1181 
1182 #: analitzaplot/private/backends/implicitpolarcurve.cpp:37
1183 msgctxt "Function type|"
1184 msgid "Polar implicit Curve 0=F(r: Radial, p: Polar)"
1185 msgstr "Courbe polaire implicite 0=F(r : angle, p : rayon)"
1186 
1187 #: analitzaplot/private/backends/implicitsurface.cpp:35
1188 msgctxt "Function type|"
1189 msgid "Implicit Surface"
1190 msgstr "Surface implicite"
1191 
1192 #: analitzaplot/private/backends/parametriccurve2d.cpp:37
1193 msgctxt "Function type|"
1194 msgid "Parametric Curve 2D"
1195 msgstr "Courbe paramétrique 2D"
1196 
1197 #: analitzaplot/private/backends/parametriccurve3d.cpp:31
1198 msgctxt "Function type|"
1199 msgid "Parametric Curve 3D"
1200 msgstr "Courbe paramétrique 3D"
1201 
1202 #: analitzaplot/private/backends/parametricsurface.cpp:32
1203 msgctxt "Function type|"
1204 msgid "Parametric Surface"
1205 msgstr "Surface paramétrique"
1206 
1207 #: analitzaplot/private/backends/polarcurve.cpp:37
1208 msgctxt "Function type|"
1209 msgid "Polar Curve r=F(p: Polar)"
1210 msgstr "Courbe polaire r=F(p : rayon)"
1211 
1212 #: analitzaplot/private/backends/sphericalsurface.cpp:35
1213 msgctxt "Function type|"
1214 msgid "Spherical Surface Radial=F(t:Azimuth, p: Polar)"
1215 msgstr "Surface sphérique Radiale =F(t : angle, p : rayon)"
1216 
1217 #: analitzawidgets/expressionedit.cpp:295
1218 #, qt-format
1219 msgctxt "QCoreApplication|"
1220 msgid "Result: %1"
1221 msgstr "Résultat : %1"
1222 
1223 #: analitzawidgets/expressionedit.cpp:405
1224 msgctxt "QCoreApplication|"
1225 msgid "To Expression"
1226 msgstr "Vers Expression"
1227 
1228 #: analitzawidgets/expressionedit.cpp:407
1229 msgctxt "QCoreApplication|"
1230 msgid "To MathML"
1231 msgstr "Vers MathML"
1232 
1233 #: analitzawidgets/expressionedit.cpp:409
1234 msgctxt "QCoreApplication|"
1235 msgid "Simplify"
1236 msgstr "Simplifier"
1237 
1238 #: analitzawidgets/expressionedit.cpp:411
1239 msgctxt "QCoreApplication|"
1240 msgid "Examples"
1241 msgstr "Exemples"
1242 
1243 #: analitzawidgets/plotsview2d.cpp:214
1244 msgctxt "QCoreApplication|"
1245 msgid "Selected viewport too small"
1246 msgstr "Le terminal sélectionné est trop petit"
1247 
1248 #~ msgctxt "NAME OF TRANSLATORS"
1249 #~ msgid "Your names"
1250 #~ msgstr "Joëlle Cornavin"
1251 
1252 #~ msgctxt "EMAIL OF TRANSLATORS"
1253 #~ msgid "Your emails"
1254 #~ msgstr "jcorn@free.fr"
1255 
1256 #~ msgctxt "Parameter in function prototype"
1257 #~ msgid "par%1"
1258 #~ msgstr "par%1"
1259 
1260 #~ msgctxt "Function parameter separator"
1261 #~ msgid ", "
1262 #~ msgstr ", "
1263 
1264 #, fuzzy
1265 #~| msgid "Hyperbolic secant"
1266 #~ msgctxt "dictionary"
1267 #~ msgid "Hiperbola"
1268 #~ msgstr "Sécante hyperbolique"
1269 
1270 #~ msgid "Function type not correct for functions depending on %1"
1271 #~ msgstr "Type de fonction non correct pour les fonctions dépendant de %1"
1272 
1273 #~ msgctxt ""
1274 #~ "This function can't be represented as a curve. To draw implicit curve, "
1275 #~ "the function has to satisfy the implicit function theorem."
1276 #~ msgid "Implicit function undefined in the plane"
1277 #~ msgstr "Fonction implicite indéfinie dans le plan"
1278 
1279 #~ msgid "center"
1280 #~ msgstr "centre"
1281 
1282 #~ msgctxt "@title:column"
1283 #~ msgid "Function"
1284 #~ msgstr "Fonction"
1285 
1286 #~ msgid "%1 function added"
1287 #~ msgstr "Fonction %1 ajoutée"
1288 
1289 # unreviewed-context
1290 #~ msgid "Hide '%1'"
1291 #~ msgstr "Masquer « %1 »"
1292 
1293 # unreviewed-context
1294 #~ msgid "Show '%1'"
1295 #~ msgstr "Afficher « %1 »"
1296 
1297 # unreviewed-context
1298 #~ msgid "Remove '%1'"
1299 #~ msgstr "Supprimer « %1 »"
1300 
1301 #~ msgctxt "Error message"
1302 #~ msgid "Unknown token %1"
1303 #~ msgstr "Jeton inattendu %1"