summaryrefslogtreecommitdiffstats
path: root/src/translator_pl.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-10-04 20:20:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-10-04 20:20:24 (GMT)
commit1042ef3a191bd0f399f1a2a20fe259c14fe6faf9 (patch)
tree36e6fdf77248708eaee0f1180b2ea526d1323c18 /src/translator_pl.h
parentab2543160a96dae45f256daaeca7e093f65db6ad (diff)
downloadDoxygen-1042ef3a191bd0f399f1a2a20fe259c14fe6faf9.zip
Doxygen-1042ef3a191bd0f399f1a2a20fe259c14fe6faf9.tar.gz
Doxygen-1042ef3a191bd0f399f1a2a20fe259c14fe6faf9.tar.bz2
Release-1.6.1-20091004
Diffstat (limited to 'src/translator_pl.h')
-rw-r--r--src/translator_pl.h449
1 files changed, 233 insertions, 216 deletions
diff --git a/src/translator_pl.h b/src/translator_pl.h
index 571966c..dd6373e 100644
--- a/src/translator_pl.h
+++ b/src/translator_pl.h
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ *
*
* Copyright (C) 1997-2008 by Dimitri van Heesch.
*
@@ -20,21 +20,8 @@
#ifndef TRANSLATOR_PL_H
#define TRANSLATOR_PL_H
-class TranslatorPolish : public TranslatorAdapter_1_6_0
+class TranslatorPolish : public Translator
{
- private:
- /*! to avoid macro redefinition from translator_pl.h */
- inline QCString decode(const QCString& sInput)
- {
- //if (Config_getBool("USE_WINDOWS_ENCODING"))
- //{
- // return ISO88592ToWin1250(sInput);
- //}
- //else
- //{
- return sInput;
- //}
- }
public:
// --- Language control methods -------------------
@@ -62,80 +49,73 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! return the language charset. This will be used for the HTML output */
virtual QCString idLanguageCharset()
{
- //if (Config_getBool("USE_WINDOWS_ENCODING"))
- //{
- // return "windows-1250";
- //}
- //else
- //{
- return "iso-8859-2";
- //}
+ return "utf-8";
}
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
QCString trRelatedFunctions()
- { return decode("Funkcje powi±zane"); }
+ { return "Funkcje powiÄ…zane"; }
/*! subscript for the related functions. */
QCString trRelatedSubscript()
- { return decode("(Zauważ, że to nie s± metody klas.)"); }
+ { return "(ZauwaĹĽ, ĹĽe to nie sÄ… metody klas.)"; }
/*! header that is put before the detailed description of files, classes and namespaces. */
QCString trDetailedDescription()
- { return decode("Opis szczegółowy"); }
+ { return "Opis szczegółowy"; }
/*! header that is put before the list of typedefs. */
QCString trMemberTypedefDocumentation()
- { return decode("Dokumentacja składowych definicji typu"); }
+ { return "Dokumentacja składowych definicji typu"; }
/*! header that is put before the list of enumerations. */
QCString trMemberEnumerationDocumentation()
- { return decode("Dokumentacja składowych wyliczanych"); }
+ { return "Dokumentacja składowych wyliczanych"; }
/*! header that is put before the list of member functions. */
QCString trMemberFunctionDocumentation()
- { return decode("Dokumentacja funkcji składowych"); }
+ { return "Dokumentacja funkcji składowych"; }
/*! header that is put before the list of member attributes. */
QCString trMemberDataDocumentation()
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- return decode("Dokumentacja pól");
+ return "Dokumentacja pĂłl";
}
else
{
- return decode("Dokumentacja atrybutów składowych");
+ return "Dokumentacja atrybutów składowych";
}
}
/*! this is the text of a link put after brief descriptions. */
QCString trMore()
- { return decode("Więcej..."); }
+ { return "Więcej..."; }
/*! put in the class documentation */
QCString trListOfAllMembers()
- { return decode("Lista wszystkich składowych."); }
+ { return "Lista wszystkich składowych."; }
/*! used as the title of the "list of all members" page of a class */
QCString trMemberList()
- { return decode("Lista składowych"); }
+ { return "Lista składowych"; }
/*! this is the first part of a sentence that is followed by a class name */
QCString trThisIsTheListOfAllMembers()
- { return "To jest kompletna lista składowych dla "; }
+ { return "To jest kompletna lista składowych dla "; }
/*! this is the remainder of the sentence after the class name */
QCString trIncludingInheritedMembers()
- { return decode(", uwzględniaj±ca wszystkie dziedziczone składowe."); }
+ { return ", uwzględniająca wszystkie dziedziczone składowe."; }
/*! this is put at the author sections at the bottom of man pages.
* parameter s is name of the project name.
*/
QCString trGeneratedAutomatically(const char *s)
- { QCString result=decode("Wygenerowano automatycznie z kodu Ľródłowego programem Doxygen");
+ { QCString result="Wygenerowano automatycznie z kodu źródłowego programem Doxygen";
if (s) result+=(QCString)" dla "+s;
result+=".";
return result;
@@ -147,7 +127,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! put after an enum value in the list of all members */
QCString trEnumValue()
- { return decode("warto¶ć wyliczenia"); }
+ { return "wartość wyliczenia"; }
/*! put after an undocumented member in the list of all members */
QCString trDefinedIn()
@@ -159,7 +139,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* compounds or files (see the \\group command).
*/
QCString trModules()
- { return decode("Moduły"); }
+ { return "Moduły"; }
/*! This is put above each page as a link to the class hierarchy */
QCString trClassHierarchy()
@@ -180,11 +160,11 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is put above each page as a link to the list of documented files */
QCString trFileList()
- { return decode("Lista plików"); }
+ { return "Lista plikĂłw"; }
/*! This is put above each page as a link to the list of all verbatim headers */
QCString trHeaderFiles()
- { return decode("Pliki nagłówkowe"); }
+ { return "Pliki nagłówkowe"; }
/*! This is put above each page as a link to all members of compounds. */
QCString trCompoundMembers()
@@ -195,7 +175,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
}
else
{
- return decode("Składowe klas");
+ return "Składowe klas";
}
}
@@ -208,7 +188,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
}
else
{
- return decode("Składowe plików");
+ return "Składowe plików";
}
}
@@ -218,7 +198,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is put above each page as a link to all examples. */
QCString trExamples()
- { return decode("Przykłady"); }
+ { return "Przykłady"; }
/*! This is put above each page as a link to the search engine. */
QCString trSearch()
@@ -226,17 +206,17 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is an introduction to the class hierarchy. */
QCString trClassHierarchyDescription()
- { return decode("Ta lista dziedziczenia posortowana jest z grubsza, "
- "choć nie całkowicie, alfabetycznie:");
+ { return "Ta lista dziedziczenia posortowana jest z grubsza, "
+ "choć nie całkowicie, alfabetycznie:";
}
/*! This is an introduction to the list with all files. */
QCString trFileListDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll) result+="udokumentowanych ";
- result+="plików z ich krótkimi opisami:";
- return decode(result);
+ result+="plikĂłw z ich krĂłtkimi opisami:";
+ return result;
}
/*! This is an introduction to the annotated compound list. */
@@ -245,93 +225,93 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- return decode("Tutaj znajduj± się struktury danych wraz z ich krótkimi opisami:");
+ return "Tutaj znajdujÄ… siÄ™ struktury danych wraz z ich krĂłtkimi opisami:";
}
else
{
- return decode("Tutaj znajduj± się klasy, struktury, "
- "unie i interfejsy wraz z ich krótkimi opisami:");
+ return "Tutaj znajdujÄ… siÄ™ klasy, struktury, "
+ "unie i interfejsy wraz z ich krĂłtkimi opisami:";
}
}
/*! This is an introduction to the page with all class members. */
QCString trCompoundMembersDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll)
{
result+="udokumentowanych ";
}
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- result+="pól struktur i unii";
+ result+="pĂłl struktur i unii";
}
else
{
- result+="składowych";
+ result+="składowych";
}
- result+=" wraz z odno¶nikami do ";
+ result+=" wraz z odnośnikami do ";
if (!extractAll)
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- result+="dokumentacji struktur/unii dla każdego pola:";
+ result+="dokumentacji struktur/unii dla kaĹĽdego pola:";
}
else
{
- result+="dokumentacji klas dla każdej składowej:";
+ result+="dokumentacji klas dla każdej składowej:";
}
}
else
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- result+="struktur/unii, do których dane pole należy:";
+ result+="struktur/unii, do ktĂłrych dane pole naleĹĽy:";
}
else
{
- result+="klas, do których dana składowa należy:";
+ result+="klas, do których dana składowa należy:";
}
}
- return decode(result);
+ return result;
}
/*! This is an introduction to the page with all file members. */
QCString trFileMembersDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll) result+="udokumentowanych ";
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- result+="funkcji, zmiennych, makr, wyliczeń i definicji typów";
+ result+="funkcji, zmiennych, makr, wyliczeń i definicji typów";
}
else
{
- result+="składowych plików";
+ result+="składowych plików";
}
- result+=" wraz z odno¶nikami do ";
+ result+=" wraz z odnośnikami do ";
if (extractAll)
- result+="plików, do których one należ±:";
+ result+="plikĂłw, do ktĂłrych one naleĹĽÄ…:";
else
result+="dokumentacji:";
- return decode(result);
+ return result;
}
/*! This is an introduction to the page with the list of all header files. */
QCString trHeaderFilesDescription()
- { return decode("Tutaj znajduj± się pliki nagłówkowe tworz±ce API:"); }
+ { return "Tutaj znajdują się pliki nagłówkowe tworzące API:"; }
/*! This is an introduction to the page with the list of all examples */
QCString trExamplesDescription()
- { return decode("Tutaj znajduje się lista wszystkich przykładów:"); }
+ { return "Tutaj znajduje się lista wszystkich przykładów:"; }
/*! This is an introduction to the page with the list of related pages */
QCString trRelatedPagesDescription()
- { return decode("Tutaj znajduje się lista wszystkich stron dokumentacji:"); }
+ { return "Tutaj znajduje siÄ™ lista wszystkich stron dokumentacji:"; }
/*! This is an introduction to the page with the list of class/file groups */
QCString trModulesDescription()
- { return decode("Tutaj znajduje się lista wszystkich grup:"); }
+ { return "Tutaj znajduje siÄ™ lista wszystkich grup:"; }
/*! This sentences is used in the annotated class/file lists if no brief
* description is given.
@@ -377,7 +357,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* list of all files.
*/
QCString trFileIndex()
- { return decode("Indeks plików"); }
+ { return "Indeks plikĂłw"; }
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all groups.
@@ -404,13 +384,13 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* the documentation of all files.
*/
QCString trFileDocumentation()
- { return decode("Dokumentacja plików"); }
+ { return "Dokumentacja plikĂłw"; }
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all examples.
*/
QCString trExampleDocumentation()
- { return decode("Dokumentacja przykładów"); }
+ { return "Dokumentacja przykładów"; }
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all related pages.
@@ -420,7 +400,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is used in LaTeX as the title of the document */
QCString trReferenceManual()
- { return decode("Podręcznik"); }
+ { return "Podręcznik"; }
/*! This is used in the documentation of a file as a header before the
* list of defines
@@ -438,7 +418,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* list of typedefs
*/
QCString trTypedefs()
- { return decode("Definicje typów"); }
+ { return "Definicje typĂłw"; }
/*! This is used in the documentation of a file as a header before the
* list of enumerations
@@ -462,7 +442,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* list of (global) variables
*/
QCString trEnumerationValues()
- { return decode("Warto¶ci wyliczeń"); }
+ { return "Wartości wyliczeń"; }
/*! This is used in the documentation of a file before the list of
* documentation blocks for defines
@@ -474,19 +454,19 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* of documentation blocks for function prototypes
*/
QCString trFunctionPrototypeDocumentation()
- { return decode("Dokumentacja prototypów funkcji"); }
+ { return "Dokumentacja prototypĂłw funkcji"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
QCString trTypedefDocumentation()
- { return decode("Dokumentacja definicji typów"); }
+ { return "Dokumentacja definicji typĂłw"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for enumeration types
*/
QCString trEnumerationTypeDocumentation()
- { return decode("Dokumentacja typów wyliczanych"); }
+ { return "Dokumentacja typĂłw wyliczanych"; }
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for functions
@@ -540,19 +520,19 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! this text is generated when the \\internal command is used. */
QCString trForInternalUseOnly()
- { return decode("Tylko do użytku wewnętrznego."); }
+ { return "Tylko do użytku wewnętrznego."; }
/*! this text is generated when the \\reimp command is used. */
QCString trReimplementedForInternalReasons()
- { return decode("Reimplementowana z wewnętrzych przyczyn; nie dotyczy API."); }
+ { return "Reimplementowana z wewnętrzych przyczyn; nie dotyczy API."; }
/*! this text is generated when the \\warning command is used. */
QCString trWarning()
- { return decode("Ostrzeżenie"); }
+ { return "OstrzeĹĽenie"; }
/*! this text is generated when the \\bug command is used. */
QCString trBugsAndLimitations()
- { return decode("Błędy i ograniczenia"); }
+ { return "Błędy i ograniczenia"; }
/*! this text is generated when the \\version command is used. */
QCString trVersion()
@@ -568,7 +548,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! this text is generated when the \\sa command is used. */
QCString trSeeAlso()
- { return decode("Zobacz również"); }
+ { return "Zobacz rĂłwnieĹĽ"; }
/*! this text is generated when the \\param command is used. */
QCString trParameters()
@@ -576,7 +556,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! this text is generated when the \\exception command is used. */
QCString trExceptions()
- { return decode("Wyj±tki"); }
+ { return "WyjÄ…tki"; }
/*! this text is used in the title page of a LaTeX document. */
QCString trGeneratedBy()
@@ -591,10 +571,10 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! used as an introduction to the namespace list */
QCString trNamespaceListDescription(bool extractAll)
{
- QCString result="Tutaj znajduj± się wszystkie ";
+ QCString result="Tutaj znajdujÄ… siÄ™ wszystkie ";
if (!extractAll) result+="udokumentowane ";
- result+="przestrzenie nazw wraz z ich krótkimi opisami:";
- return decode(result);
+ result+="przestrzenie nazw wraz z ich krĂłtkimi opisami:";
+ return result;
}
/*! used in the class documentation as a header before the list of all
@@ -611,7 +591,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* related classes
*/
QCString trRelatedFunctionDocumentation()
- { return decode("Dokumentacja przyjaciół i funkcji zwi±zanych"); }
+ { return "Dokumentacja przyjaciół i funkcji związanych"; }
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990425
@@ -630,12 +610,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
case ClassDef::Struct: result+=" struktury "; break;
case ClassDef::Union: result+=" unii "; break;
case ClassDef::Interface: result+=" interfejsu "; break;
- case ClassDef::Protocol: result+=" protokołu "; break;
+ case ClassDef::Protocol: result+=" protokołu "; break;
case ClassDef::Category: result+=" kategorii "; break;
- case ClassDef::Exception: result+=" wyj±tku "; break;
+ case ClassDef::Exception: result+=" wyjÄ…tku "; break;
}
result+=(QCString)clName;
- return decode(result);
+ return result;
}
/*! used as the title of the HTML page of a file */
@@ -660,7 +640,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
QCString trPublicSlots()
{ return "Sloty publiczne"; }
QCString trSignals()
- { return decode("Sygnały"); }
+ { return "Sygnały"; }
QCString trStaticPublicMembers()
{ return "Statyczne metody publiczne"; }
QCString trProtectedMembers()
@@ -735,19 +715,19 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is put above each page as a link to all members of namespaces. */
QCString trNamespaceMembers()
- { return decode("Składowe przestrzeni nazw"); }
+ { return "Składowe przestrzeni nazw"; }
/*! This is an introduction to the page with all namespace members */
QCString trNamespaceMemberDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll) result+="udokumentowanych ";
- result+="składowych wraz z odno¶nikami do ";
+ result+="składowych wraz z odnośnikami do ";
if (extractAll)
- result+="dokumentacji przestrzeni nazw dla każdej składowej:";
+ result+="dokumentacji przestrzeni nazw dla każdej składowej:";
else
- result+="przestrzeni nazw do których składowe te należ±:";
- return decode(result);
+ result+="przestrzeni nazw do których składowe te należą:";
+ return result;
}
/*! This is used in LaTeX as the title of the chapter with the
* index of all namespaces.
@@ -789,13 +769,13 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
case ClassDef::Struct: result+="j struktury"; break;
case ClassDef::Union: result+="j unii"; break;
case ClassDef::Interface: result+="go interfejsu"; break;
- case ClassDef::Protocol: result+="go protokołu"; break;
+ case ClassDef::Protocol: result+="go protokołu"; break;
case ClassDef::Category: result+="j kategorii"; break;
- case ClassDef::Exception: result+="go wyj±tku"; break;
+ case ClassDef::Exception: result+="go wyjÄ…tku"; break;
}
- result+=" została wygenerowana z plik";
- if (single) result+="u:"; else result+="ów:";
- return decode(result);
+ result+=" została wygenerowana z plik";
+ if (single) result+="u:"; else result+="Ăłw:";
+ return result;
}
/*! This is in the (quick) index as a link to the alphabetical compound
@@ -810,12 +790,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is used as the heading text for the retval command. */
QCString trReturnValues()
- { return decode("Zwracane warto¶ci"); }
+ { return "Zwracane wartości"; }
/*! This is in the (quick) index as a link to the main page (index.html)
*/
QCString trMainPage()
- { return decode("Strona główna"); }
+ { return "Strona główna"; }
/*! This is used in references to page that are put in the LaTeX
* documentation. It should be an abbreviation of the word page.
@@ -829,7 +809,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
QCString trSources()
{
- return decode("¬ródła");
+ return "Źródła";
}
QCString trDefinedAtLineInSourceFile()
{
@@ -856,12 +836,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! this text is put before a collaboration diagram */
QCString trCollaborationDiagram(const char *clName)
{
- return (QCString)decode("Diagram współpracy dla ")+clName+":";
+ return (QCString)"Diagram współpracy dla "+clName+":";
}
/*! this text is put before an include dependency graph */
QCString trInclDepGraph(const char *fName)
{
- return (QCString)decode("Wykres zależno¶ci zał±czania dla ")+fName+":";
+ return (QCString)"Wykres zależności załączania dla "+fName+":";
}
/*! header that is put before the list of constructor/destructors. */
QCString trConstructorDocumentation()
@@ -871,22 +851,22 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Used in the file documentation to point to the corresponding sources. */
QCString trGotoSourceCode()
{
- return decode("IdĽ do kodu Ľródłowego tego pliku.");
+ return "Idź do kodu źródłowego tego pliku.";
}
/*! Used in the file sources to point to the corresponding documentation. */
QCString trGotoDocumentation()
{
- return decode("IdĽ do dokumentacji tego pliku.");
+ return "IdĹş do dokumentacji tego pliku.";
}
/*! Text for the \\pre command */
QCString trPrecondition()
{
- return decode("Warunek wstępny");
+ return "Warunek wstępny";
}
/*! Text for the \\post command */
QCString trPostcondition()
{
- return decode("Warunek końcowy");
+ return "Warunek końcowy";
}
/*! Text for the \\invariant command */
QCString trInvariant()
@@ -896,12 +876,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Text shown before a multi-line variable/enum initialization */
QCString trInitialValue()
{
- return decode("Warto¶ć pocz±tkowa:");
+ return "Wartość początkowa:";
}
/*! Text used the source code in the file index */
QCString trCode()
{
- return decode("kod Ľródłowy");
+ return "kod źródłowy";
}
QCString trGraphicalHierarchy()
{
@@ -909,11 +889,11 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
}
QCString trGotoGraphicalHierarchy()
{
- return decode("IdĽ do graficznej hierarchi klas");
+ return "IdĹş do graficznej hierarchi klas";
}
QCString trGotoTextualHierarchy()
{
- return decode("IdĽ do tekstowej hierarchi klas");
+ return "IdĹş do tekstowej hierarchi klas";
}
QCString trPageIndex()
{
@@ -993,11 +973,11 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
QCString trReferencedBy()
{
- return decode("Odwołania w");
+ return "Odwołania w";
}
QCString trRemarks()
{
- return decode("Spostrzeżenia");
+ return "SpostrzeĹĽenia";
}
QCString trAttention()
{
@@ -1005,8 +985,8 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
}
QCString trInclByDepGraph()
{
- return decode("Ten wykres pokazuje, które pliki bezpo¶rednio lub "
- "po¶rednio zał±czaj± ten plik:");
+ return "Ten wykres pokazuje, które pliki bezpośrednio lub "
+ "pośrednio załączają ten plik:";
}
QCString trSince()
{
@@ -1025,10 +1005,10 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! page explaining how the dot graph's should be interpreted */
QCString trLegendDocs()
{
- return decode(
- "Ta strona wyja¶nia jak interpretować wykresy, które s± wygenerowane "
+ return
+ "Ta strona wyjaśnia jak interpretować wykresy, które są wygenerowane "
"przez doxygen.<p>\n"
- "Rozważ następuj±cy przykład:\n"
+ "Rozważ następujący przykład:\n"
"\\code\n"
"/*! Klasa Niewidzialna z powodu okrojenia */\n"
"class Niewidzialna { };\n\n"
@@ -1036,17 +1016,17 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
"class Okrojona : public Niewidzialna { };\n\n"
"/* Klasa nie udokumentowana komentarzami doxygen */\n"
"class Nieudokumentowana { };\n\n"
- "/*! Klasa, która jest dziedziczona publicznie */\n"
+ "/*! Klasa, ktĂłra jest dziedziczona publicznie */\n"
"class PublicznaBaza : public Okrojona { };\n\n"
"/*! A template class */\n"
"template<class T> class Templ { };\n\n"
- "/*! Klasa, która jest dziedziczona przy użyciu dziedziczenia chronionego */\n"
+ "/*! Klasa, ktĂłra jest dziedziczona przy uĹĽyciu dziedziczenia chronionego */\n"
"class ChronionaBaza { };\n\n"
- "/*! Klasa, która jest dziedziczona prywatnie */\n"
+ "/*! Klasa, ktĂłra jest dziedziczona prywatnie */\n"
"class PrywatnaBaza { };\n\n"
- "/*! Klasa, która jest użyta przez klasę Dziedziczona */\n"
+ "/*! Klasa, ktĂłra jest uĹĽyta przez klasÄ™ Dziedziczona */\n"
"class Uzyta { };\n\n"
- "/*! Superklasa, która dziedziczy kilka innych klas */\n"
+ "/*! Superklasa, ktĂłra dziedziczy kilka innych klas */\n"
"class Dziedziczona : public PublicznaBaza,\n"
" protected ChronionaBaza,\n"
" private PrywatnaBaza,\n"
@@ -1057,30 +1037,32 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
" Uzyta *m_usedClass;\n"
"};\n"
"\\endcode\n"
- "Je¶li znacznik \\c MAX_DOT_GRAPH_HEIGHT w pliku konfiguracji "
- "jest ustawiony na 200, odniesie to rezultat w następuj±cym wykresie:"
- "<p><center><img src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center>\n"
+ "Rezultat na następującym wykresie:"
+ "<p><center><img src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center></p>\n"
"<p>\n"
- "Prostok±ty w powyższym wykresie maj± następuj±ce znaczenie:\n"
+ "Prostokąty w powyższym wykresie mają następujące znaczenie:\n"
+ "</p>\n"
"<ul>\n"
- "<li>Wypełniony czarny prostok±t reprezentuje strukturę lub klasę dla "
- "której został wygenerowany wykres.\n"
- "<li>Prostok±t z czarn± obwolut± oznacza udokumentowan± strukturę lub klasę.\n"
- "<li>Prostok±t z szar± obwolut± oznacza nieudokumentowan± strukturę lub klasę.\n"
- "<li>Prostok±t z czerwon± obwolut± oznacza udokumentowan± strukturę lub klasę dla\n"
- "której nie s± pokazane wszystkie relacje dziedziczenia/zawierania. Wykres jest "
- "okrojony, je¶li nie mie¶ci się w okre¶lonych brzegach."
+ "<li>Wypełniony czarny prostokąt reprezentuje strukturę lub klasę dla "
+ "której został wygenerowany wykres.</li>\n"
+ "<li>ProstokÄ…t z czarnÄ… obwolutÄ… oznacza udokumentowanÄ… strukturÄ™ lub klasÄ™.</li>\n"
+ "<li>ProstokÄ…t z szarÄ… obwolutÄ… oznacza nieudokumentowanÄ… strukturÄ™ lub klasÄ™.</li>\n"
+ "<li>ProstokÄ…t z czerwonÄ… obwolutÄ… oznacza udokumentowanÄ… strukturÄ™ lub klasÄ™ dla\n"
+ "ktĂłrej nie sÄ… pokazane wszystkie relacje dziedziczenia/zawierania. Wykres jest "
+ "okrojony, jeśli nie mieści się w określonych brzegach.</li>\n"
"</ul>\n"
- "Strzałki maj± następuj±ce znaczenie:\n"
+ "<p>\n"
+ "Strzałki mają następujące znaczenie:\n"
+ "<p>\n"
"<ul>\n"
- "<li>Ciemno niebieska strzałka jest używana do wizualizacji relacji "
- "dziedziczenia publicznego pomiędzy dwiema klasami.\n"
- "<li>Ciemno zielona strzałka jest używana dla dziedziczenia chronionego.\n"
- "<li>Ciemno czerwona strzałka jest używana dla dziedziczenia prywatnego.\n"
- "<li>Fioletowa przerywana strzałka jest używana je¶li klasa jest zawarta "
- "lub użyta przez inn± klasę. Strzałka jest podpisana zmienn±(ymi) "
- "przez które wskazywana klasa lub struktura jest dostępna. \n"
- "</ul>\n");
+ "<li>Ciemno niebieska strzałka jest używana do wizualizacji relacji "
+ "dziedziczenia publicznego pomiędzy dwiema klasami.</li>\n"
+ "<li>Ciemno zielona strzałka jest używana dla dziedziczenia chronionego.</li>\n"
+ "<li>Ciemno czerwona strzałka jest używana dla dziedziczenia prywatnego.</li>\n"
+ "<li>Fioletowa przerywana strzałka jest używana jeśli klasa jest zawarta "
+ "lub użyta przez inną klasę. Strzałka jest podpisana zmienną(ymi) "
+ "przez które wskazywana klasa lub struktura jest dostępna. </li>\n"
+ "</ul>\n";
}
/*! text for the link to the legend page */
QCString trLegend()
@@ -1119,12 +1101,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Used as a section header for IDL properties */
virtual QCString trProperties()
{
- return decode("Wła¶ciwo¶ci");
+ return "Właściwości";
}
/*! Used as a section header for IDL property documentation */
virtual QCString trPropertyDocumentation()
{
- return decode("Dokumentacja wła¶ciwo¶ci");
+ return "Dokumentacja właściwości";
}
//////////////////////////////////////////////////////////////////////////
// new since 1.2.4
@@ -1155,27 +1137,27 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Title of the package index page */
virtual QCString trPackageList()
{
- return decode("Lista Pakietów");
+ return "Lista PakietĂłw";
}
/*! The description of the package index page */
virtual QCString trPackageListDescription()
{
- return decode("Oto lista pakietów wraz z krótkim opisem (o ile jest dostępny):");
+ return "Oto lista pakietów wraz z krótkim opisem (o ile jest dostępny):";
}
/*! The link name in the Quick links header for each page */
virtual QCString trPackages()
{
- return decode("Pakiety");
+ return "Pakiety";
}
/*! Used as a chapter title for Latex & RTF output */
virtual QCString trPackageDocumentation()
{
- return decode("Dokumentacja Pakietu");
+ return "Dokumentacja Pakietu";
}
/*! Text shown before a multi-line define */
virtual QCString trDefineValue()
{
- return decode("Warto¶ć:");
+ return "Wartość:";
}
//////////////////////////////////////////////////////////////////////////
@@ -1185,12 +1167,12 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Used as a marker that is put before a \\bug item */
virtual QCString trBug()
{
- return decode("Bł±d");
+ return "BĹ‚Ä…d";
}
/*! Used as the header of the bug list */
virtual QCString trBugList()
{
- return decode("Lista błędów");
+ return "Lista błędów";
}
//////////////////////////////////////////////////////////////////////////
@@ -1212,7 +1194,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Used as header RTF general index */
virtual QCString trRTFGeneralIndex()
{
- return decode("Indeks");
+ return "Indeks";
}
/*! This is used for translation of the word that will possibly
@@ -1244,9 +1226,9 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
virtual QCString trNamespace(bool first_capital, bool singular)
{
QCString result((first_capital ? "Przestrze" : "przestrze"));
- result+=(singular ? "ń" : "nie");
+ result+=(singular ? "Ĺ„" : "nie");
result+=" nazw";
- return decode(result);
+ return result;
}
/*! This is used for translation of the word that will possibly
@@ -1277,9 +1259,9 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trMember(bool first_capital, bool singular)
{
- QCString result((first_capital ? "Składow" : "składow"));
+ QCString result((first_capital ? "Składow" : "składow"));
result+=(singular ? "a" : "e");
- return decode(result);
+ return result;
}
/*! This is used for translation of the word that will possibly
@@ -1325,7 +1307,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trReferences()
{
- return decode("Odwołuje się do");
+ return "Odwołuje się do";
}
@@ -1353,7 +1335,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trRTFTableOfContents()
{
- return decode("Spis tre¶ci");
+ return "Spis treści";
}
//////////////////////////////////////////////////////////////////////////
@@ -1365,7 +1347,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trDeprecatedList()
{
- return decode("Lista elementów do wycofania");
+ return "Lista elementĂłw do wycofania";
}
//////////////////////////////////////////////////////////////////////////
@@ -1382,7 +1364,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Header used for the documentation section of a class' events. */
virtual QCString trEventDocumentation()
{
- return decode("Dokumentacja zdarzeń");
+ return "Dokumentacja zdarzeń";
}
//////////////////////////////////////////////////////////////////////////
@@ -1438,7 +1420,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! Put in front of the call graph for a function. */
virtual QCString trCallGraph()
{
- return "Oto graf wywołań dla tej funkcji:";
+ return "Oto graf wywołań dla tej funkcji:";
}
//////////////////////////////////////////////////////////////////////////
@@ -1472,22 +1454,22 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
{
if (numDocuments==0)
{
- return "Niestety żaden dokument nie pasuje do twojego zapytania.";
+ return "Niestety ĹĽaden dokument nie pasuje do twojego zapytania.";
}
else if (numDocuments==1)
{
- return "Znaleziono <b>1</b> dokument pasuj±cy do twojego zapytania.";
+ return "Znaleziono <b>1</b> dokument pasujÄ…cy do twojego zapytania.";
}
int count = numDocuments % 10;
if ((count>=2) && (count<=4))
{
- return "Znaleziono <b>$num</b> dokumenty pasuj±ce do twojego zapytania. "
- "Najlepiej pasuj±ce dokumenty wy¶wietlane s± na pocz±tku listy.";
+ return "Znaleziono <b>$num</b> dokumenty pasujÄ…ce do twojego zapytania. "
+ "Najlepiej pasujące dokumenty wyświetlane są na początku listy.";
}
else
{
- return "Znaleziono <b>$num</b> dokumentów pasuj±cych do twojego zapytania. "
- "Najlepiej pasuj±ce dokumenty wy¶wietlane s± na pocz±tku listy.";
+ return "Znaleziono <b>$num</b> dokumentĂłw pasujÄ…cych do twojego zapytania. "
+ "Najlepiej pasujące dokumenty wyświetlane są na początku listy.";
}
}
/*! This string is put before the list of matched words, for each search
@@ -1495,7 +1477,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trSearchMatches()
{
- return "Pasuj±ce słowa:";
+ return "Pasujące słowa:";
}
//////////////////////////////////////////////////////////////////////////
@@ -1506,7 +1488,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trSourceFile(QCString& filename)
{
- return "Plik Ľródłowy " + filename;
+ return "Plik źródłowy " + filename;
}
//////////////////////////////////////////////////////////////////////////
@@ -1517,13 +1499,13 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* hierarchy.
*/
virtual QCString trDirIndex()
- { return "Struktura katalogów"; }
+ { return "Struktura katalogĂłw"; }
/*! This is used as the name of the chapter containing the documentation
* of the directories.
*/
virtual QCString trDirDocumentation()
- { return "Dokumentacja katalogów"; }
+ { return "Dokumentacja katalogĂłw"; }
/*! This is used as the title of the directory index and also in the
* Quick links of a HTML page, to link to the directory hierarchy.
@@ -1536,8 +1518,8 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trDirDescription()
{
- return "Ta struktura katalogów jest posortowana jest z grubsza, "
- "choć nie całkowicie, alfabetycznie:";
+ 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
@@ -1565,8 +1547,8 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
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.";
+ return "To jest metoda przeciążona, udostępniona dla wygody. "
+ "Różni się od powyższej metody tylko zestawem akceptowanych argumentów.";
}
//////////////////////////////////////////////////////////////////////////
@@ -1576,14 +1558,14 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is used to introduce a caller (or called-by) graph */
virtual QCString trCallerGraph()
{
- return "Oto graf wywoływań tej funkcji:";
+ return "Oto graf wywoływań tej funkcji:";
}
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for enumeration values
*/
virtual QCString trEnumerationValueDocumentation()
- { return "Dokumentacja wyliczeń"; } //TODO check if it is correct translation
+ { return "Dokumentacja wyliczeń"; } //TODO check if it is correct translation
//////////////////////////////////////////////////////////////////////////
// new since 1.5.4 (mainly for Fortran)
@@ -1591,11 +1573,11 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! header that is put before the list of member subprograms (Fortran). */
virtual QCString trMemberFunctionDocumentationFortran()
- { return "Dokumentacja składowej funkcji/podprogramu"; }
+ { return "Dokumentacja składowej funkcji/podprogramu"; }
/*! This is put above each page as a link to the list of annotated data types (Fortran). */
virtual QCString trCompoundListFortran()
- { return "Lista typów danych"; }
+ { return "Lista typĂłw danych"; }
/*! This is put above each page as a link to all members of compounds (Fortran). */
virtual QCString trCompoundMembersFortran()
@@ -1603,25 +1585,25 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! This is an introduction to the annotated compound list (Fortran). */
virtual QCString trCompoundListDescriptionFortran()
- { return "Tutaj znajduj± się typy danych z ich krótkimi opisami:"; }
+ { return "Tutaj znajdujÄ… siÄ™ typy danych z ich krĂłtkimi opisami:"; }
/*! This is an introduction to the page with all data types (Fortran). */
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll)
{
result+="udokumentowanych ";
}
- result+="składowych typów danych";
- result+=" wraz z odno¶nikami do ";
+ result+="składowych typów danych";
+ result+=" wraz z odnośnikami do ";
if (!extractAll)
{
- result+="dokumentacji struktury danych dla każdej składowej";
+ result+="dokumentacji struktury danych dla każdej składowej";
}
else
{
- result+="typów danych, do których dana składowa należy:";
+ result+="typów danych, do których dana składowa należy:";
}
return result;
}
@@ -1630,13 +1612,13 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* annotated compound index (Fortran).
*/
virtual QCString trCompoundIndexFortran()
- { return "Indeks typów danych"; }
+ { return "Indeks typĂłw danych"; }
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all data types (Fortran).
*/
virtual QCString trTypeDocumentation()
- { return "Dokumentacja typów danych"; }
+ { return "Dokumentacja typĂłw danych"; }
/*! This is used in the documentation of a file as a header before the
* list of (global) subprograms (Fortran).
@@ -1658,14 +1640,14 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! used as the title of page containing all the index of all modules (Fortran). */
virtual QCString trModulesList()
- { return "Lista modułów"; }
+ { return "Lista modułów"; }
/*! used as an introduction to the modules list (Fortran) */
virtual QCString trModulesListDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll) result+="udokumentowanych ";
- result+="modułów z ich krótkimi opisami:";
+ result+="modułów z ich krótkimi opisami:";
return result;
}
@@ -1678,13 +1660,13 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
if (isTemplate) result+=" szablonu";
switch(compType)
{
- case ClassDef::Class: result+=" modułu "; break;
+ case ClassDef::Class: result+=" modułu "; break;
case ClassDef::Struct: result+=" typu "; break;
case ClassDef::Union: result+=" unii "; break;
case ClassDef::Interface: result+=" interfejsu "; break;
- case ClassDef::Protocol: result+=" protokołu "; break;
+ case ClassDef::Protocol: result+=" protokołu "; break;
case ClassDef::Category: result+=" kategorii "; break;
- case ClassDef::Exception: result+=" wyj±tku "; break;
+ case ClassDef::Exception: result+=" wyjÄ…tku "; break;
}
result+=(QCString)clName;
return result;
@@ -1692,28 +1674,28 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! used as the title of the HTML page of a module (Fortran) */
virtual QCString trModuleReference(const char *namespaceName)
{
- QCString result="Dokumentacja modułu ";
+ QCString result="Dokumentacja modułu ";
result+=namespaceName;
return result;
}
/*! This is put above each page as a link to all members of modules. (Fortran) */
virtual QCString trModulesMembers()
- { return "Składowe modułu"; }
+ { return "Składowe modułu"; }
/*! This is an introduction to the page with all modules members (Fortran) */
virtual QCString trModulesMemberDescription(bool extractAll)
{
- QCString result="Tutaj znajduje się lista wszystkich ";
+ QCString result="Tutaj znajduje siÄ™ lista wszystkich ";
if (!extractAll) result+="udokumentowanych ";
- result+="składowych modułów wraz z odno¶nikami do ";
+ result+="składowych modułów wraz z odnośnikami do ";
if (extractAll)
{
- result+="dokumentacji modułu dla każdej składowej:";
+ result+="dokumentacji modułu dla każdej składowej:";
}
else
{
- result+="modułów do których składowe te należ±:";
+ result+="modułów do których składowe te należą:";
}
return result;
}
@@ -1722,7 +1704,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
* index of all modules (Fortran).
*/
virtual QCString trModulesIndex()
- { return "Indeks modułu"; }
+ { return "Indeks modułu"; }
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
@@ -1730,7 +1712,7 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
*/
virtual QCString trModule(bool first_capital, bool singular)
{
- QCString result((first_capital ? "Moduł" : "moduł"));
+ QCString result((first_capital ? "Moduł" : "moduł"));
if (!singular) result+="y";
return result;
}
@@ -1744,17 +1726,17 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
QCString result=(QCString)"Dokumentacja dla te";
switch(compType)
{
- case ClassDef::Class: result+="go modułu"; break;
+ case ClassDef::Class: result+="go modułu"; break;
case ClassDef::Struct: result+="go typu"; break;
case ClassDef::Union: result+="j unii"; break;
case ClassDef::Interface: result+="go interfejsu"; break;
- case ClassDef::Protocol: result+="go protokołu"; break;
+ case ClassDef::Protocol: result+="go protokołu"; break;
case ClassDef::Category: result+="j kategorii"; break;
- case ClassDef::Exception: result+="go wyj±tku"; break;
+ case ClassDef::Exception: result+="go wyjÄ…tku"; break;
}
- result+=" została wygenerowana z plik";
- if (single) result+="u:"; else result+="ów:";
- return decode(result);
+ result+=" została wygenerowana z plik";
+ if (single) result+="u:"; else result+="Ăłw:";
+ return result;
}
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
@@ -1780,8 +1762,43 @@ class TranslatorPolish : public TranslatorAdapter_1_6_0
/*! C# Type Constraint list */
virtual QCString trTypeConstraints()
{
- return "Więzy typów"; //TODO check if it is correct translation
+ return "Więzy typów"; //TODO check if it is correct translation
+ }
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.6.0 (mainly for the new search engine)
+//////////////////////////////////////////////////////////////////////////
+
+ /*! directory relation for \a name */
+ virtual QCString trDirRelation(const char *name)
+ {
+ return "Relcja "+ QCString(name);
}
+
+ /*! Loading message shown when loading search results */
+ virtual QCString trLoading()
+ {
+ return "Wczytywanie...";
+ }
+
+ /*! Label used for search results in the global namespace */
+ virtual QCString trGlobalNamespace()
+ {
+ return "Globalna przestrzeń nazw";
+ }
+
+ /*! Message shown while searching */
+ virtual QCString trSearching()
+ {
+ return "Szukanie...";
+ }
+
+ /*! Text shown when no search results are found */
+ virtual QCString trNoMatches()
+ {
+ return "Brak dopasowań";
+ }
+
};
#endif