Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2015-05-11 19:34:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ki18n (Old)
 and      /work/SRC/openSUSE:Factory/.ki18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ki18n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes      2015-04-13 
20:23:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2015-05-11 
19:47:46.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:44:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+-------------------------------------------------------------------

Old:
----
  ki18n-5.9.0.tar.xz

New:
----
  ki18n-5.10.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ki18n.spec ++++++
--- /var/tmp/diff_new_pack.ogsrwT/_old  2015-05-11 19:47:46.000000000 +0200
+++ /var/tmp/diff_new_pack.ogsrwT/_new  2015-05-11 19:47:46.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5I18n5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:           ki18n
-Version:        5.9.0
+Version:        5.10.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ ki18n-5.9.0.tar.xz -> ki18n-5.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/CMakeLists.txt 
new/ki18n-5.10.0/CMakeLists.txt
--- old/ki18n-5.9.0/CMakeLists.txt      2015-04-04 14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/CMakeLists.txt     2015-05-03 17:13:22.000000000 +0200
@@ -3,7 +3,7 @@
 project(KI18n)
 
 # ECM setup
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_VERSION "5.10.0") # handled by release scripts
 
 ecm_setup_version(
   ${KF5_VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/cmake/KF5I18NMacros.cmake 
new/ki18n-5.10.0/cmake/KF5I18NMacros.cmake
--- old/ki18n-5.9.0/cmake/KF5I18NMacros.cmake   2015-04-04 14:05:57.000000000 
+0200
+++ new/ki18n-5.10.0/cmake/KF5I18NMacros.cmake  2015-05-03 17:13:22.000000000 
+0200
@@ -1,8 +1,29 @@
 
 # Copyright (c) 2006, Alexander Neundorf, <neund...@kde.org>
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. Neither the name of the University nor the names of its contributors
+#    may be used to endorse or promote products derived from this software
+#    without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
 
 find_package(Gettext REQUIRED)
 find_package(PythonInterp REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/cmake/kf5i18nuic.cmake 
new/ki18n-5.10.0/cmake/kf5i18nuic.cmake
--- old/ki18n-5.9.0/cmake/kf5i18nuic.cmake      2015-04-04 14:05:57.000000000 
+0200
+++ new/ki18n-5.10.0/cmake/kf5i18nuic.cmake     2015-05-03 17:13:22.000000000 
+0200
@@ -1,8 +1,29 @@
 
 # Copyright (c) 2006, Alexander Neundorf, <neund...@kde.org>
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. Neither the name of the University nor the names of its contributors
+#    may be used to endorse or promote products derived from this software
+#    without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
 
 EXECUTE_PROCESS(COMMAND ${KDE_UIC_EXECUTABLE}
   -tr tr2i18n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/docs/programmers-guide.md 
new/ki18n-5.10.0/docs/programmers-guide.md
--- old/ki18n-5.9.0/docs/programmers-guide.md   2015-04-04 14:05:57.000000000 
+0200
+++ new/ki18n-5.10.0/docs/programmers-guide.md  2015-05-03 17:13:22.000000000 
+0200
@@ -1013,16 +1013,6 @@
 (e.g. there is no need to have `QApplication` constructed beforehand),
 but of course before any `i18n` call takes place.
 
-`KLocalizedString::setApplicationDomain` has one more effect.
-In any linked libraries which also use Ki18n, `i18n` calls will
-not return translations into given language if the application catalog
-for that language does not exist.
-This prevents a mix of translated and untranslated messages appearing
-in the user interface, when the application itself is not translated.
-For this reason, if the more verbose library call-domain connection
-described in the next section is used for application code as well,
-`setApplicationDomain` call should be made nevertheless.
-
 This is all there is to connecting calls and catalogs application's
 C++ source files. However, there may also be some non-code files
 that need connecting, and how to do this is some typical non-code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/po/ast/ki18n5.po 
new/ki18n-5.10.0/po/ast/ki18n5.po
--- old/ki18n-5.9.0/po/ast/ki18n5.po    2015-04-04 14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/po/ast/ki18n5.po   2015-05-03 17:13:22.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-26 07:50+0000\n"
-"PO-Revision-Date: 2015-02-27 21:59+0100\n"
+"PO-Revision-Date: 2015-04-16 17:14+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian <kde-i18n-...@kde.org>\n"
 "Language: ast\n"
@@ -21,6 +21,7 @@
 #. i18n: Decide which string is used to delimit keys in a keyboard
 #. shortcut (e.g. + in Ctrl+Alt+Tab) in plain text.
 #: kuitmarkup.cpp:299
+#, fuzzy
 msgctxt "shortcut-key-delimiter/plain"
 msgid "+"
 msgstr "+"
@@ -28,6 +29,7 @@
 #. i18n: Decide which string is used to delimit keys in a keyboard
 #. shortcut (e.g. + in Ctrl+Alt+Tab) in rich text.
 #: kuitmarkup.cpp:303
+#, fuzzy
 msgctxt "shortcut-key-delimiter/rich"
 msgid "+"
 msgstr "+"
@@ -35,6 +37,7 @@
 #. i18n: Decide which string is used to delimit elements in a GUI path
 #. (e.g. -> in "Go to Settings->Advanced->Core tab.") in plain text.
 #: kuitmarkup.cpp:307
+#, fuzzy
 msgctxt "gui-path-delimiter/plain"
 msgid "→"
 msgstr "→"
@@ -42,146 +45,175 @@
 #. i18n: Decide which string is used to delimit elements in a GUI path
 #. (e.g. -> in "Go to Settings->Advanced->Core tab.") in rich text.
 #: kuitmarkup.cpp:311
+#, fuzzy
 msgctxt "gui-path-delimiter/rich"
 msgid "→"
 msgstr "→"
 
 #: kuitmarkup.cpp:324
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Alt"
 msgstr "Alt"
 
 #: kuitmarkup.cpp:325
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "AltGr"
 msgstr "AltGr"
 
 #: kuitmarkup.cpp:326
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Backspace"
 msgstr "Retroceder"
 
 #: kuitmarkup.cpp:327
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "CapsLock"
 msgstr "Bloq Mayús"
 
 #: kuitmarkup.cpp:328
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Control"
 msgstr "Control"
 
 #: kuitmarkup.cpp:329
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Ctrl"
 msgstr "Ctrl"
 
 #: kuitmarkup.cpp:330
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Del"
 msgstr "Supr"
 
 #: kuitmarkup.cpp:331
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Delete"
 msgstr "Desaniciar"
 
 #: kuitmarkup.cpp:332
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Down"
 msgstr "AvPáx"
 
 #: kuitmarkup.cpp:333
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "End"
 msgstr "Fin"
 
 #: kuitmarkup.cpp:334
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Enter"
 msgstr "Intro"
 
 #: kuitmarkup.cpp:335
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Esc"
 msgstr "Esc"
 
 #: kuitmarkup.cpp:336
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Escape"
 msgstr "Escape"
 
 #: kuitmarkup.cpp:337
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Home"
 msgstr "Aniciu"
 
 #: kuitmarkup.cpp:338
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Hyper"
 msgstr "Hyper"
 
 #: kuitmarkup.cpp:339
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Ins"
 msgstr "Inx"
 
 #: kuitmarkup.cpp:340
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Insert"
 msgstr "Inxertar"
 
 #: kuitmarkup.cpp:341
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Left"
 msgstr "Esquierda"
 
 #: kuitmarkup.cpp:342
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Menu"
 msgstr "Menú"
 
 #: kuitmarkup.cpp:343
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Meta"
 msgstr "Meta"
 
 #: kuitmarkup.cpp:344
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "NumLock"
 msgstr "Bloq Numb"
 
 #: kuitmarkup.cpp:345
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PageDown"
 msgstr "PáxAb"
 
 #: kuitmarkup.cpp:346
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PageUp"
 msgstr "PáxAr"
 
 #: kuitmarkup.cpp:347
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PgDown"
 msgstr "AvPáx"
 
 #: kuitmarkup.cpp:348
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PgUp"
 msgstr "RePáx"
 
 #: kuitmarkup.cpp:349
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PauseBreak"
 msgstr "PausaInter"
 
 #: kuitmarkup.cpp:350
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PrintScreen"
 msgstr "Impentar pantalla"
 
 #: kuitmarkup.cpp:351
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "PrtScr"
 msgstr "ImprPant"
@@ -192,106 +224,127 @@
 msgstr ""
 
 #: kuitmarkup.cpp:353
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Right"
 msgstr "Drecha"
 
 #: kuitmarkup.cpp:354
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "ScrollLock"
 msgstr "Bloq Despl"
 
 #: kuitmarkup.cpp:355
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Shift"
 msgstr "Mayúscules"
 
 #: kuitmarkup.cpp:356
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Space"
 msgstr "Espaciu"
 
 #: kuitmarkup.cpp:357
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Super"
 msgstr "Super"
 
 #: kuitmarkup.cpp:358
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "SysReq"
 msgstr "PetSis"
 
 #: kuitmarkup.cpp:359
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Tab"
 msgstr "Tabulador"
 
 #: kuitmarkup.cpp:360
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Up"
 msgstr "Arriba"
 
 #: kuitmarkup.cpp:361
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "Win"
 msgstr "Win"
 
 #: kuitmarkup.cpp:362
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F1"
 msgstr "F1"
 
 #: kuitmarkup.cpp:363
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F2"
 msgstr "F2"
 
 #: kuitmarkup.cpp:364
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F3"
 msgstr "F3"
 
 #: kuitmarkup.cpp:365
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F4"
 msgstr "F4"
 
 #: kuitmarkup.cpp:366
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F5"
 msgstr "F5"
 
 #: kuitmarkup.cpp:367
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F6"
 msgstr "F6"
 
 #: kuitmarkup.cpp:368
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F7"
 msgstr "F7"
 
 #: kuitmarkup.cpp:369
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F8"
 msgstr "F8"
 
 #: kuitmarkup.cpp:370
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F9"
 msgstr "F9"
 
 #: kuitmarkup.cpp:371
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F10"
 msgstr "F10"
 
 #: kuitmarkup.cpp:372
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F11"
 msgstr "F11"
 
 #: kuitmarkup.cpp:373
+#, fuzzy
 msgctxt "keyboard-key-name"
 msgid "F12"
 msgstr "F12"
@@ -637,12 +690,14 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:935
-#, kde-format
+#, fuzzy, kde-format
 msgctxt "tag-format-pattern <bcode> plain"
 msgid ""
 "\n"
 "%1\n"
 msgstr ""
+"\n"
+"%1\n"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:940
@@ -834,7 +889,7 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1058
-#, kde-format
+#, fuzzy, kde-format
 msgctxt "tag-format-pattern <nl> rich"
 msgid "%1<br/>"
 msgstr "%1<br/>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/po/fi/ki18n5.po 
new/ki18n-5.10.0/po/fi/ki18n5.po
--- old/ki18n-5.9.0/po/fi/ki18n5.po     2015-04-04 14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/po/fi/ki18n5.po    2015-05-03 17:13:22.000000000 +0200
@@ -27,15 +27,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-26 07:50+0000\n"
-"PO-Revision-Date: 2014-07-26 16:30+0300\n"
+"PO-Revision-Date: 2015-04-06 05:58+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
-"Language-Team: Finnish <kde-i18n-...@kde.org>\n"
+"Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
 "Language: fi\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.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+0000\n"
 
 #. i18n: Decide which string is used to delimit keys in a keyboard
@@ -109,7 +109,7 @@
 #: kuitmarkup.cpp:332
 msgctxt "keyboard-key-name"
 msgid "Down"
-msgstr "Alas"
+msgstr "Alanuoli"
 
 #: kuitmarkup.cpp:333
 msgctxt "keyboard-key-name"
@@ -124,7 +124,7 @@
 #: kuitmarkup.cpp:335
 msgctxt "keyboard-key-name"
 msgid "Esc"
-msgstr "Escape"
+msgstr "Esc"
 
 #: kuitmarkup.cpp:336
 msgctxt "keyboard-key-name"
@@ -154,7 +154,7 @@
 #: kuitmarkup.cpp:341
 msgctxt "keyboard-key-name"
 msgid "Left"
-msgstr "Vasemmalle"
+msgstr "Vasen nuoli"
 
 #: kuitmarkup.cpp:342
 msgctxt "keyboard-key-name"
@@ -169,27 +169,27 @@
 #: kuitmarkup.cpp:344
 msgctxt "keyboard-key-name"
 msgid "NumLock"
-msgstr "NumLock"
+msgstr "Num Lock"
 
 #: kuitmarkup.cpp:345
 msgctxt "keyboard-key-name"
 msgid "PageDown"
-msgstr "PageDown"
+msgstr "Page Down"
 
 #: kuitmarkup.cpp:346
 msgctxt "keyboard-key-name"
 msgid "PageUp"
-msgstr "PageUp"
+msgstr "Page Up"
 
 #: kuitmarkup.cpp:347
 msgctxt "keyboard-key-name"
 msgid "PgDown"
-msgstr "PageDown"
+msgstr "Page Down"
 
 #: kuitmarkup.cpp:348
 msgctxt "keyboard-key-name"
 msgid "PgUp"
-msgstr "PageUp"
+msgstr "Page Up"
 
 #: kuitmarkup.cpp:349
 msgctxt "keyboard-key-name"
@@ -199,7 +199,7 @@
 #: kuitmarkup.cpp:350
 msgctxt "keyboard-key-name"
 msgid "PrintScreen"
-msgstr "PrintScreen"
+msgstr "Print Screen"
 
 #: kuitmarkup.cpp:351
 msgctxt "keyboard-key-name"
@@ -214,12 +214,12 @@
 #: kuitmarkup.cpp:353
 msgctxt "keyboard-key-name"
 msgid "Right"
-msgstr "Oikealle"
+msgstr "Oikea nuoli"
 
 #: kuitmarkup.cpp:354
 msgctxt "keyboard-key-name"
 msgid "ScrollLock"
-msgstr "ScrollLock"
+msgstr "Scroll Lock"
 
 #: kuitmarkup.cpp:355
 msgctxt "keyboard-key-name"
@@ -249,12 +249,12 @@
 #: kuitmarkup.cpp:360
 msgctxt "keyboard-key-name"
 msgid "Up"
-msgstr "Ylös"
+msgstr "Ylänuoli"
 
 #: kuitmarkup.cpp:361
 msgctxt "keyboard-key-name"
 msgid "Win"
-msgstr "Windows"
+msgstr "Win"
 
 #: kuitmarkup.cpp:362
 msgctxt "keyboard-key-name"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/po/ja/ki18n5.po 
new/ki18n-5.10.0/po/ja/ki18n5.po
--- old/ki18n-5.9.0/po/ja/ki18n5.po     2015-04-04 14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/po/ja/ki18n5.po    2015-05-03 17:13:22.000000000 +0200
@@ -7,15 +7,15 @@
 # AWASHIRO Ikuya <ik...@oooug.jp>, 2004.
 # Shinichi Tsunoda <ts...@ngy.1st.ne.jp>, 2005.
 # Yukiko Bando <yba...@k6.dion.ne.jp>, 2006, 2007, 2008, 2009, 2010.
-# Fumiaki Okushi <oku...@kde.gr.jp>, 2006, 2007, 2008, 2010, 2011.
+# Fumiaki Okushi <fumiaki.oku...@gmail.com>, 2006, 2007, 2008, 2010, 2011, 
2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-26 07:50+0000\n"
-"PO-Revision-Date: 2011-08-27 14:05-0700\n"
-"Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
+"PO-Revision-Date: 2015-04-19 16:01-0700\n"
+"Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
@@ -245,92 +245,64 @@
 msgstr "Windows ロゴキー"
 
 #: kuitmarkup.cpp:362
-#, fuzzy
-#| msgctxt "keyboard-key-name"
-#| msgid "F%1"
 msgctxt "keyboard-key-name"
 msgid "F1"
-msgstr "F%1"
+msgstr "F1"
 
 #: kuitmarkup.cpp:363
-#, fuzzy
-#| msgid "2"
 msgctxt "keyboard-key-name"
 msgid "F2"
-msgstr "2"
+msgstr "F2"
 
 #: kuitmarkup.cpp:364
-#, fuzzy
-#| msgid "3"
 msgctxt "keyboard-key-name"
 msgid "F3"
-msgstr "3"
+msgstr "F3"
 
 #: kuitmarkup.cpp:365
-#, fuzzy
-#| msgid "4"
 msgctxt "keyboard-key-name"
 msgid "F4"
-msgstr "4"
+msgstr "F4"
 
 #: kuitmarkup.cpp:366
-#, fuzzy
-#| msgid "5"
 msgctxt "keyboard-key-name"
 msgid "F5"
-msgstr "5"
+msgstr "F5"
 
 #: kuitmarkup.cpp:367
-#, fuzzy
-#| msgid "6"
 msgctxt "keyboard-key-name"
 msgid "F6"
-msgstr "6"
+msgstr "F6"
 
 #: kuitmarkup.cpp:368
-#, fuzzy
-#| msgid "7"
 msgctxt "keyboard-key-name"
 msgid "F7"
-msgstr "7"
+msgstr "F7"
 
 #: kuitmarkup.cpp:369
-#, fuzzy
-#| msgid "8"
 msgctxt "keyboard-key-name"
 msgid "F8"
-msgstr "8"
+msgstr "F8"
 
 #: kuitmarkup.cpp:370
-#, fuzzy
-#| msgid "9"
 msgctxt "keyboard-key-name"
 msgid "F9"
-msgstr "9"
+msgstr "F9"
 
 #: kuitmarkup.cpp:371
-#, fuzzy
-#| msgctxt "keyboard-key-name"
-#| msgid "F%1"
 msgctxt "keyboard-key-name"
 msgid "F10"
-msgstr "F%1"
+msgstr "F10"
 
 #: kuitmarkup.cpp:372
-#, fuzzy
-#| msgctxt "keyboard-key-name"
-#| msgid "F%1"
 msgctxt "keyboard-key-name"
 msgid "F11"
-msgstr "F%1"
+msgstr "F11"
 
 #: kuitmarkup.cpp:373
-#, fuzzy
-#| msgctxt "keyboard-key-name"
-#| msgid "F%1"
 msgctxt "keyboard-key-name"
 msgid "F12"
-msgstr "F%1"
+msgstr "F12"
 
 #. i18n: The messages with context "tag-format-pattern <tag ...> format"
 #. are KUIT patterns for formatting the text found inside KUIT tags.
@@ -341,201 +313,155 @@
 #. - the proper quotes, those used in msgid are English-standard
 #. - the <i> and <b> tags, does your language script work well with them?
 #: kuitmarkup.cpp:727
-#, fuzzy, kde-format
-#| msgctxt "@title/plain"
-#| msgid "== %1 =="
+#, kde-format
 msgctxt "tag-format-pattern <title> plain"
 msgid "== %1 =="
 msgstr "== %1 =="
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:732
-#, fuzzy, kde-format
-#| msgctxt "@title/rich"
-#| msgid "<h2>%1</h2>"
+#, kde-format
 msgctxt "tag-format-pattern <title> rich"
 msgid "<h2>%1</h2>"
 msgstr "<h2>%1</h2>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:740
-#, fuzzy, kde-format
-#| msgctxt "@subtitle/plain"
-#| msgid "~ %1 ~"
+#, kde-format
 msgctxt "tag-format-pattern <subtitle> plain"
 msgid "~ %1 ~"
 msgstr "~ %1 ~"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:745
-#, fuzzy, kde-format
-#| msgctxt "@subtitle/rich"
-#| msgid "<h3>%1</h3>"
+#, kde-format
 msgctxt "tag-format-pattern <subtitle> rich"
 msgid "<h3>%1</h3>"
 msgstr "<h3>%1</h3>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:753
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <para> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:758
-#, fuzzy, kde-format
-#| msgctxt "@shortcut/rich"
-#| msgid "<b>%1</b>"
+#, kde-format
 msgctxt "tag-format-pattern <para> rich"
 msgid "<p>%1</p>"
-msgstr "%1"
+msgstr "<p>%1</p>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:766
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <list> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:771
-#, fuzzy, kde-format
-#| msgctxt "@item/rich"
-#| msgid "<li>%1</li>"
+#, kde-format
 msgctxt "tag-format-pattern <list> rich"
 msgid "<ul>%1</ul>"
-msgstr "<li>%1</li>"
+msgstr "<ul>%1</ul>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:779
-#, fuzzy, kde-format
-#| msgctxt "@item/plain"
-#| msgid "  * %1"
+#, kde-format
 msgctxt "tag-format-pattern <item> plain"
 msgid "  * %1"
 msgstr "  * %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:784
-#, fuzzy, kde-format
-#| msgctxt "@item/rich"
-#| msgid "<li>%1</li>"
+#, kde-format
 msgctxt "tag-format-pattern <item> rich"
 msgid "<li>%1</li>"
 msgstr "<li>%1</li>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:791
-#, fuzzy, kde-format
-#| msgctxt "@note/plain"
-#| msgid "Note: %1"
+#, kde-format
 msgctxt "tag-format-pattern <note> plain"
 msgid "Note: %1"
 msgstr "【注意】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:796
-#, fuzzy, kde-format
-#| msgctxt "@note/rich"
-#| msgid "<i>Note</i>: %1"
+#, kde-format
 msgctxt "tag-format-pattern <note> rich"
 msgid "<i>Note</i>: %1"
 msgstr "【注意】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:802
-#, fuzzy, kde-format
-#| msgid "Re: %1"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <note label=> plain\n"
 "%1 is the text, %2 is the note label"
 msgid "%2: %1"
-msgstr "%1 について"
+msgstr "%2: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:808
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@note-with-label/rich\n"
-#| "%1 is the note label, %2 is the text"
-#| msgid "<i>%1</i>: %2"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <note label=> rich\n"
 "%1 is the text, %2 is the note label"
 msgid "<i>%2</i>: %1"
-msgstr "【%1】 %2"
+msgstr "【%2】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:815
-#, fuzzy, kde-format
-#| msgctxt "@warning/plain"
-#| msgid "WARNING: %1"
+#, kde-format
 msgctxt "tag-format-pattern <warning> plain"
 msgid "WARNING: %1"
 msgstr "【警告】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:820
-#, fuzzy, kde-format
-#| msgctxt "@warning/rich"
-#| msgid "<b>Warning</b>: %1"
+#, kde-format
 msgctxt "tag-format-pattern <warning> rich"
 msgid "<b>Warning</b>: %1"
 msgstr "【警告】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:826
-#, fuzzy, kde-format
-#| msgid "Re: %1"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <warning label=> plain\n"
 "%1 is the text, %2 is the warning label"
 msgid "%2: %1"
-msgstr "%1 について"
+msgstr "%2: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:832
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@warning-with-label/rich\n"
-#| "%1 is the warning label, %2 is the text"
-#| msgid "<b>%1</b>: %2"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <warning label=> rich\n"
 "%1 is the text, %2 is the warning label"
 msgid "<b>%2</b>: %1"
-msgstr "【%1】 %2"
+msgstr "【%2】 %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:839
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <link> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:844
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@link-with-description/rich\n"
-#| "%1 is the URL, %2 is the descriptive text"
-#| msgid "<a href=\"%1\">%2</a>"
+#, kde-format
 msgctxt "tag-format-pattern <link> rich"
 msgid "<a href=\"%1\">%1</a>"
-msgstr "<a href=\"%1\">%2</a>"
+msgstr "<a href=\"%1\">%1</a>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:850
-#, fuzzy, kde-format
-#| msgctxt "name of digit set with digit string, e.g. 'Arabic (0123456789)'"
-#| msgid "%1 (%2)"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <link url=> plain\n"
 "%1 is the descriptive text, %2 is the URL"
@@ -544,78 +470,58 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:856
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@link-with-description/rich\n"
-#| "%1 is the URL, %2 is the descriptive text"
-#| msgid "<a href=\"%1\">%2</a>"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <link url=> rich\n"
 "%1 is the descriptive text, %2 is the URL"
 msgid "<a href=\"%2\">%1</a>"
-msgstr "<a href=\"%1\">%2</a>"
+msgstr "<a href=\"%2\">%1</a>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:863
-#, fuzzy, kde-format
-#| msgctxt "@filename/plain"
-#| msgid "‘%1’"
+#, kde-format
 msgctxt "tag-format-pattern <filename> plain"
 msgid "‘%1’"
 msgstr "‘%1’"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:868
-#, fuzzy, kde-format
-#| msgctxt "@filename/rich"
-#| msgid "<tt>%1</tt>"
+#, kde-format
 msgctxt "tag-format-pattern <filename> rich"
 msgid "<tt>%1</tt>"
 msgstr "‘%1’"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:875
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <application> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:880
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <application> rich"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:887
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <command> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:892
-#, fuzzy, kde-format
-#| msgctxt "@filename/rich"
-#| msgid "<tt>%1</tt>"
+#, kde-format
 msgctxt "tag-format-pattern <command> rich"
 msgid "<tt>%1</tt>"
 msgstr "‘%1’"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:898
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@command-with-section/plain\n"
-#| "%1 is the command name, %2 is its man section"
-#| msgid "%1(%2)"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <command section=> plain\n"
 "%1 is the command name, %2 is its man section"
@@ -624,11 +530,7 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:904
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@command-with-section/rich\n"
-#| "%1 is the command name, %2 is its man section"
-#| msgid "<tt>%1(%2)</tt>"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <command section=> rich\n"
 "%1 is the command name, %2 is its man section"
@@ -637,36 +539,28 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:911
-#, fuzzy, kde-format
-#| msgctxt "@resource/plain"
-#| msgid "“%1”"
+#, kde-format
 msgctxt "tag-format-pattern <resource> plain"
 msgid "“%1”"
 msgstr "“%1”"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:916
-#, fuzzy, kde-format
-#| msgctxt "@resource/plain"
-#| msgid "“%1”"
+#, kde-format
 msgctxt "tag-format-pattern <resource> rich"
 msgid "“%1”"
 msgstr "“%1”"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:923
-#, fuzzy, kde-format
-#| msgctxt "@resource/plain"
-#| msgid "“%1”"
+#, kde-format
 msgctxt "tag-format-pattern <icode> plain"
 msgid "“%1”"
 msgstr "“%1”"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:928
-#, fuzzy, kde-format
-#| msgctxt "@filename/rich"
-#| msgid "<tt>%1</tt>"
+#, kde-format
 msgctxt "tag-format-pattern <icode> rich"
 msgid "<tt>%1</tt>"
 msgstr "‘%1’"
@@ -682,128 +576,98 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:940
-#, fuzzy, kde-format
-#| msgctxt "@shortcut/rich"
-#| msgid "<b>%1</b>"
+#, kde-format
 msgctxt "tag-format-pattern <bcode> rich"
 msgid "<pre>%1</pre>"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:947
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <shortcut> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:952
-#, fuzzy, kde-format
-#| msgctxt "@shortcut/rich"
-#| msgid "<b>%1</b>"
+#, kde-format
 msgctxt "tag-format-pattern <shortcut> rich"
 msgid "<b>%1</b>"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:959
-#, fuzzy, kde-format
-#| msgctxt "@interface/plain"
-#| msgid "|%1|"
+#, kde-format
 msgctxt "tag-format-pattern <interface> plain"
 msgid "|%1|"
 msgstr "「%1」"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:964
-#, fuzzy, kde-format
-#| msgctxt "@interface/rich"
-#| msgid "<i>%1</i>"
+#, kde-format
 msgctxt "tag-format-pattern <interface> rich"
 msgid "<i>%1</i>"
 msgstr "「%1」"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:971
-#, fuzzy, kde-format
-#| msgctxt "@emphasis/plain"
-#| msgid "*%1*"
+#, kde-format
 msgctxt "tag-format-pattern <emphasis> plain"
 msgid "*%1*"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:976
-#, fuzzy, kde-format
-#| msgctxt "@interface/rich"
-#| msgid "<i>%1</i>"
+#, kde-format
 msgctxt "tag-format-pattern <emphasis> rich"
 msgid "<i>%1</i>"
 msgstr "「%1」"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:981
-#, fuzzy, kde-format
-#| msgctxt "@emphasis-strong/plain"
-#| msgid "**%1**"
+#, kde-format
 msgctxt "tag-format-pattern <emphasis-strong> plain"
 msgid "**%1**"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:986
-#, fuzzy, kde-format
-#| msgctxt "@shortcut/rich"
-#| msgid "<b>%1</b>"
+#, kde-format
 msgctxt "tag-format-pattern <emphasis-strong> rich"
 msgid "<b>%1</b>"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:993
-#, fuzzy, kde-format
-#| msgctxt "@placeholder/plain"
-#| msgid "&lt;%1&gt;"
+#, kde-format
 msgctxt "tag-format-pattern <placeholder> plain"
 msgid "&lt;%1&gt;"
 msgstr "&lt;%1&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:998
-#, fuzzy, kde-format
-#| msgctxt "@placeholder/rich"
-#| msgid "&lt;<i>%1</i>&gt;"
+#, kde-format
 msgctxt "tag-format-pattern <placeholder> rich"
 msgid "&lt;<i>%1</i>&gt;"
 msgstr "&lt;%1&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1005
-#, fuzzy, kde-format
-#| msgctxt "@placeholder/plain"
-#| msgid "&lt;%1&gt;"
+#, kde-format
 msgctxt "tag-format-pattern <email> plain"
 msgid "&lt;%1&gt;"
 msgstr "&lt;%1&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1010
-#, fuzzy, kde-format
-#| msgctxt "@email/rich"
-#| msgid "&lt;<a href=\"mailto:%1\";>%1</a>&gt;"
+#, kde-format
 msgctxt "tag-format-pattern <email> rich"
 msgid "&lt;<a href=\"mailto:%1\";>%1</a>&gt;"
 msgstr "&lt;<a href=\"mailto:%1\";>%1</a>&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1016
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@email-with-name/plain\n"
-#| "%1 is name, %2 is address"
-#| msgid "%1 &lt;%2&gt;"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <email address=> plain\n"
 "%1 is name, %2 is address"
@@ -812,11 +676,7 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1022
-#, fuzzy, kde-format
-#| msgctxt ""
-#| "@email-with-name/rich\n"
-#| "%1 is name, %2 is address"
-#| msgid "<a href=\"mailto:%2\";>%1</a>"
+#, kde-format
 msgctxt ""
 "tag-format-pattern <email address=> rich\n"
 "%1 is name, %2 is address"
@@ -825,48 +685,38 @@
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1029
-#, fuzzy, kde-format
-#| msgctxt "@envar/plain"
-#| msgid "$%1"
+#, kde-format
 msgctxt "tag-format-pattern <envar> plain"
 msgid "$%1"
 msgstr "$%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1034
-#, fuzzy, kde-format
-#| msgctxt "@envar/rich"
-#| msgid "<tt>$%1</tt>"
+#, kde-format
 msgctxt "tag-format-pattern <envar> rich"
 msgid "<tt>$%1</tt>"
 msgstr "<tt>$%1</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1041
-#, fuzzy, kde-format
-#| msgctxt "@message/plain"
-#| msgid "/%1/"
+#, kde-format
 msgctxt "tag-format-pattern <message> plain"
 msgid "/%1/"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1046
-#, fuzzy, kde-format
-#| msgctxt "@interface/rich"
-#| msgid "<i>%1</i>"
+#, kde-format
 msgctxt "tag-format-pattern <message> rich"
 msgid "<i>%1</i>"
 msgstr "「%1」"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1053
-#, fuzzy, kde-format
-#| msgctxt "@application/plain"
-#| msgid "%1"
+#, kde-format
 msgctxt "tag-format-pattern <nl> plain"
 msgid "%1\n"
-msgstr "%1"
+msgstr "%1\n"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
 #: kuitmarkup.cpp:1058
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/po/ko/ki18n5.po 
new/ki18n-5.10.0/po/ko/ki18n5.po
--- old/ki18n-5.9.0/po/ko/ki18n5.po     2015-04-04 14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/po/ko/ki18n5.po    2015-05-03 17:13:22.000000000 +0200
@@ -1,8 +1,8 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <cho.sung...@gmail.com>, 2007.
-# Park Shinjo <pere...@gmail.com>, 2007, 2008, 2009, 2010, 2011.
-# Park Shinjo <pere...@gmail.com>, 2011, 2012, 2013, 2014, 2015.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011.
+# Shinjo Park <k...@peremen.name>, 2011, 2012, 2013, 2014, 2015.
 #
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-26 07:50+0000\n"
 "PO-Revision-Date: 2015-01-18 17:07+0900\n"
-"Last-Translator: Park Shinjo <k...@peremen.name>\n"
+"Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.9.0/po/ru/scripts/ki18n5/ki18n5.js 
new/ki18n-5.10.0/po/ru/scripts/ki18n5/ki18n5.js
--- old/ki18n-5.9.0/po/ru/scripts/ki18n5/ki18n5.js      2015-04-04 
14:05:57.000000000 +0200
+++ new/ki18n-5.10.0/po/ru/scripts/ki18n5/ki18n5.js     2015-05-03 
17:13:22.000000000 +0200
@@ -56,6 +56,16 @@
 }
 
 //--------------------------------------------------------------------
+
+function toLowerCase(str) {
+    return str.toLowerCase();
+}
+
+function toUpperCase(str) {
+    return str.toUpperCase();
+}
+
+//--------------------------------------------------------------------
 Ts.setcall("wo-prefix", without_prefix);
 
 Ts.setcall("store", setStash);
@@ -63,3 +73,6 @@
 
 Ts.setcall("replace-pairs", replaceMultiplePairs);
 Ts.setcall("replace-pairs-exact", replaceMultiplePairsExact);
+
+Ts.setcall("lowercase", toLowerCase);
+Ts.setcall("uppercase", toUpperCase);


Reply via email to