- Finnish translation (bug #162151).

This commit is contained in:
Tim Waugh 2005-06-30 12:10:38 +00:00
parent 9009ac78ad
commit a906bbefdb
2 changed files with 56 additions and 1 deletions

50
linuxdoc-tools-fi.patch Normal file
View File

@ -0,0 +1,50 @@
--- linuxdoc-tools-0.9.21/lib/LinuxDocTools/Lang.pm.fi 2001-05-24 16:57:41.000000000 +0100
+++ linuxdoc-tools-0.9.21/lib/LinuxDocTools/Lang.pm 2005-06-30 13:09:18.000000000 +0100
@@ -64,6 +64,7 @@
ja japanese japanese
pl polski polish
ko korean korean
+ fi suomi finnish
);
@@ -170,7 +171,8 @@
"ro" => "姷apoi",
"ja" => "蟆及矢□斥",
"pl" => "Poprzedni",
- "ko" => "檜瞪"
+ "ko" => "檜瞪",
+ "fi" => "Edellinen"
},
"Next" => {
"nl" => "Verder",
@@ -186,7 +188,8 @@
"ro" => "姷ainte",
"ja" => "慼及矢□斥",
"pl" => "Nastny",
- "ko" => "棻擠"
+ "ko" => "棻擠",
+ "fi" => "Seuraava"
},
"Contents" => {
"nl" => "Inhoud",
@@ -202,7 +205,8 @@
"ro" => "Cuprins",
"ja" => "杴慼尺",
"pl" => "Spis Trei",
- "ko" => "離滔"
+ "ko" => "離滔",
+ "fi" => "Sis鄟lys"
},
"Table of Contents" => {
"nl" => "Inhoudsopgave",
@@ -218,7 +222,8 @@
"ro" => "Cuprins",
"ja" => "杴慼",
"pl" => "Spis Trei",
- "ko" => "離滔"
+ "ko" => "離滔",
+ "fi" => "Sis鄟lysluettelo"
}
};

View File

@ -5,7 +5,7 @@ Name: linuxdoc-tools
Obsoletes: sgml-tools
Obsoletes: linuxdoc-sgml
Version: 0.9.21
Release: 5
Release: 6
License: Freely distributable
Group: Applications/Publishing
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
@ -13,6 +13,7 @@ Patch0: linuxdoc-tools-0.9.13-letter.patch
Patch1: linuxdoc-tools-0.9.20-strip.patch
Patch2: linuxdoc-tools-0.9.20-lib64.patch
Patch3: linuxdoc-tools-0.9.21-badif.patch
Patch4: linuxdoc-tools-fi.patch
Requires: jade
Url: http://packages.qa.debian.org/l/linuxdoc-tools.html
BuildRoot: %{_tmppath}/%{name}-root
@ -39,6 +40,7 @@ documentation.
%patch1 -p1 -b .strip
%patch2 -p1 -b .lib64
%patch3 -p1 -b .badif
%patch4 -p1 -b .fi
%build
%configure --with-installed-nsgmls --with-installed-iso-entities
@ -98,6 +100,9 @@ exit 0
%{_mandir}/*/*
%changelog
* Thu Jun 30 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-6
- Finnish translation (bug #162151).
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-5
- Rebuild for new GCC.