diff --git a/l10n/fr.js b/l10n/fr.js index f0ee4d7..cb0a510 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -1,9 +1,12 @@ OC.L10N.register( "bbb", { + "API URL or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.", "BigBlueButton Integration" : "Intégration de BigBlueButton", "BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour 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.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration du salon de discussion ** Créez plusieurs configurations de salon de discussion avec nom, message de bienvenue, ...\n* ** Partager le lien invité ** Partagez le lien de votre salon de discussion avec tous vos invités\n* ** Présentation personnalisée ** Démarrer la conversation avec votre présentation sélectionnée depuis le navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salons de discussions\n\nDeveloper wanted! Si vous avez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques déposées de BigBlueButton Inc. *", + "Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Vous pouvez obtenir l'adresse et le secret de l'API en exécutant \"sudo bbb-conf --secret\" sur votre serveur BigBlueButton.", + "API URL" : "adresse de l'API", "API secret" : "Secret de l'API", "Save" : "Enregistrer", "Please enter your name!" : "Veuillez saisir votre nom !", @@ -33,6 +36,7 @@ OC.L10N.register( "Server error" : "Erreur du serveur", "Settings saved" : "Paramètres sauvegardés", "Unexpected error occurred" : "Une erreur est survenue", + "API URL is invalid" : "L'adresse de l'API n'est pas valable", "API secret is invalid" : "Le secret de l'API n'est pas valable" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index 7dc4517..2e016c1 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,7 +1,10 @@ { "translations": { + "API URL or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.", "BigBlueButton Integration" : "Intégration de BigBlueButton", "BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour 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.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration du salon de discussion ** Créez plusieurs configurations de salon de discussion avec nom, message de bienvenue, ...\n* ** Partager le lien invité ** Partagez le lien de votre salon de discussion avec tous vos invités\n* ** Présentation personnalisée ** Démarrer la conversation avec votre présentation sélectionnée depuis le navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salons de discussions\n\nDeveloper wanted! Si vous avez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques déposées de BigBlueButton Inc. *", + "Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Vous pouvez obtenir l'adresse et le secret de l'API en exécutant \"sudo bbb-conf --secret\" sur votre serveur BigBlueButton.", + "API URL" : "adresse de l'API", "API secret" : "Secret de l'API", "Save" : "Enregistrer", "Please enter your name!" : "Veuillez saisir votre nom !", @@ -31,6 +34,7 @@ "Server error" : "Erreur du serveur", "Settings saved" : "Paramètres sauvegardés", "Unexpected error occurred" : "Une erreur est survenue", + "API URL is invalid" : "L'adresse de l'API n'est pas valable", "API secret is invalid" : "Le secret de l'API n'est pas valable" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index cee69e5..e2d2a26 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -5,6 +5,7 @@ OC.L10N.register( "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. *", + "Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Haal je API URL en secret op door het uitvoeren van \"sudo bbb-conf --secret\" op je BigBlueButton server. ", "API URL" : "API URL", "API secret" : "API secret", "Save" : "Opslaan", diff --git a/l10n/nl.json b/l10n/nl.json index abdc18c..3eef41b 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -3,6 +3,7 @@ "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. *", + "Get your API URL and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Haal je API URL en secret op door het uitvoeren van \"sudo bbb-conf --secret\" op je BigBlueButton server. ", "API URL" : "API URL", "API secret" : "API secret", "Save" : "Opslaan",