diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bd9e6617827818fd043452c08c606f07b78014a0 (patch) | |
tree | 425bb4c3168f9c02f10150f235d2cb998dcc6108 /kbabel/README | |
download | tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.tar.gz tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbabel/README')
-rw-r--r-- | kbabel/README | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/kbabel/README b/kbabel/README new file mode 100644 index 00000000..34dc745f --- /dev/null +++ b/kbabel/README @@ -0,0 +1,65 @@ +KBabel +Matthias Kiefer <kiefer@kde.org> +Stanislav Visnovsky <visnovsky@kde.org> +---------------------------------------------------------------------- + +KBabel is an advanced and easy to use editor for PO files. +It is written using the KDE libs and gives the user an +easy to use GUI. + + +If you find a bug or if you have any comment or feature request, +please send a mail to Stanislav Visnovsky <visnovsky@kde.org>. + + +For always up-to-date information about KBabel have a look at its homepage at +http://kbabel.kde.org +The always newest version of KBabel can be found in module kdesdk in +KDE's SVN. + + +Requirements: +- KDE 3.2/Qt 3.3 or higher +- For the dictionary plugin "Translation database" you need + Berkeley DB IV. Have a look at http://www.sleepycat.com + + +KBabel is published under the terms of the GNU GPL. +See file "COPYING" for more details. + + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + +Credits: +- Claudiu Costin for writing documentation and many bug reports + and useful feature requests +- Thomas Diehl for many useful hints to the GUI design and the + behaviour of KBabel +- Wolfram Diestel for fixing kspell and many useful hints. +- Stephan Kulow for helping keeping KBabel in sync with + the frequently changing KDE api and for often giving me a helping hand. +- Andrea Rizzi for writing the dictionary plugin for searching in a database +- Stefan Asserhall for implementing tag highlighting and validation, catalog manager caching +- SuSE GmbH for sponsoring the work of Matthias Kiefer on KBabel +- Marco Wegner <dubbleu@web.de> for KFile plugin, bookmarks and bug fixes +- Dwayne Bailey <dwayne@translate.org.za> some validation plugins +- all the others who spent their time sending bug reports and feature requests. + + +Have fun, + Matthias Kiefer + |