Adding addnewpage version 2024-11-16 (2be3f61).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
533f852de7
commit
ed74c038b1
65 changed files with 1129 additions and 0 deletions
8
plugins/55/addnewpage/lang/es/lang.php
Normal file
8
plugins/55/addnewpage/lang/es/lang.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
/*
|
||||
* Spanish language file (Paraguay)
|
||||
*/
|
||||
$lang['namespaceRoot'] = "Raiz";
|
||||
$lang['okbutton'] = "Agregar pagina";
|
||||
$lang['nooption'] = "Ud. no tiene privilegios para crear la pagina";
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
10
plugins/55/addnewpage/lang/es/settings.php
Normal file
10
plugins/55/addnewpage/lang/es/settings.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/*USE : UTF8*/
|
||||
|
||||
/*
|
||||
* Spanish language file
|
||||
*/
|
||||
$lang['addpage_exclude'] = "excluir directorio(namespace) separados por punto y coma (;)";
|
||||
$lang['addpage_showroot'] = "Mostrar directorio(namespace) raiz";
|
||||
$lang['addpage_hide'] = "cuando se usa la sintaxis {{NEWPAGE>[dir]}}: se oculta el selector de directorio (desmarcado: muestra solo sub-directorios (sub-namespaces))";
|
||||
$lang['addpage_hideACL'] = "si esta desmarcado, muesta un mensaje de error de privilegios. Si el usuario no tiene permiso de crear una pagina, simplemente se oculta el codigo {{NEWPAGE}}";
|
Loading…
Add table
Add a link
Reference in a new issue