at end of day, some files probably without conflicts so far

This commit is contained in:
Hilmar R
2021-01-23 00:08:25 +01:00
parent 523765b968
commit abdf6f40a2
21 changed files with 243 additions and 4 deletions

112
doc/admin/zarlog_msgs.md Normal file
View File

@@ -0,0 +1,112 @@
~~~
L regate ZAR1131E dId2 mistaken
L ZAR1132E Identity unknown
ZAR1133A Sorry for any inconvience. Thank you for your response.
L ZAR1134S email verfication denied {did2}
L ZAR1135E not awaited url parameter received
L regate ZAR1230S Unexpected registration verification request for
L ZAR1231E dId2 mistaken
L ZAR1232E Identity unknown
L ZAR1234W Request not inside time frame
L ZAR1235E Token verification failed
ZAR1236I Verify successfull
L ZAR1236E Verify failed
L ZAR1237D unexpected
(reason may be caused by new account flags implemented still not known)
ZAR1238I Email resent
ZAR1238E Resent failed
L ZAR1239I Account successfull created
L ZAR1239E Account creation error
register ZAR0130E Registration on this hub is disabled.
ZAR0131I Registration on this hub is by approval only.
Register at another affiliated hub in case when prefered
ZAR0132I Registration on this hub is by invitation only.
Register at another affiliated hub
ZAR0133I If the registation was already submitted with your data once ago,
enter your identity (like email) here and submit
ZAR0134I I have an invite code
ZAR0135I This site requires verification. After completing this form,
please check the notice or your email for further instructions.
ZAR0136I Your email address (or leave blank to register without email)
L register ZAR0230S Unexpected registration request
ZAR0231E Email address mistake
ZAR0231E Passwords do not match.
ZAR0231E Please indicate acceptance of the Terms of Service. Registration failed.
ZAR0232E Invitations are not available
L ZAR0233E Registration on this hub is by invitation only
L ZAR0234S Invitation code failed
L ZAR0235S Invitation email failed
ZAR0236E Invitation not in time or too late
ZAR0237I Invitation code succesfully applied
L ZAR0238E Email address already in use
L ZAR0239D Error creating dId A
ZAR0239I Your didital id is {did2} and your pin for is {pin}
Keep these infos and your entered password safe
Valid from ... nd expire ...
L ZAR0239S Exceeding same ip register request of
ui:admin:site
ZAR0810C Register text
Will be displayed prominently on the registration page.
ZAR0820C register_policy
Does this site allow new member registration?
ZAR0830C Registration office on duty
The weekdays and hours the register office is open for registrations
ZAR0831I Testmode duties
(interactive)
ZAR0840C Account registrations max per day
How many registration requests the site accepts during one day. Unlimited if zero or no value.
ZAR0850C Account registrations from same ip
How many pending registration requests the site accepts from a same ip address.
ZAR0860C Account registration delay
How long a registration request has to wait before validation can perform
ZAR0862C Account registration expiration
How long a registration to confirm remains valid. Not expire if zero or no value
ZAR0870C Auto channel create
Auto create a channel when register a new account. When On, the register form will show
additional fields for the channel-name and the nickname.
ZAR0880C Invitation only
Only allow new member registrations with an invitation code.
Above register policy must be set to Yes.
ZAR0881C Invitation also
Also allow new member registrations with an invitation code.
Above register policy must be set to Yes.
ZAR0890C Verify Email Addresses
Check to verify email addresses used in account registration (recommended).
invite ZAI0100E All users invitation limit exceeded
ZAI0101E Permission denied.
ZAI0102E Invite App (Not Installed)
ZAI0103E Invites not proposed by configuration. Contact the site admin
ZAI0104E Invites by users not enabled
ZAI0105W You have no more invitations available
ZAI0106I Invitations I am using
ZAI0107I Invitations we are using
ZAI0109E Not on xchan
ZAI0110I § Note, the email(s) sent will be recorded in the system logs
(see ZAI0208I @ L)
ZAI0111I Enter email addresses, one per line
ZAI0112I Your message
Here you may enter personal notes to the recipient(s)
ZAI0113I Invite template
ZAI0114I Note, the invitation code is valid up to ...
invite ZAI0201E Permission denied.
ZAI0202E Invite App (Not Installed)
ZAI0203E Not a valid email address
ZAI0204E Not a real email address
ZAI0205E Not allowed email address
ZAI0206E mail address already in use
ZAI0207I Note, the invitation code is valid up to
ZAI0208E Message delivery failed.
ZAI0208I Message delivery success.
L ZAI0208I to {email} Message delivery success. ({account#}, {channel#}, from:{email}})
ZAI0209I Accepted email address
ZAI0210E Too many recipients for one invitation (max n)
ZAI0211E No recipients for this invitation
ZAI0212I n mail(s) sent, n mail error(s)
ZAI0213E Register is closed
~~~

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
images/zapax16.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 B

View File

@@ -2021,7 +2021,7 @@ function get_theme_uid() {
function get_default_profile_photo($size = 300) {
$scheme = get_config('system','default_profile_photo');
if(! $scheme)
$scheme = 'rainbow_man';
$scheme = 'human_confusion';
if(! is_dir('images/default_profile_photos/' . $scheme)) {
$x = [ 'scheme' => $scheme, 'size' => $size, 'url' => '' ];
@@ -2030,7 +2030,7 @@ function get_default_profile_photo($size = 300) {
return $x['url'];
}
else {
$scheme = 'rainbow_man';
$scheme = 'human_confusion';
}
}

View File

@@ -0,0 +1 @@
Schließe dich uns auf {{$projectname}} an!

View File

@@ -0,0 +1,15 @@
de casual
Bitte schließe dich meiner Community auf {{$projectname}} an.
{{$linktxt}} {{$invite_where}}
Verwende bei der Registrierung diesen Einladungscode:
{{$invite_code}}
Oder:
1. Registriere dich auf auf einer beliebigen {{$projectname}}-Instanz
(sie sind alle miteinander verbunden).
2. Gib meine {{$Projectname}} Netzwerk Adresse in dem Suchfeld ein:
{{$invite_whereami}}
oder besuche {{$invite_whoami}}
3. Klicke auf [Verbinden]

View File

@@ -0,0 +1 @@
Einladung für Ihren Netzwerkzugang auf {{$invite_loc}}

View File

@@ -0,0 +1,19 @@
Wenn Sie mögen, können Sie sich den dezentralen Sozialen Netzwerken von {{$projectname}}
hier anschließen: {{$invite_where}}
Um den Zugang zu ermöglichen, werden Sie wahrscheinlich einmalig aufgefordert,
diesen Einladungscode anzugeben: {{$invite_code}}
Bei der Registrierung ist auch Ihre eMail Adresse zu nennen, sowie ein Kennwort festzulegen,
das vertraulich ist allein Ihnen bekannt sein soll.
Alternative Möglichkeiten:
1. Eine Registrierung wird an jeder der öffentlich zugänglichen {{$projectname}} Instanzen unterstützt,
weil die alle miteinander verbunden sind. Eine Übersicht ist zu finden unter:
{{$invite_anywhere}}
2. Geben Sie meine {{$projectname}} Netzwerkadresse {{$invite_whereami}} in die Suchleiste beim
Lupensymbol ein oder besuchen Sie mich unter {{$invite_whoami}}
3. Klicken Sie auf [Verbinden]
Falls auf einer besuchten {{$projectname}} Instanz fremdsprachige Anzeigen dargestellt sind,
können Sie die Anzeige einfach auf eine eigene (oder bevorzugte) Sprache im
Hamburger Menü  umschalten.

View File

@@ -0,0 +1 @@
Please join us on {{$projectname}} {{$invite_loc}}

16
view/en/invite.casual.tpl Normal file
View File

@@ -0,0 +1,16 @@
{{* tpl EN casual, to invite friendly to those knowing me *}}
Please join my community on {{$projectname}}.
{{$linktxt}} {{$invite_where}}
You will need to supply this invitation code:
{{$invite_code}}
Or:
1. Register at any {{$projectname}} location
(they are all inter-connected).
2. Enter my {{$Projectname}} network address into the site searchbar.
{{$invite_whereami}}
or visit {{$invite_whoami}}
3. Click [Connect]

View File

@@ -0,0 +1 @@
Invitation for your network access on {{$invite_loc}}

32
view/en/invite.formal.tpl Normal file
View File

@@ -0,0 +1,32 @@
{{* tpl EN formal, to invite most polite, like company members or business partners *}}
Please join the communication platform {{$projectname}} and this message contains the
essential data for initially connecting to.
The site is to arrive here: {{$invite_whereami}}
Your access is just prepared with an invite code
{{$invite_code}}
what please is to enter into the field of the register form, that is shown when the
link "I have an invite code" will be clicked. Please also enter your email address
in the next field. We want to let you know, the invite code is bound to your email
address and not transferable.
For security reasons you have to supply an account password that is and should remain
only known by yourself. The non visible password has to be typed in twice to prevent
mistyping. The password is required later always when you want to login on the site.
Depending on the site's configuration, you may receive another email to your address
with a validation code, that is to enter into the form such email will point to. This
kind of some inconvience helps to grow security for the site.
Depending on the site's configuration, an instance administrator finally has to
confirm your access. Please be patient because that will not performed immediatly
in real time.
Kind regards,
and wish to have best success on the site.
Disclaimer:
...

View File

@@ -0,0 +1 @@
Invitation {{$invite_loc}}

View File

@@ -0,0 +1 @@
{{* tpl en material, to invite with the essential data in brief *}}

View File

@@ -15,15 +15,19 @@ Your validation code is
{{$hash}}
{{if $due}}{{$due}}{{/if}}
If you registered this account, please enter the validation code when requested or visit the following link:
{{$siteurl}}/regver/allow/{{$hash}}
{{$siteurl}}/regate/{{$mail}}
To deny the request and remove the account, please visit:
{{$siteurl}}/regver/deny/{{$hash}}
{{$siteurl}}/regate/{{$mail}}{{if $ko}}/{{$ko}}{{/if}}
Thank you.

View File

@@ -0,0 +1 @@
Por favor, acompáñenos en {{$projectname}}

View File

@@ -0,0 +1,14 @@
Por favor, únase a mi comunidad en {{$projectname}}.
{{$linktxt}} {{$invite_where}}
Tendrá que proporcionar este código de invitación:
{{$invite_code}}
O:
1. Registrarse en cualquier lugar {{$projectname}}
(todos están interconectados).
2. 2. Introduzca mi dirección de red {{$projectname}} en la barra de búsqueda del sitio.
{{$invite_whereami}}
o visite {{$invite_whoami}}
3. 3. Haga clic en [Conectar].

View File

@@ -0,0 +1 @@
Invitación para su acceso a la red en {{$invite_loc}}

View File

@@ -0,0 +1,19 @@
Si lo desea, puede unirse a las redes sociales descentralizadas de {{$projectname}}
aquí: {{$invite_where}}
Probablemente se le pedirá una vez que permita el acceso,
indicar este código de invitación: {{$invite_code}}
Durante el proceso de registro también debe proporcionar su dirección de correo electrónico y establecer una contraseña,
que es confidencial y sólo debe ser conocido por usted.
Posibilidades alternativas:
1. Eine Registrierung wird an jeder der öffentlich zugänglichen {{$projectname}} Instanzen unterstützt,
weil die alle miteinander verbunden sind. Eine Übersicht ist zu finden unter:
{{$invite_anywhere}}
2. Geben Sie meine {{$projectname}} Netzwerkadresse {{$invite_whereami}} in die Suchleiste beim
Lupensymbol ein oder besuchen Sie mich unter {{$invite_whoami}}
3. Klicken Sie auf [Verbinden]
Falls auf einer besuchten {{$projectname}} Instanz fremdsprachige Anzeigen dargestellt sind,
können Sie die Anzeige einfach auf eine eigene (oder bevorzugte) Sprache im
Hamburger Menü  umschalten.