From 53c8d00a736805ab04401f759fb1d882c686408d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 15 Aug 2006 18:47:17 +0000 Subject: Build fixes. --- ChangeLog | 6 ++++++ anaconda.spec | 5 ++++- po/tr.po | 14 ++++++++++---- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index be7fc967f..09e64ba40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-15 Chris Lumens + + * anaconda.spec: Bump version. + + * po/tr.po: Hack into a buildable state. + 2006-08-15 Chris Lumens * anaconda.spec: Bump version. diff --git a/anaconda.spec b/anaconda.spec index 42e9d6bcb..cbf12cdd9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.81 +Version: 11.1.0.82 Release: 1 License: GPL Summary: Graphical system installer @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Aug 15 2006 Chris Lumens 11.1.0.82-1 +- Make Turkish translation build again. + * Tue Aug 15 2006 Chris Lumens 11.1.0.81-1 - Fix serial console shell IO (#201479). - Don't traceback if URL install path is just "/" (#202368). diff --git a/po/tr.po b/po/tr.po index 4a54c3ecd..cce997ffb 100644 --- a/po/tr.po +++ b/po/tr.po @@ -130,7 +130,9 @@ msgid "" "Could not allocate cylinder-based partitions as primary partitions.\n" "\n" "%s" -msgstr "Silindir tabanlı disk bölümlerini birincil bölümler olarak ayıramazsınız." +msgstr "Silindir tabanlı disk bölümlerini birincil bölümler olarak ayıramazsınız.\n" +"\n" +"%s" #: ../autopart.py:954 #, python-format @@ -138,7 +140,9 @@ msgid "" "Could not allocate partitions as primary partitions.\n" "\n" "%s" -msgstr "Bu bölümleri birincil disk bölümler olarak ayıramazsınız." +msgstr "Bu bölümleri birincil disk bölümler olarak ayıramazsınız.\n" +"\n" +"%s" #: ../autopart.py:959 #, python-format @@ -146,7 +150,9 @@ msgid "" "Could not allocate cylinder-based partitions.\n" "\n" "%s" -msgstr "Silindir bazlı bölümleri ayıramazsınız." +msgstr "Silindir bazlı bölümleri ayıramazsınız.\n" +"\n" +"%s" #: ../autopart.py:1019 #, python-format @@ -2524,7 +2530,7 @@ msgid "Retrieving installation information..." msgstr "Kurulum bilgisine erişiliyor..." #: ../yuminstall.py:640 -#, python-format +#, fuzzy, python-format msgid "Retrieving installation information for %s..." msgstr "Kurulum bilgisine erişiliyor..." -- cgit