Welcome to mirror list, hosted at ThFree Co, Russian Federation.

af_ZA.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b416fc117a99196f7b0b5412e2b9d2525475d7b (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Username" => "Gebruikersnaam",
"Password" => "Wagwoord",
"Share" => "Deel",
"Personal" => "Persoonlik"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";