@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYPREFERENCES_FORMTITLE', 'Preferencias del módulo') ; |
|
4 | -define('_MD_A_MYPREFERENCES_UPDATED', 'Las preferencias fueron actualizadas con éxito') ; |
|
3 | +define('_MD_A_MYPREFERENCES_FORMTITLE', 'Preferencias del módulo'); |
|
4 | +define('_MD_A_MYPREFERENCES_UPDATED', 'Las preferencias fueron actualizadas con éxito'); |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (defined('FOR_XOOPS_LANG_CHECKER')) { |
4 | - $mydirname = 'd3forum' ; |
|
4 | + $mydirname = 'd3forum'; |
|
5 | 5 | } |
6 | -$constpref = '_MB_' . strtoupper($mydirname) ; |
|
6 | +$constpref = '_MB_'.strtoupper($mydirname); |
|
7 | 7 | |
8 | -if (defined('FOR_XOOPS_LANG_CHECKER') || ! defined($constpref.'_LOADED')) { |
|
9 | - define($constpref.'_LOADED', 1) ; |
|
8 | +if (defined('FOR_XOOPS_LANG_CHECKER') || !defined($constpref.'_LOADED')) { |
|
9 | + define($constpref.'_LOADED', 1); |
|
10 | 10 | |
11 | 11 | // definitions for displaying blocks |
12 | 12 | // Since altsys is a singleton moudle, this file has non-sense. |
@@ -1,27 +1,27 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MYLANGADMIN_H3_MODULE', 'Módúlo que se está modificando') ; |
|
4 | -define('_MYLANGADMIN_CACHEUPDATED', 'El archivo de cache ha sido actualizado') ; |
|
5 | -define('_MYLANGADMIN_BTN_UPDATE', 'Actualizar') ; |
|
6 | -define('_MYLANGADMIN_BTN_RESET', 'Restablecer') ; |
|
3 | +define('_MYLANGADMIN_H3_MODULE', 'Módúlo que se está modificando'); |
|
4 | +define('_MYLANGADMIN_CACHEUPDATED', 'El archivo de cache ha sido actualizado'); |
|
5 | +define('_MYLANGADMIN_BTN_UPDATE', 'Actualizar'); |
|
6 | +define('_MYLANGADMIN_BTN_RESET', 'Restablecer'); |
|
7 | 7 | |
8 | -define('_MYLANGADMIN_TH_CONSTANTNAME', 'Nombre de la constante') ; |
|
9 | -define('_MYLANGADMIN_TH_DEFAULTVALUE', 'Valor predeterminado') ; |
|
10 | -define('_MYLANGADMIN_TH_USERVALUE', 'Valor dado por el usuario') ; |
|
8 | +define('_MYLANGADMIN_TH_CONSTANTNAME', 'Nombre de la constante'); |
|
9 | +define('_MYLANGADMIN_TH_DEFAULTVALUE', 'Valor predeterminado'); |
|
10 | +define('_MYLANGADMIN_TH_USERVALUE', 'Valor dado por el usuario'); |
|
11 | 11 | |
12 | -define('_MYLANGADMIN_NOTE_ADDEDBYMYLANG', '(una constante añadida por el usuario)') ; |
|
13 | -define('_MYLANGADMIN_DT_MYLANGFILENAME', '"Overriding" parcialmente el nombre del archivo') ; |
|
12 | +define('_MYLANGADMIN_NOTE_ADDEDBYMYLANG', '(una constante añadida por el usuario)'); |
|
13 | +define('_MYLANGADMIN_DT_MYLANGFILENAME', '"Overriding" parcialmente el nombre del archivo'); |
|
14 | 14 | |
15 | -define('_MYLANGADMIN_DT_CACHEFILENAME', 'Nombre del archivo de cache') ; |
|
16 | -define('_MYLANGADMIN_DT_CACHESTATUS', 'Estado de la cache') ; |
|
17 | -define('_MYLANGADMIN_CREATED', 'Creado') ; |
|
18 | -define('_MYLANGADMIN_NOTCREATED', 'No ha sido creada aún') ; |
|
15 | +define('_MYLANGADMIN_DT_CACHEFILENAME', 'Nombre del archivo de cache'); |
|
16 | +define('_MYLANGADMIN_DT_CACHESTATUS', 'Estado de la cache'); |
|
17 | +define('_MYLANGADMIN_CREATED', 'Creado'); |
|
18 | +define('_MYLANGADMIN_NOTCREATED', 'No ha sido creada aún'); |
|
19 | 19 | |
20 | -define('_MYLANGADMIN_ERR_MODNOLANGUAGE', 'El módulo seleccionado no tiene carpeta de lenguaje') ; |
|
21 | -define('_MYLANGADMIN_ERR_MODLANGINCOMPATIBLE', 'El módulo seleccionado tiene una estructura de lenguaje incompatible') ; |
|
22 | -define('_MYLANGADMIN_ERR_MODEMPTYLANGDIR', 'El módulo seleccionado no tiene un archivo de lenguaje de preferente selección al predeterminado (override)') ; |
|
20 | +define('_MYLANGADMIN_ERR_MODNOLANGUAGE', 'El módulo seleccionado no tiene carpeta de lenguaje'); |
|
21 | +define('_MYLANGADMIN_ERR_MODLANGINCOMPATIBLE', 'El módulo seleccionado tiene una estructura de lenguaje incompatible'); |
|
22 | +define('_MYLANGADMIN_ERR_MODEMPTYLANGDIR', 'El módulo seleccionado no tiene un archivo de lenguaje de preferente selección al predeterminado (override)'); |
|
23 | 23 | |
24 | -define('_MYLANGADMIN_MSG_D3LANGMANENABLED', 'El sistema de órdenes preferentes (overriding system) está activado ahora.') ; |
|
25 | -define('_MYLANGADMIN_FMT_HOWTOENABLED3LANGMAN4XCL', 'El sistema de órdenes preferentes (overriding system) está desactivado ahora. para activarlo, copie "%s" en "%s"') ; |
|
26 | -define('_MYLANGADMIN_MSG_HOWTOENABLED3LANGMAN4X2', 'El sistema de órdenes preferentes (overriding system) no puede funcionar con este núcleo de ImpressCMS excepto con relación a algunos módulos D3. Si desea activarlo con este núcleo, intente hacer este "hack":') ; |
|
27 | -define('_MYLANGADMIN_MSG_NOTICE4ALREADYREAD', 'El archivo ha sido leído por el sistema, por lo que esta columna muestra el valor actual.') ; |
|
24 | +define('_MYLANGADMIN_MSG_D3LANGMANENABLED', 'El sistema de órdenes preferentes (overriding system) está activado ahora.'); |
|
25 | +define('_MYLANGADMIN_FMT_HOWTOENABLED3LANGMAN4XCL', 'El sistema de órdenes preferentes (overriding system) está desactivado ahora. para activarlo, copie "%s" en "%s"'); |
|
26 | +define('_MYLANGADMIN_MSG_HOWTOENABLED3LANGMAN4X2', 'El sistema de órdenes preferentes (overriding system) no puede funcionar con este núcleo de ImpressCMS excepto con relación a algunos módulos D3. Si desea activarlo con este núcleo, intente hacer este "hack":'); |
|
27 | +define('_MYLANGADMIN_MSG_NOTICE4ALREADYREAD', 'El archivo ha sido leído por el sistema, por lo que esta columna muestra el valor actual.'); |
@@ -1,51 +1,51 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_TPLSADMIN_FMT_MSG_ENCLOSEBYCOMMENT', '%d archivos de cache de plantillas han sido enmarcados por comentarios "tplsadmin"') ; |
|
4 | -define('_TPLSADMIN_DT_ENCLOSEBYCOMMENT', 'Implantar comentarios') ; |
|
5 | -define('_TPLSADMIN_DD_ENCLOSEBYCOMMENT', 'Dos comentarios en html serán implantados al comienzo y al final de cada plantilla. Puesto que puede afectar al diseño, es recomendable solo para los profesionales capaces de leer HTML por sí solos.') ; |
|
6 | -define('_TPLSADMIN_CNF_ENCLOSEBYCOMMENT', 'El cache compilado de las plantillas será enmarcado por comentarios "tplsadmin". ¿Está seguro?') ; |
|
3 | +define('_TPLSADMIN_FMT_MSG_ENCLOSEBYCOMMENT', '%d archivos de cache de plantillas han sido enmarcados por comentarios "tplsadmin"'); |
|
4 | +define('_TPLSADMIN_DT_ENCLOSEBYCOMMENT', 'Implantar comentarios'); |
|
5 | +define('_TPLSADMIN_DD_ENCLOSEBYCOMMENT', 'Dos comentarios en html serán implantados al comienzo y al final de cada plantilla. Puesto que puede afectar al diseño, es recomendable solo para los profesionales capaces de leer HTML por sí solos.'); |
|
6 | +define('_TPLSADMIN_CNF_ENCLOSEBYCOMMENT', 'El cache compilado de las plantillas será enmarcado por comentarios "tplsadmin". ¿Está seguro?'); |
|
7 | 7 | |
8 | 8 | |
9 | -define('_TPLSADMIN_FMT_MSG_ENCLOSEBYBORDEREDDIV', '%d archivos de cache de plantillas han sido enmarcados por etiquetas div') ; |
|
10 | -define('_TPLSADMIN_DT_ENCLOSEBYBORDEREDDIV', 'Implantar etiquetas div') ; |
|
11 | -define('_TPLSADMIN_DD_ENCLOSEBYBORDEREDDIV', 'Cada plantilla será contenida por etiquetas div de bordes negros. Un enlace para modificar usando el Administrador de Plantillas será implantado en cada una de ellas. Tenga en cuenta que a menudo tal cosa causa problemas en el diseño aunque usted podrá modificar fácilmente cualquier plantilla.') ; |
|
12 | -define('_TPLSADMIN_CNF_ENCLOSEBYBORDEREDDIV', 'El cache compilado de las plantillas será contenido por etiquetas div. ¿Está seguro de querer hacerlo?') ; |
|
9 | +define('_TPLSADMIN_FMT_MSG_ENCLOSEBYBORDEREDDIV', '%d archivos de cache de plantillas han sido enmarcados por etiquetas div'); |
|
10 | +define('_TPLSADMIN_DT_ENCLOSEBYBORDEREDDIV', 'Implantar etiquetas div'); |
|
11 | +define('_TPLSADMIN_DD_ENCLOSEBYBORDEREDDIV', 'Cada plantilla será contenida por etiquetas div de bordes negros. Un enlace para modificar usando el Administrador de Plantillas será implantado en cada una de ellas. Tenga en cuenta que a menudo tal cosa causa problemas en el diseño aunque usted podrá modificar fácilmente cualquier plantilla.'); |
|
12 | +define('_TPLSADMIN_CNF_ENCLOSEBYBORDEREDDIV', 'El cache compilado de las plantillas será contenido por etiquetas div. ¿Está seguro de querer hacerlo?'); |
|
13 | 13 | |
14 | -define('_TPLSADMIN_FMT_MSG_HOOKSAVEVARS', 'Se han implantado "logics" para obtener las variables de las plantillas en %d caches de las plantillas.') ; |
|
15 | -define('_TPLSADMIN_DT_HOOKSAVEVARS', 'Implantar "logics" para obtener las variables de las plantillas') ; |
|
16 | -define('_TPLSADMIN_DD_HOOKSAVEVARS', 'Este es el primer paso para obtener la información de las variables de las plantillas de su sitio. Las mismas serán recogidas cuando las partes públicas de su sitio sean mostradas. Si todas las plantillas que desee editar son mostradas, consiga las información de las variables por medio de los botonos siguientes.') ; |
|
17 | -define('_TPLSADMIN_CNF_HOOKSAVEVARS', 'En el cache compilado de las plantillas se implantarán "logics" para obtener las variables de las mismas. ¿Desea continuar?') ; |
|
14 | +define('_TPLSADMIN_FMT_MSG_HOOKSAVEVARS', 'Se han implantado "logics" para obtener las variables de las plantillas en %d caches de las plantillas.'); |
|
15 | +define('_TPLSADMIN_DT_HOOKSAVEVARS', 'Implantar "logics" para obtener las variables de las plantillas'); |
|
16 | +define('_TPLSADMIN_DD_HOOKSAVEVARS', 'Este es el primer paso para obtener la información de las variables de las plantillas de su sitio. Las mismas serán recogidas cuando las partes públicas de su sitio sean mostradas. Si todas las plantillas que desee editar son mostradas, consiga las información de las variables por medio de los botonos siguientes.'); |
|
17 | +define('_TPLSADMIN_CNF_HOOKSAVEVARS', 'En el cache compilado de las plantillas se implantarán "logics" para obtener las variables de las mismas. ¿Desea continuar?'); |
|
18 | 18 | |
19 | -define('_TPLSADMIN_FMT_MSG_REMOVEHOOKS', '%d archivos de cache de las plantillas han sido normalizados') ; |
|
20 | -define('_TPLSADMIN_DT_REMOVEHOOKS', 'Normalizar el cache compilado de las plantillas') ; |
|
21 | -define('_TPLSADMIN_DD_REMOVEHOOKS', 'Esta operación elimina comentarios/div tags/logics implantados en las anteriores operaciones en los caches compilados de las plantillas.') ; |
|
22 | -define('_TPLSADMIN_CNF_REMOVEHOOKS', '¿Está seguro de realizar la normalización?') ; |
|
19 | +define('_TPLSADMIN_FMT_MSG_REMOVEHOOKS', '%d archivos de cache de las plantillas han sido normalizados'); |
|
20 | +define('_TPLSADMIN_DT_REMOVEHOOKS', 'Normalizar el cache compilado de las plantillas'); |
|
21 | +define('_TPLSADMIN_DD_REMOVEHOOKS', 'Esta operación elimina comentarios/div tags/logics implantados en las anteriores operaciones en los caches compilados de las plantillas.'); |
|
22 | +define('_TPLSADMIN_CNF_REMOVEHOOKS', '¿Está seguro de realizar la normalización?'); |
|
23 | 23 | |
24 | 24 | |
25 | -define('_TPLSADMIN_MSG_CLEARCACHE', 'El cache de las plantillas fue eliminado') ; |
|
26 | -define('_TPLSADMIN_MSG_CREATECOMPILECACHEFIRST', 'No hay cache compilado de las plantillas. Debe crearlo primero para mostrarlo en la parte pública de su sitio.') ; |
|
25 | +define('_TPLSADMIN_MSG_CLEARCACHE', 'El cache de las plantillas fue eliminado'); |
|
26 | +define('_TPLSADMIN_MSG_CREATECOMPILECACHEFIRST', 'No hay cache compilado de las plantillas. Debe crearlo primero para mostrarlo en la parte pública de su sitio.'); |
|
27 | 27 | |
28 | -define('_TPLSADMIN_CNF_DELETEOK', '¿Está seguro de querer realizar la eliminación?') ; |
|
28 | +define('_TPLSADMIN_CNF_DELETEOK', '¿Está seguro de querer realizar la eliminación?'); |
|
29 | 29 | |
30 | 30 | |
31 | -define('_TPLSADMIN_DT_GETTPLSVARSINFO_DW', 'Obtener la información de las variables de las plantillas como una extensión de DreamWeaver') ; |
|
32 | -define('_TPLSADMIN_DD_GETTPLSVARSINFO_DW', 'Abra primero el gestor de extensiones de Macromedia. <br />Extraiga el archivo que descargó.<br />Ejecute los archivos cuyas extensiones son .mxi y encontrará los diálogos de instalación.<br />Los "snippets" para las variables de las plantillas de su sitio pueden ser usadas después de reiniciar Dream Weaver.') ; |
|
31 | +define('_TPLSADMIN_DT_GETTPLSVARSINFO_DW', 'Obtener la información de las variables de las plantillas como una extensión de DreamWeaver'); |
|
32 | +define('_TPLSADMIN_DD_GETTPLSVARSINFO_DW', 'Abra primero el gestor de extensiones de Macromedia. <br />Extraiga el archivo que descargó.<br />Ejecute los archivos cuyas extensiones son .mxi y encontrará los diálogos de instalación.<br />Los "snippets" para las variables de las plantillas de su sitio pueden ser usadas después de reiniciar Dream Weaver.'); |
|
33 | 33 | |
34 | -define('_TPLSADMIN_DT_GETTEMPLATES', 'Descargar plantillas') ; |
|
35 | -define('_TPLSADMIN_DD_GETTEMPLATES', 'Seleccione un conjunto antes de hacer clic en el botón para elegir el formato del archivo a descargar') ; |
|
34 | +define('_TPLSADMIN_DT_GETTEMPLATES', 'Descargar plantillas'); |
|
35 | +define('_TPLSADMIN_DD_GETTEMPLATES', 'Seleccione un conjunto antes de hacer clic en el botón para elegir el formato del archivo a descargar'); |
|
36 | 36 | |
37 | -define('_TPLSADMIN_FMT_MSG_PUTTEMPLATES', '%d plantillas fueron importadas.') ; |
|
38 | -define('_TPLSADMIN_DT_PUTTEMPLATES', 'Subir un conjunto de plantillas') ; |
|
39 | -define('_TPLSADMIN_DD_PUTTEMPLATES', 'Seleccione un conjunto de plantillas que desee subir o usar para sobreescribir otro existente cuando haya subido el archivo zip/tgz que incluya archivos de plantillas (.html). No necesita comprobar las rutas en el archivo.') ; |
|
37 | +define('_TPLSADMIN_FMT_MSG_PUTTEMPLATES', '%d plantillas fueron importadas.'); |
|
38 | +define('_TPLSADMIN_DT_PUTTEMPLATES', 'Subir un conjunto de plantillas'); |
|
39 | +define('_TPLSADMIN_DD_PUTTEMPLATES', 'Seleccione un conjunto de plantillas que desee subir o usar para sobreescribir otro existente cuando haya subido el archivo zip/tgz que incluya archivos de plantillas (.html). No necesita comprobar las rutas en el archivo.'); |
|
40 | 40 | |
41 | 41 | |
42 | -define('_TPLSADMIN_ERR_NOTUPLOADED', 'Los archivos no fueron subidos.') ; |
|
43 | -define('_TPLSADMIN_ERR_EXTENSION', 'Esta extensión no pudo ser reconocida.') ; |
|
44 | -define('_TPLSADMIN_ERR_INVALIDARCHIVE', 'El archivo no pudo ser descomprimido.') ; |
|
45 | -define('_TPLSADMIN_ERR_INVALIDTPLSET', 'Se ha especificado un nombre inválido para el conjunto de plantillas.') ; |
|
42 | +define('_TPLSADMIN_ERR_NOTUPLOADED', 'Los archivos no fueron subidos.'); |
|
43 | +define('_TPLSADMIN_ERR_EXTENSION', 'Esta extensión no pudo ser reconocida.'); |
|
44 | +define('_TPLSADMIN_ERR_INVALIDARCHIVE', 'El archivo no pudo ser descomprimido.'); |
|
45 | +define('_TPLSADMIN_ERR_INVALIDTPLSET', 'Se ha especificado un nombre inválido para el conjunto de plantillas.'); |
|
46 | 46 | |
47 | -define('_TPLSADMIN_ERR_NOTPLSVARSINFO', 'No hay archivos con información de las variables de las plantillas.') ; |
|
47 | +define('_TPLSADMIN_ERR_NOTPLSVARSINFO', 'No hay archivos con información de las variables de las plantillas.'); |
|
48 | 48 | |
49 | -define('_TPLSADMIN_NUMCAP_COMPILEDCACHES', 'Archivos de cache de las plantillas') ; |
|
50 | -define('_TPLSADMIN_NUMCAP_TPLSVARS', 'Archivos de información de las variables de las plantillas') ; |
|
49 | +define('_TPLSADMIN_NUMCAP_COMPILEDCACHES', 'Archivos de cache de las plantillas'); |
|
50 | +define('_TPLSADMIN_NUMCAP_TPLSVARS', 'Archivos de información de las variables de las plantillas'); |
|
51 | 51 |
@@ -1,27 +1,27 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MYTPLSADMIN_CREATE_NEW_TPLSET', 'Crear un nuevo conjunto') ; |
|
4 | -define('_MYTPLSADMIN_CAPTION_BASE', 'Base') ; |
|
5 | -define('_MYTPLSADMIN_CAPTION_SETNAME', 'Nombre') ; |
|
6 | -define('_MYTPLSADMIN_OPT_BLANKSET', '(sin base)') ; |
|
7 | -define('_MYTPLSADMIN_CAPTION_COPYTO', 'a') ; |
|
8 | -define('_MYTPLSADMIN_BTN_COPY', 'Copiar') ; |
|
9 | -define('_MYTPLSADMIN_TITLE_CHECKALL', 'Seleccionar/No seleccionar todas las plantillas de esta columna') ; |
|
10 | -define('_MYTPLSADMIN_CNF_DELETE_SELECTED_TEMPLATES', 'Todas las plantillas seleccionadas en el conjunto (relacionadas en la columna) serán eliminadas. ¿Está seguro?') ; |
|
11 | -define('_MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES', 'Todas las plantillas seleccionadas (relacionadas en la columna) serán copiadas/sobreescritas en el conjunto seleccionado. ¿Está seguro?') ; |
|
12 | -define('_MYTPLSADMIN_TH_NAME', 'Nombre') ; |
|
13 | -define('_MYTPLSADMIN_TH_TYPE', 'Tipo') ; |
|
14 | -define('_MYTPLSADMIN_TH_FILE', 'Archivo base') ; |
|
15 | -define('_MYTPLSADMIN_ERR_NOTPLFILE', 'Ninguna plantilla es comprobada.') ; |
|
16 | -define('_MYTPLSADMIN_ERR_INVALIDTPLSET', "El conjunto o juego de plantillas de destino es el mismo que el de la fuente o bien no se ha especificado un 'tplset' válido.") ; |
|
17 | -define('_MYTPLSADMIN_ERR_CANTREMOVEDEFAULT', "No puede eliminar el conjunto de plantillas 'default'.") ; |
|
18 | -define('_MYTPLSADMIN_ERR_DUPLICATEDSETNAME', 'El nombre para el conjunto de plantillas ya existe.') ; |
|
19 | -define('_MYTPLSADMIN_ERR_INVALIDSETNAME', 'Se ha especificado un nombre incorrecto para el conjunto de plantillas.') ; |
|
3 | +define('_MYTPLSADMIN_CREATE_NEW_TPLSET', 'Crear un nuevo conjunto'); |
|
4 | +define('_MYTPLSADMIN_CAPTION_BASE', 'Base'); |
|
5 | +define('_MYTPLSADMIN_CAPTION_SETNAME', 'Nombre'); |
|
6 | +define('_MYTPLSADMIN_OPT_BLANKSET', '(sin base)'); |
|
7 | +define('_MYTPLSADMIN_CAPTION_COPYTO', 'a'); |
|
8 | +define('_MYTPLSADMIN_BTN_COPY', 'Copiar'); |
|
9 | +define('_MYTPLSADMIN_TITLE_CHECKALL', 'Seleccionar/No seleccionar todas las plantillas de esta columna'); |
|
10 | +define('_MYTPLSADMIN_CNF_DELETE_SELECTED_TEMPLATES', 'Todas las plantillas seleccionadas en el conjunto (relacionadas en la columna) serán eliminadas. ¿Está seguro?'); |
|
11 | +define('_MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES', 'Todas las plantillas seleccionadas (relacionadas en la columna) serán copiadas/sobreescritas en el conjunto seleccionado. ¿Está seguro?'); |
|
12 | +define('_MYTPLSADMIN_TH_NAME', 'Nombre'); |
|
13 | +define('_MYTPLSADMIN_TH_TYPE', 'Tipo'); |
|
14 | +define('_MYTPLSADMIN_TH_FILE', 'Archivo base'); |
|
15 | +define('_MYTPLSADMIN_ERR_NOTPLFILE', 'Ninguna plantilla es comprobada.'); |
|
16 | +define('_MYTPLSADMIN_ERR_INVALIDTPLSET', "El conjunto o juego de plantillas de destino es el mismo que el de la fuente o bien no se ha especificado un 'tplset' válido."); |
|
17 | +define('_MYTPLSADMIN_ERR_CANTREMOVEDEFAULT', "No puede eliminar el conjunto de plantillas 'default'."); |
|
18 | +define('_MYTPLSADMIN_ERR_DUPLICATEDSETNAME', 'El nombre para el conjunto de plantillas ya existe.'); |
|
19 | +define('_MYTPLSADMIN_ERR_INVALIDSETNAME', 'Se ha especificado un nombre incorrecto para el conjunto de plantillas.'); |
|
20 | 20 | |
21 | -define('_MYTPLSADMIN_H3_MODULE', 'Módulo') ; |
|
22 | -define('_MYTPLSADMIN_BTN_NEWTPLSET', 'Crear') ; |
|
21 | +define('_MYTPLSADMIN_H3_MODULE', 'Módulo'); |
|
22 | +define('_MYTPLSADMIN_BTN_NEWTPLSET', 'Crear'); |
|
23 | 23 | |
24 | -define('_MYTPLSADMIN_DBUPDATED', 'Las plantillas se actualizaron con éxito') ; |
|
24 | +define('_MYTPLSADMIN_DBUPDATED', 'Las plantillas se actualizaron con éxito'); |
|
25 | 25 | |
26 | -define('_MYTPLSADMIN_CUSTOMTEMPLATE', 'Plantilla personalizada') ; |
|
27 | -define('_MYTPLSADMIN_CREATENEWCUSTOMTEMPLATE', 'Crear una nueva plantilla personalizada') ; |
|
26 | +define('_MYTPLSADMIN_CUSTOMTEMPLATE', 'Plantilla personalizada'); |
|
27 | +define('_MYTPLSADMIN_CREATENEWCUSTOMTEMPLATE', 'Crear una nueva plantilla personalizada'); |
@@ -4,51 +4,51 @@ |
||
4 | 4 | // Appended by Xoops Language Checker -GIJOE- in 2008-12-13 18:32:09 |
5 | 5 | define('_MD_A_MYBLOCKSADMIN_NOTICE4COMMONFCK', 'If you want to use WYSIWYG editor, install common/fckeditor'); |
6 | 6 | |
7 | -define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', 'Berechtigungen erfolgreich übernommen') ; |
|
8 | -define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'Administration der Blöcke') ; |
|
9 | -define('_MD_A_MYBLOCKSADMIN_NAME', 'Name') ; |
|
10 | -define('_MD_A_MYBLOCKSADMIN_TITLE', 'Titel') ; |
|
11 | -define('_MD_A_MYBLOCKSADMIN_SIDE', 'Ausrichtung') ; |
|
12 | -define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - LINKS') ; |
|
13 | -define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o RECHTS') ; |
|
14 | -define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - MITTELINKS') ; |
|
15 | -define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - MITTERECHTS') ; |
|
16 | -define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - MITTE') ; |
|
17 | -define('_MD_A_MYBLOCKSADMIN_VISIBLE', 'Sichtbar') ; |
|
18 | -define('_MD_A_MYBLOCKSADMIN_WEIGHT', 'Gewichtung') ; |
|
19 | -define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', 'Sichtbar in') ; |
|
20 | -define('_MD_A_MYBLOCKSADMIN_CONTENT', 'Content') ; |
|
21 | -define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', 'Nützliche Tags') ; |
|
22 | -define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s will be replaced into %s in the view') ; |
|
23 | -define('_MD_A_MYBLOCKSADMIN_CTYPE', 'Blocktyp') ; |
|
24 | -define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'Template bearbeiten') ; |
|
25 | -define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'Block\'s option') ; |
|
26 | -define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'Cache Zeit') ; |
|
27 | -define('_MD_A_MYBLOCKSADMIN_ACTION', 'Action') ; |
|
28 | -define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', 'Bechreibung') ; |
|
29 | -define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'Startseite') ; |
|
30 | -define('_MD_A_MYBLOCKSADMIN_ALLPAGES', 'auf allen Seiten') ; |
|
31 | -define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'Berechtigungen') ; |
|
32 | -define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'module admin') ; |
|
33 | -define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'module read') ; |
|
34 | -define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'Datenbank wurde erfolgreich aktualisiert') ; |
|
35 | -define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', '%s soll gelöscht werden. Ist das wiklich OK?') ; |
|
36 | - |
|
37 | - |
|
38 | -define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'Clone the block') ; |
|
39 | -define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'Erstelle einen Block') ; |
|
40 | -define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'Block bearbeiten') ; |
|
41 | - |
|
42 | -define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', 'Force clone') ; |
|
43 | - |
|
44 | -define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', 'Clone') ; |
|
45 | -define('_MD_A_MYBLOCKSADMIN_BTN_NEW', 'Create') ; |
|
46 | -define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', 'Update') ; |
|
47 | - |
|
48 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', '(normales HTML)') ; |
|
49 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'HTML+BBCODE+AutoLink+Smiley aus') ; |
|
50 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'HTML+BBCODE+AutoLink+Smiley an') ; |
|
51 | -define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'PHP-Skript') ; |
|
7 | +define('_MD_A_MYBLOCKSADMIN_PERMUPDATED', 'Berechtigungen erfolgreich übernommen'); |
|
8 | +define('_MD_A_MYBLOCKSADMIN_BLOCKADMIN', 'Administration der Blöcke'); |
|
9 | +define('_MD_A_MYBLOCKSADMIN_NAME', 'Name'); |
|
10 | +define('_MD_A_MYBLOCKSADMIN_TITLE', 'Titel'); |
|
11 | +define('_MD_A_MYBLOCKSADMIN_SIDE', 'Ausrichtung'); |
|
12 | +define('_MD_A_MYBLOCKSADMIN_SBLEFT', 'o --- - LINKS'); |
|
13 | +define('_MD_A_MYBLOCKSADMIN_SBRIGHT', '- --- o RECHTS'); |
|
14 | +define('_MD_A_MYBLOCKSADMIN_CBLEFT', '- o-- - MITTELINKS'); |
|
15 | +define('_MD_A_MYBLOCKSADMIN_CBRIGHT', '- --o - MITTERECHTS'); |
|
16 | +define('_MD_A_MYBLOCKSADMIN_CBCENTER', '- -o- - MITTE'); |
|
17 | +define('_MD_A_MYBLOCKSADMIN_VISIBLE', 'Sichtbar'); |
|
18 | +define('_MD_A_MYBLOCKSADMIN_WEIGHT', 'Gewichtung'); |
|
19 | +define('_MD_A_MYBLOCKSADMIN_VISIBLEIN', 'Sichtbar in'); |
|
20 | +define('_MD_A_MYBLOCKSADMIN_CONTENT', 'Content'); |
|
21 | +define('_MD_A_MYBLOCKSADMIN_CAPT_USABLETAGS', 'Nützliche Tags'); |
|
22 | +define('_MD_A_MYBLOCKSADMIN_FMT_TAGRULE', '%s will be replaced into %s in the view'); |
|
23 | +define('_MD_A_MYBLOCKSADMIN_CTYPE', 'Blocktyp'); |
|
24 | +define('_MD_A_MYBLOCKSADMIN_EDITTPL', 'Template bearbeiten'); |
|
25 | +define('_MD_A_MYBLOCKSADMIN_OPTIONS', 'Block\'s option'); |
|
26 | +define('_MD_A_MYBLOCKSADMIN_BCACHETIME', 'Cache Zeit'); |
|
27 | +define('_MD_A_MYBLOCKSADMIN_ACTION', 'Action'); |
|
28 | +define('_MD_A_MYBLOCKSADMIN_DESCRIPTION', 'Bechreibung'); |
|
29 | +define('_MD_A_MYBLOCKSADMIN_TOPPAGE', 'Startseite'); |
|
30 | +define('_MD_A_MYBLOCKSADMIN_ALLPAGES', 'auf allen Seiten'); |
|
31 | +define('_MD_A_MYBLOCKSADMIN_PERMFORM', 'Berechtigungen'); |
|
32 | +define('_MD_A_MYBLOCKSADMIN_PERM_MADMIN', 'module admin'); |
|
33 | +define('_MD_A_MYBLOCKSADMIN_PERM_MREAD', 'module read'); |
|
34 | +define('_MD_A_MYBLOCKSADMIN_DBUPDATED', 'Datenbank wurde erfolgreich aktualisiert'); |
|
35 | +define('_MD_A_MYBLOCKSADMIN_FMT_REMOVEBLOCK', '%s soll gelöscht werden. Ist das wiklich OK?'); |
|
36 | + |
|
37 | + |
|
38 | +define('_MD_A_MYBLOCKSADMIN_CLONEFORM', 'Clone the block'); |
|
39 | +define('_MD_A_MYBLOCKSADMIN_NEWFORM', 'Erstelle einen Block'); |
|
40 | +define('_MD_A_MYBLOCKSADMIN_EDITFORM', 'Block bearbeiten'); |
|
41 | + |
|
42 | +define('_MD_A_MYBLOCKSADMIN_LINK_FORCECLONE', 'Force clone'); |
|
43 | + |
|
44 | +define('_MD_A_MYBLOCKSADMIN_BTN_CLONE', 'Clone'); |
|
45 | +define('_MD_A_MYBLOCKSADMIN_BTN_NEW', 'Create'); |
|
46 | +define('_MD_A_MYBLOCKSADMIN_BTN_EDIT', 'Update'); |
|
47 | + |
|
48 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_HTML', '(normales HTML)'); |
|
49 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_NOSMILE', 'HTML+BBCODE+AutoLink+Smiley aus'); |
|
50 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_SMILE', 'HTML+BBCODE+AutoLink+Smiley an'); |
|
51 | +define('_MD_A_MYBLOCKSADMIN_CTYPE_PHP', 'PHP-Skript'); |
|
52 | 52 | |
53 | 53 | |
54 | 54 | // Group permission phrases |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top of %s') ; |
|
4 | -define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top of %s') ; |
|
3 | +define('_MD_A_AINTHEME_FMT_PUBLICTOP', 'Public Top of %s'); |
|
4 | +define('_MD_A_AINTHEME_FMT_ADMINTOP', 'Admin Top of %s'); |
@@ -1,37 +1,37 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MI_ALTSYS_MODULENAME', 'ALTSYS') ; |
|
4 | -define('_MI_ALTSYS_MODULEDESC', 'Managing system easily') ; |
|
3 | +define('_MI_ALTSYS_MODULENAME', 'ALTSYS'); |
|
4 | +define('_MI_ALTSYS_MODULEDESC', 'Managing system easily'); |
|
5 | 5 | |
6 | 6 | // menus |
7 | -define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'eigene Blöcke') ; |
|
8 | -define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', 'neuen Block erstellen') ; |
|
9 | -define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'Modul-Blöcke') ; |
|
10 | -define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'Templates') ; |
|
11 | -define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'erweiterte Templates') ; |
|
12 | -define('_MI_ALTSYS_MENU_MYLANGADMIN', 'Sprachen') ; |
|
13 | -define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', 'erweiterte Sprachen') ; |
|
14 | -define('_MI_ALTSYS_MENU_MYAVATAR', 'Avatars') ; |
|
15 | -define('_MI_ALTSYS_MENU_MYSMILEY', 'Smileys') ; |
|
7 | +define('_MI_ALTSYS_MENU_CUSTOMBLOCKS', 'eigene Blöcke'); |
|
8 | +define('_MI_ALTSYS_MENU_NEWCUSTOMBLOCK', 'neuen Block erstellen'); |
|
9 | +define('_MI_ALTSYS_MENU_MYBLOCKSADMIN', 'Modul-Blöcke'); |
|
10 | +define('_MI_ALTSYS_MENU_MYTPLSADMIN', 'Templates'); |
|
11 | +define('_MI_ALTSYS_MENU_COMPILEHOOKADMIN', 'erweiterte Templates'); |
|
12 | +define('_MI_ALTSYS_MENU_MYLANGADMIN', 'Sprachen'); |
|
13 | +define('_MI_ALTSYS_MENU_ADVANCEDLANGADMIN', 'erweiterte Sprachen'); |
|
14 | +define('_MI_ALTSYS_MENU_MYAVATAR', 'Avatars'); |
|
15 | +define('_MI_ALTSYS_MENU_MYSMILEY', 'Smileys'); |
|
16 | 16 | |
17 | 17 | // blocks |
18 | -define('_MI_ALTSYS_BNAME_ADMIN_MENU', 'Admin Menu') ; |
|
18 | +define('_MI_ALTSYS_BNAME_ADMIN_MENU', 'Admin Menu'); |
|
19 | 19 | |
20 | 20 | // configs |
21 | -define('_MI_ALTSYS_ADMINMENU_HFT', 'Rewrite admin menu') ; |
|
22 | -define('_MI_ALTSYS_ADMINMENU_HFTDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x') ; |
|
23 | -define('_MI_ALTSYS_AMHFT_OPT_2COL', 'Two columns of module icons') ; |
|
24 | -define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'IMG to TEXT') ; |
|
25 | -define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'Like XoopsCube Legacy 2.1') ; |
|
21 | +define('_MI_ALTSYS_ADMINMENU_HFT', 'Rewrite admin menu'); |
|
22 | +define('_MI_ALTSYS_ADMINMENU_HFTDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x'); |
|
23 | +define('_MI_ALTSYS_AMHFT_OPT_2COL', 'Two columns of module icons'); |
|
24 | +define('_MI_ALTSYS_AMHFT_OPT_NOIMG', 'IMG to TEXT'); |
|
25 | +define('_MI_ALTSYS_AMHFT_OPT_XCSTY', 'Like XoopsCube Legacy 2.1'); |
|
26 | 26 | |
27 | -define('_MI_ALTSYS_ADMINMENU_IM', 'Copy mymenu links into admin menu') ; |
|
28 | -define('_MI_ALTSYS_ADMINMENU_IMDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x') ; |
|
27 | +define('_MI_ALTSYS_ADMINMENU_IM', 'Copy mymenu links into admin menu'); |
|
28 | +define('_MI_ALTSYS_ADMINMENU_IMDSC', 'If your admin menu is broken, remove cache/adminmenu.php. This feature works only with XOOPS 2.0.x'); |
|
29 | 29 | |
30 | -define('_MI_ALTSYS_ADMIN_IN_THEME', 'Theme set for admin') ; |
|
31 | -define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', 'Set the name of the theme displaying admin area. Insert a line just after including common.php in mainfile.php<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br /> to enable this. This feature works only with XOOPS 2.0.x') ; |
|
30 | +define('_MI_ALTSYS_ADMIN_IN_THEME', 'Theme set for admin'); |
|
31 | +define('_MI_ALTSYS_ADMIN_IN_THEMEDSC', 'Set the name of the theme displaying admin area. Insert a line just after including common.php in mainfile.php<br />include XOOPS_TRUST_PATH.\'/libs/altsys/include/admin_in_theme.inc.php\';<br /> to enable this. This feature works only with XOOPS 2.0.x'); |
|
32 | 32 | |
33 | -define('_MI_ALTSYS_ENABLEFORCECLONE', 'Force all blocks to be clonable') ; |
|
34 | -define('_MI_ALTSYS_ENABLEFORCECLONEDSC', 'You should know there are blocks cause errors if multiple instances is displayed on a page') ; |
|
33 | +define('_MI_ALTSYS_ENABLEFORCECLONE', 'Force all blocks to be clonable'); |
|
34 | +define('_MI_ALTSYS_ENABLEFORCECLONEDSC', 'You should know there are blocks cause errors if multiple instances is displayed on a page'); |
|
35 | 35 | |
36 | 36 | define('_MI_ALTSYS_IMAGES_DIR', 'Directory for image files'); |
37 | 37 | define('_MI_ALTSYS_IMAGES_DIRDSC', 'relative path should be set in the module directory. default: images'); |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -define('_MD_A_MYPREFERENCES_FORMTITLE', 'Module\'s preferences') ; |
|
4 | -define('_MD_A_MYPREFERENCES_UPDATED', 'Preferences are updated successfully') ; |
|
3 | +define('_MD_A_MYPREFERENCES_FORMTITLE', 'Module\'s preferences'); |
|
4 | +define('_MD_A_MYPREFERENCES_UPDATED', 'Preferences are updated successfully'); |