Add 'Permissions' section
This commit is contained in:
parent
7b5f42b174
commit
64fe5e0589
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "Password",
|
"Poll password": "Password",
|
||||||
"Password choice": "DE_Choix",
|
"Password choice": "DE_Choix",
|
||||||
"Password confirmation": "DE_Confirmation",
|
"Password confirmation": "DE_Confirmation",
|
||||||
|
"Permissions": "DE_Permissions",
|
||||||
"Go to step 2": "Weiter zum 2. Schritt"
|
"Go to step 2": "Weiter zum 2. Schritt"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "Password",
|
"Poll password": "Password",
|
||||||
"Password choice": "Choice",
|
"Password choice": "Choice",
|
||||||
"Password confirmation": "Confirmation",
|
"Password confirmation": "Confirmation",
|
||||||
|
"Permissions": "Permissions",
|
||||||
"Go to step 2": "Go to step 2"
|
"Go to step 2": "Go to step 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
@ -421,4 +422,4 @@
|
|||||||
"Check again": "Check again",
|
"Check again": "Check again",
|
||||||
"Continue the installation": "Continue the installation"
|
"Continue the installation": "Continue the installation"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "ES_Mot de passe",
|
"Poll password": "ES_Mot de passe",
|
||||||
"Password choice": "ES_Choix",
|
"Password choice": "ES_Choix",
|
||||||
"Password confirmation": "ES_Confirmation",
|
"Password confirmation": "ES_Confirmation",
|
||||||
|
"Permissions": "ES_Permissions",
|
||||||
"Go to step 2": "Ir al paso número 2"
|
"Go to step 2": "Ir al paso número 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "Mot de passe",
|
"Poll password": "Mot de passe",
|
||||||
"Password choice": "Choix",
|
"Password choice": "Choix",
|
||||||
"Password confirmation": "Confirmation",
|
"Password confirmation": "Confirmation",
|
||||||
|
"Permissions": "Permissions",
|
||||||
"Go to step 2": "Aller à l'étape 2"
|
"Go to step 2": "Aller à l'étape 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "Password",
|
"Poll password": "Password",
|
||||||
"Password choice": "IT_Choix",
|
"Password choice": "IT_Choix",
|
||||||
"Password confirmation": "Conferma della password",
|
"Password confirmation": "Conferma della password",
|
||||||
|
"Permissions": "IT_Permissions",
|
||||||
"Go to step 2": "Andare al punto 2"
|
"Go to step 2": "Andare al punto 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Poll password": "OC_Mot de passe",
|
"Poll password": "OC_Mot de passe",
|
||||||
"Password choice": "OC_Choix",
|
"Password choice": "OC_Choix",
|
||||||
"Password confirmation": "OC_Confirmation",
|
"Password confirmation": "OC_Confirmation",
|
||||||
|
"Permissions": "OC_Permissions",
|
||||||
"Go to step 2": "Anar a l'etapa 2"
|
"Go to step 2": "Anar a l'etapa 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
@ -420,4 +421,4 @@
|
|||||||
"Check again": "OC_Vérifier à nouveau",
|
"Check again": "OC_Vérifier à nouveau",
|
||||||
"Continue the installation": "OC_Continuer l'installation"
|
"Continue the installation": "OC_Continuer l'installation"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -178,7 +178,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-offset-4 col-sm-8">
|
<label for="poll_id" class="col-sm-4 control-label">
|
||||||
|
{__('Step 1', 'Permissions')}
|
||||||
|
</label>
|
||||||
|
<div class="col-sm-8">
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}">
|
<input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}">
|
||||||
|
Loading…
Reference in New Issue
Block a user