blob: f0c9c5211b19572b07a86a83b4af0663305adeca (
plain)
1
2
3
4
5
6
7
8
|
<?php
$TRANSLATIONS = array(
"Username" => "Gebruikersnaam",
"Password" => "Wagwoord",
"Share" => "Deel",
"Users" => "Gebruikers"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|