Translations by Aurélien Ribeiro

Aurélien Ribeiro has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

19 of 9 results
1.
Cannot convert `{0}' to an expression tree of non-delegate type `{1}'
2011-05-02
Impossible de convertir `{0}' en une arborescence du type non-délégué `{1}'
2.
Cannot convert `{0}' to non-delegate type `{1}'
2011-05-02
Impossible de convertir `{0}' en un type non-délégué `{1}'
3.
Cannot convert `{0}' to delegate type `{1}' since there is a parameter mismatch
2011-05-02
Impossible de convertir `{0}' en un type délégué `{1}' car il y a un désaccord de paramètre
4.
Delegate `{0}' does not take `{1}' arguments
2011-05-02
`{0}' délégué ne prend pas `{1}' arguments
5.
Parameter `{0}' should not be declared with the `{1}' keyword
2011-05-02
Le paramètre `{0}' ne devrait pas être déclaré avec le mot-clé `{1}'
6.
Parameter `{0}' must be declared with the `{1}' keyword
2011-05-02
Le paramètre `{0}' doit être déclaré avec le mot-clé `{1}'
7.
Parameter `{0}' is declared as type `{1}' but should be `{2}'
2011-05-02
Le paramètre `{0}' est déclaré du type `{1}' mais devrait être du type `{2}'
8.
An anonymous method cannot be converted to an expression tree
2011-05-02
Une méthode anonyme ne peut pas être converti en une arborescence
10.
Anonymous methods and lambda expressions cannot be used in the current context
2011-05-02
Des méthodes inconnues et des expressions lambda ne peuvent pas être utilisées dans le contexte actuel