equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
6 * |
6 * |
7 * Permission to use, copy, modify, and distribute this software and its |
7 * Permission to use, copy, modify, and distribute this software and its |
8 * documentation under the terms of the GNU General Public License is hereby |
8 * documentation under the terms of the GNU General Public License is hereby |
9 * granted. No representations are made about the suitability of this software |
9 * granted. No representations are made about the suitability of this software |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
77 // - The trReimplementedFromList() should pass the kind of the |
77 // - The trReimplementedFromList() should pass the kind of the |
78 // reimplemented element. It can be method, typedef or possibly |
78 // reimplemented element. It can be method, typedef or possibly |
79 // something else. It is difficult to find the general translation |
79 // something else. It is difficult to find the general translation |
80 // for all kinds in the Czech language. |
80 // for all kinds in the Czech language. |
81 |
81 |
82 class TranslatorCzech : public Translator |
82 class TranslatorCzech : public TranslatorAdapter_1_6_3 |
83 { |
83 { |
84 public: |
84 public: |
85 // --- Language control methods ------------------- |
85 // --- Language control methods ------------------- |
86 |
86 |
87 virtual QCString idLanguage() |
87 virtual QCString idLanguage() |