Skip to content

Commit

Permalink
Merge pull request #3737 from sramazzina/3736
Browse files Browse the repository at this point in the history
fix #3736
  • Loading branch information
usbrandon committed Mar 20, 2024
2 parents 610ddaf + e263128 commit 631a442
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
#
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
Expand All @@ -24,33 +25,33 @@ GetSubFoldersMeta.CheckResult.NoInputOk=Not receiving any input from other trans
GetSubFoldersDialog.SettingsTab.TabTitle=Settings
GetSubFoldersDialog.DialogTitle=Get subfolder names
GetSubFoldersDialog.FolderField.Label=Accept foldername from field?
GetSubFoldersDialog.InclRownumField.Label=Rownum fieldname
GetSubFoldersDialog.InclRowNumberField.Label=Rownum fieldname
GetSubFolders.Exception.CouldnotFindField=We can not find Field {0} in the input stream\!
GetSubFoldersDialog.PreviewSize.DialogMessage=Enter the number of rows you would like to preview\:
GetSubFoldersDialog.InclRownum.Label=Include rownum in output?
GetSubFoldersDialog.InclRowNumber.Label=Include rownum in output?
GetSubFoldersDialog.Preview.Button=\ &Preview rows
GetSubFoldersDialog.Limit.Label=Limit
GetSubFoldersDialog.PreviewSize.DialogTitle=Enter preview size
GetSubFoldersDialog.InclRownum.Tooltip=Check this to add a field (Integer) containing the row number.
GetSubFoldersDialog.InclRowNumber.Tooltip=Check this to add a field (Integer) containing the row number.
GetSubFoldersDialog.ErrorInPreview.DialogMessage=Error while previewing data\!
GetSubFoldersDialog.FileField.Tooltip=Check this option if foldername is defined in a field\n created by a previous transform.
GetSubFoldersDialog.FoldernameAdd.Tooltip=Add this entry to the list of directories.
GetSubFoldersDialog.FolderNameAdd.Tooltip=Add this entry to the list of directories.
GetSubFolders.Log.ErrorFindingField=We can not find Field {0} in the input stream\!
GetSubFoldersDialog.FoldernameDelete.Button=&Delete
GetSubFoldersDialog.FolderNameDelete.Button=&Delete
GetSubFolders.Log.NoField=Please specify, field name that contain foldername\!
GetSubFoldersDialog.FileDirColumn.Column=Directory
GetSubFoldersDialog.Group.AdditionalGroup.Label=Additional fields
GetSubFoldersDialog.wlFilenameField.Label=Foldername field
GetSubFoldersMeta.CheckResult.ExpectedFilesOk=This transform is reading {0} folders.
GetSubFoldersDialog.FoldernameAdd.Button=&Add
GetSubFoldersDialog.FolderNameAdd.Button=&Add
GetSubFoldersDialog.FolderTab.TabTitle=Folder
GetSubFoldersDialog.wOriginFiles.Label=Foldernames from field
GetSubFolders.Log.NrLine=linenr {0}
GetSubFoldersDialog.FoldernameDelete.Tooltip=Delete the selected entries from the list of directories.
GetSubFoldersDialog.FolderNameDelete.Tooltip=Delete the selected entries from the list of directories.
GetSubFoldersDialog.FilenameEdit.Tooltip=Edit the selected folder and remove from the list.
GetSubFoldersMeta.CheckResult.NoInputError=This transform is not expecting nor reading any input
GetSubFoldersDialog.FilenameEdit.Button=&Edit
GetSubFoldersDialog.FoldernameList.Label=Selected directories
GetSubFoldersDialog.FolderNameList.Label=Selected directories
GetSubFoldersMeta.CheckResult.ExpectedFoldersError=No folders can be found to read.
GetSubFoldersDialog.Required.Column=Required?
GetSubFoldersDialog.Required.Tooltip=Is this folder required?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ GetSubFoldersMeta.CheckResult.InputOk=Questo transform sta ricevendo informazion
GetSubFoldersDialog.InclRowNumberField.Label=Nome campo con numero riga
GetSubFolders.Exception.CouldnotFindField=Impossibile trovare il campo {0} nell''input stream\!
GetSubFoldersMeta.CheckResult.InputErrorKo=Questo transform dovrebbe ricevere input dagli altri transforms\!
GetSubFoldersDialog.PreviewSize.DialogMessage=Inserisci il numero di righe per l''anteprima\:
GetSubFoldersDialog.PreviewSize.DialogMessage=Inserisci il numero di righe di anteprima\:
GetSubFoldersDialog.InclRowNumber.Label=Includere il numero riga in output?
GetSubFoldersDialog.Preview.Button=&Anteprima righe
GetSubFolders.Error.MissingFiles=Errore\: mancano {0}
GetSubFoldersDialog.Limit.Label=Limite
GetSubFoldersDialog.PreviewSize.DialogTitle=Numero di righe di anteprima
GetSubFoldersDialog.InclRowNumber.Tooltip=Seleziona qua per aggiungere un campo (intero) contenente il numero riga.
GetSubFoldersDialog.InclRowNumber.Tooltip=Seleziona per aggiungere un campo (intero) contenente il numero riga.
GetSubFoldersMeta.CheckResult.FolderFieldnameMissing=Manca il nome del campo con il nome cartella\!
GetSubFoldersDialog.ErrorInPreview.DialogMessage=Errore durante l''anteprima dei dati\!
GetSubFoldersDialog.FileField.Tooltip=Selezionare quest''opzione se il nome della cartella \u00E8 definito in un campo creato da un transform precedente.
Expand Down

0 comments on commit 631a442

Please sign in to comment.