[gegl] Update Polish translation



commit 1e3a073bda1f8b694d1e9fcb10bcac0dbed76af1
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Sep 29 16:10:37 2019 +0200

    Update Polish translation

 po/pl.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/po/pl.po b/po/pl.po
index f52da9088..953ac8b3d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gegl\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gegl/issues\n";
-"POT-Creation-Date: 2019-09-19 14:09+0000\n"
-"PO-Revision-Date: 2019-09-21 13:12+0200\n"
+"POT-Creation-Date: 2019-09-25 11:19+0000\n"
+"PO-Revision-Date: 2019-09-29 16:10+0200\n"
 "Last-Translator: Piotr Drąg <piotrdrag gmail com>\n"
 "Language-Team: Polish <community-poland mozilla org>\n"
 "Language: pl\n"
@@ -8004,12 +8004,12 @@ msgid ""
 "Math operation gamma, performs the operation per pixel, using either the "
 "constant provided in 'value' or the corresponding pixel from the buffer on "
 "aux as operands. The result is the evaluation of the expression result = "
-"powf (input, value)"
+"(input >= 0.0f ? powf (input, value) : -powf (-input, value))"
 msgstr ""
 "Działanie matematyczne gammy. Wykonuje działanie na każdym pikselu za pomocą "
 "stałej podanej jako „wartość” lub odpowiedniego piksela z bufora na "
-"dodatkowym wejściu jako argumenty. Wynik to wyrażenie: wynik = powf "
-"(wejście, wartość)"
+"dodatkowym wejściu jako argumenty. Wynik to wyrażenie: wynik = (wejście >= "
+"0.0f ? powf (wejście, wartość) : -powf (-wejście, wartość))"
 
 #: operations/generated/hard-light.c:188
 msgid ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]