| {{ __('UrBackup server selection', 'urbackup') }} |
{% if is_sub_location %}
|
{{ __('The asset is in a sub-location. The plugin will use the server assigned to the root location.', 'urbackup') }}
|
{% endif %}
{% if servers|length == 0 %}
|
{{ __('No UrBackup server available for the root location of this asset.', 'urbackup') }}
|
{% elseif can_connect %}
| {{ __('Available servers for root location', 'urbackup') }} |
|
{% else %}
|
{{ __('A server is available, but you do not have permission to link this asset.', 'urbackup') }}
|
{% endif %}
{% else %}