[libreoffice/f16] Resolves: rhbz#815216 Unlocalized strings in print dialog of Calc

David Tardon dtardon at fedoraproject.org
Mon Apr 23 08:47:45 UTC 2012


commit fc8786d00849148e8d9e0efc46e6fa0e53bbed48
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Apr 23 10:47:30 2012 +0200

    Resolves: rhbz#815216 Unlocalized strings in print dialog of Calc

 ...-815216-add-missing-japanese-translations.patch |   34 ++++++++++++++++++++
 libreoffice.spec                                   |    7 +++-
 2 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/0001-rhbz-815216-add-missing-japanese-translations.patch b/0001-rhbz-815216-add-missing-japanese-translations.patch
new file mode 100644
index 0000000..c029220
--- /dev/null
+++ b/0001-rhbz-815216-add-missing-japanese-translations.patch
@@ -0,0 +1,34 @@
+From 6d023b654b21f9a6cdc04cec0653a2dbffdd74d0 Mon Sep 17 00:00:00 2001
+From: David Tardon <dtardon at redhat.com>
+Date: Mon, 23 Apr 2012 10:39:22 +0200
+Subject: [PATCH] rhbz#815216 add missing japanese translations
+
+---
+ translations/source/ja/sc/source/ui/src.po |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/translations/source/ja/sc/source/ui/src.po b/translations/source/ja/sc/source/ui/src.po
+index 2f18e20..653ffee 100644
+--- a/translations/source/ja/sc/source/ui/src.po
++++ b/translations/source/ja/sc/source/ui/src.po
+@@ -749,7 +749,7 @@ msgstr "選択したセル"
+ 
+ #: scstring.src#SCSTR_PRINT_OPTIONS.7.itemlist.text
+ msgid "From which print"
+-msgstr ""
++msgstr "対象を印刷"
+ 
+ #: scstring.src#SCSTR_PRINT_OPTIONS.8.itemlist.text
+ msgid "All ~pages"
+@@ -761,7 +761,7 @@ msgstr "ページ(~g)"
+ 
+ #: scstring.src#SCSTR_PRINT_OPTIONS.10.itemlist.text
+ msgid "%PRODUCTNAME %s"
+-msgstr "%PRODUCTNAME Calc"
++msgstr "%PRODUCTNAME %s"
+ 
+ #: scstring.src#SCSTR_WARN_ME_IN_FUTURE_CHECK.string.text
+ msgid "Warn me about this in the future."
+-- 
+1.7.7.6
+
diff --git a/libreoffice.spec b/libreoffice.spec
index 831730d..739bdcd 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -33,7 +33,7 @@ Summary:        Free Software Productivity Suite
 Name:           libreoffice
 Epoch:          1
 Version:        %{libo_version}.2
-Release:        13%{?dist}
+Release:        14%{?dist}
 License:        (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain and ASL 2.0 and Artistic
 Group:          Applications/Productivity
 URL:            http://www.documentfoundation.org/develop
@@ -249,6 +249,7 @@ Patch127: Introduced-SystemShellExecuteFlags-URIS_ONLY.patch
 Patch128: 0001-fdo-38088-better-CSV-import-default-separators.patch
 Patch129: 0001-rhbz-809466-change-soname-of-bundled-redland-libs.patch
 Patch130: 0001-resolved-rhbz-813280-the-current-document-is-not-alw.patch
+Patch131: 0001-rhbz-815216-add-missing-japanese-translations.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -1185,6 +1186,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch128 -p1 -b .fdo-38088-better-CSV-import-default-separators.patch
 %patch129 -p1 -b .rhbz-809466-change-soname-of-bundled-redland-libs.patch
 %patch130 -p1 -b .rhbz-813280-the-current-document-is-not-alw.patch
+%patch131 -p1 -b .rhbz-815216-add-missing-japanese-translations.patch
 
 # these are horribly incomplete--empty translations and copied english
 # strings with spattering of translated strings
@@ -2504,6 +2506,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %endif
 
 %changelog
+* Mon Apr 23 2012 David Tardon <dtardon at redhat.com> - 3.4.5.2-14-UNBUILT
+- Resolves: rhbz#815216 Unlocalized strings in print dialog of Calc
+
 * Wed Apr 18 2012 Caolán McNamara <caolanm at redhat.com> - 3.4.5.2-13
 - Resolves: rhbz#809466 libreoffice-core (unintentionally) provides
   libraptor.so.1()() and librdf.so.0()()


More information about the scm-commits mailing list