Skip to content

Commit

Permalink
nl translation
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Jul 26, 2024
1 parent 30820d3 commit efe33ca
Show file tree
Hide file tree
Showing 13 changed files with 2,602 additions and 6,342 deletions.
2 changes: 1 addition & 1 deletion eme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ function eme_options_page() {
eme_options_radio_binary (__('Allow guest submit?','events-made-easy'), eme_get_field_name('eme_fs','guest_submit'), __ ( 'Check this option if you want guests also to be able to add new events.', 'events-made-easy' ), eme_get_field_value('eme_fs','guest_submit'));
eme_options_textarea ( __ ( 'Success Message','events-made-easy'), eme_get_field_name('eme_fs','success_message'), __ ( 'The message shown after successfully submitting a new event if the person submitting the event has no right to see the newly submitted event. This message can contain all event placeholders.','events-made-easy'),1,0, eme_get_field_value('eme_fs','success_message'));
eme_options_input_int( __( 'Redirect wait period', 'events-made-easy' ), eme_get_field_name('eme_fs','redirect_timeout'), __( 'Indicate in seconds how many seconds to wait before redirecting to the newly created event after showing the success message. If 0, the success message will not be shown and the redirect will happen immediately.', 'events-made-easy' ), 'text', eme_get_field_value('eme_fs','redirect_timeout') );
eme_options_radio_binary (__('Always show success page','events-made-easy'), eme_get_field_name('eme_fs','always_success_message'), __ ( 'Check this option if you want to always show the success page even if the person submitting the event has the right to see the newly submitted event.', 'events-made-easy' ), eme_get_field_value('eme_fs','always_success_message'));
eme_options_radio_binary (__('Always show success message','events-made-easy'), eme_get_field_name('eme_fs','always_success_message'), __ ( 'Check this option if you want to always show the success message even if the person submitting the event has the right to see the newly submitted event. This also means no redirection will happen.', 'events-made-easy' ), eme_get_field_value('eme_fs','always_success_message'));
eme_options_textarea ( __( 'Guests not allowed text', 'events-made-easy'), eme_get_field_name('eme_fs','guest_not_allowed_text'), __( 'The text shown to a guest when trying to submit a new event when they are not allowed to do so.','events-made-easy'),1, 0, eme_get_field_value('eme_fs','guest_not_allowed_text'));
eme_options_radio_binary (__('Redirect to login page','events-made-easy'), eme_get_field_name('eme_fs','redirect_to_login'), __ ( 'Check this option if you want to redirect to the login page if not logged in (or no have the "edit posts" capability) and not show the "Guests not allowed text"', 'events-made-easy' ), eme_get_field_value('eme_fs','redirect_to_login'));
eme_options_select (__('Submit new event capabilty','events-made-easy'), eme_get_field_name('eme_fs','cap_add_event'), eme_get_all_caps (), sprintf(__('Permission needed to submit a new event when guest submit is not allowed. Default: %s','events-made-easy'), eme_capNamesCB('edit_posts')), eme_get_field_value('eme_fs','cap_add_event') );
Expand Down
60 changes: 30 additions & 30 deletions langs/events-made-easy-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ msgstr "Ja, ich bin mir sicher"
msgid "I want to receive mails"
msgstr "Ich möchte Nachrichten erhalten"

#: eme-actions.php:449
#: eme-actions.php:453
msgid "This page corresponds to <strong>Events Made Easy</strong> events page. Its content will be overriden by <strong>Events Made Easy</strong>. If you want to display your content, you can can assign another page to <strong>Events Made Easy</strong> in the <a href='%s'>Settings</a>. "
msgstr "Diese Seite ist mit der Veranstaltungsseite von <strong>Events Made Easy</strong> verknüpft. Der Inhalt wird von <strong>Events Made Easy</strong> überschrieben. Wenn ihr Inhalt angezeigt werden soll, kannst Du für <strong>Events Made Easy</strong> eine andere Seite über die <a href='%s'>Einstellungen</a> zuordnen. "

#: eme-actions.php:473
#: eme-actions.php:477
msgid "<p>Hey, <strong>%s</strong>, welcome to <strong>Events Made Easy</strong>! We hope you like it around here.</p><p>Now it's time to insert events lists through <a href='%s' title='Widgets page'>widgets</a>, <a href='%s' title='Template tags documentation'>template tags</a> or <a href='%s' title='Shortcodes documentation'>shortcodes</a>.</p><p>By the way, have you taken a look at the <a href='%s' title='Change settings'>Settings page</a>? That's where you customize the way events and locations are displayed.</p><p>What? Tired of seeing this advice? I hear you, <a href=\"%6$s\" title=\"Don't show this advice again\">click here</a> and you won't see this again!</p>"
msgstr "<p>Hallo, <strong>%s</strong>, willkommen zu <strong>Events Made Easy</strong>! Wir hoffen, Dir gefällt es hier.</p><p>Es ist an der Zeit Veranstaltungslisten über <a href='%s' title='Widgets Seite'>Widgets</a>, <a href='%s' title='Template Tag Dokumentation'>template tags</a> oder <a href='%s' title='Shortcodes Dokumentation'>shortcodes</a> anzeigen zu lassen.</p><p>Übrigens, hast Du schon einen Blick auf die <a href='%s' title='Einstellungen ändern'>Einstellungsseite</a> geworfen? Dort hast Du die Möglichkeit, das Erscheinungsbild von Veranstaltungen und Veranstaltungsorten anzupassen.</p><p>Wie? Diese Ratschläge werden langsam langweilig? Verstanden, <a href='%6$s' title='Lass diesen Hinweis verschwinden!'>hier klicken</a> und Du wirst diese hier nicht wieder sehen!</p>"

#: eme-actions.php:484
#: eme-actions.php:488
msgid "If you find <strong>Events Made Easy</strong> useful to you, please consider making a small donation to help contribute to my time invested and to further development. Thanks for your kind support!"
msgstr "Wenn <strong>Events Made Easy</strong> nützlich für dich ist, erwäge bitte eine kleine Spende um die Zeit, die ich investiere zu würdigen und die Weiterentwicklung zu unterstützen. Danke für deine freundliche Unterstützung!"

Expand Down Expand Up @@ -1526,7 +1526,7 @@ msgstr "Fest pro Platz"
#: eme-formfields.php:5191
#: eme-formfields.php:5192
#: eme-formfields.php:5193
#: eme-fs.php:442
#: eme-fs.php:462
#: eme-gdpr.php:445
#: eme-gdpr.php:446
#: eme-gdpr.php:565
Expand Down Expand Up @@ -1557,7 +1557,7 @@ msgstr "Ja"
#: eme-formfields.php:5191
#: eme-formfields.php:5192
#: eme-formfields.php:5193
#: eme-fs.php:441
#: eme-fs.php:461
#: eme-gdpr.php:445
#: eme-gdpr.php:446
#: eme-gdpr.php:565
Expand Down Expand Up @@ -1662,7 +1662,7 @@ msgid "Edit Recurrence"
msgstr "Veranstaltungsserie bearbeiten"

#: eme-events.php:638
#: eme-fs.php:587
#: eme-fs.php:607
msgid "Database insert failed!"
msgstr "Eintrag in die Datenbank fehlgeschlagen!"

Expand Down Expand Up @@ -2163,7 +2163,7 @@ msgstr "Zusätzliche Filter ein-/ausblenden"

#: eme-events.php:5974
#: eme-events.php:6507
#: eme-fs.php:425
#: eme-fs.php:445
msgid "Event Status"
msgstr "Veranstaltungsstatus"

Expand Down Expand Up @@ -6028,7 +6028,7 @@ msgstr "Fehler beim Hochladen von Dateien aufgetreten"
msgid "No such record"
msgstr "Kein solcher Eintrag"

#: eme-fs.php:652
#: eme-fs.php:668
#: eme-gdpr.php:53
#: eme-gdpr.php:148
#: eme-gdpr.php:231
Expand All @@ -6043,7 +6043,7 @@ msgstr "Kein solcher Eintrag"
msgid "Bot detected. If you believe you've received this message in error please contact the site owner."
msgstr "Bot erkannt. Falls Du der Meinung bist, dass diese Nachricht fälschlicherweise angezeigt wird, kontaktiere bitte den Seitenbetreiber."

#: eme-fs.php:663
#: eme-fs.php:679
#: eme-gdpr.php:64
#: eme-gdpr.php:159
#: eme-gdpr.php:242
Expand Down Expand Up @@ -6158,7 +6158,7 @@ msgstr "EME benutzt optional Cookies um das Besucher Datum und die Zeit zu speic

#. Plugin Name of the plugin
#: events-manager.php
#: eme-actions.php:639
#: eme-actions.php:643
#: eme-gdpr.php:543
#: events-manager.php:338
msgid "Events Made Easy"
Expand Down Expand Up @@ -13788,15 +13788,15 @@ msgstr ""
msgid "If the number of spaces for a task is 0, the task description will be treated as a section header for the next set of tasks."
msgstr ""

#: eme-actions.php:481
#: eme-actions.php:485
msgid "Events Made Easy has been installed or upgraded"
msgstr ""

#: eme-actions.php:482
#: eme-actions.php:486
msgid "Please donate to the development of Events Made Easy"
msgstr ""

#: eme-actions.php:492
#: eme-actions.php:496
msgid "Dismiss"
msgstr ""

Expand Down Expand Up @@ -13824,7 +13824,7 @@ msgstr ""
msgid "The body of the mail sent to the contactperson just before a member is deleted."
msgstr ""

#: eme-actions.php:645
#: eme-actions.php:649
msgid "List of next 10 events"
msgstr ""

Expand Down Expand Up @@ -13864,10 +13864,6 @@ msgstr ""
msgid "Check this option if you want guests also to be able to add new events."
msgstr ""

#: eme-options.php:2867
msgid "Always show success page"
msgstr ""

#: eme-options.php:2868
msgid "Guests not allowed text"
msgstr ""
Expand Down Expand Up @@ -13909,36 +13905,36 @@ msgid "Check this option if you want to allow image upload in the frontend wysiw
msgstr ""

#: eme-fs.php:25
#: eme-fs.php:676
#: eme-fs.php:692
msgid "Sorry, but you're not allowed to submit new events."
msgstr ""

#: eme-fs.php:182
#: eme-fs.php:202
msgid "Create event"
msgstr ""

#: eme-fs.php:480
#: eme-fs.php:500
#: eme-options.php:574
msgid "New event succesfully created."
msgstr ""

#: eme-fs.php:496
#: eme-fs.php:516
msgid "Please enter a name for the event"
msgstr ""

#: eme-fs.php:500
#: eme-fs.php:520
msgid "Please enter an event description"
msgstr ""

#: eme-fs.php:503
#: eme-fs.php:523
msgid "Please enter a location description"
msgstr ""

#: eme-fs.php:506
#: eme-fs.php:526
msgid "Enter the event's start date"
msgstr ""

#: eme-fs.php:537
#: eme-fs.php:557
msgid "The end date/time must occur <strong>after</strong> the start date/time"
msgstr ""

Expand All @@ -13962,10 +13958,6 @@ msgstr ""
msgid "Indicate in seconds how many seconds to wait before redirecting to the newly created event after showing the success message. If 0, the success message will not be shown and the redirect will happen immediately."
msgstr ""

#: eme-options.php:2867
msgid "Check this option if you want to always show the success page even if the person submitting the event has the right to see the newly submitted event."
msgstr ""

#: eme-options.php:2871
msgid "Use Google reCAPTCHA?"
msgstr ""
Expand Down Expand Up @@ -14009,3 +14001,11 @@ msgstr ""
#: eme-options.php:2878
msgid "The default form format for submitting a new event."
msgstr ""

#: eme-options.php:2867
msgid "Always show success message"
msgstr ""

#: eme-options.php:2867
msgid "Check this option if you want to always show the success message even if the person submitting the event has the right to see the newly submitted event. This also means no redirection will happen."
msgstr ""
60 changes: 30 additions & 30 deletions langs/events-made-easy-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ msgstr "Oui, je suis sûr"
msgid "I want to receive mails"
msgstr "Je veux recevoir des e-mails"

#: eme-actions.php:449
#: eme-actions.php:453
msgid "This page corresponds to <strong>Events Made Easy</strong> events page. Its content will be overriden by <strong>Events Made Easy</strong>. If you want to display your content, you can can assign another page to <strong>Events Made Easy</strong> in the <a href='%s'>Settings</a>. "
msgstr "Cette page correspond à la page des évènements <strong>Events Made Easy</strong>. Son contenu sera précisé par<strong>Events Made Easy</strong>. Si vous souhaitez afficher votre contenu, vous pouvez affecter une autre page à <strong>Events Made Easy</strong> dans les <a href='%s'>Réglages</a>. "

#: eme-actions.php:473
#: eme-actions.php:477
msgid "<p>Hey, <strong>%s</strong>, welcome to <strong>Events Made Easy</strong>! We hope you like it around here.</p><p>Now it's time to insert events lists through <a href='%s' title='Widgets page'>widgets</a>, <a href='%s' title='Template tags documentation'>template tags</a> or <a href='%s' title='Shortcodes documentation'>shortcodes</a>.</p><p>By the way, have you taken a look at the <a href='%s' title='Change settings'>Settings page</a>? That's where you customize the way events and locations are displayed.</p><p>What? Tired of seeing this advice? I hear you, <a href=\"%6$s\" title=\"Don't show this advice again\">click here</a> and you won't see this again!</p>"
msgstr "<p>Hey, <strong>%s</strong>, Bienvenue à <strong>Events Made Easy</strong>! Nous espérons que vous l'aimerez ici.</p><p>Maintenant il est temps d’insérer des listes d’évènements à travers<a href='%s' title=' Page des widgets'>widgets</a>, <a href='%s' title='Documentation sur les marqueurs de modèles'>marqueurs de modèle</a> ou <a href='%s' title='Documentation des codes courts'>codes courts</a>.</p><p>Au fait, avez-vous jeté un coup d’œil aux <a href='%s' title='Changer les paramètres'> Pages des paramètres</a> ? C'est là que vous personnalisez la manière dont les évènements et les emplacements sont affichés.</p><p>Quoi ? Fatigué de voir ce conseil ? Je vous entends, <a href=\"%s\" title=\"Ne plus afficher ce conseil\">cliquez ici</a> et vous ne le verrez plus !</p>"

#: eme-actions.php:484
#: eme-actions.php:488
msgid "If you find <strong>Events Made Easy</strong> useful to you, please consider making a small donation to help contribute to my time invested and to further development. Thanks for your kind support!"
msgstr "Si vous trouvez qu’<strong>Events Made Easy</strong> vous est utile, envisagez de faire un petit don pour contribuer au temps investi et aux développements ultérieurs. Merci de votre soutien !"

Expand Down Expand Up @@ -1525,7 +1525,7 @@ msgstr "Fixe par siège"
#: eme-formfields.php:5191
#: eme-formfields.php:5192
#: eme-formfields.php:5193
#: eme-fs.php:442
#: eme-fs.php:462
#: eme-gdpr.php:445
#: eme-gdpr.php:446
#: eme-gdpr.php:565
Expand Down Expand Up @@ -1556,7 +1556,7 @@ msgstr "Oui"
#: eme-formfields.php:5191
#: eme-formfields.php:5192
#: eme-formfields.php:5193
#: eme-fs.php:441
#: eme-fs.php:461
#: eme-gdpr.php:445
#: eme-gdpr.php:446
#: eme-gdpr.php:565
Expand Down Expand Up @@ -1661,7 +1661,7 @@ msgid "Edit Recurrence"
msgstr "Modifier la périodicité"

#: eme-events.php:638
#: eme-fs.php:587
#: eme-fs.php:607
msgid "Database insert failed!"
msgstr "L'insertion dans la base de données a échoué !"

Expand Down Expand Up @@ -2161,7 +2161,7 @@ msgstr "Afficher/masquer les filtres supplémentaires"

#: eme-events.php:5974
#: eme-events.php:6507
#: eme-fs.php:425
#: eme-fs.php:445
msgid "Event Status"
msgstr "Satus événement"

Expand Down Expand Up @@ -6018,7 +6018,7 @@ msgstr "Erreurs rencontrées lors du téléversement des fichiers"
msgid "No such record"
msgstr "Aucun enregistrement"

#: eme-fs.php:652
#: eme-fs.php:668
#: eme-gdpr.php:53
#: eme-gdpr.php:148
#: eme-gdpr.php:231
Expand All @@ -6033,7 +6033,7 @@ msgstr "Aucun enregistrement"
msgid "Bot detected. If you believe you've received this message in error please contact the site owner."
msgstr "Robot détecté Si vous pensez avoir reçu ce message par erreur, veuillez contacter le propriétaire du site."

#: eme-fs.php:663
#: eme-fs.php:679
#: eme-gdpr.php:64
#: eme-gdpr.php:159
#: eme-gdpr.php:242
Expand Down Expand Up @@ -6148,7 +6148,7 @@ msgstr "EME utilise éventuellement un cookie pour stocker la date et l'heure du

#. Plugin Name of the plugin
#: events-manager.php
#: eme-actions.php:639
#: eme-actions.php:643
#: eme-gdpr.php:543
#: events-manager.php:338
msgid "Events Made Easy"
Expand Down Expand Up @@ -13759,15 +13759,15 @@ msgstr "À partir de %s (extension automatique)"
msgid "If the number of spaces for a task is 0, the task description will be treated as a section header for the next set of tasks."
msgstr "Si le nombre de places pour une tâche est de 0, la description de la tâche sera traitée comme un en-tête de section pour la prochaine série de tâches."

#: eme-actions.php:481
#: eme-actions.php:485
msgid "Events Made Easy has been installed or upgraded"
msgstr "Events Made Easy a été installé ou mis à jour"

#: eme-actions.php:482
#: eme-actions.php:486
msgid "Please donate to the development of Events Made Easy"
msgstr "Faites un don pour le développement d’Events Made Easy"

#: eme-actions.php:492
#: eme-actions.php:496
msgid "Dismiss"
msgstr "Rejeter"

Expand Down Expand Up @@ -13795,7 +13795,7 @@ msgstr "Corps de l’e-mail à la personne de contact d’un membre effacé"
msgid "The body of the mail sent to the contactperson just before a member is deleted."
msgstr "Le corps de l’e-mail envoyé à la personne de contact juste avant la suppression d'un membre."

#: eme-actions.php:645
#: eme-actions.php:649
msgid "List of next 10 events"
msgstr ""

Expand Down Expand Up @@ -13835,10 +13835,6 @@ msgstr ""
msgid "Check this option if you want guests also to be able to add new events."
msgstr ""

#: eme-options.php:2867
msgid "Always show success page"
msgstr ""

#: eme-options.php:2868
msgid "Guests not allowed text"
msgstr ""
Expand Down Expand Up @@ -13880,36 +13876,36 @@ msgid "Check this option if you want to allow image upload in the frontend wysiw
msgstr ""

#: eme-fs.php:25
#: eme-fs.php:676
#: eme-fs.php:692
msgid "Sorry, but you're not allowed to submit new events."
msgstr ""

#: eme-fs.php:182
#: eme-fs.php:202
msgid "Create event"
msgstr ""

#: eme-fs.php:480
#: eme-fs.php:500
#: eme-options.php:574
msgid "New event succesfully created."
msgstr ""

#: eme-fs.php:496
#: eme-fs.php:516
msgid "Please enter a name for the event"
msgstr ""

#: eme-fs.php:500
#: eme-fs.php:520
msgid "Please enter an event description"
msgstr ""

#: eme-fs.php:503
#: eme-fs.php:523
msgid "Please enter a location description"
msgstr ""

#: eme-fs.php:506
#: eme-fs.php:526
msgid "Enter the event's start date"
msgstr ""

#: eme-fs.php:537
#: eme-fs.php:557
msgid "The end date/time must occur <strong>after</strong> the start date/time"
msgstr ""

Expand All @@ -13933,10 +13929,6 @@ msgstr ""
msgid "Indicate in seconds how many seconds to wait before redirecting to the newly created event after showing the success message. If 0, the success message will not be shown and the redirect will happen immediately."
msgstr ""

#: eme-options.php:2867
msgid "Check this option if you want to always show the success page even if the person submitting the event has the right to see the newly submitted event."
msgstr ""

#: eme-options.php:2871
msgid "Use Google reCAPTCHA?"
msgstr ""
Expand Down Expand Up @@ -13980,3 +13972,11 @@ msgstr ""
#: eme-options.php:2878
msgid "The default form format for submitting a new event."
msgstr ""

#: eme-options.php:2867
msgid "Always show success message"
msgstr ""

#: eme-options.php:2867
msgid "Check this option if you want to always show the success message even if the person submitting the event has the right to see the newly submitted event. This also means no redirection will happen."
msgstr ""
2 changes: 1 addition & 1 deletion langs/events-made-easy-nl_BE.l10n.php

Large diffs are not rendered by default.

Binary file modified langs/events-made-easy-nl_BE.mo
Binary file not shown.
Loading

0 comments on commit efe33ca

Please sign in to comment.