mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 14:17:59 +00:00
679 lines
17 KiB
Plaintext
679 lines
17 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2026-07-02 10:47+0000\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: core/admin.py:67
|
|
msgid "Personal info"
|
|
msgstr "Persoonlijke informatie"
|
|
|
|
#: core/admin.py:80
|
|
msgid "Permissions"
|
|
msgstr "Rechten"
|
|
|
|
#: core/admin.py:92
|
|
msgid "Important dates"
|
|
msgstr "Belangrijke datums"
|
|
|
|
#: core/admin.py:206
|
|
msgid "Content"
|
|
msgstr ""
|
|
|
|
#: core/admin.py:217
|
|
#, fuzzy
|
|
#| msgid "Delete rooms"
|
|
msgid "Deletion"
|
|
msgstr "Ruimtes verwijderen"
|
|
|
|
#: core/admin.py:226
|
|
msgid "Derived info"
|
|
msgstr ""
|
|
|
|
#: core/admin.py:237
|
|
msgid "Timestamps"
|
|
msgstr ""
|
|
|
|
#: core/admin.py:240
|
|
msgid "File preview"
|
|
msgstr ""
|
|
|
|
#: core/admin.py:300 core/admin.py:443
|
|
msgid "No owner"
|
|
msgstr "Geen eigenaar"
|
|
|
|
#: core/admin.py:303 core/admin.py:446
|
|
msgid "Multiple owners"
|
|
msgstr "Meerdere eigenaren"
|
|
|
|
#: core/admin.py:316
|
|
msgid "Resend notification to external service"
|
|
msgstr "Melding opnieuw verzenden naar externe dienst"
|
|
|
|
#: core/admin.py:339
|
|
#, python-format
|
|
msgid "Failed to notify for recording %(id)s"
|
|
msgstr "Melding voor opname %(id)s mislukt"
|
|
|
|
#: core/admin.py:347
|
|
#, python-format
|
|
msgid "Failed to notify for recording %(id)s: %(error)s"
|
|
msgstr "Melding voor opname %(id)s mislukt: %(error)s"
|
|
|
|
#: core/admin.py:355
|
|
#, python-format
|
|
msgid "Successfully sent notifications for %(count)s recording(s)."
|
|
msgstr "Meldingen succesvol verzonden voor %(count)s opname(n)."
|
|
|
|
#: core/admin.py:363
|
|
#, python-format
|
|
msgid "Skipped %(count)s expired recording(s)."
|
|
msgstr "%(count)s verlopen opname(n) overgeslagen."
|
|
|
|
#: core/admin.py:368
|
|
msgid "Mark selected recordings as 'Failed to Stop'"
|
|
msgstr "Geselecteerde opnames markeren als 'Mislukt bij stoppen'"
|
|
|
|
#: core/admin.py:386
|
|
#, python-format
|
|
msgid "%(count)s recording(s) successfully marked as 'Failed to Stop'."
|
|
msgstr "%(count)s opname(s) succesvol gemarkeerd als 'Mislukt bij stoppen'."
|
|
|
|
#: core/admin.py:394
|
|
#, fuzzy, python-format
|
|
#| msgid "Skipped %(count)s expired recording(s)."
|
|
msgid "Skipped %(count)s recording(s) with an ineligible status."
|
|
msgstr "%(count)s opname(s) met een niet-toegestane status overgeslagen."
|
|
|
|
#: core/admin.py:510
|
|
msgid "No scopes"
|
|
msgstr "Geen scopes"
|
|
|
|
#: core/admin.py:512
|
|
msgid "Scopes"
|
|
msgstr "Scopes"
|
|
|
|
#: core/api/filters.py:25
|
|
msgid "Creator is me"
|
|
msgstr "Maker ben ik"
|
|
|
|
#: core/api/serializers.py:89
|
|
msgid "You must be administrator or owner of a room to add accesses to it."
|
|
msgstr ""
|
|
"Je moet beheerder of eigenaar van een ruimte zijn om toegang toe te voegen."
|
|
|
|
#: core/api/serializers.py:534
|
|
msgid "This file extension is not allowed."
|
|
msgstr "Deze bestandsextensie is niet toegestaan."
|
|
|
|
#: core/api/viewsets.py:1222
|
|
msgid "You have reached the maximum number of files for this type."
|
|
msgstr "Het maximale aantal bestanden voor dit type is bereikt."
|
|
|
|
#: core/models.py:37
|
|
msgid "Member"
|
|
msgstr "Lid"
|
|
|
|
#: core/models.py:38
|
|
msgid "Administrator"
|
|
msgstr "Beheerder"
|
|
|
|
#: core/models.py:39
|
|
msgid "Owner"
|
|
msgstr "Eigenaar"
|
|
|
|
#: core/models.py:55
|
|
msgid "Initiated"
|
|
msgstr "Gestart"
|
|
|
|
#: core/models.py:56
|
|
msgid "Active"
|
|
msgstr "Actief"
|
|
|
|
#: core/models.py:57
|
|
msgid "Stopped"
|
|
msgstr "Gestopt"
|
|
|
|
#: core/models.py:58
|
|
msgid "Saved"
|
|
msgstr "Opgeslagen"
|
|
|
|
#: core/models.py:59
|
|
msgid "Aborted"
|
|
msgstr "Afgebroken"
|
|
|
|
#: core/models.py:60
|
|
msgid "Failed to Start"
|
|
msgstr "Starten mislukt"
|
|
|
|
#: core/models.py:61
|
|
msgid "Failed to Stop"
|
|
msgstr "Stoppen mislukt"
|
|
|
|
#: core/models.py:62
|
|
msgid "Notification succeeded"
|
|
msgstr "Notificatie geslaagd"
|
|
|
|
#: core/models.py:65
|
|
msgid "External process successful"
|
|
msgstr "Externe procedure succesvol"
|
|
|
|
#: core/models.py:67
|
|
msgid "External process failed"
|
|
msgstr "Het externe proces is mislukt."
|
|
|
|
#: core/models.py:96
|
|
msgid "SCREEN_RECORDING"
|
|
msgstr "SCHERM_OPNAME"
|
|
|
|
#: core/models.py:97
|
|
msgid "TRANSCRIPT"
|
|
msgstr "TRANSCRIPT"
|
|
|
|
#: core/models.py:103
|
|
msgid "Public Access"
|
|
msgstr "Openbare toegang"
|
|
|
|
#: core/models.py:104
|
|
msgid "Trusted Access"
|
|
msgstr "Vertrouwde toegang"
|
|
|
|
#: core/models.py:105
|
|
msgid "Restricted Access"
|
|
msgstr "Beperkte toegang"
|
|
|
|
#: core/models.py:117
|
|
msgid "id"
|
|
msgstr "id"
|
|
|
|
#: core/models.py:118
|
|
msgid "primary key for the record as UUID"
|
|
msgstr "primaire sleutel voor het record als UUID"
|
|
|
|
#: core/models.py:124
|
|
msgid "created on"
|
|
msgstr "aangemaakt op"
|
|
|
|
#: core/models.py:125
|
|
msgid "date and time at which a record was created"
|
|
msgstr "datum en tijd waarop een record werd aangemaakt"
|
|
|
|
#: core/models.py:130
|
|
msgid "updated on"
|
|
msgstr "bijgewerkt op"
|
|
|
|
#: core/models.py:131
|
|
msgid "date and time at which a record was last updated"
|
|
msgstr "datum en tijd waarop een record voor het laatst werd bijgewerkt"
|
|
|
|
#: core/models.py:151
|
|
msgid ""
|
|
"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/"
|
|
"_ characters."
|
|
msgstr ""
|
|
"Voer een geldige sub in. Deze waarde mag alleen letters, cijfers en @/./+/-/"
|
|
"_ tekens bevatten."
|
|
|
|
#: core/models.py:157
|
|
msgid "sub"
|
|
msgstr "sub"
|
|
|
|
#: core/models.py:159
|
|
msgid ""
|
|
"Optional for pending users; required upon account activation. 255 characters "
|
|
"or fewer. Letters, numbers, and @/./+/-/_ characters only."
|
|
msgstr ""
|
|
"Optioneel voor gebruikers in afwachting; vereist bij accountactivering. "
|
|
"Maximum 255 tekens. Alleen letters, cijfers en @/./+/-/_ toegestaan."
|
|
|
|
#: core/models.py:168
|
|
msgid "identity email address"
|
|
msgstr "identiteit e-mailadres"
|
|
|
|
#: core/models.py:173
|
|
msgid "admin email address"
|
|
msgstr "beheerder e-mailadres"
|
|
|
|
#: core/models.py:175
|
|
msgid "full name"
|
|
msgstr "volledige naam"
|
|
|
|
#: core/models.py:177
|
|
msgid "short name"
|
|
msgstr "korte naam"
|
|
|
|
#: core/models.py:183
|
|
msgid "language"
|
|
msgstr "taal"
|
|
|
|
#: core/models.py:184
|
|
msgid "The language in which the user wants to see the interface."
|
|
msgstr "De taal waarin de gebruiker de interface wil zien."
|
|
|
|
#: core/models.py:190
|
|
msgid "The timezone in which the user wants to see times."
|
|
msgstr "De tijdzone waarin de gebruiker tijden wil zien."
|
|
|
|
#: core/models.py:193
|
|
msgid "device"
|
|
msgstr "apparaat"
|
|
|
|
#: core/models.py:195
|
|
msgid "Whether the user is a device or a real user."
|
|
msgstr "Of de gebruiker een apparaat is of een echte gebruiker."
|
|
|
|
#: core/models.py:198
|
|
msgid "staff status"
|
|
msgstr "personeelsstatus"
|
|
|
|
#: core/models.py:200
|
|
msgid "Whether the user can log into this admin site."
|
|
msgstr "Of de gebruiker kan inloggen op deze beheersite."
|
|
|
|
#: core/models.py:203
|
|
msgid "active"
|
|
msgstr "actief"
|
|
|
|
#: core/models.py:206
|
|
msgid ""
|
|
"Whether this user should be treated as active. Unselect this instead of "
|
|
"deleting accounts."
|
|
msgstr ""
|
|
"Of deze gebruiker als actief moet worden behandeld. Deselecteer dit in "
|
|
"plaats van accounts te verwijderen."
|
|
|
|
#: core/models.py:219
|
|
msgid "user"
|
|
msgstr "gebruiker"
|
|
|
|
#: core/models.py:220
|
|
msgid "users"
|
|
msgstr "gebruikers"
|
|
|
|
#: core/models.py:286
|
|
msgid "Resource"
|
|
msgstr "Bron"
|
|
|
|
#: core/models.py:287
|
|
msgid "Resources"
|
|
msgstr "Bronnen"
|
|
|
|
#: core/models.py:345
|
|
msgid "Resource access"
|
|
msgstr "Brontoegang"
|
|
|
|
#: core/models.py:346
|
|
msgid "Resource accesses"
|
|
msgstr "Brontoegangsrechten"
|
|
|
|
#: core/models.py:352
|
|
msgid "Resource access with this User and Resource already exists."
|
|
msgstr "Brontoegang met deze gebruiker en bron bestaat al."
|
|
|
|
#: core/models.py:409
|
|
msgid "Visio room configuration"
|
|
msgstr "Visio-ruimteconfiguratie"
|
|
|
|
#: core/models.py:410
|
|
msgid "Values for Visio parameters to configure the room."
|
|
msgstr "Waarden voor Visio-parameters om de ruimte te configureren."
|
|
|
|
#: core/models.py:417
|
|
msgid "Room PIN code"
|
|
msgstr "Pincode van de kamer"
|
|
|
|
#: core/models.py:418
|
|
msgid "Unique n-digit code that identifies this room in telephony mode."
|
|
msgstr ""
|
|
"Unieke n-cijferige code die deze kamer identificeert in telefonie-modus."
|
|
|
|
#: core/models.py:424 core/models.py:578
|
|
msgid "Room"
|
|
msgstr "Ruimte"
|
|
|
|
#: core/models.py:425
|
|
msgid "Rooms"
|
|
msgstr "Ruimtes"
|
|
|
|
#: core/models.py:589
|
|
msgid "Worker ID"
|
|
msgstr "Worker ID"
|
|
|
|
#: core/models.py:591
|
|
msgid ""
|
|
"Enter an identifier for the worker recording.This ID is retained even when "
|
|
"the worker stops, allowing for easy tracking."
|
|
msgstr ""
|
|
"Voer een identificatie in voor de worker-opname. Deze ID blijft behouden, "
|
|
"zelfs wanneer de worker stopt, waardoor eenvoudige tracking mogelijk is."
|
|
|
|
#: core/models.py:599
|
|
msgid "Recording mode"
|
|
msgstr "Opnamemodus"
|
|
|
|
#: core/models.py:600
|
|
msgid "Defines the mode of recording being called."
|
|
msgstr "Definieert de modus van opname die wordt aangeroepen."
|
|
|
|
#: core/models.py:605 core/models.py:606
|
|
msgid "Recording options"
|
|
msgstr "Opnameopties"
|
|
|
|
#: core/models.py:613
|
|
msgid "External Process ID"
|
|
msgstr "Externe proces-ID"
|
|
|
|
#: core/models.py:614
|
|
msgid "ID of the external process associated with the recording."
|
|
msgstr "ID van het externe proces dat aan de opname is gekoppeld."
|
|
|
|
#: core/models.py:620
|
|
msgid "Recording"
|
|
msgstr "Opname"
|
|
|
|
#: core/models.py:621
|
|
msgid "Recordings"
|
|
msgstr "Opnames"
|
|
|
|
#: core/models.py:731
|
|
msgid "Recording/user relation"
|
|
msgstr "Opname/gebruiker-relatie"
|
|
|
|
#: core/models.py:732
|
|
msgid "Recording/user relations"
|
|
msgstr "Opname/gebruiker-relaties"
|
|
|
|
#: core/models.py:738
|
|
msgid "This user is already in this recording."
|
|
msgstr "Deze gebruiker is al in deze opname."
|
|
|
|
#: core/models.py:744
|
|
msgid "This team is already in this recording."
|
|
msgstr "Dit team is al in deze opname."
|
|
|
|
#: core/models.py:750
|
|
msgid "Either user or team must be set, not both."
|
|
msgstr "Ofwel gebruiker of team moet worden ingesteld, niet beide."
|
|
|
|
#: core/models.py:767
|
|
msgid "Create rooms"
|
|
msgstr "Ruimtes aanmaken"
|
|
|
|
#: core/models.py:768
|
|
msgid "List rooms"
|
|
msgstr "Ruimtes weergeven"
|
|
|
|
#: core/models.py:769
|
|
msgid "Retrieve room details"
|
|
msgstr "Details van een ruimte ophalen"
|
|
|
|
#: core/models.py:770
|
|
msgid "Update rooms"
|
|
msgstr "Ruimtes bijwerken"
|
|
|
|
#: core/models.py:771
|
|
msgid "Delete rooms"
|
|
msgstr "Ruimtes verwijderen"
|
|
|
|
#: core/models.py:784
|
|
msgid "Application name"
|
|
msgstr "Naam van de applicatie"
|
|
|
|
#: core/models.py:785
|
|
msgid "Descriptive name for this application."
|
|
msgstr "Beschrijvende naam voor deze applicatie."
|
|
|
|
#: core/models.py:795
|
|
msgid "Hashed on Save. Copy it now if this is a new secret."
|
|
msgstr ""
|
|
"Wordt gehasht bij het opslaan. Kopieer het nu als dit een nieuw geheim is."
|
|
|
|
#: core/models.py:806
|
|
msgid "Application"
|
|
msgstr "Applicatie"
|
|
|
|
#: core/models.py:807
|
|
msgid "Applications"
|
|
msgstr "Applicaties"
|
|
|
|
#: core/models.py:830
|
|
msgid "Enter a valid domain"
|
|
msgstr "Voer een geldig domein in"
|
|
|
|
#: core/models.py:833
|
|
msgid "Domain"
|
|
msgstr "Domein"
|
|
|
|
#: core/models.py:834
|
|
msgid "Email domain this application can act on behalf of."
|
|
msgstr "E-maildomein namens welke deze applicatie kan handelen."
|
|
|
|
#: core/models.py:846
|
|
msgid "Application domain"
|
|
msgstr "Applicatiedomein"
|
|
|
|
#: core/models.py:847
|
|
msgid "Application domains"
|
|
msgstr "Applicatiedomeinen"
|
|
|
|
#: core/models.py:865
|
|
msgid "Pending"
|
|
msgstr "In afwachting"
|
|
|
|
#: core/models.py:866
|
|
msgid "Analyzing"
|
|
msgstr ""
|
|
|
|
#: core/models.py:873
|
|
msgid "Ready"
|
|
msgstr "Klaar"
|
|
|
|
#: core/models.py:879
|
|
msgid "Background image"
|
|
msgstr "Achtergrondafbeelding"
|
|
|
|
#: core/models.py:891
|
|
msgid "title"
|
|
msgstr "Titel"
|
|
|
|
#: core/models.py:915
|
|
msgid "Malware detection info when the analysis status is unsafe."
|
|
msgstr "Informatie over malwaredetectie wanneer de analysestatus onveilig is."
|
|
|
|
#: core/models.py:920
|
|
msgid "File"
|
|
msgstr "Bestand"
|
|
|
|
#: core/models.py:921
|
|
msgid "Files"
|
|
msgstr "Bestanden"
|
|
|
|
#: core/models.py:1041
|
|
msgid "This file is already hard deleted."
|
|
msgstr "Dit bestand is al definitief verwijderd."
|
|
|
|
#: core/models.py:1051
|
|
#, fuzzy
|
|
#| msgid "To hard delete a file, it must first be soft deleted."
|
|
msgid "To hard delete a file, it must first be soft deleted."
|
|
msgstr ""
|
|
"Om een bestand definitief te verwijderen, moet het eerst zacht verwijderd "
|
|
"zijn."
|
|
|
|
#: core/recording/event/notification.py:123
|
|
msgid "Your recording is ready"
|
|
msgstr "Je opname is klaar"
|
|
|
|
#: core/recording/event/notification.py:194
|
|
msgid "Transcription"
|
|
msgstr "Transcriptie"
|
|
|
|
#: core/recording/event/notification.py:204
|
|
#, python-brace-format
|
|
msgid "Meeting \"{room}\" on {room_recording_date} at {room_recording_time}"
|
|
msgstr ""
|
|
"Vergadering \"{room}\" op {room_recording_date} om {room_recording_time}"
|
|
|
|
#: core/services/invitation.py:44
|
|
#, python-brace-format
|
|
msgid "Video call in progress: {sender.email} is waiting for you to connect"
|
|
msgstr "Video-oproep bezig: {sender.email} wacht op je verbinding"
|
|
|
|
#: core/templates/mail/html/invitation.html:159
|
|
#: core/templates/mail/html/screen_recording.html:159
|
|
#: core/templates/mail/text/invitation.txt:3
|
|
#: core/templates/mail/text/screen_recording.txt:3
|
|
msgid "Logo email"
|
|
msgstr "Logo e-mail"
|
|
|
|
#: core/templates/mail/html/invitation.html:189
|
|
#: core/templates/mail/text/invitation.txt:5
|
|
msgid "invites you to join an ongoing video call"
|
|
msgstr "nodigt je uit om deel te nemen aan een lopende video-oproep"
|
|
|
|
#: core/templates/mail/html/invitation.html:200
|
|
#: core/templates/mail/text/invitation.txt:7
|
|
msgid "JOIN THE CALL"
|
|
msgstr "NEEM DEEL AAN DE OPROEP"
|
|
|
|
#: core/templates/mail/html/invitation.html:227
|
|
#: core/templates/mail/text/invitation.txt:13
|
|
msgid ""
|
|
"If you can't click the button, copy and paste the URL into your browser to "
|
|
"join the call."
|
|
msgstr ""
|
|
"Als je niet op de knop kunt klikken, kopieer en plak dan de URL in je "
|
|
"browser om deel te nemen aan de oproep."
|
|
|
|
#: core/templates/mail/html/invitation.html:235
|
|
#: core/templates/mail/text/invitation.txt:15
|
|
msgid "Tips for a better experience:"
|
|
msgstr "Tips voor een betere ervaring:"
|
|
|
|
#: core/templates/mail/html/invitation.html:237
|
|
#: core/templates/mail/text/invitation.txt:17
|
|
msgid "Use Chrome or Firefox for better call quality"
|
|
msgstr "Gebruik Chrome of Firefox voor betere gesprekskwaliteit"
|
|
|
|
#: core/templates/mail/html/invitation.html:238
|
|
#: core/templates/mail/text/invitation.txt:18
|
|
msgid "Test your microphone and camera before joining"
|
|
msgstr "Test je microfoon en camera voordat je deelneemt"
|
|
|
|
#: core/templates/mail/html/invitation.html:239
|
|
#: core/templates/mail/text/invitation.txt:19
|
|
msgid "Make sure you have a stable internet connection"
|
|
msgstr "Zorg ervoor dat je een stabiele internetverbinding hebt"
|
|
|
|
#: core/templates/mail/html/invitation.html:248
|
|
#: core/templates/mail/html/screen_recording.html:245
|
|
#: core/templates/mail/text/invitation.txt:21
|
|
#: core/templates/mail/text/screen_recording.txt:23
|
|
#, python-format
|
|
msgid " Thank you for using %(brandname)s. "
|
|
msgstr " Bedankt voor het gebruik van %(brandname)s. "
|
|
|
|
#: core/templates/mail/html/screen_recording.html:188
|
|
#: core/templates/mail/text/screen_recording.txt:6
|
|
msgid "Your recording is ready!"
|
|
msgstr "Je opname is klaar!"
|
|
|
|
#: core/templates/mail/html/screen_recording.html:195
|
|
#: core/templates/mail/text/screen_recording.txt:8
|
|
#, python-format
|
|
msgid ""
|
|
" Your recording of \"%(room_name)s\" on %(recording_date)s at "
|
|
"%(recording_time)s is now ready to download. "
|
|
msgstr ""
|
|
" Je opname van \"%(room_name)s\" op %(recording_date)s om %(recording_time)s "
|
|
"is nu klaar om te downloaden. "
|
|
|
|
#: core/templates/mail/html/screen_recording.html:195
|
|
#: core/templates/mail/text/screen_recording.txt:8
|
|
#, python-format
|
|
msgid " The recording will expire in %(days)s days. "
|
|
msgstr " De opname verloopt over %(days)s dagen. "
|
|
|
|
#: core/templates/mail/html/screen_recording.html:200
|
|
#: core/templates/mail/text/screen_recording.txt:9
|
|
msgid ""
|
|
" Sharing the recording via link is not yet available. Only organizers can "
|
|
"download it. "
|
|
msgstr ""
|
|
"Het delen van de opname via een link is nog niet beschikbaar. Alleen "
|
|
"organisatoren kunnen deze downloaden."
|
|
|
|
#: core/templates/mail/html/screen_recording.html:206
|
|
#: core/templates/mail/text/screen_recording.txt:11
|
|
msgid "To keep this recording permanently:"
|
|
msgstr "Om deze opname permanent te bewaren:"
|
|
|
|
#: core/templates/mail/html/screen_recording.html:208
|
|
#, python-format
|
|
msgid "Click the \"<a href=\"%(link)s\">Open</a>\" link below "
|
|
msgstr "Klik op de \"<a href=\"%(link)s\">Openen</a>\"-link hieronder "
|
|
|
|
#: core/templates/mail/html/screen_recording.html:209
|
|
#: core/templates/mail/text/screen_recording.txt:14
|
|
msgid "Use the \"Download\" button in the interface "
|
|
msgstr "Gebruik de \"Download\"-knop in de interface "
|
|
|
|
#: core/templates/mail/html/screen_recording.html:210
|
|
#: core/templates/mail/text/screen_recording.txt:15
|
|
msgid "Save the file to your preferred location"
|
|
msgstr "Sla het bestand op naar je gewenste locatie"
|
|
|
|
#: core/templates/mail/html/screen_recording.html:221
|
|
#: core/templates/mail/text/screen_recording.txt:17
|
|
msgid "Open"
|
|
msgstr "Openen"
|
|
|
|
#: core/templates/mail/html/screen_recording.html:230
|
|
#: core/templates/mail/text/screen_recording.txt:19
|
|
#, python-format
|
|
msgid ""
|
|
" If you have any questions or need assistance, please contact our support "
|
|
"team at %(support_email)s. "
|
|
msgstr ""
|
|
" Als je vragen hebt of hulp nodig hebt, neem dan contact op met ons support "
|
|
"team via %(support_email)s. "
|
|
|
|
#: core/templates/mail/text/screen_recording.txt:13
|
|
#, fuzzy, python-format
|
|
#| msgid "Click the \"<a href=\"%(link)s\">Open</a>\" link below "
|
|
msgid "Click the \"Open [%(link)s]\" link below "
|
|
msgstr "Klik op de \"<a href=\"%(link)s\">Openen</a>\"-link hieronder "
|
|
|
|
#: meet/settings.py:228
|
|
msgid "English"
|
|
msgstr "Engels"
|
|
|
|
#: meet/settings.py:229
|
|
msgid "French"
|
|
msgstr "Frans"
|
|
|
|
#: meet/settings.py:230
|
|
msgid "Dutch"
|
|
msgstr "Nederlands"
|
|
|
|
#: meet/settings.py:231
|
|
msgid "German"
|
|
msgstr "Duits"
|
|
|
|
#: meet/settings.py:233
|
|
msgid "Spanish"
|
|
msgstr "Spaans"
|