summaryrefslogtreecommitdiffstats
path: root/po/mk.po
Commit message (Collapse)AuthorAgeFilesLines
* typo fix (Arpad Biro)Thierry Vignaud2005-02-171-1/+1
|
* updated pot filePablo Saratxaga2005-02-151-1/+1
|
* typo fixes (Arpad Biro)Thierry Vignaud2005-02-141-2/+2
|
* updated po filePablo Saratxaga2005-02-081-7/+6
|
* updated pot filePablo Saratxaga2005-01-311-44/+54
|
* updated pot filePablo Saratxaga2005-01-031-44/+44
|
* updated po filesPablo Saratxaga2004-12-021-65/+10
|
* updated pot filePablo Saratxaga2004-11-221-22/+20
|
* updated pot file; fixed duplicate strings with unusual casePablo Saratxaga2004-11-051-18/+14
|
* merge changes from MNF, MDK-10-updateDaouda Lo2004-11-041-255/+248
|
* updated pot filePablo Saratxaga2004-10-011-57/+57
|
* regenarate po and fix fr oneDaouda Lo2004-10-011-1/+11
|
* updated pot filePablo Saratxaga2004-10-011-70/+70
|
* updated po filesPablo Saratxaga2004-09-301-64/+30
|
* updated pot filePablo Saratxaga2004-09-291-3/+6
|
* fixed very serious i18n bug (a sentence must never be split in translations)Pablo Saratxaga2004-09-291-54/+52
|
* updated pot filePablo Saratxaga2004-09-281-29/+43
|
* remove mandrakeonline alias offerDaouda Lo2004-09-281-3/+0
|
* small typo fixPablo Saratxaga2004-09-271-41/+48
|
* updated pot filePablo Saratxaga2004-09-271-8/+3
|
* merge new tool mdkonline_tuiDaouda Lo2004-09-251-48/+239
|
* updated pot filePablo Saratxaga2004-09-211-51/+63
|
* fixed small typoPablo Saratxaga2004-09-101-75/+75
|
* remove strings incoherenciesDaouda Lo2004-09-091-2/+0
|
* updated pot filePablo Saratxaga2004-09-081-1/+9
|
* updated pot filePablo Saratxaga2004-09-041-71/+67
|
* updated po filesPablo Saratxaga2004-08-231-93/+140
|
* updated po filesPablo Saratxaga2004-08-151-7/+7
|
* MandrakeOnline -> MandrakeonlineFunda Wang2004-08-141-16/+16
|
* updated pot filePablo Saratxaga2004-08-111-85/+70
|
* updated pot filePablo Saratxaga2004-08-061-3/+7
|
* updated pot filePablo Saratxaga2004-07-271-53/+49
|
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-146/+101
|
* updated pot filePablo Saratxaga2004-06-151-94/+98
|
* updated pot filePablo Saratxaga2004-05-181-48/+54
|
* updated pot filePablo Saratxaga2004-05-121-22/+18
|
* updated pot filePablo Saratxaga2004-05-111-77/+73
|
* don't put copyright year in the stringFrederic Lepied2004-05-041-1/+1
|
* updated pot filePablo Saratxaga2004-04-131-101/+101
|
* updated pot filePablo Saratxaga2004-04-071-45/+62
|
* updated pot filePablo Saratxaga2004-03-251-29/+33
|
* updated po filesPablo Saratxaga2004-03-241-47/+47
|
* updated pot filePablo Saratxaga2004-03-231-34/+80
|
* updated pot filePablo Saratxaga2004-03-211-28/+31
|
* updated pot filePablo Saratxaga2004-03-171-72/+49
|
* mergeThierry Vignaud2004-03-041-23/+27
|
* updated pot filePablo Saratxaga2004-03-031-25/+29
|
* updated pot filePablo Saratxaga2004-03-031-63/+67
|
* updated po filesPablo Saratxaga2004-03-011-111/+86
|
* updated pot filePablo Saratxaga2004-02-291-30/+55
|
double *b; double *c; c = (double *) ct->data; b = (double *) bt->data; a = (double *) at->data; a_stride *= 2; b_inc *= 2; while (a_loops--) { double *bb; unsigned int bb_loops; bb = b; bb_loops = b_loops; while (bb_loops--) { double real_sum; double imag_sum; unsigned int iloops; double *aa; double *bbb; aa = a; bbb = bb; iloops = inner_loops; real_sum = 0.0; imag_sum = 0.0; while (iloops--) { real_sum += aa[0]*bbb[0] - aa[1]*bbb[1]; imag_sum += aa[0]*bbb[1] + aa[1]*bbb[0]; aa += 2; bbb += b_inc; } *c++ = real_sum; *c++ = imag_sum; bb += 2; } a += a_stride; } } #undef INNERPROD_COMPLEX_COMPLEX #endif #ifdef GENERIC_TYPE # undef GENERIC_TYPE #endif