summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Expand)AuthorAgeFilesLines
...
* Updated translation.Marek Laane2005-02-011-2/+2
* updated po filePablo Saratxaga2005-02-011-18/+13
* updated po filePablo Saratxaga2005-01-312-37/+56
* updated po filePablo Saratxaga2005-01-311-1/+1
* Updated nn translation.Karl Ove Hufthammer2005-01-311-55/+26
* Updated POT.Funda Wang2005-01-3166-12512/+12741
* updated po filePablo Saratxaga2005-01-301-9/+7
* updated po filePablo Saratxaga2005-01-272-17/+135
* meloJosé Jorge2005-01-261-78/+43
* Updated translation.Marek Laane2005-01-251-5/+5
* updated po filePablo Saratxaga2005-01-241-10/+14
* updated po filesPablo Saratxaga2005-01-242-74/+80
* Updated Simplified Chinese translationFunda Wang2005-01-231-36/+36
* updated po filePablo Saratxaga2005-01-221-9/+7
* updated po filesPablo Saratxaga2005-01-222-78/+83
* updateThierry Vignaud2005-01-211-106/+112
* Updated Simplified Chinese translationFunda Wang2005-01-211-31/+29
* updatesKeld Simonsen2005-01-201-51/+30
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2005-01-201-55/+32
* updated pot filePablo Saratxaga2005-01-2066-3358/+4427
* Missing dash.Rafael Garcia-Suarez2005-01-191-1/+1
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2005-01-191-46/+48
* Merge po filesRafael Garcia-Suarez2005-01-1966-13004/+13071
* Add gurpmi2 in the po makefileRafael Garcia-Suarez2005-01-191-1/+1
* Fix French translation for gurpmiRafael Garcia-Suarez2005-01-191-1/+1
* updated po filePablo Saratxaga2005-01-181-68/+73
* updated po filePablo Saratxaga2005-01-171-75/+82
* updated slovak translationTibor Pittich2005-01-161-32/+30
* updated slovak translationTibor Pittich2005-01-151-346/+382
* updated po filePablo Saratxaga2005-01-131-166/+169
* Be 80-column compliantRafael Garcia-Suarez2005-01-131-14/+13
* updated po filePablo Saratxaga2005-01-121-43/+46
* updated po filesPablo Saratxaga2005-01-112-507/+548
* meloJosé Jorge2005-01-091-130/+96
* Updated Simplified Chinese translationFunda Wang2005-01-081-52/+50
* Small updatesAlbert Astals Cid2005-01-081-134/+105
* updateKeld Simonsen2005-01-081-85/+64
* updated po filePablo Saratxaga2005-01-071-63/+65
* updated po filePablo Saratxaga2005-01-071-43/+44
* Missing spaceRafael Garcia-Suarez2005-01-071-1/+1
* rescued some translationsPablo Saratxaga2005-01-0665-12314/+5019
* French translation updateRafael Garcia-Suarez2005-01-061-20/+18
* Merge new stringsRafael Garcia-Suarez2005-01-0666-5559/+14845
* Extract strings from gurpmi as wellRafael Garcia-Suarez2005-01-061-1/+1
* Update copyright stringsRafael Garcia-Suarez2005-01-0665-260/+304
* Updated translation.Karl Ove Hufthammer2005-01-061-160/+54
* updatesKeld Simonsen2005-01-051-59/+39
* updated po filesPablo Saratxaga2005-01-042-515/+115
* updated po filePablo Saratxaga2005-01-041-13/+16
* updated po filePablo Saratxaga2005-01-041-30/+26
/td>-72/+13 | | | | | | | | | | a lot through getVarsFromSh() and setVarsInSh() - (set_jap_textmode) simplify a lot through substInFile() now all /etc/sysconfig/printing accesses get done by MDK::Common::File (until shell template from libconf is used) * (gimp::pop_spaces): consolidate skipping of lines that are space endedThierry Vignaud2003-05-191-8/+9 | * perl_checker fixesThierry Vignaud2003-05-198-308/+297 | * localize drive capabilites (aka burning, dvd managment, ...)Thierry Vignaud2003-05-191-0/+5 | * fix #3560 (drakboot not updating bootloader label): the only confusingThierry Vignaud2003-05-192-3/+15 | | | | | | | | | | | bug is that when one come back to drakboot main window after having altered the bootloader, the main window still list the old bootloader as the current bootloader. let update this label. btw consolidate bootloader detection in bootloader::detect_bootloader() * further fix #2826 (lilo failling to handle entry with spaces): replaceThierry Vignaud2003-05-191-0/+1 | | | | | | spaces by underscores in labels (image names are not likely to contain spaces) to prevent the error * when configuring to install grub bootloader, we first install lilo, then grub.Thierry Vignaud2003-05-191-1/+1 | | | | | | | | | | the logic is that we only reread /etc/lilo.conf[1], so we need to write /etc/lilo.conf. but when installing grub, we really do not need to run lilo, we only have to write its config file. [1] because grub/menu.lst lacks some data and because we do neither want to parse both config files nor to resolve conflicts between configuration * let further consolidate make_label_lilo_compatible()Thierry Vignaud2003-05-191-2/+2 | * fix network::netconnect::save_conf() calleeThierry Vignaud2003-05-191-1/+1 | * updated Spanish translationsFabián Mandelbaum2003-05-191-221/+176 | * simplifyThierry Vignaud2003-05-191-5/+2 | * do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1 | | | | | | reuse capture buffers from previous one, which is really bad and trully buggy * move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6 | | | | drakx/drakxtools code * %langs: first column is supposed to be localized in englishThierry Vignaud2003-05-191-3/+3 | * last 9.1-38mdk bitsThierry Vignaud2003-05-191-1/+7 | * update perl-gtk0 users list (drakcronat being ported to gtk+2)Thierry Vignaud2003-05-191-1/+4 | * first bits of 9.1-38mdkThierry Vignaud2003-05-161-2/+5 | * updated pot filePablo Saratxaga2003-05-16