diff options
author | Tom Robinson <tom.robinson@samsung.com> | 2017-06-20 11:51:55 +0100 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2017-06-20 16:48:15 +0100 |
commit | 22bee1156d5f2ee94626045853609bdf960a9cb0 (patch) | |
tree | 4ad56cfd967a108faa3da91acca9488c3b61e2a6 /resources/po | |
parent | c5c60701c32070a5e9d40352be29012e76f271f3 (diff) | |
download | dali-demo-22bee1156d5f2ee94626045853609bdf960a9cb0.tar.gz dali-demo-22bee1156d5f2ee94626045853609bdf960a9cb0.tar.bz2 dali-demo-22bee1156d5f2ee94626045853609bdf960a9cb0.zip |
Clipping draw order fix
Change-Id: I3c5aa4922e891cf1ca194676d1bcf2e3493c5eb1
Diffstat (limited to 'resources/po')
-rwxr-xr-x | resources/po/en_GB.po | 3 | ||||
-rwxr-xr-x | resources/po/en_US.po | 3 | ||||
-rwxr-xr-x | resources/po/ko.po | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/resources/po/en_GB.po b/resources/po/en_GB.po index f21d6bc4..877b2ee3 100755 --- a/resources/po/en_GB.po +++ b/resources/po/en_GB.po @@ -22,6 +22,9 @@ msgstr "Buttons" msgid "DALI_DEMO_STR_TITLE_CLIPPING" msgstr "Clipping" +msgid "DALI_DEMO_STR_TITLE_CLIPPING_DRAW_ORDER" +msgstr "Clipping Draw Order" + msgid "DALI_DEMO_STR_TITLE_COLOR_GRADIENT" msgstr "Colour Gradient" diff --git a/resources/po/en_US.po b/resources/po/en_US.po index aa8d849a..b2976b8d 100755 --- a/resources/po/en_US.po +++ b/resources/po/en_US.po @@ -22,6 +22,9 @@ msgstr "Buttons" msgid "DALI_DEMO_STR_TITLE_CLIPPING" msgstr "Clipping" +msgid "DALI_DEMO_STR_TITLE_CLIPPING_DRAW_ORDER" +msgstr "Clipping Draw Order" + msgid "DALI_DEMO_STR_TITLE_COLOR_GRADIENT" msgstr "Color Gradient" diff --git a/resources/po/ko.po b/resources/po/ko.po index 80d264ca..2e3fe5c8 100755 --- a/resources/po/ko.po +++ b/resources/po/ko.po @@ -19,6 +19,9 @@ msgstr "버튼" msgid "DALI_DEMO_STR_TITLE_CLIPPING" msgstr "깎는" +msgid "DALI_DEMO_STR_TITLE_CLIPPING_DRAW_ORDER" +msgstr "드로잉 순서를 클리핑" + msgid "DALI_DEMO_STR_TITLE_COLOR_GRADIENT" msgstr "색상 그라디언트" |