Blame view
sources/apps/user_ldap/l10n/is.php
385 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 |
<?php
$TRANSLATIONS = array(
"Keep settings?" => "Geyma stillingar ?",
"Error" => "Villa",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Vista",
"Test Configuration" => "Prúfa uppsetningu",
"Help" => "Hjálp",
|
|
03e52840d
|
10 |
"Host" => "Netþjónn", |
|
31b7f2792
|
11 |
"Password" => "Lykilorð" |
|
03e52840d
|
12 |
); |
|
31b7f2792
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |