MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
< ? php
/**
* Spanish ( Mexico ) language pack
* @ package cms
* @ subpackage i18n
*/
i18n :: include_locale_file ( 'cms' , 'en_US' );
global $lang ;
if ( array_key_exists ( 'es_MX' , $lang ) && is_array ( $lang [ 'es_MX' ])) {
$lang [ 'es_MX' ] = array_merge ( $lang [ 'en_US' ], $lang [ 'es_MX' ]);
} else {
$lang [ 'es_MX' ] = $lang [ 'en_US' ];
}
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ '' ][ 'CHOOSEPAGE' ] = 'Por favor, seleccione un elemento de la izquierda.' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'CHOOSEFILE' ] = 'Seleccione un archivo' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'DELETEDX' ] = '%s archivos eliminados.%s' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'FILESREADY' ] = 'Archivos listos para subir:' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'FOLDERDELETED' ] = 'carpeta eliminada.' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'FOLDERSDELETED' ] = 'carpetas eliminadas.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'MENUTITLE' ] = 'Archivos e imágenes' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'MENUTITLE' ] = 'Archivos e imágenes' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'MOVEDX' ] = '%s archivos movidos' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'NEWFOLDER' ] = 'Nueva Carpeta' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'NOTEMP' ] = 'No existe una carpeta temporal para archivos. Por favor asigne upload_tmp_dir en el archivo php.ini.' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'NOTHINGTOUPLOAD' ] = 'No había nada que subr' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'NOWBROKEN' ] = 'Las siguientes páginas ahora tienen enlaces rotos:' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'NOWBROKEN2' ] = 'Se ha enviado un correo a los propietarios y ellos deben corregir estas páginas.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'SAVEDFILE' ] = 'Se guardó el archivo %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'SAVEFOLDERNAME' ] = 'Guardar nombre de carpeta' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'THUMBSDELETED' ] = 'Se han eliminado %s miniaturas de imágenes que no se utilizan.' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'UPLOAD' ] = 'Agregar los Archivos Listados Abajo' ;
$lang [ 'es_MX' ][ 'AssetAdmin' ][ 'UPLOADEDX' ] = 'Se subieron %s archivos' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'CREATE' ] = 'Crear' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'DELETE' ] = 'Eliminar' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'DELFOLDERS' ] = 'Eliminar las carpetas seleccionadas' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'ENABLEDRAGGING' ] = 'Permitir reorganizar arrastrando' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'FILESYSTEMSYNC' ] = 'Buscar nuevos archivos' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'FILESYSTEMSYNC_DESC' ] = 'SilverStripe mantiene su propia base de datos con los archivos e imágenes almacenados en su carpeta assets/. Haga clic en este botón para actualizar la base de datos. si se añaden archivos a la carpeta assets/ desde fuera de SilverStripe, por ejemplo, si usted ha cargado archivos vía FTP.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'FOLDERS' ] = 'Carpetas' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'GO' ] = 'Ir' ;
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'SELECTTODEL' ] = 'Selecciona las carpetas que quieres eliminar y luego pulsa el siguiente botón' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'AssetAdmin_left.ss' ][ 'TOREORG' ] = 'Para reorganizar tus carpetas, arrástralas a dónde las deseas.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin_right.ss' ][ 'CHOOSEPAGE' ] = 'Por favor elije una página de la izquierda.' ;
$lang [ 'es_MX' ][ 'AssetAdmin_right.ss' ][ 'WELCOME' ] = 'Bienvenido a' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetAdmin_uploadiframe.ss' ][ 'PERMFAILED' ] = 'Usted no tiene permiso para agregar archivos a esta carpeta.' ;
$lang [ 'es_MX' ][ 'AssetAdmin_uploadiframe.ss' ][ 'TITLE' ] = 'Iframe para subir imagen' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'CREATED' ] = 'Agregado por primera vez' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'DIM' ] = 'Dimensiones' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'FILENAME' ] = 'Nombre del archivo' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'IMAGE' ] = 'Imagen' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'LASTEDIT' ] = 'Modificado por última vez' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'MAIN' ] = 'Principal' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'NODATAFOUND' ] = '%s no se encuentra' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'NOLINKS' ] = 'Este archivo no está enlazado desde ninguna página.' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'OWNER' ] = 'Propietario' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'PAGESLINKING' ] = 'Las siguientes páginas enlazan a este archivo:' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'SIZE' ] = 'Tamaño' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'AssetTableField.ss' ][ 'DELFILE' ] = 'Eliminar este archivo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'AssetTableField.ss' ][ 'DRAGTOFOLDER' ] = 'Arrastra a una carpeta de la izquierda para mover el archivo' ;
$lang [ 'es_MX' ][ 'AssetTableField.ss' ][ 'EDIT' ] = 'Editar campo activo' ;
$lang [ 'es_MX' ][ 'AssetTableField.ss' ][ 'SHOW' ] = 'Muestra el activo' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'TITLE' ] = 'Título' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'TYPE' ] = 'Tipo' ;
$lang [ 'es_MX' ][ 'AssetTableField' ][ 'URL' ] = 'URL' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'Any' ] = 'Cualquiera' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'BROKENLINKS' ] = 'Informe de enlaces rotos' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'CheckSite' ] = 'Comprobar el sitio' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'CheckSiteDropdownDraft' ] = 'Proyecto del Sitio' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'CheckSiteDropdownPublished' ] = 'Sitio Publicado' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ColumnDateLastModified' ] = 'Fecha de última modificación' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ColumnDateLastPublished' ] = 'Fecha de última publicación' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ColumnProblemType' ] = 'Tipo de problema' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ColumnURL' ] = 'URL' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'HasBrokenFile' ] = 'tiene un archivo en mal estado' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'HasBrokenLink' ] = 'tiene un enlace roto' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'HasBrokenLinkAndFile' ] = 'tiene un enlace roto y un archivo en mal estado' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'HoverTitleEditPage' ] = 'Modificar página' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'PageName' ] = 'Nombre de página' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ReasonDropdown' ] = 'Problema al hacer la comprobación' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ReasonDropdownBROKENFILE' ] = 'Archivo en mal estado' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ReasonDropdownBROKENLINK' ] = 'Enlace roto' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ReasonDropdownRPBROKENLINK' ] = 'La redirección de página apunta una página inexistente' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'ReasonDropdownVPBROKENLINK' ] = 'La página virtual apunta a una página inexistente' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'RedirectorNonExistent' ] = 'la redirección de página apunta a una página inexistente' ;
$lang [ 'es_MX' ][ 'BrokenLinksReport' ][ 'VirtualPageNonExistent' ] = 'la página virtual apunta a una página inexistente' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETED_DRAFT_PAGES' ] = 'Se eliminaron %d páginas del boceto, %d fallos.' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETED_PAGES' ] = 'Se eliminaron %d páginas del sitio público, %d fallas' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETE_DRAFT_PAGES' ] = 'Eliminar del boceto del sitio' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETE_PAGES' ] = 'Eliminada del sito público' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETING_DRAFT_PAGES' ] = 'Eliminar del boceto las páginas seleccionadas' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'DELETING_PAGES' ] = 'Eliminando las páginas seleccionadas del sitio público' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'PUBLISHED_PAGES' ] = 'Se publicaron %d páginas, %d fallos' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'PUBLISHING_PAGES' ] = 'Páginas publicadas' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'PUBLISH_PAGES' ] = 'Publicar' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'UNPUBLISHED_PAGES' ] = '%d páginas no publicadas' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'UNPUBLISHING_PAGES' ] = 'Páginas no publicadas' ;
$lang [ 'es_MX' ][ 'CMSBatchActions' ][ 'UNPUBLISH_PAGES' ] = 'No publicadas' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ACCESS' ] = 'Acceder a la sección \'%s\'' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ACCESSALLINTERFACES' ] = 'Acceder a todas las secciones del CMS' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ACCESSALLINTERFACESHELP' ] = 'Anula la configuració de acceso más específica.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'CANCEL' ] = 'Cancelar' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'CHOOSEREPORT' ] = '(Elije un reporte)' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'COMPARINGV' ] = 'Estás comparando las versiones %s y %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'COPYPUBTOSTAGE' ] = '¿Realmente deseas copiar el contenido publicado al boceto?' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'DELETE' ] = 'Eliminar del boceto del sitio' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'DESCREMOVED' ] = 'y %s descendientes' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'EMAIL' ] = 'Correo Electrónico' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'GO' ] = 'Ir' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'MENUTITLE' ] = 'Contenido del sitio' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'MENUTITLE' ] = 'Contenido del sitio' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'MENUTITLEOPT' ] = 'Etiqueta de Navegación' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'METADESCOPT' ] = 'Descripción' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'METAKEYWORDSOPT' ] = 'Palabras clave' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'NEW' ] = 'Nueva' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'NOCONTENT' ] = 'sin contenido' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'OK' ] = 'Aceptar' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PAGENOTEXISTS' ] = 'Esta página no existe' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PRINT' ] = 'Imprimir' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PUBALLCONFIRM' ] = 'Por favor publique todas las páginas del sitio, copiando el contenido del boceto al sitio público' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PUBALLFUN' ] = 'Funcionalidad "Publicar todo"' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PUBALLFUN2' ] = 'Al precionar este botón hará el equivalente de ir a cada página y precionar "Publicar". Está pensado para ser usado en edición masiva de contenido, por ejemplo cuando se construye el sitio por primera vez.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'PUBPAGES' ] = 'Hecho: %d páginas publicadas' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'REMOVED' ] = 'Eliminados \'%s\'%s del sitio' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'REMOVEDFD' ] = 'Eliminado desde el boceto del sitio' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'REMOVEDPAGE' ] = 'Se ha eliminado \'%s\' del sitio público' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'REMOVEDPAGEFROMDRAFT' ] = 'Se ha eliminado \'%s\' del boceto del sitio' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'REPORT' ] = 'Reporte' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'RESTORED' ] = '\'%s\' Se ha restaurado con éxito' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ROLLBACK' ] = 'Restaurar a ésta versión' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ROLLEDBACKPUB' ] = 'Se ha restaurado a la versión publicada. La nueva versión es #%d' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'ROLLEDBACKVERSION' ] = 'Se ha restaurado a la versión #%d. La nueva versión es #%d' ;
$lang [ 'es_MX' ][ 'CMSMain' ][ 'SAVE' ] = 'Guardar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'STATUSOPT' ] = 'Estado' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'TITLEOPT' ] = 'Título' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'TOTALPAGES' ] = 'Total de páginas:' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'VERSIONSNOPAGE' ] = 'No se puede encontrar la página #%d' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain' ][ 'VIEWING' ] = 'Usted está viendo la versión #%s, creada el %s por %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_dialog.ss' ][ 'BUTTONNOTFOUND' ] = 'No puedo encontrar el botón llamado' ;
$lang [ 'es_MX' ][ 'CMSMain_dialog.ss' ][ 'NOLINKED' ] = 'No puedo encontrar window.linkedObject para enviar de nuevo el botón pulsado a la ventana principal' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'ADDEDNOTPUB' ] = 'Añadido al boceto pero sin publicar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'ADDSEARCHCRITERIA' ] = 'Agregar Criterio...' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'BATCHACTIONS' ] = 'Acción Múltiple' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'CHANGED' ] = 'cambiado' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'CLEAR' ] = 'Limpiar' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'CLEARTITLE' ] = 'Limpiar la búsqueda y ver todos los elementos' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'CLOSEBOX' ] = 'pulsa para cerrar el cuadro' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'COMPAREMODE' ] = 'Modo de comparación (selecciona 2 versiones)' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'CREATE' ] = 'Crear' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'DEL' ] = 'eliminado' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'DELETECONFIRM' ] = 'Eliminar las páginas seleccionadas' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'DELETEDSTILLLIVE' ] = 'Eliminar del boceto pero dejarlo aún en el sitio público' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'EDITEDNOTPUB' ] = 'Editado en el boceto pero aún sin publicar' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'EDITEDSINCE' ] = 'Editado Desde' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'ENABLEDRAGGING' ] = 'Permitir reorganizar arrastrando' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'GO' ] = 'Ir' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'HIDDEN' ] = 'ocultas' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'KEY' ] = 'Clave:' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'NEW' ] = 'nuevo' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'NOTINMENU' ] = 'Excluido de los menús de navegación' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'OPENBOX' ] = 'pulsa para abrir este cuadro' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'PAGEVERSIONH' ] = 'Historial de versiones de página' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'PUBLISHCONFIRM' ] = 'Publicar las páginas seleccionadas' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SEARCH' ] = 'Buscar' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SEARCHTITLE' ] = 'Buscar a través de la URL, Título, Título de Menú y Contenido' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SELECTPAGESACTIONS' ] = 'Selecciona las páginas que quieres cambiar y luego pulsa sobre una acción:' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SHOWITEMS' ] = 'Mostrar:' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SHOWONLYCHANGED' ] = 'Muestra sólo páginas modificadas' ;
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SHOWUNPUB' ] = 'Mostrar versiones no publicadas' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SITECONTENT TITLE' ] = 'Contenido y estructura del sitio' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_left.ss' ][ 'SITEREPORTS' ] = 'Reportes del sitio' ;
$lang [ 'es_MX' ][ 'CMSMain_right.ss' ][ 'CHOOSEPAGE' ] = 'Por favor selecciona una página de la izquierda.' ;
$lang [ 'es_MX' ][ 'CMSMain_right.ss' ][ 'WELCOMETO' ] = 'Bienvenido a' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSMain_versions.ss' ][ 'AUTHOR' ] = 'Usuario' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CMSMain_versions.ss' ][ 'NOTPUB' ] = 'Sin Publicar' ;
$lang [ 'es_MX' ][ 'CMSMain_versions.ss' ][ 'PUBR' ] = 'Editor' ;
$lang [ 'es_MX' ][ 'CMSMain_versions.ss' ][ 'UNKNOWN' ] = 'Desconocido' ;
$lang [ 'es_MX' ][ 'CMSMain_versions.ss' ][ 'WHEN' ] = 'Cuando' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CMSSiteTreeFilter' ][ 'ALL' ] = 'Todos los elementos' ;
$lang [ 'es_MX' ][ 'CMSSiteTreeFilter' ][ 'CHANGEDPAGES' ] = 'Páginas cambiadas' ;
$lang [ 'es_MX' ][ 'CMSSiteTreeFilter' ][ 'DELETEDPAGES' ] = 'Todas las páginas incluyendo las eliminadas' ;
$lang [ 'es_MX' ][ 'CMSSiteTreeFilter' ][ 'SEARCH' ] = 'Buscar' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'ACCEPT' ] = 'Aceptar' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'APPROVED' ] = '%s comentarios aceptados.' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'APPROVEDCOMMENTS' ] = 'Comentarios Aprobados' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'AUTHOR' ] = 'Autor' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'COMMENT' ] = 'Comentario' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'COMMENTERURL' ] = 'URL' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'COMMENTS' ] = 'Comentarios' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'COMMENTSAWAITINGMODERATION' ] = 'Comentarios Esperando Moderación' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'DATEPOSTED' ] = 'Se ha corregido la fecha' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'DELETE' ] = 'Eliminar' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'DELETEALL' ] = 'Eliminar todo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'DELETED' ] = '%s comentarios eliminados.' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'MARKASNOTSPAM' ] = 'No es spam' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'MARKEDNOTSPAM' ] = '%s comentarios rescatados del spam.' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'MARKEDSPAM' ] = '%s comentarios marcados como spam.' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'MENUTITLE' ] = 'Comentarios' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'MENUTITLE' ] = 'Comentarios' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'NAME' ] = 'Nombre' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'PAGE' ] = 'Página' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'SPAM' ] = 'Spam' ;
$lang [ 'es_MX' ][ 'CommentAdmin' ][ 'SPAMMARKED' ] = 'Marcar como spam' ;
$lang [ 'es_MX' ][ 'CommentAdmin_left.ss' ][ 'COMMENTS' ] = 'Comentarios' ;
$lang [ 'es_MX' ][ 'CommentAdmin_right.ss' ][ 'WELCOME1' ] = 'Bienvenido al' ;
$lang [ 'es_MX' ][ 'CommentAdmin_right.ss' ][ 'WELCOME2' ] = 'gestión de comentarios. Por favor selecciona una carpeta en el árbol de la izquierda.' ;
$lang [ 'es_MX' ][ 'CommentAdmin_SiteTree.ss' ][ 'APPROVED' ] = 'Aprobado' ;
$lang [ 'es_MX' ][ 'CommentAdmin_SiteTree.ss' ][ 'AWAITMODERATION' ] = 'Esperando Moderación' ;
$lang [ 'es_MX' ][ 'CommentAdmin_SiteTree.ss' ][ 'COMMENTS' ] = 'Comentarios' ;
$lang [ 'es_MX' ][ 'CommentAdmin_SiteTree.ss' ][ 'SPAM' ] = 'Spam' ;
$lang [ 'es_MX' ][ 'CommentTableField' ][ 'FILTER' ] = 'Filtro' ;
$lang [ 'es_MX' ][ 'CommentTableField' ][ 'SEARCH' ] = 'Buscar' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'APPROVE' ] = 'aprobar' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'APPROVECOMMENT' ] = 'Aprueba éste comentario' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'DELETE' ] = 'eliminar' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'DELETEROW' ] = 'Eliminar éste renglón' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'EDIT' ] = 'editar' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'HAM' ] = 'ham' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'MARKASSPAM' ] = 'Marcar este comentario como spam' ;
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'MARKNOSPAM' ] = 'Desmarcar este comentario del spam' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'NOITEMSFOUND' ] = 'No se encontraron elementos' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'CommentTableField.ss' ][ 'SPAM' ] = 'spam' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ComplexTableField' ][ 'CLOSEPOPUP' ] = 'Cerrar Mensaje Emergente' ;
$lang [ 'es_MX' ][ 'ComplexTableField' ][ 'SUCCESSADD' ] = 'Se agregaron %s %s %s' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'Group' ][ 'IMPORTTABTITLE' ] = 'Importar' ;
$lang [ 'es_MX' ][ 'Group' ][ 'RolesAddEditLink' ] = 'Agregar/modificar roles' ;
$lang [ 'es_MX' ][ 'GroupImportForm' ][ 'ResultCreated' ] = '%d grupos creados' ;
$lang [ 'es_MX' ][ 'GroupImportForm' ][ 'ResultDeleted' ] = '%d grupos eliminados' ;
$lang [ 'es_MX' ][ 'GroupImportForm' ][ 'ResultUpdated' ] = '%d grupos actualizados' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'ACTIONS' ] = 'acciones' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'ADJUST' ] = 'ajustar' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'APPLY' ] = 'aplicar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'BLUR' ] = 'claridad' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'BRIGHTNESS' ] = 'brillo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'CANCEL' ] = 'cancelar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'CONTRAST' ] = 'contraste' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'CROP' ] = 'recortar' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'CURRENTACTION' ] = 'acción actual' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'EDITFUNCTIONS' ] = 'funciones de edición' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'EFFECTS' ] = 'efectos' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'EXIT' ] = 'salir' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'GAMMA' ] = 'gama' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'GREYSCALE' ] = 'escala de grises' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'HEIGHT' ] = 'alto' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'REDO' ] = 'rehacer' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'ROT' ] = 'rotar' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'SAVE' ] = 'guardar imágen' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'SEPIA' ] = 'sepia' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'UNDO' ] = 'deshacer' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'UNTITLED' ] = 'Documento sin título' ;
$lang [ 'es_MX' ][ 'ImageEditor.ss' ][ 'WIDTH' ] = 'ancho' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'CANT_REORGANISE' ] = 'Usted no tiene permiso para reajustar el árbol del sito. Sus cambios no se guardarán.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'CHANGEDURL' ] = 'URL cambiada a \'%s\'' ;
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'HELP' ] = 'Ayuda' ;
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'PAGETYPE' ] = 'Tipo de página:' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'PERMAGAIN' ] = 'Usted ha sido desconectado del CMS. Si quiere volver a entrar, introduzca su nombre de usuario y contraseña.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'PERMALREADY' ] = 'Lamentablemente no puedes ingresar a esta parte del CMS. Si quieres entrar como alguien distinto, hazlo a continuación' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'PERMDEFAULT' ] = 'Por favor, elija un método de autenticación e introduzca sus credenciales para acceder al CMS.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'PLEASESAVE' ] = 'Por favor Guarda la Página: No se puede actualizar esta página porque aún no se ha guardado.' ;
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'REQUESTERROR' ] = 'Error en la petición' ;
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'SAVED' ] = 'guardado' ;
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'SAVEDUP' ] = 'Guardado' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'SITECONTENTLEFT' ] = 'Contenido del sitio' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'APPVERSIONTEXT1' ] = 'Esta es la' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'APPVERSIONTEXT2' ] = 'versión que se está ejecutando, técnicamente es la rama CVS' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'ARCHS' ] = 'Sitio Archivado' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'DRAFTS' ] = 'Boceto' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'EDIT' ] = 'Editar' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'EDITINCMS' ] = 'Editar esta página en el CMS' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'EDITPROFILE' ] = 'Perfil' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'LOADING' ] = 'Cargando...' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'LOGGEDINAS' ] = 'Conectado como' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'LOGOUT' ] = 'Salir' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'PUBLIS' ] = 'Sitio Público' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'REQUIREJS' ] = 'El CMS requiere que usted tenga habilitado JavaScript.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'SSWEB' ] = 'Sitio web de Silverstripe' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'VIEWINDRAFT' ] = 'Ver la página en el boceto' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'VIEWINPUBLISHED' ] = 'Ver la página en el sitio público' ;
$lang [ 'es_MX' ][ 'LeftAndMain.ss' ][ 'VIEWPAGEIN' ] = 'Ver página:' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'STATUSPUBLISHEDSUCCESS' ] = 'Se publicó \'%s\' satisfactoriamente' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain' ][ 'STATUSTO' ] = 'Estado cambiado a \'%s\'' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'LeftAndMain_right.ss' ][ 'WELCOMETO' ] = 'Bienvenido a' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'EIGHT' ] = 'ocho' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'EIGHTEEN' ] = 'dieciocho' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'ELEVEN' ] = 'once' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'FIFTEEN' ] = 'quince' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'FIVE' ] = 'cinco' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'FOUR' ] = 'cuatro' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'FOURTEEN' ] = 'catorce' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'NINE' ] = 'nueve' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'ONE' ] = 'uno' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'SEVEN' ] = 'siete' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'SEVENTEEN' ] = 'diecisiete' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'SIX' ] = 'seis' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'SIXTEEN' ] = 'dieciséis' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'TEN' ] = 'diez' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'THIRTEEN' ] = 'trece' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'THREE' ] = 'tres' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'TWELVE' ] = 'doce' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'TWO' ] = 'dos' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'WHATIS' ] = '¿Cual es el resultado de %s más %s?' ;
$lang [ 'es_MX' ][ 'MathSpamProtection' ][ 'ZERO' ] = 'cero' ;
$lang [ 'es_MX' ][ 'MemberImportForm' ][ 'ResultCreated' ] = '%d miembros creados' ;
$lang [ 'es_MX' ][ 'MemberImportForm' ][ 'ResultDeleted' ] = '%d miembros eliminados' ;
$lang [ 'es_MX' ][ 'MemberImportForm' ][ 'ResultNone' ] = 'Sin cambios' ;
$lang [ 'es_MX' ][ 'MemberImportForm' ][ 'ResultUpdated' ] = '%d miembros actualizados' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'MemberList.ss' ][ 'FILTER' ] = 'Filtro' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'DISPLAYING' ] = 'Mostrando' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'FIRSTMEMBERS' ] = 'miembros' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'LASTMEMBERS' ] = 'mienbros' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'NEXTMEMBERS' ] = 'miembros' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'OF' ] = 'de' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'PREVIOUSMEMBERS' ] = 'miembros' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'TO' ] = 'a' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'VIEWFIRST' ] = 'Ver primero' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'VIEWLAST' ] = 'Ver último' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'VIEWNEXT' ] = 'Ver siguiente' ;
$lang [ 'es_MX' ][ 'MemberList_PageControls.ss' ][ 'VIEWPREVIOUS' ] = 'Ver anterior' ;
$lang [ 'es_MX' ][ 'MemberList_Table.ss' ][ 'EMAIL' ] = 'Correo-e' ;
$lang [ 'es_MX' ][ 'MemberList_Table.ss' ][ 'FN' ] = 'Nombre(s)' ;
$lang [ 'es_MX' ][ 'MemberList_Table.ss' ][ 'PASSWD' ] = 'Contraseña' ;
$lang [ 'es_MX' ][ 'MemberList_Table.ss' ][ 'SN' ] = 'Apellidos' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'ADD' ] = 'Agregar' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'ADDEDTOGROUP' ] = 'Miembro añadido al grupo' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'ADDINGFIELD' ] = 'Falló la inserción' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'DeleteTitleText' ] = 'Eliminar de este grupo' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'DeleteTitleTextDatabase' ] = 'Eliminar de la base de datos y de todos los grupos' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'ERRORADDINGUSER' ] = 'Ocurrió un error al agregar el usuario al grupo: %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'FILTER' ] = 'Filtro' ;
$lang [ 'es_MX' ][ 'MemberTableField' ][ 'SEARCH' ] = 'Buscar' ;
$lang [ 'es_MX' ][ 'MemberTableField.ss' ][ 'ADDNEW' ] = 'Agregar nuevo' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'MemberTableField.ss' ][ 'NOITEMSFOUND' ] = 'No se encontraron elementos' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'ADDBUTTON' ] = 'Añadir' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'ADDFORM' ] = 'Llene este formulario para agregarlo a la base de datos %s.' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'CHOOSE_COLUMNS' ] = 'Seleccionar columnas de resultados...' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'CLEAR_SEARCH' ] = 'Limpiar Búsqueda' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'CREATEBUTTON' ] = 'Crear \'%s\'' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'DELETE' ] = 'Eliminar' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'DELETEDRECORDS' ] = '%s Registros eliminados.' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'FOUNDRESULTS' ] = 'Tu búsqueda produjo %s elementos coincidentes' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'GOBACK' ] = 'Atrás' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'GOFORWARD' ] = 'Avanzar' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'IMPORT' ] = 'Importar desde CSV' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'IMPORTEDRECORDS' ] = '%s registros importados.' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'ITEMNOTFOUND' ] = 'No puedo encontrar el elemento' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'LOADEDFOREDITING' ] = 'Se ha cargado \'%s\' para edición.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'NOCSVFILE' ] = 'Por favor navegue hasta el archivo CSV a importar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'NOIMPORT' ] = 'Nada por Importar' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'NORESULTS' ] = 'Sin resultados' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'SAVE' ] = 'Guardar' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'SEARCHFOR' ] = 'Buscar por:' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'SEARCHRESULTS' ] = 'Resultados de la Búsqueda' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'SELECTALL' ] = 'seleccionar todo' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'SELECTNONE' ] = 'deseleccionar' ;
$lang [ 'es_MX' ][ 'ModelAdmin' ][ 'UPDATEDRECORDS' ] = '%s Registros actualizados.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECFIELDS' ] = 'Columnas de la base de satos' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECLINK' ] = 'Muestra Especificaciones para %s' ;
$lang [ 'es_MX' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECRELATIONS' ] = 'Relaciones' ;
$lang [ 'es_MX' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECTITLE' ] = 'Especificaciones para %s' ;
$lang [ 'es_MX' ][ 'ModelAdmin_right.ss' ][ 'WELCOME1' ] = 'Bienvenido a %s. Por favor selecciona un elemento del panel derecho' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ModelSidebar.ss' ][ 'ADDLISTING' ] = 'Agregar' ;
$lang [ 'es_MX' ][ 'ModelSidebar.ss' ][ 'IMPORT_TAB_HEADER' ] = 'Importar' ;
$lang [ 'es_MX' ][ 'ModelSidebar.ss' ][ 'SEARCHLISTINGS' ] = 'Buscar' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'PageComment' ][ 'Comment' ] = 'Comentario' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageComment' ][ 'COMMENTBY' ] = 'Comentario de \'%\' en %s' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'PageComment' ][ 'IsSpam' ] = '¿Spam?' ;
$lang [ 'es_MX' ][ 'PageComment' ][ 'Name' ] = 'Nombre del Autor' ;
$lang [ 'es_MX' ][ 'PageComment' ][ 'NeedsModeration' ] = '¿Necesita Moderación?' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'PageComment' ][ 'PLURALNAME' ] = 'Página de comentarios' ;
$lang [ 'es_MX' ][ 'PageComment' ][ 'SINGULARNAME' ] = 'Página de comentario' ;
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'COMMENTERURL' ] = 'URL de su sitio web' ;
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'DELETEALLCOMMENTS' ] = 'Eliminar todos los comentarios de esta página.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'POST' ] = 'Enviar mensaje' ;
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'SPAMQUESTION' ] = 'Pregunta para protección de Spam: %s' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'COMMENTLOGINERROR' ] = 'Usted no puede enviar comentarios hasta que haya iniciado sesión' ;
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'COMMENTPERMISSIONERROR' ] = 'y que tenga un adecuado nivel de permisos' ;
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'COMMENTPOSTLOGIN' ] = 'Inicie sesión aquí' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'COMMENTS' ] = 'Comentarios' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'COMMENTSDISABLED' ] = 'Se ha inhabilitado la publicación de comentarios' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'NEXT' ] = 'siguiente' ;
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'NOCOMMENTSYET' ] = 'Nadie ha comentado esta página ...aún.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'POSTCOM' ] = 'Haga un comentario' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'PREV' ] = 'anterior' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'RSSFEEDALLCOMMENTS' ] = 'Alimentar RSS a todos los comentarios' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'RSSFEEDCOMMENTS' ] = 'Activar el alimentador RSS en ésta página' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface.ss' ][ 'RSSVIEWALLCOMMENTS' ] = 'Ver todos los comentarios' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'YOURCOMMENT' ] = 'Comentarios' ;
$lang [ 'es_MX' ][ 'PageCommentInterface' ][ 'YOURNAME' ] = 'Tu nombre' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_Controller' ][ 'SPAMQUESTION' ] = 'Pregunta para protección de Spam: %s' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'PageCommentInterface_Form' ][ 'AWAITINGMODERATION' ] = 'Se han enviado tus comentarios y ahora están esperando moderación.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'PageCommentInterface_Form' ][ 'MSGYOUPOSTED' ] = 'El mensaje corregido era:' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_Form' ][ 'SPAMDETECTED' ] = '¡Identifiqué Spam!' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_singlecomment.ss' ][ 'APPROVE' ] = 'aprobar éste comentario' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_singlecomment.ss' ][ 'ISNTSPAM' ] = 'este comentario no es spam' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_singlecomment.ss' ][ 'ISSPAM' ] = 'este comentario es spam' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_singlecomment.ss' ][ 'PBY' ] = 'Publicado por' ;
$lang [ 'es_MX' ][ 'PageCommentInterface_singlecomment.ss' ][ 'REMCOM' ] = 'eliminar este comentario' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'Permission' ][ 'CMS_ACCESS_CATEGORY' ] = 'Acceder al CMS' ;
$lang [ 'es_MX' ][ 'Permissions' ][ 'PERMISSIONS_CATEGORY' ] = 'Roles y permisos de acceso' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'ReportAdmin' ][ 'MENUTITLE' ] = 'Reportes' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ReportAdminForm' ][ 'FILTERBY' ] = 'Filtrar por' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ReportAdmin_left.ss' ][ 'REPORTS' ] = 'Reportes' ;
$lang [ 'es_MX' ][ 'ReportAdmin_right.ss' ][ 'WELCOME1' ] = 'Bienvenido al' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'ReportAdmin_right.ss' ][ 'WELCOME2' ] = 'sección de reportes. Por favor, elija un reporte específico de la izquierda.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ReportAdmin_SiteTree.ss' ][ 'REPORTS' ] = 'Reportes' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'ADDMEMBER' ] = 'Añadir Miembro' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'APPLY_ROLES' ] = 'Aplicar roles a grupos' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'EDITPERMISSIONS' ] = 'Editar permisos para grupos' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'EDITPERMISSIONS_HELP' ] = 'Habilidad para modificar Permisos y Direcciones IP para un grupo. Requiere permiso para "Acceder a la sección de \'Seguridad´ ".' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'MemberListCaution' ] = 'Precaución: Al remover miembros de esta lista, debe eliminarlos de todos los grupos y de la base de datos.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'MENUTITLE' ] = 'Seguridad' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'MENUTITLE' ] = 'Seguridad' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'NEWGROUP' ] = 'Nuevo grupo' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'SAVE' ] = 'Guardar' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'SGROUPS' ] = 'Grupos de seguridad' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'TABIMPORT' ] = 'Importar' ;
$lang [ 'es_MX' ][ 'SecurityAdmin' ][ 'TABROLES' ] = 'Roles' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'CREATE' ] = 'Crear' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'DEL' ] = 'Eliminar...' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'DELGROUPS' ] = 'Eliminar los grupos seleccionados' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'ENABLEDRAGGING' ] = 'Permitir reorganizar arrastrando' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'GO' ] = 'Ir' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'SECGROUPS' ] = 'Grupos de seguridad' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'SELECT' ] = 'Selecciona las páginas que quieres eliminar y luego pulsa el siguiente botón' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_left.ss' ][ 'TOREORG' ] = 'Para reorganizar tu sitio, arrastra las páginas según tu elección.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin_MemberImportForm' ][ 'BtnImport' ] = 'Importar' ;
$lang [ 'es_MX' ][ 'SecurityAdmin_MemberImportForm' ][ 'FileFieldLabel' ] = 'Archivo CSV <small>(Extensiones permitidas: *.csv)' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'SecurityAdmin_right.ss' ][ 'WELCOME1' ] = 'Bienvenido a' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SecurityAdmin_right.ss' ][ 'WELCOME2' ] = 'sección de administración de seguridad. Por favor, elija un grupo de la izquierda.' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'BROKENFILES' ] = 'Páginas con archivos en mal estado' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'BROKENLINKS' ] = 'Páginas con enlaces rotos' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'BrokenLinksGroupTitle' ] = 'Informe de enlaces rotos' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'BROKENREDIRECTORPAGES' ] = 'La redirección de página está apuntando a páginas eliminadas' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'BROKENVIRTUALPAGES' ] = 'Las páginas virtuales están apuntando a páginas eliminadas' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'ContentGroupTitle' ] = 'Informe de contenido' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SideReport' ][ 'EMPTYPAGES' ] = 'Páginas vacías' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'LAST2WEEKS' ] = 'Páginas editadas en las últimas 2 semanas' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SideReport' ][ 'OtherGroupTitle' ] = 'Otro' ;
$lang [ 'es_MX' ][ 'SideReport' ][ 'ParameterLiveCheckbox' ] = 'Comprobar el sitio vivo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'SideReport' ][ 'REPEMPTY' ] = 'El reporte %s está vacío' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'SideReport' ][ 'TODO' ] = 'Páginas con elementos pendientes.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'StaticExporter' ][ 'BASEURL' ] = 'URL base' ;
$lang [ 'es_MX' ][ 'StaticExporter' ][ 'EXPORTTO' ] = 'Exportar a esa carpeta' ;
$lang [ 'es_MX' ][ 'StaticExporter' ][ 'FOLDEREXPORT' ] = 'Carpeta a exportar' ;
$lang [ 'es_MX' ][ 'StaticExporter' ][ 'NAME' ] = 'Exportador estático' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'TableListField' ][ 'ALL' ] = 'Todo' ;
$lang [ 'es_MX' ][ 'TableListField' ][ 'NONE' ] = 'Ninguno' ;
$lang [ 'es_MX' ][ 'TableListField.ss' ][ 'NOITEMSFOUND' ] = 'No se encontraron elementos' ;
$lang [ 'es_MX' ][ 'TableListField.ss' ][ 'SORTASC' ] = 'Organizar en orden ascendente' ;
$lang [ 'es_MX' ][ 'TableListField.ss' ][ 'SORTDESC' ] = 'Organizar en orden descendente' ;
2009-05-28 06:39:29 +02:00
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'DISPLAYING' ] = 'Mostrado' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'OF' ] = 'de' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'TO' ] = 'a' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'VIEWFIRST' ] = 'Ver primero' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'VIEWLAST' ] = 'Ver último' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'VIEWNEXT' ] = 'Ver siguiente' ;
$lang [ 'es_MX' ][ 'TableListField_PageControls.ss' ][ 'VIEWPREVIOUS' ] = 'Ver anterior' ;
$lang [ 'es_MX' ][ 'ThumbnailStripField' ][ 'NOFLASHFOUND' ] = 'No encuentro archivos flash' ;
$lang [ 'es_MX' ][ 'ThumbnailStripField' ][ 'NOFOLDERFLASHFOUND' ] = 'No encuentro archivos flash en' ;
$lang [ 'es_MX' ][ 'ThumbnailStripField' ][ 'NOFOLDERIMAGESFOUND' ] = 'No encuentro imágenes en' ;
$lang [ 'es_MX' ][ 'ThumbnailStripField' ][ 'NOIMAGESFOUND' ] = 'No encuentro imágenes' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'ThumbnailStripField.ss' ][ 'CHOOSEFOLDER' ] = '(A continuación elije una carpeta)' ;
$lang [ 'es_MX' ][ 'ViewArchivedEmail.ss' ][ 'CANACCESS' ] = 'Puedes acceder al sitio archivado con este enlace:' ;
$lang [ 'es_MX' ][ 'ViewArchivedEmail.ss' ][ 'HAVEASKED' ] = 'Has solicitado ver el contenido de nuestro sitio en' ;
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'AVAILABLE' ] = 'Reproductores Disponibles' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'AVAILWIDGETS' ] = 'Haga clic en el título de un reproductor de abajo para utilizarlo en esta página.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'INUSE' ] = 'Ya se está utilizando el reproductor' ;
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'NOAVAIL' ] = 'Actualmente no disponemos de reproductores.' ;
2011-11-19 01:15:32 +01:00
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'TOADD' ] = 'Para agregar reproductores, arrástrelo del área izquierda hasta aquí.' ;
$lang [ 'es_MX' ][ 'WidgetAreaEditor.ss' ][ 'TOSORT' ] = 'Para organizar exactamente utilice reproductores en esta página, arrástrelo hacia arriba y abajo.' ;
$lang [ 'es_MX' ][ 'WidgetDescription.ss' ][ 'CLICKTOADDWIDGET' ] = 'Haga clic para agregar este reproductor' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'es_MX' ][ 'WidgetEditor.ss' ][ 'DELETE' ] = 'Eliminar' ;