Blame view
sources/settings/l10n/af_ZA.php
284 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 |
"So-so password" => "So-so wagwoord", "Security Warning" => "Sekuriteits waarskuwing", |
|
03e52840d
|
5 |
"Password" => "Wagwoord", |
|
31b7f2792
|
6 |
"New password" => "Nuwe wagwoord", |
|
6d9380f96
|
7 |
"Cancel" => "Kanseleer", |
|
31b7f2792
|
8 |
"Username" => "Gebruikersnaam" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |