mirror of https://github.com/sualko/cloud_bbb
Compare commits
4 Commits
3a3c88f32e
...
20d313b9a3
| Author | SHA1 | Date |
|---|---|---|
|
|
20d313b9a3 | |
|
|
f9456b2830 | |
|
|
a458d11928 | |
|
|
577d5c55da |
|
|
@ -4,6 +4,7 @@ OC.L10N.register(
|
|||
"Public" : "Público",
|
||||
"Close" : "Cerrar",
|
||||
"Save" : "Guardar",
|
||||
"Community" : "Comunidad",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Hello %s" : "Hola %s",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"Public" : "Público",
|
||||
"Close" : "Cerrar",
|
||||
"Save" : "Guardar",
|
||||
"Community" : "Comunidad",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Hello %s" : "Hola %s",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ OC.L10N.register(
|
|||
"Internal" : "Vidinis",
|
||||
"BigBlueButton Integration" : "BigBlueButton integracija",
|
||||
"Loading…" : "Įkeliama…",
|
||||
"Send to" : "Siųsti",
|
||||
"Close" : "Užverti",
|
||||
"Room not found" : "Kambarys nerastas",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
|
||||
|
|
@ -30,11 +31,13 @@ OC.L10N.register(
|
|||
"Server error" : "Serverio klaida",
|
||||
"Name" : "Pavadinimas",
|
||||
"Access" : "Prieiga",
|
||||
"Max" : "Max",
|
||||
"You are not permitted to create a room." : "Jums neleidžiama sukurti kambario.",
|
||||
"Edit" : "Taisyti",
|
||||
"Welcome" : "Sveiki",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"Miscellaneous" : "Įvairūs",
|
||||
"Recording" : "Įrašymas",
|
||||
"Room name" : "Kambario pavadinimas",
|
||||
"Create" : "Sukurti",
|
||||
"Published" : "Paskelbtas",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"Internal" : "Vidinis",
|
||||
"BigBlueButton Integration" : "BigBlueButton integracija",
|
||||
"Loading…" : "Įkeliama…",
|
||||
"Send to" : "Siųsti",
|
||||
"Close" : "Užverti",
|
||||
"Room not found" : "Kambarys nerastas",
|
||||
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
|
||||
|
|
@ -28,11 +29,13 @@
|
|||
"Server error" : "Serverio klaida",
|
||||
"Name" : "Pavadinimas",
|
||||
"Access" : "Prieiga",
|
||||
"Max" : "Max",
|
||||
"You are not permitted to create a room." : "Jums neleidžiama sukurti kambario.",
|
||||
"Edit" : "Taisyti",
|
||||
"Welcome" : "Sveiki",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"Miscellaneous" : "Įvairūs",
|
||||
"Recording" : "Įrašymas",
|
||||
"Room name" : "Kambario pavadinimas",
|
||||
"Create" : "Sukurti",
|
||||
"Published" : "Paskelbtas",
|
||||
|
|
|
|||
|
|
@ -152,12 +152,12 @@ pre {
|
|||
}
|
||||
|
||||
.button.success {
|
||||
background-color: var(--color-success);
|
||||
border-color: var(--color-success-hover);
|
||||
background-color: var(--color-element-success);
|
||||
border-color: var(--color-success-text);
|
||||
color: var(--color-primary-text);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-success-hover);
|
||||
background-color: var(--color-text-success);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue