Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
work.w
Commits
0f5bf3a6
Commit
0f5bf3a6
authored
Mar 06, 2019
by
alexandre
Browse files
Fix some Initial caps
parent
42c3a20a
Changes
3
Show whitespace changes
Inline
Side-by-side
playground/static/playground/js/i18n/en.js
View file @
0f5bf3a6
...
...
@@ -9,15 +9,15 @@ W.lang.en = {
"
Adresse
"
:
"
Adresse
"
,
"
Aide
"
:
"
Help
"
,
"
Annuler
"
:
"
Cancel
"
,
"
a
spect
"
:
"
a
spect
"
,
"
A
spect
"
:
"
A
spect
"
,
"
au moins
"
:
"
at least
"
,
"
aucun
"
:
"
none
"
,
"
Auteur de la partition
"
:
"
Score author
"
,
// "Auteur de la perfomance": "",
"
Auteur de la performance
"
:
"
Performance author
"
,
"
Axe
"
:
"
Axis
"
,
"
a
xe contingent
"
:
"
c
ontingent axis
"
,
"
a
xe modulé
"
:
"
m
odulated axis
"
,
"
A
xe contingent
"
:
"
C
ontingent axis
"
,
"
A
xe modulé
"
:
"
M
odulated axis
"
,
"
Bienvenue
"
:
"
Welcome
"
,
"
choisir
"
:
"
choose
"
,
"
Code
"
:
"
Code
"
,
...
...
playground/static/playground/js/views.js
View file @
0f5bf3a6
...
...
@@ -727,7 +727,7 @@ window.W = window.W || {};
renderBoucle
:
function
()
{
var
boucleField
=
new
W
.
BoucleField
({
label
:
'
b
oucle
'
,
label
:
'
B
oucle
 :
'
,
value
:
this
.
model
.
get
(
'
boucle
'
)
});
...
...
@@ -736,7 +736,7 @@ window.W = window.W || {};
renderAlternative
:
function
()
{
var
alternativeField
=
new
W
.
AlternativeField
({
label
:
'
a
lternative
'
,
label
:
'
A
lternative
 :
'
,
value
:
this
.
model
.
get
(
'
alternative
'
)
});
...
...
playground/templates/playground/underscore/node-form.mtpl
View file @
0f5bf3a6
...
...
@@ -36,7 +36,7 @@
<!-- aspect -->
<section class="fieldgroup">
<label class="inline">
<span class="label-text js-help" data-href="#aspect"><%- t('
a
spect') %></span>
<span class="label-text js-help" data-href="#aspect"><%- t('
A
spect') %></span>
<select name="aspect-value">
<option value="" <% if (!aspect) { %>selected<% } %>><%- t('aucun') %></option>
<% _.each(aspectChoices, function(a) {%>
...
...
@@ -49,13 +49,13 @@
<!-- contingent -->
<label>
<input type="checkbox" name="contingent" <% if (contingent) { %>checked<% } %>>
<span class="js-help" data-href="#axe-contingent"><%- t('
a
xe contingent') %></span>
<span class="js-help" data-href="#axe-contingent"><%- t('
A
xe contingent') %></span>
</label>
<!-- modulé -->
<label>
<input type="checkbox" name="module" <% if (module_) { %>checked<% } %>>
<span class="js-help" data-href="#axe-module"><%- t('
a
xe modulé') %></span>
<span class="js-help" data-href="#axe-module"><%- t('
A
xe modulé') %></span>
</label>
</fieldset>
<fieldset>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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