mirror of https://github.com/sualko/cloud_bbb
Compare commits
8 Commits
0fbdf8f4a8
...
d5b3b11b22
Author | SHA1 | Date |
---|---|---|
|
d5b3b11b22 | |
|
1209282f9e | |
|
9c7359a719 | |
|
aa4681e92d | |
|
995a7c0c8c | |
|
abda3ffec6 | |
|
c9234706aa | |
|
419951458c |
|
@ -3,14 +3,19 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Let's go!" : "¡Vamos!",
|
||||
"Display name" : "Nome visible",
|
||||
"Password" : "Contraseña",
|
||||
"Hello %s" : "Hola, %s",
|
||||
"Name" : "Nome",
|
||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
||||
"Edit" : "Editar",
|
||||
"Create" : "Crear",
|
||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"Delete" : "Desaniciar",
|
||||
"Error" : "Error",
|
||||
"Share" : "Compartir",
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"API secret is invalid" : "El secretu de l'API ye inválidu"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Let's go!" : "¡Vamos!",
|
||||
"Display name" : "Nome visible",
|
||||
"Password" : "Contraseña",
|
||||
"Hello %s" : "Hola, %s",
|
||||
"Name" : "Nome",
|
||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
||||
"Edit" : "Editar",
|
||||
"Create" : "Crear",
|
||||
"Copy to clipboard" : "Copiar nel cartafueyu",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
"Delete" : "Desaniciar",
|
||||
"Error" : "Error",
|
||||
"Share" : "Compartir",
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"API secret is invalid" : "El secretu de l'API ye inválidu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Public" : "Público",
|
||||
"Back to %s" : "Volver a %s",
|
||||
"Save" : "Guardar",
|
||||
"Community" : "Comunidad",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Public" : "Público",
|
||||
"Back to %s" : "Volver a %s",
|
||||
"Save" : "Guardar",
|
||||
"Community" : "Comunidad",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
|
|
|
@ -131,7 +131,7 @@ OC.L10N.register(
|
|||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L'URL doit commencer par https:// et contenir {token}. De plus, le paramètre {user} peut être utilisé.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "Le fichier \"{filename}\" a été téléversé dans votre salle.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier « {filename} » n'a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
|
||||
"Send file to BBB" : "Envoyer le fichier vers BBB",
|
||||
"Send to" : "Envoyer à",
|
||||
"Start with" : "Démarrer avec",
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "L'URL doit commencer par https:// et contenir {token}. De plus, le paramètre {user} peut être utilisé.",
|
||||
"The file \"{filename}\" was uploaded to your room." : "Le fichier \"{filename}\" a été téléversé dans votre salle.",
|
||||
"The file \"{filename}\" could not be uploaded to your room." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier \"{filename}\" n'a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
|
||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Le fichier « {filename} » n'a pas pu être téléversé dans votre salle. Votre serveur BigBlueButton ne prend peut-être pas en charge cette action.",
|
||||
"Send file to BBB" : "Envoyer le fichier vers BBB",
|
||||
"Send to" : "Envoyer à",
|
||||
"Start with" : "Démarrer avec",
|
||||
|
|
|
@ -27,7 +27,7 @@ OC.L10N.register(
|
|||
"Room name" : "שם החדר",
|
||||
"Create" : "יצירה",
|
||||
"Copy to clipboard" : "העתקה ללוח הגזירים",
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים","%n משתתפים"],
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים"],
|
||||
"Delete" : "מחיקה",
|
||||
"Delete \"{name}\"?" : "למחוק את „{name}”?",
|
||||
"Select target folder" : "בחירת תיקיית יעד",
|
||||
|
@ -47,4 +47,4 @@ OC.L10N.register(
|
|||
"Unexpected error occurred" : "אירעה שגיאה בלתי צפויה",
|
||||
"API secret is invalid" : "סוד ה־API שגוי"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"Room name" : "שם החדר",
|
||||
"Create" : "יצירה",
|
||||
"Copy to clipboard" : "העתקה ללוח הגזירים",
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים","%n משתתפים"],
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים"],
|
||||
"Delete" : "מחיקה",
|
||||
"Delete \"{name}\"?" : "למחוק את „{name}”?",
|
||||
"Select target folder" : "בחירת תיקיית יעד",
|
||||
|
@ -44,5 +44,5 @@
|
|||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Unexpected error occurred" : "אירעה שגיאה בלתי צפויה",
|
||||
"API secret is invalid" : "סוד ה־API שגוי"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
}
|
|
@ -72,7 +72,7 @@ OC.L10N.register(
|
|||
"Only selected users and groups are allowed to access the room." : "Isceti is utentes e grupos seletzionados podent atzèdere a s'istantza.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Cando disativadu, serbit unu micròfonu pro intrare in sa cunferèntzia.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Cando ativadu, s'utente non depet atuare una mutida echo e un'anteprima de sa telecàmera a sa primu intrada (a disponimentu dae su serbidore BBB 2.3).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Cando ativadu, sa lista de utentes, s'àrea de tzarrada e presentzatzione sunt cuados comente impostatzione predefinida.",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Cando ativadu, sa lista de utentes, s'àrea de tzarrada e presentzatzione sunt cuados comente cunfiguratzione predefinida.",
|
||||
"If enabled, all users will join the meeting muted." : "Cando ativu, totu is utentes ant a intrare in sa riunione a sa muda.",
|
||||
"Edit \"{room}\"" : "Modìfica \"{room}\"",
|
||||
"Room URL" : "URL istantza",
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"Only selected users and groups are allowed to access the room." : "Isceti is utentes e grupos seletzionados podent atzèdere a s'istantza.",
|
||||
"If disabled, a microphone is needed to join the conference." : "Cando disativadu, serbit unu micròfonu pro intrare in sa cunferèntzia.",
|
||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Cando ativadu, s'utente non depet atuare una mutida echo e un'anteprima de sa telecàmera a sa primu intrada (a disponimentu dae su serbidore BBB 2.3).",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Cando ativadu, sa lista de utentes, s'àrea de tzarrada e presentzatzione sunt cuados comente impostatzione predefinida.",
|
||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Cando ativadu, sa lista de utentes, s'àrea de tzarrada e presentzatzione sunt cuados comente cunfiguratzione predefinida.",
|
||||
"If enabled, all users will join the meeting muted." : "Cando ativu, totu is utentes ant a intrare in sa riunione a sa muda.",
|
||||
"Edit \"{room}\"" : "Modìfica \"{room}\"",
|
||||
"Room URL" : "URL istantza",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
style('core', 'guest');
|
||||
?>
|
||||
|
||||
<div class="update bbb">
|
||||
<div class="update bbb guest-box">
|
||||
<h2><?php p($_['room']) ?></h2>
|
||||
<p><?php p($l->t('You will be forwarded to the room in the next few seconds.')); ?><br />
|
||||
<br />
|
||||
|
|
Loading…
Reference in New Issue