Hello community, here is the log from the commit of package fcitx-m17n for openSUSE:Factory checked in at 2017-12-19 10:51:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-m17n (Old) and /work/SRC/openSUSE:Factory/.fcitx-m17n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-m17n" Tue Dec 19 10:51:09 2017 rev:15 rq:547523 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-m17n/fcitx-m17n.changes 2014-06-10 14:38:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-m17n.new/fcitx-m17n.changes 2017-12-19 10:51:11.190497297 +0100 @@ -1,0 +2,6 @@ +Sat Dec 2 05:37:25 UTC 2017 - [email protected] + +- update version 0.2.4 + * fix some memory leak + +------------------------------------------------------------------- Old: ---- fcitx-m17n-0.2.3.tar.xz New: ---- fcitx-m17n-0.2.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-m17n.spec ++++++ --- /var/tmp/diff_new_pack.kIdlKS/_old 2017-12-19 10:51:11.734471037 +0100 +++ /var/tmp/diff_new_pack.kIdlKS/_new 2017-12-19 10:51:11.734471037 +0100 @@ -17,12 +17,12 @@ Name: fcitx-m17n -Version: 0.2.3 +Version: 0.2.4 Release: 0 Summary: M17N engine for fcitx License: GPL-2.0+ Group: System/I18n/Chinese -Url: http://code.google.com/p/fcitx/ +Url: https://github.com/fcitx/fcitx-m17n Source: http://download.fcitx-im.org/fcitx-m17n/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: fcitx >= 4.2.1 ++++++ fcitx-m17n-0.2.3.tar.xz -> fcitx-m17n-0.2.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/im/fcitx-m17n.c new/fcitx-m17n-0.2.4/im/fcitx-m17n.c --- old/fcitx-m17n-0.2.3/im/fcitx-m17n.c 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/im/fcitx-m17n.c 2017-09-15 00:30:03.000000000 +0200 @@ -592,6 +592,7 @@ } else { iconName = uniqueName; } + m17n_object_unref(info); FcitxIMIFace iface; memset(&iface, 0, sizeof(FcitxIMIFace)); @@ -619,6 +620,7 @@ free(uniqueName); free(fxName); } + m17n_object_unref(mimlist); fcitx_utils_free(curlang); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/CMakeLists.txt new/fcitx-m17n-0.2.4/po/CMakeLists.txt --- old/fcitx-m17n-0.2.3/po/CMakeLists.txt 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/po/CMakeLists.txt 2017-09-15 00:30:03.000000000 +0200 @@ -1,5 +1,7 @@ -set(PO_LANGS de zh_CN zh_TW ja) -foreach(lang ${PO_LANGS}) - fcitx_translate_add_po_file("${lang}" "${lang}.po") +file(GLOB PO_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" *.po) + +foreach(po_file ${PO_FILES}) + string(REPLACE ".po" "" po_lang "${po_file}") + fcitx_translate_add_po_file("${po_lang}" "${po_file}") endforeach() fcitx_translate_set_pot_target(pot fcitx-m17n fcitx-m17n.pot) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/ca.po new/fcitx-m17n-0.2.4/po/ca.po --- old/fcitx-m17n-0.2.3/po/ca.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-m17n-0.2.4/po/ca.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Walter Garcia-Fontes <[email protected]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2017-01-06 16:17+0000\n" +"Last-Translator: Walter Garcia-Fontes <[email protected]>\n" +"Language-Team: Catalan (http://www.transifex.com/fcitx/fcitx/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: im/fcitx-m17n.c:574 +#, c-format +msgid "%s (M17N)" +msgstr "%s (M17N)" + +#: im/i18nname.c:7 +msgid "Pinyin Symbol" +msgstr "Símbol pinyin" + +#: im/i18nname.c:8 +msgid "Chewing Symbol" +msgstr "Símbol chewing" + +#: im/i18nname.c:9 +msgid "Cangjie" +msgstr "Cangjie" + +#: im/i18nname.c:10 +msgid "Pinyin" +msgstr "Pinyin" + +#: im/i18nname.c:11 +msgid "Tone Pinyin" +msgstr "Tone Pinyin" + +#: im/i18nname.c:12 +msgid "Keyboard" +msgstr "Teclat" + +#: im/i18nname.c:13 +msgid "Anthy" +msgstr "Anthy" + +#: im/i18nname.c:14 +msgid "Hanja" +msgstr "Hanja" + +#: im/i18nname.c:15 +msgid "Romaja" +msgstr "Romaja" + +#: im/i18nname.c:16 +msgid "Quick" +msgstr "Ràpid" + +#: im/fcitx-m17n.conf.in:3 im/fcitx-m17n.desc:1 im/fcitx-m17n.desc:6 +#: im/fcitx-m17n.desc:11 +msgid "M17N" +msgstr "M17N" + +#: im/fcitx-m17n.conf.in:4 +msgid "M17N IM Support For Fcitx" +msgstr "Suport M17N IM per al fcitx" + +#: im/fcitx-m17n.desc:2 +msgid "Prev Page" +msgstr "Pàgina prèvia" + +#: im/fcitx-m17n.desc:7 +msgid "Next Page" +msgstr "Pàgina següent" + +#: im/fcitx-m17n.desc:12 +msgid "Enable deprecated Input method" +msgstr "Habilita el mètode d'entrada obsolet" + +#: im/fcitx-m17n.desc:15 +msgid "" +"Enable deprecated input method provided M17N, usually this means something " +"better is already out (Need restart)" +msgstr "Habilita el mètode d'entrada obsolet M17N, generalment això significa que ja hi ha quelcom millor disponible (Cal reiniciar)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/da.po new/fcitx-m17n-0.2.4/po/da.po --- old/fcitx-m17n-0.2.3/po/da.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-m17n-0.2.4/po/da.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# scootergrisen, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2017-09-11 21:29+0000\n" +"Last-Translator: scootergrisen\n" +"Language-Team: Danish (http://www.transifex.com/fcitx/fcitx/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: im/fcitx-m17n.c:574 +#, c-format +msgid "%s (M17N)" +msgstr "%s (M17N)" + +#: im/i18nname.c:7 +msgid "Pinyin Symbol" +msgstr "Pinyin-symbol" + +#: im/i18nname.c:8 +msgid "Chewing Symbol" +msgstr "Chewing-symbol" + +#: im/i18nname.c:9 +msgid "Cangjie" +msgstr "Cangjie" + +#: im/i18nname.c:10 +msgid "Pinyin" +msgstr "Pinyin" + +#: im/i18nname.c:11 +msgid "Tone Pinyin" +msgstr "Tone pinyin" + +#: im/i18nname.c:12 +msgid "Keyboard" +msgstr "Tastatur" + +#: im/i18nname.c:13 +msgid "Anthy" +msgstr "Anthy" + +#: im/i18nname.c:14 +msgid "Hanja" +msgstr "Hanja" + +#: im/i18nname.c:15 +msgid "Romaja" +msgstr "Romaja" + +#: im/i18nname.c:16 +msgid "Quick" +msgstr "Hurtig" + +#: im/fcitx-m17n.conf.in:3 im/fcitx-m17n.desc:1 im/fcitx-m17n.desc:6 +#: im/fcitx-m17n.desc:11 +msgid "M17N" +msgstr "M17N" + +#: im/fcitx-m17n.conf.in:4 +msgid "M17N IM Support For Fcitx" +msgstr "M17N IM-understøttelse til Fcitx" + +#: im/fcitx-m17n.desc:2 +msgid "Prev Page" +msgstr "Forrige side" + +#: im/fcitx-m17n.desc:7 +msgid "Next Page" +msgstr "Næste side" + +#: im/fcitx-m17n.desc:12 +msgid "Enable deprecated Input method" +msgstr "Aktivér udgået inputmetode" + +#: im/fcitx-m17n.desc:15 +msgid "" +"Enable deprecated input method provided M17N, usually this means something " +"better is already out (Need restart)" +msgstr "Aktivér forældet inputmetode som har leveret M17N. Dette betyder typisk er noget bedre allerede er ude (kræver genstart)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/de.po new/fcitx-m17n-0.2.4/po/de.po --- old/fcitx-m17n-0.2.3/po/de.po 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/po/de.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,23 +3,23 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# mar well <[email protected]>, 2013 +# mar well <[email protected]>, 2013 +# mar well <[email protected]>, 2017 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-06-03 14:02-0400\n" -"PO-Revision-Date: 2013-05-22 06:02+0000\n" -"Last-Translator: mar well <[email protected]>\n" -"Language-Team: German (http://www.transifex.com/projects/p/fcitx/language/" -"de/)\n" +"POT-Creation-Date: 2017-07-28 05:02-0700\n" +"PO-Revision-Date: 2017-07-28 11:21+0000\n" +"Last-Translator: mar well <[email protected]>\n" +"Language-Team: German (http://www.transifex.com/fcitx/fcitx/language/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: im/fcitx-m17n.c:574 +#: im/fcitx-m17n.c:578 #, c-format msgid "%s (M17N)" msgstr "%s (M17N)" @@ -34,7 +34,7 @@ #: im/i18nname.c:8 msgid "Chewing Symbol" -msgstr "Symbol Chewing" +msgstr "Chewing Symbol" #: im/fcitx-m17n.desc:12 msgid "Enable deprecated Input method" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/ja.po new/fcitx-m17n-0.2.4/po/ja.po --- old/fcitx-m17n-0.2.3/po/ja.po 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/po/ja.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,24 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# しろう, 2013 -# しろう, 2013 +# shirou - しろう <[email protected]>, 2013 +# shirou - しろう <[email protected]>, 2013 +# 0bytetest_green <[email protected]>, 2015 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-08-07 12:02-0400\n" -"PO-Revision-Date: 2013-08-07 14:55+0000\n" -"Last-Translator: しろう\n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/fcitx/language/" -"ja/)\n" +"POT-Creation-Date: 2017-06-09 07:36-0700\n" +"PO-Revision-Date: 2015-06-20 09:00+0000\n" +"Last-Translator: 0bytetest_green <[email protected]>\n" +"Language-Team: Japanese (http://www.transifex.com/fcitx/fcitx/language/ja/)\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: im/fcitx-m17n.c:574 +#: im/fcitx-m17n.c:578 #, c-format msgid "%s (M17N)" msgstr "%s (M17N)" @@ -35,7 +35,7 @@ #: im/i18nname.c:8 msgid "Chewing Symbol" -msgstr "" +msgstr "Chewing 記号" #: im/fcitx-m17n.desc:12 msgid "Enable deprecated Input method" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/ko.po new/fcitx-m17n-0.2.4/po/ko.po --- old/fcitx-m17n-0.2.3/po/ko.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-m17n-0.2.4/po/ko.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Bon Keun Seo <[email protected]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2017-07-15 12:59+0000\n" +"Last-Translator: Bon Keun Seo <[email protected]>\n" +"Language-Team: Korean (http://www.transifex.com/fcitx/fcitx/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: im/fcitx-m17n.c:574 +#, c-format +msgid "%s (M17N)" +msgstr "%s (M17N)" + +#: im/i18nname.c:7 +msgid "Pinyin Symbol" +msgstr "병음 기호" + +#: im/i18nname.c:8 +msgid "Chewing Symbol" +msgstr "Chewing 기호" + +#: im/i18nname.c:9 +msgid "Cangjie" +msgstr "창힐" + +#: im/i18nname.c:10 +msgid "Pinyin" +msgstr "병음" + +#: im/i18nname.c:11 +msgid "Tone Pinyin" +msgstr "음조 병음" + +#: im/i18nname.c:12 +msgid "Keyboard" +msgstr "키보드" + +#: im/i18nname.c:13 +msgid "Anthy" +msgstr "Anthy" + +#: im/i18nname.c:14 +msgid "Hanja" +msgstr "한자" + +#: im/i18nname.c:15 +msgid "Romaja" +msgstr "로마자" + +#: im/i18nname.c:16 +msgid "Quick" +msgstr "빠른 완성" + +#: im/fcitx-m17n.conf.in:3 im/fcitx-m17n.desc:1 im/fcitx-m17n.desc:6 +#: im/fcitx-m17n.desc:11 +msgid "M17N" +msgstr "M17N" + +#: im/fcitx-m17n.conf.in:4 +msgid "M17N IM Support For Fcitx" +msgstr "Fcitx를 위한 M17N 입력기" + +#: im/fcitx-m17n.desc:2 +msgid "Prev Page" +msgstr "이전 페이지" + +#: im/fcitx-m17n.desc:7 +msgid "Next Page" +msgstr "다음 페이지" + +#: im/fcitx-m17n.desc:12 +msgid "Enable deprecated Input method" +msgstr "낡은 입력기 활성화" + +#: im/fcitx-m17n.desc:15 +msgid "" +"Enable deprecated input method provided M17N, usually this means something " +"better is already out (Need restart)" +msgstr "M17N이 지원하는 낡은 입력기를 활성화 합니다. 더 나은 입력기가 있을지도 모릅니다. (재시작 필요)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/ru.po new/fcitx-m17n-0.2.4/po/ru.po --- old/fcitx-m17n-0.2.3/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-m17n-0.2.4/po/ru.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# TotalCaesar659 <[email protected]>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2016-11-30 22:10+0000\n" +"Last-Translator: TotalCaesar659 <[email protected]>\n" +"Language-Team: Russian (http://www.transifex.com/fcitx/fcitx/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: im/fcitx-m17n.c:574 +#, c-format +msgid "%s (M17N)" +msgstr "%s (M17N)" + +#: im/i18nname.c:7 +msgid "Pinyin Symbol" +msgstr "Символ пиньинь" + +#: im/i18nname.c:8 +msgid "Chewing Symbol" +msgstr "Символ чжуинь" + +#: im/i18nname.c:9 +msgid "Cangjie" +msgstr "Цанцзе" + +#: im/i18nname.c:10 +msgid "Pinyin" +msgstr "Пиньинь" + +#: im/i18nname.c:11 +msgid "Tone Pinyin" +msgstr "Тон пиньинь" + +#: im/i18nname.c:12 +msgid "Keyboard" +msgstr "Клавиатура" + +#: im/i18nname.c:13 +msgid "Anthy" +msgstr "Anthy" + +#: im/i18nname.c:14 +msgid "Hanja" +msgstr "Hanja" + +#: im/i18nname.c:15 +msgid "Romaja" +msgstr "Romaja" + +#: im/i18nname.c:16 +msgid "Quick" +msgstr "Быстро" + +#: im/fcitx-m17n.conf.in:3 im/fcitx-m17n.desc:1 im/fcitx-m17n.desc:6 +#: im/fcitx-m17n.desc:11 +msgid "M17N" +msgstr "M17N" + +#: im/fcitx-m17n.conf.in:4 +msgid "M17N IM Support For Fcitx" +msgstr "Поддержка M17N IM в Fcitx" + +#: im/fcitx-m17n.desc:2 +msgid "Prev Page" +msgstr "Предыдущая страница" + +#: im/fcitx-m17n.desc:7 +msgid "Next Page" +msgstr "Следующая страница" + +#: im/fcitx-m17n.desc:12 +msgid "Enable deprecated Input method" +msgstr "Включить неподдерживаемый метод ввода" + +#: im/fcitx-m17n.desc:15 +msgid "" +"Enable deprecated input method provided M17N, usually this means something " +"better is already out (Need restart)" +msgstr "Включить неподдерживаемый метод ввода из комплекта M17N. Обычно это значит, что лучшего ничего нет (необходим перезапуск)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/tr.po new/fcitx-m17n-0.2.4/po/tr.po --- old/fcitx-m17n-0.2.3/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-m17n-0.2.4/po/tr.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,91 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Gökhan Kalayci <[email protected]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2017-04-20 20:35+0000\n" +"Last-Translator: Gökhan Kalayci <[email protected]>\n" +"Language-Team: Turkish (http://www.transifex.com/fcitx/fcitx/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: im/fcitx-m17n.c:574 +#, c-format +msgid "%s (M17N)" +msgstr "%s (M17N)" + +#: im/i18nname.c:7 +msgid "Pinyin Symbol" +msgstr "Pinyin Sembol" + +#: im/i18nname.c:8 +msgid "Chewing Symbol" +msgstr "Çiğneme Sembolü" + +#: im/i18nname.c:9 +msgid "Cangjie" +msgstr "Cangjie" + +#: im/i18nname.c:10 +msgid "Pinyin" +msgstr "Pinyin" + +#: im/i18nname.c:11 +msgid "Tone Pinyin" +msgstr "Pinyin Tonu" + +#: im/i18nname.c:12 +msgid "Keyboard" +msgstr "Klavye" + +#: im/i18nname.c:13 +msgid "Anthy" +msgstr "Anthy" + +#: im/i18nname.c:14 +msgid "Hanja" +msgstr "Hanja" + +#: im/i18nname.c:15 +msgid "Romaja" +msgstr "Romaja" + +#: im/i18nname.c:16 +msgid "Quick" +msgstr "Quick" + +#: im/fcitx-m17n.conf.in:3 im/fcitx-m17n.desc:1 im/fcitx-m17n.desc:6 +#: im/fcitx-m17n.desc:11 +msgid "M17N" +msgstr "M17N" + +#: im/fcitx-m17n.conf.in:4 +msgid "M17N IM Support For Fcitx" +msgstr "Fcitx için M17N IM Desteği" + +#: im/fcitx-m17n.desc:2 +msgid "Prev Page" +msgstr "Önceki Sayfa" + +#: im/fcitx-m17n.desc:7 +msgid "Next Page" +msgstr "Sonraki Sayfa" + +#: im/fcitx-m17n.desc:12 +msgid "Enable deprecated Input method" +msgstr "Kullanımdan kaldırılmış Giriş yöntemini etkinleştir" + +#: im/fcitx-m17n.desc:15 +msgid "" +"Enable deprecated input method provided M17N, usually this means something " +"better is already out (Need restart)" +msgstr "M17N sağlanan onaylanmayan giriş yöntemini etkinleştirin, genellikle bu daha iyi bir şey zaten çıktı demektir (Yeniden başlatma gerekiyor)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/zh_CN.po new/fcitx-m17n-0.2.4/po/zh_CN.po --- old/fcitx-m17n-0.2.3/po/zh_CN.po 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/po/zh_CN.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Xuetian Weng <[email protected]>, 2012-2013 +# csslayer <[email protected]>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-10-26 14:42-0400\n" +"POT-Creation-Date: 2017-06-09 07:36-0700\n" "PO-Revision-Date: 2013-04-29 10:04+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/" +"Last-Translator: csslayer <[email protected]>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/fcitx/fcitx/" "language/zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: im/fcitx-m17n.c:575 +#: im/fcitx-m17n.c:578 #, c-format msgid "%s (M17N)" msgstr "%s (M17N)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.2.3/po/zh_TW.po new/fcitx-m17n-0.2.4/po/zh_TW.po --- old/fcitx-m17n-0.2.3/po/zh_TW.po 2014-05-13 06:09:58.000000000 +0200 +++ new/fcitx-m17n-0.2.4/po/zh_TW.po 2017-09-15 00:30:03.000000000 +0200 @@ -5,16 +5,16 @@ # Translators: # Alisha <[email protected]>, 2012 # Cheng-Chia Tseng <[email protected]>, 2012 -# Hiunn_Hue <[email protected]>, 2012 -# Xuetian Weng <[email protected]>, 2012-2013 +# Hiunn-hué <[email protected]>, 2012 +# csslayer <[email protected]>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-04-25 00:02-0400\n" -"PO-Revision-Date: 2013-01-22 10:00+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/" +"POT-Creation-Date: 2017-06-09 07:36-0700\n" +"PO-Revision-Date: 2013-04-29 10:04+0000\n" +"Last-Translator: csslayer <[email protected]>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/fcitx/fcitx/" "language/zh_TW/)\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: im/fcitx-m17n.c:574 +#: im/fcitx-m17n.c:578 #, c-format msgid "%s (M17N)" msgstr "%s (M17N)"
