summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/po/et.po
Commit message (Expand)AuthorAgeFilesLines
* sync with latest adsThierry Vignaud2012-03-111-179/+214
* Updated Estonian translation.Marek Laane2012-03-101-2/+2
* sync with codeThierry Vignaud2011-05-191-22/+46
* another s/OpenOffice.org/LibreOffice/ (mga#1323)Thierry Vignaud2011-05-191-1/+1
* s!OpenOffice.org!LibreOffice! (mga#1323)Thierry Vignaud2011-05-191-3/+3
* Updated Estonian translation.Marek Laane2011-05-091-256/+53
* replace Mageia Linux by MageiaAnne Nicolas2011-04-241-14/+14
* - s/can not/cannot/ manually in the po/pot files so as not the make the stringsAhmad Samir2011-04-071-5/+5
* - perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)Ahmad Samir2011-04-041-1/+1
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-3/+3
* - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-041-2/+2
* Fix pot fileDexter Morgan2011-03-301-8/+7
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-24/+24
* update POT fileFunda Wang2010-05-011-198/+196
* Update po for new strings in diskdrake and partitionning wizardPascal Terjan2009-10-071-5/+5
* Updated Estonian translation.Marek Laane2009-09-141-3/+3
* sync with codeThierry Vignaud2009-09-101-156/+167
* Updated Estonian translation.Marek Laane2009-04-091-3/+3
* Updated POT fileFunda Wang2009-04-091-228/+203
* Updated Estonian translation.Marek Laane2009-03-301-13/+15
* import translations from rpmdrakeThierry Vignaud2009-03-301-1/+1
* sync with codeThierry Vignaud2009-03-301-221/+264
* Updated Estonian translation.Marek Laane2009-02-161-3/+3
* sync with codeThierry Vignaud2009-02-131-102/+104
* sync with codeThierry Vignaud2009-01-161-26/+26
* Updated Estonian translation.Marek Laane2009-01-021-4/+4
* update pot (#46606)Olivier Blin2009-01-011-247/+259
* (_chooseDesktop) replace ":" by "." in a messageThierry Vignaud2008-10-011-1/+1
* Updated Estonian translation once more :-)Marek Laane2008-09-301-0/+5
* sync with codeThierry Vignaud2008-09-301-2/+14
* Updated Estonian translation.Marek Laane2008-09-301-12/+12
* (installPackages) add ":" at end of "time remaining" stringThierry Vignaud2008-09-121-5/+5
* sync with codeThierry Vignaud2008-09-111-2/+22
* (selectKeyboard) remove ending "." from titleThierry Vignaud2008-09-111-2/+2
* sync with codeThierry Vignaud2008-09-111-35/+37
* sync with codeThierry Vignaud2008-09-111-84/+68
* Updated Estonian translation.Marek Laane2008-09-031-3/+3
* sync with codeThierry Vignaud2008-09-021-2/+7
* usync with codeThierry Vignaud2008-08-291-22/+18
* Updated Estonian translation.Marek Laane2008-08-231-11/+11
* sync with codeThierry Vignaud2008-08-181-25/+35
* sync with codeThierry Vignaud2008-08-121-160/+174
* Updated Estonian translation.Marek Laane2008-07-201-5/+12
* Updated POT fileFunda Wang2008-07-201-160/+186
* Updated Estonian translation.Marek Laane2008-03-221-6/+6
* sync with codeThierry Vignaud2008-03-211-2/+27
* Updated Estonian translation.Marek Laane2008-02-221-13/+5
* merge a translation from old libDrakX.poThierry Vignaud2008-01-171-2/+2
* sync with codeThierry Vignaud2008-01-171-94/+104
* Updated et translationFunda Wang2007-10-011-3/+5
qw(linear raid0 raid1 raid5 lvm-mod md multipath xor), ], mouse => [ qw(busmouse msbusmouse logibusmouse serial qpmouse atixlmouse), ], char => [ qw(amd768_rng applicom n_r3964 nvram pc110pad ppdev), qw(mxser moxa isicom wdt_pci epca synclink istallion sonypi i810-tco sx), #- what are these??? ], other => [ qw(agpgart defxx i810_rng i810fb ide-floppy ide-scsi ide-tape loop lp nbd sg st), qw(parport parport_pc parport_serial), qw(btaudio), #- these need checking qw(pcilynx sktr rrunner gmac meye 3c559 buz paep), ], }, ); my %dependencies; sub load_dependencies { my ($file) = @_; %dependencies = map { my ($f, $deps) = split ':'; $f => [ split ' ', $deps ]; } cat_($file); } sub dependencies_closure { my @l = map { dependencies_closure($_) } @{$dependencies{$_[0]} || []}; (@l, $_[0]); } sub category2modules { map { my ($t1, $t2s) = m|(.*)/(.*)|; map { my $l = $l{$t1}{$_} or die "bad category $t1/$_\n" . backtrace(); @$l; } split('\|', $t2s); } split(' ', $_[0]); } sub module2category { my ($module) = @_; foreach my $t1 (keys %l) { my $h = $l{$t1}; foreach my $t2 (keys %$h) { $module eq $_ and return "$t1/$t2" foreach @{$h->{$t2}}; } } return; } sub sub_categories { my ($t1) = @_; keys %{$l{$t1}}; } 1;