Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
95c686de6e
@ -49,15 +49,15 @@ function invite_post(&$a) {
|
||||
notice( sprintf( t('%s : Not a valid email address.'), $recip) . EOL);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
$nmessage = $message;
|
||||
|
||||
$account = $a->get_account();
|
||||
|
||||
|
||||
$res = mail($recip, sprintf( t('Please join us on $Projectname'), $a->config['sitename']),
|
||||
$nmessage,
|
||||
$res = mail($recip, sprintf( t('Please join us on $Projectname'), $a->config['sitename']),
|
||||
$nmessage,
|
||||
"From: " . $account['account_email'] . "\n"
|
||||
. 'Content-type: text/plain; charset=UTF-8' . "\n"
|
||||
. 'Content-transfer-encoding: 8bit' );
|
||||
@ -98,7 +98,7 @@ function invite_content(&$a) {
|
||||
notice( t('You have no more invitations available') . EOL);
|
||||
return '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if($invonly && ($x || is_site_admin())) {
|
||||
$invite_code = autoname(8) . rand(1000,9999);
|
||||
@ -131,11 +131,11 @@ function invite_content(&$a) {
|
||||
'$msg_text' => t('Your message:'),
|
||||
'$default_message' => t('Please join my community on $Projectname.') . "\r\n" . "\r\n"
|
||||
. $linktxt
|
||||
. (($invonly) ? "\r\n" . "\r\n" . t('You will need to supply this invitation code: ') . $invite_code . "\r\n" . "\r\n" : '')
|
||||
. (($invonly) ? "\r\n" . "\r\n" . t('You will need to supply this invitation code:') . " " . $invite_code . "\r\n" . "\r\n" : '')
|
||||
. t('1. Register at any $Projectname location (they are all inter-connected)')
|
||||
. "\r\n" . "\r\n" . z_root() . '/register'
|
||||
. "\r\n" . "\r\n" . t('2. Enter my $Projectname network address into the site searchbar.')
|
||||
. "\r\n" . "\r\n" . $ob['xchan_addr'] . ' (' . t('or visit ') . z_root() . '/channel/' . $channel['channel_address'] . ')'
|
||||
. "\r\n" . "\r\n" . $ob['xchan_addr'] . ' (' . t('or visit') . " " . z_root() . '/channel/' . $channel['channel_address'] . ')'
|
||||
. "\r\n" . "\r\n"
|
||||
. t('3. Click [Connect]')
|
||||
. "\r\n" . "\r\n" ,
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -195,7 +195,7 @@ $a->strings["webpage"] = "página web";
|
||||
$a->strings["layout"] = "disposición";
|
||||
$a->strings["block"] = "bloque";
|
||||
$a->strings["menu"] = "menú";
|
||||
$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió la siguiente %2\$s %3\$s";
|
||||
$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escribió %2\$s siguiente %3\$s";
|
||||
$a->strings["post"] = "la entrada";
|
||||
$a->strings["Different viewers will see this text differently"] = "Visitantes diferentes verán este texto de forma distinta";
|
||||
$a->strings["$1 spoiler"] = "$1 spoiler";
|
||||
@ -407,13 +407,13 @@ $a->strings["Channel discovery failed."] = "El intento de acceder al canal ha fa
|
||||
$a->strings["local account not found."] = "No se ha encontrado la cuenta local.";
|
||||
$a->strings["Cannot connect to yourself."] = "No puede conectarse consigo mismo.";
|
||||
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo suprimido con este nombre ha sido restablecido. <strong>Es posible</strong> que los permisos existentes sean aplicados a este grupo y sus futuros miembros. Si no quiere esto, por favor cree otro grupo con un nombre diferente.";
|
||||
$a->strings["Add new connections to this privacy group"] = "Añadir las conexiones nuevas a este grupo privado";
|
||||
$a->strings["Add new connections to this privacy group"] = "Añadir conexiones nuevas a este grupo de canales";
|
||||
$a->strings["All Channels"] = "Todos los canales";
|
||||
$a->strings["edit"] = "editar";
|
||||
$a->strings["Privacy Groups"] = "Grupos privados";
|
||||
$a->strings["Privacy Groups"] = "Grupos de canales";
|
||||
$a->strings["Edit group"] = "Editar grupo";
|
||||
$a->strings["Add privacy group"] = "Añadir un grupo privado";
|
||||
$a->strings["Channels not in any privacy group"] = "Sin canales en ningún grupo privado";
|
||||
$a->strings["Add privacy group"] = "Añadir un grupo de canales";
|
||||
$a->strings["Channels not in any privacy group"] = "Sin canales en ningún grupo";
|
||||
$a->strings["add"] = "añadir";
|
||||
$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "No se ha podido crear un canal con un identificador que ya existe en este sistema. La importación ha fallado.";
|
||||
$a->strings["Channel clone failed. Import failed."] = "La clonación del canal no ha salido bien. La importación ha fallado.";
|
||||
@ -558,8 +558,6 @@ $a->strings["%s Administrator"] = "%s Administrador";
|
||||
$a->strings["No Subject"] = "Sin asunto";
|
||||
$a->strings["created a new post"] = "ha creado una nueva entrada";
|
||||
$a->strings["commented on %s's post"] = "ha comentado la entrada de %s";
|
||||
$a->strings["Embedded content"] = "Contenido incorporado";
|
||||
$a->strings["Embedding disabled"] = "Incrustación deshabilitada";
|
||||
$a->strings["New Page"] = "Nueva página";
|
||||
$a->strings["View"] = "Ver";
|
||||
$a->strings["Actions"] = "Acciones";
|
||||
@ -567,37 +565,6 @@ $a->strings["Page Link"] = "Vínculo de la página";
|
||||
$a->strings["Title"] = "Título";
|
||||
$a->strings["Created"] = "Creado";
|
||||
$a->strings["Edited"] = "Editado";
|
||||
$a->strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales";
|
||||
$a->strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";
|
||||
$a->strings["Can view my connections"] = "Pueden verse mis conexiones";
|
||||
$a->strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos";
|
||||
$a->strings["Can view my webpages"] = "Pueden verse mis páginas web";
|
||||
$a->strings["Can send me their channel stream and posts"] = "Me pueden enviar sus entradas y contenidos del canal";
|
||||
$a->strings["Can post on my channel page (\"wall\")"] = "Pueden crearse entradas en mi página de inicio del canal (“muro”)";
|
||||
$a->strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'.";
|
||||
$a->strings["Can send me private mail messages"] = "Se me pueden enviar mensajes privados";
|
||||
$a->strings["Can like/dislike stuff"] = "Puede marcarse contenido como me gusta/no me gusta";
|
||||
$a->strings["Profiles and things other than posts/comments"] = "Perfiles y otras cosas aparte de publicaciones/comentarios";
|
||||
$a->strings["Can forward to all my channel contacts via post @mentions"] = "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención";
|
||||
$a->strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foros de discusión o grupos";
|
||||
$a->strings["Can chat with me (when available)"] = "Se puede charlar conmigo (cuando esté disponible)";
|
||||
$a->strings["Can write to my file storage and photos"] = "Puede escribirse en mi repositorio de ficheros y fotos";
|
||||
$a->strings["Can edit my webpages"] = "Pueden editarse mis páginas web";
|
||||
$a->strings["Can source my public posts in derived channels"] = "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados";
|
||||
$a->strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas";
|
||||
$a->strings["Can administer my channel resources"] = "Pueden administrarse mis recursos del canal";
|
||||
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo.";
|
||||
$a->strings["Social Networking"] = "Redes sociales";
|
||||
$a->strings["Mostly Public"] = "Público en su mayor parte";
|
||||
$a->strings["Restricted"] = "Restringido";
|
||||
$a->strings["Private"] = "Privado";
|
||||
$a->strings["Community Forum"] = "Foro de discusión";
|
||||
$a->strings["Feed Republish"] = "Republicar un \"feed\"";
|
||||
$a->strings["Special Purpose"] = "Propósito especial";
|
||||
$a->strings["Celebrity/Soapbox"] = "Página para fans";
|
||||
$a->strings["Group Repository"] = "Repositorio de grupo";
|
||||
$a->strings["Other"] = "Otro";
|
||||
$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto";
|
||||
$a->strings["Profile Photos"] = "Fotos del perfil";
|
||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "La imagen excede el límite de %lu bytes del sitio";
|
||||
$a->strings["Image file is empty."] = "El fichero de imagen está vacío. ";
|
||||
@ -618,6 +585,7 @@ $a->strings["Transsexual"] = "Transexual";
|
||||
$a->strings["Hermaphrodite"] = "Hermafrodita";
|
||||
$a->strings["Neuter"] = "Neutral";
|
||||
$a->strings["Non-specific"] = "No especificado";
|
||||
$a->strings["Other"] = "Otro";
|
||||
$a->strings["Undecided"] = "Indeciso/a";
|
||||
$a->strings["Males"] = "Hombres";
|
||||
$a->strings["Females"] = "Mujeres";
|
||||
@ -692,63 +660,6 @@ $a->strings["Zot"] = "Zot";
|
||||
$a->strings["LinkedIn"] = "LinkedIn";
|
||||
$a->strings["XMPP/IM"] = "XMPP/IM";
|
||||
$a->strings["MySpace"] = "MySpace";
|
||||
$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
|
||||
$a->strings["Empty name"] = "Nombre vacío";
|
||||
$a->strings["Name too long"] = "Nombre demasiado largo";
|
||||
$a->strings["No account identifier"] = "Ningún identificador de la cuenta";
|
||||
$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias).";
|
||||
$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro.";
|
||||
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio.";
|
||||
$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
|
||||
$a->strings["Default Profile"] = "Perfil principal";
|
||||
$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
|
||||
$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
|
||||
$a->strings["Change profile photo"] = "Cambiar la foto del perfil";
|
||||
$a->strings["Profiles"] = "Perfiles";
|
||||
$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
|
||||
$a->strings["Create New Profile"] = "Crear un nuevo perfil";
|
||||
$a->strings["Profile Image"] = "Imagen del perfil";
|
||||
$a->strings["visible to everybody"] = "visible para cualquiera";
|
||||
$a->strings["Edit visibility"] = "Editar visibilidad";
|
||||
$a->strings["Gender:"] = "Género:";
|
||||
$a->strings["Status:"] = "Estado:";
|
||||
$a->strings["Homepage:"] = "Página personal:";
|
||||
$a->strings["Online Now"] = "Ahora en línea";
|
||||
$a->strings["g A l F d"] = "g A l d F";
|
||||
$a->strings["F d"] = "d F";
|
||||
$a->strings["[today]"] = "[hoy]";
|
||||
$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
|
||||
$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:";
|
||||
$a->strings["[No description]"] = "[Sin descripción]";
|
||||
$a->strings["Event Reminders"] = "Recordatorios de eventos";
|
||||
$a->strings["Events this week:"] = "Eventos de esta semana:";
|
||||
$a->strings["Full Name:"] = "Nombre completo:";
|
||||
$a->strings["Like this channel"] = "Me gusta este canal";
|
||||
$a->strings["j F, Y"] = "j F Y";
|
||||
$a->strings["j F"] = "j F";
|
||||
$a->strings["Birthday:"] = "Cumpleaños:";
|
||||
$a->strings["Age:"] = "Edad:";
|
||||
$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
|
||||
$a->strings["Sexual Preference:"] = "Orientación sexual:";
|
||||
$a->strings["Hometown:"] = "Ciudad de origen:";
|
||||
$a->strings["Tags:"] = "Etiquetas:";
|
||||
$a->strings["Political Views:"] = "Posición política:";
|
||||
$a->strings["Religion:"] = "Religión:";
|
||||
$a->strings["About:"] = "Sobre mí:";
|
||||
$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
|
||||
$a->strings["Likes:"] = "Me gusta:";
|
||||
$a->strings["Dislikes:"] = "No me gusta:";
|
||||
$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
|
||||
$a->strings["My other channels:"] = "Mis otros canales:";
|
||||
$a->strings["Musical interests:"] = "Intereses musicales:";
|
||||
$a->strings["Books, literature:"] = "Libros, literatura:";
|
||||
$a->strings["Television:"] = "Televisión:";
|
||||
$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
|
||||
$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
|
||||
$a->strings["Work/employment:"] = "Trabajo:";
|
||||
$a->strings["School/education:"] = "Estudios:";
|
||||
$a->strings["Like this thing"] = "Me gusta esto";
|
||||
$a->strings["cover photo"] = "Imagen de portada del perfil";
|
||||
$a->strings["prev"] = "anterior";
|
||||
$a->strings["first"] = "primera";
|
||||
$a->strings["last"] = "última";
|
||||
@ -819,9 +730,9 @@ $a->strings["Visible to all connections."] = "Visible para todas las conexiones.
|
||||
$a->strings["Visible to approved connections."] = "Visible para las conexiones permitidas.";
|
||||
$a->strings["Visible to specific connections."] = "Visible para conexiones específicas.";
|
||||
$a->strings["Item not found."] = "Elemento no encontrado.";
|
||||
$a->strings["Privacy group not found."] = "Grupo privado no encontrado.";
|
||||
$a->strings["Privacy group is empty."] = "El grupo privado está vacío.";
|
||||
$a->strings["Privacy group: %s"] = "Grupo privado: %s";
|
||||
$a->strings["Privacy group not found."] = "Grupo de canales no encontrado.";
|
||||
$a->strings["Privacy group is empty."] = "El grupo de canales está vacío.";
|
||||
$a->strings["Privacy group: %s"] = "Grupo de canales: %s";
|
||||
$a->strings["Connection: %s"] = "Conexión: %s";
|
||||
$a->strings["Connection not found."] = "Conexión no encontrada";
|
||||
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
|
||||
@ -860,6 +771,161 @@ $a->strings["Name:"] = "Nombre:";
|
||||
$a->strings["Photo:"] = "Foto:";
|
||||
$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia.";
|
||||
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]";
|
||||
$a->strings["General Features"] = "Funcionalidades básicas";
|
||||
$a->strings["Content Expiration"] = "Caducidad del contenido";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante";
|
||||
$a->strings["Multiple Profiles"] = "Múltiples perfiles";
|
||||
$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles";
|
||||
$a->strings["Advanced Profiles"] = "Perfiles avanzados";
|
||||
$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales";
|
||||
$a->strings["Profile Import/Export"] = "Importar/Exportar perfil";
|
||||
$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales";
|
||||
$a->strings["Web Pages"] = "Páginas web";
|
||||
$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal";
|
||||
$a->strings["Hide Rating"] = "Ocultar las valoraciones";
|
||||
$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Ocultar los botones de valoración en su canal y página de perfil. Tenga en cuenta, sin embargo, que la gente podrá expresar su valoración en otros lugares.";
|
||||
$a->strings["Private Notes"] = "Notas privadas";
|
||||
$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Habilita una herramienta para guardar notas y recordatorios (advertencia: las notas no estarán cifradas)";
|
||||
$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales";
|
||||
$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable";
|
||||
$a->strings["Photo Location"] = "Ubicación de las fotos";
|
||||
$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa.";
|
||||
$a->strings["Expert Mode"] = "Modo de experto";
|
||||
$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración";
|
||||
$a->strings["Premium Channel"] = "Canal premium";
|
||||
$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal";
|
||||
$a->strings["Post Composition Features"] = "Opciones para la redacción de entradas";
|
||||
$a->strings["Use Markdown"] = "Usar Markdown";
|
||||
$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones";
|
||||
$a->strings["Large Photos"] = "Fotos de gran tamaño";
|
||||
$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)";
|
||||
$a->strings["Channel Sources"] = "Orígenes de los contenidos del canal";
|
||||
$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\"";
|
||||
$a->strings["Even More Encryption"] = "Más cifrado todavía";
|
||||
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida.";
|
||||
$a->strings["Enable Voting Tools"] = "Permitir entradas con votación";
|
||||
$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar";
|
||||
$a->strings["Delayed Posting"] = "Publicación aplazada";
|
||||
$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior";
|
||||
$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados";
|
||||
$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo.";
|
||||
$a->strings["Network and Stream Filtering"] = "Filtrado del contenido";
|
||||
$a->strings["Search by Date"] = "Buscar por fecha";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Activar la gestión y selección de grupos de canales";
|
||||
$a->strings["Saved Searches"] = "Búsquedas guardadas";
|
||||
$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización";
|
||||
$a->strings["Network Personal Tab"] = "Actividad personal";
|
||||
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado.";
|
||||
$a->strings["Network New Tab"] = "Contenido nuevo";
|
||||
$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo";
|
||||
$a->strings["Affinity Tool"] = "Herramienta de afinidad";
|
||||
$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones";
|
||||
$a->strings["Connection Filtering"] = "Filtrado de conexiones";
|
||||
$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido";
|
||||
$a->strings["Suggest Channels"] = "Sugerir canales";
|
||||
$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales";
|
||||
$a->strings["Post/Comment Tools"] = "Gestión de entradas y comentarios";
|
||||
$a->strings["Community Tagging"] = "Etiquetas de la comunidad";
|
||||
$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes";
|
||||
$a->strings["Post Categories"] = "Categorías de entradas";
|
||||
$a->strings["Add categories to your posts"] = "Añadir categorías a sus publicaciones";
|
||||
$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas";
|
||||
$a->strings["Dislike Posts"] = "Desagrado de publicaciones";
|
||||
$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios";
|
||||
$a->strings["Star Posts"] = "Entradas destacadas";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella";
|
||||
$a->strings["Tag Cloud"] = "Nube de etiquetas";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal";
|
||||
$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
|
||||
$a->strings["Empty name"] = "Nombre vacío";
|
||||
$a->strings["Name too long"] = "Nombre demasiado largo";
|
||||
$a->strings["No account identifier"] = "Ningún identificador de la cuenta";
|
||||
$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias).";
|
||||
$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro.";
|
||||
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio.";
|
||||
$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
|
||||
$a->strings["Default Profile"] = "Perfil principal";
|
||||
$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
|
||||
$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
|
||||
$a->strings["Change profile photo"] = "Cambiar la foto del perfil";
|
||||
$a->strings["Profiles"] = "Perfiles";
|
||||
$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
|
||||
$a->strings["Create New Profile"] = "Crear un nuevo perfil";
|
||||
$a->strings["Profile Image"] = "Imagen del perfil";
|
||||
$a->strings["visible to everybody"] = "visible para cualquiera";
|
||||
$a->strings["Edit visibility"] = "Editar visibilidad";
|
||||
$a->strings["Gender:"] = "Género:";
|
||||
$a->strings["Status:"] = "Estado:";
|
||||
$a->strings["Homepage:"] = "Página personal:";
|
||||
$a->strings["Online Now"] = "Ahora en línea";
|
||||
$a->strings["g A l F d"] = "g A l d F";
|
||||
$a->strings["F d"] = "d F";
|
||||
$a->strings["[today]"] = "[hoy]";
|
||||
$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
|
||||
$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:";
|
||||
$a->strings["[No description]"] = "[Sin descripción]";
|
||||
$a->strings["Event Reminders"] = "Recordatorios de eventos";
|
||||
$a->strings["Events this week:"] = "Eventos de esta semana:";
|
||||
$a->strings["Full Name:"] = "Nombre completo:";
|
||||
$a->strings["Like this channel"] = "Me gusta este canal";
|
||||
$a->strings["j F, Y"] = "j F Y";
|
||||
$a->strings["j F"] = "j F";
|
||||
$a->strings["Birthday:"] = "Cumpleaños:";
|
||||
$a->strings["Age:"] = "Edad:";
|
||||
$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
|
||||
$a->strings["Sexual Preference:"] = "Orientación sexual:";
|
||||
$a->strings["Hometown:"] = "Ciudad de origen:";
|
||||
$a->strings["Tags:"] = "Etiquetas:";
|
||||
$a->strings["Political Views:"] = "Posición política:";
|
||||
$a->strings["Religion:"] = "Religión:";
|
||||
$a->strings["About:"] = "Sobre mí:";
|
||||
$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
|
||||
$a->strings["Likes:"] = "Me gusta:";
|
||||
$a->strings["Dislikes:"] = "No me gusta:";
|
||||
$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
|
||||
$a->strings["My other channels:"] = "Mis otros canales:";
|
||||
$a->strings["Musical interests:"] = "Intereses musicales:";
|
||||
$a->strings["Books, literature:"] = "Libros, literatura:";
|
||||
$a->strings["Television:"] = "Televisión:";
|
||||
$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
|
||||
$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
|
||||
$a->strings["Work/employment:"] = "Trabajo:";
|
||||
$a->strings["School/education:"] = "Estudios:";
|
||||
$a->strings["Like this thing"] = "Me gusta esto";
|
||||
$a->strings["cover photo"] = "Imagen de portada del perfil";
|
||||
$a->strings["Embedded content"] = "Contenido incorporado";
|
||||
$a->strings["Embedding disabled"] = "Incrustación deshabilitada";
|
||||
$a->strings["Can view my normal stream and posts"] = "Pueden verse mi actividad y publicaciones normales";
|
||||
$a->strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado.";
|
||||
$a->strings["Can view my connections"] = "Pueden verse mis conexiones";
|
||||
$a->strings["Can view my file storage and photos"] = "Pueden verse mi repositorio de ficheros y mis fotos";
|
||||
$a->strings["Can view my webpages"] = "Pueden verse mis páginas web";
|
||||
$a->strings["Can send me their channel stream and posts"] = "Me pueden enviar sus entradas y contenidos del canal";
|
||||
$a->strings["Can post on my channel page (\"wall\")"] = "Pueden crearse entradas en mi página de inicio del canal (“muro”)";
|
||||
$a->strings["Can comment on or like my posts"] = "Pueden publicarse comentarios en mis publicaciones o marcar mis entradas con 'me gusta'.";
|
||||
$a->strings["Can send me private mail messages"] = "Se me pueden enviar mensajes privados";
|
||||
$a->strings["Can like/dislike stuff"] = "Puede marcarse contenido como me gusta/no me gusta";
|
||||
$a->strings["Profiles and things other than posts/comments"] = "Perfiles y otras cosas aparte de publicaciones/comentarios";
|
||||
$a->strings["Can forward to all my channel contacts via post @mentions"] = "Puede enviarse una entrada a todos mis contactos del canal mediante una @mención";
|
||||
$a->strings["Advanced - useful for creating group forum channels"] = "Avanzado - útil para crear canales de foros de discusión o grupos";
|
||||
$a->strings["Can chat with me (when available)"] = "Se puede charlar conmigo (cuando esté disponible)";
|
||||
$a->strings["Can write to my file storage and photos"] = "Puede escribirse en mi repositorio de ficheros y fotos";
|
||||
$a->strings["Can edit my webpages"] = "Pueden editarse mis páginas web";
|
||||
$a->strings["Can source my public posts in derived channels"] = "Pueden utilizarse mis publicaciones públicas como origen de contenidos en canales derivados";
|
||||
$a->strings["Somewhat advanced - very useful in open communities"] = "Algo avanzado - muy útil en comunidades abiertas";
|
||||
$a->strings["Can administer my channel resources"] = "Pueden administrarse mis recursos del canal";
|
||||
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Muy avanzado. Déjelo a no ser que sepa bien lo que está haciendo.";
|
||||
$a->strings["Social Networking"] = "Redes sociales";
|
||||
$a->strings["Mostly Public"] = "Público en su mayor parte";
|
||||
$a->strings["Restricted"] = "Restringido";
|
||||
$a->strings["Private"] = "Privado";
|
||||
$a->strings["Community Forum"] = "Foro de discusión";
|
||||
$a->strings["Feed Republish"] = "Republicar un \"feed\"";
|
||||
$a->strings["Special Purpose"] = "Propósito especial";
|
||||
$a->strings["Celebrity/Soapbox"] = "Página para fans";
|
||||
$a->strings["Group Repository"] = "Repositorio de grupo";
|
||||
$a->strings["Custom/Expert Mode"] = "Modo personalizado/experto";
|
||||
$a->strings["System"] = "Sistema";
|
||||
$a->strings["Create Personal App"] = "Crear una aplicación personal";
|
||||
$a->strings["Edit Personal App"] = "Editar una aplicación personal";
|
||||
@ -872,7 +938,6 @@ $a->strings["Enter channel address"] = "Dirección del canal";
|
||||
$a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Ejemplos: manuel@ejemplo.com, https://ejemplo.com/carmen";
|
||||
$a->strings["Notes"] = "Notas";
|
||||
$a->strings["Remove term"] = "Eliminar término";
|
||||
$a->strings["Saved Searches"] = "Búsquedas guardadas";
|
||||
$a->strings["Archives"] = "Hemeroteca";
|
||||
$a->strings["Me"] = "Yo";
|
||||
$a->strings["Family"] = "Familia";
|
||||
@ -888,7 +953,6 @@ $a->strings["Connected apps"] = "Aplicaciones conectadas";
|
||||
$a->strings["Export channel"] = "Exportar canal";
|
||||
$a->strings["Connection Default Permissions"] = "Permisos predeterminados de conexión";
|
||||
$a->strings["Premium Channel Settings"] = "Configuración del canal premium";
|
||||
$a->strings["Channel Sources"] = "Orígenes de los contenidos del canal";
|
||||
$a->strings["Private Mail Menu"] = "Menú de correo privado";
|
||||
$a->strings["Combined View"] = "Vista combinada";
|
||||
$a->strings["Conversations"] = "Conversaciones";
|
||||
@ -923,6 +987,7 @@ $a->strings["For Developers"] = "Para los desarrolladores";
|
||||
$a->strings["Site"] = "Sitio";
|
||||
$a->strings["Accounts"] = "Cuentas";
|
||||
$a->strings["Channels"] = "Canales";
|
||||
$a->strings["Security"] = "Seguridad";
|
||||
$a->strings["Plugins"] = "Extensiones";
|
||||
$a->strings["Themes"] = "Temas";
|
||||
$a->strings["Inspect queue"] = "Examinar la cola";
|
||||
@ -933,270 +998,11 @@ $a->strings["Plugin Features"] = "Extensiones";
|
||||
$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación";
|
||||
$a->strings["View Photo"] = "Ver foto";
|
||||
$a->strings["Edit Album"] = "Editar álbum";
|
||||
$a->strings["General Features"] = "Funcionalidades básicas";
|
||||
$a->strings["Content Expiration"] = "Caducidad del contenido";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Eliminar publicaciones/comentarios y/o mensajes privados más adelante";
|
||||
$a->strings["Multiple Profiles"] = "Múltiples perfiles";
|
||||
$a->strings["Ability to create multiple profiles"] = "Capacidad de crear múltiples perfiles";
|
||||
$a->strings["Advanced Profiles"] = "Perfiles avanzados";
|
||||
$a->strings["Additional profile sections and selections"] = "Secciones y selecciones de perfil adicionales";
|
||||
$a->strings["Profile Import/Export"] = "Importar/Exportar perfil";
|
||||
$a->strings["Save and load profile details across sites/channels"] = "Guardar y cargar detalles del perfil a través de sitios/canales";
|
||||
$a->strings["Web Pages"] = "Páginas web";
|
||||
$a->strings["Provide managed web pages on your channel"] = "Proveer páginas web gestionadas en su canal";
|
||||
$a->strings["Hide Rating"] = "Ocultar las valoraciones";
|
||||
$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Ocultar los botones de valoración en su canal y página de perfil. Tenga en cuenta, sin embargo, que la gente podrá expresar su valoración en otros lugares.";
|
||||
$a->strings["Private Notes"] = "Notas privadas";
|
||||
$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Habilita una herramienta para guardar notas y recordatorios (advertencia: las notas no estarán cifradas)";
|
||||
$a->strings["Navigation Channel Select"] = "Navegación por el selector de canales";
|
||||
$a->strings["Change channels directly from within the navigation dropdown menu"] = "Cambiar de canales directamente desde el menú de navegación desplegable";
|
||||
$a->strings["Photo Location"] = "Ubicación de las fotos";
|
||||
$a->strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa.";
|
||||
$a->strings["Expert Mode"] = "Modo de experto";
|
||||
$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Habilitar el modo de experto para acceder a opciones avanzadas de configuración";
|
||||
$a->strings["Premium Channel"] = "Canal premium";
|
||||
$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Le permite configurar restricciones y normas de uso a aquellos que conectan con su canal";
|
||||
$a->strings["Post Composition Features"] = "Opciones para la redacción de entradas";
|
||||
$a->strings["Use Markdown"] = "Usar Markdown";
|
||||
$a->strings["Allow use of \"Markdown\" to format posts"] = "Permitir el uso de \"Markdown\" para formatear publicaciones";
|
||||
$a->strings["Large Photos"] = "Fotos de gran tamaño";
|
||||
$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Incluir miniaturas de fotos grandes (1024px) en publicaciones. Si no está habilitado, usar miniaturas pequeñas (640px)";
|
||||
$a->strings["Automatically import channel content from other channels or feeds"] = "Importar automáticamente contenido de otros canales o \"feeds\"";
|
||||
$a->strings["Even More Encryption"] = "Más cifrado todavía";
|
||||
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Permitir cifrado adicional de contenido \"punto-a-punto\" con una clave secreta compartida.";
|
||||
$a->strings["Enable Voting Tools"] = "Permitir entradas con votación";
|
||||
$a->strings["Provide a class of post which others can vote on"] = "Proveer una clase de publicación en la que otros puedan votar";
|
||||
$a->strings["Delayed Posting"] = "Publicación aplazada";
|
||||
$a->strings["Allow posts to be published at a later date"] = "Permitir mensajes que se publicarán en una fecha posterior";
|
||||
$a->strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o comentarios duplicados";
|
||||
$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo.";
|
||||
$a->strings["Network and Stream Filtering"] = "Filtrado del contenido";
|
||||
$a->strings["Search by Date"] = "Buscar por fecha";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Capacidad de seleccionar entradas por rango de fechas";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Activar la gestión y selección de grupos privados";
|
||||
$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilización";
|
||||
$a->strings["Network Personal Tab"] = "Actividad personal";
|
||||
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar una pestaña en la cual se muestren solo las entradas en las que ha participado.";
|
||||
$a->strings["Network New Tab"] = "Contenido nuevo";
|
||||
$a->strings["Enable tab to display all new Network activity"] = "Habilitar una pestaña en la que se muestre solo el contenido nuevo";
|
||||
$a->strings["Affinity Tool"] = "Herramienta de afinidad";
|
||||
$a->strings["Filter stream activity by depth of relationships"] = "Filtrar el contenido según la profundidad de las relaciones";
|
||||
$a->strings["Connection Filtering"] = "Filtrado de conexiones";
|
||||
$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filtrar publicaciones entrantes de conexiones por palabras clave o contenido";
|
||||
$a->strings["Suggest Channels"] = "Sugerir canales";
|
||||
$a->strings["Show channel suggestions"] = "Mostrar sugerencias de canales";
|
||||
$a->strings["Post/Comment Tools"] = "Gestión de entradas y comentarios";
|
||||
$a->strings["Community Tagging"] = "Etiquetas de la comunidad";
|
||||
$a->strings["Ability to tag existing posts"] = "Capacidad de etiquetar entradas existentes";
|
||||
$a->strings["Post Categories"] = "Categorías de entradas";
|
||||
$a->strings["Add categories to your posts"] = "Añadir categorías a sus publicaciones";
|
||||
$a->strings["Ability to file posts under folders"] = "Capacidad de archivar entradas en carpetas";
|
||||
$a->strings["Dislike Posts"] = "Desagrado de publicaciones";
|
||||
$a->strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios";
|
||||
$a->strings["Star Posts"] = "Entradas destacadas";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella";
|
||||
$a->strings["Tag Cloud"] = "Nube de etiquetas";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Proveer nube de etiquetas personal en su página de canal";
|
||||
$a->strings["Not Found"] = "No encontrado";
|
||||
$a->strings["Page not found."] = "Página no encontrada.";
|
||||
$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
|
||||
$a->strings["network"] = "red";
|
||||
$a->strings["RSS"] = "RSS";
|
||||
$a->strings["Theme settings updated."] = "Ajustes del tema actualizados.";
|
||||
$a->strings["# Accounts"] = "# Cuentas";
|
||||
$a->strings["# blocked accounts"] = "# cuentas bloqueadas";
|
||||
$a->strings["# expired accounts"] = "# cuentas caducadas";
|
||||
$a->strings["# expiring accounts"] = "# cuentas que caducan";
|
||||
$a->strings["# Channels"] = "# Canales";
|
||||
$a->strings["# primary"] = "# primario";
|
||||
$a->strings["# clones"] = "# clones";
|
||||
$a->strings["Message queues"] = "Mensajes en cola";
|
||||
$a->strings["Administration"] = "Administración";
|
||||
$a->strings["Summary"] = "Sumario";
|
||||
$a->strings["Registered accounts"] = "Cuentas registradas";
|
||||
$a->strings["Pending registrations"] = "Registros pendientes";
|
||||
$a->strings["Registered channels"] = "Canales registrados";
|
||||
$a->strings["Active plugins"] = "Extensiones activas";
|
||||
$a->strings["Version"] = "Versión";
|
||||
$a->strings["Site settings updated."] = "Ajustes del sitio actualizados.";
|
||||
$a->strings["mobile"] = "móvil";
|
||||
$a->strings["experimental"] = "experimental";
|
||||
$a->strings["unsupported"] = "no soportado";
|
||||
$a->strings["Yes - with approval"] = "Sí - con aprobación";
|
||||
$a->strings["My site is not a public server"] = "Mi sitio no es un servidor público";
|
||||
$a->strings["My site has paid access only"] = "Mi sitio es un servicio de pago";
|
||||
$a->strings["My site has free access only"] = "Mi sitio es un servicio gratuito";
|
||||
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mi sitio ofrece cuentas gratuitas con opciones extra de pago";
|
||||
$a->strings["Registration"] = "Registro";
|
||||
$a->strings["File upload"] = "Fichero subido";
|
||||
$a->strings["Policies"] = "Políticas";
|
||||
$a->strings["Site name"] = "Nombre del sitio";
|
||||
$a->strings["Banner/Logo"] = "Banner/Logo";
|
||||
$a->strings["Administrator Information"] = "Información del Administrador";
|
||||
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode";
|
||||
$a->strings["System language"] = "Idioma del sistema";
|
||||
$a->strings["System theme"] = "Tema gráfico del sistema";
|
||||
$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>";
|
||||
$a->strings["Mobile system theme"] = "Tema del sistema para móviles";
|
||||
$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles";
|
||||
$a->strings["Allow Feeds as Connections"] = "Permitir contenidos RSS como conexiones";
|
||||
$a->strings["(Heavy system resource usage)"] = "(Uso intenso de los recursos del sistema)";
|
||||
$a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
|
||||
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites.";
|
||||
$a->strings["Does this site allow new member registration?"] = "¿Debe este sitio permitir el registro de nuevos miembros?";
|
||||
$a->strings["Invitation only"] = "Solo con una invitación";
|
||||
$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"Sí\".";
|
||||
$a->strings["Which best describes the types of account offered by this hub?"] = "¿Cómo describiría el tipo de servicio ofrecido por este servidor?";
|
||||
$a->strings["Register text"] = "Texto del registro";
|
||||
$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará de forma destacada en la página de registro.";
|
||||
$a->strings["Site homepage to show visitors (default: login box)"] = "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)";
|
||||
$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "ejemplo: 'public' para mostrar contenido público de los usuarios, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero.";
|
||||
$a->strings["Preserve site homepage URL"] = "Preservar la dirección de la página personal";
|
||||
$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla.";
|
||||
$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
|
||||
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo.";
|
||||
$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
|
||||
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio.";
|
||||
$a->strings["Allowed email domains"] = "Se aceptan dominios de correo electrónico";
|
||||
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. ";
|
||||
$a->strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico";
|
||||
$a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado.";
|
||||
$a->strings["Block public"] = "Bloquear páginas públicas";
|
||||
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Activar para bloquear el acceso a todas las páginas públicas personales en este sitio, salvo que estén identificadas en el sistema.";
|
||||
$a->strings["Verify Email Addresses"] = "Verificar las direcciones de correo electrónico";
|
||||
$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado).";
|
||||
$a->strings["Force publish"] = "Forzar la publicación";
|
||||
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio.";
|
||||
$a->strings["Import Public Streams"] = "Importar contenido público";
|
||||
$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podría encontrar cosas inapropiadas u ofensivas.";
|
||||
$a->strings["login on Homepage"] = "Iniciar sesión en la página personal";
|
||||
$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido.";
|
||||
$a->strings["Directory Server URL"] = "URL del servidor de directorio";
|
||||
$a->strings["Default directory server"] = "Servidor de directorio predeterminado";
|
||||
$a->strings["Proxy user"] = "Usuario del proxy";
|
||||
$a->strings["Proxy URL"] = "Dirección del proxy";
|
||||
$a->strings["Network timeout"] = "Tiempo de espera de la red";
|
||||
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)";
|
||||
$a->strings["Delivery interval"] = "Intervalo de entrega";
|
||||
$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados.";
|
||||
$a->strings["Deliveries per process"] = "Intentos de envío por proceso";
|
||||
$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Numero de envíos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5.";
|
||||
$a->strings["Poll interval"] = "Intervalo máximo de tiempo entre dos mensajes sucesivos";
|
||||
$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el intervalo de envío en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega.";
|
||||
$a->strings["Maximum Load Average"] = "Carga media máxima";
|
||||
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de entrega y envío se hayan retardado - por defecto, 50.";
|
||||
$a->strings["Expiration period in days for imported (grid/network) content"] = "Caducidad del contenido importado de otros sitios (en días)";
|
||||
$a->strings["0 for no expiration of imported content"] = "0 para que no caduque el contenido importado";
|
||||
$a->strings["Off"] = "Desactivado";
|
||||
$a->strings["On"] = "Activado";
|
||||
$a->strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
|
||||
$a->strings["Manage Additional Features"] = "Gestionar las funcionalidades";
|
||||
$a->strings["No server found"] = "Servidor no encontrado";
|
||||
$a->strings["ID"] = "ID";
|
||||
$a->strings["for channel"] = "por canal";
|
||||
$a->strings["on server"] = "en el servidor";
|
||||
$a->strings["Status"] = "Estado";
|
||||
$a->strings["Server"] = "Servidor";
|
||||
$a->strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
|
||||
$a->strings["Executing %s failed. Check system logs."] = "La ejecución de %s ha fallado. Mirar en los informes del sistema.";
|
||||
$a->strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
|
||||
$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito.";
|
||||
$a->strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
|
||||
$a->strings["No failed updates."] = "No ha fallado ninguna actualización.";
|
||||
$a->strings["Failed Updates"] = "Han fallado las actualizaciones";
|
||||
$a->strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
|
||||
$a->strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
|
||||
$a->strings["Queue Statistics"] = "Estadísticas de la cola";
|
||||
$a->strings["Total Entries"] = "Total de entradas";
|
||||
$a->strings["Priority"] = "Prioridad";
|
||||
$a->strings["Destination URL"] = "Dirección de destino";
|
||||
$a->strings["Mark hub permanently offline"] = "Marcar el servidor como permanentemente fuera de línea";
|
||||
$a->strings["Empty queue for this hub"] = "Vaciar la cola para este servidor";
|
||||
$a->strings["Last known contact"] = "Último contacto conocido";
|
||||
$a->strings["%s account blocked/unblocked"] = array(
|
||||
0 => "%s cuenta bloqueada/desbloqueada",
|
||||
1 => "%s cuenta bloqueada/desbloqueada",
|
||||
);
|
||||
$a->strings["%s account deleted"] = array(
|
||||
0 => "%s cuentas eliminadas",
|
||||
1 => "%s cuentas eliminadas",
|
||||
);
|
||||
$a->strings["Account not found"] = "Cuenta no encontrada";
|
||||
$a->strings["Account '%s' deleted"] = "La cuenta '%s' ha sido eliminada";
|
||||
$a->strings["Account '%s' blocked"] = "La cuenta '%s' ha sido bloqueada";
|
||||
$a->strings["Account '%s' unblocked"] = "La cuenta '%s' ha sido desbloqueada";
|
||||
$a->strings["Users"] = "Usuarios";
|
||||
$a->strings["select all"] = "seleccionar todo";
|
||||
$a->strings["User registrations waiting for confirm"] = "Registros de usuario en espera de aprobación";
|
||||
$a->strings["Request date"] = "Fecha de solicitud";
|
||||
$a->strings["No registrations."] = "Sin registros.";
|
||||
$a->strings["Approve"] = "Aprobar";
|
||||
$a->strings["Deny"] = "Rechazar";
|
||||
$a->strings["Block"] = "Bloquear";
|
||||
$a->strings["Unblock"] = "Desbloquear";
|
||||
$a->strings["Register date"] = "Fecha de registro";
|
||||
$a->strings["Last login"] = "Último acceso";
|
||||
$a->strings["Expires"] = "Caduca";
|
||||
$a->strings["Service Class"] = "Clase de servicio";
|
||||
$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["%s channel censored/uncensored"] = array(
|
||||
0 => "%s canales censurados/no censurados",
|
||||
1 => "%s canales censurados/no censurados",
|
||||
);
|
||||
$a->strings["%s channel code allowed/disallowed"] = array(
|
||||
0 => "%s código permitido/no permitido al canal",
|
||||
1 => "%s código permitido/no permitido al canal",
|
||||
);
|
||||
$a->strings["%s channel deleted"] = array(
|
||||
0 => "%s canales eliminados",
|
||||
1 => "%s canales eliminados",
|
||||
);
|
||||
$a->strings["Channel not found"] = "Canal no encontrado";
|
||||
$a->strings["Channel '%s' deleted"] = "Canal '%s' eliminado";
|
||||
$a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
|
||||
$a->strings["Channel '%s' uncensored"] = "Canal '%s' no censurado";
|
||||
$a->strings["Channel '%s' code allowed"] = "Código permitido al canal '%s'";
|
||||
$a->strings["Channel '%s' code disallowed"] = "Código no permitido al canal '%s'";
|
||||
$a->strings["Censor"] = "Censurar";
|
||||
$a->strings["Uncensor"] = "No censurar";
|
||||
$a->strings["Allow Code"] = "Permitir código";
|
||||
$a->strings["Disallow Code"] = "No permitir código";
|
||||
$a->strings["UID"] = "UID";
|
||||
$a->strings["Address"] = "Dirección";
|
||||
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["Plugin %s disabled."] = "Extensión %s desactivada.";
|
||||
$a->strings["Plugin %s enabled."] = "Extensión %s activada.";
|
||||
$a->strings["Disable"] = "Desactivar";
|
||||
$a->strings["Enable"] = "Activar";
|
||||
$a->strings["Toggle"] = "Cambiar";
|
||||
$a->strings["Author: "] = "Autor:";
|
||||
$a->strings["Maintainer: "] = "Mantenedor:";
|
||||
$a->strings["Minimum project version: "] = "Versión mínima del proyecto:";
|
||||
$a->strings["Maximum project version: "] = "Versión máxima del proyecto:";
|
||||
$a->strings["Minimum PHP version: "] = "Versión mínima de PHP:";
|
||||
$a->strings["Disabled - version incompatibility"] = "Deshabilitado - versiones incompatibles";
|
||||
$a->strings["No themes found."] = "No se han encontrado temas.";
|
||||
$a->strings["Screenshot"] = "Instantánea de pantalla";
|
||||
$a->strings["[Experimental]"] = "[Experimental]";
|
||||
$a->strings["[Unsupported]"] = "[No soportado]";
|
||||
$a->strings["Log settings updated."] = "Actualizado el informe de configuraciones.";
|
||||
$a->strings["Clear"] = "Vaciar";
|
||||
$a->strings["Debugging"] = "Depuración";
|
||||
$a->strings["Log file"] = "Fichero de informe";
|
||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio de instalación de Hubzilla.";
|
||||
$a->strings["Log level"] = "Nivel de depuración";
|
||||
$a->strings["New Profile Field"] = "Nuevo campo en el perfil";
|
||||
$a->strings["Field nickname"] = "Alias del campo";
|
||||
$a->strings["System name of field"] = "Nombre del campo en el sistema";
|
||||
$a->strings["Input type"] = "Tipo de entrada";
|
||||
$a->strings["Field Name"] = "Nombre del campo";
|
||||
$a->strings["Label on profile pages"] = "Etiqueta a mostrar en la página del perfil";
|
||||
$a->strings["Help text"] = "Texto de ayuda";
|
||||
$a->strings["Additional info (optional)"] = "Información adicional (opcional)";
|
||||
$a->strings["Field definition not found"] = "Definición del campo no encontrada";
|
||||
$a->strings["Edit Profile Field"] = "Modificar el campo del perfil";
|
||||
$a->strings["Authorize application connection"] = "Autorizar una conexión de aplicación";
|
||||
$a->strings["Return to your app and insert this Securty Code:"] = "Volver a su aplicación e introducir este código de seguridad:";
|
||||
$a->strings["Please login to continue."] = "Por favor inicie sesión para continuar.";
|
||||
@ -1267,8 +1073,10 @@ $a->strings["Edit connection"] = "Editar conexión";
|
||||
$a->strings["Delete connection"] = "Eliminar conexión";
|
||||
$a->strings["Channel address"] = "Dirección del canal";
|
||||
$a->strings["Network"] = "Red";
|
||||
$a->strings["Status"] = "Estado";
|
||||
$a->strings["Connected"] = "Conectado/a";
|
||||
$a->strings["Approve connection"] = "Aprobar esta conexión";
|
||||
$a->strings["Approve"] = "Aprobar";
|
||||
$a->strings["Ignore connection"] = "Ignorar esta conexión";
|
||||
$a->strings["Ignore"] = "Ignorar";
|
||||
$a->strings["Recent activity"] = "Actividad reciente";
|
||||
@ -1288,6 +1096,8 @@ $a->strings["Refresh Permissions"] = "Recargar los permisos";
|
||||
$a->strings["Fetch updated permissions"] = "Obtener los permisos actualizados";
|
||||
$a->strings["Recent Activity"] = "Actividad reciente";
|
||||
$a->strings["View recent posts and comments"] = "Ver publicaciones y comentarios recientes";
|
||||
$a->strings["Unblock"] = "Desbloquear";
|
||||
$a->strings["Block"] = "Bloquear";
|
||||
$a->strings["Block (or Unblock) all communications with this connection"] = "Bloquear (o desbloquear) todas las comunicaciones con esta conexión";
|
||||
$a->strings["This connection is blocked!"] = "¡Esta conexión está bloqueada!";
|
||||
$a->strings["Unignore"] = "Dejar de ignorar";
|
||||
@ -1438,15 +1248,15 @@ $a->strings["Contact not found."] = "Contacto no encontrado";
|
||||
$a->strings["Friend suggestion sent."] = "Enviar sugerencia a un amigo.";
|
||||
$a->strings["Suggest Friends"] = "Sugerir amigos";
|
||||
$a->strings["Suggest a friend for %s"] = "Sugerir un amigo a %s";
|
||||
$a->strings["Privacy group created."] = "El grupo privado ha sido creado.";
|
||||
$a->strings["Could not create privacy group."] = "No se puede crear el grupo privado.";
|
||||
$a->strings["Privacy group updated."] = "Grupo privado actualizado.";
|
||||
$a->strings["Privacy group created."] = "El grupo de canales ha sido creado.";
|
||||
$a->strings["Could not create privacy group."] = "No se puede crear el grupo de canales";
|
||||
$a->strings["Privacy group updated."] = "Grupo de canales actualizado.";
|
||||
$a->strings["Create a group of channels."] = "Crear un grupo de canales.";
|
||||
$a->strings["Privacy group name: "] = "Nombre del grupo:";
|
||||
$a->strings["Privacy group name: "] = "Nombre del grupo de canales:";
|
||||
$a->strings["Members are visible to other channels"] = "Los miembros son visibles para otros canales";
|
||||
$a->strings["Privacy group removed."] = "Grupo privado eliminado.";
|
||||
$a->strings["Unable to remove privacy group."] = "Imposible eliminar el grupo.";
|
||||
$a->strings["Privacy group editor"] = "Editor de grupos privados";
|
||||
$a->strings["Privacy group removed."] = "Grupo de canales eliminado.";
|
||||
$a->strings["Unable to remove privacy group."] = "Imposible eliminar el grupo de canales.";
|
||||
$a->strings["Privacy group editor"] = "Editor de grupos de canales";
|
||||
$a->strings["Members"] = "Miembros";
|
||||
$a->strings["All Connected Channels"] = "Todos los canales conectados";
|
||||
$a->strings["Click on a channel to add or remove."] = "Haga clic en un canal para agregarlo o quitarlo.";
|
||||
@ -1650,8 +1460,8 @@ $a->strings["No such group"] = "No se encuentra el grupo";
|
||||
$a->strings["No such channel"] = "No se encuentra el canal";
|
||||
$a->strings["forum"] = "foro";
|
||||
$a->strings["Search Results For:"] = "Buscar resultados para:";
|
||||
$a->strings["Privacy group is empty"] = "El grupo privado está vacío";
|
||||
$a->strings["Privacy group: "] = "Grupo privado:";
|
||||
$a->strings["Privacy group is empty"] = "El grupo de canales está vacío";
|
||||
$a->strings["Privacy group: "] = "Grupo de canales:";
|
||||
$a->strings["Invalid connection."] = "Conexión no válida.";
|
||||
$a->strings["Add a Channel"] = "Añadir un canal";
|
||||
$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Un canal está formado por su propia colección de páginas web relacionadas. Se puede utilizar para almacenar los perfiles sociales de la red, blogs, grupos de conversación y foros, páginas de famosos y mucho más. Puede crear tantos canales como su proveedor de servicio permita.";
|
||||
@ -1716,8 +1526,211 @@ $a->strings["In This Photo:"] = "En esta foto:";
|
||||
$a->strings["Map"] = "Mapa";
|
||||
$a->strings["View Album"] = "Ver álbum";
|
||||
$a->strings["Recent Photos"] = "Fotos recientes";
|
||||
$a->strings["Theme settings updated."] = "Ajustes del tema actualizados.";
|
||||
$a->strings["# Accounts"] = "# Cuentas";
|
||||
$a->strings["# blocked accounts"] = "# cuentas bloqueadas";
|
||||
$a->strings["# expired accounts"] = "# cuentas caducadas";
|
||||
$a->strings["# expiring accounts"] = "# cuentas que caducan";
|
||||
$a->strings["# Channels"] = "# Canales";
|
||||
$a->strings["# primary"] = "# primario";
|
||||
$a->strings["# clones"] = "# clones";
|
||||
$a->strings["Message queues"] = "Mensajes en cola";
|
||||
$a->strings["Administration"] = "Administración";
|
||||
$a->strings["Summary"] = "Sumario";
|
||||
$a->strings["Registered accounts"] = "Cuentas registradas";
|
||||
$a->strings["Pending registrations"] = "Registros pendientes";
|
||||
$a->strings["Registered channels"] = "Canales registrados";
|
||||
$a->strings["Active plugins"] = "Extensiones activas";
|
||||
$a->strings["Version"] = "Versión";
|
||||
$a->strings["Site settings updated."] = "Ajustes del sitio actualizados.";
|
||||
$a->strings["mobile"] = "móvil";
|
||||
$a->strings["experimental"] = "experimental";
|
||||
$a->strings["unsupported"] = "no soportado";
|
||||
$a->strings["Yes - with approval"] = "Sí - con aprobación";
|
||||
$a->strings["My site is not a public server"] = "Mi sitio no es un servidor público";
|
||||
$a->strings["My site has paid access only"] = "Mi sitio es un servicio de pago";
|
||||
$a->strings["My site has free access only"] = "Mi sitio es un servicio gratuito";
|
||||
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mi sitio ofrece cuentas gratuitas con opciones extra de pago";
|
||||
$a->strings["Registration"] = "Registro";
|
||||
$a->strings["File upload"] = "Fichero subido";
|
||||
$a->strings["Policies"] = "Políticas";
|
||||
$a->strings["Site name"] = "Nombre del sitio";
|
||||
$a->strings["Banner/Logo"] = "Banner/Logo";
|
||||
$a->strings["Administrator Information"] = "Información del Administrador";
|
||||
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Información de contacto de los administradores del sitio. Visible en la página \"siteinfo\". Se puede usar BBCode";
|
||||
$a->strings["System language"] = "Idioma del sistema";
|
||||
$a->strings["System theme"] = "Tema gráfico del sistema";
|
||||
$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema del sistema por defecto - se puede cambiar por cada perfil de usuario - <a href='#' id='cnftheme'>modificar los ajustes del tema</a>";
|
||||
$a->strings["Mobile system theme"] = "Tema del sistema para móviles";
|
||||
$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles";
|
||||
$a->strings["Allow Feeds as Connections"] = "Permitir contenidos RSS como conexiones";
|
||||
$a->strings["(Heavy system resource usage)"] = "(Uso intenso de los recursos del sistema)";
|
||||
$a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
|
||||
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de la imagen subida. Por defecto, es 0, lo que significa que no hay límites.";
|
||||
$a->strings["Does this site allow new member registration?"] = "¿Debe este sitio permitir el registro de nuevos miembros?";
|
||||
$a->strings["Invitation only"] = "Solo con una invitación";
|
||||
$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Solo se permiten inscripciones de nuevos miembros con un código de invitación. Además, deben aceptarse los términos del registro marcando \"Sí\".";
|
||||
$a->strings["Which best describes the types of account offered by this hub?"] = "¿Cómo describiría el tipo de servicio ofrecido por este servidor?";
|
||||
$a->strings["Register text"] = "Texto del registro";
|
||||
$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará de forma destacada en la página de registro.";
|
||||
$a->strings["Site homepage to show visitors (default: login box)"] = "Página personal que se mostrará a los visitantes (por defecto: la página de identificación)";
|
||||
$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "ejemplo: 'public' para mostrar contenido público de los usuarios, 'page/sys/home' para mostrar la página web definida como \"home\" o 'include:home.html' para mostrar el contenido de un fichero.";
|
||||
$a->strings["Preserve site homepage URL"] = "Preservar la dirección de la página personal";
|
||||
$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Presenta la página personal del sitio en un marco en la ubicación original, en vez de redirigirla.";
|
||||
$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
|
||||
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Para evitar consumir recursos del sistema intentando poner al día las cuentas abandonadas. Introduzca 0 para no tener límite de tiempo.";
|
||||
$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
|
||||
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de dominios a los que está permitido establecer relaciones de amistad con este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio.";
|
||||
$a->strings["Allowed email domains"] = "Se aceptan dominios de correo electrónico";
|
||||
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios de los que se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para aceptar cualquier dominio. ";
|
||||
$a->strings["Not allowed email domains"] = "No se permiten dominios de correo electrónico";
|
||||
$a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Lista separada por comas de los dominios de los que no se acepta una dirección de correo electrónico para registros en este sitio. Se permiten comodines. Dejar en claro para no aceptar cualquier dominio, excepto los que se hayan autorizado.";
|
||||
$a->strings["Verify Email Addresses"] = "Verificar las direcciones de correo electrónico";
|
||||
$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Activar para la verificación de la dirección de correo electrónico en el registro de una cuenta (recomendado).";
|
||||
$a->strings["Force publish"] = "Forzar la publicación";
|
||||
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Intentar forzar todos los perfiles para que sean listados en el directorio de este sitio.";
|
||||
$a->strings["Import Public Streams"] = "Importar contenido público";
|
||||
$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Importar y permitir acceso al contenido público sacado de otros sitios. Advertencia: este contenido no está moderado, por lo que podría encontrar cosas inapropiadas u ofensivas.";
|
||||
$a->strings["login on Homepage"] = "Iniciar sesión en la página personal";
|
||||
$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Presentar a los visitantes una casilla de identificación en la página de inicio, si no se ha configurado otro tipo de contenido.";
|
||||
$a->strings["Directory Server URL"] = "URL del servidor de directorio";
|
||||
$a->strings["Default directory server"] = "Servidor de directorio predeterminado";
|
||||
$a->strings["Proxy user"] = "Usuario del proxy";
|
||||
$a->strings["Proxy URL"] = "Dirección del proxy";
|
||||
$a->strings["Network timeout"] = "Tiempo de espera de la red";
|
||||
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Poner a 0 para que no haya tiempo límite (no recomendado)";
|
||||
$a->strings["Delivery interval"] = "Intervalo de entrega";
|
||||
$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Retrasar los procesos de transmisión en segundo plano por esta cantidad de segundos para reducir la carga del sistema. Recomendado: 4-5 para sitios compartidos, 2-3 para servidores virtuales privados, 0-1 para grandes servidores dedicados.";
|
||||
$a->strings["Deliveries per process"] = "Intentos de envío por proceso";
|
||||
$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Numero de envíos a intentar en un único proceso del sistema operativo. Ajustar si es necesario mejorar el rendimiento. Se recomienda: 1-5.";
|
||||
$a->strings["Poll interval"] = "Intervalo máximo de tiempo entre dos mensajes sucesivos";
|
||||
$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Retrasar el intervalo de envío en segundo plano, en esta cantidad de segundos, para reducir la carga del sistema. Si es 0, usar el intervalo de entrega.";
|
||||
$a->strings["Maximum Load Average"] = "Carga media máxima";
|
||||
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que los procesos de entrega y envío se hayan retardado - por defecto, 50.";
|
||||
$a->strings["Expiration period in days for imported (grid/network) content"] = "Caducidad del contenido importado de otros sitios (en días)";
|
||||
$a->strings["0 for no expiration of imported content"] = "0 para que no caduque el contenido importado";
|
||||
$a->strings["Off"] = "Desactivado";
|
||||
$a->strings["On"] = "Activado";
|
||||
$a->strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
|
||||
$a->strings["Manage Additional Features"] = "Gestionar las funcionalidades";
|
||||
$a->strings["No server found"] = "Servidor no encontrado";
|
||||
$a->strings["ID"] = "ID";
|
||||
$a->strings["for channel"] = "por canal";
|
||||
$a->strings["on server"] = "en el servidor";
|
||||
$a->strings["Server"] = "Servidor";
|
||||
$a->strings["Block public"] = "Bloquear páginas públicas";
|
||||
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Intentar bloquear el acceso a este sitio da todas las páginas personales o públicas, a menos que estén autenticadas actualmente.";
|
||||
$a->strings["Allow communications only from these sites"] = "Permitir la comunicación solo desde estos sitios";
|
||||
$a->strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Un sitio por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
|
||||
$a->strings["Block communications from these sites"] = "Bloquear la comunicación desde estos sitios";
|
||||
$a->strings["Allow communications only from these channels"] = "Permitir la comunicación solo desde estos canales";
|
||||
$a->strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Un canal (hash) por línea. Dejar en blanco para permitir por defecto la comunicación desde cualquiera";
|
||||
$a->strings["Block communications from these channels"] = "Bloquear la comunicación desde estos canales";
|
||||
$a->strings["Allow embedded HTML content only from these domains"] = "Permitir contenido con HTML incorporado solo desde estos dominios";
|
||||
$a->strings["One site per line. Leave empty to allow from any site by default"] = "Un sitio por línea. Dejar en blanco para permitirlo por defecto desde cualquier sitio";
|
||||
$a->strings["Block embedded HTML from these domains"] = "Bloquear contenido con HTML incorporado desde estos dominios";
|
||||
$a->strings["Cooperative embed security"] = "Seguridad cooperativa incorporada";
|
||||
$a->strings["Enable to share embed security with other compatible sites/hubs"] = "Habilitar la compartición de seguridad incorporada con otros sitios compatibles";
|
||||
$a->strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
|
||||
$a->strings["Executing %s failed. Check system logs."] = "La ejecución de %s ha fallado. Mirar en los informes del sistema.";
|
||||
$a->strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
|
||||
$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito.";
|
||||
$a->strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
|
||||
$a->strings["No failed updates."] = "No ha fallado ninguna actualización.";
|
||||
$a->strings["Failed Updates"] = "Han fallado las actualizaciones";
|
||||
$a->strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
|
||||
$a->strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
|
||||
$a->strings["Queue Statistics"] = "Estadísticas de la cola";
|
||||
$a->strings["Total Entries"] = "Total de entradas";
|
||||
$a->strings["Priority"] = "Prioridad";
|
||||
$a->strings["Destination URL"] = "Dirección de destino";
|
||||
$a->strings["Mark hub permanently offline"] = "Marcar el servidor como permanentemente fuera de línea";
|
||||
$a->strings["Empty queue for this hub"] = "Vaciar la cola para este servidor";
|
||||
$a->strings["Last known contact"] = "Último contacto conocido";
|
||||
$a->strings["%s account blocked/unblocked"] = array(
|
||||
0 => "%s cuenta bloqueada/desbloqueada",
|
||||
1 => "%s cuenta bloqueada/desbloqueada",
|
||||
);
|
||||
$a->strings["%s account deleted"] = array(
|
||||
0 => "%s cuentas eliminadas",
|
||||
1 => "%s cuentas eliminadas",
|
||||
);
|
||||
$a->strings["Account not found"] = "Cuenta no encontrada";
|
||||
$a->strings["Account '%s' deleted"] = "La cuenta '%s' ha sido eliminada";
|
||||
$a->strings["Account '%s' blocked"] = "La cuenta '%s' ha sido bloqueada";
|
||||
$a->strings["Account '%s' unblocked"] = "La cuenta '%s' ha sido desbloqueada";
|
||||
$a->strings["Users"] = "Usuarios";
|
||||
$a->strings["select all"] = "seleccionar todo";
|
||||
$a->strings["User registrations waiting for confirm"] = "Registros de usuario en espera de aprobación";
|
||||
$a->strings["Request date"] = "Fecha de solicitud";
|
||||
$a->strings["No registrations."] = "Sin registros.";
|
||||
$a->strings["Deny"] = "Rechazar";
|
||||
$a->strings["Register date"] = "Fecha de registro";
|
||||
$a->strings["Last login"] = "Último acceso";
|
||||
$a->strings["Expires"] = "Caduca";
|
||||
$a->strings["Service Class"] = "Clase de servicio";
|
||||
$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Las cuentas seleccionadas van a ser eliminadas!\\n\\n¡Todo lo que estas cuentas han publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡La cuenta {0} va a ser eliminada!\\n\\n¡Todo lo que esta cuenta ha publicado en este sitio será borrado de forma permanente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["%s channel censored/uncensored"] = array(
|
||||
0 => "%s canales censurados/no censurados",
|
||||
1 => "%s canales censurados/no censurados",
|
||||
);
|
||||
$a->strings["%s channel code allowed/disallowed"] = array(
|
||||
0 => "%s código permitido/no permitido al canal",
|
||||
1 => "%s código permitido/no permitido al canal",
|
||||
);
|
||||
$a->strings["%s channel deleted"] = array(
|
||||
0 => "%s canales eliminados",
|
||||
1 => "%s canales eliminados",
|
||||
);
|
||||
$a->strings["Channel not found"] = "Canal no encontrado";
|
||||
$a->strings["Channel '%s' deleted"] = "Canal '%s' eliminado";
|
||||
$a->strings["Channel '%s' censored"] = "Canal '%s' censurado";
|
||||
$a->strings["Channel '%s' uncensored"] = "Canal '%s' no censurado";
|
||||
$a->strings["Channel '%s' code allowed"] = "Código permitido al canal '%s'";
|
||||
$a->strings["Channel '%s' code disallowed"] = "Código no permitido al canal '%s'";
|
||||
$a->strings["Censor"] = "Censurar";
|
||||
$a->strings["Uncensor"] = "No censurar";
|
||||
$a->strings["Allow Code"] = "Permitir código";
|
||||
$a->strings["Disallow Code"] = "No permitir código";
|
||||
$a->strings["UID"] = "UID";
|
||||
$a->strings["Address"] = "Dirección";
|
||||
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Los canales seleccionados se eliminarán!\\n\\nTodo lo publicado por estos canales en este sitio se borrarán definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "El canal {0} va a ser eliminado!\\n\\nTodo lo publicado por el canal en este sitio se borrará definitivamente!\\n\\n¿Está seguro de querer hacerlo?";
|
||||
$a->strings["Plugin %s disabled."] = "Extensión %s desactivada.";
|
||||
$a->strings["Plugin %s enabled."] = "Extensión %s activada.";
|
||||
$a->strings["Disable"] = "Desactivar";
|
||||
$a->strings["Enable"] = "Activar";
|
||||
$a->strings["Toggle"] = "Cambiar";
|
||||
$a->strings["Author: "] = "Autor:";
|
||||
$a->strings["Maintainer: "] = "Mantenedor:";
|
||||
$a->strings["Minimum project version: "] = "Versión mínima del proyecto:";
|
||||
$a->strings["Maximum project version: "] = "Versión máxima del proyecto:";
|
||||
$a->strings["Minimum PHP version: "] = "Versión mínima de PHP:";
|
||||
$a->strings["Disabled - version incompatibility"] = "Deshabilitado - versiones incompatibles";
|
||||
$a->strings["No themes found."] = "No se han encontrado temas.";
|
||||
$a->strings["Screenshot"] = "Instantánea de pantalla";
|
||||
$a->strings["[Experimental]"] = "[Experimental]";
|
||||
$a->strings["[Unsupported]"] = "[No soportado]";
|
||||
$a->strings["Log settings updated."] = "Actualizado el informe de configuraciones.";
|
||||
$a->strings["Clear"] = "Vaciar";
|
||||
$a->strings["Debugging"] = "Depuración";
|
||||
$a->strings["Log file"] = "Fichero de informe";
|
||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Debe tener permisos de escritura por el servidor web. La ruta es relativa al directorio de instalación de Hubzilla.";
|
||||
$a->strings["Log level"] = "Nivel de depuración";
|
||||
$a->strings["New Profile Field"] = "Nuevo campo en el perfil";
|
||||
$a->strings["Field nickname"] = "Alias del campo";
|
||||
$a->strings["System name of field"] = "Nombre del campo en el sistema";
|
||||
$a->strings["Input type"] = "Tipo de entrada";
|
||||
$a->strings["Field Name"] = "Nombre del campo";
|
||||
$a->strings["Label on profile pages"] = "Etiqueta a mostrar en la página del perfil";
|
||||
$a->strings["Help text"] = "Texto de ayuda";
|
||||
$a->strings["Additional info (optional)"] = "Información adicional (opcional)";
|
||||
$a->strings["Field definition not found"] = "Definición del campo no encontrada";
|
||||
$a->strings["Edit Profile Field"] = "Modificar el campo del perfil";
|
||||
$a->strings["Poke somebody"] = "Dar un toque a alguien";
|
||||
$a->strings["Poke/Prod"] = "Toque/Incitación";
|
||||
$a->strings["poke, prod or do other things to somebody"] = "dar un toque, incitar u otras cosas a alguien";
|
||||
$a->strings["Poke, prod or do other things to somebody"] = "Dar un toque, incitar o hacer otras cosas a alguien";
|
||||
$a->strings["Recipient"] = "Destinatario";
|
||||
$a->strings["Choose what you wish to do to recipient"] = "Elegir qué desea enviar al destinatario";
|
||||
$a->strings["Make this post private"] = "Convertir en privado este envío";
|
||||
|
3616
view/nl/hmessages.po
3616
view/nl/hmessages.po
File diff suppressed because it is too large
Load Diff
@ -558,8 +558,6 @@ $a->strings["%s Administrator"] = "Beheerder %s";
|
||||
$a->strings["No Subject"] = "Geen onderwerp";
|
||||
$a->strings["created a new post"] = "maakte een nieuw bericht aan";
|
||||
$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
|
||||
$a->strings["Embedded content"] = "Ingesloten inhoud";
|
||||
$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld";
|
||||
$a->strings["New Page"] = "Nieuwe pagina";
|
||||
$a->strings["View"] = "Weergeven";
|
||||
$a->strings["Actions"] = "Acties";
|
||||
@ -567,37 +565,6 @@ $a->strings["Page Link"] = "Paginalink";
|
||||
$a->strings["Title"] = "Titel";
|
||||
$a->strings["Created"] = "Aangemaakt";
|
||||
$a->strings["Edited"] = "Bewerkt";
|
||||
$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken";
|
||||
$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken";
|
||||
$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken";
|
||||
$a->strings["Can view my file storage and photos"] = "Kan mijn foto's en andere bestanden bekijken";
|
||||
$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken";
|
||||
$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen";
|
||||
$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen";
|
||||
$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden";
|
||||
$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen";
|
||||
$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden";
|
||||
$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties";
|
||||
$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+";
|
||||
$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums";
|
||||
$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)";
|
||||
$a->strings["Can write to my file storage and photos"] = "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen";
|
||||
$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken";
|
||||
$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken";
|
||||
$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)";
|
||||
$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren";
|
||||
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet.";
|
||||
$a->strings["Social Networking"] = "Sociaal netwerk";
|
||||
$a->strings["Mostly Public"] = "Vrijwel alles openbaar";
|
||||
$a->strings["Restricted"] = "Beperkt zichtbaar";
|
||||
$a->strings["Private"] = "Verborgen kanaal";
|
||||
$a->strings["Community Forum"] = "Groepsforum";
|
||||
$a->strings["Feed Republish"] = "Feed herpubliceren";
|
||||
$a->strings["Special Purpose"] = "Speciaal doel";
|
||||
$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen";
|
||||
$a->strings["Group Repository"] = "Groepsopslag";
|
||||
$a->strings["Other"] = "Anders";
|
||||
$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
|
||||
$a->strings["Profile Photos"] = "Profielfoto's";
|
||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
|
||||
$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
|
||||
@ -618,6 +585,7 @@ $a->strings["Transsexual"] = "Transseksueel";
|
||||
$a->strings["Hermaphrodite"] = "Hermafrodiet";
|
||||
$a->strings["Neuter"] = "Genderneutraal";
|
||||
$a->strings["Non-specific"] = "Niet gespecificeerd";
|
||||
$a->strings["Other"] = "Anders";
|
||||
$a->strings["Undecided"] = "Nog niet beslist";
|
||||
$a->strings["Males"] = "Mannen";
|
||||
$a->strings["Females"] = "Vrouwen";
|
||||
@ -692,63 +660,6 @@ $a->strings["Zot"] = "Zot";
|
||||
$a->strings["LinkedIn"] = "LinkedIn";
|
||||
$a->strings["XMPP/IM"] = "XMPP/IM";
|
||||
$a->strings["MySpace"] = "MySpace";
|
||||
$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
|
||||
$a->strings["Empty name"] = "Ontbrekende naam";
|
||||
$a->strings["Name too long"] = "Naam te lang";
|
||||
$a->strings["No account identifier"] = "Geen account-identificator";
|
||||
$a->strings["Nickname is required."] = "Bijnaam is verplicht";
|
||||
$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
|
||||
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
|
||||
$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
|
||||
$a->strings["Default Profile"] = "Standaardprofiel";
|
||||
$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
|
||||
$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
|
||||
$a->strings["Change profile photo"] = "Profielfoto veranderen";
|
||||
$a->strings["Profiles"] = "Profielen";
|
||||
$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
|
||||
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
|
||||
$a->strings["Profile Image"] = "Profielfoto";
|
||||
$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
|
||||
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
|
||||
$a->strings["Gender:"] = "Geslacht:";
|
||||
$a->strings["Status:"] = "Status:";
|
||||
$a->strings["Homepage:"] = "Homepagina:";
|
||||
$a->strings["Online Now"] = "Nu online";
|
||||
$a->strings["g A l F d"] = "G:i, l d F";
|
||||
$a->strings["F d"] = "d F";
|
||||
$a->strings["[today]"] = "[vandaag]";
|
||||
$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
|
||||
$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
|
||||
$a->strings["[No description]"] = "[Geen omschrijving]";
|
||||
$a->strings["Event Reminders"] = "Herinneringen";
|
||||
$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
|
||||
$a->strings["Full Name:"] = "Volledige naam:";
|
||||
$a->strings["Like this channel"] = "Vind dit kanaal leuk";
|
||||
$a->strings["j F, Y"] = "F j Y";
|
||||
$a->strings["j F"] = "F j";
|
||||
$a->strings["Birthday:"] = "Geboortedatum:";
|
||||
$a->strings["Age:"] = "Leeftijd:";
|
||||
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
|
||||
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
|
||||
$a->strings["Hometown:"] = "Oorspronkelijk uit:";
|
||||
$a->strings["Tags:"] = "Tags:";
|
||||
$a->strings["Political Views:"] = "Politieke overtuigingen:";
|
||||
$a->strings["Religion:"] = "Religie:";
|
||||
$a->strings["About:"] = "Over:";
|
||||
$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
|
||||
$a->strings["Likes:"] = "Houdt van:";
|
||||
$a->strings["Dislikes:"] = "Houdt niet van:";
|
||||
$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
|
||||
$a->strings["My other channels:"] = "Mijn andere kanalen";
|
||||
$a->strings["Musical interests:"] = "Muzikale interesses:";
|
||||
$a->strings["Books, literature:"] = "Boeken, literatuur:";
|
||||
$a->strings["Television:"] = "Televisie:";
|
||||
$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
|
||||
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
|
||||
$a->strings["Work/employment:"] = "Werk/beroep:";
|
||||
$a->strings["School/education:"] = "School/opleiding:";
|
||||
$a->strings["Like this thing"] = "Vind dit ding leuk";
|
||||
$a->strings["cover photo"] = "omslagfoto";
|
||||
$a->strings["prev"] = "vorige";
|
||||
$a->strings["first"] = "eerste";
|
||||
$a->strings["last"] = "laatste";
|
||||
@ -860,6 +771,161 @@ $a->strings["Name:"] = "Naam:";
|
||||
$a->strings["Photo:"] = "Foto:";
|
||||
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen.";
|
||||
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]";
|
||||
$a->strings["General Features"] = "Algemene functies";
|
||||
$a->strings["Content Expiration"] = "Inhoud laten verlopen";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
|
||||
$a->strings["Multiple Profiles"] = "Meerdere profielen";
|
||||
$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
|
||||
$a->strings["Advanced Profiles"] = "Geavanceerde profielen";
|
||||
$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel";
|
||||
$a->strings["Profile Import/Export"] = "Profiel importen/exporteren";
|
||||
$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken.";
|
||||
$a->strings["Web Pages"] = "Webpagina's";
|
||||
$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
|
||||
$a->strings["Hide Rating"] = "Beoordelingen verbergen";
|
||||
$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Verbergt de beoordelingsknoppen op jouw kanaal- en profielpagina's. Let op: Mensen kunnen jou nog steeds ergens anders beoordelen. ";
|
||||
$a->strings["Private Notes"] = "Privé-aantekeningen";
|
||||
$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Een eenvoudige toepassing om aantekeningen en herinneringen in te bewaren (let op: niet versleuteld)";
|
||||
$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu";
|
||||
$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk";
|
||||
$a->strings["Photo Location"] = "Fotolocatie";
|
||||
$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart.";
|
||||
$a->strings["Expert Mode"] = "Expertmodus";
|
||||
$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen";
|
||||
$a->strings["Premium Channel"] = "Premiumkanaal";
|
||||
$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal";
|
||||
$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
|
||||
$a->strings["Use Markdown"] = "Markdown gebruiken";
|
||||
$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken.";
|
||||
$a->strings["Large Photos"] = "Grote foto's";
|
||||
$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt.";
|
||||
$a->strings["Channel Sources"] = "Kanaalbronnen";
|
||||
$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
|
||||
$a->strings["Even More Encryption"] = "Extra encryptie";
|
||||
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
|
||||
$a->strings["Enable Voting Tools"] = "Peilingen inschakelen";
|
||||
$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen.";
|
||||
$a->strings["Delayed Posting"] = "Berichten uitstellen";
|
||||
$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden.";
|
||||
$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden";
|
||||
$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. ";
|
||||
$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
|
||||
$a->strings["Search by Date"] = "Zoek op datum";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Beheer en selectie van privacygroepen inschakelen";
|
||||
$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
|
||||
$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
|
||||
$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
|
||||
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
|
||||
$a->strings["Network New Tab"] = "Nieuwe netwerktab";
|
||||
$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
|
||||
$a->strings["Affinity Tool"] = "Verwantschapsfilter";
|
||||
$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in jouw grid ziet op hoe goed je iemand kent of mag";
|
||||
$a->strings["Connection Filtering"] = "Berichtenfilters";
|
||||
$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal";
|
||||
$a->strings["Suggest Channels"] = "Kanalen voorstellen";
|
||||
$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
|
||||
$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
|
||||
$a->strings["Community Tagging"] = "Taggen door anderen";
|
||||
$a->strings["Ability to tag existing posts"] = "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen";
|
||||
$a->strings["Post Categories"] = "Categorieën berichten";
|
||||
$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten";
|
||||
$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan";
|
||||
$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
|
||||
$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden";
|
||||
$a->strings["Star Posts"] = "Geef berichten een ster";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
|
||||
$a->strings["Tag Cloud"] = "Tagwolk";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina";
|
||||
$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
|
||||
$a->strings["Empty name"] = "Ontbrekende naam";
|
||||
$a->strings["Name too long"] = "Naam te lang";
|
||||
$a->strings["No account identifier"] = "Geen account-identificator";
|
||||
$a->strings["Nickname is required."] = "Bijnaam is verplicht";
|
||||
$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
|
||||
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
|
||||
$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
|
||||
$a->strings["Default Profile"] = "Standaardprofiel";
|
||||
$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
|
||||
$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
|
||||
$a->strings["Change profile photo"] = "Profielfoto veranderen";
|
||||
$a->strings["Profiles"] = "Profielen";
|
||||
$a->strings["Manage/edit profiles"] = "Profielen beheren/bewerken";
|
||||
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
|
||||
$a->strings["Profile Image"] = "Profielfoto";
|
||||
$a->strings["visible to everybody"] = "Voor iedereen zichtbaar";
|
||||
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
|
||||
$a->strings["Gender:"] = "Geslacht:";
|
||||
$a->strings["Status:"] = "Status:";
|
||||
$a->strings["Homepage:"] = "Homepagina:";
|
||||
$a->strings["Online Now"] = "Nu online";
|
||||
$a->strings["g A l F d"] = "G:i, l d F";
|
||||
$a->strings["F d"] = "d F";
|
||||
$a->strings["[today]"] = "[vandaag]";
|
||||
$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
|
||||
$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
|
||||
$a->strings["[No description]"] = "[Geen omschrijving]";
|
||||
$a->strings["Event Reminders"] = "Herinneringen";
|
||||
$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
|
||||
$a->strings["Full Name:"] = "Volledige naam:";
|
||||
$a->strings["Like this channel"] = "Vind dit kanaal leuk";
|
||||
$a->strings["j F, Y"] = "F j Y";
|
||||
$a->strings["j F"] = "F j";
|
||||
$a->strings["Birthday:"] = "Geboortedatum:";
|
||||
$a->strings["Age:"] = "Leeftijd:";
|
||||
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
|
||||
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
|
||||
$a->strings["Hometown:"] = "Oorspronkelijk uit:";
|
||||
$a->strings["Tags:"] = "Tags:";
|
||||
$a->strings["Political Views:"] = "Politieke overtuigingen:";
|
||||
$a->strings["Religion:"] = "Religie:";
|
||||
$a->strings["About:"] = "Over:";
|
||||
$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
|
||||
$a->strings["Likes:"] = "Houdt van:";
|
||||
$a->strings["Dislikes:"] = "Houdt niet van:";
|
||||
$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
|
||||
$a->strings["My other channels:"] = "Mijn andere kanalen";
|
||||
$a->strings["Musical interests:"] = "Muzikale interesses:";
|
||||
$a->strings["Books, literature:"] = "Boeken, literatuur:";
|
||||
$a->strings["Television:"] = "Televisie:";
|
||||
$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
|
||||
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
|
||||
$a->strings["Work/employment:"] = "Werk/beroep:";
|
||||
$a->strings["School/education:"] = "School/opleiding:";
|
||||
$a->strings["Like this thing"] = "Vind dit ding leuk";
|
||||
$a->strings["cover photo"] = "omslagfoto";
|
||||
$a->strings["Embedded content"] = "Ingesloten (embedded) inhoud";
|
||||
$a->strings["Embedding disabled"] = "Insluiten (embedding) uitgeschakeld";
|
||||
$a->strings["Can view my normal stream and posts"] = "Kan mijn normale kanaalstream en berichten bekijken";
|
||||
$a->strings["Can view my default channel profile"] = "Kan mijn standaard kanaalprofiel bekijken";
|
||||
$a->strings["Can view my connections"] = "Kan een lijst met mijn connecties bekijken";
|
||||
$a->strings["Can view my file storage and photos"] = "Kan mijn foto's en andere bestanden bekijken";
|
||||
$a->strings["Can view my webpages"] = "Kan mijn pagina's bekijken";
|
||||
$a->strings["Can send me their channel stream and posts"] = "Kan mij de inhoud van hun kanaal en berichten sturen";
|
||||
$a->strings["Can post on my channel page (\"wall\")"] = "Kan een bericht in mijn kanaal plaatsen";
|
||||
$a->strings["Can comment on or like my posts"] = "Kan op mijn berichten reageren of deze (niet) leuk vinden";
|
||||
$a->strings["Can send me private mail messages"] = "Kan mij privéberichten sturen";
|
||||
$a->strings["Can like/dislike stuff"] = "Kan dingen leuk of niet leuk vinden";
|
||||
$a->strings["Profiles and things other than posts/comments"] = "Profielen en dingen, buiten berichten en reacties";
|
||||
$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan naar al mijn kanaalconnecties berichten doorsturen met behulp van @vermeldingen+";
|
||||
$a->strings["Advanced - useful for creating group forum channels"] = "Geavanceerd - nuttig voor groepforums";
|
||||
$a->strings["Can chat with me (when available)"] = "Kan met mij chatten (wanneer beschikbaar)";
|
||||
$a->strings["Can write to my file storage and photos"] = "Kan foto's en andere bestanden aan mijn bestandsopslag toevoegen";
|
||||
$a->strings["Can edit my webpages"] = "Kan mijn pagina's bewerken";
|
||||
$a->strings["Can source my public posts in derived channels"] = "Kan mijn openbare berichten als bron voor andere kanalen gebruiken";
|
||||
$a->strings["Somewhat advanced - very useful in open communities"] = "Enigszins geavanceerd (erg nuttig voor kanalen van forums/groepen)";
|
||||
$a->strings["Can administer my channel resources"] = "Kan mijn kanaal beheren";
|
||||
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Zeer geavanceerd. Laat dit met rust, behalve als je weet wat je doet.";
|
||||
$a->strings["Social Networking"] = "Sociaal netwerk";
|
||||
$a->strings["Mostly Public"] = "Vrijwel alles openbaar";
|
||||
$a->strings["Restricted"] = "Beperkt zichtbaar";
|
||||
$a->strings["Private"] = "Verborgen kanaal";
|
||||
$a->strings["Community Forum"] = "Groepsforum";
|
||||
$a->strings["Feed Republish"] = "Feed herpubliceren";
|
||||
$a->strings["Special Purpose"] = "Speciaal doel";
|
||||
$a->strings["Celebrity/Soapbox"] = "Beroemdheid/alleen volgen";
|
||||
$a->strings["Group Repository"] = "Groepsopslag";
|
||||
$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
|
||||
$a->strings["System"] = "Systeem";
|
||||
$a->strings["Create Personal App"] = "Persoonlijke app maken";
|
||||
$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
|
||||
@ -872,7 +938,6 @@ $a->strings["Enter channel address"] = "Vul kanaaladres in";
|
||||
$a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Voorbeelden: bob@example.com, http://example.com/barbara";
|
||||
$a->strings["Notes"] = "Aantekeningen";
|
||||
$a->strings["Remove term"] = "Verwijder zoekterm";
|
||||
$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
|
||||
$a->strings["Archives"] = "Archieven";
|
||||
$a->strings["Me"] = "Ik";
|
||||
$a->strings["Family"] = "Familie";
|
||||
@ -882,13 +947,12 @@ $a->strings["Refresh"] = "Vernieuwen";
|
||||
$a->strings["Account settings"] = "Account";
|
||||
$a->strings["Channel settings"] = "Kanaal";
|
||||
$a->strings["Additional features"] = "Extra functies";
|
||||
$a->strings["Feature/Addon settings"] = "Extra functie- en plugin-instellingen";
|
||||
$a->strings["Feature/Addon settings"] = "Plugin-instellingen";
|
||||
$a->strings["Display settings"] = "Weergave";
|
||||
$a->strings["Connected apps"] = "Verbonden applicaties";
|
||||
$a->strings["Export channel"] = "Kanaal exporteren";
|
||||
$a->strings["Connection Default Permissions"] = "Standaard permissies voor connecties";
|
||||
$a->strings["Premium Channel Settings"] = "Instellingen premiumkanaal";
|
||||
$a->strings["Channel Sources"] = "Kanaalbronnen";
|
||||
$a->strings["Private Mail Menu"] = "Privéberichten";
|
||||
$a->strings["Combined View"] = "Gecombineerd postvak";
|
||||
$a->strings["Conversations"] = "Conversaties";
|
||||
@ -923,280 +987,22 @@ $a->strings["For Developers"] = "Voor ontwikkelaars";
|
||||
$a->strings["Site"] = "Hub-instellingen";
|
||||
$a->strings["Accounts"] = "Accounts";
|
||||
$a->strings["Channels"] = "Kanalen";
|
||||
$a->strings["Plugins"] = "Plug-ins";
|
||||
$a->strings["Security"] = "Beveiliging";
|
||||
$a->strings["Plugins"] = "Plugins";
|
||||
$a->strings["Themes"] = "Thema's";
|
||||
$a->strings["Inspect queue"] = "Inspecteer berichtenwachtrij";
|
||||
$a->strings["Profile Config"] = "Profielconfiguratie";
|
||||
$a->strings["DB updates"] = "Database-updates";
|
||||
$a->strings["Logs"] = "Logboeken";
|
||||
$a->strings["Plugin Features"] = "Plug-in-opties";
|
||||
$a->strings["Plugin Features"] = "Plugin-opties";
|
||||
$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
|
||||
$a->strings["View Photo"] = "Foto weergeven";
|
||||
$a->strings["Edit Album"] = "Album bewerken";
|
||||
$a->strings["General Features"] = "Algemene functies";
|
||||
$a->strings["Content Expiration"] = "Inhoud laten verlopen";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
|
||||
$a->strings["Multiple Profiles"] = "Meerdere profielen";
|
||||
$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken";
|
||||
$a->strings["Advanced Profiles"] = "Geavanceerde profielen";
|
||||
$a->strings["Additional profile sections and selections"] = "Extra onderdelen en keuzes voor je profiel";
|
||||
$a->strings["Profile Import/Export"] = "Profiel importen/exporteren";
|
||||
$a->strings["Save and load profile details across sites/channels"] = "Profielgegevens opslaan en in andere hubs/kanalen gebruiken.";
|
||||
$a->strings["Web Pages"] = "Webpagina's";
|
||||
$a->strings["Provide managed web pages on your channel"] = "Sta beheerde webpagina's op jouw kanaal toe";
|
||||
$a->strings["Hide Rating"] = "Beoordelingen verbergen";
|
||||
$a->strings["Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else."] = "Verbergt de beoordelingsknoppen op jouw kanaal- en profielpagina's. Let op: Mensen kunnen jou nog steeds ergens anders beoordelen. ";
|
||||
$a->strings["Private Notes"] = "Privé-aantekeningen";
|
||||
$a->strings["Enables a tool to store notes and reminders (note: not encrypted)"] = "Een eenvoudige toepassing om aantekeningen en herinneringen in te bewaren (let op: niet versleuteld)";
|
||||
$a->strings["Navigation Channel Select"] = "Kanaal kiezen in navigatiemenu";
|
||||
$a->strings["Change channels directly from within the navigation dropdown menu"] = "Kies een ander kanaal direct vanuit het dropdown-menu op de navigatiebalk";
|
||||
$a->strings["Photo Location"] = "Fotolocatie";
|
||||
$a->strings["If location data is available on uploaded photos, link this to a map."] = "Wanneer in de geüploade foto's locatiegegevens aanwezig zijn, link dit dan aan een kaart.";
|
||||
$a->strings["Expert Mode"] = "Expertmodus";
|
||||
$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Schakel de expertmodus in voor geavanceerde instellingen";
|
||||
$a->strings["Premium Channel"] = "Premiumkanaal";
|
||||
$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Stelt je in staat om beperkingen en voorwaarden in te stellen voor jouw kanaal";
|
||||
$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten";
|
||||
$a->strings["Use Markdown"] = "Markdown gebruiken";
|
||||
$a->strings["Allow use of \"Markdown\" to format posts"] = "Sta het gebruik van \"markdown\" toe om berichten mee op te maken.";
|
||||
$a->strings["Large Photos"] = "Grote foto's";
|
||||
$a->strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Gebruik grotere foto's (1024px) in berichten. Wanneer dit is uitgeschakeld worden er kleinere foto's (640px) gebruikt.";
|
||||
$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
|
||||
$a->strings["Even More Encryption"] = "Extra encryptie";
|
||||
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
|
||||
$a->strings["Enable Voting Tools"] = "Peilingen inschakelen";
|
||||
$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen.";
|
||||
$a->strings["Delayed Posting"] = "Berichten uitstellen";
|
||||
$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden.";
|
||||
$a->strings["Suppress Duplicate Posts/Comments"] = "Dubbele berichten/reacties tegenhouden";
|
||||
$a->strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Voorkomt dat berichten en reacties met identieke inhoud en die binnen twee minuten zijn verstuurd, worden gepubliceerd. ";
|
||||
$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
|
||||
$a->strings["Search by Date"] = "Zoek op datum";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Beheer en selectie van privacygroepen inschakelen";
|
||||
$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
|
||||
$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab";
|
||||
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had";
|
||||
$a->strings["Network New Tab"] = "Nieuwe netwerktab";
|
||||
$a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen";
|
||||
$a->strings["Affinity Tool"] = "Verwantschapsfilter";
|
||||
$a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in jouw grid ziet op hoe goed je iemand kent of mag";
|
||||
$a->strings["Connection Filtering"] = "Berichtenfilters";
|
||||
$a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden en taal";
|
||||
$a->strings["Suggest Channels"] = "Kanalen voorstellen";
|
||||
$a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen";
|
||||
$a->strings["Post/Comment Tools"] = "Bericht- en reactiehulpmiddelen";
|
||||
$a->strings["Community Tagging"] = "Taggen door anderen";
|
||||
$a->strings["Ability to tag existing posts"] = "Geeft andere mensen de mogelijkheid om jouw (bestaande) berichten te taggen";
|
||||
$a->strings["Post Categories"] = "Categorieën berichten";
|
||||
$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten";
|
||||
$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen op te slaan";
|
||||
$a->strings["Dislike Posts"] = "Vind berichten niet leuk";
|
||||
$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten en reacties niet leuk te vinden";
|
||||
$a->strings["Star Posts"] = "Geef berichten een ster";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
|
||||
$a->strings["Tag Cloud"] = "Tagwolk";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina";
|
||||
$a->strings["Not Found"] = "Niet gevonden";
|
||||
$a->strings["Page not found."] = "Pagina niet gevonden.";
|
||||
$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken.";
|
||||
$a->strings["network"] = "netwerk";
|
||||
$a->strings["RSS"] = "RSS";
|
||||
$a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt.";
|
||||
$a->strings["# Accounts"] = "# accounts";
|
||||
$a->strings["# blocked accounts"] = "# geblokkeerde accounts";
|
||||
$a->strings["# expired accounts"] = "# verlopen accounts";
|
||||
$a->strings["# expiring accounts"] = "# accounts die nog moeten verlopen";
|
||||
$a->strings["# Channels"] = "# Kanalen";
|
||||
$a->strings["# primary"] = "# primair";
|
||||
$a->strings["# clones"] = "# klonen";
|
||||
$a->strings["Message queues"] = "Berichtenwachtrij";
|
||||
$a->strings["Administration"] = "Beheer";
|
||||
$a->strings["Summary"] = "Samenvatting";
|
||||
$a->strings["Registered accounts"] = "Geregistreerde accounts";
|
||||
$a->strings["Pending registrations"] = "Accounts die op goedkeuring wachten";
|
||||
$a->strings["Registered channels"] = "Geregistreerde kanalen";
|
||||
$a->strings["Active plugins"] = "Ingeschakelde plug-ins";
|
||||
$a->strings["Version"] = "Versie";
|
||||
$a->strings["Site settings updated."] = "Hub-instellingen bijgewerkt.";
|
||||
$a->strings["mobile"] = "mobiel";
|
||||
$a->strings["experimental"] = "experimenteel";
|
||||
$a->strings["unsupported"] = "Niet ondersteund";
|
||||
$a->strings["Yes - with approval"] = "Ja - met goedkeuring";
|
||||
$a->strings["My site is not a public server"] = "Mijn \$Projectname-hub is niet openbaar";
|
||||
$a->strings["My site has paid access only"] = "Mijn \$Projectname-hub kent alleen betaalde toegang";
|
||||
$a->strings["My site has free access only"] = "Mijn \$Projectname-hub kent alleen gratis toegang";
|
||||
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mijn \$Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie";
|
||||
$a->strings["Registration"] = "Registratie";
|
||||
$a->strings["File upload"] = "Bestand uploaden";
|
||||
$a->strings["Policies"] = "Beleid";
|
||||
$a->strings["Site name"] = "Naam van deze \$Projectname-hub";
|
||||
$a->strings["Banner/Logo"] = "Banner/logo";
|
||||
$a->strings["Administrator Information"] = "Informatie over de beheerder van deze hub";
|
||||
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden.";
|
||||
$a->strings["System language"] = "Standaardtaal";
|
||||
$a->strings["System theme"] = "Standaardthema";
|
||||
$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standaardthema voor \$Projectname-hub (kan door lid veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>";
|
||||
$a->strings["Mobile system theme"] = "Standaardthema voor mobiel";
|
||||
$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten";
|
||||
$a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties";
|
||||
$a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op systeembronnen hub)";
|
||||
$a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
|
||||
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend.";
|
||||
$a->strings["Does this site allow new member registration?"] = "Staat deze hub nieuwe accounts toe?";
|
||||
$a->strings["Invitation only"] = "Alleen op uitnodiging";
|
||||
$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan.";
|
||||
$a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze \$Projectname-hub aan? Kies wat het meest in de buurt komt.";
|
||||
$a->strings["Register text"] = "Tekst tijdens registratie";
|
||||
$a->strings["Will be displayed prominently on the registration page."] = "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond.";
|
||||
$a->strings["Site homepage to show visitors (default: login box)"] = "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)";
|
||||
$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken.";
|
||||
$a->strings["Preserve site homepage URL"] = "Behoudt de URL van de hub (/)";
|
||||
$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)";
|
||||
$a->strings["Accounts abandoned after x days"] = "Accounts als verlaten beschouwen na zoveel aantal dagen:";
|
||||
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet.";
|
||||
$a->strings["Allowed friend domains"] = "Toegestane domeinen";
|
||||
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze \$Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten.";
|
||||
$a->strings["Allowed email domains"] = "Toegestane e-maildomeinen";
|
||||
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten.";
|
||||
$a->strings["Not allowed email domains"] = "Niet toegestane e-maildomeinen";
|
||||
$a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. ";
|
||||
$a->strings["Block public"] = "Openbare toegang blokkeren";
|
||||
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor ingelogde leden.";
|
||||
$a->strings["Verify Email Addresses"] = "E-mailadres verifieren";
|
||||
$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen).";
|
||||
$a->strings["Force publish"] = "Dwing kanaalvermelding af";
|
||||
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld.";
|
||||
$a->strings["Import Public Streams"] = "Openbare streams importeren";
|
||||
$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Toegang verlenen tot openbare berichten die vanuit andere hubs worden geïmporteerd. Waarschuwing: de inhoud van deze berichten wordt niet gemodereerd.";
|
||||
$a->strings["login on Homepage"] = "Inlogformulier op de homepagina";
|
||||
$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. ";
|
||||
$a->strings["Directory Server URL"] = "Server-URL voor de kanalengids";
|
||||
$a->strings["Default directory server"] = "Standaardserver voor de kanalengids";
|
||||
$a->strings["Proxy user"] = "Gebruikersnaam proxy";
|
||||
$a->strings["Proxy URL"] = "URL proxy";
|
||||
$a->strings["Network timeout"] = "Netwerktimeout";
|
||||
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)";
|
||||
$a->strings["Delivery interval"] = "Afleveringsinterval";
|
||||
$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers.";
|
||||
$a->strings["Deliveries per process"] = "Leveringen per serverproces";
|
||||
$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5";
|
||||
$a->strings["Poll interval"] = "Poll-interval";
|
||||
$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken.";
|
||||
$a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting";
|
||||
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50.";
|
||||
$a->strings["Expiration period in days for imported (grid/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands grid/netwerk-pagina wordt verwijderd.";
|
||||
$a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud.";
|
||||
$a->strings["Off"] = "Uit";
|
||||
$a->strings["On"] = "Aan";
|
||||
$a->strings["Lock feature %s"] = " Vergrendel de functie '%s'";
|
||||
$a->strings["Manage Additional Features"] = "Beheer - Extra functies";
|
||||
$a->strings["No server found"] = "Geen hub gevonden";
|
||||
$a->strings["ID"] = "ID";
|
||||
$a->strings["for channel"] = "voor kanaal";
|
||||
$a->strings["on server"] = "op hub";
|
||||
$a->strings["Status"] = "Status";
|
||||
$a->strings["Server"] = "Hubbeheer";
|
||||
$a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd";
|
||||
$a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek.";
|
||||
$a->strings["Update %s was successfully applied."] = "Update %s was geslaagd.";
|
||||
$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is.";
|
||||
$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden.";
|
||||
$a->strings["No failed updates."] = "Geen mislukte updates.";
|
||||
$a->strings["Failed Updates"] = "Mislukte updates";
|
||||
$a->strings["Mark success (if update was manually applied)"] = "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)";
|
||||
$a->strings["Attempt to execute this update step automatically"] = "Poging om deze stap van de update automatisch uit te voeren.";
|
||||
$a->strings["Queue Statistics"] = "Wachtrij-statistieken";
|
||||
$a->strings["Total Entries"] = "Aantal vermeldingen";
|
||||
$a->strings["Priority"] = "Prioriteit";
|
||||
$a->strings["Destination URL"] = "Doel-URL";
|
||||
$a->strings["Mark hub permanently offline"] = "Hub als permanent offline markeren";
|
||||
$a->strings["Empty queue for this hub"] = "Berichtenwachtrij voor deze hub legen";
|
||||
$a->strings["Last known contact"] = "Voor het laatst contact";
|
||||
$a->strings["%s account blocked/unblocked"] = array(
|
||||
0 => "%s account geblokkeerd/gedeblokkeerd",
|
||||
1 => "%s accounts geblokkeerd/gedeblokkeerd",
|
||||
);
|
||||
$a->strings["%s account deleted"] = array(
|
||||
0 => "%s account verwijderd",
|
||||
1 => "%s accounts verwijderd",
|
||||
);
|
||||
$a->strings["Account not found"] = "Account niet gevonden";
|
||||
$a->strings["Account '%s' deleted"] = "Account '%s' verwijderd";
|
||||
$a->strings["Account '%s' blocked"] = "Account '%s' geblokkeerd";
|
||||
$a->strings["Account '%s' unblocked"] = "Account '%s' gedeblokkeerd";
|
||||
$a->strings["Users"] = "Accounts";
|
||||
$a->strings["select all"] = "alles selecteren";
|
||||
$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten";
|
||||
$a->strings["Request date"] = "Tijd/datum verzoek";
|
||||
$a->strings["No registrations."] = "Geen verzoeken.";
|
||||
$a->strings["Approve"] = "Goedkeuren";
|
||||
$a->strings["Deny"] = "Afkeuren";
|
||||
$a->strings["Block"] = "Blokkeren";
|
||||
$a->strings["Unblock"] = "Deblokkeren";
|
||||
$a->strings["Register date"] = "Geregistreerd";
|
||||
$a->strings["Last login"] = "Laatste keer ingelogd";
|
||||
$a->strings["Expires"] = "Verloopt";
|
||||
$a->strings["Service Class"] = "Abonnementen";
|
||||
$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?";
|
||||
$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["%s channel censored/uncensored"] = array(
|
||||
0 => "%s kanaal gecensureerd/ongecensureerd",
|
||||
1 => "%s kanalen gecensureerd/ongecensureerd",
|
||||
);
|
||||
$a->strings["%s channel code allowed/disallowed"] = array(
|
||||
0 => "Scripts toegestaan/niet toegestaan voor %s kanaal",
|
||||
1 => "Scripts toegestaan/niet toegestaan voor %s kanalen",
|
||||
);
|
||||
$a->strings["%s channel deleted"] = array(
|
||||
0 => "%s kanaal verwijderd",
|
||||
1 => "%s kanalen verwijderd",
|
||||
);
|
||||
$a->strings["Channel not found"] = "Kanaal niet gevonden";
|
||||
$a->strings["Channel '%s' deleted"] = "Kanaal '%s' verwijderd";
|
||||
$a->strings["Channel '%s' censored"] = "Kanaal '%s' gecensureerd";
|
||||
$a->strings["Channel '%s' uncensored"] = "Kanaal '%s' ongecensureerd";
|
||||
$a->strings["Channel '%s' code allowed"] = "Scripts toegestaan voor kanaal '%s'";
|
||||
$a->strings["Channel '%s' code disallowed"] = "Scripts niet toegestaan voor kanaal '%s'";
|
||||
$a->strings["Censor"] = "Censureren";
|
||||
$a->strings["Uncensor"] = "Niet censureren";
|
||||
$a->strings["Allow Code"] = "Scripts toestaan";
|
||||
$a->strings["Disallow Code"] = "Scripts niet toestaan";
|
||||
$a->strings["UID"] = "UID";
|
||||
$a->strings["Address"] = "Kanaaladres";
|
||||
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["Plugin %s disabled."] = "Plug-in %s uitgeschakeld.";
|
||||
$a->strings["Plugin %s enabled."] = "Plug-in %s ingeschakeld";
|
||||
$a->strings["Disable"] = "Uitschakelen";
|
||||
$a->strings["Enable"] = "Inschakelen";
|
||||
$a->strings["Toggle"] = "Omschakelen";
|
||||
$a->strings["Author: "] = "Auteur: ";
|
||||
$a->strings["Maintainer: "] = "Beheerder: ";
|
||||
$a->strings["Minimum project version: "] = "Minimum versie Hubzilla: ";
|
||||
$a->strings["Maximum project version: "] = "Maximum versie Hubzilla:";
|
||||
$a->strings["Minimum PHP version: "] = "Minimum versie PHP: ";
|
||||
$a->strings["Disabled - version incompatibility"] = "Uitgeschakeld - versie is incompatibel";
|
||||
$a->strings["No themes found."] = "Geen thema's gevonden";
|
||||
$a->strings["Screenshot"] = "Schermafdruk";
|
||||
$a->strings["[Experimental]"] = "[Experimenteel]";
|
||||
$a->strings["[Unsupported]"] = "[Niet ondersteund]";
|
||||
$a->strings["Log settings updated."] = "Logboek-instellingen bijgewerkt.";
|
||||
$a->strings["Clear"] = "Leegmaken";
|
||||
$a->strings["Debugging"] = "Debuggen";
|
||||
$a->strings["Log file"] = "Logbestand";
|
||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je \$Projectname-installatie.";
|
||||
$a->strings["Log level"] = "Logniveau";
|
||||
$a->strings["New Profile Field"] = "Nieuw profielveld";
|
||||
$a->strings["Field nickname"] = "Bijnaam voor veld";
|
||||
$a->strings["System name of field"] = "Systeemnaam voor veld";
|
||||
$a->strings["Input type"] = "Invoertype";
|
||||
$a->strings["Field Name"] = "Veldnaam";
|
||||
$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's";
|
||||
$a->strings["Help text"] = "Helptekst";
|
||||
$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)";
|
||||
$a->strings["Field definition not found"] = "Velddefinitie niet gevonden";
|
||||
$a->strings["Edit Profile Field"] = "Profielveld bewerken";
|
||||
$a->strings["Authorize application connection"] = "Geef toestemming voor applicatiekoppeling";
|
||||
$a->strings["Return to your app and insert this Securty Code:"] = "Ga terug naar je app en voeg deze beveiligingscode in:";
|
||||
$a->strings["Please login to continue."] = "Inloggen om verder te kunnen gaan.";
|
||||
@ -1267,8 +1073,10 @@ $a->strings["Edit connection"] = "Connectie bewerken";
|
||||
$a->strings["Delete connection"] = "Connectie verwijderen";
|
||||
$a->strings["Channel address"] = "Kanaaladres";
|
||||
$a->strings["Network"] = "Netwerk";
|
||||
$a->strings["Status"] = "Status";
|
||||
$a->strings["Connected"] = "Verbonden";
|
||||
$a->strings["Approve connection"] = "Connectie accepteren";
|
||||
$a->strings["Approve"] = "Goedkeuren";
|
||||
$a->strings["Ignore connection"] = "Connectie negeren";
|
||||
$a->strings["Ignore"] = "Negeren";
|
||||
$a->strings["Recent activity"] = "Recente activiteit";
|
||||
@ -1288,6 +1096,8 @@ $a->strings["Refresh Permissions"] = "Permissies vernieuwen";
|
||||
$a->strings["Fetch updated permissions"] = "Aangepaste permissies ophalen";
|
||||
$a->strings["Recent Activity"] = "Recente activiteit/berichten";
|
||||
$a->strings["View recent posts and comments"] = "Recente berichten en reacties weergeven";
|
||||
$a->strings["Unblock"] = "Deblokkeren";
|
||||
$a->strings["Block"] = "Blokkeren";
|
||||
$a->strings["Block (or Unblock) all communications with this connection"] = "Blokkeer (of deblokkeer) alle communicatie met deze connectie";
|
||||
$a->strings["This connection is blocked!"] = "Deze connectie is geblokkeerd!";
|
||||
$a->strings["Unignore"] = "Niet meer negeren";
|
||||
@ -1716,8 +1526,211 @@ $a->strings["In This Photo:"] = "Op deze foto:";
|
||||
$a->strings["Map"] = "Kaart";
|
||||
$a->strings["View Album"] = "Album weergeven";
|
||||
$a->strings["Recent Photos"] = "Recente foto's";
|
||||
$a->strings["Theme settings updated."] = "Thema-instellingen bijgewerkt.";
|
||||
$a->strings["# Accounts"] = "# accounts";
|
||||
$a->strings["# blocked accounts"] = "# geblokkeerde accounts";
|
||||
$a->strings["# expired accounts"] = "# verlopen accounts";
|
||||
$a->strings["# expiring accounts"] = "# accounts die nog moeten verlopen";
|
||||
$a->strings["# Channels"] = "# Kanalen";
|
||||
$a->strings["# primary"] = "# primair";
|
||||
$a->strings["# clones"] = "# klonen";
|
||||
$a->strings["Message queues"] = "Berichtenwachtrij";
|
||||
$a->strings["Administration"] = "Beheer";
|
||||
$a->strings["Summary"] = "Samenvatting";
|
||||
$a->strings["Registered accounts"] = "Geregistreerde accounts";
|
||||
$a->strings["Pending registrations"] = "Accounts die op goedkeuring wachten";
|
||||
$a->strings["Registered channels"] = "Geregistreerde kanalen";
|
||||
$a->strings["Active plugins"] = "Ingeschakelde plugins";
|
||||
$a->strings["Version"] = "Versie";
|
||||
$a->strings["Site settings updated."] = "Hub-instellingen bijgewerkt.";
|
||||
$a->strings["mobile"] = "mobiel";
|
||||
$a->strings["experimental"] = "experimenteel";
|
||||
$a->strings["unsupported"] = "Niet ondersteund";
|
||||
$a->strings["Yes - with approval"] = "Ja - met goedkeuring";
|
||||
$a->strings["My site is not a public server"] = "Mijn \$Projectname-hub is niet openbaar";
|
||||
$a->strings["My site has paid access only"] = "Mijn \$Projectname-hub kent alleen betaalde toegang";
|
||||
$a->strings["My site has free access only"] = "Mijn \$Projectname-hub kent alleen gratis toegang";
|
||||
$a->strings["My site offers free accounts with optional paid upgrades"] = "Mijn \$Projectname-hub biedt gratis accounts aan met betaalde uitbreidingen als optie";
|
||||
$a->strings["Registration"] = "Registratie";
|
||||
$a->strings["File upload"] = "Bestand uploaden";
|
||||
$a->strings["Policies"] = "Beleid";
|
||||
$a->strings["Site name"] = "Naam van deze \$Projectname-hub";
|
||||
$a->strings["Banner/Logo"] = "Banner/logo";
|
||||
$a->strings["Administrator Information"] = "Informatie over de beheerder van deze hub";
|
||||
$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Contactinformatie voor hub-beheerders. Getoond op pagina met hub-informatie. Er kan hier bbcode gebruikt worden.";
|
||||
$a->strings["System language"] = "Standaardtaal";
|
||||
$a->strings["System theme"] = "Standaardthema";
|
||||
$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standaardthema voor \$Projectname-hub (kan door lid veranderd worden) - <a href='#' id='cnftheme'>verander thema-instellingen</a>";
|
||||
$a->strings["Mobile system theme"] = "Standaardthema voor mobiel";
|
||||
$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten";
|
||||
$a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties";
|
||||
$a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op systeembronnen hub)";
|
||||
$a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
|
||||
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale grootte in bytes voor afbeeldingen die worden geüpload. Standaard is 0, wat geen limiet betekend.";
|
||||
$a->strings["Does this site allow new member registration?"] = "Staat deze hub nieuwe accounts toe?";
|
||||
$a->strings["Invitation only"] = "Alleen op uitnodiging";
|
||||
$a->strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Sta alleen nieuwe registraties toe van mensen die een uitnodigingscode hebben. Bovenstaand accountbeleid moet op Ja staan.";
|
||||
$a->strings["Which best describes the types of account offered by this hub?"] = "Wat voor soort accounts biedt deze \$Projectname-hub aan? Kies wat het meest in de buurt komt.";
|
||||
$a->strings["Register text"] = "Tekst tijdens registratie";
|
||||
$a->strings["Will be displayed prominently on the registration page."] = "Tekst dat op de pagina voor het registreren van nieuwe accounts wordt getoond.";
|
||||
$a->strings["Site homepage to show visitors (default: login box)"] = "Homepagina van deze hub die aan bezoekers wordt getoond (standaard: inlogformulier)";
|
||||
$a->strings["example: 'public' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "voorbeeld: 'public' om de openbare stream te tonen, 'page/sys/home' om de webpagina 'home' van het systeemkanaal te tonen of 'include:home.html' om een gewoon bestand te gebruiken.";
|
||||
$a->strings["Preserve site homepage URL"] = "Behoudt de URL van de hub (/)";
|
||||
$a->strings["Present the site homepage in a frame at the original location instead of redirecting"] = "Toon de homepagina van de hub in een frame op de oorspronkelijke locatie (/), i.p.v. een doorverwijzing naar een andere locatie (bv. .../home.html)";
|
||||
$a->strings["Accounts abandoned after x days"] = "Accounts als verlaten beschouwen na zoveel aantal dagen:";
|
||||
$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Zal geen systeembronnen verspillen door polling van externe hubs voor verlaten accounts. Vul 0 in voor geen tijdslimiet.";
|
||||
$a->strings["Allowed friend domains"] = "Toegestane domeinen";
|
||||
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen waarvan kanalen connecties kunnen aangaan met kanalen op deze \$Projectname-hub. Wildcards zijn toegestaan.\nLaat leeg om alle domeinen toe te laten.";
|
||||
$a->strings["Allowed email domains"] = "Toegestane e-maildomeinen";
|
||||
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te laten.";
|
||||
$a->strings["Not allowed email domains"] = "Niet toegestane e-maildomeinen";
|
||||
$a->strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "Door komma's gescheiden lijst met e-maildomeinen waarvan e-mailadressen niet op deze hub mogen registeren. Wildcards zijn toegestaan. Laat leeg om alle domeinen toe te staan, tenzij er toegestane domeinen zijn ingesteld. ";
|
||||
$a->strings["Verify Email Addresses"] = "E-mailadres verifieren";
|
||||
$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Inschakelen om e-mailadressen te verifiëren die tijdens de accountregistratie worden gebruikt (aanbevolen).";
|
||||
$a->strings["Force publish"] = "Dwing kanaalvermelding af";
|
||||
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Vink dit aan om af te dwingen dat alle kanalen op deze hub in de kanalengids worden vermeld.";
|
||||
$a->strings["Import Public Streams"] = "Openbare streams importeren";
|
||||
$a->strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "Toegang verlenen tot openbare berichten die vanuit andere hubs worden geïmporteerd. Waarschuwing: de inhoud van deze berichten wordt niet gemodereerd.";
|
||||
$a->strings["login on Homepage"] = "Inlogformulier op de homepagina";
|
||||
$a->strings["Present a login box to visitors on the home page if no other content has been configured."] = "Toon een inlogformulier voor bezoekers op de homepagina wanneer geen andere inhoud is geconfigureerd. ";
|
||||
$a->strings["Directory Server URL"] = "Server-URL voor de kanalengids";
|
||||
$a->strings["Default directory server"] = "Standaardserver voor de kanalengids";
|
||||
$a->strings["Proxy user"] = "Gebruikersnaam proxy";
|
||||
$a->strings["Proxy URL"] = "URL proxy";
|
||||
$a->strings["Network timeout"] = "Netwerktimeout";
|
||||
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)";
|
||||
$a->strings["Delivery interval"] = "Afleveringsinterval";
|
||||
$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Vertraag de achtergrondprocessen voor het afleveren met een aantal seconden om de systeembelasting te verminderen. Aanbevolen: 4-5 voor shared hosts, 2-3 voor virtual private servers (VPS) en 0-1 voor grote dedicated servers.";
|
||||
$a->strings["Deliveries per process"] = "Leveringen per serverproces";
|
||||
$a->strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "Aantal leveringen die aan één serverproces worden meegegeven. Pas dit aan wanneer het nodig is om systeemprestaties te verbeteren. Aangeraden: 1-5";
|
||||
$a->strings["Poll interval"] = "Poll-interval";
|
||||
$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "De achtergrondprocessen voor het afleveren met zoveel seconden vertragen om de systeembelasting te verminderen. 0 om de afleveringsinterval te gebruiken.";
|
||||
$a->strings["Maximum Load Average"] = "Maximaal gemiddelde systeembelasting";
|
||||
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale systeembelasting voordat de afleverings- en polllingsprocessen worden uitgesteld. Standaard is 50.";
|
||||
$a->strings["Expiration period in days for imported (grid/network) content"] = "Aantal dagen waarna geïmporteerde inhoud uit iemands grid/netwerk-pagina wordt verwijderd.";
|
||||
$a->strings["0 for no expiration of imported content"] = "Dit geldt alleen voor inhoud van andere kanalen, dus niet voor iemands eigen kanaal. 0 voor het niet verwijderen van geïmporteerde inhoud.";
|
||||
$a->strings["Off"] = "Uit";
|
||||
$a->strings["On"] = "Aan";
|
||||
$a->strings["Lock feature %s"] = " Vergrendel de functie '%s'";
|
||||
$a->strings["Manage Additional Features"] = "Beheer - Extra functies";
|
||||
$a->strings["No server found"] = "Geen hub gevonden";
|
||||
$a->strings["ID"] = "ID";
|
||||
$a->strings["for channel"] = "voor kanaal";
|
||||
$a->strings["on server"] = "op hub";
|
||||
$a->strings["Server"] = "Hubbeheer";
|
||||
$a->strings["Block public"] = "Openbare toegang blokkeren";
|
||||
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "Vink dit aan om alle normaliter openbare persoonlijke pagina's op deze hub alleen toegankelijk te maken voor leden die zich hebben geauthenticeerd.";
|
||||
$a->strings["Allow communications only from these sites"] = "Alleen communicatie met deze hubs toestaan";
|
||||
$a->strings["One site per line. Leave empty to allow communication from anywhere by default"] = "Eén hub per regel. Laat leeg om communicatie standaard met alle hubs toe te staan";
|
||||
$a->strings["Block communications from these sites"] = "Communicatie met deze hubs blokkeren";
|
||||
$a->strings["Allow communications only from these channels"] = "Sta alleen communicatie toe met deze kanalen";
|
||||
$a->strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "Eén kanaal (hash) per regel. Laat leeg om communicatie standaard met alle kanalen toe te staan";
|
||||
$a->strings["Block communications from these channels"] = "Communicatie met deze kanalen blokkeren";
|
||||
$a->strings["Allow embedded HTML content only from these domains"] = "Alleen ingesloten (embedded) HTML vanaf deze domeinen toestaan";
|
||||
$a->strings["One site per line. Leave empty to allow from any site by default"] = "Eén per regel. Laat leeg om standaard vanaf elk domein toe te staan";
|
||||
$a->strings["Block embedded HTML from these domains"] = "Ingesloten (embedded) HTML vanaf deze domeinen blokkeren";
|
||||
$a->strings["Cooperative embed security"] = "Met elkaar ingesloten (embedded) HTML beveiligen";
|
||||
$a->strings["Enable to share embed security with other compatible sites/hubs"] = "Beveiliging omtrent ingesloten (embedded) HTML met andere compatibele hubs delen.";
|
||||
$a->strings["Update has been marked successful"] = "Update is als succesvol gemarkeerd";
|
||||
$a->strings["Executing %s failed. Check system logs."] = "Uitvoeren van %s is mislukt. Controleer systeemlogboek.";
|
||||
$a->strings["Update %s was successfully applied."] = "Update %s was geslaagd.";
|
||||
$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s gaf geen melding. Het is daarom niet bekend of deze geslaagd is.";
|
||||
$a->strings["Update function %s could not be found."] = "Update-functie %s kon niet gevonden worden.";
|
||||
$a->strings["No failed updates."] = "Geen mislukte updates.";
|
||||
$a->strings["Failed Updates"] = "Mislukte updates";
|
||||
$a->strings["Mark success (if update was manually applied)"] = "Markeer als geslaagd (wanneer de update handmatig was uitgevoerd)";
|
||||
$a->strings["Attempt to execute this update step automatically"] = "Poging om deze stap van de update automatisch uit te voeren.";
|
||||
$a->strings["Queue Statistics"] = "Wachtrij-statistieken";
|
||||
$a->strings["Total Entries"] = "Aantal vermeldingen";
|
||||
$a->strings["Priority"] = "Prioriteit";
|
||||
$a->strings["Destination URL"] = "Doel-URL";
|
||||
$a->strings["Mark hub permanently offline"] = "Hub als permanent offline markeren";
|
||||
$a->strings["Empty queue for this hub"] = "Berichtenwachtrij voor deze hub legen";
|
||||
$a->strings["Last known contact"] = "Voor het laatst contact";
|
||||
$a->strings["%s account blocked/unblocked"] = array(
|
||||
0 => "%s account geblokkeerd/gedeblokkeerd",
|
||||
1 => "%s accounts geblokkeerd/gedeblokkeerd",
|
||||
);
|
||||
$a->strings["%s account deleted"] = array(
|
||||
0 => "%s account verwijderd",
|
||||
1 => "%s accounts verwijderd",
|
||||
);
|
||||
$a->strings["Account not found"] = "Account niet gevonden";
|
||||
$a->strings["Account '%s' deleted"] = "Account '%s' verwijderd";
|
||||
$a->strings["Account '%s' blocked"] = "Account '%s' geblokkeerd";
|
||||
$a->strings["Account '%s' unblocked"] = "Account '%s' gedeblokkeerd";
|
||||
$a->strings["Users"] = "Accounts";
|
||||
$a->strings["select all"] = "alles selecteren";
|
||||
$a->strings["User registrations waiting for confirm"] = "Accounts die op goedkeuring wachten";
|
||||
$a->strings["Request date"] = "Tijd/datum verzoek";
|
||||
$a->strings["No registrations."] = "Geen verzoeken.";
|
||||
$a->strings["Deny"] = "Afkeuren";
|
||||
$a->strings["Register date"] = "Geregistreerd";
|
||||
$a->strings["Last login"] = "Laatste keer ingelogd";
|
||||
$a->strings["Expires"] = "Verloopt";
|
||||
$a->strings["Service Class"] = "Abonnementen";
|
||||
$a->strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde accounts (met bijbehorende kanalen) worden verwijderd!\\n\\nAlles wat deze accounts op deze hub hebben gepubliceerd wordt definitief verwijderd!\\n\\Weet je het zeker?";
|
||||
$a->strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Account {0} (met bijbehorende kanalen) wordt verwijderd !\\n\\nAlles wat dit account op deze hub heeft gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["%s channel censored/uncensored"] = array(
|
||||
0 => "%s kanaal gecensureerd/ongecensureerd",
|
||||
1 => "%s kanalen gecensureerd/ongecensureerd",
|
||||
);
|
||||
$a->strings["%s channel code allowed/disallowed"] = array(
|
||||
0 => "Scripts toegestaan/niet toegestaan voor %s kanaal",
|
||||
1 => "Scripts toegestaan/niet toegestaan voor %s kanalen",
|
||||
);
|
||||
$a->strings["%s channel deleted"] = array(
|
||||
0 => "%s kanaal verwijderd",
|
||||
1 => "%s kanalen verwijderd",
|
||||
);
|
||||
$a->strings["Channel not found"] = "Kanaal niet gevonden";
|
||||
$a->strings["Channel '%s' deleted"] = "Kanaal '%s' verwijderd";
|
||||
$a->strings["Channel '%s' censored"] = "Kanaal '%s' gecensureerd";
|
||||
$a->strings["Channel '%s' uncensored"] = "Kanaal '%s' ongecensureerd";
|
||||
$a->strings["Channel '%s' code allowed"] = "Scripts toegestaan voor kanaal '%s'";
|
||||
$a->strings["Channel '%s' code disallowed"] = "Scripts niet toegestaan voor kanaal '%s'";
|
||||
$a->strings["Censor"] = "Censureren";
|
||||
$a->strings["Uncensor"] = "Niet censureren";
|
||||
$a->strings["Allow Code"] = "Scripts toestaan";
|
||||
$a->strings["Disallow Code"] = "Scripts niet toestaan";
|
||||
$a->strings["UID"] = "UID";
|
||||
$a->strings["Address"] = "Kanaaladres";
|
||||
$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde kanalen worden verwijderd!\\n\\nAlles wat in deze kanalen op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanaal {0} wordt verwijderd!\\n\\nAlles wat in dit kanaal op deze hub werd gepubliceerd wordt definitief verwijderd!\\n\\nWeet je het zeker?";
|
||||
$a->strings["Plugin %s disabled."] = "Plugin %s uitgeschakeld.";
|
||||
$a->strings["Plugin %s enabled."] = "Plugin %s ingeschakeld";
|
||||
$a->strings["Disable"] = "Uitschakelen";
|
||||
$a->strings["Enable"] = "Inschakelen";
|
||||
$a->strings["Toggle"] = "Omschakelen";
|
||||
$a->strings["Author: "] = "Auteur: ";
|
||||
$a->strings["Maintainer: "] = "Beheerder: ";
|
||||
$a->strings["Minimum project version: "] = "Minimum versie Hubzilla: ";
|
||||
$a->strings["Maximum project version: "] = "Maximum versie Hubzilla:";
|
||||
$a->strings["Minimum PHP version: "] = "Minimum versie PHP: ";
|
||||
$a->strings["Disabled - version incompatibility"] = "Uitgeschakeld - versie is incompatibel";
|
||||
$a->strings["No themes found."] = "Geen thema's gevonden";
|
||||
$a->strings["Screenshot"] = "Schermafdruk";
|
||||
$a->strings["[Experimental]"] = "[Experimenteel]";
|
||||
$a->strings["[Unsupported]"] = "[Niet ondersteund]";
|
||||
$a->strings["Log settings updated."] = "Logboek-instellingen bijgewerkt.";
|
||||
$a->strings["Clear"] = "Leegmaken";
|
||||
$a->strings["Debugging"] = "Debuggen";
|
||||
$a->strings["Log file"] = "Logbestand";
|
||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je \$Projectname-installatie.";
|
||||
$a->strings["Log level"] = "Logniveau";
|
||||
$a->strings["New Profile Field"] = "Nieuw profielveld";
|
||||
$a->strings["Field nickname"] = "Bijnaam voor veld";
|
||||
$a->strings["System name of field"] = "Systeemnaam voor veld";
|
||||
$a->strings["Input type"] = "Invoertype";
|
||||
$a->strings["Field Name"] = "Veldnaam";
|
||||
$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's";
|
||||
$a->strings["Help text"] = "Helptekst";
|
||||
$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)";
|
||||
$a->strings["Field definition not found"] = "Velddefinitie niet gevonden";
|
||||
$a->strings["Edit Profile Field"] = "Profielveld bewerken";
|
||||
$a->strings["Poke somebody"] = "Iemand aanstoten";
|
||||
$a->strings["Poke/Prod"] = "Aanstoten/porren";
|
||||
$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen";
|
||||
$a->strings["Poke, prod or do other things to somebody"] = "Iemand bijvoorbeeld aanstoten of poren";
|
||||
$a->strings["Recipient"] = "Ontvanger";
|
||||
$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen";
|
||||
$a->strings["Make this post private"] = "Maak dit bericht privé";
|
||||
@ -1899,8 +1912,8 @@ $a->strings["Connected Apps"] = "Verbonden applicaties";
|
||||
$a->strings["Client key starts with"] = "Client key begint met";
|
||||
$a->strings["No name"] = "Geen naam";
|
||||
$a->strings["Remove authorization"] = "Autorisatie verwijderen";
|
||||
$a->strings["No feature settings configured"] = "Geen extra functie- of plugin-instellingen";
|
||||
$a->strings["Feature/Addon Settings"] = "Extra functie- en plugin-instellingen";
|
||||
$a->strings["No feature settings configured"] = "Geen plugin-instellingen aanwezig";
|
||||
$a->strings["Feature/Addon Settings"] = "Plugin-instellingen";
|
||||
$a->strings["Account Settings"] = "Account-instellingen";
|
||||
$a->strings["Enter New Password:"] = "Nieuw wachtwoord invoeren:";
|
||||
$a->strings["Confirm New Password:"] = "Nieuw wachtwoord bevestigen:";
|
||||
@ -2117,8 +2130,8 @@ $a->strings["NEW"] = "NIEUW";
|
||||
$a->strings["Remove all files"] = "Verwijder alle bestanden";
|
||||
$a->strings["Remove this file"] = "Verwijder dit bestand";
|
||||
$a->strings["Version %s"] = "Versie %s";
|
||||
$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plug-ins/add-ons/apps:";
|
||||
$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plug-ins/add-ons/apps";
|
||||
$a->strings["Installed plugins/addons/apps:"] = "Ingeschakelde plugins en apps:";
|
||||
$a->strings["No installed plugins/addons/apps"] = "Geen ingeschakelde plugins en apps";
|
||||
$a->strings["This is a hub of \$Projectname - a global cooperative network of decentralized privacy enhanced websites."] = "Dit is een \$Projectname-hub - \$Projectname is een wereldwijd coöperatief netwerk van gedecentraliseerde websites (hubs) met verbeterde privacy.";
|
||||
$a->strings["Tag: "] = "Tag: ";
|
||||
$a->strings["Last background fetch: "] = "Meest recente achtergrond-fetch:";
|
||||
|
@ -1,32 +1,28 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<form action="invite" method="post" id="invite-form" >
|
||||
<div id="invite" class="generic-content-wrapper">
|
||||
<div class="section-title-wrapper">
|
||||
<h2>{{$invite}}</h2>
|
||||
</div>
|
||||
<div class="section-content-wrapper">
|
||||
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
<form action="invite" method="post" id="invite-form" >
|
||||
|
||||
<div id="invite-wrapper">
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
<h3>{{$invite}}</h3>
|
||||
<div id="invite-recipient-textarea" class="form-group field custom">
|
||||
<label for="recipients">{{$addr_text}}</label>
|
||||
<textarea id="invite-recipients" name="recipients" rows="6" class="form-control"></textarea>
|
||||
</div>
|
||||
|
||||
<div id="invite-recipient-text">
|
||||
{{$addr_text}}
|
||||
</div>
|
||||
|
||||
<div id="invite-recipient-textarea">
|
||||
<textarea id="invite-recipients" name="recipients" rows="8" cols="32" ></textarea>
|
||||
</div>
|
||||
|
||||
<div id="invite-message-text">
|
||||
{{$msg_text}}
|
||||
</div>
|
||||
|
||||
<div id="invite-message-textarea">
|
||||
<textarea id="invite-message" name="message" rows="10" cols="72" >{{$default_message}}</textarea>
|
||||
</div>
|
||||
|
||||
<div id="invite-submit-wrapper">
|
||||
<input type="submit" name="submit" value="{{$submit}}" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
<div id="invite-message-textarea" class="form-group field custom">
|
||||
<label for="message">{{$msg_text}}</label>
|
||||
<textarea id="invite-message" name="message" rows="12" class="form-control">{{$default_message}}</textarea>
|
||||
</div>
|
||||
|
||||
<div id="invite-submit-wrapper" class="form-group">
|
||||
<button class="btn btn-primary btn-sm" type="submit" id="invite-submit" name="submit" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user