mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-24 15:13:34 +00:00
e95f7d2357
Change-Id: I540b454b2370d25037a4da0b0d24e6195482e6de
16 lines
623 B
JSON
16 lines
623 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Hamilton Abreu",
|
|
"Malafaya"
|
|
]
|
|
},
|
|
"inputbox-desc": "Permite a inclusão de formulários HTML pré-definidos.",
|
|
"inputbox-error-no-type": "Não especificou o tipo de caixa de edição a ser criado.",
|
|
"inputbox-error-bad-type": "O tipo de caixa de introdução de dados \"$1\" não foi reconhecido.\nPor favor, especifique \"create\", \"comment\", \"search\", \"search2\" ou \"fulltext\".",
|
|
"inputbox-tryexact": "Tentar a exata expressão",
|
|
"inputbox-searchfulltext": "Pesquisar no texto completo",
|
|
"inputbox-createarticle": "Criar página",
|
|
"inputbox-ns-main": "Principal"
|
|
}
|