×
Create a new article
Write your page title here:
We currently have 2,427 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Documentation for this module may be created at Module:Quote/i18n/doc

return {
    ["en"] = {
        ["align"] = "align",
        ["class"] = "class",
        ["context"] = "context",
        ["person"] = "person",
        ["personquoted"] = "personquoted",
        ["quote"] = "quote",
        ["quotesource"] = "quotesource",
        ["quotetext"] = "quotetext",
        ["quotewidth"] = "quotewidth",
        ["source"] = "source",
        ["speaker"] = "speaker",
        ["style"] = "style",
        ["text"] = "text",
        ["width"] = "width"
    },
    ["de"] = {
        ["align"] = "textausrichtung",
        ["class"] = "klasse",
        ["context"] = "kontext",
        ["person"] = "person",
        ["personquoted"] = "zitierte person",
        ["quote"] = "zitat",
        ["quotesource"] = "zitatquelle",
        ["quotetext"] = "zitattext",
        ["quotewidth"] = "zitatbreite",
        ["source"] = "quelle",
        ["speaker"] = "sprecher",
        ["style"] = "style",
        ["text"] = "text",
        ["width"] = "breite"
    },
    ["pl"] = {
        ["align"] = "wyrównanie",
        ["class"] = "klasa",
        ["context"] = "kontekst",
        ["person"] = "osoba",
        ["personquoted"] = "cytowana osoba",
        ["quote"] = "cytat",
        ["quotesource"] = "źródło cytatu",
        ["quotetext"] = "tekst cytatu",
        ["quotewidth"] = "szerokość cytatu",
        ["source"] = "źródło",
        ["speaker"] = "mówca",
        ["style"] = "style",
        ["text"] = "tekst",
        ["width"] = "szerokość"
    },
    ["ru"] = {
        ["align"] = "align",
        ["class"] = "class",
        ["context"] = "context",
        ["person"] = "person",
        ["personquoted"] = "personquoted",
        ["quote"] = "цитата",
        ["quotesource"] = "quotesource",
        ["quotetext"] = "quotetext",
        ["quotewidth"] = "quotewidth",
        ["source"] = "источник",
        ["speaker"] = "автор",
        ["style"] = "style",
        ["text"] = "text",
        ["width"] = "width"
    },
    ["pt-br"] = {
        ["align"] = "alinhar",
        ["class"] = "class",
        ["context"] = "contexto",
        ["person"] = "pessoa",
        ["personquoted"] = "citado por pessoa",
        ["quote"] = "citação",
        ["quotesource"] = "fonte da citação",
        ["quotetext"] = "textp da citação",
        ["quotewidth"] = "largura da citação",
        ["source"] = "fonte",
        ["speaker"] = "orador",
        ["style"] = "estilo",
        ["text"] = "texto",
        ["width"] = "largura"
    },
}