Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SELENIUM] fix some dialog names to make the tests work #3031

Merged
merged 1 commit into from
Jun 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

ParquetOutput.Name=Parquet File Output
ParquetOutput.Name=Parquet File Output
ParquetOutput.Description=Writes rows of data to a Parquet file
ParquetOutputDialog.TransformName.Label=Transform name
ParquetOutputDialog.FilenameGroup.Label=Filename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

CubeInput.Name=De-serialize from file
CubeInput.Description=Read rows of data from a data cube.
CubeInput.Log.LineNumber=linenr
CubeInput.Log.UnableToReadMetadata=INIT: Unable to read metadata from cube file:
CubeInput.Log.ErrorReadingFromDataCube=Error reading from data cube :
CubeInput.Log.ErrorClosingCube=Error closing cube input file:
CubeInput.Log.LineNumber=linenr
CubeInput.Log.UnableToReadMetadata=INIT: Unable to read metadata from cube file:
CubeInput.Log.ErrorReadingFromDataCube=Error reading from data cube :
CubeInput.Log.ErrorClosingCube=Error closing cube input file:
CubeInputDialog.AddResult.Label=Add filename to result
CubeInputDialog.AddResult.Tooltip=Add filename to result filenames
CubeInputDialog.Shell.Title=De-serialize from file
CubeInputDialog.TransformName.Label=Transform name
CubeInputDialog.Filename.Label=Filename
CubeInputDialog.Shell.Title=De-serialize from file
CubeInputDialog.TransformName.Label=Transform name
CubeInputDialog.Filename.Label=Filename
CubeInputDialog.FilenameButton.Label=&Browse...
CubeInputDialog.Limit.Label=Limit size
CubeInputDialog.Limit.Label=Limit size
CubeInputDialog.FilterNames.CubeFiles=Cube files
CubeInputDialog.FilterNames.AllFiles=All files
CubeInputMeta.Exception.UnableToLoadTransformMeta=Unable to load transform info from XML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TextFileInputDialog.ContentTab.TabTitle=Content
XMLInputStreamDialog.IncludeXmlElementLevel.Label=XML element level in output?
TextFileInputDialog.FileTab.TabTitle=File
XMLInputStreamDialog.IncludeXmlDataName.Label=XML data name in output?
XMLInputStreamDialog.IncludeFilename.Label=Include filename in output?
XMLInputStreamDialog.IncludeFilename.Label=Include filename in output?
XMLInputStreamDialog.IncludeXmlParentElementID.Label=XML parent element ID in output?
XMLInputStreamDialog.Encoding.Label=Encoding
XMLInputStreamDialog.AddResult.Label=Add filename to result?
Expand All @@ -38,7 +38,7 @@ XMLInputStreamDialog.IncludeXmlDataTypeDescription.Label=XML data type (descript
XMLInputStream.Log.LineNumber=Line number \: {0}
XMLInputStreamDialog.Fieldname.Label=Fieldname
TextFileInputDialog.AdditionalFieldsTab.TabTitle=Additional fields
XMLInputStreamDialog.TransformName.Label=Transform name
XMLInputStreamDialog.TransformName.Label=Transform name
XMLInputStreamDialog.EnableTrim.Label=Trim strings?
XMLInputStreamDialog.EnableNamespaces.Label=Add Namespace information?
XMLInputStreamDialog.EnableNamespaces.Tooltip="Adding NAMESPACE information to the data stream. This will be a little bit slower."
Expand All @@ -47,9 +47,9 @@ XMLInputStreamDialog.IncludeXmlPath.Label=XML path in output?
XMLInputStreamDialog.IncludeXmlDataValue.Label=XML data value in output?
XMLInputStreamDialog.IncludeXmlLocationLine.Label=XML location line in output?
XMLInputStreamDialog.AddResult.Tooltip=Add the filename to the list of result filenames.
XMLInputStreamDialog.Shell.Text=XML input stream (StAX)
XMLInputStreamDialog.IncludeRowNumber.Label=Row number in output?
XMLInputStreamDialog.IncludeXmlDataTypeNumeric.Label=XML data type (numeric) in output?
XMLInputStreamDialog.Shell.Text=XML input stream (StAX)
XMLInputStreamDialog.IncludeRowNumber.Label=Row number in output?
XMLInputStreamDialog.IncludeXmlDataTypeNumeric.Label=XML data type (numeric) in output?
XMLInputStreamDialog.RowsToSkip.Label=Skip (Elements/Attributes)
XMLInputStream.FilenameFieldNotFound=Field name [{0}] not found in incoming row
XMLInputStream.NoIncomingRowsFound=Incoming rows were expected, but none found
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

YamlInput.Name=YAML input
YamlInput.Name=YAML input
YamlInput.Description=Read YAML source (file or stream) parse them and convert them to rows and writes these to one or more output.
YamlInputDialog.InclFilename.Label=Include filename in output?
YamlInputDialog.NumberRows.DialogTitle=Enter preview size
Expand Down