mirror of https://github.com/sualko/cloud_bbb
15 lines
476 B
JavaScript
15 lines
476 B
JavaScript
OC.L10N.register(
|
|
"bbb",
|
|
{
|
|
"Let's go!" : "¡Vamos!",
|
|
"Password" : "Contraseña",
|
|
"Hello %s" : "Hola, %s",
|
|
"Name" : "Nome",
|
|
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
|
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
|
"Delete" : "Desaniciar",
|
|
"Error" : "Error",
|
|
"API secret is invalid" : "El secretu de l'API ye inválidu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|