diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-14 13:43:19 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-14 13:43:19 +0000 |
commit | e584b0b24847c03a172248270e5b1d2f4c0dddce (patch) | |
tree | 7bc9b0b0bb0f1e8c8d6de7588e94f9a1fff2fdb0 /net-news/liferea/files | |
parent | Fixed a doc install with recursive directories (bug #217607) (diff) | |
download | gentoo-2-e584b0b24847c03a172248270e5b1d2f4c0dddce.tar.gz gentoo-2-e584b0b24847c03a172248270e5b1d2f4c0dddce.tar.bz2 gentoo-2-e584b0b24847c03a172248270e5b1d2f4c0dddce.zip |
Fix turkish translation; bug #217469
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-news/liferea/files')
-rw-r--r-- | net-news/liferea/files/liferea-1.4.14-turkish-translation-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-news/liferea/files/liferea-1.4.14-turkish-translation-fix.patch b/net-news/liferea/files/liferea-1.4.14-turkish-translation-fix.patch new file mode 100644 index 000000000000..5b90e6a61d31 --- /dev/null +++ b/net-news/liferea/files/liferea-1.4.14-turkish-translation-fix.patch @@ -0,0 +1,14 @@ +diff -Nur liferea-1.4.14/po/tr.po liferea-1.4.14_patched/po/tr.po +--- liferea-1.4.14/po/tr.po 2007-09-01 12:37:28.000000000 +0300 ++++ liferea-1.4.14_patched/po/tr.po 2008-04-13 01:32:24.000000000 +0300 +@@ -2221,8 +2221,8 @@ + #, c-format + msgid "%d Search Result for \"%s\"" + msgid_plural "%d Search Results for \"%s\"" +-msgstr[0] "\"%s\" için %d Arama Sonucu" +-msgstr[1] "\"%s\" için %d Arama Sonucu" ++msgstr[0] "%d arama sonucu. Aranan: \"%s\"" ++msgstr[1] "%d arama sonucu. Aranan: \"%s\"" + + #: ../src/ui/ui_search.c:123 + #, c-format |