mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
11 lines
743 B
PHP
11 lines
743 B
PHP
<?php
|
|
|
|
$a->strings["Upload a file"] = "Bestand uploaden";
|
|
$a->strings["Drop files here to upload"] = "Sleep bestanden hier naartoe om te uploaden";
|
|
$a->strings["Cancel"] = "Annuleren";
|
|
$a->strings["Failed"] = "Mislukt";
|
|
$a->strings["No files were uploaded."] = "Er zijn geen bestanden geüpload.";
|
|
$a->strings["Uploaded file is empty"] = "Geüpload bestand is leeg";
|
|
$a->strings["Image exceeds size limit of "] = "Bestandsgrootte afbeelding overschrijdt limiet van ";
|
|
$a->strings["File has an invalid extension, it should be one of "] = "Het bestand heeft een ongeldige bestandsextensie, geldig zijn ";
|
|
$a->strings["Upload was cancelled, or server error encountered"] = "Uploaden is geannuleerd of er is sprake van een serverfout";
|