📄 translator_hr.h
字号:
} /*! Used as the header of the todo list */ virtual QCString trTodoList() { return "Ostalo za uraditi"; }//////////////////////////////////////////////////////////////////////////// new since 1.1.4////////////////////////////////////////////////////////////////////////// virtual QCString trReferencedBy() { return "Referencirano od"; } virtual QCString trRemarks() { return "Napomene"; } virtual QCString trAttention() { return decode("Pa緉ja"); } virtual QCString trInclByDepGraph() { return decode("Ovaj graf pokazuje koje datoteke izravno " "ili neizravno uklju鑥ju ovu datoteku:"); } virtual QCString trSince() { return "Od"; }//////////////////////////////////////////////////////////////////////////// new since 1.1.5////////////////////////////////////////////////////////////////////////// /*! title of the graph legend page */ virtual QCString trLegendTitle() { return "Legenda"; } /*! page explaining how the dot graph's should be interpreted */ virtual QCString trLegendDocs() { return decode( "Ova stranica obja筺java kako interpretirati grafikone koje je generirao " "doxygen.<p>\n" "Na primjer:\n" "\\code\n" "/*! Nevidljiva klasa (ne鎒 stati na graf date visine) */\n" "class Invisible { };\n\n" "/*! Odrezana klasa, inheritance je skriven (klase se vidi na grafu, ali ne i sve bazne klase) */\n" "class Truncated : public Invisible { };\n\n" "/* Nedokumentirana klasa */\n" "class Undocumented { };\n\n" "/*! Klasa koja je naslije餰na public */\n" "class PublicBase : public Truncated { };\n\n" "/*! Klasa koje je naslije餰na protected */\n" "class ProtectedBase { };\n\n" "/*! Klasa koje je naslije餰na private */\n" "class PrivateBase { };\n\n" "/*! Klasa koja se koristi agregacijom */\n" "class Used { };\n\n" "/*! Super klasa koja naslije饀je/koristi ostale */\n" "class Inherited : public PublicBase,\n" " protected ProtectedBase,\n" " private PrivateBase,\n" " public Undocumented\n" "{\n" " private:\n" " Used *m_usedClass;\n" "};\n" "\\endcode\n" "Ako je \\c MAX_DOT_GRAPH_HEIGHT tag u konfiguracijskoj datoteci " "postavljen na 200 gornje veze 鎒 rezultirati grafikonom:" "<p><center><img src=\"graph_legend.gif\"></center>\n" "<p>\n" "Pravokutnici imaju slijede鎒 zna鑕nje:\n" "<ul>\n" "<li>Puni crni predstavlja klasu za koji je generiran graf.\n" "<li>Pravokutnik s crnim rubom predstavlja dokumentiranu klasu.\n" "<li>Pravokutnik s sivim rubom predstavlja nedokumentiranu klasu.\n" "<li>Pravokutnik s crvenim rubom predstavlja dokumentiranu klasu\n" "Za koju nije prikazan graf naslije餴vanja. Graf je odrezan " "ako ne stane unutar odre餰nih granica." "</ul>\n" "Strelice imaju slijede鎒 zna鑕nje:\n" "<ul>\n" "<li>Tamnoplava strelica ozna鑑va public naslije餴vanje.\n" "<li>Tamnozelena strelica ozna鑑va protected naslije餴vanje.\n" "<li>Tamnocrvena strelica ozna鑑va private naslije餴vanje.\n" "<li>Ljubi鑑sta isprekidana strelica se koristi za agregate vezu. " "Strelica je ozna鑕na imenom varijable.\n" "</ul>\n"); } /*! text for the link to the legend page */ virtual QCString trLegend() { return "legenda"; }//////////////////////////////////////////////////////////////////////////// new since 1.2.0////////////////////////////////////////////////////////////////////////// /*! Used as a marker that is put before a test item */ virtual QCString trTest() { return "Test"; } /*! Used as the header of the test list */ virtual QCString trTestList() { return "Test lista"; }//////////////////////////////////////////////////////////////////////////// new since 1.2.1////////////////////////////////////////////////////////////////////////// /*! Used as a section header for KDE-2 IDL methods */ virtual QCString trDCOPMethods() { return "DCOP metode"; }//////////////////////////////////////////////////////////////////////////// new since 1.2.2////////////////////////////////////////////////////////////////////////// /*! Used as a section header for IDL properties */ virtual QCString trProperties() { return "Svojstva (property)"; } /*! Used as a section header for IDL property documentation */ virtual QCString trPropertyDocumentation() { return "Dokumentacija svojstava"; }//////////////////////////////////////////////////////////////////////////// new since 1.2.4////////////////////////////////////////////////////////////////////////// /*! Used for Java interfaces in the summary section of Java packages */ virtual QCString trInterfaces() { return decode("Su鑕lja (interfaces)"); } /*! Used for Java classes in the summary section of Java packages */ virtual QCString trClasses() { return "Klase"; } /*! Used as the title of a Java package */ virtual QCString trPackage(const char *name) { return decode((QCString)"Paket "+name); } /*! Title of the package index page */ virtual QCString trPackageList() { return "Lista paketa"; } /*! The description of the package index page */ virtual QCString trPackageListDescription() { return "Paketi s kratkim opisom (ukoliko postoji):"; } /*! The link name in the Quick links header for each page */ virtual QCString trPackages() { return "Paketi"; } /*! Used as a chapter title for Latex & RTF output */ virtual QCString trPackageDocumentation() { return "Dokumentacija paketa"; } /*! Text shown before a multi-line define */ virtual QCString trDefineValue() { return "Vrijednost:"; }//////////////////////////////////////////////////////////////////////////// new since 1.2.5////////////////////////////////////////////////////////////////////////// /*! Used as a marker that is put before a \\bug item */ virtual QCString trBug() { return decode("Gre筴a"); } /*! Used as the header of the bug list */ virtual QCString trBugList() { return decode("Popis gre筧ka"); }//////////////////////////////////////////////////////////////////////////// new since 1.2.6////////////////////////////////////////////////////////////////////////// /*! Used as ansicpg for RTF file */ virtual QCString trRTFansicp() { return "1252"; } /*! Used as ansicpg for RTF fcharset */ virtual QCString trRTFCharSet() { return "238"; } /*! Used as header RTF general index */ virtual QCString trRTFGeneralIndex() { return decode("Sadr綼j"); } /*! This is used for translation of the word that will possibly * be followed by a single name or by a list of names * of the category. */ virtual QCString trClass(bool first_capital, bool singular) { QCString result((first_capital ? "Klas" : "klas")); result+= (singular ? "a" : "e"); 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 * of the category. */ virtual QCString trFile(bool first_capital, bool singular) { QCString result((first_capital ? "Datotek" : "datotek")); result+= (singular ? "a" : "e"); 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 * of the category. */ virtual QCString trNamespace(bool first_capital, bool singular) { QCString result; if (singular) result = ((first_capital ? "Imenik" : "imenik")); else result = ((first_capital ? "Imenici" : "imenici")); 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 * of the category. */ virtual QCString trGroup(bool first_capital, bool singular) { QCString result((first_capital ? "Grup" : "grup")); result+= (singular ? "a" : "e"); 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 * of the category. */ virtual QCString trPage(bool first_capital, bool singular) { QCString result((first_capital ? "Stranic" : "stranic")); result+= (singular ? "a" : "e"); 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 * of the category. */ virtual QCString trMember(bool first_capital, bool singular) { QCString result((first_capital ? "萳an" : "鑜an")); if (!singular) result+="ovi"; return decode(result); } /*! This is used for translation of the word that will possibly * be followed by a single name or by a list of names * of the category. */ virtual QCString trField(bool first_capital, bool singular) { QCString result((first_capital ? "Polj" : "polj")); result+= (singular ? "e" : "a"); 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 * of the category. */ virtual QCString trGlobal(bool first_capital, bool singular) { QCString result((first_capital ? "G" : "g")); if( singular ) result += "lobalna varijabla"; else result += "lobalne varijable"; return result; }//////////////////////////////////////////////////////////////////////////// new since 1.2.7////////////////////////////////////////////////////////////////////////// /*! This text is generated when the \\author command is used and * for the author section in man pages. */ virtual QCString trAuthor(bool first_capital, bool singular) { QCString result((first_capital ? "Autor" : "autor")); if (!singular) result+="i"; return result; }//////////////////////////////////////////////////////////////////////////// new since 1.2.11////////////////////////////////////////////////////////////////////////// /*! This text is put before the list of members referenced by a member */ virtual QCString trReferences() { return "Reference"; }};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -