Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 43)

2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Owner Reporter Resolution Summary
#45 Andrej Dundović fixed Korpus OpenOffice.org za Glosar
Description

POT datoteke skinuti odavde (najnovija verzija) ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/

provući kroz sed izraze (isti kao za KDE).

I to je to

#46 Andrej Dundović fixed Korpus Moodle za glosar
Description
  1. skinuti eng. original:

http://download.moodle.org/download.php/lang16/en_utf8.zip

  1. izvući stringove
grep "$string" -shR * | sed \
 -e 's/^\$string\[.*\].*= //' \
 -e 's/<\?[php|PHP].*$//' \
 -e 's/ //.*$//' \
 -e 's/<[^>]*>//g' \
 -e '/^$/d' \
 > ../moodle-all.txt

...i još na rečenice.

#50 Andrej Dundović marko@… fixed Milestone KDE 4.4.3
Description

Trebalo bi otvoriti milestone KDE 4.4.3 obzirom da je 4.4.2 izašao.

2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.