Migrated (hopefully) all translations to PO/Gettext (references #161)

This commit is contained in:
Bernd Bestel
2019-05-01 20:19:18 +02:00
parent 40b5afe926
commit 9b2dba2397
372 changed files with 23242 additions and 16905 deletions

View File

@@ -1,6 +1,6 @@
@extends('layout.default')
@section('title', $L('Tasks settings'))
@section('title', $__t('Tasks settings'))
@section('viewJsName', 'taskssettings')
@@ -14,11 +14,11 @@
'additionalAttributes' => 'data-setting-key="tasks_due_soon_days"',
'label' => 'Tasks due soon days',
'min' => 1,
'invalidFeedback' => $L('This cannot be lower than #1', '1'),
'invalidFeedback' => $__t('This cannot be lower than %s', '1'),
'additionalCssClasses' => 'user-setting-control'
))
<a href="{{ $U('/tasks') }}" class="btn btn-success">{{ $L('OK') }}</a>
<a href="{{ $U('/tasks') }}" class="btn btn-success">{{ $__t('OK') }}</a>
</div>
</div>
@stop