Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
64fe5e05
Unverified
Commit
64fe5e05
authored
Aug 04, 2016
by
Olivier Perez
Browse files
Add 'Permissions' section
parent
7b5f42b1
Changes
7
Hide whitespace changes
Inline
Side-by-side
locale/de.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"Password"
,
"Password choice"
:
"DE_Choix"
,
"Password confirmation"
:
"DE_Confirmation"
,
"Permissions"
:
"DE_Permissions"
,
"Go to step 2"
:
"Weiter zum 2. Schritt"
},
"Step 2"
:
{
...
...
locale/en.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"Password"
,
"Password choice"
:
"Choice"
,
"Password confirmation"
:
"Confirmation"
,
"Permissions"
:
"Permissions"
,
"Go to step 2"
:
"Go to step 2"
},
"Step 2"
:
{
...
...
@@ -421,4 +422,4 @@
"Check again"
:
"Check again"
,
"Continue the installation"
:
"Continue the installation"
}
}
\ No newline at end of file
}
locale/es.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"ES_Mot de passe"
,
"Password choice"
:
"ES_Choix"
,
"Password confirmation"
:
"ES_Confirmation"
,
"Permissions"
:
"ES_Permissions"
,
"Go to step 2"
:
"Ir al paso número 2"
},
"Step 2"
:
{
...
...
locale/fr.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"Mot de passe"
,
"Password choice"
:
"Choix"
,
"Password confirmation"
:
"Confirmation"
,
"Permissions"
:
"Permissions"
,
"Go to step 2"
:
"Aller à l'étape 2"
},
"Step 2"
:
{
...
...
locale/it.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"Password"
,
"Password choice"
:
"IT_Choix"
,
"Password confirmation"
:
"Conferma della password"
,
"Permissions"
:
"IT_Permissions"
,
"Go to step 2"
:
"Andare al punto 2"
},
"Step 2"
:
{
...
...
locale/oc.json
View file @
64fe5e05
...
...
@@ -243,6 +243,7 @@
"Poll password"
:
"OC_Mot de passe"
,
"Password choice"
:
"OC_Choix"
,
"Password confirmation"
:
"OC_Confirmation"
,
"Permissions"
:
"OC_Permissions"
,
"Go to step 2"
:
"Anar a l'etapa 2"
},
"Step 2"
:
{
...
...
@@ -420,4 +421,4 @@
"Check again"
:
"OC_Vérifier à nouveau"
,
"Continue the installation"
:
"OC_Continuer l'installation"
}
}
\ No newline at end of file
}
tpl/create_poll.tpl
View file @
64fe5e05
...
...
@@ -178,7 +178,10 @@
</div>
<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"
>
<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"
)
}
"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment