id;type;created;pub_level;state;project_id;project_name;name;short;prio;for_milestone;resolved_version;resolve_reason;description;is_released;time_released;parent_task;estimated;estimated_max;issue_report;planned_start;planned_end;view_collapsed;category;order_id;calculation;
849;2;2006-04-11 21:15:25;4;1;5;streber;reports;;3;0;0;0;"Every team-leader/project manager and so on needs to check the company/team productivity. There should be a way to do this.

Maybe it's considered part of the reports. For example if I have team with two people ( John and Bet ) I would like to see this month what they did:

- hours worked
- lines of code written/removed - with both CVS/Subversion integration
- simple linear graph showing this month/week stats, and previous would be enough, graphs are great thing 


also see
- [[item:764]]

in the forums
------------
- http://www.streber-pm.org/phpBB2/viewtopic.php?t=177&highlight=
- http://www.streber-pm.org/phpBB2/viewtopic.php?t=177

";0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
363;2;2006-01-30 11:46:03;4;1;5;streber;Interface;UI;3;0;0;0;"For Interface issues, sort them into three pages. e.g.:
- [[item:591|projView]]
- [[item:595|taskView]]
- [[item:593|home]]
";0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
427;2;2006-02-02 08:21:37;4;1;5;streber;Add confirm-dialog before deleting tasks and folders;;3;920;0;0;;0;0000-00-00 00:00:00;363;14400;36000;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;0;0;0;
476;2;2006-03-17 20:37:04;4;1;5;streber;misc;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
568;2;2006-03-28 22:09:37;4;1;5;streber;changeList;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
591;2;2006-03-31 10:24:49;4;1;5;streber;project View;projView;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
593;2;2006-03-31 12:28:00;4;1;5;streber;home;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
596;2;2006-03-31 12:40:33;4;1;5;streber;files & images;;3;0;0;0;"Issues and features relating to uploading and handling of files and images.
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
2180;2;2006-09-26 09:46:43;4;1;5;streber;File upload with upload progress bar based on Flash 8;upload with progress bar;3;917;0;0;"Change web browser upload form with Flash 8 or above file upload with progress bar of current file upload.
Steps:
1. Add flash directory to repository. Inside this direcotre there will be all flash sources and compiled swf's. 
2. Flash detection and swf embed on the page based on the swfObject: http://blog.deconcept.com/swfobject/ detection script should be placed in flash directory
3. If there is no Flash 8 or newer plugin installed then we show normal web/browser form.
4. When Flash 8 or newer is detected, then we show Flash upload with buttons: browse file and upload. There is no edit box, it's not necessary, we could show chosen file name in regular text box instead.
5. When upload button is clicked, then we start to show upload progress bar. 6. After finishing upload we redirect to edit file properties page (as in current web upload).


Discussion:
-----------
tom:
- Is this already implemented somewhere?
- Are there any limitations like filesize etc.
- Are mime types etc. correctly transferred?
- Would there be multiple file upload possible with Flash?
";0;0000-00-00 00:00:00;596;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
605;2;2006-04-04 19:05:26;4;1;5;streber;project View Tasks;projvViewTasks;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
616;2;2006-04-04 19:20:52;4;1;5;streber;search;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
635;2;2006-04-04 19:50:24;4;1;5;streber;Filters;;3;0;0;0;"Some questions:
---------
- views for projTasks involve:
  - settings for filter-list(s) none, one or more
  - which options are active in those filter lists
- mental note: could list_filter_options be derived from render_list?
  - feature:
    - single select / multiple select
    - update for second table
    - has focus
- what about filters that are no lists (like date and priority)
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
638;2;2006-04-04 19:51:20;4;1;5;streber;Filter presets;;3;0;0;0;"Some people might call this reports

- later additional settings for preset do not need to be passed as parameter, because of AJAX-updating is good enough
- examples for requests:

[code]
   ?go=projViewTasks
   &preset=task_for_milestone
   &for_milestone=1396
   &status_max=2
   &status_min=3
[/code]

Mental note: Actually this type of request should work quiet well, because the filters already check for overwriting get()-parameters when been constructed.

Example for presets with should implement:
- all open
- all my open
- my open for next milestone
- needs your approval
- assigned to team
- not assigned
- blocked tasks
- for milestones
- all open bugs
- all wiki pages
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
645;2;2006-04-04 19:57:12;4;1;5;streber;context menus;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
652;2;2006-04-04 20:25:13;4;1;5;streber;ajax for lists;;3;0;0;0;"a nice example:
- http://www.gregphoto.net/sortable/advanced/

[[pixtur]]: yeah, very very nice. I like the concept of create new groups on the fly. I am not sure, if setting the event handlers would be fast enough for really long list as in streber. Also the Ajax List need to be bullet proof if multiple users are working simultanously. 

For me the first steps would be:

1. Order of Pages in Documation (the pages already have an order_id field)
2. Collapsing and Expanding lists without page refresh (I really miss this feature when moving tasks).
3. [[item:3695|In place editing of Wiki Text Chapters]] (An Edit button right beside each Headline which would open an TextEdit area with this part of the text only).

For me sorting task order is not sooo important...
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
1056;2;2006-05-02 17:34:03;4;1;5;streber;printing;;3;914;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
1426;2;2006-07-19 14:19:40;4;1;5;streber;companyView;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
2657;2;2006-10-23 20:47:01;4;1;5;streber;projChanges;;3;0;0;0;"as Burger pointed out History is not a good label for the project changes because it is already used for versioning items.
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
104;2;2005-09-01 11:10:29;4;1;5;streber;personEdit;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
105;2;2005-09-01 16:28:46;4;1;5;streber;Efforts;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
348;2;2006-01-30 00:52:57;4;1;5;streber;Milestones;milestone;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
366;2;2006-01-30 11:58:01;4;1;5;streber;rewrite javaScript functions;;3;0;0;0;"The current implementation of javaScript functionality is very poor. Sooner or later we should implement correct usage of eventHandlers, cascaded context-menu. Enable list-functions only for certain types etc.
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
468;2;2006-03-15 16:50:54;4;1;5;streber;wiki;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
536;2;2006-03-26 22:29:59;4;1;5;streber;forms;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
551;2;2006-03-28 20:30:27;4;1;5;streber;lists;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
557;2;2006-03-28 21:01:32;4;1;5;streber;comments;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
567;2;2006-03-28 22:08:51;4;1;5;streber;JavaScript;JS;3;0;0;0;"[[image:612|framed,maxsize=320,right]] In the long term (say summer 2006) streber's complete interface should be rewritten to explicitly feature javascript and client-side computing. Ajax might be hyped and overrated, but viewing online interfaces like ajaxWrite, you can imagine how much benefit you could take from this technology.

This falls together with:
- chosing a JS-libary (e.g. Prototype)
- rewriting / refacturing all existing JS-code:
  - context-menus
  - forms
  - block-toggling

This means that all bugs and issues and feature-requests related to client side interface should be collected and included into an overall concept.

also see:
- [[item:1418|Discussion on Ajax implemation (Libraries,etc)]]
- [[item:1410|List for nice JavaScript examples]]
";0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
595;2;2006-03-31 12:28:17;4;1;5;streber;Tasks;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
653;2;2006-04-04 20:29:52;4;1;5;streber;Show details for selected tasks/items;Show task summary;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
631;2;2006-04-04 19:45:56;4;1;5;streber;detailed display of selected items on right side;;3;920;0;0;"- check for update if selection changes
- show details for:
  - milestone
  - task
  - multiple tasks (average)

This really has a lot of difficult questions:
- how does it change the CSS-layout
- should each column have it's own vertical scrollbar (having one of the complete page right of the summary would mean, that the summary's position could not be fixed).
";0;0000-00-00 00:00:00;653;108000;180000;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;0;0;0;
283;2;2006-01-06 12:01:51;4;1;5;streber;"quick form at bottom of taskView with a \\\comment field\\\ and option to reassignd and change status.";;3;920;0;0;"The problem here will be updating the rest of the interface. If you edit a task, alot of items might change:
- the task is probably no longer visible and should be removed from list
- the task could have another position (resorted) but should be still active
- summary-displays (like the summed up effort of parent tasks) might have changed
- etc.

see [[item:1351]]

";0;0000-00-00 00:00:00;653;36000;72000;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;0;0;0;
725;2;2006-04-07 20:41:06;4;1;5;streber;files / file lists;files;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
941;2;2006-04-24 15:11:05;4;1;5;streber;personView;;3;0;0;0;;0;0000-00-00 00:00:00;363;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
364;2;2006-01-30 11:49:37;4;1;5;streber;misc features;;3;0;0;0;;0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
497;2;2006-03-24 10:17:47;4;1;5;streber;html & css;;3;0;0;0;;0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
513;2;2006-03-24 16:11:55;4;1;5;streber;internal / database / types;internal;3;0;0;0;"This area covers the data handling of items and it's attributes. 

";0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
793;2;2006-04-09 20:24:57;4;1;5;streber;User Documentation;;3;0;0;0;"please chose any of the topics on the right.


";0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
10757;2;2012-04-22 18:23:34;4;1;5;streber;General Discussion;;3;0;0;0;;0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
3680;2;2007-01-05 10:57:15;4;1;5;streber;Detailed Help;Details;3;0;0;0;"This section covers details on different aspect of Streber. Especially on Datatypes, Forms and Special Pages.
";0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
3390;2;2006-12-13 23:04:28;4;1;5;streber;Advanced Topics;;3;0;0;0;"This section of the help assembles advanced or seldomly used topics of the documention. You are normally not required to read all this.
";0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;20;0;
5995;2;2007-10-01 12:59:59;4;1;5;streber;Project Management using Streber;;3;0;0;0;"Practical tips and guidelines on how to efficiently use Streber for different kinds of projects.

See #5470 for the motivation of this topic.";0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;20;0;
2020;2;2006-09-15 09:04:48;4;1;5;streber;News / Updates;;3;0;0;0; ;0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;1000;0;
2169;2;2006-09-26 08:10:41;4;1;5;streber;Security;;3;0;0;0;;0;0000-00-00 00:00:00;793;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;1002;0;
1994;2;2006-09-14 09:59:33;4;1;5;streber;Texts / Translation;;3;0;0;0;"This is folder for questions about streber language translation at all. All questions should be in comments. Please ask questions regarding to specific language translation in tasks named as {language} Translation.";0;0000-00-00 00:00:00;0;0;0;0;2006-09-12 21:58:00;0000-00-00 00:00:00;0;3;0;0;
5022;2;2007-05-08 08:43:40;4;1;5;streber;Swedish translation;;3;0;0;0;This is the swedish translation of Streber.;0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
5129;2;2007-05-11 09:58:11;4;1;5;streber;Hungarian translation;;3;0;0;0;;0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
3797;2;2007-01-13 21:02:49;4;1;5;streber;Finnish translation;;3;0;0;0;"Hi!

I sent while ago translation to Finnish and also wondered why I get this weird error:

WARNING: Cannot modify header information - headers already sent by (output started at C:wampwwwStreberlangfi.inc.php:1)

I?m trying to use the actual translation and get that.

I also would like to contribute this translation to Streber, but before releasing it - I?d like to beta test the translation. As I get this bug, I can not use it. It?s goes back to English right after clicking somewhere else.

Who should I send this file?

Regards,

Shrike";0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
3744;2;2007-01-11 14:50:36;4;1;5;streber;Czech translation;;3;0;0;0;Czech translation not fully completed but usable.;0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
6349;2;2008-04-17 13:15:51;4;1;5;streber;Russian Translation;;3;0;0;0;"??????? ??????????? ???????.
________
????? ??????????? ???????? ??????????? ??????? ??? ? ???????.
??? ????? ??????? ? customize.inc.php ???????? ??????? ?????????? ??????????:

[code from=customize.inc.php language=php]
...
//????????? ????? ?? ????????? ??? ????? ?????????????
confChange('DEFAULT_LANGUAGE','ru'),

//????????? ??????????? php (??? ???????? ???)
confChange(''DEFAULT_LOCALE','ru_RU.utf8,ru-RU,ru,rus,russian'),

[/code]
";0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
7883;2;2009-04-15 04:44:37;4;1;5;streber;Simplified Chinese;;3;0;0;0;"Simplified Chinese Language
??????";0;0000-00-00 00:00:00;1994;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
2673;2;2006-10-24 16:01:46;4;1;5;streber;install / upgrade;;3;0;0;0;;0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
2427;2;2006-10-13 13:45:28;4;1;5;streber;Development;;3;0;0;0;;0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;100;0;
796;2;2006-04-09 20:26:25;4;1;5;streber;Tools and pages we should look at;others;3;0;0;0;"Similar concept:
=========

[[http://www.basecamphq.com/|basecamp HQ]]
----------------------------------------

[[http://www.metacoon.net|metacoon.net]]
-----------
(Learning system with documents and tasks, GPL)

[[http://www.atlassian.com/software/jira/|Jira]]
----------
 (PM, commercial)

[[http://www.mantisbt.org|mantis]]
---------------
 (SW-PM, Wiki, GPL)

[[http://www.hansoft.se/hansoft_php/index.php|hansoft]]
-----------
 (also see [[item:1007]])

[[http://www.kingdesign.net/tasks-pro/|task-pro]]
---------------
 (excellent example for web design)
  - http://www.kingdesign.net/tasks-jr/demo/1.9/ (demo of the little brother)

[[http://www.projects.zoho.com/jsp/home.jsp|Zoho]]
-----------
-  (commercial)
-  see discussion at: [[item:2372|Zoho Projects]]

[[http://www.copperproject.com/tour.php|copperproject]]
-----------
 (commercial)

[[http://www.redmine.org|Redmine]]
-----------
- GPL
[[http://www.web-based-software.com/|web-based-software]]
------------------------------------------------
View http://www.attask.com/demo/form.html There is a form to fill with whatever garbage to see flash demo with screenshots.

[[http://www.webasyst.net|asyst]]
--------------------------
 (cool issue tracking workflow config, nice feel&look, webpages, simple gantt charts, commercial)

[[http://trac.edgewall.org/|trac]]
--------------
- (Bugs, Wiki, BSD)
- See discussion page [[#1034|Trac]]
[[http://netoffice.dwins.com/|netOffice]]
------------------
 (GPL)

[[http://www.dotproject.net/|dotProject]]
---------------------------
 (GPL)


Overview
========
| | What | License | Versioning | History | 'Changes' EMail | Tasks | Taskfolders | Documents | Wikisyntax | WYSIWYG | Reminders | Calendar |
| Streber | Project Management | GPL2 | X | X | X | X | X | X | X | - | X | - |
| Metacoon| Learning Platworm with PM | GPL | X | X | ? | X | ? | X | ? | ? | ? | ? | 
| | | | | | | | | | | | | | 
| | | | | | | | | | | | | | 


";0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
2192;2;2006-09-26 11:54:05;4;1;5;streber;Discussing Features;;3;0;0;0;;0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
2362;2;2006-10-10 17:48:22;4;1;5;streber;API;;3;0;0;0;We move the discussion about API specs to:  [[item:4194|API - Specs]]

;0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
3389;2;2006-12-13 21:30:56;4;1;5;streber;DevGuide;;3;0;0;0;"This is a draft

== An introduction to the code ==

* [[item:3391|Handling Pages]] - describes how pages and functions are handled by the page-handler.
* [[pageHandle|About Page Handles]]
* [[item:3393|Rendering Pages]] describes how actuall html-code is generated.
* [[item:3394|Basic framework of a page function]]
* [[item:3395|Common Page Elements]]
* [[item:3396|Handling Data]] - database / form parsing
* [[item:3397|submit page function]]
* [[item:3398|adding fields]] excellent tutorial by Dominic

== What is necessary to create a form page ==

# add a new add two [[item:3392|pageHandle]]s to _handles.inc: testForm and testFormSubmit
# add an appropriate function to the required source-file in pages/
# add a basic framework of a page function testForm
# probable add some authentication checks
# add a formBlock with the field-definitions
# define a second submit page function testFormSubmit the get the requestData, modifies objects and either jumps back to the from-page, renders it's own page or jumps to another page like home

== Some other hints ==

* in the submit function your could call printFormVars() to get a overview of the passed fields
* the input-names should start with a meaningfull identifier like test_
* prefer new Field_XXX instead of hard coded html-code (this will make your code open for upcomming additional security and consistency-checks)
";0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
3400;2;2006-12-13 23:33:07;4;1;5;streber;Programming & Sourcecode;Advanced;3;0;0;0;"This section of the documentation covers advanced or special topics. Pages might be fragments or drafts.

";0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
5041;2;2007-05-08 12:25:55;4;1;5;streber;Discussing Code;;3;0;0;0;"This folder collects general questions about the source code and detailed changes.
";0;0000-00-00 00:00:00;2427;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;0;0;
3402;2;2006-12-13 23:42:54;4;1;5;streber;Community;;3;0;0;0;"Streber is an open source project which would not be existing, without the contribution of an active community. This part of the help covers topics like how to contribute, licensing, feedback etc.

";0;0000-00-00 00:00:00;0;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;2000;0;
4989;2;2007-05-06 09:59:19;4;1;5;streber;slovak translation for streber 0.795;;3;4123;0;0;"translation into: Slovak

translated by: Igor Rjabinin ml.

date: 19.04.2007

streber version: 0.795

comments: translation version 1.1 - corected version with some new phrases. based on translation by Zdenko Podobný from 26.06.2006 originaly made for streber version: 0.63
";0;0000-00-00 00:00:00;3402;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
6008;2;2007-10-02 12:40:58;4;1;5;streber;Czech translation;;3;0;0;0;no comment;0;0000-00-00 00:00:00;3402;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;0;3;0;0;
2413;2;2006-10-13 11:32:33;4;1;5;streber;Feedback;;3;0;0;0;"This folder collects feedback on streber which has been sent by mail.

";0;0000-00-00 00:00:00;3402;0;0;0;0000-00-00 00:00:00;0000-00-00 00:00:00;1;3;10;
