blob: 847193c431f2f7a7104857f59c020d449f51b24f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"user_ldap",
{
"Users" : "Usancièrs",
"Groups" : "Grops",
"Help" : "Ajuda",
"Host" : "Òste",
"Password" : "Senhal",
"Advanced" : "Avançat"
},
"nplurals=2; plural=(n > 1);");
|