Bug 105874 - ancine paquetage
Summary: ancine paquetage
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 2
Hardware: i686 All
: P5 - None : Minor
Target Milestone: RC 2
Assignee: Karl Eichwalder
QA Contact: Karl Eichwalder
URL:
Whiteboard:
Keywords: French, L10N
Depends on:
Blocks:
 
Reported: 2005-08-19 15:16 UTC by Jean-Daniel Dodin
Modified: 2005-10-06 09:28 UTC (History)
1 user (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Daniel Dodin 2005-08-19 15:16:17 UTC
au lieu de "ancien paquetage" en cours d'installation
typo error in install french package
Comment 1 Karl Eichwalder 2005-08-22 11:34:06 UTC
Kerry, the next one to check, please.
Comment 2 mary hearne 2005-08-25 15:05:30 UTC
Karl, we have done extensive searching in our files for the string "ancien 
paquetage" and cannot find this string in our files.
Comment 3 Jean-Daniel Dodin 2005-08-25 15:18:11 UTC
sorry, my fault, I didn't copy the subject in the message. the error is "ancine"
in place of "ancien", and it's there:

eter-suse:/usr/share/YaST2 # grep -r ancine *
Fichier binaire locale/fr/LC_MESSAGES/update.mo concorde
Comment 4 Karl Eichwalder 2005-08-26 12:06:01 UTC
Found it:

fr/po/update.fr.po-msgid "Delete Old Packages"
fr/po/update.fr.po:msgstr "Effacer les ancines paquetages"

Since files are already delivered I can offer to fix it directly.  What shall I
write?
Comment 5 Karl Eichwalder 2005-08-26 12:07:06 UTC
I actually wanted to ask maryh@vistatec.ie...
Comment 6 Jean-Daniel Dodin 2005-08-26 12:33:41 UTC
"Effacer les anciens paquetages"
Comment 7 Karl Eichwalder 2005-08-29 10:22:48 UTC
I apply this fix:

# TLABEL autoinst_2002_08_07_0216__78
#. Proposal for backup during update
#: src/clients/update_proposal.ycp:252
msgid "Delete Old Packages"
msgstr "Effacer les anciens paquetages"
Comment 8 John-Carl Kullmann 2005-09-05 09:57:22 UTC
Fixed in French build Beta 4 050901.
Comment 9 Jean-Daniel Dodin 2005-09-09 14:56:07 UTC
again in RC1 on the update summary page
"effacer les ancine paquetages"
Comment 10 Jean-Daniel Dodin 2005-09-09 15:02:06 UTC
I forgot to say that it's an update from a beta3 (not completely updated to
beta4) and RC1. It may be than the update.mo file was _not_ updated an is still
the old buggy one.

peter-suse:/usr/share/YaST2/locale/fr/LC_MESSAGES # grep -r ancine *
Fichier binaire update.mo concorde
peter-suse:/usr/share/YaST2/locale/fr/LC_MESSAGES # ls -l up*
-rw-r--r--  1 root root 13584 2005-09-03 14:38 update.mo
Comment 11 Karl Eichwalder 2005-09-09 15:36:12 UTC
Thanks for checking.  The fix got lost in the meantime:

svn diff -r3940:3992 update.fr.po
...
@@ -398,7 +398,7 @@
 #. Proposal for backup during update
 #: src/clients/update_proposal.ycp:252
 msgid "Delete Old Packages"
-msgstr "Effacer les anciens paquetages"
+msgstr "Effacer les ancines paquetages"
 
I apply it again, hopefully for RC2.
Comment 12 Jean-Daniel Dodin 2005-09-09 16:27:20 UTC
if I understant well the - and the +, this should be in the other sense, must
delete "ancines" and add "anciens" ?
Comment 13 Karl Eichwalder 2005-09-11 15:58:13 UTC
Yes, but I documented the reveisons when the already applied fix got lost again
;)  It was fixed in r3940 and we break with r3992 again.