From 02f8904211cfe3a49d3cf3116f09947f25831dcb Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Fri, 6 Aug 2021 18:20:17 +0900 Subject: [PATCH] Translated by suzume --- omegat/project_save.tmx | 106 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 9cb76244..98b69e83 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -545,6 +545,14 @@ (- 10 1 2 3 4) @result{} 0 (- 10) @result{} -10 (-) @result{} 0 + + + (- fill-column 14) "pink elephants") + + + (- fill-column 14) "éléphants roses") + + (- fill-column 32) @@ -1409,6 +1417,14 @@ bit est 1 plutôt que 0.) (concat + + + (concat "The " (number-to-string (+ 2 fill-column)) " red foxes.") + + + (concat "Le " (number-to-string (+ 2 fill-column)) " renard roux.") + + (concat "abc" "def") @@ -2400,6 +2416,22 @@ bit est 1 plutôt que 0.) (max (abs x) (abs y))) + + + (message "He saw %d %s" + + + (message "Il a vu %d %s" + + + + + (message "The name of this buffer is: %s." (buffer-name)) + + + (message "Le nom de ce tampon est : %s." (buffer-name)) + + (message "The result is %d" (* 7 number))) @@ -2408,6 +2440,30 @@ bit est 1 plutôt que 0.) (message "Le résultat est %d" (* 7 nombre))) + + + (message "The value of fill-column is %d." fill-column) + + + (message "La valeur de fill-column est %d." fill-column) + + + + + (message "There are %d %s in the office!" + + + (message "Il y a %d %s dans ce bureau !" + + + + + (message "This message appears in the echo area!") + + + (message "Ce message apparaît dans la zone d'écho") + + (min -4 1) @@ -2733,6 +2789,14 @@ bit est 1 plutôt que 0.) (save-excursion + + + (set 'flowers '(rose violet daisy buttercup)) + + + (set 'fleurs '(rose violette marguerite coquelicot)) + + (set-buffer buffer) @@ -47544,6 +47608,14 @@ plus tard. ---------- Buffer: *Backtrace* ---------- + + + call-interactively(eval-print-last-sexp nil nil) + + + call-interactively(eval-print-last-sexp nil nil) + + car & cdr @@ -47856,6 +47928,16 @@ plus tard. commandes (historique des) + + + command-execute(eval-print-last-sexp) +---------- Buffer: *Backtrace* ---------- + + + command-execute(eval-print-last-sexp) +---------- Buffer: *Backtrace* ---------- + + command-history @@ -49592,6 +49674,14 @@ plus tard. edit-tab-stops + + + elisp--eval-last-sexp(t) + + + elisp--eval-last-sexp(t) + + else @@ -49744,6 +49834,14 @@ plus tard. etags + + + eval((+ 2 'hello) nil) + + + eval((+ 2 'hello) nil) + + eval((+ 2 (quote hello))) @@ -50473,6 +50571,14 @@ plus tard. ftp-login + + + funcall-interactively(eval-print-last-sexp nil) + + + funcall-interactively(eval-print-last-sexp nil) + + function