mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
cb75d19b35
commit
eefa88a0ea
|
@ -1,9 +1,11 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integratie",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te creëren met een extern geïnstalleerde versie van [BigBlueButton] (https://bigbluebutton.org) .\n\n* ** Kameropstelling ** Maak meerdere kamerconfiguraties met naam, welkomstbericht, ...\n\n* ** Deel gastlink ** Deel de kamerlink met al je gasten\n* ** Aangepaste presentatie ** Start een kamer met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen met het verbeteren van deze applicatie.\n\n* Deze app integreert BigBlueButton en is niet goedgekeurd of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API secret",
|
||||
"Save" : "Opslaan",
|
||||
"Please enter your name!" : "Voer je naam in!",
|
||||
|
@ -33,6 +35,7 @@ OC.L10N.register(
|
|||
"Server error" : "Serverfout",
|
||||
"Settings saved" : "Instellingen bewaard",
|
||||
"Unexpected error occurred" : "Onverwachte fout opgetreden",
|
||||
"API URL is invalid" : "API URL is ongeldig",
|
||||
"API secret is invalid" : "API secret is ongeldig"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{ "translations": {
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.",
|
||||
"BigBlueButton Integration" : "BigBlueButton Integratie",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud",
|
||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te creëren met een extern geïnstalleerde versie van [BigBlueButton] (https://bigbluebutton.org) .\n\n* ** Kameropstelling ** Maak meerdere kamerconfiguraties met naam, welkomstbericht, ...\n\n* ** Deel gastlink ** Deel de kamerlink met al je gasten\n* ** Aangepaste presentatie ** Start een kamer met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen met het verbeteren van deze applicatie.\n\n* Deze app integreert BigBlueButton en is niet goedgekeurd of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *",
|
||||
"API URL" : "API URL",
|
||||
"API secret" : "API secret",
|
||||
"Save" : "Opslaan",
|
||||
"Please enter your name!" : "Voer je naam in!",
|
||||
|
@ -31,6 +33,7 @@
|
|||
"Server error" : "Serverfout",
|
||||
"Settings saved" : "Instellingen bewaard",
|
||||
"Unexpected error occurred" : "Onverwachte fout opgetreden",
|
||||
"API URL is invalid" : "API URL is ongeldig",
|
||||
"API secret is invalid" : "API secret is ongeldig"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue