|
2039 | 2039 | </trans-unit> |
2040 | 2040 | <trans-unit id="admin-core.search-index.priority-hint" datatype="html"> |
2041 | 2041 | <source>When multiple tasks are scheduled at the same time and they cannot be executed simultaneously, the task with the highest priority will be executed first. If no value is provided for a new schedule, the default value of 5 is used. </source> |
2042 | | - <target>Als er meerdere taken tegelijkertijd zijn gepland en deze niet tegelijkertijd kunnen worden uitgevoerd, wordt de taak met de hoogste prioriteit als eerste uitgevoerd. Als er geen waarde is ingevuld, wordt de standaard waarde van 5 gebruikt.</target> |
| 2042 | + <target>Als er meerdere taken tegelijkertijd zijn gepland en deze niet tegelijkertijd kunnen worden uitgevoerd, wordt de taak met de hoogste prioriteit als eerste uitgevoerd. Als er geen waarde is ingevuld voor een nieuwe planning, wordt de standaardwaarde van 5 gebruikt. </target> |
2043 | 2043 | </trans-unit> |
2044 | 2044 | <trans-unit id="admin-core.search-index.reindex" datatype="html"> |
2045 | 2045 | <source>Re-index</source> |
|
2299 | 2299 | </trans-unit> |
2300 | 2300 | <trans-unit id="admin-core.upload-select.delete-file-message" datatype="html"> |
2301 | 2301 | <source>Are you sure you want delete to the file <x id="PH" equiv-text="uploadName"/>? This action cannot be undone.</source> |
2302 | | - <target>Weet u zeker dat u het bestand <x id="PH" equiv-text="uploadName"/> wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.</target> |
| 2302 | + <target>Weet u zeker dat u het bestand <x id="PH" equiv-text="uploadName"/> wilt verwijderen? Deze actie kan niet ongedaan gemaakt worden.</target> |
2303 | 2303 | </trans-unit> |
2304 | 2304 | <trans-unit id="admin-core.upload-select.error-deleting-file" datatype="html"> |
2305 | 2305 | <source>Error removing file <x id="PH" equiv-text="uploadName"/>. Please try again.</source> |
|
2393 | 2393 | <source>Valid until</source> |
2394 | 2394 | <target>Geldig tot</target> |
2395 | 2395 | </trans-unit> |
| 2396 | + <trans-unit id="admin-core.application-metadata.created" datatype="html"> |
| 2397 | + <source>Created by <x id="INTERPOLATION" equiv-text="{{ application.createdBy }} at {{ application.createdDate | date:'medium' }}"/></source> |
| 2398 | + <target>Aangemaakt door <x id="INTERPOLATION" equiv-text="{{ application.createdBy }} at {{ application.createdDate | date:'medium' }}"/></target> |
| 2399 | + </trans-unit> |
| 2400 | + <trans-unit id="admin-core.application-metadata.updated" datatype="html"> |
| 2401 | + <source>Last updated by <x id="INTERPOLATION" equiv-text="{{ application.lastModifiedBy }} at {{ application.lastModifiedBy | date:'medium' }}"/></source> |
| 2402 | + <target>Laatst bijgewerkt door <x id="INTERPOLATION" equiv-text="{{ application.lastModifiedBy }} at {{ application.lastModifiedBy | date:'medium' }}"/></target> |
| 2403 | + </trans-unit> |
2396 | 2404 | </body> |
2397 | 2405 | </file> |
2398 | 2406 | </xliff> |
0 commit comments