Fix grammar in Finnish translation (closes: #687681).

This commit is contained in:
Colin Watson 2012-12-28 12:59:44 +00:00
parent 31979b0e5a
commit 415fc9486b
3 changed files with 32 additions and 0 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ grub2 (1.99-24) UNRELEASED; urgency=low
likely to be readable by GRUB (closes: #661789).
* Fix infinite recursion in gettext when translation fails (closes:
#611537, #612454, #616487, #619618, #626853, #643608).
* Fix grammar in Finnish translation (closes: #687681).
-- Colin Watson <cjwatson@debian.org> Fri, 28 Dec 2012 05:17:38 +0000

30
debian/patches/l10n_fi.patch vendored Normal file
View File

@ -0,0 +1,30 @@
Description: Fix grammar in Finnish translation
Backported from 2.00.
Bug-Debian: http://bugs.debian.org/687681
Forwarded: not-needed
Last-Update: 2012-12-28
Index: b/po/fi.po
===================================================================
--- a/po/fi.po
+++ b/po/fi.po
@@ -2154,9 +2154,8 @@
msgstr "Ladataan Linux %s käyttöjärjestelmäydin ..."
#: util/grub.d/10_hurd.in:91 util/grub.d/10_hurd.in:114
-#, fuzzy
msgid "Loading the Hurd ..."
-msgstr "Ladataa alustava ram-levy ..."
+msgstr "Ladataan Hurd ..."
#: util/grub.d/10_kfreebsd.in:74
#, fuzzy
@@ -2185,7 +2184,7 @@
#: util/grub.d/10_linux.in:122 util/grub.d/20_linux_xen.in:93
msgid "Loading initial ramdisk ..."
-msgstr "Ladataa alustava ram-levy ..."
+msgstr "Ladataan alustavaa ramlevyä ..."
#: util/grub.d/10_netbsd.in:98
#, fuzzy

View File

@ -45,3 +45,4 @@ hurd.patch
userland-part.patch
efi_device_discovery.patch
gettext_error_handling.patch
l10n_fi.patch