Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
commit
98f3242e73
14553
view/ca/messages.po
14553
view/ca/messages.po
File diff suppressed because it is too large
Load Diff
3470
view/ca/strings.php
3470
view/ca/strings.php
File diff suppressed because it is too large
Load Diff
@ -1,70 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
// Set the following for your MySQL installation
|
|
||||||
// Copy or rename this file to .htconfig.php
|
|
||||||
|
|
||||||
$db_host = '{{$dbhost}}';
|
|
||||||
$db_port = '{{$dbport}}';
|
|
||||||
$db_user = '{{$dbuser}}';
|
|
||||||
$db_pass = '{{$dbpass}}';
|
|
||||||
$db_data = '{{$dbdata}}';
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Notice: Many of the following settings will be available in the admin panel
|
|
||||||
* after a successful site install. Once they are set in the admin panel, they
|
|
||||||
* are stored in the DB - and the DB setting will over-ride any corresponding
|
|
||||||
* setting in this file
|
|
||||||
*
|
|
||||||
* The command-line tool util/config is able to query and set the DB items
|
|
||||||
* directly if for some reason the admin panel is not available and a system
|
|
||||||
* setting requires modification.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
|
|
||||||
// It can be changed later and only applies to timestamps for anonymous viewers.
|
|
||||||
|
|
||||||
$default_timezone = '{{$timezone}}';
|
|
||||||
|
|
||||||
// What is your site name?
|
|
||||||
|
|
||||||
$a->config['system']['baseurl'] = '{{$siteurl}}';
|
|
||||||
$a->config['system']['sitename'] = "Red Matrix";
|
|
||||||
$a->config['system']['location_hash'] = '{{$site_id}}';
|
|
||||||
|
|
||||||
// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
|
|
||||||
// Be certain to create your own personal account before setting
|
|
||||||
// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on
|
|
||||||
// the registration page. REGISTER_APPROVE requires you set 'admin_email'
|
|
||||||
// to the email address of an already registered person who can authorise
|
|
||||||
// and/or approve/deny the request.
|
|
||||||
|
|
||||||
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
|
||||||
$a->config['system']['register_text'] = '';
|
|
||||||
$a->config['system']['admin_email'] = '{{$adminmail}}';
|
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
|
||||||
|
|
||||||
$a->config['system']['max_import_size'] = 200000;
|
|
||||||
|
|
||||||
// maximum size of uploaded photos
|
|
||||||
|
|
||||||
$a->config['system']['maximagesize'] = 8000000;
|
|
||||||
|
|
||||||
// Location of PHP command line processor
|
|
||||||
|
|
||||||
$a->config['system']['php_path'] = '{{$phpath}}';
|
|
||||||
|
|
||||||
// Configure how we communicate with directory servers.
|
|
||||||
// DIRECTORY_MODE_NORMAL = directory client, we will find a directory
|
|
||||||
// DIRECTORY_MODE_SECONDARY = caching directory or mirror
|
|
||||||
// DIRECTORY_MODE_PRIMARY = main directory server
|
|
||||||
// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
|
|
||||||
|
|
||||||
$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;
|
|
||||||
|
|
||||||
// default system theme
|
|
||||||
|
|
||||||
$a->config['system']['theme'] = 'redbasic';
|
|
||||||
|
|
@ -1,32 +1,32 @@
|
|||||||
|
|
||||||
Dear {{$username}},
|
Estimado {{$username}},
|
||||||
A request was recently received at {{$sitename}} to reset your account
|
Una petición fue recibida recientemente en {{$sitename}} para cambiar la contraseña de su cuenta
|
||||||
password. In order to confirm this request, please select the verification link
|
contraseña. Para confirmar esta petición, por favor, selecciona el enlace de verificación
|
||||||
below or paste it into your web browser address bar.
|
de más abajo o corte y pégelo en la barra de su navegador web.
|
||||||
|
|
||||||
If you did NOT request this change, please DO NOT follow the link
|
Si no hizo esta petición de cambio, por favor, NO siga el enlace
|
||||||
provided and ignore and/or delete this email.
|
que encontrará más abajo e ignore y/o borre este correo electrónico.
|
||||||
|
|
||||||
Your password will not be changed unless we can verify that you
|
Su contraseña no será cambiada hasta que verifiquemos que es usted
|
||||||
issued this request.
|
envió esta petición.
|
||||||
|
|
||||||
Follow this link to verify your identity:
|
Siga el enlace para verificar su identidad:
|
||||||
|
|
||||||
{{$reset_link}}
|
{{$reset_link}}
|
||||||
|
|
||||||
You will then receive a follow-up message containing the new password.
|
Seguidamente recibirá un mensaje con la nueva contraseña.
|
||||||
|
|
||||||
You may change that password from your account settings page after logging in.
|
Puede cambiar esta contraseña desde tu cuenta después de iniciar sesión.
|
||||||
|
|
||||||
The login details are as follows:
|
Los detalles del inicio de sesión son los siguientes:
|
||||||
|
|
||||||
Site Location: {{$siteurl}}
|
Localización del Sitio: {{$siteurl}}
|
||||||
Login Name: {{$email}}
|
Nombre de usuario: {{$email}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Sincerely,
|
Atentamente,
|
||||||
{{$sitename}} Administrator
|
Administrador de {{$sitename}}
|
||||||
|
|
||||||
|
|
13921
view/es/messages.po
13921
view/es/messages.po
File diff suppressed because it is too large
Load Diff
@ -1,20 +1,20 @@
|
|||||||
|
|
||||||
Dear {{$username}},
|
Estimado {{$username}},
|
||||||
Your password has been changed as requested. Please retain this
|
Su contraseña ha sido cambiada, tal como pidió. Por favor, guarde esta
|
||||||
information for your records (or change your password immediately to
|
información en sus registros ( o cambie la contraseña inmediatamente
|
||||||
something that you will remember).
|
a alguna que pueda recordar).
|
||||||
|
|
||||||
|
|
||||||
Your login details are as follows:
|
Los detalles del inicio de sesión son los siguientes:
|
||||||
|
|
||||||
Site Location: {{$siteurl}}
|
Localización del Sitio: {{$siteurl}}
|
||||||
Login Name: {{$email}}
|
Nombre de usuario: {{$email}}
|
||||||
Password: {{$new_password}}
|
Contraseña: {{$new_password}}
|
||||||
|
|
||||||
You may change that password from your account settings page after logging in.
|
Puede cambiar esta contraseña desde su cuenta después de iniciar sesión.
|
||||||
|
|
||||||
|
|
||||||
Sincerely,
|
Atentamente,
|
||||||
{{$sitename}} Administrator
|
Administrador de {{$sitename}}
|
||||||
|
|
||||||
|
|
@ -1,19 +1,19 @@
|
|||||||
|
|
||||||
An account has been created at {{$sitename}} for this email address.
|
Una cuenta ha sido creada en {{$sitename}} con esta dirección de correo electrónico.
|
||||||
The login details are as follows:
|
Los detalles del inicio de sesión son los siguientes:
|
||||||
|
|
||||||
Site Location: {{$siteurl}}
|
Localización del Sitio: {{$siteurl}}
|
||||||
Login: {{$email}}
|
Nombre de usuario: {{$email}}
|
||||||
Password: (the password which was provided during registration)
|
Contraseña: (la contraseña que proporcionó durante el proceso de registro)
|
||||||
|
|
||||||
If this account was created without your knowledge and is not desired, you may
|
Si esta cuenta se creó sin su consentimiento y no es deseada, puedes
|
||||||
visit this site and reset the password. This will allow you to remove the
|
visitar el sitio y cambiar la contraseña. Esto le permitirá eliminar la
|
||||||
account from the links on the Settings page, and we
|
cuenta de los enlaces en la página de Ajustes, le
|
||||||
apologise for any inconvenience.
|
pedimos disculpas por cualquier inconveniente que hayamos podido causar.
|
||||||
|
|
||||||
Thank you and welcome to {{$sitename}}.
|
gracias y bienvenido a {{$sitename}}.
|
||||||
|
|
||||||
Sincerely,
|
Atentamente,
|
||||||
{{$sitename}} Administrator
|
Administrador de {{$sitename}}
|
||||||
|
|
||||||
|
|
@ -1,25 +1,24 @@
|
|||||||
|
|
||||||
A new user registration request was received at {{$sitename}} which requires
|
Una nueva petición de registro de usuario se ha recibido en {{$sitename}}, que requiere
|
||||||
your approval.
|
su aprobación.
|
||||||
|
|
||||||
|
|
||||||
The login details are as follows:
|
Los detalles del inicio de sesión son los siguientes:
|
||||||
|
|
||||||
Site Location: {{$siteurl}}
|
Localización del Sitio: {{$siteurl}}
|
||||||
Login Name: {{$email}}
|
Nombre de usuario: {{$email}}
|
||||||
IP Address: {{$details}}
|
Dirección IP: {{$details}}
|
||||||
|
|
||||||
To approve this request please visit the following link:
|
Para aprobar la petición siga el enlace:
|
||||||
|
|
||||||
|
|
||||||
{{$siteurl}}/regmod/allow/{{$hash}}
|
{{$siteurl}}/regmod/allow/{{$hash}}
|
||||||
|
|
||||||
|
|
||||||
To deny the request and remove the account, please visit:
|
Para denegar la petición y eliminar la cuenta , siga:
|
||||||
|
|
||||||
|
|
||||||
{{$siteurl}}/regmod/deny/{{$hash}}
|
{{$siteurl}}/regmod/deny/{{$hash}}
|
||||||
|
|
||||||
|
|
||||||
Thank you.
|
Gracias.
|
||||||
|
|
||||||
|
24
view/es/register_verify_member.tpl
Normal file
24
view/es/register_verify_member.tpl
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
Gracias por registrarse en {{$sitename}}.
|
||||||
|
|
||||||
|
Los detalles del inicio de sesión son los siguientes:
|
||||||
|
|
||||||
|
Localización del Sitio: {{$siteurl}}
|
||||||
|
Nombre de usuario: {{$email}}
|
||||||
|
|
||||||
|
inicie la sesión con la contraseña que elegió durante el registro.
|
||||||
|
|
||||||
|
Necesitamos verificar su correo electrónico para poder darle pleno acceso.
|
||||||
|
|
||||||
|
Si registró esta cuenta, por favor, siga el enlace:
|
||||||
|
|
||||||
|
{{$siteurl}}/regver/allow/{{$hash}}
|
||||||
|
|
||||||
|
|
||||||
|
Para denegar la petición y eliminar la cuenta , siga:
|
||||||
|
|
||||||
|
|
||||||
|
{{$siteurl}}/regver/deny/{{$hash}}
|
||||||
|
|
||||||
|
|
||||||
|
Gracias.
|
3224
view/es/strings.php
3224
view/es/strings.php
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,13 @@
|
|||||||
Hey,
|
Hey,
|
||||||
I'm the web server at {{$sitename}};
|
Soy el servidor web en {{$sitename}};
|
||||||
|
|
||||||
The Red Matrix developers released update {{$update}} recently,
|
Los desarrolladores de The Red Matrix han lanzado la actualización {{$update}} recientemente,
|
||||||
but when I tried to install it, something went terribly wrong.
|
pero cuando se intentaba instalar, alguna cosa ha ido terriblemente mal.
|
||||||
This needs to be fixed soon and it requires human intervention.
|
Esto requiere intervención humana tan pronto como sea posible.
|
||||||
Please contact a Red developer if you can not figure out how to
|
Por favor, contacte con algún desarrollador de Red si no puede arreglarlo
|
||||||
fix it on your own. My database might be invalid.
|
por sí mismo. Mi base se datos puede quedar inservible.
|
||||||
|
|
||||||
The error message is '{{$error}}'.
|
El mensaje de error ha sido el siguiente: '{{$error}}'.
|
||||||
|
|
||||||
Apologies for the inconvenience,
|
Disculpe por cualquier inconveniente causado,
|
||||||
your web server at {{$siteurl}}
|
su servidor web en {{$siteurl}}
|
Reference in New Issue
Block a user