Skip to content

Commit

Permalink
New translations OrchardCore.Media.pot (Dutch)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Aug 15, 2023
1 parent f9d3972 commit a68152a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Localization/nl/OrchardCore.Media.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Dutch\n"
"Language: nl_NL\n"
"PO-Revision-Date: 2023-07-18 16:07\n"
"PO-Revision-Date: 2023-08-15 19:36\n"

#. .Add(S["Content"], content => content
#: OrchardCore.Media\AdminMenu.cs:25
Expand Down Expand Up @@ -720,8 +720,8 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Index"
msgid "<strong>Nothing here!</strong> There are no media profiles for the moment."
msgstr "<strong>Niets hier!</strong> Er zijn momenteel geen media profielen."

#. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]');
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
#. selectedItems.text($(":checkbox[name='itemIds']:checked").length ' @T["selected"]');
#. selectedItems.text(selectedItemsCount ' @T["selected"]');
#: OrchardCore.Media\Views\MediaProfiles\Index.cshtml:135
#: OrchardCore.Media\Views\MediaProfiles\Index.cshtml:146
msgctxt "OrchardCore.Media.Views.MediaProfiles.Index"
Expand Down Expand Up @@ -1084,10 +1084,10 @@ msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
msgid " Large Thumbs"
msgstr " Grote miniaturen"

#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:40
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
msgstr ""

#. <input type="hidden" id="t-error" value="@T["This file exceeds the maximum upload size"]" />
Expand Down Expand Up @@ -1138,10 +1138,10 @@ msgctxt "OrchardCore.Media.Views.MediaField.Edit"
msgid " Large Thumbs"
msgstr " Grote miniaturen"

#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:37
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
msgstr ""

#. <h5 class="modal-title">@T["Select Media"]</h5>
Expand Down

0 comments on commit a68152a

Please sign in to comment.