diff -Nru fcitx-table-other-0.2.0+git20120621/CMakeLists.txt fcitx-table-other-0.2.2/CMakeLists.txt --- fcitx-table-other-0.2.0+git20120621/CMakeLists.txt 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/CMakeLists.txt 2013-11-24 14:24:28.000000000 +0000 @@ -1,22 +1,13 @@ cmake_minimum_required(VERSION 2.6) - project(fcitx-table-extra NONE) -find_package(Fcitx 4.2.4 REQUIRED) -find_package(Gettext REQUIRED) +find_package(Fcitx 4.2.7 REQUIRED) find_program(TXT2MB txt2mb REQUIRED) option(ENABLE_DEPRECATED Off "Enable deprecated table") -# uninstall target -configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" - IMMEDIATE @ONLY) - -add_custom_target(uninstall - COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) +_fcitx_add_uninstall_target() +add_subdirectory(po) add_subdirectory(icons) add_subdirectory(tables) -add_subdirectory(po) \ No newline at end of file diff -Nru fcitx-table-other-0.2.0+git20120621/cmake/cmake_uninstall.cmake.in fcitx-table-other-0.2.2/cmake/cmake_uninstall.cmake.in --- fcitx-table-other-0.2.0+git20120621/cmake/cmake_uninstall.cmake.in 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/cmake/cmake_uninstall.cmake.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") - message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"") -endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") - -file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) -string(REGEX REPLACE "\n" ";" files "${files}") -foreach (file ${files}) - message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") - if (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}") - execute_process( - COMMAND @CMAKE_COMMAND@ -E remove "$ENV{DESTDIR}${file}" - OUTPUT_VARIABLE rm_out - RESULT_VARIABLE rm_retval - ) - if(NOT ${rm_retval} EQUAL 0) - message(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") - endif (NOT ${rm_retval} EQUAL 0) - else (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}") - message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") - endif (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}") -endforeach(file) \ No newline at end of file diff -Nru fcitx-table-other-0.2.0+git20120621/debian/bzr-builder.manifest fcitx-table-other-0.2.2/debian/bzr-builder.manifest --- fcitx-table-other-0.2.0+git20120621/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 +++ fcitx-table-other-0.2.2/debian/bzr-builder.manifest 2013-11-24 14:24:30.000000000 +0000 @@ -0,0 +1,3 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~20+201311241424 +lp:~fcitx-team/fcitx/autoimport-table-other-master revid:git-v1:50336bd1021edbe13d0714334da9a0985a7e376e +nest-part packaging lp:~fcitx-team/fcitx/debian-table-other debian debian revid:git-v1:ad4d9e97342d60078592c2331e71456f0af10808 diff -Nru fcitx-table-other-0.2.0+git20120621/debian/changelog fcitx-table-other-0.2.2/debian/changelog --- fcitx-table-other-0.2.0+git20120621/debian/changelog 2012-06-25 18:04:45.000000000 +0000 +++ fcitx-table-other-0.2.2/debian/changelog 2013-11-24 14:24:30.000000000 +0000 @@ -1,3 +1,21 @@ +fcitx-table-other (0.2.2-0~20+201311241424~ubuntu13.04.1) raring; urgency=low + + * Auto build. + + -- Aron Xu Sun, 24 Nov 2013 14:24:30 +0000 + +fcitx-table-other (0.2.2-1) unstable; urgency=low + + * New upstream release + + -- Aron Xu Sat, 03 Aug 2013 23:23:41 +0800 + +fcitx-table-other (0.2.1-1) experimental; urgency=low + + * New upstream release. + + -- YunQiang Su Wed, 26 Sep 2012 21:11:11 +0800 + fcitx-table-other (0.2.0+git20120621-1) unstable; urgency=low [ Aron Xu ] diff -Nru fcitx-table-other-0.2.0+git20120621/debian/compat fcitx-table-other-0.2.2/debian/compat --- fcitx-table-other-0.2.0+git20120621/debian/compat 2012-06-25 18:04:45.000000000 +0000 +++ fcitx-table-other-0.2.2/debian/compat 2013-11-24 14:24:30.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru fcitx-table-other-0.2.0+git20120621/debian/control fcitx-table-other-0.2.2/debian/control --- fcitx-table-other-0.2.0+git20120621/debian/control 2012-06-25 18:04:45.000000000 +0000 +++ fcitx-table-other-0.2.2/debian/control 2013-11-24 14:24:30.000000000 +0000 @@ -3,13 +3,12 @@ Priority: optional Maintainer: IME Packaging Team Uploaders: Aron Xu , YunQiang Su -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.4), - fcitx-tools (>= 1:4.2.4), intltool -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9), cmake, fcitx-libs-dev (>= 1:4.2.8), + fcitx-tools (>= 1:4.2.8), fcitx-bin (>= 1:4.2.8), intltool +Standards-Version: 3.9.4 Homepage: http://code.googlecode.com/p/fcitx -Vcs-Git: git://git.debian.org/pkg-ime/fcitx-table-other.git -Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-table-other.git +Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-table-other.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-table-other.git Package: fcitx-table-amharic Architecture: any diff -Nru fcitx-table-other-0.2.0+git20120621/debian/source/format fcitx-table-other-0.2.2/debian/source/format --- fcitx-table-other-0.2.0+git20120621/debian/source/format 2013-11-24 14:27:14.780400749 +0000 +++ fcitx-table-other-0.2.2/debian/source/format 2013-11-24 14:27:14.940400857 +0000 @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff -Nru fcitx-table-other-0.2.0+git20120621/icons/CMakeLists.txt fcitx-table-other-0.2.2/icons/CMakeLists.txt --- fcitx-table-other-0.2.0+git20120621/icons/CMakeLists.txt 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/icons/CMakeLists.txt 2013-11-24 14:24:28.000000000 +0000 @@ -1,15 +1,19 @@ set(ICON24 fcitx-amharic.png fcitx-arabic.png) set(ICON32 fcitx-thai.png) -set(ICON48 fcitx-compose.png fcitx-emoji.png fcitx-ipa-x-sampa.png fcitx-latex.png fcitx-rustrad.png fcitx-translit.png fcitx-translit-ua.png fcitx-yawerty.png - fcitx-malayalam-phonetic.png fcitx-tamil-remington.png) +set(ICON48 fcitx-compose.png fcitx-emoji.png fcitx-ipa-x-sampa.png + fcitx-latex.png fcitx-rustrad.png fcitx-translit.png fcitx-translit-ua.png + fcitx-yawerty.png fcitx-malayalam-phonetic.png fcitx-tamil-remington.png) set(ICON64 fcitx-cns11643.png fcitx-viqr.png) -if (ENABLE_DEPRECATED) - set(ICON48 ${ICON48} fcitx-bengali-inscript.png fcitx-bengali-probhat.png fcitx-gujarati-inscript.png fcitx-gujarati-phonetic.png - fcitx-hindi-inscript.png fcitx-hindi-phonetic.png fcitx-kannada-inscript.png fcitx-kannada-kgp.png - fcitx-malayalam-inscript.png fcitx-nepali.png fcitx-punjabi-inscript.png fcitx-punjabi-jhelum.png - fcitx-punjabi-phonetic.png fcitx-tamil-inscript.png fcitx-tamil-phonetic.png fcitx-telugu-inscript.png) -endif (ENABLE_DEPRECATED) +if(ENABLE_DEPRECATED) + set(ICON48 ${ICON48} fcitx-bengali-inscript.png fcitx-bengali-probhat.png + fcitx-gujarati-inscript.png fcitx-gujarati-phonetic.png + fcitx-hindi-inscript.png fcitx-hindi-phonetic.png fcitx-kannada-inscript.png + fcitx-kannada-kgp.png fcitx-malayalam-inscript.png fcitx-nepali.png + fcitx-punjabi-inscript.png fcitx-punjabi-jhelum.png + fcitx-punjabi-phonetic.png fcitx-tamil-inscript.png fcitx-tamil-phonetic.png + fcitx-telugu-inscript.png) +endif() foreach(icon ${ICON24} ${ICON32} ${ICON48} ${ICON64}) string(REPLACE "fcitx-" "" icon_new ${icon}) @@ -24,4 +28,4 @@ DESTINATION share/icons/hicolor/48x48/apps) install(FILES ${ICON64} - DESTINATION share/icons/hicolor/64x64/apps) \ No newline at end of file + DESTINATION share/icons/hicolor/64x64/apps) diff -Nru fcitx-table-other-0.2.0+git20120621/po/CMakeLists.txt fcitx-table-other-0.2.2/po/CMakeLists.txt --- fcitx-table-other-0.2.0+git20120621/po/CMakeLists.txt 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/CMakeLists.txt 2013-11-24 14:24:28.000000000 +0000 @@ -1,22 +1,5 @@ -file(GLOB PO_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po) -file(RELATIVE_PATH REL_SOURCE_ROOT ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}) -if ("${REL_SOURCE_ROOT}" STREQUAL "") - set(REL_SOURCE_ROOT ".") -endif("${REL_SOURCE_ROOT}" STREQUAL "") - -set(POT_FILE fcitx-table-other.pot) - -configure_file(POTFILES.in.in ${CMAKE_CURRENT_BINARY_DIR}/POTFILES.in) - -extract_fcitx_addon_conf_postring() - -add_custom_target( - pot - COMMAND INTLTOOL_EXTRACT=${INTLTOOL_EXTRACT} srcdir=${CMAKE_CURRENT_BINARY_DIR} ${INTLTOOL_UPDATE} --gettext-package fcitx-table-other --pot - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} - DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/conf.po - ) - -# Update .po files and compile them to binary .gmo files -gettext_create_translations(${POT_FILE} ALL ${PO_FILES}) - +set(PO_LANGS am ar bn gu de hi kn ml ne pa ru ta te th uk vi zh_TW zh_CN ja) +foreach(lang ${PO_LANGS}) + fcitx_translate_add_po_file("${lang}" "${lang}.po") +endforeach() +fcitx_translate_set_pot_target(pot fcitx-table-other fcitx-table-other.pot) diff -Nru fcitx-table-other-0.2.0+git20120621/po/POTFILES.in.in fcitx-table-other-0.2.2/po/POTFILES.in.in --- fcitx-table-other-0.2.0+git20120621/po/POTFILES.in.in 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/POTFILES.in.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -# List of source files which contain translatable strings. -[encoding: UTF-8] -./po/conf.po -@REL_SOURCE_ROOT@/tables/am/amharic.conf.in -@REL_SOURCE_ROOT@/tables/th/thai.conf.in -@REL_SOURCE_ROOT@/tables/kn/kannada-kgp.conf.in -@REL_SOURCE_ROOT@/tables/kn/kannada-inscript.conf.in -@REL_SOURCE_ROOT@/tables/te/telugu-inscript.conf.in -@REL_SOURCE_ROOT@/tables/ml/malayalam-inscript.conf.in -@REL_SOURCE_ROOT@/tables/ml/malayalam-phonetic.conf.in -@REL_SOURCE_ROOT@/tables/bn/bengali-probhat.conf.in -@REL_SOURCE_ROOT@/tables/bn/bengali-inscript.conf.in -@REL_SOURCE_ROOT@/tables/uk/ukrainian-translit.conf.in -@REL_SOURCE_ROOT@/tables/ar/arabic.conf.in -@REL_SOURCE_ROOT@/tables/other/emoji.conf.in -@REL_SOURCE_ROOT@/tables/other/cns11643.conf.in -@REL_SOURCE_ROOT@/tables/other/ipa-x-sampa.conf.in -@REL_SOURCE_ROOT@/tables/other/latex.conf.in -@REL_SOURCE_ROOT@/tables/other/compose.conf.in -@REL_SOURCE_ROOT@/tables/vi/viqr.conf.in -@REL_SOURCE_ROOT@/tables/ru/yawerty.conf.in -@REL_SOURCE_ROOT@/tables/ru/rustrad.conf.in -@REL_SOURCE_ROOT@/tables/ru/translit.conf.in -@REL_SOURCE_ROOT@/tables/ru/translit-ua.conf.in -@REL_SOURCE_ROOT@/tables/ta/tamil-inscript.conf.in -@REL_SOURCE_ROOT@/tables/ta/tamil-phonetic.conf.in -@REL_SOURCE_ROOT@/tables/ta/tamil-remington.conf.in -@REL_SOURCE_ROOT@/tables/pa/punjabi-jhelum.conf.in -@REL_SOURCE_ROOT@/tables/pa/punjabi-inscript.conf.in -@REL_SOURCE_ROOT@/tables/pa/punjabi-phonetic.conf.in -@REL_SOURCE_ROOT@/tables/ne/nepali-trad.conf.in -@REL_SOURCE_ROOT@/tables/ne/nepali-rom.conf.in -@REL_SOURCE_ROOT@/tables/gu/gujarati-phonetic.conf.in -@REL_SOURCE_ROOT@/tables/gu/gujarati-inscript.conf.in -@REL_SOURCE_ROOT@/tables/hi/hindi-phonetic.conf.in -@REL_SOURCE_ROOT@/tables/hi/hindi-inscript.conf.in \ No newline at end of file diff -Nru fcitx-table-other-0.2.0+git20120621/po/am.po fcitx-table-other-0.2.2/po/am.po --- fcitx-table-other-0.2.0+git20120621/po/am.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/am.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,118 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:19+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Amharic (http://www.transifex.com/projects/p/fcitx/language/" +"am/)\n" "Language: am\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "ፊደል" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/ar.po fcitx-table-other-0.2.2/po/ar.po --- fcitx-table-other-0.2.0+git20120621/po/ar.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ar.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,113 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:19+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:29+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/fcitx/language/" +"ar/)\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" -"X-Generator: Lokalize 1.4\n" +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "عربي" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/bn.po fcitx-table-other-0.2.2/po/bn.po --- fcitx-table-other-0.2.0+git20120621/po/bn.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/bn.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,118 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:20+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/fcitx/language/" +"bn/)\n" "Language: bn\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "ইনস্ক্রিপ্ট" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "প্রভাত" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/de.po fcitx-table-other-0.2.2/po/de.po --- fcitx-table-other-0.2.0+git20120621/po/de.po 1970-01-01 00:00:00.000000000 +0000 +++ fcitx-table-other-0.2.2/po/de.po 2013-11-24 14:24:28.000000000 +0000 @@ -0,0 +1,112 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# mar well , 2013 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-06-03 14:03-0400\n" +"PO-Revision-Date: 2013-05-22 06:23+0000\n" +"Last-Translator: mar well \n" +"Language-Team: German (http://www.transifex.com/projects/p/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" + +#: tables/am/amharic.conf.in:3 +msgid "Amharic" +msgstr "Amharic" + +#: tables/ar/arabic.conf.in:3 +msgid "Arabic" +msgstr "Arabic" + +#: tables/other/cns11643.conf.in:3 +msgid "CNS11643" +msgstr "CNS11643" + +#: tables/other/compose.conf.in:3 +msgid "Compose" +msgstr "Compose" + +#: tables/other/emoji.conf.in:3 +msgid "Emoji" +msgstr "Emoji" + +#: tables/other/ipa-x-sampa.conf.in:3 +msgid "IPA-X-SAMPA" +msgstr "" + +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 +msgid "Inscript" +msgstr "Inscript" + +#: tables/pa/punjabi-jhelum.conf.in:3 +msgid "Jhelum" +msgstr "Jhelum" + +#: tables/kn/kannada-kgp.conf.in:3 +msgid "KGP" +msgstr "KGP" + +#: tables/other/latex.conf.in:3 +msgid "LaTex" +msgstr "LaTex" + +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 +msgid "Phonetic" +msgstr "Phonetic" + +#: tables/bn/bengali-probhat.conf.in:3 +msgid "Probhat (phonetic)" +msgstr "Probhat (phonetic)" + +#: tables/ta/tamil-remington.conf.in:3 +msgid "Remington" +msgstr "Remington" + +#: tables/ne/nepali-rom.conf.in:3 +msgid "Romanized" +msgstr "Romanized" + +#: tables/ru/rustrad.conf.in:3 +msgid "Russian Traditional" +msgstr "" + +#: tables/ml/malayalam-phonetic.conf.in:3 +msgid "Swanalekha" +msgstr "Swanalekha" + +#: tables/th/thai.conf.in:3 +msgid "Thai" +msgstr "" + +#: tables/ne/nepali-trad.conf.in:3 +msgid "Traditional" +msgstr "Traditional" + +#: tables/ru/translit.conf.in:3 +msgid "Translit" +msgstr "Translit" + +#: tables/uk/translit-ua.conf.in:3 +msgid "Ua-Translit" +msgstr "Ua-Translit" + +#: tables/vi/viqr.conf.in:3 +msgid "Viqr" +msgstr "Viqr" + +#: tables/ru/yawerty.conf.in:3 +msgid "Yawerty" +msgstr "Yawerty" diff -Nru fcitx-table-other-0.2.0+git20120621/po/fcitx-table-other.pot fcitx-table-other-0.2.2/po/fcitx-table-other.pot --- fcitx-table-other-0.2.0+git20120621/po/fcitx-table-other.pot 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/fcitx-table-other.pot 2013-11-24 14:24:28.000000000 +0000 @@ -7,111 +7,104 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" +"Language: LANG\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 -msgid "Thai" +#: tables/ar/arabic.conf.in:3 +msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 -msgid "KGP" +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 +msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 -msgid "Inscript" +#: tables/bn/bengali-probhat.conf.in:3 +msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 -msgid "Swanalekha" +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 +msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 -msgid "Probhat (phonetic)" +#: tables/kn/kannada-kgp.conf.in:3 +msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 -msgid "Translit" +#: tables/ml/malayalam-phonetic.conf.in:3 +msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 -msgid "Arabic" +#: tables/ne/nepali-rom.conf.in:3 +msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 -msgid "Emoji" +#: tables/ne/nepali-trad.conf.in:3 +msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 -msgid "IPA-X-SAMPA" +#: tables/other/compose.conf.in:3 +msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 -msgid "LaTex" +#: tables/other/emoji.conf.in:3 +msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 -msgid "Compose" +#: tables/other/ipa-x-sampa.conf.in:3 +msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 -msgid "Viqr" +#: tables/other/latex.conf.in:3 +msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 -msgid "Yawerty" +#: tables/pa/punjabi-jhelum.conf.in:3 +msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 -msgid "Ua-Translit" +#: tables/ru/translit.conf.in:3 +msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 -msgid "Phonetic" +#: tables/ru/yawerty.conf.in:3 +msgid "Yawerty" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 -msgid "Jhelum" +#: tables/th/thai.conf.in:3 +msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 -msgid "Traditional" +#: tables/uk/translit-ua.conf.in:3 +msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 -msgid "Romanized" +#: tables/vi/viqr.conf.in:3 +msgid "Viqr" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/gu.po fcitx-table-other-0.2.2/po/gu.po --- fcitx-table-other-0.2.0+git20120621/po/gu.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/gu.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,118 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:20+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Gujarati (http://www.transifex.com/projects/p/fcitx/language/" +"gu/)\n" "Language: gu\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "ઇંસ્ક્રિપ્ટ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "ઉચ્ચારાત્મક" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/hi.po fcitx-table-other-0.2.2/po/hi.po --- fcitx-table-other-0.2.0+git20120621/po/hi.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/hi.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,118 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:21+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/fcitx/language/" +"hi/)\n" "Language: hi\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "इंस्क्रिप्ट" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "ध्वन्यात्मक" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/ja.po fcitx-table-other-0.2.2/po/ja.po --- fcitx-table-other-0.2.0+git20120621/po/ja.po 1970-01-01 00:00:00.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ja.po 2013-11-24 14:24:28.000000000 +0000 @@ -0,0 +1,112 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# しろう <>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2013-04-14 13:01+0000\n" +"Last-Translator: しろう <>\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/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" + +#: tables/am/amharic.conf.in:3 +msgid "Amharic" +msgstr "アムハラ語" + +#: tables/ar/arabic.conf.in:3 +msgid "Arabic" +msgstr "アラビア語" + +#: tables/other/cns11643.conf.in:3 +msgid "CNS11643" +msgstr "CNS11643" + +#: tables/other/compose.conf.in:3 +msgid "Compose" +msgstr "Compose" + +#: tables/other/emoji.conf.in:3 +msgid "Emoji" +msgstr "絵文字" + +#: tables/other/ipa-x-sampa.conf.in:3 +msgid "IPA-X-SAMPA" +msgstr "IPA-X-SAMPA" + +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 +msgid "Inscript" +msgstr "インド文字" + +#: tables/pa/punjabi-jhelum.conf.in:3 +msgid "Jhelum" +msgstr "Jhelum" + +#: tables/kn/kannada-kgp.conf.in:3 +msgid "KGP" +msgstr "KGP" + +#: tables/other/latex.conf.in:3 +msgid "LaTex" +msgstr "LaTex" + +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 +msgid "Phonetic" +msgstr "表音" + +#: tables/bn/bengali-probhat.conf.in:3 +msgid "Probhat (phonetic)" +msgstr "Probhat (表音)" + +#: tables/ta/tamil-remington.conf.in:3 +msgid "Remington" +msgstr "Remington" + +#: tables/ne/nepali-rom.conf.in:3 +msgid "Romanized" +msgstr "ローマ字" + +#: tables/ru/rustrad.conf.in:3 +msgid "Russian Traditional" +msgstr "伝統的ロシア語" + +#: tables/ml/malayalam-phonetic.conf.in:3 +msgid "Swanalekha" +msgstr "Swanalekha" + +#: tables/th/thai.conf.in:3 +msgid "Thai" +msgstr "タイ語" + +#: tables/ne/nepali-trad.conf.in:3 +msgid "Traditional" +msgstr "中国語繁体字" + +#: tables/ru/translit.conf.in:3 +msgid "Translit" +msgstr "Translit" + +#: tables/uk/translit-ua.conf.in:3 +msgid "Ua-Translit" +msgstr "Ua-Translit" + +#: tables/vi/viqr.conf.in:3 +msgid "Viqr" +msgstr "Viqr" + +#: tables/ru/yawerty.conf.in:3 +msgid "Yawerty" +msgstr "Yawerty" diff -Nru fcitx-table-other-0.2.0+git20120621/po/kn.po fcitx-table-other-0.2.2/po/kn.po --- fcitx-table-other-0.2.0+git20120621/po/kn.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/kn.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,118 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:22+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Kannada (http://www.transifex.com/projects/p/fcitx/language/" +"kn/)\n" "Language: kn\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "ಈಂಸ್ಕ್ರಿಪ್ಟ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "ಕೇ.ಜೀ.ಪಿ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/ml.po fcitx-table-other-0.2.2/po/ml.po --- fcitx-table-other-0.2.0+git20120621/po/ml.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ml.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:24+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/fcitx/language/" +"ml/)\n" "Language: ml\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" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "സ്വനലേഖ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "ഇസ്കിപ്ററ്" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" - diff -Nru fcitx-table-other-0.2.0+git20120621/po/ne.po fcitx-table-other-0.2.2/po/ne.po --- fcitx-table-other-0.2.0+git20120621/po/ne.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ne.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:24+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/fcitx/language/" +"ne/)\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"ne/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "रोमनाइज्ड" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "ट्रेडिस्नल" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/pa.po fcitx-table-other-0.2.2/po/pa.po --- fcitx-table-other-0.2.0+git20120621/po/pa.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/pa.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:25+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:29+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/fcitx/" +"language/pa/)\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"language/pa/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "ਇਨਸਕਰਿਪਟ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "ਜੇਹਲਮ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "ਧੁਨੀ" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/ru.po fcitx-table-other-0.2.2/po/ru.po --- fcitx-table-other-0.2.0+git20120621/po/ru.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ru.po 2013-11-24 14:24:28.000000000 +0000 @@ -6,114 +6,107 @@ msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/fcitx/language/" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/fcitx/language/" "ru/)\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/ta.po fcitx-table-other-0.2.2/po/ta.po --- fcitx-table-other-0.2.0+git20120621/po/ta.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/ta.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:26+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:29+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Tamil (http://www.transifex.com/projects/p/fcitx/language/" +"ta/)\n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"ta/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "இன்ஸ்கிரிப்ட்" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "ஷப்தலிபி" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "ரெமிங்டன்" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/te.po fcitx-table-other-0.2.2/po/te.po --- fcitx-table-other-0.2.0+git20120621/po/te.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/te.po 2013-11-24 14:24:28.000000000 +0000 @@ -1,119 +1,112 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2012. +# Xuetian Weng , 2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 21:26+0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:29+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Telugu (http://www.transifex.com/projects/p/fcitx/language/" +"te/)\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"te/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Lokalize 1.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "ఇంస్కరిప్ట" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/th.po fcitx-table-other-0.2.2/po/th.po --- fcitx-table-other-0.2.0+git20120621/po/th.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/th.po 2013-11-24 14:24:28.000000000 +0000 @@ -6,113 +6,106 @@ msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Thai (http://www.transifex.net/projects/p/fcitx/language/" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Thai (http://www.transifex.com/projects/p/fcitx/language/" "th/)\n" "Language: th\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" +"Plural-Forms: nplurals=1; plural=0;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/uk.po fcitx-table-other-0.2.2/po/uk.po --- fcitx-table-other-0.2.0+git20120621/po/uk.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/uk.po 2013-11-24 14:24:28.000000000 +0000 @@ -6,114 +6,107 @@ msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/fcitx/language/" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/fcitx/language/" "uk/)\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/vi.po fcitx-table-other-0.2.2/po/vi.po --- fcitx-table-other-0.2.0+git20120621/po/vi.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/vi.po 2013-11-24 14:24:28.000000000 +0000 @@ -6,113 +6,106 @@ msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Vietnamese (http://www.transifex.net/projects/p/fcitx/" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2012-05-24 13:28+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/fcitx/" "language/vi/)\n" "Language: vi\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" +"Plural-Forms: nplurals=1; plural=0;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "" diff -Nru fcitx-table-other-0.2.0+git20120621/po/zh_CN.po fcitx-table-other-0.2.2/po/zh_CN.po --- fcitx-table-other-0.2.0+git20120621/po/zh_CN.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/zh_CN.po 2013-11-24 14:24:28.000000000 +0000 @@ -3,116 +3,112 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Weng Xuetian , 2011, 2012. +# Christopher Meng , 2012 +# Xuetian Weng , 2012 +# Xuetian Weng , 2011-2012 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Chinese (China) \n" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-10-26 14:42-0400\n" +"PO-Revision-Date: 2013-04-29 10:04+0000\n" +"Last-Translator: Xuetian Weng \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/" +"language/zh_CN/)\n" "Language: zh_CN\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" +"Plural-Forms: nplurals=1; plural=0;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" -msgstr "" +msgstr "阿姆哈拉语" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" -msgstr "" +msgstr "阿拉伯语" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "交换码" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "Compose" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "颜文字" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "IPA-X-SAMPA" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" -msgstr "" +msgstr "Inscript (印度文字)" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" -msgstr "" +msgstr "Jhelum" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" -msgstr "" +msgstr "KGP" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "LaTex" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" -msgstr "" +msgstr "音标" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" -msgstr "" +msgstr "Probhat (音标)" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" -msgstr "" +msgstr "Remington" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" -msgstr "" +msgstr "罗马化" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "俄文传统" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" -msgstr "" +msgstr "Swanalekha" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "泰文" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" -msgstr "" +msgstr "繁体" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "Translit" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" msgstr "Ua-Translit" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" msgstr "Viqr" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" msgstr "Yawerty" diff -Nru fcitx-table-other-0.2.0+git20120621/po/zh_TW.po fcitx-table-other-0.2.2/po/zh_TW.po --- fcitx-table-other-0.2.0+git20120621/po/zh_TW.po 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/po/zh_TW.po 2013-11-24 14:24:28.000000000 +0000 @@ -3,117 +3,112 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Alisha , 2012. +# Alisha , 2012 +# Hiunn_Hue , 2012 +# Xuetian Weng , 2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 21:23+0800\n" -"PO-Revision-Date: 2012-05-24 13:15+0000\n" -"Last-Translator: csslayer \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.net/projects/p/fcitx/" +"Report-Msgid-Bugs-To: fcitx-dev@googlegroups.com\n" +"POT-Creation-Date: 2013-04-25 00:02-0400\n" +"PO-Revision-Date: 2013-01-19 13:08+0000\n" +"Last-Translator: Alisha \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/" "language/zh_TW/)\n" "Language: zh_TW\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" +"Plural-Forms: nplurals=1; plural=0;\n" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/amharic.conf.in.h:1 +#: tables/am/amharic.conf.in:3 msgid "Amharic" -msgstr "" +msgstr "阿姆哈拉文" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/arabic.conf.in.h:1 +#: tables/ar/arabic.conf.in:3 msgid "Arabic" -msgstr "" +msgstr "阿拉伯文" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/cns11643.conf.in.h:1 +#: tables/other/cns11643.conf.in:3 msgid "CNS11643" msgstr "中文標準交換碼" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/compose.conf.in.h:1 +#: tables/other/compose.conf.in:3 msgid "Compose" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/emoji.conf.in.h:1 +#: tables/other/emoji.conf.in:3 msgid "Emoji" msgstr "顏文字" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ipa-x-sampa.conf.in.h:1 +#: tables/other/ipa-x-sampa.conf.in:3 msgid "IPA-X-SAMPA" msgstr "IPA-X-SAMPA" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/telugu-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-inscript.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-inscript.conf.in.h:1 +#: tables/bn/bengali-inscript.conf.in:3 tables/gu/gujarati-inscript.conf.in:3 +#: tables/hi/hindi-inscript.conf.in:3 tables/kn/kannada-inscript.conf.in:3 +#: tables/ml/malayalam-inscript.conf.in:3 tables/pa/punjabi-inscript.conf.in:3 +#: tables/ta/tamil-inscript.conf.in:3 tables/te/telugu-inscript.conf.in:3 msgid "Inscript" -msgstr "" +msgstr "Inscript(印度文字)" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-jhelum.conf.in.h:1 +#: tables/pa/punjabi-jhelum.conf.in:3 msgid "Jhelum" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/kannada-kgp.conf.in.h:1 +#: tables/kn/kannada-kgp.conf.in:3 msgid "KGP" -msgstr "" +msgstr "KGP" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/latex.conf.in.h:1 +#: tables/other/latex.conf.in:3 msgid "LaTex" msgstr "LaTex" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/punjabi-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/gujarati-phonetic.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/hindi-phonetic.conf.in.h:1 +#: tables/gu/gujarati-phonetic.conf.in:3 tables/hi/hindi-phonetic.conf.in:3 +#: tables/pa/punjabi-phonetic.conf.in:3 tables/ta/tamil-phonetic.conf.in:3 msgid "Phonetic" -msgstr "" +msgstr "音標" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/bengali-probhat.conf.in.h:1 +#: tables/bn/bengali-probhat.conf.in:3 msgid "Probhat (phonetic)" -msgstr "" +msgstr "Probhat(音標)" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/tamil-remington.conf.in.h:1 +#: tables/ta/tamil-remington.conf.in:3 msgid "Remington" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-rom.conf.in.h:1 +#: tables/ne/nepali-rom.conf.in:3 msgid "Romanized" -msgstr "" +msgstr "羅馬化" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/rustrad.conf.in.h:1 +#: tables/ru/rustrad.conf.in:3 msgid "Russian Traditional" msgstr "傳統俄文" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/malayalam-phonetic.conf.in.h:1 +#: tables/ml/malayalam-phonetic.conf.in:3 msgid "Swanalekha" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/thai.conf.in.h:1 +#: tables/th/thai.conf.in:3 msgid "Thai" msgstr "泰文" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/nepali-trad.conf.in.h:1 +#: tables/ne/nepali-trad.conf.in:3 msgid "Traditional" -msgstr "" +msgstr "傳統" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/ukrainian-translit.conf.in.h:1 -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit.conf.in.h:1 +#: tables/ru/translit.conf.in:3 msgid "Translit" msgstr "" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/translit-ua.conf.in.h:1 +#: tables/uk/translit-ua.conf.in:3 msgid "Ua-Translit" -msgstr "" +msgstr "Ua-Translit" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/viqr.conf.in.h:1 +#: tables/vi/viqr.conf.in:3 msgid "Viqr" -msgstr "" +msgstr "Viqr" -#: /home/saber/Develop/fcitx-table-other/build/po/tmp/yawerty.conf.in.h:1 +#: tables/ru/yawerty.conf.in:3 msgid "Yawerty" -msgstr "" +msgstr "Yawerty" diff -Nru fcitx-table-other-0.2.0+git20120621/tables/CMakeLists.txt fcitx-table-other-0.2.2/tables/CMakeLists.txt --- fcitx-table-other-0.2.0+git20120621/tables/CMakeLists.txt 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/tables/CMakeLists.txt 2013-11-24 14:24:28.000000000 +0000 @@ -1,63 +1,64 @@ set(DEPRECATED_TABLE_NAMES -bn/bengali-inscript # can be deprecated by m17n and keyboard layout -bn/bengali-probhat # can be deprecated by m17n and keyboard layout -gu/gujarati-inscript # can be deprecated by m17n -gu/gujarati-phonetic # can be deprecated by m17n -hi/hindi-inscript # can be deprecated by m17n -hi/hindi-phonetic # can be deprecated by m17n -kn/kannada-inscript # can be deprecated by m17n -kn/kannada-kgp # can be deprecated by m17n -ml/malayalam-inscript # can be deprecated by m17n -ne/nepali-rom # can be deprecated by m17n -ne/nepali-trad # can be deprecated by m17n -pa/punjabi-inscript # can be deprecated by m17n -pa/punjabi-jhelum # can be deprecated by m17n -pa/punjabi-phonetic # can be deprecated by m17n -ta/tamil-inscript # can be deprecated by m17n -ta/tamil-phonetic # can be deprecated by m17n -te/telugu-inscript # can be deprecated by m17n -) + bn/bengali-inscript # can be deprecated by m17n and keyboard layout + bn/bengali-probhat # can be deprecated by m17n and keyboard layout + gu/gujarati-inscript # can be deprecated by m17n + gu/gujarati-phonetic # can be deprecated by m17n + hi/hindi-inscript # can be deprecated by m17n + hi/hindi-phonetic # can be deprecated by m17n + kn/kannada-inscript # can be deprecated by m17n + kn/kannada-kgp # can be deprecated by m17n + ml/malayalam-inscript # can be deprecated by m17n + ne/nepali-rom # can be deprecated by m17n + ne/nepali-trad # can be deprecated by m17n + pa/punjabi-inscript # can be deprecated by m17n + pa/punjabi-jhelum # can be deprecated by m17n + pa/punjabi-phonetic # can be deprecated by m17n + ta/tamil-inscript # can be deprecated by m17n + ta/tamil-phonetic # can be deprecated by m17n + te/telugu-inscript # can be deprecated by m17n + ) set(TABLE_NAMES -am/amharic -ar/arabic -ml/malayalam-phonetic -ta/tamil-remington -other/cns11643 -other/compose -other/emoji -other/ipa-x-sampa -other/latex -uk/translit-ua -ru/rustrad -ru/translit -ru/yawerty -th/thai -vi/viqr -) - -if (ENABLE_DEPRECATED) -set(TABLE_NAMES ${TABLE_NAMES} ${DEPRECATED_TABLE_NAMES}) -endif (ENABLE_DEPRECATED) + am/amharic + ar/arabic + ml/malayalam-phonetic + ta/tamil-remington + other/cns11643 + other/compose + other/emoji + other/ipa-x-sampa + other/latex + uk/translit-ua + ru/rustrad + ru/translit + ru/yawerty + th/thai + vi/viqr + ) + +foreach(table ${TABLE_NAMES} ${DEPRECATED_TABLE_NAMES}) + fcitx_translate_add_sources("${table}.conf.in") +endforeach() + +if(ENABLE_DEPRECATED) + set(TABLE_NAMES ${TABLE_NAMES} ${DEPRECATED_TABLE_NAMES}) +endif() set(MB_FILE) set(CONF_FILE) foreach(table ${TABLE_NAMES}) + fcitx_translate_add_apply_source("${table}.conf.in" + "${CMAKE_CURRENT_BINARY_DIR}/${table}.conf") + add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb" + DEPENDS "${table}.txt" "${TXT2MB}" + COMMAND "${TXT2MB}" ARGS "${CMAKE_CURRENT_SOURCE_DIR}/${table}.txt" + "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb") + set(MB_FILE ${MB_FILE} "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb") + set(CONF_FILE ${CONF_FILE} "${CMAKE_CURRENT_BINARY_DIR}/${table}.conf") +endforeach() - string(REGEX REPLACE "^([a-z]+)/.+" "\\1" TABLE_DIR "${table}") - string(REGEX REPLACE "^[a-z]+/(.+)" "\\1" TABLE_NAME "${table}") - intltool_merge_translation(${CMAKE_CURRENT_SOURCE_DIR}/${table}.conf.in ${CMAKE_CURRENT_BINARY_DIR}/${TABLE_NAME}.conf ) - - add_custom_command(OUTPUT ${TABLE_NAME}.mb - DEPENDS ${table}.txt - COMMAND ${TXT2MB} ARGS ${CMAKE_CURRENT_SOURCE_DIR}/${table}.txt ${CMAKE_CURRENT_BINARY_DIR}/${TABLE_NAME}.mb) - - set(MB_FILE ${MB_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${TABLE_NAME}.mb) - set(CONF_FILE ${CONF_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${TABLE_NAME}.conf) -endforeach(table ${TABLE_NAMES}) +add_custom_target(table_data ALL DEPENDS ${MB_FILE}) -add_custom_target(table_data ALL DEPENDS ${MB_FILE} ${CONF_FILE}) - -install(FILES ${CONF_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table) -install(FILES ${MB_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table) \ No newline at end of file +install(FILES ${CONF_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table") +install(FILES ${MB_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table") diff -Nru fcitx-table-other-0.2.0+git20120621/tables/other/compose.conf.in fcitx-table-other-0.2.2/tables/other/compose.conf.in --- fcitx-table-other-0.2.0+git20120621/tables/other/compose.conf.in 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/tables/other/compose.conf.in 2013-11-24 14:24:28.000000000 +0000 @@ -7,7 +7,7 @@ Priority=100 UsePY=False AutoSend=-1 -NoneMatchAutoSend=0 +NoneMatchAutoSend=1 UseMatchingKey=False MatchingKey=z AutoPhrase=False diff -Nru fcitx-table-other-0.2.0+git20120621/tables/other/ipa-x-sampa.conf.in fcitx-table-other-0.2.2/tables/other/ipa-x-sampa.conf.in --- fcitx-table-other-0.2.0+git20120621/tables/other/ipa-x-sampa.conf.in 2012-06-22 08:14:35.000000000 +0000 +++ fcitx-table-other-0.2.2/tables/other/ipa-x-sampa.conf.in 2013-11-24 14:24:28.000000000 +0000 @@ -7,7 +7,7 @@ Priority=100 UsePY=False AutoSend=1 -NoneMatchAutoSend=0 +NoneMatchAutoSend=1 UseMatchingKey=False MatchingKey=z AutoPhrase=False