mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
388 B
PHP
9 lines
388 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Wachtwoord",
|
|
"Submit" => "Verzenden",
|
|
"%s shared the folder %s with you" => "%s deelt de map %s met u",
|
|
"%s shared the file %s with you" => "%s deelt het bestand %s met u",
|
|
"Download" => "Downloaden",
|
|
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor",
|
|
"web services under your control" => "Webdiensten in eigen beheer"
|
|
);
|