mirror of https://github.com/sualko/cloud_bbb
34 lines
1.2 KiB
JavaScript
34 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
||
"bbb",
|
||
{
|
||
"BigBlueButton Integration" : "Integracion BigBlueButton",
|
||
"BigBlueButton integration for Nextcloud" : "Integracion Nextcloud per BigBlueButton",
|
||
"API secret" : "Secret API",
|
||
"Save" : "Salvar",
|
||
"Please enter your name!" : "Picatz vòstre nom !",
|
||
"The name must be at least 3 characters long." : "Lo nom deu almens fa 3 caractèrs.",
|
||
"Password" : "Senhal",
|
||
"Join" : "Rejónher",
|
||
"Name" : "Nom",
|
||
"Max" : "Max",
|
||
"Record" : "Enregistrar",
|
||
"Recordings" : "Enregistraments",
|
||
"Edit" : "Modificar",
|
||
"Welcome" : "Benvengut",
|
||
"Room name" : "Nom de la sala",
|
||
"Create" : "Crear",
|
||
"_%n participant_::_%n participants_" : ["%n participant","%n participants"],
|
||
"Delete" : "Suprimir",
|
||
"Delete \"{name}\"?" : "Suprimir « {name} » ?",
|
||
"Error" : "Error",
|
||
"Delete?" : "Suprimir ?",
|
||
"Could not delete record" : "Supression de l’enregistrament impossibla",
|
||
"Server error" : "Error del servidor",
|
||
"Group" : "Grop",
|
||
"Share" : "Partejar",
|
||
"Loading" : "Loading",
|
||
"Settings saved" : "Paramètres enregistrats",
|
||
"API secret is invalid" : "Secret API invalid"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|