view src/DML/MainVisBundle/Resources/views/Components/templates/vicc.html.twig @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
line wrap: on
line source
{# vicm stands for vis instance cover content #}

{% set tapToRetry = " Tap to retry." %}

{%- jstmpl id="vicc__unknown"  -%}
error|An unknown error occurred during rendering.
{%- endjstmpl -%}


{# specific view types #}

{%- jstmpl id="vicc__view_default"  -%}
info|Nothing to show in this view
{%- endjstmpl -%}

{%- jstmpl id="vicc__view_unknown"  -%}
info|Nothing to show in this view
{%- endjstmpl -%}


{# data preparing #}

{%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-default"  -%}
process|Updating the collection...
{%- endjstmpl -%}

{%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-pair"  -%}
process|Updating a pair of collections...
{%- endjstmpl -%}

{%- jstmpl id="vicc__data-prearing_entity-derived__entity-recording-default"  -%}
process|Obtaining parameters of the recording...
{%- endjstmpl -%}

{%- jstmpl id="vicc__data-preparing_entity-derived__entity-recording-pair"  -%}
process|Updating a pair of recordings...
{%- endjstmpl -%}

{%- jstmpl id="vicc__data-preparing_base"  -%}
process|Attempting to get the data...
{%- endjstmpl -%}

{%- jstmpl id="vicc__data-preparing_overlay"  -%}
process|Obtaining the data for the overlay...
{%- endjstmpl -%}

{%- jstmpl id="vicc__drawing"  -%}
process|Drawing...
{%- endjstmpl -%}


{# api errors #}

{%- jstmpl id="vicc__api-error_entity-derived__entity-collection-default"  -%}
error|An error occurred while updating the collection.{{ tapToRetry | raw }}
{%- endjstmpl -%}

{%- jstmpl id="vicc__api-error_entity-derived__entity-collection-pair"  -%}
error|An error occurred while updating a pair of collections.{{ tapToRetry | raw }}
{%- endjstmpl -%}

{%- jstmpl id="vicc__api-error_entity-derived__entity-recording.default"  -%}
error|An error occurred while obtaining the parameters of the recording.{{ tapToRetry | raw }}
{%- endjstmpl -%}

{%- jstmpl id="vicc__api-error_base"  -%}
warning|The data have not arrived.{{ tapToRetry | raw }}
{%- endjstmpl -%}

{%- jstmpl id="vicc__api-error_overlay"  -%}
warning|The data for the overlay have not arrived.{{ tapToRetry | raw }}
{%- endjstmpl -%}


{%- jstmpl id="vicc__api-message_progress_base"  -%}
process|Your data are being prepared, please wait.
{%- endjstmpl -%}


{# error in data #}

{# {%- jstmpl id="vicc__"  -%}
{%- endjstmpl -%} #}



{# special cases #}

{%- jstmpl id="vicc__collection_undefined__entity-collection-default"  -%}
info|Nothing to shown for a collection with no recordings.
{%- endjstmpl -%}

{%- jstmpl id="vicc__collection_undefined__entity-collection-pair"  -%}
info|Please make sure that both neighbouring collections contain recordings.
{%- endjstmpl -%}


{%- jstmpl id="vicc__collection_no-recordings__entity-collection-default"  -%}
info|Nothing to shown for a collection with no recordings.
{%- endjstmpl -%}

{%- jstmpl id="vicc__collection_no-recordings__entity-collection-pair"  -%}
info|Please make sure that both neighbouring collections contain recordings.
{%- endjstmpl -%}

{%- jstmpl id="vicc__pair_incomplete__entity-collection-pair"  -%}
info|Place this column between two collections<br>using Alt ↔
{%- endjstmpl -%}

{%- jstmpl id="vicc__pair_incomplete__entity-recording-pair"  -%}
info|Place this column between two recordings<br>using Alt ↔
{%- endjstmpl -%}

{%- jstmpl id="vicc__comparison_not-supported"  -%}
info|This data layout does not imply comparison.
{%- endjstmpl -%}

{%- jstmpl id="vicc__comparison_wrong-type"  -%}
info|This data layout does not imply comparison of the chosen type.
{%- endjstmpl -%}

{%- jstmpl id="vicc__recording_undefined"  -%}
info|
{%- endjstmpl -%}

{%- jstmpl id="vicc__ok-count-0"  -%}
warning|The feature could not be extracted from any of the recordings in the sample.
{%- endjstmpl -%}


{%- jstmpl id="vicc__auxiliary-resources_pending"  -%}
process|Preparing to draw...
{%- endjstmpl -%}

{%- jstmpl id="vicc__auxiliary-resources_fail"  -%}
error|This view failed to initialise and cannot be shown. Please reload the app.
{%- endjstmpl -%}