Skip to content

Commit

Permalink
Merge pull request #2597 from jazzzpor/node-bundle-urlchooser-widget-…
Browse files Browse the repository at this point in the history
…translations

[NodeBundle] added translations for  URL-chooser  and  Choose
  • Loading branch information
acrobat committed Dec 5, 2019
2 parents b69944c + 86bc581 commit 101f794
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 2 deletions.
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: Seitenvorlage exportieren
widget:
choose: Auswählen
url_chooser: URL-Auswahl
Expand Up @@ -177,3 +177,6 @@ kuma_node:
export_pagetemplate:
button:
title: Export pagetemplate
widget:
choose: Choose
url_chooser: URL-chooser
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: Export pagetemplate
widget:
choose: Choose
url_chooser: URL-chooser
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: Export pagetemplate
widget:
choose: Choisir
url_chooser: sélecteur d'URL
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: A pagetemplate exportálása
widget:
choose: Válassz
url_chooser: URL választó
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: Export pagetemplate
widget:
choose: Scegli
url_chooser: URL-chooser
Expand Up @@ -172,3 +172,6 @@ kuma_node:
export_pagetemplate:
button:
title: Exporteer pagina template
widget:
choose: Kies
url_chooser: URL-keuze
Expand Up @@ -169,3 +169,6 @@ kuma_node:
export_pagetemplate:
button:
title: Eksportuj szablon strony
widget:
choose: Wybierz
url_chooser: Wybierz URL
Expand Up @@ -14,7 +14,7 @@
<i class="fa fa-times"></i>
</button>
<h3 class="modal-title">
URL-Chooser
{{ 'kuma_node.widget.url_chooser' | trans }}
</h3>
</div>

Expand Down Expand Up @@ -58,7 +58,7 @@
<input type="text" disabled="disabled" class="form-control js-urlchooser-value" value="{{ linkUrl.value ? linkUrl.value|replace_url : '' }}">
<span class="input-group-btn">
<button type="button" class="btn btn-default btn--raise-on-hover" data-toggle="modal" data-target="#{{ linkUrl.id }}-urlChooserModal" data-link="{{ path('KunstmaanNodeBundle_selecturl') }}">
Choose
{{ 'kuma_node.widget.choose' | trans }}
</button>
</span>
{% else %}
Expand Down

0 comments on commit 101f794

Please sign in to comment.