mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 11:13:27 +00:00
6f6baffe19
Change-Id: Ib50d98b38cbcd2fb9ada7bbbdacd4f29cecd0f29
24 lines
810 B
JSON
24 lines
810 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Crazymadlover",
|
|
"Icvav",
|
|
"MetalBrasil",
|
|
"Muro de Aguas",
|
|
"Sanbec",
|
|
"Fitoschido",
|
|
"Macofe"
|
|
]
|
|
},
|
|
"inputbox-desc": "Permite la inclusión de formularios en HTML predefinidos.",
|
|
"inputbox-error-no-type": "No has especificado el tipo de formulario que vas a crear.",
|
|
"inputbox-error-bad-type": "No se reconoce el tipo de caja de entrada «$1».\nPor favor, especifica «create», «comment», «search» «search2» o \"fulltext\".",
|
|
"inputbox-tryexact": "Buscar título exacto",
|
|
"inputbox-searchfulltext": "Buscar por texto completo",
|
|
"inputbox-createarticle": "Crear página",
|
|
"inputbox-movearticle": "Trasladar página",
|
|
"inputbox-postcomment": "Sección nueva",
|
|
"inputbox-postcommenttitle": "Sección nueva",
|
|
"inputbox-ns-main": "Principal"
|
|
}
|