summaryrefslogtreecommitdiffstats
path: root/src/translator_pl.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-05-16 10:07:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-05-16 10:07:22 (GMT)
commit530402f723b5426086bc8efdb9b7c6513e2ed3fa (patch)
tree4031df0b930759962f9126116d333cec031ca5cb /src/translator_pl.h
parent5bd970b12ec39636593453d12e5b64bd935bbf38 (diff)
downloadDoxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.zip
Doxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.tar.gz
Doxygen-530402f723b5426086bc8efdb9b7c6513e2ed3fa.tar.bz2
Release-1.4.3
Diffstat (limited to 'src/translator_pl.h')
-rw-r--r--src/translator_pl.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/translator_pl.h b/src/translator_pl.h
index ac4b16d..76a44ec 100644
--- a/src/translator_pl.h
+++ b/src/translator_pl.h
@@ -20,7 +20,7 @@
#ifndef TRANSLATOR_PL_H
#define TRANSLATOR_PL_H
-class TranslatorPolish : public TranslatorAdapter_1_4_1
+class TranslatorPolish : public Translator
{
private:
/*! to avoid macro redefinition from translator_pl.h */
@@ -1537,9 +1537,10 @@ class TranslatorPolish : public TranslatorAdapter_1_4_1
* and the fact that it is sorted alphabetically per level
*/
virtual QCString trDirDescription()
- { return "Ta struktura katalogów jest posortowana jest z grubsza, "
+ {
+ return "Ta struktura katalogów jest posortowana jest z grubsza, "
"choć nie całkowicie, alfabetycznie:";
- }
+ }
/*! This returns the title of a directory page. The name of the
* directory is passed via \a dirName.
@@ -1556,6 +1557,19 @@ class TranslatorPolish : public TranslatorAdapter_1_4_1
if (! singular) result+="i";
return result;
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.4.1
+//////////////////////////////////////////////////////////////////////////
+
+ /*! This text is added to the documentation when the \\overload command
+ * is used for a overloaded function.
+ */
+ virtual QCString trOverloadText()
+ {
+ return "To jest metoda przeciążona, udostępniona dla wygody. "
+ "Różni się od powyższej metody tylko zestawem akceptowanych argumentów.";
+ }
};
#endif