Compare commits
1 Commits
release/6.
...
release/5.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efa93e6395 |
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,7 +0,0 @@
|
||||
*.class
|
||||
bin/
|
||||
target/
|
||||
class/
|
||||
classes/
|
||||
dist/
|
||||
.settings/
|
||||
47
README.md
47
README.md
@@ -1,47 +0,0 @@
|
||||
# Talend Common Repository
|
||||
http://www.talend.com
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## Contents
|
||||
|
||||
This repository contains the source files that are common across all Talend Open Studio products. These files must be used together with one or more of the following: [tdi-studio-se](https://github.com/Talend/tdi-studio-se), [tdq-studio-se](https://github.com/Talend/tdq-studio-se), [tmdm-studio-se](https://github.com/Talend/tmdm-studio-se), [tesb-studio-se](https://github.com/Talend/tesb-studio-se) or [tbd-studio-se](https://github.com/Talend/tbd-studio-se).
|
||||
|
||||
|
||||
## Repository Structure
|
||||
All Talend Studio repositories follow the same file structure:
|
||||
```
|
||||
|
||||
|_ main Main Eclipse plugins and features
|
||||
|_ features
|
||||
|_ plugins
|
||||
|_ test Eclipse plugins and features for unit tests.
|
||||
|_ features
|
||||
|_ plugins
|
||||
|_ i18n Internationalization plugins and features.
|
||||
|_ features
|
||||
|_ plugins
|
||||
```
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
You can ask for help on our [Forum](http://www.talend.com/services/global-technical-support).
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
We welcome contributions of all kinds from anyone.
|
||||
|
||||
Using the bug tracker [Talend bugtracker](http://jira.talendforge.org/) is the best channel for bug reports, feature requests and submitting pull requests.
|
||||
|
||||
Feel free to share your Talend components on [Talend Exchange](http://www.talendforge.org/exchange).
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2006-2015 Talend
|
||||
|
||||
Licensed under the Apache V2 License
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.babel.all.tos.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -1,51 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.babel.all.tos.feature"
|
||||
label="Babel feature with all languages for TOS"
|
||||
version="6.0.0.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_de"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_es"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_fr"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_it"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_ja"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_pt_BR"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_ru"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.babel.nls_eclipse_zh"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>org.talend.babel.all.tos.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.common.ui.runtime.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.common.ui.runtime
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.common.ui.runtime.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,131 +0,0 @@
|
||||
AccessorUtils.Assert0=The 'BeanPropertyAccessors' of the column (with title '{0}' and id '{1}') is not configured correctly. {2} is required for bean <B>
|
||||
AccessorUtils.Assert1=The 'BeanPropertyAccessors' of the column (with title '{0}' and id '{1}') is not configured correctly or the value set has not the correct type.
|
||||
AccessorUtils.NoClassDef=NoClassDefFoundError ({0})\:{1}
|
||||
AccessorUtils.isReq=\ is required for the bean (<B>).
|
||||
AccessorUtils.isReqValue=\ is required for the value (<V>), but the value could be adapted with CellEditorValueAdapter.
|
||||
AddPushButton.AddButton.Tip=Add
|
||||
AddAllPushButton.AddAllButton.Tip=Add All
|
||||
CellEditorDialogBehavior.textContent=...
|
||||
CellEditorValueAdapterFactory.valueNotStringType=Bean value should be a class of String type \!
|
||||
ColorStyledText.RedoItem.Text=Redo
|
||||
ColorStyledText.UndoItem.Text=Undo
|
||||
ColorStyledText.CopyItem.Text=Copy
|
||||
ColorStyledText.PasteItem.Text=Paste
|
||||
ColorStyledText.SelectAllItem.Text=Select All
|
||||
ContentProposalAdapterExtended.close=close
|
||||
ContentProposalAdapterExtended.closeFocusout=close focusout
|
||||
ControlUtils.Unsupported1=This control ({0}) is not supported, add case if you want...
|
||||
CopyPushButton.CopyButton.Tip=Copy selected items
|
||||
Curve2D.MaxNum.Be0=maximumSegements must positive or 0
|
||||
Curve2D.MinNum.Be0=minimumSegements must positive or 0
|
||||
DateDialog.textContent=Select Date & Time
|
||||
DefaultCellModifier.tableItemDispose=TableItem disposed
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=Error Message
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=Column can not be empty
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=The input '{0}' is not valid, will use the original value '{1}' instead of it.
|
||||
ErrorDialogWithContinue.setParameter=Set parameters and continue
|
||||
EventUtil.activate=activate
|
||||
EventUtil.arm=arm
|
||||
EventUtil.close=close
|
||||
EventUtil.collapse=collapse
|
||||
EventUtil.deactivate=deactivate
|
||||
EventUtil.defaultSelection=default selection
|
||||
EventUtil.deiconify=deiconify
|
||||
EventUtil.detailNull=null
|
||||
EventUtil.dispose=dispose
|
||||
EventUtil.dragDetect=drag detect
|
||||
EventUtil.expand=expand
|
||||
EventUtil.focusIn=focus in
|
||||
EventUtil.focusOut=focus out
|
||||
EventUtil.hardKeyDown=hard key down
|
||||
EventUtil.hardKeyUp=hard key up
|
||||
EventUtil.help=help
|
||||
EventUtil.hide=hide
|
||||
EventUtil.iconify=iconify
|
||||
EventUtil.keyDown=key down
|
||||
EventUtil.keyUp=key up
|
||||
EventUtil.menuDetect=menu detect
|
||||
EventUtil.modify=modify
|
||||
EventUtil.mouseDoubleClick=mouse double click
|
||||
EventUtil.mouseDown=mouse down
|
||||
EventUtil.mouseEnter=mouse enter
|
||||
EventUtil.mouseExit=mouse exit
|
||||
EventUtil.mouseHover=mouse hover
|
||||
EventUtil.mouseMove=mouse move
|
||||
EventUtil.mouseUp=mouse up
|
||||
EventUtil.move=move
|
||||
EventUtil.paint=paint
|
||||
EventUtil.resize=resize
|
||||
EventUtil.selectedEqual=SELECTED=
|
||||
EventUtil.selection=selection
|
||||
EventUtil.show=show
|
||||
EventUtil.traverse=traverse
|
||||
EventUtil.typeNull=null
|
||||
EventUtil.UnknowDetail=unkown ??? value of event detail \:
|
||||
EventUtil.UnknowType=unkown ??? value of event type \:
|
||||
EventUtil.verify=verify
|
||||
ExceptionHandler.Parameter.BeNull=ex param cannot be null
|
||||
ExceptionMessageDialog.Cancel=Cancel
|
||||
ExceptionMessageDialog.log=log
|
||||
ExceptionMessageDialog.No=No
|
||||
ExceptionMessageDialog.OK=OK
|
||||
ExceptionMessageDialog.Yes=Yes
|
||||
ExportPushButton.ExportButton.Tip=Export all rows into XML file
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=Error occurred
|
||||
ExtendedTableAddCommand.Add.Label=Add one or more table entries
|
||||
ExtendedTableCopyCommand.Copy.Label=Copy one or more table entries in the internal clipboard
|
||||
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable object must be set before use this method
|
||||
ExtendedTableMoveCommand.MoveLabel=Move up or down, one or more table entries
|
||||
ExtendedTablePasteCommand.Paste.Label=Paste data from the internal clipoard
|
||||
ExtendedTableRemoveCommand.Romve.Label=Remove table entries
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Reset all DB Types to get the defaults
|
||||
ImportPushButton.ImportButton.Tip=Replace all rows by import from xml file
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=Error occurred
|
||||
LabelledFileField.BrowseButton.Text=Browse...
|
||||
LabelledFileField.FileDialog.Text=Select a
|
||||
Mode.Mode.ToString=Mode [{0}]
|
||||
ModeReader.IgnoreElement=Ignore unknown element
|
||||
ModelSelectionDialog.Title=Edit parameter using repository
|
||||
ModifyBeanValueCommand.ModifyCell.Label=Modify cell value
|
||||
MoveDownPushButton.MoveDownTip=Move down selected items
|
||||
MoveUpPushButton.MoveUpButton.Tip=Move up selected items
|
||||
PastePushButton.PasteButton.Label=Paste
|
||||
ProposalUtils.CellProposal.Error=Proposal of this type of CellEditor is unsupported \:
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=Proposal for this type of Control is unsupported \:
|
||||
RemovePushButton.RemoveButton.Tip=Remove selected items
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=Reset DB Types
|
||||
Rule.rule=Rule [{0}]
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=Save as generic schema
|
||||
SelectContextVariablesPushButton.Label=Select context variables
|
||||
SWTCalendarWithTime.contentEvening=Evening
|
||||
SWTCalendarWithTime.contentHr=Hr:
|
||||
SWTCalendarWithTime.contentMin=Min:
|
||||
SWTCalendarWithTime.contentMorning=Morning
|
||||
SWTCalendarWithTime.contentNoon=Noon
|
||||
SWTCalendarWithTime.contentNow=Now
|
||||
SWTCalendarWithTime.contnetSec=Sec:
|
||||
TableViewerCreator.CallMethod.ErrorMsg=You can call this method only if you have already called createTable()
|
||||
TableViewerCreator.CellModifier.ExError=The current CellModifier does'nt support this operation. \n Use '{0}' or a class which extends it to use this feature
|
||||
TableViewerCreator.columnNoIBeanProperty=The column '{0}' ('{1}') has a CellEditor set but does'nt have a IBeanPropertyAccessors \!
|
||||
TableViewerCreator.columnNullId=Column '{0}' has null id \!
|
||||
TableViewerCreator.IdProperty.AssertMsg=You must change the idProperty of one of your column, the idProperty must be unique for each column for one Table.
|
||||
TableViewerCreator.Table.BeNull=table is null
|
||||
TableViewerCreator.TableColumn.AssertMsg=The TableColumn of TableEditorColumn with idProperty '{0}' has not the correct Table parent
|
||||
TreeToTablesLinker.Type.Unsupported=This type of currentControl is unsupported
|
||||
commons.error=Error
|
||||
exception.errorOccured=An error occured ({0}).\nSee log for more details.
|
||||
ModelSelectionDialog.Message=Please choose one option, or cancel.
|
||||
ModelSelectionDialog.Option=option
|
||||
ModelSelectionDialog.BuiltIn=Change to built-in property.
|
||||
ModelSelectionDialog.ViewSchema=View schema (read only).
|
||||
ModelSelectionDialog.newViewSchema=View schema
|
||||
ModelSelectionDialog.ViewQuery=View query (read only).
|
||||
ModelSelectionDialog.Update=Update repository connection.
|
||||
FileStep2.previewFailure=Preview error. Some settings must be changed.\nNote\: Preview errors are generally due to a wrong encoding setting.
|
||||
GlobalServiceRegister.ServiceNotRegistered=The service {0} has not been registered.
|
||||
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.title=The xml can't parse.
|
||||
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=The xml can't parse in this format.
|
||||
SSLConfirmDialog.KeyStore=please input keyStore
|
||||
SSLConfirmDialog.TrustStore=please input trustStore
|
||||
SSLConfirmDialog.Password=please input password
|
||||
@@ -1,126 +0,0 @@
|
||||
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2} \u306Fbean <B>\u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):{1}
|
||||
AccessorUtils.isReq=\u306Fbean (<B>) \u3067\u8981\u6C42\u3055\u308C\u307E\u3059\u3002
|
||||
AccessorUtils.isReqValue=\u306F\u5024 (<V>) \u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u305D\u306E\u5024\u306FCellEditorValueAdapter\u3067\u9069\u5FDC\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
|
||||
AddPushButton.AddButton.Tip=\u8FFD\u52A0
|
||||
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8ffd\u52a0
|
||||
CellEditorDialogBehavior.textContent=...
|
||||
CellEditorValueAdapterFactory.valueNotStringType=Bean\u306E\u5024\u306FString\u578B\u306E\u30AF\u30E9\u30B9\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3057
|
||||
ColorStyledText.UndoItem.Text=\u5143\u306B\u623B\u3059
|
||||
ColorStyledText.CopyItem.Text=\u30B3\u30D4\u30FC
|
||||
ColorStyledText.PasteItem.Text=\u8CBC\u308A\u4ED8\u3051
|
||||
ColorStyledText.SelectAllItem.Text=\u3059\u3079\u3066\u9078\u629E
|
||||
ContentProposalAdapterExtended.close=\u30AF\u30ED\u30FC\u30BA
|
||||
ContentProposalAdapterExtended.closeFocusout=Focusout\u3092\u9589\u3058\u308B
|
||||
ControlUtils.Unsupported1=\u3053\u306E\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB({0}) \u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3001\u5FC5\u8981\u3067\u3042\u308C\u3070\u30B1\u30FC\u30B9\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044...
|
||||
CopyPushButton.CopyButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u30B3\u30D4\u30FC
|
||||
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
|
||||
Curve2D.MinNum.Be0=\u6700\u5C0F\u30BB\u30B0\u30E1\u30F3\u30C8\u306F\u6B63\u306E\u6570\u304B0\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093
|
||||
DateDialog.textContent=\u65E5\u4ED8\u3068\u6642\u9593\u306E\u9078\u629E
|
||||
DefaultCellModifier.tableItemDispose=\u7834\u68C4\u3055\u308C\u305F\u30C6\u30FC\u30D6\u30EB\u9805\u76EE
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=\u30AB\u30E9\u30E0\u306F\u7A7A\u767D\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=\u5165\u529B'{0}'\u306F\u4E0D\u6B63\u3067\u3059\u3002\u30AA\u30EA\u30B8\u30CA\u30EB\u5024'{1}'\u304C\u4EE3\u7528\u3055\u308C\u307E\u3059\u3002
|
||||
ErrorDialogWithContinue.setParameter=\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u8A2D\u5B9A\u3057\u3066\u7D99\u7D9A
|
||||
EventUtil.activate=\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
|
||||
EventUtil.arm=\u906E\u65AD
|
||||
EventUtil.close=\u30AF\u30ED\u30FC\u30BA
|
||||
EventUtil.collapse=\u6298\u308A\u305F\u305F\u3080
|
||||
EventUtil.deactivate=\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
|
||||
EventUtil.defaultSelection=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9078\u629E
|
||||
EventUtil.deiconify=\u975E\u30A2\u30A4\u30B3\u30F3\u5316
|
||||
EventUtil.detailNull=Null
|
||||
EventUtil.dispose=\u7834\u68C4
|
||||
EventUtil.dragDetect=\u30C9\u30E9\u30C3\u30B0\u306E\u691C\u77E5
|
||||
EventUtil.expand=\u5C55\u958B\u3059\u308B
|
||||
EventUtil.focusIn=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u3042\u3066\u308B
|
||||
EventUtil.focusOut=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u5916\u3059
|
||||
EventUtil.hardKeyDown=\u30AD\u30FC\u30C0\u30A6\u30F3
|
||||
EventUtil.hardKeyUp=\u30AD\u30FC\u30A2\u30C3\u30D7
|
||||
EventUtil.help=\u30D8\u30EB\u30D7
|
||||
EventUtil.hide=\u96A0\u3059
|
||||
EventUtil.iconify=\u30A2\u30A4\u30B3\u30F3\u5316
|
||||
EventUtil.keyDown=\u30AD\u30FC\u30C0\u30A6\u30F3
|
||||
EventUtil.keyUp=\u30AD\u30FC\u30A2\u30C3\u30D7
|
||||
EventUtil.menuDetect=\u30E1\u30CB\u30E5\u30FC\u691C\u77E5
|
||||
EventUtil.modify=\u5909\u66F4
|
||||
EventUtil.mouseDoubleClick=\u30DE\u30A6\u30B9\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF
|
||||
EventUtil.mouseDown=\u30DE\u30A6\u30B9\u30C0\u30A6\u30F3
|
||||
EventUtil.mouseEnter=\u30DE\u30A6\u30B9\u30A8\u30F3\u30BF\u30FC
|
||||
EventUtil.mouseExit=\u30DE\u30A6\u30B9\u30A4\u30B0\u30B8\u30C3\u30C8
|
||||
EventUtil.mouseHover=\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC
|
||||
EventUtil.mouseMove=\u30DE\u30A6\u30B9\u306E\u79FB\u52D5
|
||||
EventUtil.mouseUp=\u30DE\u30A6\u30B9\u30A2\u30C3\u30D7
|
||||
EventUtil.move=\u79FB\u52D5
|
||||
EventUtil.paint=\u30DA\u30A4\u30F3\u30C8
|
||||
EventUtil.resize=\u30EA\u30B5\u30A4\u30BA
|
||||
EventUtil.selectedEqual=\u9078\u629E\u3055\u308C\u305F\=
|
||||
EventUtil.selection=\u9078\u629E
|
||||
EventUtil.show=\u8868\u793A
|
||||
EventUtil.traverse=\u30C8\u30E9\u30D0\u30FC\u30B9
|
||||
EventUtil.typeNull=Null
|
||||
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 \:
|
||||
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 \:
|
||||
EventUtil.verify=\u30D9\u30EA\u30D5\u30A1\u30A4
|
||||
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
|
||||
ExceptionMessageDialog.Cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
ExceptionMessageDialog.log=\u30ED\u30B0
|
||||
ExceptionMessageDialog.No=\u3044\u3044\u3048
|
||||
ExceptionMessageDialog.OK=\u4E86\u89E3
|
||||
ExceptionMessageDialog.Yes=\u306F\u3044
|
||||
ExportPushButton.ExportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092XML\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
|
||||
ExtendedTableAddCommand.Add.Label=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u8FFD\u52A0
|
||||
ExtendedTableCopyCommand.Copy.Label=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\uFF11\u3064\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u3092\u30B3\u30D4\u30FC
|
||||
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306B ModifiedBeanListenable \u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
ExtendedTableMoveCommand.MoveLabel=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u4E0A\u4E0B\u79FB\u52D5
|
||||
ExtendedTablePasteCommand.Paste.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u30C7\u30FC\u30BF\u306E\u8CBC\u308A\u4ED8\u3051
|
||||
ExtendedTableRemoveCommand.Romve.Label=\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u524A\u9664
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u3059\u3079\u3066\u306eDB\u30bf\u30a4\u30d7\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u30ea\u30bb\u30c3\u30c8
|
||||
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306e\u884c\u3092xml\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u7f6e\u63db\u3048
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
|
||||
LabelledFileField.BrowseButton.Text=\u30D6\u30E9\u30A6\u30BA...
|
||||
LabelledFileField.FileDialog.Text=\u9078\u629E
|
||||
Mode.Mode.ToString=\u30E2\u30FC\u30C9 [{0}]
|
||||
ModeReader.IgnoreElement=\u4E0D\u660E\u306A\u8981\u7D20\u3092\u7121\u8996
|
||||
ModelSelectionDialog.Title=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u7DE8\u96C6
|
||||
ModifyBeanValueCommand.ModifyCell.Label=\u30BB\u30EB\u5024\u306E\u5909\u66F4
|
||||
MoveDownPushButton.MoveDownTip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0B\u306B\u79FB\u52D5
|
||||
MoveUpPushButton.MoveUpButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0A\u306B\u79FB\u52D5
|
||||
PastePushButton.PasteButton.Label=\u8CBC\u308A\u4ED8\u3051
|
||||
RemovePushButton.RemoveButton.Tip=\u9078\u629E\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u524A\u9664
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=DB\u30BF\u30A4\u30D7\u306E\u30EA\u30BB\u30C3\u30C8
|
||||
Rule.rule=\u30EB\u30FC\u30EB [{0}]
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE\u3068\u3057\u3066\u4FDD\u5B58
|
||||
SelectContextVariablesPushButton.Label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
|
||||
SWTCalendarWithTime.contentEvening=\u5348\u5F8C
|
||||
SWTCalendarWithTime.contentHr=\u6642 \:
|
||||
SWTCalendarWithTime.contentMin=\u5206 \:
|
||||
SWTCalendarWithTime.contentMorning=\u5348\u524D
|
||||
SWTCalendarWithTime.contentNoon=\u6B63\u5348
|
||||
SWTCalendarWithTime.contentNow=\u73FE\u5728
|
||||
SWTCalendarWithTime.contnetSec=\u79D2 \:
|
||||
TableViewerCreator.CallMethod.ErrorMsg=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u306F\u3001\u65E2\u306B createTable() \u3092\u547C\u3073\u51FA\u3057\u6E08\u307F\u306E\u5834\u5408\u3060\u3051\u547C\u3073\u51FA\u305B\u307E\u3059
|
||||
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0'{0}'\u304Cnull\u3067\u3059\uFF01
|
||||
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EID \u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001ID \u30D7\u30ED\u30D1\u30C6\u30A3\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
TableViewerCreator.Table.BeNull=\u30C6\u30FC\u30D6\u30EB\u304Cnull\u3067\u3059
|
||||
TableViewerCreator.TableColumn.AssertMsg=ID \u30D7\u30ED\u30D1\u30C6\u30A3'{0}'\u304C\u3042\u308BTableEditorColumn\u306E\u30C6\u30FC\u30D6\u30EB\u30AB\u30E9\u30E0\u306F\u3001\u6B63\u3057\u3044\u89AA\u30C6\u30FC\u30D6\u30EB\u3092\u6301\u3063\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306E currentControl\u306F \u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
|
||||
commons.error=\u30A8\u30E9\u30FC
|
||||
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
ModelSelectionDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
ModelSelectionDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
|
||||
ModelSelectionDialog.BuiltIn=\u7D44\u307F\u8FBC\u307F\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u5909\u66F4
|
||||
ModelSelectionDialog.ViewSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
|
||||
ModelSelectionDialog.ViewQuery=\u30AF\u30A8\u30EA\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
|
||||
ModelSelectionDialog.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u63A5\u7D9A\u306E\u66F4\u65B0\u3002
|
||||
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\n\u6CE8\u8A18\: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u7684\u306B\u8AA4\u3063\u305F\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306B\u3088\u308A\u8D77\u3053\u308A\u307E\u3059\u3002
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.title=XML\u306F\u3001\u89E3\u6790\u3067\u304D\u307E\u305B\u3093.
|
||||
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=XML\u306F\u3001\u3053\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3067\u306F\u89E3\u6790\u3067\u304D\u307E\u305B\u3093.
|
||||
SSLConfirmDialog.KeyStore=KeyStore\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
SSLConfirmDialog.TrustStore=TrustStore\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
SSLConfirmDialog.Password=KeyStore\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
@@ -1,71 +0,0 @@
|
||||
AccessorUtils.Assert0=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\u3002\u2018{2}\u2019\u9700\u8981\u4E00\u4E2ABean<B>
|
||||
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E,\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
|
||||
AddPushButton.AddButton.Tip=\u589E\u52A0
|
||||
AddAllPushButton.AddAllButton.Tip=\u6DFB\u52A0\u6240\u6709
|
||||
ColorStyledText.RedoItem.Text=\u91CD\u505A
|
||||
ColorStyledText.UndoItem.Text=\u590D\u539F
|
||||
ColorStyledText.CopyItem.Text=\u590D\u5236
|
||||
ColorStyledText.PasteItem.Text=\u7C98\u8D34
|
||||
ColorStyledText.SelectAllItem.Text=\u5168\u9009
|
||||
ContentProposalAdapterExtended.close=\u5173\u95ED
|
||||
ContentProposalAdapterExtended.closeFocusout=\u5173\u95EDfocusout
|
||||
ControlUtils.Unsupported1=\u8FD9\u4E2A\u9762\u677F({0})\u4E0D\u652F\u6301\u3002\u5982\u679C\u4F60\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6\u3002
|
||||
CopyPushButton.CopyButton.Tip=\u590D\u5236\u88AB\u9009\u4E2D\u7684\u9879
|
||||
Curve2D.MinNum.Be0=\u6BB5\u7684\u6700\u5C0F\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
|
||||
DateDialog.textContent=\u9009\u62E9\u65E5\u671F& \u65F6\u95F4
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u4FE1\u606F
|
||||
ErrorDialogWithContinue.setParameter=\u8BBE\u7F6E\u53C2\u6570\u5E76\u7EE7\u7EED
|
||||
EventUtil.activate=\u542f\u52a8
|
||||
EventUtil.close=\u5173\u95ED
|
||||
EventUtil.deactivate=\u64a4\u6d88
|
||||
EventUtil.defaultSelection=\u9ED8\u8BA4\u9009\u62E9
|
||||
EventUtil.dragDetect=\u62D6\u66F3\u68C0\u6D4B
|
||||
EventUtil.expand=\u6269\u5F20
|
||||
EventUtil.help=\u5e2e\u52a9
|
||||
EventUtil.mouseDoubleClick=\u9F20\u6807\u53CC\u51FB
|
||||
EventUtil.mouseDown=\u9F20\u6807\u6309\u4E0B
|
||||
EventUtil.mouseEnter=\u9F20\u6807\u8F93\u5165
|
||||
EventUtil.mouseExit=\u9F20\u6807\u9000\u51FA
|
||||
EventUtil.mouseHover=\u9F20\u6807\u60AC\u505C
|
||||
EventUtil.mouseMove=\u9F20\u6807\u79FB\u52A8
|
||||
EventUtil.mouseUp=\u9F20\u6807\u5411\u4E0A
|
||||
EventUtil.move=\u79fb\u52a8
|
||||
EventUtil.paint=\u989C\u6599
|
||||
EventUtil.resize=\u8C03\u6574\u5927\u5C0F
|
||||
EventUtil.show=\u663E\u793A
|
||||
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
|
||||
ExceptionMessageDialog.Cancel=\u53D6\u6D88
|
||||
ExceptionMessageDialog.log=\u65E5\u5FD7
|
||||
ExceptionMessageDialog.OK=\u786E\u5B9A
|
||||
ExceptionMessageDialog.Yes=\u662F
|
||||
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230XML\u6587\u4EF6
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
|
||||
ExtendedTableAddCommand.Add.Label=\u6DFB\u52A0\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
|
||||
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u5728\u5916\u90E8\u526A\u8D34\u677F\u4E2D\u3002
|
||||
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable\u7684\u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u8FD9\u4E2A\u65B9\u6CD5\u4E4B\u524D\u88AB\u5B9E\u73B0\u3002
|
||||
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
|
||||
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5916\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
|
||||
ExtendedTableRemoveCommand.Romve.Label=\u5220\u9664\u8868
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B\u4E3A\u9ED8\u8BA4\u503C
|
||||
ImportPushButton.ImportButton.Tip=\u5BFC\u5165XML\u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
|
||||
LabelledFileField.BrowseButton.Text=\u6D4F\u89C8...
|
||||
LabelledFileField.FileDialog.Text=\u9009\u62E9\u4E00\u4E2A
|
||||
ModeReader.IgnoreElement=\u5FFD\u7565\u672A\u77E5\u5143\u7D20
|
||||
ModifyBeanValueCommand.ModifyCell.Label=\u4FEE\u6539\u5355\u5143\u683C\u503C
|
||||
MoveDownPushButton.MoveDownTip=\u5411\u4E0B\u79FB\u52A8\u9009\u4E2D\u9879
|
||||
MoveUpPushButton.MoveUpButton.Tip=\u5411\u4E0A\u79FB\u52A8\u9009\u4E2D\u9879
|
||||
PastePushButton.PasteButton.Label=\u7C98\u8D34
|
||||
RemovePushButton.RemoveButton.Tip=\u5220\u9664\u6240\u9009\u9879
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=\u53e6\u5b58\u4e3a\u4e00\u822cschema
|
||||
SelectContextVariablesPushButton.Label=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
|
||||
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u4F60\u7684\u5DF2\u7ECF\u8C03\u7528\u4E86createTable()\u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
|
||||
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5217ID\u5C5E\u6027\uFF0C\u4E00\u4E2A\u8868\u4E2D\u5217\u7684ID\u5C5E\u6027\u5FC5\u987B\u552F\u4E00\u3002
|
||||
TableViewerCreator.Table.BeNull=\u8868\u4E3A\u7A7A
|
||||
TableViewerCreator.TableColumn.AssertMsg=ID\u5C5E\u6027\u4E3A\u2019{0}\u2018\u7684TableEditorColumn\u7684TableColumn\u6CA1\u6709\u6B63\u786E\u7684Table\u3002
|
||||
TreeToTablesLinker.Type.Unsupported=\u4e0d\u652f\u6301\u5f53\u524d\u7684\u63a7\u4ef6
|
||||
commons.error=\u9519\u8BEF
|
||||
FileStep2.previewFailure=\u9884\u89C8\u9519\u8BEF\u3002\u5FC5\u987B\u4FEE\u6539\u8BBE\u7F6E\u3002\n\uFF08\u9519\u8BEF\u7684\u5B57\u7B26\u7F16\u7801\uFF09
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.commons.runtime.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.commons.runtime
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.commons.runtime.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,57 +0,0 @@
|
||||
DatabaseContentRetriever.PRODUCTNAME=Database Product Name:
|
||||
DatabaseContentRetriever.PRODUCTVERSION=Database Product Version:
|
||||
DB2ForZosResultSet.outofRange=\ is out of range.
|
||||
DB2ForZosResultSet.parameterIndex=Invalid argument\: parameter index
|
||||
DB2ForZosResultSet.unknowCloumn=Invalid argument\: unknown column name
|
||||
SybaseResultSet.outofRange=\ is out of range.
|
||||
SybaseResultSet.parameterIndex=Invalid argument\: parameter index
|
||||
SybaseResultSet.unknowCloumn=Invalid argument\: unknown column name
|
||||
AbstractFakeResultSet.unknowCloumn=Invalid argument\: {0} is unknown column name
|
||||
AbstractFakeResultSet.parameterIndexOutOfRange=Invalid argument\: parameter index {0} is out of range
|
||||
EntryLocation.returnTableName={tableName={0}, columnName={1}}
|
||||
ExceptionHandler.Parameter.BeNull=ex param cannot be null
|
||||
ExtensionImplementationProviders.ExtensionPointError=Extension point must authorize a single instance
|
||||
ListenableList.IndexSameLength.Error=indexOrigin and indexDestination must have same length
|
||||
ReflectionPropertyException.Access.ErrorMsg3=Error when trying to access to the {0} of the property ' of the property '{1}' of the class '{2}'
|
||||
ResourceUtils.canMove1=Can move
|
||||
ResourceUtils.canMove2=Can move {0} -> {1}
|
||||
ResourceUtils.cannotMoveRule3=Cannot move {0} -> {1} (Rule 3-Descendant)
|
||||
ResourceUtils.cnanotMoveRule1=Cannot move {0} -> {1} (Rule 1-Test if source & target are differents)
|
||||
ResourceUtils.go=\ ->
|
||||
ResourceUtils.streamNull=stream is null
|
||||
ReusableMultiKey.Keys.BeNull=The array of keys must not be null
|
||||
StringUtils.IllegalArgument0=only support the \\uxxxx or \\xhh encoding.
|
||||
StringUtils.IllegalArgument1=Malformed \\uxxxx encoding.
|
||||
StringUtils.IllegalArgument2=Malformed \\uxxxx encoding.
|
||||
StringUtils.IllegalArgument3=Malformed \\0xxx encoding.
|
||||
VersionUtils.Version.Error2=Malformed string {0} (attending M{1}m)
|
||||
FilesUtils.operationCanceled=Operation is canceled during copying folders or files.
|
||||
resources.file.notCreated=File "{0}" cannot be created ({1})
|
||||
resources.file.notDeleted=File "{0}" cannot be deleted
|
||||
resources.file.notGet=Required file "{0}" not found in folder "{1}"
|
||||
resources.fileContent.notGet=Content of file "{0}" cannot be retrieve
|
||||
resources.folder.notCreated=Folder "{0}" cannot be created
|
||||
resources.folder.notDeleted=Folder "{0}" cannot be deleted
|
||||
resources.folder.notEmptied=Folder "{0}" cannot be emptied
|
||||
resources.folder.notGet=Required folder "{0}" not found in project "{1}"
|
||||
resources.members.notGet=Members of container "{0}" cannot be retrieve
|
||||
resources.project.notGet=Required project "{0}" not found
|
||||
resources.resource.notMoved=Resource "{0}" cannot be moved to "{1}"
|
||||
utils.data.container=Id {0} already used in container
|
||||
utils.workbench.extensions.badNumberOfExtension=Bad number of extension found on {0}. Attending between {1} and {2} wile found {3}.
|
||||
utils.workbench.extensions.noExtension=No plug-in extending extension point ID "{0}" can be found.
|
||||
XmlNodeRetriever.countResult=Count result \:
|
||||
XmlNodeRetriever.field2Node=field2Node=
|
||||
XmlNodeRetriever.filed1Node=field1Node=
|
||||
XmlNodeRetriever.mainExpression=main expression =
|
||||
XmlNodeRetriever.mainNode=mainNode=
|
||||
XmlNodeRetriever.proposal2Node=proposal2Nodes \:
|
||||
XmlNodeRetriever.prposal1Node=proposal1Nodes \:
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
XmlNodeRetriever.xPathExpression=xPathExpression = '
|
||||
VersionUtils.readPropertyFileError=Error to read property in talend.properties file.
|
||||
SoftwareSystemManager.NULL_CONN_INSTANCE=null connection instance.
|
||||
SoftwareSystemManager.NULL_INSTANCE_SOFTWARE_SYS=null software system instance.
|
||||
AS400ResultSet.unknowCloumn=Invalid argument\: unknown column name
|
||||
AS400ResultSet.parameterIndex=Invalid argument\: parameter index
|
||||
AS400ResultSet.outofRange=\ is out of range.
|
||||
@@ -1,38 +0,0 @@
|
||||
DatabaseContentRetriever.PRODUCTNAME=Nom de produit de la base de données :
|
||||
DatabaseContentRetriever.PRODUCTVERSION=Version du produit :
|
||||
AbstractFakeResultSet.unknowCloumn=Argument invalide : {0} est un nom de colonne inconnu
|
||||
EntryLocation.returnTableName= {tableName={0}, columnName={1}}
|
||||
ExceptionHandler.Parameter.BeNull=le paramètre ex ne peut pas être vide
|
||||
ListenableList.IndexSameLength.Error=indexOrigin et indexDestination doivent avoir la même longueur
|
||||
ReflectionPropertyException.Access.ErrorMsg3=Une erreur est survenue lors de l'accès à {0} de la propriété ' de la propriété '{1}' de la classe '{2}'
|
||||
ResourceUtils.canMove1=Peut déplacer
|
||||
ResourceUtils.canMove2=Peut déplacer {0} -> {1}
|
||||
ResourceUtils.cannotMoveRule3=Impossible de déplacer {0} -> {1} (Règle 3-Descendant)
|
||||
ResourceUtils.cnanotMoveRule1=Impossible de déplacer {0} -> {1} (Règle 1-Tester si la source et la cible sont différentes)
|
||||
ResourceUtils.go=\ ->
|
||||
ResourceUtils.streamNull=le flux est null
|
||||
ReusableMultiKey.Keys.BeNull=Le tableau de clés ne peut pas être null
|
||||
StringUtils.IllegalArgument0=supporte uniquement l'encodage \\uxxxx ou \\xhh.
|
||||
StringUtils.IllegalArgument1=Encodage \\uxxxx malformé.
|
||||
StringUtils.IllegalArgument3=Encodage \\0xxx malformé.
|
||||
VersionUtils.Version.Error2=Chaîne de caractères mal formée {0} (attendait M{1}m)
|
||||
FilesUtils.operationCanceled=Opération de copie de fichier ou de répertoire annulée
|
||||
resources.file.notCreated=Le fichier "{0}" ne peut être créé ({1})
|
||||
resources.file.notDeleted=Le fichier "{0}" ne peut être supprimé
|
||||
resources.file.notGet=Fichier requis "{0}" non trouvé dans le répertoire "{1}"
|
||||
resources.fileContent.notGet=Le contenu du fichier "{0}" ne peut être récupéré
|
||||
resources.folder.notCreated=Le dossier "{0}" ne peut être créé
|
||||
resources.folder.notDeleted=Le dossier "{0}" ne peut être supprimé
|
||||
resources.folder.notEmptied=Le dossier "{0}" ne peut être vidé
|
||||
resources.folder.notGet=Impossible de trouver le dossier requis "{0}" dans le projet "{1}"
|
||||
resources.members.notGet=Les membres du conteneur "{0}" ne peuvent être récupérés
|
||||
resources.project.notGet=Impossible de récupérer le projet requis "{0}"
|
||||
resources.resource.notMoved=Impossible de déplacer la ressource "{0}" vers "{1}"
|
||||
utils.data.container=L'Id {0} est déjà utilisé dans un conteneur
|
||||
utils.workbench.extensions.badNumberOfExtension=Mauvais nombre d'extension trouvé dans {0}. Entre {1} et {2} attendu mais {3} trouvé.
|
||||
utils.workbench.extensions.noExtension=Impossible de trouver un plug-in pour étendre le point d'extension d'ID {0}.
|
||||
XmlNodeRetriever.countResult=Résultat du compte \:
|
||||
XmlNodeRetriever.mainExpression=expression principale =
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
VersionUtils.readPropertyFileError=Erreur de lecture de propriété dans le fichier talend.properties.
|
||||
AS400ResultSet.unknowCloumn=Argument invalide\: nom de colonne inconnu
|
||||
@@ -1,46 +0,0 @@
|
||||
DatabaseContentRetriever.PRODUCTNAME=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u540D\uFF1A
|
||||
DatabaseContentRetriever.PRODUCTVERSION=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A
|
||||
DB2ForZosResultSet.outofRange=\u306F\u3002\u7BC4\u56F2\u5916\u3067\u3059\u3002
|
||||
DB2ForZosResultSet.parameterIndex=\u7121\u52B9\u306A\u5F15\u6570 \: \u30D1\u30E9\u30E1\u30FC\u30BF\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
|
||||
DB2ForZosResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: \u30AB\u30E9\u30E0\u540D\u304C\u4E0D\u660E
|
||||
SybaseResultSet.parameterIndex=\u7121\u52B9\u306A\u5F15\u6570 \: \u30D1\u30E9\u30E1\u30FC\u30BF\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
|
||||
SybaseResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: \u30AB\u30E9\u30E0\u540D\u304C\u4E0D\u660E
|
||||
AbstractFakeResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: {0} \u306F\u4E0D\u6B63\u306A\u30AB\u30E9\u30E0\u540D\u3067\u3059\u3002
|
||||
AbstractFakeResultSet.parameterIndexOutOfRange=\u7121\u52B9\u306A\u5F15\u6570 \: \u30A4\u30F3\u30C7\u30C3\u30AF\u30B9{0} \u306E\u76EE\u76DB\u308A\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
EntryLocation.returnTableName={\u30C6\u30FC\u30D6\u30EB\u540D\={0}, \u30AB\u30E9\u30E0\u540D\={1}}
|
||||
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
|
||||
ExtensionImplementationProviders.ExtensionPointError=\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u30DD\u30A4\u30F3\u30C8\u3092\u30B7\u30F3\u30B0\u30EB\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3068\u8A8D\u3081\u3066\u304F\u3060\u3055\u3044
|
||||
ListenableList.IndexSameLength.Error=indexOrigin \u3068 indexDestination\u306F \u540C\u3058\u9577\u3055\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
|
||||
ReflectionPropertyException.Access.ErrorMsg3=\u30AF\u30E9\u30B9 '{2}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3 '{1}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E {0} \u3078\u306E\u30A2\u30AF\u30BB\u30B9\u8A66\u884C\u4E2D\u306E\u30A8\u30E9\u30FC
|
||||
ResourceUtils.canMove1=\u79FB\u52D5\u53EF\u80FD
|
||||
ResourceUtils.canMove2=\u79FB\u52D5\u53EF\u80FD {0} -> {1}
|
||||
ResourceUtils.cannotMoveRule3=\u79FB\u52D5\u4E0D\u53EF {0} -> {1} \uFF08\u30EB\u30FC\u30EB3-Descendant\uFF09
|
||||
ResourceUtils.cnanotMoveRule1=\u79FB\u52D5\u4E0D\u53EF {0} -> {1} \uFF08\u30EB\u30FC\u30EB1-\u79FB\u52D5\u5143\u3068\u79FB\u52D5\u5148\u304C\u9055\u3046\u304B\u30C6\u30B9\u30C8\uFF09
|
||||
ResourceUtils.streamNull=\u30B9\u30C8\u30EA\u30FC\u30E0\u304CNull\u3067\u3059
|
||||
ReusableMultiKey.Keys.BeNull=\u30AD\u30FC\u306E\u914D\u5217\u306FNull\u3067\u3042\u3063\u3066\u306F\u3044\u3051\u307E\u305B\u3093
|
||||
VersionUtils.Version.Error2=\u4E0D\u6B63\u306A\u6587\u5B57\u5217 {0} (M{1}m\u3092\u4F34\u3046)
|
||||
FilesUtils.operationCanceled=\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u306E\u30B3\u30D4\u30FC\u4E2D\u306B\u64CD\u4F5C\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
|
||||
resources.file.notCreated=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ({1})
|
||||
resources.file.notDeleted=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
|
||||
resources.file.notGet=\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB "{0}" \u304C\u30D5\u30A9\u30EB\u30C0 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.fileContent.notGet=\u30D5\u30A1\u30A4\u30EB "{0}" \u306E\u5185\u5BB9\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notCreated="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notDeleted="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notEmptied="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notGet=\u5FC5\u8981\u306A\u30D5\u30A9\u30EB\u30C0 "{0}" \u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.members.notGet=\u30B3\u30F3\u30C6\u30CA "{0}" \u306E\u30E1\u30F3\u30D0\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
|
||||
resources.project.notGet=\u5FC5\u8981\u306A\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 "{0}" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.resource.notMoved=\u30EA\u30BD\u30FC\u30B9 "{0}" \u306F "{1}" \u306B\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093
|
||||
utils.data.container=Id {0} \u306F\u3059\u3067\u306B\u30B3\u30F3\u30C6\u30CA\u3067\u4F7F\u7528\u4E2D\u3067\u3059
|
||||
utils.workbench.extensions.badNumberOfExtension=\u4E0D\u6B63\u306A\u6570\u306E\u62E1\u5F35\u304C {0} \u306B\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002 {1} \u3068 {2} \u306E\u9593\u306B\u4E0D\u6B63\u306A {3} \u304C\u3042\u308A\u307E\u3059\u3002
|
||||
utils.workbench.extensions.noExtension=\u30D7\u30E9\u30B0\u30A4\u30F3\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8ID "{0}" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
XmlNodeRetriever.countResult=\u30AB\u30A6\u30F3\u30C8\u7D50\u679C \:
|
||||
XmlNodeRetriever.field2Node=\u30D5\u30A3\u30FC\u30EB\u30C92\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.filed1Node=\u30D5\u30A3\u30FC\u30EB\u30C91\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.mainExpression=\u30E1\u30A4\u30F3\u5F0F\=
|
||||
XmlNodeRetriever.mainNode=\u30E1\u30A4\u30F3\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.proposal2Node=\u63D0\u68482\u30CE\u30FC\u30C9\uFF1A
|
||||
XmlNodeRetriever.prposal1Node=\u63D0\u68481\u30CE\u30FC\u30C9\uFF1A
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
XmlNodeRetriever.xPathExpression=XPath\u5F0F\='
|
||||
AS400ResultSet.outofRange=\u306F\u3001\u7BC4\u56F2\u5916\u3067\u3059\u3002
|
||||
@@ -1,30 +0,0 @@
|
||||
DatabaseContentRetriever.PRODUCTNAME=\u6570\u636E\u5E93\u4EA7\u54C1\u540D\u79F0\uFF1A
|
||||
DatabaseContentRetriever.PRODUCTVERSION=\u6570\u636E\u5E93\u4EA7\u54C1\u7248\u672C\uFF1A
|
||||
DB2ForZosResultSet.outofRange=\u8D85\u51FA\u8303\u56F4\u3002
|
||||
SybaseResultSet.outofRange=\u8D85\u51FA\u8303\u56F4\u3002
|
||||
AbstractFakeResultSet.unknowCloumn=\u4E0D\u5408\u6CD5\u7684\u53C2\u6570\uFF1A\u672A\u77E5\u5217\u540D {0}
|
||||
AbstractFakeResultSet.parameterIndexOutOfRange=\u4E0D\u5408\u6CD5\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15 {0} \u8D85\u51FA\u8303\u56F4
|
||||
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
|
||||
ListenableList.IndexSameLength.Error=\u539F\u59CB\u7D22\u5F15\u548C\u76EE\u6807\u7D22\u5F15\u5FC5\u987B\u4E3A\u76F8\u540C\u7684\u957F\u5EA6
|
||||
ReflectionPropertyException.Access.ErrorMsg3=\u5F53\u5F15\u7528\u7C7B{2}\u7684\u5C5E\u6027{1}\u503C{0}\u662F\u51FA\u9519
|
||||
ResourceUtils.canMove1=\u53EF\u79FB\u52A8
|
||||
ResourceUtils.streamNull=\u6D41\u4E3A\u7A7A
|
||||
ReusableMultiKey.Keys.BeNull=\u4E3B\u952E\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A
|
||||
VersionUtils.Version.Error2=\u7578\u5F62\u5B57\u7B26\u4E32{0}(\u51FA\u73B0M{1}m)
|
||||
FilesUtils.operationCanceled=\u590D\u5236\u6587\u4EF6\u6216\u6587\u4EF6\u5939\u65F6\u64CD\u4F5C\u5DF2\u53D6\u6D88\u3002
|
||||
resources.file.notCreated=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA({1})
|
||||
resources.file.notDeleted=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
|
||||
resources.file.notGet=\u8981\u6C42\u7684\u6587\u4EF6"{0}"\u6CA1\u6709\u5728\u6587\u4EF6\u5939"{1}"\u4E2D
|
||||
resources.fileContent.notGet=\u6587\u4EF6"{0}"\u7684\u5185\u5BB9\u65E0\u6CD5\u8BFB\u53D6\u3002
|
||||
resources.folder.notCreated=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA
|
||||
resources.folder.notDeleted=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
|
||||
resources.folder.notEmptied=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u4E3A\u7A7A
|
||||
resources.folder.notGet=\u8981\u6C42\u7684\u6587\u4EF6\u5939"{0}"\u6CA1\u6709\u5728\u5DE5\u7A0B"{1}"\u4E2D
|
||||
resources.members.notGet=\u5BB9\u5668\u7684\u6210\u5458\u4E0D\u80FD\u88AB\u8BFB\u53D6\u3002
|
||||
resources.project.notGet=\u8981\u6C42\u7684\u5DE5\u7A0B"{0}"\u4E0D\u5B58\u5728
|
||||
resources.resource.notMoved=\u8D44\u6E90"{0}"\u4E0D\u80FD\u79FB\u52A8\u5230"{1}"
|
||||
utils.data.container=Id{0}\u5DF2\u7ECF\u88AB\u4F7F\u7528\u5728\u5BB9\u5668\u4E2D
|
||||
utils.workbench.extensions.badNumberOfExtension=\u65E0\u6548\u7684\u6269\u5C55\u6570\u5B57\u88AB\u53D1\u73B0\u5728{0}\u4E2D\uFF0C\u5F53\u67E5\u627E{3}\u51FA\u73B0\u5728{1}\u548C{2}\u4E4B\u95F4
|
||||
utils.workbench.extensions.noExtension=\u6269\u5C55\u70B9ID\u4E3A"{0}"\u7684Plug-in\u4E0D\u5B58\u5728
|
||||
XmlNodeRetriever.countResult=\u8BA1\u7B97\u7ED3\u679C\uFF1A
|
||||
XmlNodeRetriever.singleQuotes=.
|
||||
@@ -1,7 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Commons UI Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.commons.ui.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.commons.ui
|
||||
Bundle-Vendor: .Talend SA.
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.commons.ui.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,136 +0,0 @@
|
||||
commons.error=Error
|
||||
TableViewerCreator.TableColumn.AssertMsg=The TableColumn of TableEditorColumn with idProperty '{0}' has not the correct Table parent
|
||||
ColorStyledText.PasteItem.Text=Paste
|
||||
EventUtil.UnknowDetail=unkown ??? value of event detail :
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=Error occurred
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=Reset DB Types
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=Error occurred
|
||||
TableViewerCreator.IdProperty.AssertMsg=You must change the idProperty of one of your column, the idProperty must be unique for each column for one Table.
|
||||
TableViewerCreator.CallMethod.ErrorMsg=You can call this method only if you have already called createTable()
|
||||
ModelSelectionDialog.BuiltIn=Change to built-in property.
|
||||
ExtendedTablePasteCommand.Paste.Label=Paste data from the internal clipoard
|
||||
SelectContextVariablesPushButton.Label=Select context variables
|
||||
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable object must be set before use this method
|
||||
ImportPushButton.ImportButton.Tip=Replace all rows by import from xml file
|
||||
LabelledFileField.FileDialog.Text=Select a
|
||||
ModelSelectionDialog.Option=option
|
||||
ModelSelectionDialog.Update=Update repository connection.
|
||||
TableViewerCreator.Table.BeNull=table is null
|
||||
ModelSelectionDialog.Title=Edit parameter using repository
|
||||
AddAllPushButton.AddAllButton.Tip=Add All
|
||||
ExtendedTableRemoveCommand.Romve.Label=Remove table entries
|
||||
AddPushButton.AddButton.Tip=Add
|
||||
MoveDownPushButton.MoveDownTip=Move down selected items
|
||||
ExtendedTableCopyCommand.Copy.Label=Copy one or more table entries in the internal clipboard
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=Proposal for this type of Control is unsupported :
|
||||
AccessorUtils.isReq= is required for the bean (<B>).
|
||||
EventUtil.UnknowType=unkown ??? value of event type :
|
||||
ProposalUtils.CellProposal.Error=Proposal of this type of CellEditor is unsupported:
|
||||
RemovePushButton.RemoveButton.Tip=Remove selected items
|
||||
FileStep2.previewFailure=Preview error. Some settings must be changed.\nNote: Preview errors are generally due to a wrong encoding setting.
|
||||
PastePushButton.PasteButton.Label=Paste
|
||||
ModelSelectionDialog.ViewSchema=View schema (read only).
|
||||
LabelledFileField.BrowseButton.Text=Browse...
|
||||
ModelSelectionDialog.ViewQuery=View query (read only).
|
||||
MoveUpPushButton.MoveUpButton.Tip=Move up selected items
|
||||
AccessorUtils.Assert1=The 'BeanPropertyAccessors' of the column (with title '{0}' and id '{1}') is not configured correctly or the value set has not the correct type.
|
||||
exception.errorOccured=An error occured ({0}).\nSee log for more details.
|
||||
ColorStyledText.CopyItem.Text=Copy
|
||||
AccessorUtils.Assert0=The 'BeanPropertyAccessors' of the column (with title '{0}' and id '{1}') is not configured correctly. {2} is required for bean <B>
|
||||
ExtendedTableMoveCommand.MoveLabel=Move up or down, one or more table entries
|
||||
CopyPushButton.CopyButton.Tip=Copy selected items
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Reset all DB Types to get the defaults
|
||||
ExtendedTableAddCommand.Add.Label=Add one or more table entries
|
||||
ControlUtils.Unsupported1=This control ({0}) is not supported, add case if you want...
|
||||
AccessorUtils.isReqValue= is required for the value (<V>), but the value could be adapted with CellEditorValueAdapter.
|
||||
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=Error Message
|
||||
ExceptionHandler.Parameter.BeNull=ex param cannot be null
|
||||
ModelSelectionDialog.Message=Please choose one option, or cancel.
|
||||
TreeToTablesLinker.Type.Unsupported=This type of currentControl is unsupported
|
||||
Mode.Mode.ToString=Mode [{0}]
|
||||
ModifyBeanValueCommand.ModifyCell.Label=Modify cell value
|
||||
ColorStyledText.SelectAllItem.Text=Select All
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error
|
||||
ExportPushButton.ExportButton.Tip=Export all rows into XML file
|
||||
TableViewerCreator.CellModifier.ExError=The current CellModifier does'nt support this operation. \n Use '{0}' or a class which extends it to use this feature
|
||||
Curve2D.MinNum.Be0=minimumSegements must positive or 0
|
||||
ModeReader.IgnoreElement=Ignore unknown element
|
||||
Curve2D.MaxNum.Be0=maximumSegements must be positive or 0
|
||||
CellEditorDialogBehavior.textContent=...
|
||||
CellEditorValueAdapterFactory.valueNotStringType=Bean value should be a class of String type \!
|
||||
ColorStyledText.RedoItem.Text=Redo
|
||||
ColorStyledText.UndoItem.Text=Undo
|
||||
ContentProposalAdapterExtended.close=close
|
||||
ContentProposalAdapterExtended.closeFocusout=close focusout
|
||||
DateDialog.textContent=Select Date & Time
|
||||
DefaultCellModifier.tableItemDispose=TableItem disposed
|
||||
ErrorDialogWithContinue.setParameter=Set parameters and continue
|
||||
EventUtil.activate=activate
|
||||
EventUtil.arm=arm
|
||||
EventUtil.close=close
|
||||
EventUtil.collapse=collapse
|
||||
EventUtil.deactivate=deactivate
|
||||
EventUtil.defaultSelection=default selection
|
||||
EventUtil.deiconify=deiconify
|
||||
EventUtil.detailNull=null
|
||||
EventUtil.dispose=dispose
|
||||
EventUtil.dragDetect=drag detect
|
||||
EventUtil.expand=expand
|
||||
EventUtil.focusIn=focus in
|
||||
EventUtil.focusOut=focus out
|
||||
EventUtil.hardKeyDown=hard key down
|
||||
EventUtil.hardKeyUp=hard key up
|
||||
EventUtil.help=help
|
||||
EventUtil.hide=hide
|
||||
EventUtil.iconify=iconify
|
||||
EventUtil.keyDown=key down
|
||||
EventUtil.keyUp=key up
|
||||
EventUtil.menuDetect=menu detect
|
||||
EventUtil.modify=modify
|
||||
EventUtil.mouseDoubleClick=mouse double click
|
||||
EventUtil.mouseDown=mouse down
|
||||
EventUtil.mouseEnter=mouse enter
|
||||
EventUtil.mouseExit=mouse exit
|
||||
EventUtil.mouseHover=mouse hover
|
||||
EventUtil.mouseMove=mouse move
|
||||
EventUtil.mouseUp=mouse up
|
||||
EventUtil.move=move
|
||||
EventUtil.paint=paint
|
||||
EventUtil.resize=resize
|
||||
EventUtil.selectedEqual=SELECTED
|
||||
EventUtil.selection=selection
|
||||
EventUtil.show=show
|
||||
EventUtil.traverse=traverse
|
||||
EventUtil.typeNull=null
|
||||
EventUtil.verify=verify
|
||||
ExceptionMessageDialog.log=log
|
||||
Rule.rule=Rule [{0}]
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=Save as generic schema
|
||||
SWTCalendarWithTime.contentEvening=Evening
|
||||
SWTCalendarWithTime.contentHr=Hr:
|
||||
SWTCalendarWithTime.contentMin=Min:
|
||||
SWTCalendarWithTime.contentMorning=Morning
|
||||
SWTCalendarWithTime.contentNoon=Noon
|
||||
SWTCalendarWithTime.contentNow=Now
|
||||
SWTCalendarWithTime.contnetSec=Sec:
|
||||
TableViewerCreator.columnNoIBeanProperty=The column '{0}' ('{1}') has a CellEditor set but does'nt have a IBeanPropertyAccessors \!
|
||||
TableViewerCreator.columnNullId=Column '{0}' has null id \!
|
||||
StateComposite.FLL_DB_INFOR=Fill DB Information
|
||||
StateComposite.HELP_MESSAGE=Help Messages
|
||||
StateComposite.MESSAGE1=It's possible to create dynamic jobs and set a file name or table name who depends on the input table.
|
||||
StateComposite.MESSAGE2=For this it just needs to use the text
|
||||
StateComposite.MESSAGE3=\ in the file name or table name.
|
||||
StateComposite.MESSAGE4=For example for one table:
|
||||
StateComposite.MESSAGE5=For example for one file:
|
||||
StateComposite.MESSAGE6=\ or maybe
|
||||
StateComposite.OUTPUT_SELECTION=Output Selection
|
||||
StateComposite.SEL_JOBNAME=Set Jobs Name
|
||||
StateComposite.STATE=State
|
||||
StateComposite.TABLE_SELECTION=Table Selection
|
||||
StateComposite.TEMPLATE_SELECTION=Template Selection
|
||||
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=Select roo&t directory:
|
||||
ArchiveDirectoryChooser.DataTransfer_browse=B&rowse...
|
||||
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=Select &archive file:
|
||||
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=Select a directory to export to.
|
||||
ArchiveDirectoryChooser.ArchiveExport_description=Export resources to an archive file on the local file system.
|
||||
@@ -1,136 +0,0 @@
|
||||
commons.error=\u30A8\u30E9\u30FC
|
||||
TableViewerCreator.TableColumn.AssertMsg=ID \u30D7\u30ED\u30D1\u30C6\u30A3'{0}'\u304C\u3042\u308BTableEditorColumn\u306E\u30C6\u30FC\u30D6\u30EB\u30AB\u30E9\u30E0\u306F\u3001\u6B63\u3057\u3044\u89AA\u30C6\u30FC\u30D6\u30EB\u3092\u6301\u3063\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
ColorStyledText.PasteItem.Text=\u8CBC\u308A\u4ED8\u3051
|
||||
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 \:
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=DB\u30BF\u30A4\u30D7\u306E\u30EA\u30BB\u30C3\u30C8
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
|
||||
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EID \u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001ID \u30D7\u30ED\u30D1\u30C6\u30A3\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
TableViewerCreator.CallMethod.ErrorMsg=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u306F\u3001\u65E2\u306B createTable() \u3092\u547C\u3073\u51FA\u3057\u6E08\u307F\u306E\u5834\u5408\u3060\u3051\u547C\u3073\u51FA\u305B\u307E\u3059
|
||||
ModelSelectionDialog.BuiltIn=\u7D44\u307F\u8FBC\u307F\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u5909\u66F4
|
||||
ExtendedTablePasteCommand.Paste.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u30C7\u30FC\u30BF\u306E\u8CBC\u308A\u4ED8\u3051
|
||||
SelectContextVariablesPushButton.Label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u306E\u9078\u629E
|
||||
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306B ModifiedBeanListenable \u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306e\u884c\u3092xml\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u7f6e\u63db\u3048
|
||||
LabelledFileField.FileDialog.Text=\u9078\u629E
|
||||
ModelSelectionDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
|
||||
ModelSelectionDialog.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u63A5\u7D9A\u306E\u66F4\u65B0\u3002
|
||||
TableViewerCreator.Table.BeNull=\u30C6\u30FC\u30D6\u30EB\u304Cnull\u3067\u3059
|
||||
ModelSelectionDialog.Title=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u7DE8\u96C6
|
||||
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8ffd\u52a0
|
||||
ExtendedTableRemoveCommand.Romve.Label=\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u524A\u9664
|
||||
AddPushButton.AddButton.Tip=\u8FFD\u52A0
|
||||
MoveDownPushButton.MoveDownTip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0B\u306B\u79FB\u52D5
|
||||
ExtendedTableCopyCommand.Copy.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u30B3\u30D4\u30FC
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u3053\u306E\u30BF\u30A4\u30D7\u306E\u63D0\u6848\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093 \:
|
||||
AccessorUtils.isReq=\u306Fbean (<B>) \u3067\u8981\u6C42\u3055\u308C\u307E\u3059\u3002
|
||||
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 \:
|
||||
ProposalUtils.CellProposal.Error=CellEditor\u306E\u3053\u306E\u30BF\u30A4\u30D7\u306E\u63D0\u6848\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093 \:
|
||||
RemovePushButton.RemoveButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u524A\u9664
|
||||
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\n\u6CE8\u8A18\: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u7684\u306B\u8AA4\u3063\u305F\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306B\u3088\u308A\u8D77\u3053\u308A\u307E\u3059\u3002
|
||||
PastePushButton.PasteButton.Label=\u8CBC\u308A\u4ED8\u3051
|
||||
ModelSelectionDialog.ViewSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
|
||||
LabelledFileField.BrowseButton.Text=\u53C2\u7167...
|
||||
ModelSelectionDialog.ViewQuery=\u30AF\u30A8\u30EA\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
|
||||
MoveUpPushButton.MoveUpButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0A\u306B\u79FB\u52D5
|
||||
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
ColorStyledText.CopyItem.Text=\u30B3\u30D4\u30FC
|
||||
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2} \u306Fbean <B>\u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
ExtendedTableMoveCommand.MoveLabel=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u4E0A\u4E0B\u79FB\u52D5
|
||||
CopyPushButton.CopyButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u30B3\u30D4\u30FC
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u3092\u53D6\u5F97\u3059\u308B\u305F\u3081\u306B\u5168\u3066\u306EDB\u30BF\u30A4\u30D7\u3092\u30EA\u30BB\u30C3\u30C8
|
||||
ExtendedTableAddCommand.Add.Label=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u8FFD\u52A0
|
||||
ControlUtils.Unsupported1=\u3053\u306E\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB({0}) \u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3001\u5FC5\u8981\u3067\u3042\u308C\u3070\u30B1\u30FC\u30B9\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044...
|
||||
AccessorUtils.isReqValue=\u306F\u5024 (<V>) \u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u305D\u306E\u5024\u306F CellEditorValueAdapter \u3067\u9069\u5FDC\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
|
||||
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
|
||||
ModelSelectionDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306EcurrentControl\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
|
||||
Mode.Mode.ToString=\u30E2\u30FC\u30C9 [{0}]
|
||||
ModifyBeanValueCommand.ModifyCell.Label=\u30BB\u30EB\u5024\u306E\u5909\u66F4
|
||||
ColorStyledText.SelectAllItem.Text=\u3059\u3079\u3066\u9078\u629E
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC
|
||||
ExportPushButton.ExportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092XML\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
|
||||
TableViewerCreator.CellModifier.ExError=\u73FE\u5728\u306E CellModifier \u306F\u3053\u306E\u64CD\u4F5C\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002\n\u3053\u306E\u6A5F\u80FD\u3092\u4F7F\u3046\u306B\u306F\u3001'{0}'\u304B\u7D99\u627F\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
Curve2D.MinNum.Be0=minimumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
|
||||
ModeReader.IgnoreElement=\u4E0D\u660E\u306A\u8981\u7D20\u3092\u7121\u8996
|
||||
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
|
||||
CellEditorDialogBehavior.textContent=...
|
||||
CellEditorValueAdapterFactory.valueNotStringType=Bean\u306E\u5024\u306FString\u578B\u306E\u30AF\u30E9\u30B9\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3057
|
||||
ColorStyledText.UndoItem.Text=\u5143\u306B\u623B\u3059
|
||||
ContentProposalAdapterExtended.close=\u9589\u3058\u308B
|
||||
ContentProposalAdapterExtended.closeFocusout=Focusout\u3092\u9589\u3058\u308B
|
||||
DateDialog.textContent=\u65E5\u4ED8\u3068\u6642\u9593\u306E\u9078\u629E
|
||||
DefaultCellModifier.tableItemDispose=\u7834\u68C4\u3055\u308C\u305F\u30C6\u30FC\u30D6\u30EB\u9805\u76EE
|
||||
ErrorDialogWithContinue.setParameter=\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u8A2D\u5B9A\u3057\u3066\u7D99\u7D9A
|
||||
EventUtil.activate=\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
|
||||
EventUtil.arm=\u906E\u65AD
|
||||
EventUtil.close=\u9589\u3058\u308B
|
||||
EventUtil.collapse=\u6298\u308A\u305F\u305F\u3080
|
||||
EventUtil.deactivate=\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
|
||||
EventUtil.defaultSelection=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9078\u629E
|
||||
EventUtil.deiconify=\u975E\u30A2\u30A4\u30B3\u30F3\u5316
|
||||
EventUtil.detailNull=NULL\u5024
|
||||
EventUtil.dispose=\u7834\u68C4
|
||||
EventUtil.dragDetect=\u30C9\u30E9\u30C3\u30B0\u306E\u691C\u77E5
|
||||
EventUtil.expand=\u5C55\u958B\u3059\u308B
|
||||
EventUtil.focusIn=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u3042\u3066\u308B
|
||||
EventUtil.focusOut=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u5916\u3059
|
||||
EventUtil.hardKeyDown=\u30AD\u30FC\u30C0\u30A6\u30F3
|
||||
EventUtil.hardKeyUp=\u30AD\u30FC\u30A2\u30C3\u30D7
|
||||
EventUtil.help=\u30D8\u30EB\u30D7
|
||||
EventUtil.hide=\u96A0\u3059
|
||||
EventUtil.iconify=\u30A2\u30A4\u30B3\u30F3\u5316
|
||||
EventUtil.keyDown=\u30AD\u30FC\u30C0\u30A6\u30F3
|
||||
EventUtil.keyUp=\u30AD\u30FC\u30A2\u30C3\u30D7
|
||||
EventUtil.menuDetect=\u30E1\u30CB\u30E5\u30FC\u691C\u77E5
|
||||
EventUtil.modify=\u5909\u66F4
|
||||
EventUtil.mouseDoubleClick=\u30DE\u30A6\u30B9\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF
|
||||
EventUtil.mouseDown=\u30DE\u30A6\u30B9\u30C0\u30A6\u30F3
|
||||
EventUtil.mouseEnter=\u30DE\u30A6\u30B9\u30A8\u30F3\u30BF\u30FC
|
||||
EventUtil.mouseExit=\u30DE\u30A6\u30B9\u30A4\u30B0\u30B8\u30C3\u30C8
|
||||
EventUtil.mouseHover=\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC
|
||||
EventUtil.mouseMove=\u30DE\u30A6\u30B9\u306E\u79FB\u52D5
|
||||
EventUtil.mouseUp=\u30DE\u30A6\u30B9\u30A2\u30C3\u30D7
|
||||
EventUtil.move=\u79FB\u52D5
|
||||
EventUtil.paint=\u30DA\u30A4\u30F3\u30C8
|
||||
EventUtil.resize=\u30EA\u30B5\u30A4\u30BA
|
||||
EventUtil.selectedEqual=\u9078\u629E\u3055\u308C\u305F
|
||||
EventUtil.selection=\u9078\u629E
|
||||
EventUtil.show=\u8868\u793A
|
||||
EventUtil.traverse=\u30C8\u30E9\u30D0\u30FC\u30B9
|
||||
EventUtil.typeNull=NULL\u5024
|
||||
EventUtil.verify=\u78BA\u8A8D
|
||||
ExceptionMessageDialog.log=\u30ED\u30B0
|
||||
Rule.rule=\u30EB\u30FC\u30EB [{0}]
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE\u3068\u3057\u3066\u4FDD\u5B58
|
||||
SWTCalendarWithTime.contentEvening=\u5348\u5F8C
|
||||
SWTCalendarWithTime.contentHr=\u6642 \:
|
||||
SWTCalendarWithTime.contentMin=\u5206 \:
|
||||
SWTCalendarWithTime.contentMorning=\u5348\u524D
|
||||
SWTCalendarWithTime.contentNoon=\u6B63\u5348
|
||||
SWTCalendarWithTime.contentNow=\u73FE\u5728
|
||||
SWTCalendarWithTime.contnetSec=\u79D2 \:
|
||||
TableViewerCreator.columnNoIBeanProperty=\u30AB\u30E9\u30E0 '{0}' ('{1}') \u306F CellEditor \u30BB\u30C3\u30C8\u3092\u6301\u3061\u307E\u3059\u304C\u3001 IBeanPropertyAccessors\u3092\u6301\u3061\u307E\u305B\u3093\u3002
|
||||
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0 '{0}' \u306FNull\u306EID\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u3002
|
||||
StateComposite.FLL_DB_INFOR=DB\u60C5\u5831\u306E\u5165\u529B
|
||||
StateComposite.HELP_MESSAGE=\u30D8\u30EB\u30D7\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
StateComposite.MESSAGE1=\u30C0\u30A4\u30CA\u30DF\u30C3\u30AF\u30B8\u30E7\u30D6\u3092\u4F5C\u6210\u3057\u305F\u308A\u3001\u5165\u529B\u30C6\u30FC\u30D6\u30EB\u306B\u4F9D\u5B58\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u540D\u307E\u305F\u306F\u30C6\u30FC\u30D6\u30EB\u540D\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
|
||||
StateComposite.MESSAGE2=\u3053\u306E\u305F\u3081\u306B\u30C6\u30AD\u30B9\u30C8\u3092\u4F7F\u7528\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
|
||||
StateComposite.MESSAGE3=\u30D5\u30A1\u30A4\u30EB\u540D\u307E\u305F\u306F\u30C6\u30FC\u30D6\u30EB\u540D\u306B
|
||||
StateComposite.MESSAGE4=\uFF11\u30C6\u30FC\u30D6\u30EB\u306E\u4F8B\uFF1A
|
||||
StateComposite.MESSAGE5=\uFF11\u30D5\u30A1\u30A4\u30EB\u306E\u4F8B\uFF1A
|
||||
StateComposite.MESSAGE6=\u304A\u305D\u3089\u304F
|
||||
StateComposite.OUTPUT_SELECTION=\u51FA\u529B\u9078\u629E
|
||||
StateComposite.SEL_JOBNAME=\u30B8\u30E7\u30D6\u540D\u306E\u8A2D\u5B9A
|
||||
StateComposite.STATE=\u72B6\u614B
|
||||
StateComposite.TABLE_SELECTION=\u30C6\u30FC\u30D6\u30EB\u9078\u629E
|
||||
StateComposite.TEMPLATE_SELECTION=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u9078\u629E
|
||||
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=\u30EB\u30FC\u30C8\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E
|
||||
ArchiveDirectoryChooser.DataTransfer_browse=\u53C2\u7167...
|
||||
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E
|
||||
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u5148\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E
|
||||
ArchiveDirectoryChooser.ArchiveExport_description=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306B\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
|
||||
@@ -1,89 +0,0 @@
|
||||
commons.error=\u9519\u8BEF
|
||||
TableViewerCreator.TableColumn.AssertMsg=ID\u5C5E\u6027\u4E3A\u2019{0}\u2018\u7684TableEditorColumn\u7684TableColumn\u6CA1\u6709\u6B63\u786E\u7684Table\u3002
|
||||
ColorStyledText.PasteItem.Text=\u7C98\u8D34
|
||||
EventUtil.UnknowDetail=\u672A\u77E5\u7684\u4E8B\u4EF6\u63CF\u8FF0\uFF1A
|
||||
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
|
||||
ResetDBTypesButton.ResetDBTypesButton.Tip=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B
|
||||
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519!
|
||||
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5217ID\u5C5E\u6027\uFF0C\u4E00\u4E2A\u8868\u4E2D\u5217\u7684ID\u5C5E\u6027\u5FC5\u987B\u552F\u4E00\u3002
|
||||
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u4F60\u7684\u5DF2\u7ECF\u8C03\u7528\u4E86createTable()\u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
|
||||
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5916\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
|
||||
SelectContextVariablesPushButton.Label=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
|
||||
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable\u7684\u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u8FD9\u4E2A\u65B9\u6CD5\u4E4B\u524D\u88AB\u5B9E\u73B0\u3002
|
||||
ImportPushButton.ImportButton.Tip=\u5BFC\u5165XML\u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
|
||||
LabelledFileField.FileDialog.Text=\u9009\u62E9\u4E00\u4E2A
|
||||
TableViewerCreator.Table.BeNull=\u8868\u4E3A\u7A7A
|
||||
AddAllPushButton.AddAllButton.Tip=\u6DFB\u52A0\u6240\u6709
|
||||
ExtendedTableRemoveCommand.Romve.Label=\u5220\u9664\u8868
|
||||
AddPushButton.AddButton.Tip=\u6DFB\u52A0
|
||||
MoveDownPushButton.MoveDownTip=\u5411\u4E0B\u79FB\u52A8\u9009\u4E2D\u9879
|
||||
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u5728\u5916\u90E8\u526A\u8D34\u677F\u4E2D\u3002
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=\u63A7\u952E\u7C7B\u578B\u63D0\u793A\u4E0D\u88AB\u652F\u6301\uFF1A
|
||||
AccessorUtils.isReq=\u9700\u8981\u4E00\u4E2ABean(<B>)
|
||||
EventUtil.UnknowType=\u672A\u77E5\u7684\u65F6\u95F4\u7C7B\u578B\uFF1A
|
||||
ProposalUtils.CellProposal.Error=CellEditor\u7C7B\u578B\u63D0\u793A\u4E0D\u88AB\u652F\u6301\uFF1A
|
||||
RemovePushButton.RemoveButton.Tip=\u5220\u9664\u6240\u9009\u9879
|
||||
FileStep2.previewFailure=\u9884\u89c8\u9519\u8bef\u3002\u987b\u6539\u53d8\u4e00\u4e9b\u8bbe\u7f6e\u3002 \n\u6ce8\u610f\uff1a\u9884\u89c8\u9519\u8bef\u53ef\u80fd\u662f\u56e0\u4e3a\u9519\u8bef\u7684\u7f16\u7801\u8bbe\u7f6e\u9020\u6210\u7684\u3002
|
||||
PastePushButton.PasteButton.Label=\u7C98\u8D34
|
||||
LabelledFileField.BrowseButton.Text=\u6D4F\u89C8...
|
||||
MoveUpPushButton.MoveUpButton.Tip=\u5411\u4E0A\u79FB\u52A8\u9009\u4E2D\u9879
|
||||
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E,\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
|
||||
exception.errorOccured=\u4E00\u4E2A\u9519\u8BEF\u53D1\u751F({0}).\n \u8BE6\u7EC6\u63CF\u8FF0\u67E5\u770B\u65E5\u5FD7\u3002
|
||||
ColorStyledText.CopyItem.Text=\u590D\u5236
|
||||
AccessorUtils.Assert0=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\u3002\u2018{2}\u2019\u9700\u8981\u4E00\u4E2ABean<B>
|
||||
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
|
||||
CopyPushButton.CopyButton.Tip=\u590D\u5236\u88AB\u9009\u4E2D\u7684\u9879
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B\u4E3A\u9ED8\u8BA4\u503C
|
||||
ExtendedTableAddCommand.Add.Label=\u6DFB\u52A0\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
|
||||
ControlUtils.Unsupported1=\u8FD9\u4E2A\u9762\u677F({0})\u4E0D\u652F\u6301\u3002\u5982\u679C\u4F60\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6\u3002
|
||||
AccessorUtils.isReqValue=\u9700\u8981\u4E00\u4E2A\u503C(<V>),\u4F46\u662F\u8FD9\u4E2A\u503C\u662F\u7531\u2018CellEditorValueAdapter\u2019\u4EA7\u751F\u3002
|
||||
AccessorUtils.NoClassDef=\u7C7B\u672A\u5B9A\u4E49\u9519\u8BEF\uFF1A
|
||||
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u4FE1\u606F
|
||||
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
|
||||
TreeToTablesLinker.Type.Unsupported=\u5F53\u524D\u63A7\u952E\u7C7B\u578B\u4E0D\u652F\u6301\u3002
|
||||
ModifyBeanValueCommand.ModifyCell.Label=\u4FEE\u6539\u5355\u5143\u683C\u503C
|
||||
ColorStyledText.SelectAllItem.Text=\u5168\u9009
|
||||
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF
|
||||
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230XML\u6587\u4EF6
|
||||
TableViewerCreator.CellModifier.ExError=\u5F53\u524DCellModifier\u4E0D\u652F\u6301\u6B64\u64CD\u4F5C\u3002\n \u4F7F\u7528\u2019{0}\u2018\u7C7B\u6216\u7EE7\u627F\u8FD9\u4E2A\u7C7B\u7684\u5B50\u7C7B
|
||||
Curve2D.MinNum.Be0=\u6BB5\u7684\u6700\u5C0F\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
|
||||
ModeReader.IgnoreElement=\u5FFD\u7565\u672A\u77E5\u5143\u7D20
|
||||
Curve2D.MaxNum.Be0=\u6BB5\u7684\u6700\u5927\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
|
||||
CellEditorValueAdapterFactory.valueNotStringType=Bean\u503C\u5FC5\u987B\u662F\u4E00\u4E2AString\u7C7B\u578B\uFF01
|
||||
ColorStyledText.RedoItem.Text=\u91CD\u505A
|
||||
ColorStyledText.UndoItem.Text=\u590D\u539F
|
||||
ContentProposalAdapterExtended.close=\u5173\u95ED
|
||||
ContentProposalAdapterExtended.closeFocusout=\u5173\u95EDfocusout
|
||||
DateDialog.textContent=\u9009\u62E9\u65E5\u671F& \u65F6\u95F4
|
||||
ErrorDialogWithContinue.setParameter=\u8BBE\u7F6E\u53C2\u6570\u5E76\u7EE7\u7EED
|
||||
EventUtil.activate=\u542f\u52a8
|
||||
EventUtil.close=\u5173\u95ED
|
||||
EventUtil.deactivate=\u64a4\u6d88
|
||||
EventUtil.defaultSelection=\u9ED8\u8BA4\u9009\u62E9
|
||||
EventUtil.dragDetect=\u62D6\u66F3\u68C0\u6D4B
|
||||
EventUtil.expand=\u6269\u5F20
|
||||
EventUtil.help=\u5e2e\u52a9
|
||||
EventUtil.modify=\u4FEE\u6539
|
||||
EventUtil.mouseDoubleClick=\u9F20\u6807\u53CC\u51FB
|
||||
EventUtil.mouseDown=\u9F20\u6807\u6309\u4E0B
|
||||
EventUtil.mouseEnter=\u9F20\u6807\u8F93\u5165
|
||||
EventUtil.mouseExit=\u9F20\u6807\u9000\u51FA
|
||||
EventUtil.mouseHover=\u9F20\u6807\u60AC\u505C
|
||||
EventUtil.mouseMove=\u9F20\u6807\u79FB\u52A8
|
||||
EventUtil.mouseUp=\u9F20\u6807\u5411\u4E0A
|
||||
EventUtil.move=\u79fb\u52a8
|
||||
EventUtil.paint=\u989C\u6599
|
||||
EventUtil.resize=\u8C03\u6574\u5927\u5C0F
|
||||
EventUtil.selectedEqual=\u9009\u5B9A\u7684
|
||||
EventUtil.selection=\u9009\u62E9
|
||||
EventUtil.show=\u663E\u793A
|
||||
EventUtil.verify=\u9A8C\u8BC1
|
||||
ExceptionMessageDialog.log=\u65E5\u5FD7
|
||||
SaveAsGenericSchemaPushButton.saveAsSchema=\u53e6\u5b58\u4e3a\u4e00\u822cschema
|
||||
SWTCalendarWithTime.contentEvening=\u665A\u95F4
|
||||
SWTCalendarWithTime.contentHr=\u5C0F\u65F6\uFF1A
|
||||
SWTCalendarWithTime.contentMin=\u5206\u949F\uFF1A
|
||||
SWTCalendarWithTime.contentMorning=\u65E9\u6668
|
||||
SWTCalendarWithTime.contentNoon=\u4E2D\u5348
|
||||
SWTCalendarWithTime.contentNow=\u73B0\u5728
|
||||
SWTCalendarWithTime.contnetSec=\u79D2\uFF1A
|
||||
@@ -1,8 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.talend.core.nl Fragment
|
||||
Bundle-SymbolicName: org.talend.core.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Bundle-Vendor: .Talend SA.
|
||||
Fragment-Host: org.talend.core
|
||||
Bundle-Localization: plugin
|
||||
@@ -1,18 +0,0 @@
|
||||
source.. = src/main/java/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin_en.properties,\
|
||||
,plugin_zh_CN.properties\
|
||||
,plugin_ru.properties\
|
||||
,plugin_jp.properties\
|
||||
,plugin_hr.properties\
|
||||
,plugin_fr.properties\
|
||||
,plugin_pt_BR.properties\
|
||||
,plugin_nl.properties\
|
||||
,plugin_el.properties\
|
||||
,plugin_ja.properties\
|
||||
,plugin_it.properties\
|
||||
,plugin_es.properties\
|
||||
,plugin_pl.properties\
|
||||
,plugin_de.properties
|
||||
@@ -1,5 +0,0 @@
|
||||
providerName=www.example.org
|
||||
pluginName=Talend\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30E2\u30C7\u30EB
|
||||
prefsName=Talend
|
||||
talend.scheme=Talend \u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30AD\u30FC\u30E0
|
||||
prefs=Talend
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.core.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,314 +0,0 @@
|
||||
EUpdateResult.Update=Update from repository
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
SelectRepositoryContextDialog.SelectAll=Select All
|
||||
PerspectiveMenuManager.dummy=Dummy
|
||||
SelectRepositoryContextGroupDialog.Messages= Add the nonexistent context group into job from the repository context.
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EUpdateResult.BuiltIn=Change to built-in mode
|
||||
EUpdateResult.Rename=Change the name
|
||||
ContextProcessSection.ParameterNameIsNotValid=Parameter name is not valid.
|
||||
EMetadataEncoding.Hebrew=Hebrew
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.Job=Job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Edit project
|
||||
RepositoryUpdateManager.NoModificationTitle=No modification needed
|
||||
CorePreferencePage.javaInterpreter=&Java interpreter
|
||||
EMetadataEncoding.GB2312=Chinese
|
||||
SelectRepositoryContextDialog.CollapseAll=Collapse All
|
||||
ERepositoryObjectType.FolderNotFound=Folder for type {0} cannot be found.
|
||||
CorePreferencePage.componentDefaultFileDirectory=Component default file directory
|
||||
SelectRepositoryContextDialog.ExistenceMessage=The variable "{0}" has existed in job(Context:"{1}").
|
||||
CorePreferencePage.runInMultiThread=Multi Thread execution (Default value for job creation)
|
||||
MappingFileLoader.UndeclaredDbType="{0}"is not a declared Db type for the dbms id "{1}" at node: {2}
|
||||
EConnectionType.tableMenu=Table
|
||||
MappingFileLoader.UnbindedDbTypes=In dbms id "{0}" mapping file, Db types below are not bind with "{1}" Talend types : {2}
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
EConnectionType.runAfterMenu=Run After
|
||||
GlobalServiceRegister.ServiceNotRegistered=The service {0} has not been registered.
|
||||
ConextTemplateComposite.OrderText=Original order
|
||||
SelectRepositoryContextDialog.Title=Select Context Variables
|
||||
EUpdateResult.Add=Add to repository
|
||||
SelectRepositoryContextDialog.View=View...
|
||||
EUpdateResult.JobletUpdate=Update for joblet node
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
CorePreferencePage.groupBySource="Group by source" in context
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
RepositoryUpdateManager.ItemsToUpdate=Check items to update
|
||||
SelectRepositoryContextDialog.Label=Select variables from repository contexts.
|
||||
EMetadataEncoding.Greek=Greek
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EConnectionType.synchronize=Synchronize
|
||||
VersionSection.Version=Version
|
||||
EConnectionType.onRowsEndMenu=On Rows End
|
||||
EUpdateResult.Delete=Delete from repository
|
||||
SelectRepositoryContextDialog.ExpandAll=Expand All
|
||||
EUpdateItemType.Components=Components
|
||||
EConnectionType.mergeMenu=Merge
|
||||
RepositoryUpdateManager.RenameContextTitle=Rename Question
|
||||
EUpdateItemType.Schema=Schema
|
||||
ContextValueErrorChecker.ErrorTitile=Context value error:
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
RepositoryUpdateManager.RenameContextMessages=Do you really want to propagate the rename variable to all jobs now? \n\n If yes, it might be quite long time to update.\n\n If no, the old variables will be change to built-in in the job.
|
||||
EUpdateItemType.Query=Query
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema not present in Database
|
||||
SelectRepositoryContextDialog.DuplicationMessage=You have selected the variable "{0}" in the Context "{1}".
|
||||
UpdatesConstants.Component=Component
|
||||
CorePreferencePage.perlInterpreter=Perl interpreter
|
||||
EMetadataEncoding.GB18030=Chinese National Standard
|
||||
ContextProcessSection.errorTitle=Error
|
||||
EConnectionType.parallelize=Parallelize
|
||||
VersionSection.CreationDate=Creation Date
|
||||
MappingFileLoader.UnbindedTalendTypes=In dbms id "{0}" mapping file, Talend types below are not bind with "{1}" Db types : {2}
|
||||
ContextProcessSection.7=Give a name for the new context
|
||||
ContextProcessSection.6=New Context
|
||||
EConnectionType.mainMenu=Main
|
||||
ContextProcessSection.4=Add New Context based on ->(
|
||||
ContextProcessSection.2=Ask for Confirmation?
|
||||
ContextProcessSection.1=menuTable
|
||||
EUpdateItemType.Property=Property
|
||||
SelectRepositoryContextDialog.DeselectAll=Deselect All
|
||||
CorePreferencePage.iReportPath=iReport path
|
||||
MetadataTalendType.DBMSNotSetted=DBMS not setted
|
||||
ImportExternalJarAction.title=Add external JARs
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' not found
|
||||
RepositoryUpdateManager.NoModificationMessages=There is no modification needed for update.
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordic)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turkish)
|
||||
EMetadataEncoding.Latin4=Latin4 (North European)
|
||||
EMetadataEncoding.Latin3=Latin3 (South European)
|
||||
EMetadataEncoding.Latin2=Latin2 (East European)
|
||||
EMetadataEncoding.Latin1=Latin1 (West European)
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
CorePreferencePage.temporaryFiles=&Temporary files
|
||||
EUpdateResult.Reload=Reload components
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
ContextProcessSection.49=Default Context
|
||||
RepositoryObject.NotImplemented=not implemented
|
||||
ERepositoryObjectType.NotImplemented=not implemented
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connection successful
|
||||
SelectRepositoryContextGroupDialog.Default=Default
|
||||
XmlArray.InvalidFile=Invalid file.
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
ContextProcessSection.30=That name already exist
|
||||
EUpdateItemType.Variable=Variable
|
||||
ContextProcessSection.29=Error
|
||||
CorePreferencePage.previewLimit=Preview limit
|
||||
ConextTemplateComposite.OrderMessages=If you want reorder the variables, it must be selected.
|
||||
SelectRepositoryContextDialog.DuplicationTitle=Duplication Warining!
|
||||
EUpdateItemType.Name=Name
|
||||
ContextProcessSection.13=Give a new name for the context {0}
|
||||
ContextProcessSection.12=Rename Context
|
||||
EUpdateItemType.SAPFunction=SAP Function
|
||||
EMetadataEncoding.Big5=Big Five (Traditionnal Chinese)
|
||||
ContextProcessSection.RemoveInformation={0} is default context, it can not be removed.
|
||||
RepositoryUpdateManager.Messages=Do you want to detect all the Jobs that are affected by the modifications done in this item? This may take some time.
|
||||
MappingFileLoader.InvalidTalendType="{0}" is not a valid {1} Talend type for the dbms id "{2}" at node: {3}
|
||||
RepositoryUpdateManager.Check=Checking...
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EMetadataEncoding.Arabic=Arabic
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
SelectRepositoryContextGroupDialog.Title=Add Context Group
|
||||
MappingFileLoader.DbmsIdAlreadyExists=Dbms with id "{0}" already exists !"
|
||||
EConnectionType.runIfMenu=Run if
|
||||
VersionSection.ModificationDate=Modification Date
|
||||
MappingFileLoader.DbTypeAlreadyExists=In dbms id "{0}" mapping, Db type "{1}" appears more than once into file "{2}" at node:{3}
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} does not exist.
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
ColumnNameChangedExt.columnChanged=Node: {0} Column changed : {1}-> {2}
|
||||
ComponentToRepositoryProperty.error=Error
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible to use OCI type in the repository\!
|
||||
ContextComposite.tableValue=Values as table
|
||||
ContextComposite.treeValue=Values as tree
|
||||
ContextComposite.variable=Variables
|
||||
ContextSetConfigurationDialog.nameNotValid=the name is not valid
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Add to repository context
|
||||
ECodeLanguage.unknowLanguage=Unknown language
|
||||
ExtractMetaDataUtils.noData=No data found.
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
|
||||
JavaTypesManager.integer=INTEGER is number:
|
||||
JavaTypesManager.list=LIST is number:
|
||||
JavaTypesManager.string=STRING is number:
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id : {0} can't be found.
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.example=Example:
|
||||
PerlDynamicProposalUtil.autoConvert=\ would be automatically converted to {0}->[index] in the generated code
|
||||
ProcessorUtilities.finalizeBuild=Finalize build...
|
||||
ProcessorUtilities.generatingJob=Generating job...
|
||||
ProcessorUtilities.loadingJob=Loading job...
|
||||
VersionSection.Status=Status
|
||||
XSDValidater.IllegalArgument=The input XSD file does not exist.
|
||||
MultiStringSelectionDialog.nameEmpty=Name can not be empty
|
||||
PromptDialog.stringTip=The input text must be surrounded with single quote.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&File
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edit
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigate
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Go to
|
||||
ApplicationActionBarAdvisor.projectLabel=&Project
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Window
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Help
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Text Alignment
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Left
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Right
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centre
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Top
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bottom
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centre
|
||||
ConextTableValuesComposite.nameLabel=Name
|
||||
ContextTemplateComposite.CommentLabel=Comment
|
||||
ContextTemplateComposite.nameLabel=Name
|
||||
ContextTemplateComposite.scriptCodeLabel=Script code
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Context
|
||||
ContextTreeConstants.promptName=Prompt
|
||||
ContextTreeConstants.valueName=Value
|
||||
ContextTreeConstants.variableName=Variable
|
||||
GroupByContextAction.groupContext=Group by Context
|
||||
GroupByVariableAction.groupVariable=Group by Variable
|
||||
CorePreferencePage.alwaysWelcome=Always show welcome view when startup
|
||||
MetadataTool.errorMessage=Can't input the current character.
|
||||
MetadataTool.invalid=Invalid value
|
||||
MetadataTool.invalidChar=Invalid character
|
||||
MetadataTool.nameNull=Schema name can't be null.
|
||||
MetadataTool.nullValue=Null value
|
||||
MetadataTool.schemaExist=The schema name aready exists.
|
||||
MetadataTool.schemaIn=The schema name is invalid.
|
||||
MetadataTool.schemaInvalid=Schema name is invalid.
|
||||
MetadataTool.schemaNull=Schema name is null.
|
||||
RepositoryUpdateManager.NotFoundMessages=There is no relationship to find.
|
||||
RepositoryUpdateManager.NotFoundTitle=Not Found
|
||||
EUpdateItemType.ContextGroup=ContextGroup
|
||||
UpdatesConstants.ContextGroup=Context Group
|
||||
ExtractMetaDataUtils.1=Impossible to initialize the connection.
|
||||
RelationshipItemBuilder.buildingIndex=Building index...
|
||||
RelationshipItemBuilder.forItem=for item
|
||||
RuleOperationChoiceDialog.editRules=Edit Rules
|
||||
RuleOperationChoiceDialog.rule=Rule:
|
||||
RuleOperationChoiceDialog.selectRulesFile=Select a rule from file
|
||||
RuleOperationChoiceDialog.viewRules=View Rules(Read-only)
|
||||
EComponentCategory_appearance=Appearance
|
||||
EComponentCategory_assignment=Assignment
|
||||
EComponentCategory_basicSetting=Basic settings
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Dynamic settings
|
||||
EComponentCategory_errorRecovery=Error recovery
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Properties
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=SVN History
|
||||
EComponentCategory_technical=Technical
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_view=View
|
||||
InegerCellEditorListener.NegativeNumberMessage=The value of {0} can't be a negative number.
|
||||
InegerCellEditorListener.NumeralMessage=The value of {0} should be numeral.
|
||||
EComponentCategory_headerFooter=Header/Footer
|
||||
EComponentCategory.basicRun=Basic Run
|
||||
EComponentCategory.breakpoint=Breakpoint
|
||||
EComponentCategory.debugRun=Debug Run
|
||||
EComponentCategory.targetExec=Target Exec
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.JobVersion=JobVersion
|
||||
UpdatesConstants.JobVersion=JobVersion
|
||||
ProposalUtils.CellProposal.Error=Proposal of this type of CellEditor is unsupported \:
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=Proposal for this type of Control is unsupported \:
|
||||
HTMLDocGenerator_generate_document=Generated documentation
|
||||
HTMLDocGenerator.author=AUTHOR
|
||||
HTMLDocGenerator.author1=Author
|
||||
HTMLDocGenerator.column=Column
|
||||
HTMLDocGenerator.comment=Comment
|
||||
HTMLDocGenerator.component=Component:
|
||||
HTMLDocGenerator.component_description=Components Description
|
||||
HTMLDocGenerator.component_list=Component List
|
||||
HTMLDocGenerator.component_name=Component Name
|
||||
HTMLDocGenerator.component_parameters=Component Parameters:
|
||||
HTMLDocGenerator.component_type=Component Type
|
||||
HTMLDocGenerator.content=content
|
||||
HTMLDocGenerator.context=Context:
|
||||
HTMLDocGenerator.context_list=Context List
|
||||
HTMLDocGenerator.creation=Creation
|
||||
HTMLDocGenerator.description=Description
|
||||
HTMLDocGenerator.ended=ended
|
||||
HTMLDocGenerator.extra_settings=Extra settings
|
||||
HTMLDocGenerator.generation_date=GENERATION DATE
|
||||
HTMLDocGenerator.input=INPUT(S)
|
||||
HTMLDocGenerator.job_description=Description
|
||||
HTMLDocGenerator.job_preview_picture=Preview Picture
|
||||
HTMLDocGenerator.job_settings=Settings
|
||||
HTMLDocGenerator.key=Key
|
||||
HTMLDocGenerator.label=LABEL
|
||||
HTMLDocGenerator.language=Language
|
||||
HTMLDocGenerator.length=Length
|
||||
HTMLDocGenerator.mapper.alias=Alias
|
||||
HTMLDocGenerator.mapper.entries=Custom Conditions Entries
|
||||
HTMLDocGenerator.mapper.expression=Expression
|
||||
HTMLDocGenerator.mapper.iaminimized=isMinimized
|
||||
HTMLDocGenerator.mapper.isjoin=isJoin
|
||||
HTMLDocGenerator.mapper.join.type=Join Type
|
||||
HTMLDocGenerator.mapper.metadatatable.entries=Metadata Table Entries
|
||||
HTMLDocGenerator.mapper.operator=Operator
|
||||
HTMLDocGenerator.mapper.table.for=Mapper table for
|
||||
HTMLDocGenerator.mapper.table.name=Table Name
|
||||
HTMLDocGenerator.mapper.table.properties=Mapper table Properties
|
||||
HTMLDocGenerator.modification=Modification
|
||||
HTMLDocGenerator.name=Name
|
||||
HTMLDocGenerator.need_prompt=Need Prompt?
|
||||
HTMLDocGenerator.nullable=Nullable
|
||||
HTMLDocGenerator.original_function_para=Original Function Parameters:
|
||||
HTMLDocGenerator.output=OUTPUT(S)
|
||||
HTMLDocGenerator.precision=Precision
|
||||
HTMLDocGenerator.project_description=Project Description
|
||||
HTMLDocGenerator.project_name=Project Name
|
||||
HTMLDocGenerator.prompt=Prompt
|
||||
HTMLDocGenerator.properties=Properties
|
||||
HTMLDocGenerator.purpose=Purpose
|
||||
HTMLDocGenerator.row_default=Default
|
||||
HTMLDocGenerator.row_functions=Functions
|
||||
HTMLDocGenerator.row_generator_info=Row generator information for
|
||||
HTMLDocGenerator.row_parameters=Parameters
|
||||
HTMLDocGenerator.schema_for=Schema for
|
||||
HTMLDocGenerator.source=Source
|
||||
HTMLDocGenerator.source_code=Source Code
|
||||
HTMLDocGenerator.stats_logs=Stats & Logs
|
||||
HTMLDocGenerator.status=Status
|
||||
HTMLDocGenerator.summary=Summary
|
||||
HTMLDocGenerator.tmap.constraint.entries=Constraint Table Entries
|
||||
HTMLDocGenerator.tmap.isinnerjoin=isInnerJoin
|
||||
HTMLDocGenerator.tmap.isnullable=isNullable
|
||||
HTMLDocGenerator.tmap.isreject=isReject
|
||||
HTMLDocGenerator.tmap.isrejectinner=isRejectInnerJoin
|
||||
HTMLDocGenerator.tmap.matching.mode=Matching-mode
|
||||
HTMLDocGenerator.type=Type
|
||||
HTMLDocGenerator.unique_name=UNIQUE NAME
|
||||
HTMLDocGenerator.value=Value
|
||||
HTMLDocGenerator.values=Values
|
||||
HTMLDocGenerator.version=Version
|
||||
ConnectionParameterName.HostLabel=Host
|
||||
ConnectionParameterName.PortLabel=Port
|
||||
ConnectionParameterName.SchemaLabel=Schema
|
||||
ConnectionParameterName.UserLabel=User
|
||||
ConnectionParameterName.PasswordLabel=Password
|
||||
ConnectionParameterName.DbPathLabel=DataBase Root Path
|
||||
HTMLDocGenerator.tmap.expressionfilter=expressionFilter
|
||||
ActionBarBuildHelper.CloseEditorAction_text=&Close
|
||||
ActionBarBuildHelper.CloseEditorAction_toolTip=Close
|
||||
ActionBarBuildHelper.CloseAllAction_text=C&lose All
|
||||
ActionBarBuildHelper.CloseAllAction_toolTip=Close All
|
||||
ActionBarBuildHelper.SaveAll_text=Sav&e All
|
||||
ActionBarBuildHelper.SaveAll_toolTip=Save All
|
||||
@@ -1,293 +0,0 @@
|
||||
EUpdateResult.Update=\u30EC\u30DD\u30B8\u30C8\u30EA\u3092\u66F4\u65B0
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
SelectRepositoryContextDialog.SelectAll=\u5168\u9078\u629E
|
||||
PerspectiveMenuManager.dummy=\u30C0\u30DF\u30FC
|
||||
SelectRepositoryContextGroupDialog.Messages=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u30B8\u30E7\u30D6\u306B\u8FFD\u52A0
|
||||
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB\u8A9E
|
||||
EUpdateResult.BuiltIn=\u7D44\u8FBC\u307F\u30E2\u30FC\u30C9\u3078\u5909\u66F4
|
||||
EUpdateResult.Rename=\u540D\u524D\u3092\u5909\u66F4
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u5F15\u6570\u540D\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4\u8A9E
|
||||
UpdatesConstants.Context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
UpdatesConstants.Job=\u30B8\u30E7\u30D6
|
||||
ProjectSettingsWizard.EditProjectPageTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u7DE8\u96C6
|
||||
RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
EMetadataEncoding.GB2312=\u4E2D\u56FD\u8A9E
|
||||
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
|
||||
ERepositoryObjectType.FolderNotFound={0}\u30BF\u30A4\u30D7\u7528\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
|
||||
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C\uFF08\u30B8\u30E7\u30D6\u751F\u6210\u306E\u305F\u3081\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\uFF09
|
||||
MappingFileLoader.UndeclaredDbType="{0}" \u306F\u3001\u30CE\u30FC\u30C9\:{2} \u306EID "{1}" \u306EDBMS\u306EDB\u30BF\u30A4\u30D7\u3068\u3057\u3066\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
|
||||
MappingFileLoader.UnbindedDbTypes=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306EDB\u30BF\u30A4\u30D7\u306FTalend\u30BF\u30A4\u30D7 \: {2}\u306E "{1}" \u3068\u7D50\u3073\u3064\u3044\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
|
||||
PerspectiveMenuManager.perspectiveLabel=\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6 (&P)
|
||||
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
|
||||
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u756A
|
||||
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u9078\u629E
|
||||
EUpdateResult.Add=\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u8FFD\u52A0
|
||||
SelectRepositoryContextDialog.View=\u53C2\u7167...
|
||||
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u3092\u66F4\u65B0
|
||||
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
|
||||
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5185\u306E"\u30BD\u30FC\u30B9\u306B\u3088\u308B\u30B0\u30EB\u30FC\u30D7"
|
||||
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u9078\u629E\u30A2\u30A4\u30C6\u30E0\u3092\u66F4\u65B0
|
||||
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
|
||||
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EConnectionType.synchronize=\u540C\u671F\u3059\u308B
|
||||
VersionSection.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
|
||||
EUpdateResult.Delete=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u524A\u9664
|
||||
SelectRepositoryContextDialog.ExpandAll=\u3059\u3079\u3066\u5C55\u958B
|
||||
EUpdateItemType.Components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
EConnectionType.mergeMenu=\u30DE\u30FC\u30B8
|
||||
RepositoryUpdateManager.RenameContextTitle=\u8CEA\u554F\u306E\u540D\u79F0\u5909\u66F4
|
||||
EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
|
||||
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
RepositoryUpdateManager.RenameContextMessages=\u5909\u66F4\u3092\u5168\u3066\u306E\u30B8\u30E7\u30D6\u306B\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F /n\u53CD\u6620\u3059\u308B\u5834\u5408\u3001\u66F4\u65B0\u51E6\u7406\u306B\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002/n\u53CD\u6620\u3057\u306A\u3044\u5834\u5408\u3001\u4EE5\u524D\u306E\u5909\u6570\u304C\u30B8\u30E7\u30D6\u306B\u30D3\u30EB\u30C9\u30A4\u30F3\u3055\u308C\u307E\u3059\u3002
|
||||
EUpdateItemType.Query=\u30AF\u30A8\u30EA
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
|
||||
UpdatesConstants.Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
EMetadataEncoding.GB18030=\u4E2D\u56FD\u8A9E\u56FD\u5BB6\u57FA\u6E96
|
||||
ContextProcessSection.errorTitle=\u30A8\u30E9\u30FC
|
||||
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406\u3059\u308B
|
||||
VersionSection.CreationDate=\u4F5C\u6210\u65E5
|
||||
MappingFileLoader.UnbindedTalendTypes=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306ETalend\u30BF\u30A4\u30D7\u306FDB\u30BF\u30A4\u30D7 \: {2}\u306E "{1}" \u3068\u7D50\u3073\u3064\u3044\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
ContextProcessSection.7=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u524D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
ContextProcessSection.6=\u65B0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
|
||||
ContextProcessSection.4=\u4EE5\u4E0B\u3092\u30D9\u30FC\u30B9\u306B\u65B0\u898F\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u8FFD\u52A0->(
|
||||
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
|
||||
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
|
||||
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
|
||||
SelectRepositoryContextDialog.DeselectAll=\u9078\u629E\u3092\u5168\u3066\u89E3\u9664
|
||||
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
|
||||
ImportExternalJarAction.title=\u5916\u90E8jar\u30D5\u30A1\u30A4\u30EB\u306E\u8FFD\u52A0
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7'{0}'\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
EMetadataEncoding.Latin6=Latin6(\u5317\u6B27\u8A9E)
|
||||
EMetadataEncoding.Latin5=Latin5(\u30C8\u30EB\u30B3\u8A9E)
|
||||
EMetadataEncoding.Latin4=Latin4(\u5317\u30E8\u30FC\u30ED\u30C3\u30D1)
|
||||
EMetadataEncoding.Latin3=Latin3(\u5357\u30E8\u30FC\u30ED\u30C3\u30D1)
|
||||
EMetadataEncoding.Latin2=Latin2(\u6771\u30E8\u30FC\u30ED\u30C3\u30D1)
|
||||
EMetadataEncoding.Latin1=Latin1(\u897F\u30E8\u30FC\u30ED\u30C3\u30D1)
|
||||
ContextProcessSection.51=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F315
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
ContextProcessSection.50=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F314
|
||||
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
|
||||
EUpdateResult.Reload=\u30B3\u30F3\u30DD\u30CD\u30F3\u30C8\u3092\u30EA\u30ED\u30FC\u30C9
|
||||
RepositoryUpdateManager.Title=\u4FEE\u6B63
|
||||
ContextProcessSection.49=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u63A5\u7D9A\u6210\u529F
|
||||
SelectRepositoryContextGroupDialog.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
XmlArray.InvalidFile=\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u5B8C\u5168\u3067\u3059\u3002
|
||||
EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
|
||||
ContextProcessSection.30=\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
EUpdateItemType.Variable=\u5909\u6570
|
||||
ContextProcessSection.29=\u30A8\u30E9\u30FC
|
||||
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u5236\u9650
|
||||
ConextTemplateComposite.OrderMessages=\u3082\u3057\u3053\u308C\u3089\u306E\u5909\u6570\u3092\u4E26\u3079\u66FF\u3048\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
EUpdateItemType.Name=\u540D\u524D
|
||||
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8{0}\u306B\u65B0\u898F\u540D\u79F0\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u66F4
|
||||
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
EMetadataEncoding.Big5=\u4E94\u5927\u56FD(\u7E41\u4F53\u5B57)
|
||||
ContextProcessSection.RemoveInformation={0}\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30F3\u30C4\u3067\u3059\u3002\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.Messages=\u5168\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F /n\u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
MappingFileLoader.InvalidTalendType=\u30CE\u30FC\u30C9\:{3} \u306EDBMS ID "{2}" \u306E Talend\u30BF\u30A4\u30D7\u3068\u3057\u3066 "{0}" \u306F\u6709\u52B9\u306A {1} \u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF...
|
||||
ListPreferencePage.RemoveButtonName=\u524A\u9664
|
||||
UpdatesConstants.Joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
EMetadataEncoding.EUC_CN=\u7C21\u4F53\u5B57\u4E2D\u56FD\u8A9E\uFF08Unix\u30B3\u30FC\u30C9CN\u62E1\u5F35\uFF09
|
||||
EConnectionType.iteratorMenu=\u53CD\u5FA9
|
||||
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u8FFD\u52A0
|
||||
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
|
||||
VersionSection.ModificationDate=\u66F4\u65B0\u65E5
|
||||
MappingFileLoader.DbTypeAlreadyExists=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u306B\u304A\u3044\u3066\u3001DB\u30BF\u30A4\u30D7 "{1}" \u304C \u30CE\u30FC\u30C9\:{3}\u306E \u30D5\u30A1\u30A4\u30EB "{2}"\u3067\uFF11\u56DE\u4EE5\u4E0A\u51FA\u73FE\u3057\u307E\u3059\u3002
|
||||
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
AbstractItemMigrationTask.taskFailed=
|
||||
\n\n\n
|
||||
\n
|
||||
\n
|
||||
\n\n Migration task {0} failed on item {1}
|
||||
\n
|
||||
\n\u79FB\u884C\u30BF\u30B9\u30AF {0} \u304C\u30A2\u30A4\u30C6\u30E0{1}\u3067\u5931\u6557\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
\n
|
||||
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
|
||||
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EC\u30DD\u30B8\u30C8\u30EA\u306EOCI\u30BF\u30A4\u30D7\u304C\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
|
||||
ContextComposite.treeValue=tree\u3068\u3057\u3066\u306E\u5024
|
||||
ContextComposite.variable=\u5909\u6570
|
||||
ContextSetConfigurationDialog.nameNotValid=\u540D\u79F0\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EC\u30DD\u30B8\u30C8\u30EA\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
|
||||
ExtractMetaDataUtils.noData=\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id : {0} \u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093!
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH\:mm\:ss"
|
||||
PatternCalendar.example=\u4F8B\:
|
||||
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
|
||||
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
|
||||
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
|
||||
VersionSection.Status=\u72B6\u614B
|
||||
XSDValidater.IllegalArgument=\u5165\u529Bxsd\u30D5\u30A1\u30A4\u30EB\u304C\u3001\u5B58\u5728\u3057\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
|
||||
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u5F15\u7528\u7B26\u3067\u56F2\u307E\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u30D5\u30A1\u30A4\u30EB (&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&\u7DE8\u96C6
|
||||
ApplicationActionBarAdvisor.navigateLabel=&\u30CA\u30D3\u3059\u308B
|
||||
ApplicationActionBarAdvisor.gotoLabel=&\u79FB\u52D5
|
||||
ApplicationActionBarAdvisor.projectLabel=&\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&\u30A6\u30A4\u30F3\u30C9\u30A6
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&\u30D8\u30EB\u30D7
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u4F4D\u7F6E\u5408\u308F\u305B
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73\u65B9\u5411
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4\u65B9\u5411
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=left
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=right
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top= \u4E0A
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u4E0B\u63C3\u3048
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
|
||||
ConextTableValuesComposite.nameLabel=\u540D\u524D
|
||||
ContextTemplateComposite.CommentLabel=\u30B3\u30E1\u30F3\u30C8
|
||||
ContextTemplateComposite.nameLabel=\u540D\u524D
|
||||
ContextTemplateComposite.scriptCodeLabel=\u30B9\u30AF\u30EA\u30D7\u30C8\u30B3\u30FC\u30C9
|
||||
ContextTemplateComposite.sourceLabel=\u30BD\u30FC\u30B9
|
||||
ContextTemplateComposite.typeLabel=\u30BF\u30A4\u30D7
|
||||
ContextTreeConstants.contextName=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextTreeConstants.promptName=\u30D7\u30ED\u30F3\u30D7\u30C8
|
||||
ContextTreeConstants.valueName=\u5024
|
||||
ContextTreeConstants.variableName=\u5909\u6570
|
||||
GroupByContextAction.groupContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
CorePreferencePage.alwaysWelcome=\u30B9\u30BF\u30FC\u30C8\u30A2\u30C3\u30D7\u6642\u306B\u30A6\u30A7\u30EB\u30AB\u30E0\u30D3\u30E5\u30FC\u3092\u5E38\u306B\u8868\u793A
|
||||
MetadataTool.errorMessage=\u3053\u306E\u6587\u5B57\u306F\u5165\u529B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
|
||||
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
|
||||
MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
MetadataTool.nullValue=Null\u5024
|
||||
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u306F\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
|
||||
RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
UpdatesConstants.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\u3002
|
||||
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u3092\u69CB\u7BC9\u4E2D...
|
||||
RelationshipItemBuilder.forItem=\u30A2\u30A4\u30C6\u30E0
|
||||
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
|
||||
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB\:
|
||||
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
|
||||
EComponentCategory_appearance=\u30A2\u30D4\u30A2\u30E9\u30F3\u30B9
|
||||
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
|
||||
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
EComponentCategory_dynamicSetting=\u52D5\u7684\u8A2D\u5B9A
|
||||
EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA
|
||||
EComponentCategory_extra=\u8FFD\u52A0
|
||||
EComponentCategory_logs=\u30ED\u30B0
|
||||
EComponentCategory_main=\u30E1\u30A4\u30F3
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=SVN\u5C65\u6B74
|
||||
EComponentCategory_technical=\u6280\u8853
|
||||
EComponentCategory_view=\u8868\u793A
|
||||
InegerCellEditorListener.NegativeNumberMessage={0} \u306E\u5024\u306F\u8CA0\u6570\u306B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC/\u30D5\u30C3\u30BF\u30FC
|
||||
EComponentCategory.basicRun=\u57FA\u672C\u5B9F\u884C
|
||||
EComponentCategory.breakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8
|
||||
EComponentCategory.debugRun=\u30C7\u30D0\u30C3\u30B0\u5B9F\u884C
|
||||
EComponentCategory.targetExec=\u30BF\u30FC\u30B2\u30C3\u30C8\u306E\u5B9F\u884C
|
||||
EUpdateItemType.SAPIDoc=SAP iDoc
|
||||
EUpdateItemType.JobVersion=\u30B8\u30E7\u30D6\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
HTMLDocGenerator_generate_document=\u751F\u6210\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
HTMLDocGenerator.author=\u4F5C\u6210\u8005
|
||||
HTMLDocGenerator.author1=\u4F5C\u6210\u8005
|
||||
HTMLDocGenerator.column=\u30AB\u30E9\u30E0
|
||||
HTMLDocGenerator.comment=\u30B3\u30E1\u30F3\u30C8
|
||||
HTMLDocGenerator.component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
HTMLDocGenerator.component_description=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u8AAC\u660E
|
||||
HTMLDocGenerator.component_list=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4E00\u89A7
|
||||
HTMLDocGenerator.component_name=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D
|
||||
HTMLDocGenerator.component_parameters=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF
|
||||
HTMLDocGenerator.component_type=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30BF\u30A4\u30D7
|
||||
HTMLDocGenerator.content=\u5185\u5BB9
|
||||
HTMLDocGenerator.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
HTMLDocGenerator.context_list=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u4E00\u89A7
|
||||
HTMLDocGenerator.creation=\u4F5C\u6210
|
||||
HTMLDocGenerator.description=\u8AAC\u660E
|
||||
HTMLDocGenerator.ended=\u7D42\u4E86
|
||||
HTMLDocGenerator.extra_settings=\u8FFD\u52A0\u8A2D\u5B9A
|
||||
HTMLDocGenerator.generation_date=\u751F\u6210\u65E5
|
||||
HTMLDocGenerator.input=\u5165\u529B
|
||||
HTMLDocGenerator.job_description=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
HTMLDocGenerator.job_preview_picture=\u30B8\u30E7\u30D6\u30D7\u30EC\u30D3\u30E5\u30FC\u753B\u50CF
|
||||
HTMLDocGenerator.job_settings=\u30B8\u30E7\u30D6\u8A2D\u5B9A
|
||||
HTMLDocGenerator.key=\u30AD\u30FC
|
||||
HTMLDocGenerator.label=\u30E9\u30D9\u30EB
|
||||
HTMLDocGenerator.language=\u8A00\u8A9E
|
||||
HTMLDocGenerator.length=\u9577\u3055
|
||||
HTMLDocGenerator.mapper.alias=\u30A8\u30A4\u30EA\u30A2\u30B9
|
||||
HTMLDocGenerator.mapper.entries=\u30AB\u30B9\u30BF\u30E0\u6761\u4EF6\u30A8\u30F3\u30C8\u30EA
|
||||
HTMLDocGenerator.mapper.expression=\u30A8\u30AF\u30B9\u30D7\u30EC\u30C3\u30B7\u30E7\u30F3
|
||||
HTMLDocGenerator.mapper.iaminimized=\u6700\u5C0F\u5316
|
||||
HTMLDocGenerator.mapper.isjoin=\u30B8\u30E7\u30A4\u30F3
|
||||
HTMLDocGenerator.mapper.join.type=\u30B8\u30E7\u30A4\u30F3\u30BF\u30A4\u30D7
|
||||
HTMLDocGenerator.mapper.metadatatable.entries=\u30E1\u30BF\u30C7\u30FC\u30BF\u30C6\u30FC\u30D7\u30EB\u30A8\u30F3\u30C8\u30EA
|
||||
HTMLDocGenerator.mapper.operator=\u30AA\u30DA\u30EC\u30FC\u30BF
|
||||
HTMLDocGenerator.mapper.table.for=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB
|
||||
HTMLDocGenerator.mapper.table.name=\u30C6\u30FC\u30D6\u30EB\u540D
|
||||
HTMLDocGenerator.mapper.table.properties=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB\u5C5E\u6027
|
||||
HTMLDocGenerator.modification=\u4FEE\u6B63
|
||||
HTMLDocGenerator.name=\u540D\u524D
|
||||
HTMLDocGenerator.need_prompt=\u30D7\u30ED\u30F3\u30D7\u30C8\uFF1F
|
||||
HTMLDocGenerator.nullable=\u30CC\u30EB\u53EF\u80FD
|
||||
HTMLDocGenerator.original_function_para=\u30AA\u30EA\u30B8\u30CA\u30EB\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u30D1\u30E9\u30E1\u30FC\u30BF
|
||||
HTMLDocGenerator.output=\u51FA\u529B
|
||||
HTMLDocGenerator.precision=\u7CBE\u5EA6
|
||||
HTMLDocGenerator.project_description=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8AAC\u660E
|
||||
HTMLDocGenerator.project_name=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D
|
||||
HTMLDocGenerator.prompt=\u30D7\u30ED\u30F3\u30D7\u30C8
|
||||
HTMLDocGenerator.properties=\u5C5E\u6027
|
||||
HTMLDocGenerator.purpose=\u76EE\u7684
|
||||
HTMLDocGenerator.row_default=\u898F\u5B9A\u5024
|
||||
HTMLDocGenerator.row_functions=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
HTMLDocGenerator.row_generator_info=\u30ED\u30A6\u30B8\u30A7\u30CD\u30EC\u30FC\u30BF\u60C5\u5831
|
||||
HTMLDocGenerator.row_parameters=\u30D1\u30E9\u30E1\u30FC\u30BF
|
||||
HTMLDocGenerator.schema_for=\u30B9\u30AD\u30FC\u30DE
|
||||
HTMLDocGenerator.source=\u30BD\u30FC\u30B9
|
||||
HTMLDocGenerator.source_code=\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9
|
||||
HTMLDocGenerator.stats_logs=\u30B9\u30C6\u30A4\u30BF\u30B9 (&A); Logs
|
||||
HTMLDocGenerator.status=\u30B9\u30C6\u30FC\u30BF\u30B9
|
||||
HTMLDocGenerator.summary=\u6982\u8981
|
||||
HTMLDocGenerator.tmap.constraint.entries=\u5236\u7D04\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA
|
||||
HTMLDocGenerator.tmap.isinnerjoin=\u30A4\u30F3\u30CA\u30FC\u30B8\u30E7\u30A4\u30F3
|
||||
HTMLDocGenerator.tmap.isnullable=\u30CC\u30EB\u53EF\u80FD
|
||||
HTMLDocGenerator.tmap.isreject=\u30EA\u30B8\u30A7\u30AF\u30C8
|
||||
HTMLDocGenerator.tmap.isrejectinner=\u30A4\u30F3\u30CA\u30FC\u30B8\u30E7\u30A4\u30F3\u306E\u30EA\u30B8\u30A7\u30AF\u30C8
|
||||
HTMLDocGenerator.tmap.matching.mode=\u30DE\u30C3\u30C1\u30F3\u30B0\u30E2\u30FC\u30C9
|
||||
HTMLDocGenerator.type=\u30BF\u30A4\u30D7
|
||||
HTMLDocGenerator.unique_name=\u30E6\u30CB\u30FC\u30AF\u540D
|
||||
HTMLDocGenerator.value=\u5024
|
||||
HTMLDocGenerator.values=\u5024
|
||||
@@ -1,155 +0,0 @@
|
||||
EUpdateResult.Update=Aktualizuj z repozytorium
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
SelectRepositoryContextDialog.SelectAll=Zaznacz wszystko
|
||||
EMetadataEncoding.Cyrillic=Cyrylica
|
||||
EUpdateResult.BuiltIn=Zmie\u0144 na tryb wbudowany
|
||||
EUpdateResult.Rename=Zmie\u0144 nazw\u0119
|
||||
ContextProcessSection.ParameterNameIsNotValid=Nazwa parametru niepoprawna.
|
||||
EMetadataEncoding.Hebrew=Hebrajski
|
||||
UpdatesConstants.Context=Contekst
|
||||
CorePreferencePage.javaInterpreter=Interpreter &Java
|
||||
EMetadataEncoding.GB2312=Chi\u0144ski
|
||||
ERepositoryObjectType.FolderNotFound=Folder typu {0} nie znaleziony.
|
||||
CorePreferencePage.componentDefaultFileDirectory=Domy\u015Blna \u015Bcie\u017Cka pliku komponentu
|
||||
CorePreferencePage.runInMultiThread=Wykonanie wielow\u0105tkowe (warto\u015B\u0107 domy\u015Blna przy tworzeniu pracy)
|
||||
EConnectionType.tableMenu=Tabela
|
||||
EConnectionType.onComponentErrorMenu=Po b\u0142\u0119dzie komponentu
|
||||
EConnectionType.onComponentOkMenu=Je\u015Bli komponent OK
|
||||
EConnectionType.runAfterMenu=Uruchom po
|
||||
ConextTemplateComposite.OrderText=Orginalna kolejno\u015B\u0107
|
||||
EUpdateResult.Add=Dodaj do repozytorium
|
||||
CorePreferencePage.groupBySource="Group by source" w kontek\u015Bcie
|
||||
EMetadataEncoding.Greek=Grecki
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EConnectionType.synchronize=Synchronizuj
|
||||
VersionSection.Version=Wersja
|
||||
EUpdateResult.Delete=Usu\u0144 z repozytorium
|
||||
EUpdateItemType.Components=Komponenty
|
||||
EConnectionType.mergeMenu=Z\u0142\u0105cz
|
||||
EUpdateItemType.Schema=Schemat
|
||||
ContextValueErrorChecker.ErrorTitile=B\u0142\u0105d warto\u015Bci konetekstu:
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EUpdateItemType.Query=Zapytanie
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schemat nie istnieje w bazie danych
|
||||
CorePreferencePage.perlInterpreter=Interpreter Perl
|
||||
EMetadataEncoding.GB18030=Standardowy narodowy chi\u0144ski
|
||||
ContextProcessSection.errorTitle=B\u0142\u0105d
|
||||
VersionSection.CreationDate=Data utworzenia
|
||||
ContextProcessSection.7=Nadaj nazw\u0119 nowemu kontekstowi
|
||||
ContextProcessSection.6=Nowy kontekst
|
||||
EConnectionType.mainMenu=G\u0142ówny
|
||||
ContextProcessSection.4=Dodaj nowy kontekst na podst. ->(
|
||||
ContextProcessSection.2=Pyta\u0107 o potwierdzenie?
|
||||
ContextProcessSection.1=menuTable
|
||||
EUpdateItemType.Property=W\u0142a\u015Bciwo\u015B\u0107
|
||||
CorePreferencePage.iReportPath=\u015Bcie\u017Cka iReport
|
||||
EMetadataEncoding.Latin6=Latin6(Nordycki)
|
||||
EMetadataEncoding.Latin5=Latin5(Turcja)
|
||||
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
|
||||
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
|
||||
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
|
||||
EMetadataEncoding.Latin1=Latin1(Zach Europa)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
CorePreferencePage.temporaryFiles=Pliki &tymczasowe
|
||||
EUpdateResult.Reload=Prze\u0142aduj komponenty
|
||||
ContextProcessSection.49=Kontekst domy\u015Blny
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Po\u0142\u0105czenie udane
|
||||
XmlArray.InvalidFile=Niepoprawny plik.
|
||||
ContextProcessSection.30=Nazwa ju\u017C istnieje
|
||||
EUpdateItemType.Variable=Zmienna
|
||||
ContextProcessSection.29=B\u0142\u0105d
|
||||
CorePreferencePage.previewLimit=Limit podgl\u0105du
|
||||
ConextTemplateComposite.OrderMessages=Je\u015Bli chcesz zmieni\u0107 kolejno\u015B\u0107 zmiennych musz\u0105 by\u0107 one zaznaczone
|
||||
EUpdateItemType.Name=Nazwa
|
||||
EUpdateItemType.SAPFunction=SAP Funkcja
|
||||
ContextProcessSection.RemoveInformation={0} to domy\u015Blny kontekst i nie mo\u017Ce by\u0107 usuni\u0119ty.
|
||||
ListPreferencePage.RemoveButtonName=Usu\u0144
|
||||
EMetadataEncoding.EUC_CN=Prosty chi\u0144ski (Rozszerzony Unix Code-CN)
|
||||
EConnectionType.iteratorMenu=Iteracja
|
||||
EMetadataEncoding.Arabic=Arabskie
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EConnectionType.runIfMenu=Uruchom je\u015Bli
|
||||
VersionSection.ModificationDate=Data modyfikacji
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} nie istnieje.
|
||||
AbstractItemMigrationTask.taskFailed=Zadanie migracji {0} nie powiod\u0142o si\u0119 na obiekcie {1}
|
||||
ComponentToRepositoryProperty.error=B\u0142\u0105d
|
||||
ContextComposite.tableValue=Warto\u015Bci jako tabela
|
||||
ContextComposite.treeValue=Warto\u015Bci jako drzewo
|
||||
ContextSetConfigurationDialog.nameNotValid=nazwa niepoprawna
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Dodaj do kontekstu repozytorium
|
||||
ECodeLanguage.unknowLanguage=Nieznany j\u0119zyk
|
||||
ExtractMetaDataUtils.noData=Nie znaleziono danych.
|
||||
VersionSection.Status=Status
|
||||
XSDValidater.IllegalArgument=wej\u015Bciowy plik xds nie istnieje.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Plik
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edycja
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Nawigacja
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Id\u017A do
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projekt
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Okno
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=góra
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
|
||||
ConextTableValuesComposite.nameLabel=Nazwa
|
||||
ContextTemplateComposite.CommentLabel=Komentarz
|
||||
ContextTemplateComposite.nameLabel=Nazwa
|
||||
ContextTemplateComposite.scriptCodeLabel=Kod skryptu
|
||||
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
|
||||
ContextTemplateComposite.typeLabel=Typ
|
||||
ContextTreeConstants.contextName=Contekst
|
||||
ContextTreeConstants.valueName=Warto\u015B\u0107
|
||||
ContextTreeConstants.variableName=Zmienna
|
||||
CorePreferencePage.alwaysWelcome=Zawsze pokazuj widok pocz\u0105tkowy na starcie
|
||||
ExtractMetaDataUtils.1=Inicjalizacja po\u0142\u0105czenie niemo\u017Cliwa.
|
||||
EComponentCategory_appearance=Wygl\u0105d
|
||||
EComponentCategory_assignment=Przypisanie
|
||||
EComponentCategory_context=Contekst
|
||||
EComponentCategory_doc=Dokuemntacja
|
||||
EComponentCategory_main=G\u0142ówny
|
||||
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
|
||||
EComponentCategory_sqlTemplate=Wzorzec SQL
|
||||
EComponentCategory_statsAndLogs=Statystyki i logi
|
||||
EComponentCategory_technical=Techniczne
|
||||
EComponentCategory_version=Wersja
|
||||
EComponentCategory_view=Widok
|
||||
HTMLDocGenerator.author=Autor
|
||||
HTMLDocGenerator.author1=Autor
|
||||
HTMLDocGenerator.column=Kolumna
|
||||
HTMLDocGenerator.comment=Komentarz
|
||||
HTMLDocGenerator.component_list=Lista komponentów
|
||||
HTMLDocGenerator.component_name=Nazwa komponentu
|
||||
HTMLDocGenerator.content=zawarto\u015B\u0107
|
||||
HTMLDocGenerator.context=Kontekst:
|
||||
HTMLDocGenerator.creation=Tworzenie
|
||||
HTMLDocGenerator.job_settings=Ustawienia
|
||||
HTMLDocGenerator.label=Etykieta
|
||||
HTMLDocGenerator.language=J\u0119zyk
|
||||
HTMLDocGenerator.length=D\u0142ugo\u015B\u0107
|
||||
HTMLDocGenerator.mapper.alias=Alias
|
||||
HTMLDocGenerator.mapper.expression=Wyra\u017Cenie
|
||||
HTMLDocGenerator.mapper.operator=Operator
|
||||
HTMLDocGenerator.mapper.table.name=Nazwa tabeli
|
||||
HTMLDocGenerator.name=Nazwa
|
||||
HTMLDocGenerator.precision=Precyzja
|
||||
HTMLDocGenerator.properties=W\u0142a\u015Bciwo\u015Bci
|
||||
HTMLDocGenerator.row_parameters=Paramatry
|
||||
HTMLDocGenerator.source=\u0179ród\u0142o
|
||||
HTMLDocGenerator.status=Status
|
||||
HTMLDocGenerator.type=Typ
|
||||
HTMLDocGenerator.unique_name=Nazwa unikalna
|
||||
HTMLDocGenerator.value=Warto\u015B\u0107
|
||||
HTMLDocGenerator.values=Warto\u015Bci
|
||||
HTMLDocGenerator.version=Wersja
|
||||
ConnectionParameterName.HostLabel=Host
|
||||
ConnectionParameterName.PortLabel=Port
|
||||
ConnectionParameterName.DatabaseLabel=Baza danych
|
||||
ConnectionParameterName.SchemaLabel=Schemat
|
||||
ConnectionParameterName.UserLabel=U\u017Cytkownik
|
||||
ConnectionParameterName.PasswordLabel=Has\u0142o
|
||||
ConnectionParameterName.DbfileLabel=Baza danych
|
||||
ConnectionParameterName.DbPathLabel=\u015Acie\u017Cka do katalogu baz danych
|
||||
@@ -1,38 +0,0 @@
|
||||
SelectRepositoryContextDialog.SelectAll=Tümünü Seç
|
||||
VersionSection.Version=Versiyon
|
||||
EUpdateItemType.Schema=\u015Eema
|
||||
ContextProcessSection.errorTitle=Hata
|
||||
VersionSection.CreationDate=Olu\u015Fma Tarihi
|
||||
ContextProcessSection.29=Hata
|
||||
EUpdateItemType.Name=Ad\u0131
|
||||
ComponentToRepositoryProperty.error=Hata
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Dosya
|
||||
ApplicationActionBarAdvisor.menuEditLabel=Dü&zenle
|
||||
ApplicationActionBarAdvisor.navigateLabel=D&ola\u015F
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Git
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Yard\u0131m
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Yatay
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Orta
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Orta
|
||||
ConextTableValuesComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.sourceLabel=Kaynak
|
||||
ContextTemplateComposite.typeLabel=Tip
|
||||
EComponentCategory_appearance=Görünüm
|
||||
EComponentCategory_assignment=Atama
|
||||
EComponentCategory_properties=Özellikler
|
||||
EComponentCategory_version=Versiyon
|
||||
HTMLDocGenerator.description=Aç\u0131klama
|
||||
HTMLDocGenerator.job_description=Aç\u0131klama
|
||||
HTMLDocGenerator.label=Etiket
|
||||
HTMLDocGenerator.mapper.operator=Operatör
|
||||
HTMLDocGenerator.name=Ad\u0131
|
||||
HTMLDocGenerator.properties=Özellikler
|
||||
HTMLDocGenerator.source=Kaynak
|
||||
HTMLDocGenerator.type=Tip
|
||||
HTMLDocGenerator.version=Versiyon
|
||||
ConnectionParameterName.PortLabel=Port
|
||||
ConnectionParameterName.DatabaseLabel=Veriambar\u0131
|
||||
ConnectionParameterName.SchemaLabel=\u015Eema
|
||||
ConnectionParameterName.PasswordLabel=\u015Eifre
|
||||
ConnectionParameterName.DbfileLabel=Veriambar\u0131
|
||||
@@ -1,197 +0,0 @@
|
||||
SelectRepositoryContextDialog.SelectAll=\u5168\u9009
|
||||
EMetadataEncoding.Cyrillic=\u53E4\u4EE3\u65AF\u62C9\u592B\u8BED
|
||||
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3ABuilt-In\u6A21\u5F0F
|
||||
EUpdateResult.Rename=\u66F4\u6539\u540D\u79F0
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u5B57\u65E0\u6548\u3002
|
||||
EMetadataEncoding.Hebrew=\u5E0C\u4F2F\u6765\u8BED
|
||||
UpdatesConstants.Context=\u7EC4\u4EF6
|
||||
UpdatesConstants.Job=\u8fdb\u7a0b
|
||||
RepositoryUpdateManager.NoModificationTitle=\u6CA1\u6709\u9700\u8981\u7684\u4FEE\u6539
|
||||
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668
|
||||
EMetadataEncoding.GB2312=\u4E2D\u6587
|
||||
SelectRepositoryContextDialog.CollapseAll=\u6536\u8D77
|
||||
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B{0}\u7684\u76EE\u5F55\u672A\u627E\u5230
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u7F3A\u7701\u6587\u4EF6\u76EE\u5F55
|
||||
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u8FD0\u884C(\u521b\u5efa\u65b0\u4f5c\u4e1a\u9ed8\u8ba4\u91c7\u7528)
|
||||
MappingFileLoader.UndeclaredDbType="{0}"\u6CA1\u6709\u88AB\u7533\u660E\u7684\u6570\u636E\u5E93\u7C7B\u578B\uFF0C\u5728\u6570\u636E\u5E93ID"{1}"\u5728\u8282\u70B9\uFF1A{2}
|
||||
EConnectionType.tableMenu=\u8868\u683C
|
||||
MappingFileLoader.UnbindedDbTypes=\u5728\u6570\u636E\u5E93ID"{0}"\u7684Mapping\u6587\u4EF6\uFF0C\u6570\u636E\u5E93\u7C7B\u578B\u6CA1\u6709\u7528"{1}" Talend \u7C7B\u578B\uFF1A"{2}"\u7ED1\u5B9A
|
||||
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u8FD0\u884C\u9519\u8BEF
|
||||
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u8FD0\u884C\u6B63\u786E
|
||||
PerspectiveMenuManager.perspectiveLabel=\u900F\u89C6\u56FE(&P)
|
||||
EConnectionType.runAfterMenu=\u8FD0\u884C\u540E
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
|
||||
ConextTemplateComposite.OrderText=\u539F\u59CB\u987A\u5E8F
|
||||
SelectRepositoryContextDialog.Title=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
|
||||
EUpdateResult.Add=\u6DFB\u52A0\u5230\u5E93
|
||||
EUpdateResult.JobletUpdate=\u66F4\u65B0joblet\u8282\u70B9
|
||||
EConnectionType.onSubjobOkMenu=\u5B50job\u6B63\u786E
|
||||
CorePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
|
||||
EConnectionType.onSubjobErrorMenu=\u5B50job\u9519\u8BEF
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u9879\u76EE\u4EE5\u66F4\u65B0
|
||||
SelectRepositoryContextDialog.Label=\u9009\u62E9\u5E93\u4E0A\u4E0B\u6587\u4E2D\u7684\u53D8\u91CF\u3002
|
||||
EMetadataEncoding.Greek=\u5E0C\u814A
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u4F4D)
|
||||
EConnectionType.synchronize=\u540C\u6B65
|
||||
VersionSection.Version=\u7248\u672C
|
||||
EUpdateResult.Delete=\u4ECE\u5E93\u4E2D\u5220\u9664
|
||||
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00
|
||||
EUpdateItemType.Components=\u7EC4\u4EF6
|
||||
EConnectionType.mergeMenu=\u5408\u5E76
|
||||
RepositoryUpdateManager.RenameContextTitle=\u91CD\u547D\u540D\u95EE\u9898
|
||||
EUpdateItemType.Schema=\u67B6\u6784
|
||||
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
|
||||
EUpdateItemType.Query=\u67E5\u8BE2
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema\u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
|
||||
UpdatesConstants.Component=\u7EC4\u4EF6
|
||||
CorePreferencePage.perlInterpreter=Perl\u89E3\u91CA\u5668
|
||||
EMetadataEncoding.GB18030=\u4E2D\u6587\u56FD\u6807
|
||||
ContextProcessSection.errorTitle=\u9519\u8BEF
|
||||
EConnectionType.parallelize=\u5E76\u884C
|
||||
VersionSection.CreationDate=\u521B\u5EFA\u65E5\u671F
|
||||
MappingFileLoader.UnbindedTalendTypes=\u5728\u6570\u636E\u5E93ID"{0}"\u7684Mapping\u6587\u4EF6\uFF0CTalend\u7C7B\u578B\u6CA1\u6709\u7528"{1}"\u6570\u636E\u5E93\u7C7B\u578B:{2}\u7ED1\u5B9A
|
||||
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u5B57
|
||||
ContextProcessSection.6=\u65B0\u7684\u4E0A\u4E0B\u6587
|
||||
EConnectionType.mainMenu=\u4E3B\u7EBF
|
||||
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587 ->(
|
||||
ContextProcessSection.2=\u8BF7\u786E\u8BA4?
|
||||
ContextProcessSection.1=\u83DC\u5355\u8868\u683C
|
||||
EUpdateItemType.Property=\u5C5E\u6027
|
||||
SelectRepositoryContextDialog.DeselectAll=\u5168\u90E8\u4E0D\u9009
|
||||
CorePreferencePage.iReportPath=iReport \u8DEF\u5F84
|
||||
MetadataTalendType.DBMSNotSetted=\u6570\u636E\u5E93\u672A\u8BBE\u7F6E
|
||||
ImportExternalJarAction.title=\u6DFB\u52A0\u5916\u90E8JAR
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType{0}\u672A\u627E\u5230
|
||||
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u9700\u8981\u7684\u66F4\u65B0
|
||||
EMetadataEncoding.Latin6=Latin6 (\u65E5\u8033\u66FC\u8BED)
|
||||
EMetadataEncoding.Latin5=Latin5 (\u571F\u8033\u5176\u8BED)
|
||||
EMetadataEncoding.Latin4=Latin4 (\u5317\u6B27)
|
||||
EMetadataEncoding.Latin3=Latin3 (\u5357\u6B27)
|
||||
EMetadataEncoding.Latin2=Latin2 (\u4E1C\u6B27)
|
||||
EMetadataEncoding.Latin1=Latin1 (\u897F\u6B27)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16\u4F4D)
|
||||
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6
|
||||
EUpdateResult.Reload=\u91CD\u65B0\u52A0\u8F7D\u7EC4\u4EF6
|
||||
RepositoryUpdateManager.Title=\u4fee\u6539
|
||||
ContextProcessSection.49=\u7F3A\u7701\u4E0A\u4E0B\u6587
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9E\u73B0
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9E\u73B0
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u8FDE\u63A5\u6210\u529F
|
||||
SelectRepositoryContextGroupDialog.Default=\u7F3A\u7701
|
||||
XmlArray.InvalidFile=\u65E0\u6548\u7684\u6587\u4EF6\u3002
|
||||
EConnectionType.lookupMenu=\u67E5\u8BE2
|
||||
ContextProcessSection.30=\u540D\u5B57\u5DF2\u5B58\u5728
|
||||
EUpdateItemType.Variable=\u53D8\u91CF
|
||||
ContextProcessSection.29=\u9519\u8BEF
|
||||
CorePreferencePage.previewLimit=\u9884\u89C8\u9650\u5236
|
||||
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5FC5\u987B\u9009\u4E2D\u5B83.
|
||||
EUpdateItemType.Name=\u8fde\u63a5\u540d
|
||||
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u5B57{0}
|
||||
ContextProcessSection.12=\u4E3A\u4E0A\u4E0B\u6587\u6539\u540D
|
||||
EMetadataEncoding.Big5=\u7E41\u4F53\u4E2D\u6587
|
||||
ContextProcessSection.RemoveInformation={0}\u4E3A\u9ED8\u8BA4\u7684\u4E0A\u4E0B\u6587,\u4E0D\u80FD\u5220\u9664
|
||||
RepositoryUpdateManager.Messages=\u60A8\u60F3\u5C06\u8FD9\u4E9B\u4FEE\u6539\u4F20\u9012\u5230\u6240\u6709\u4F5C\u4E1A\u4E2D\u5417\uFF1F\u53EF\u80FD\u9700\u8981\u8F83\u957F\u65F6\u95F4\u3002
|
||||
MappingFileLoader.InvalidTalendType="{0}"\u662F\u4E00\u4E2A\u975E\u6CD5\u7684Talend\u7C7B\u578B\u5BF9\u6570\u636E\u5E93ID"{2}"\uFF0C\u5728\u8282\u70B9\uFF1A{3}
|
||||
RepositoryUpdateManager.Check=\u68C0\u67E5\u4E2D...
|
||||
ListPreferencePage.RemoveButtonName=\u79FB\u9664
|
||||
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587(\u6269\u5C55\u7684Unix Code-CN)
|
||||
EConnectionType.iteratorMenu=\u8FED\u4EE3
|
||||
EMetadataEncoding.Arabic=\u963F\u62C9\u4F2F\u8BED
|
||||
EMetadataEncoding.Microsoft_Latin1=\u5FAE\u8F6F(Latin-1)
|
||||
MappingFileLoader.DbmsIdAlreadyExists=\u6570\u636E\u5E93ID"{0}"\u5DF2\u7ECF\u5B58\u5728\uFF01
|
||||
EConnectionType.runIfMenu=\u6B63\u5E38\u65F6\u8FD0\u884C
|
||||
VersionSection.ModificationDate=\u4FEE\u6539\u65E5\u671F
|
||||
MappingFileLoader.DbTypeAlreadyExists=\u5728\u6570\u636E\u5E93ID{0}\u4E2D\uFF0C\u6570\u636E\u7C7B\u578B"{1}" \u51FA\u73B0\u591A\u6B21\u5728\u6587\u4EF6"{2}" \u8282\u70B9:{3}
|
||||
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939{0}\u4E0D\u5B58\u5728.
|
||||
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB{0}\u9879\u76EE\u5931\u8D25{1}
|
||||
ColumnNameChangedExt.columnChanged=\u7ED3\u70B9: {0} \u5217\u6539\u53D8: {1}-> {2}
|
||||
ComponentToRepositoryProperty.error=\u9519\u8BEF
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=\u4E0D\u80FD\u518D\u5E93\u4E2D\u4F7F\u7528OCI\u7C7B\u578B\uFF01
|
||||
ContextComposite.tableValue=\u8868\u683C\u5F0F\u503C
|
||||
ContextComposite.treeValue=\u6811\u683C\u5F0F\u503C
|
||||
ContextComposite.variable=\u53D8\u91CF
|
||||
ContextSetConfigurationDialog.nameNotValid=\u8BE5\u540D\u79F0\u65E0\u6548
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230repository\u4E0A\u4E0B\u6587
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u8BED\u8A00
|
||||
ExtractMetaDataUtils.noData=\u672A\u627E\u5230\u6570\u636E.
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u4E24\u4E2A\u5355\u5F15\u53F7\u663E\u793A\u4E3A\u4E00\u4E2A\u5355\u5F15\u53F7
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id\uFF1A{0}\u65E0\u6CD5\u627E\u5230\uFF01
|
||||
PatternCalendar.example=\u793A\u4F8B:
|
||||
VersionSection.Status=\u72B6\u6001
|
||||
XSDValidater.IllegalArgument=\u8F93\u5165\u7684xsd\u6587\u4EF6\u4E0D\u5B58\u5728
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u6587\u4EF6(&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7F16\u8F91(&E)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C
|
||||
ApplicationActionBarAdvisor.projectLabel=\u5DE5\u7A0B
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u7A97\u53E3(&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u5E2E\u52A9(&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u6587\u672C\u5BF9\u9F50
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u592E
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=\u9876\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u5E95\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u592E
|
||||
ConextTableValuesComposite.nameLabel=\u57fa\u672c\u6570\u636e\u540d
|
||||
ContextTemplateComposite.CommentLabel=\u5907\u6CE8
|
||||
ContextTemplateComposite.nameLabel=\u57fa\u672c\u6570\u636e\u540d
|
||||
ContextTemplateComposite.scriptCodeLabel=\u811A\u672C\u4EE3\u7801
|
||||
ContextTemplateComposite.sourceLabel=\u8D44\u6E90
|
||||
ContextTemplateComposite.typeLabel=\u7C7B\u578B
|
||||
ContextTreeConstants.contextName=\u7EC4\u4EF6
|
||||
ContextTreeConstants.promptName=\u63D0\u793A
|
||||
ContextTreeConstants.valueName=\u53C2\u6570\u503C
|
||||
ContextTreeConstants.variableName=\u53D8\u91CF
|
||||
GroupByContextAction.groupContext=\u6309\u4E0A\u4E0B\u6587\u5206\u7EC4
|
||||
GroupByVariableAction.groupVariable=\u6309\u53D8\u91CF\u5206\u7EC4
|
||||
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
EComponentCategory_appearance=\u5916\u89C2
|
||||
EComponentCategory_assignment=\u6307\u6D3E
|
||||
EComponentCategory_context=\u7EC4\u4EF6
|
||||
EComponentCategory_doc=\u6587\u6863
|
||||
EComponentCategory_main=\u4E3B\u7EBF
|
||||
EComponentCategory_sqlTemplate=SQL\u6A21\u677F
|
||||
EComponentCategory_statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
|
||||
EComponentCategory_version=\u7248\u672C
|
||||
EComponentCategory_view=\u89c6\u56fe
|
||||
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
HTMLDocGenerator.author=\u4F5C\u8005
|
||||
HTMLDocGenerator.author1=\u4F5C\u8005
|
||||
HTMLDocGenerator.column=\u5217
|
||||
HTMLDocGenerator.component_list=\u7ec4\u4ef6\u5217\u8868
|
||||
HTMLDocGenerator.component_name=\u7ec4\u4ef6\u540d
|
||||
HTMLDocGenerator.content=\u5185\u5BB9
|
||||
HTMLDocGenerator.context=\u4e0a\u4e0b\u6587\uff1a
|
||||
HTMLDocGenerator.description=\u5FC5\u8981\u7684
|
||||
HTMLDocGenerator.job_description=\u5FC5\u8981\u7684
|
||||
HTMLDocGenerator.key=\u5173\u952E\u5B57
|
||||
HTMLDocGenerator.label=\u6807\u7B7E
|
||||
HTMLDocGenerator.length=\u957F\u5EA6
|
||||
HTMLDocGenerator.mapper.alias=\u522B\u79F0
|
||||
HTMLDocGenerator.mapper.expression=\u8868\u8FBE\u5F0F
|
||||
HTMLDocGenerator.mapper.operator=\u64CD\u4F5C\u7B26
|
||||
HTMLDocGenerator.mapper.table.name=\u6570\u636e\u8868
|
||||
HTMLDocGenerator.modification=\u4fee\u6539
|
||||
HTMLDocGenerator.name=\u4f5c\u4e1a\u540d
|
||||
HTMLDocGenerator.nullable=\u53EF\u4E3A\u7A7A
|
||||
HTMLDocGenerator.precision=\u7CBE\u5EA6
|
||||
HTMLDocGenerator.project_description=\u5de5\u7a0b\u63cf\u8ff0
|
||||
HTMLDocGenerator.project_name=\u5de5\u7a0b\u540d
|
||||
HTMLDocGenerator.prompt=\u63D0\u793A
|
||||
HTMLDocGenerator.purpose=\u76EE\u7684
|
||||
HTMLDocGenerator.row_default=\u65e0
|
||||
HTMLDocGenerator.row_functions=\u51FD\u6570
|
||||
HTMLDocGenerator.status=\u72B6\u6001
|
||||
HTMLDocGenerator.type=\u7C7B\u578B
|
||||
HTMLDocGenerator.unique_name=\u552f\u4e00\u540d\u5b57
|
||||
HTMLDocGenerator.value=\u503c
|
||||
HTMLDocGenerator.version=\u7248\u672C
|
||||
ConnectionParameterName.HostLabel=\u4e3b\u673a
|
||||
ConnectionParameterName.PortLabel=\u7aef\u53e3
|
||||
ConnectionParameterName.SchemaLabel=\u67B6\u6784
|
||||
ConnectionParameterName.UserLabel=\u7528\u6237
|
||||
ConnectionParameterName.PasswordLabel=\u5bc6\u7801
|
||||
ConnectionParameterName.DbPathLabel=\u6570\u636E\u5E93\u7684\u6839\u8DEF\u5F84
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.core.repository.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.core.repository
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.core.repository.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,183 +0,0 @@
|
||||
AbstractEMFRepositoryFactory.cannotGenerateItem=Cannot generate pasted item label.
|
||||
AbstractEMFRepositoryFactory.job=Job
|
||||
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=More than one items are retrieved at the same time.\n{0}
|
||||
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Items who cause problems are:
|
||||
AbstractEMFRepositoryFactory.requiredComponent=Required for using component \:
|
||||
ProxyRepositoryFactory.bussinessException.itemNonModifiable=You do not have enough right for this action
|
||||
ProxyRepositoryFactory.exec.migration.tasks=Execute migrations tasks
|
||||
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=Label {0} is already in use
|
||||
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Label {0} does not match pattern {1}
|
||||
ProxyRepositoryFactory.initializeProjectConnection=Initialize Project Connection
|
||||
ProxyRepositoryFactory.JobNameErroe=Jobname Error
|
||||
ProxyRepositoryFactory.Label=Label
|
||||
ProxyRepositoryFactory.load.componnents=Load Components...
|
||||
ProxyRepositoryFactory.log.Restoration=Restoration [{0}] by {1} to "/{2}".
|
||||
ProxyRepositoryFactory.log.lock=Lock [{0}] by "{1}".
|
||||
ProxyRepositoryFactory.log.loggedOn={0} logged on {1}
|
||||
ProxyRepositoryFactory.log.logicalDeletion=Logical deletion [{0}] by {1}.
|
||||
ProxyRepositoryFactory.log.move=Move [{0}] to "{1}".
|
||||
ProxyRepositoryFactory.log.newIdGenerated=New ID generated on project [{0}] \= {1}
|
||||
ProxyRepositoryFactory.log.physicalDeletion=Physical deletion [{0}] by {1}.
|
||||
ProxyRepositoryFactory.log.tempFolderEmptied=Temp folder emptied ({0} files deleted in {1} ms)
|
||||
ProxyRepositoryFactory.log.unlock=Unlock [{0}] by "{1}".
|
||||
ProxyRepositoryFactory.logonInProgress=Log on in progress...
|
||||
ProxyRepositoryFactory.projectIsNotCompatible=The project {0} had been opend by a more recent studio so cannot open it.
|
||||
ProxyRepositoryFactory.ReplaceJob=is already in use,do you want to replace it?
|
||||
ProxyRepositoryFactory.synch.repo.items=Synchronize repository items
|
||||
ProxyRepositoryFactory.synchronizeLibraries=Synchronize libraries...
|
||||
CreateSandboxProjectDialog.createUserLabel=Create a new user linked to the creating sandbox project
|
||||
CreateSandboxProjectDialog.Failure=Failure
|
||||
CreateSandboxProjectDialog.failureMessage=Create sandbox project Failure.
|
||||
CreateSandboxProjectDialog.ProjectDesc=Description
|
||||
CreateSandboxProjectDialog.ProjectLabel=Label
|
||||
CreateSandboxProjectDialog.ProjectSvnAdvance=SVN advanced settings
|
||||
CreateSandboxProjectDialog.successMessage=Create sandbox project successfully
|
||||
CreateSandboxProjectDialog.successTitile=Success
|
||||
CreateSandboxProjectDialog.svnUrl=URL
|
||||
CreateSandboxProjectDialog.Title=Create sandbox project - {0}
|
||||
CreateSandboxProjectDialog.userFirstname=First name
|
||||
CreateSandboxProjectDialog.userLastname=Last name
|
||||
CreateSandboxProjectDialog.userLoginMessage=The project svn login can't be empty
|
||||
CreateSandboxProjectDialog.userLoginValidMessage=The user login must be a valid email
|
||||
CreateSandboxProjectDialog.userPasswordEmptyMessage=The user password can't be empty
|
||||
CreateSandboxProjectDialog.Login=Login
|
||||
CreateSandboxProjectDialog.Password=Password
|
||||
CreateSandboxProjectDialog.URLMessage=Must set the svn URL
|
||||
CreateSandboxProjectDialog.userSvnSettingLabel=Default SVN settings
|
||||
PropertiesWizardPage.Author=Author
|
||||
PropertiesWizardPage.Locker=Locker
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Empty description is discouraged.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Empty purpose is discouraged.
|
||||
PropertiesWizardPage.ItemExistsError=This item already exists. Check the Recycle bin and empty it if needed.
|
||||
PropertiesWizardPage.KeywordsError=Name is not a valid identifier.
|
||||
PropertiesWizardPage.Name=Name
|
||||
PropertiesWizardPage.NameEmptyError=Name is empty.
|
||||
PropertiesWizardPage.NameFormatError=Name contains incorrect characters.
|
||||
PropertiesWizardPage.Path=Path
|
||||
PropertiesWizardPage.Purpose=Purpose
|
||||
PropertiesWizardPage.Select=Select
|
||||
PropertiesWizardPage.SelectfolderMessage=Select the folder in which the item will be created
|
||||
PropertiesWizardPage.SelectfolderTitle=Select folder
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=Please select image in size 32*32.
|
||||
EAuthenticationMethod.anonymousAuth=Anonymous Authentication
|
||||
EAuthenticationMethod.simpleAuth=Simple Authentication
|
||||
AdvancedSocketFactory.failedInitial=Error\: failed to initialize \:
|
||||
LDAPCATruster.failedCreateCert=Failed to create cert store \:
|
||||
LDAPCATruster.failedCreateTmp=Failed to create tmp trust store \:
|
||||
LDAPCATruster.failedInitialTrust=Failed to create initial trust manager \:
|
||||
LDAPCATruster.failedLoadCert=Failed to load the cert store \:
|
||||
LDAPCATruster.failedSaveTrust=Failed to save trust store \:
|
||||
LDAPCATruster.locationInvalid=The location of the cert store file is invalid\:
|
||||
LDAPCATruster.noCertificate=\nPlease use the keytool command to import the server certificate.
|
||||
LDAPCATruster.sslError1=SSL Error:Server certificate chain verification failed.
|
||||
LDAPCATruster.sslError2=SSL Error\:Server certificate chain verification failed and \\nthe CA is missing.
|
||||
LDAPCATruster.sslError3=SSL Error:CA certificate is not in the server certificate chain.
|
||||
CopyAction.thisText.copy=Copy
|
||||
RestoreAction.action.title=Restore
|
||||
RestoreAction.action.toolTipText=Restore
|
||||
PasteAction.thisText.paste=Paste
|
||||
DeleteAction.action.foreverTitle=Delete forever
|
||||
DeleteAction.action.logicalTitle=Delete
|
||||
DeleteAction.action.logicalToolTipText=Put object in recycle bin
|
||||
DeleteAction.deleteJobAssignedToOneService=\ is assigned to one operation of a Service\!\nDo you want to delete this job?
|
||||
DeleteAction.deleteSomeJobsAssignedToServices=\ were assigned to some operations of some Services\!\nDo you want to delete these jobs?
|
||||
DeleteAction.dialog.message0=will be deleted forever (cannot be retrieved).
|
||||
DeleteAction.dialog.message1=The selected element(s) will be deleted forever (cannot be retrieved).
|
||||
DeleteAction.dialog.message2=Continue anyway?
|
||||
DeleteAction.dialog.messageAllElements=All the elements will be deleted forever (cannot be retrieved).
|
||||
DeleteAction.dialog.title=Delete forever
|
||||
DeleteAction.error.lockedOrOpenedObject.newMessage=The {0} is locked, so you can't delete it.\n If this object is opened ,you must close it before deletion.
|
||||
DeleteAction.error.title=Deletion forbidden
|
||||
DeleteAction.warning.message1=can not delete the folder because at least one item contained in this folder is currently open. Close any open item and try again.
|
||||
DeleteAction.warning.title=Warning
|
||||
DuplicateAction.cannotGenerateItem=Cannot generate pasted item label.
|
||||
DuplicateAction.dialog.message=Give name to new job
|
||||
DuplicateAction.dialog.title=Please input job name
|
||||
DuplicateAction.input.message=Input new name
|
||||
DuplicateAction.input.title=Please input new name
|
||||
DuplicateAction.thisText.duplicate=Duplicate
|
||||
DuplicateAction.NameEmptyError=Name is empty.
|
||||
DuplicateAction.NameFormatError=Name contains incorrect characters.
|
||||
DuplicateAction.ItemExistsError=This item already exists. Check the Recycle bin and empty it if needed.
|
||||
DuplicateAction.KeywordsError=Name is not a valid identifier.
|
||||
EmptyRecycleBinAction.action.title=Empty recycle bin
|
||||
EmptyRecycleBinAction.action.toolTipText=Empty recycle bin
|
||||
EmptyRecycleBinAction.dialog.title=Empty recycle bin
|
||||
EmptyRecycleBinAction.dialog.allDependencies=You can't empty the Recycle Bin.\nOne of items is depended by Data Profiler Perspective.please don't delete it.
|
||||
PasteObjectAction.error.labelAlreadyExists=An object with this label already exists at this path
|
||||
PasteObjectAction.error.title=Paste impossible
|
||||
JobletReferenceDialog.DeletedInfor=in Recycle Bin
|
||||
JobletReferenceDialog.Messages=Some joblets cannot be deleted because they are referenced from jobs.
|
||||
JobletReferenceDialog.NodeTotals=Totals
|
||||
JobletReferenceDialog.NodeTotalsTip=The totals of node reference
|
||||
JobletReferenceDialog.project=Project
|
||||
JobletReferenceDialog.ReferenceJob=Reference Job
|
||||
JobletReferenceDialog.Title=Delete the joblet failure
|
||||
ContextReferenceDialog.Title=Delete Context Group
|
||||
ContextReferenceDialog.Recycle=in Recycle Bin
|
||||
ContextReferenceDialog.ReferenceJob=Reference Objects
|
||||
ContextReferenceDialog.Types=Type
|
||||
ContextReferenceDialog.NodeTypeTip=The type of node reference
|
||||
ContextReferenceDialog.Messages=Context({0} {1}) is referenced from\:\n
|
||||
ContextReferenceDialog.kindMessages=The context group of {0} {1} is referred by the following list, if you really want to delete it, the context group is used in job will be changed to built-in when job is opened again. Would you still like to delete it?
|
||||
ContextReferenceDialog.kindMessages1=The context group of {0} {1} is referred by the following list, Would you still like to delete it?
|
||||
CopyToGenericSchemaHelper.cannotGenarateItem=Cannot generate pasted item label.
|
||||
ProxyRepositoryFactory.ReplaceJobHazardDescription=\nDependence on the original connection may be lost\!
|
||||
ItemReferenceDialog.title=Items which cannot be deleted
|
||||
ItemReferenceDialog.item=Item
|
||||
ItemReferenceDialog.referenceItem=Reference Item
|
||||
ItemReferenceDialog.nodeTotals=Totals
|
||||
ItemReferenceDialog.nodeTotalsTip=The totals of node reference
|
||||
ItemReferenceDialog.project=Project
|
||||
ItemReferenceDialog.deletedInfor=In Recycle Bin
|
||||
ItemReferenceDialog.messages=Some items cannot be deleted because they are referenced from other items.
|
||||
ProjectRepositoryNode.code=Code
|
||||
ProjectRepositoryNode.rulesManagement=Rules Management
|
||||
ProjectRepositoryNode.itemInvalid=Item not valid: [{0}] {1}
|
||||
ProjectRepositoryNode.invalidItem=Invalid item
|
||||
ProjectRepositoryNode.columns=Columns
|
||||
ProjectRepositoryNode.validationRules=Validation Rules
|
||||
ProjectRepositoryNode.cdcFoundation=CDC Foundation
|
||||
ProjectRepositoryNode.genericSchema=Generic schemas
|
||||
ProjectRepositoryNode.queries=Queries
|
||||
ProjectRepositoryNode.synonymSchemas=Synonym schemas
|
||||
ProjectRepositoryNode.tableSchemas=Table schemas
|
||||
ProjectRepositoryNode.viewSchemas=View schemas
|
||||
ProjectRepositoryNode.sapFunctions=SAP Functions
|
||||
ProjectRepositoryNode.sapIDocs=SAP iDocs
|
||||
RepositoryDropAdapter_copyingItems=Copying items...
|
||||
RepositoryDropAdapter_lockedByOthers=This item is locked by other users, it can not be moved now.
|
||||
RepositoryDropAdapter_lockedByYou=This item is locked by you, it can not be moved now.
|
||||
RepositoryDropAdapter_moveTitle=Move
|
||||
RepositoryDropAdapter_movingItems=Moving items...
|
||||
RepositoryDropAdapter.checkingLockStatus=Checking lock status of
|
||||
RepositoryDropAdapter.moving=Moving
|
||||
NewFolderWizard.description=Create a new folder in repository
|
||||
NewFolderWizard.failureText=An error occurs. Folder cannot be created. See log for more details.
|
||||
NewFolderWizard.failureTitle=Error
|
||||
NewFolderWizard.label=Label
|
||||
NewFolderWizard.nameEmpty=Label is required
|
||||
NewFolderWizard.nameIncorrect=Label contains incorrect characters.
|
||||
NewFolderWizard.nameInvalid=Label {0} is forbidden
|
||||
NewFolderWizard.title=Folder
|
||||
NewFolderWizard.windowTitle=New folder
|
||||
CreateFolderAction.action.title=Create folder
|
||||
CreateFolderAction.action.toolTipText=Create folder
|
||||
RenameFolderAction.action.title=Rename folder
|
||||
RenameFolderAction.action.toolTipText=Rename folder
|
||||
RenameFolderAction.warning.editorOpen.message=Cannot rename "{1}" folder because an item ({0}) contained in this folder is currently open.\nClose it and retry.
|
||||
RenameFolderAction.warning.editorOpen.title=Action not available
|
||||
RenameFolderAction.warning.cannotFind.message=Cannot rename folder, it may have been moved or deleted. Click refresh button to update the repository.
|
||||
RenameFolderAction.warning.cannotFind.title=Action not available
|
||||
ProxyRepositoryFactory.cleanWorkspace=Clean workspace
|
||||
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=Cannot delete a folder which contains locked items
|
||||
ProxyRepositoryFactory.MoveFolderContainsLockedItem=Cannot move a folder which contains locked items
|
||||
ProxyRepositoryFactory.RenameFolderContainsLockedItem=Cannot rename a folder which contains locked items
|
||||
RepositoryDropAdapter_errorMsg=This directory contains the locked item,it can not be moved now
|
||||
RepositoryDropAdapter_folder=Folder
|
||||
RenameFolderAction.description=Rename the folder
|
||||
@@ -1,162 +0,0 @@
|
||||
AbstractEMFRepositoryFactory.cannotGenerateItem=Impossible de créer le libellé de l'élément collé.
|
||||
AbstractEMFRepositoryFactory.job=Job
|
||||
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=Plusieurs éléments ont été récupérés en même temps.\n{0}
|
||||
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Les éléments à l'origine des problèmes sont :
|
||||
AbstractEMFRepositoryFactory.requiredComponent=Requis pour utiliser le composant \:
|
||||
ProxyRepositoryFactory.bussinessException.itemNonModifiable=Vous n'avez pas assez de droits pour cette action
|
||||
ProxyRepositoryFactory.exec.migration.tasks=Exécution des tâches de migration
|
||||
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=Le libellé {0} est déjà utilisé
|
||||
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Le libellé {0} ne correspond pas au modèle {1}
|
||||
ProxyRepositoryFactory.initializeProjectConnection=Initialisation de la connexion au projet
|
||||
ProxyRepositoryFactory.JobNameErroe=Erreur dans le nom du Job
|
||||
ProxyRepositoryFactory.Label=Libellé
|
||||
ProxyRepositoryFactory.load.componnents=Charger des composants...
|
||||
ProxyRepositoryFactory.log.Restoration=Restauration de [{0}] par {1} vers "/{2}".
|
||||
ProxyRepositoryFactory.log.lock=Verrou de [{0}] par "{1}".
|
||||
ProxyRepositoryFactory.log.loggedOn={0} connecté à {1}
|
||||
ProxyRepositoryFactory.log.logicalDeletion=Suppression logique de [{0}] par {1}.
|
||||
ProxyRepositoryFactory.log.move=Déplacement de [{0}] vers "{1}".
|
||||
ProxyRepositoryFactory.log.physicalDeletion=Suppression physique de [{0}] par {1}
|
||||
ProxyRepositoryFactory.log.tempFolderEmptied=Dossier temp vidé ({0} fichiers supprimés en {1}ms)
|
||||
ProxyRepositoryFactory.log.unlock=Déverrouiller [{0}] par "{1}".
|
||||
ProxyRepositoryFactory.logonInProgress=Connexion en cours...
|
||||
ProxyRepositoryFactory.projectIsNotCompatible=Le projet {0} a été ouvert par un studio plus récent. Impossible de l'ouvrir.
|
||||
ProxyRepositoryFactory.ReplaceJob=est en cours d'utilisation, voulez-vous le remplacer ?
|
||||
ProxyRepositoryFactory.synch.repo.items=Synchronisation des éléments du référentiel
|
||||
ProxyRepositoryFactory.synchronizeLibraries=Synchronisation des bibliothèques...
|
||||
CreateSandboxProjectDialog.createUserLabel=Créer un nouvel utilisateur lié au projet Sandbox créé
|
||||
CreateSandboxProjectDialog.Failure=Echec
|
||||
CreateSandboxProjectDialog.failureMessage=Echec de la création du projet Sandbox.
|
||||
CreateSandboxProjectDialog.ProjectDesc=Description
|
||||
CreateSandboxProjectDialog.ProjectLabel=Libellé
|
||||
CreateSandboxProjectDialog.ProjectSvnAdvance=Paramètres avancés de SVN
|
||||
CreateSandboxProjectDialog.successMessage=Création réussie du projet Sandbox.
|
||||
CreateSandboxProjectDialog.successTitile=Succès
|
||||
CreateSandboxProjectDialog.svnUrl=URL
|
||||
CreateSandboxProjectDialog.Title=Créer le projet Sandbox - {0}
|
||||
CreateSandboxProjectDialog.userFirstname=Prénom
|
||||
CreateSandboxProjectDialog.userLoginMessage=Le nom du projet SVN ne peut être vide
|
||||
CreateSandboxProjectDialog.userLoginValidMessage=L'identifiant de l'utilisateur doit être un e-mail valide
|
||||
CreateSandboxProjectDialog.userPasswordEmptyMessage=Le mot de passe ne doit pas être vide
|
||||
CreateSandboxProjectDialog.Login=Identifiant
|
||||
CreateSandboxProjectDialog.Password=Mot de passe
|
||||
CreateSandboxProjectDialog.URLMessage=Vous devez définir l'URL SVN
|
||||
CreateSandboxProjectDialog.userSvnSettingLabel=Paramètres par défaut SVN
|
||||
PropertiesWizardPage.Author=Auteur
|
||||
PropertiesWizardPage.Locker=Verrouillé par :
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommandé de laisser vide la description.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommandé de laisser l'objectif vide.
|
||||
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
|
||||
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
|
||||
PropertiesWizardPage.Name=Nom
|
||||
PropertiesWizardPage.NameEmptyError=Le nom est vide.
|
||||
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
|
||||
PropertiesWizardPage.Path=Chemin
|
||||
PropertiesWizardPage.Purpose=Objectif
|
||||
PropertiesWizardPage.Select=Sélectionner
|
||||
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
|
||||
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
|
||||
PropertiesWizardPage.Status=Statut
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
|
||||
EAuthenticationMethod.anonymousAuth=Authentification anonyme
|
||||
EAuthenticationMethod.simpleAuth=Authentification simple
|
||||
AdvancedSocketFactory.failedInitial=Erreur\: échec d'initialisation\:
|
||||
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
|
||||
CopyAction.thisText.copy=Copier
|
||||
RestoreAction.action.title=Restaurer
|
||||
RestoreAction.action.toolTipText=Restaurer
|
||||
PasteAction.thisText.paste=Coller
|
||||
DeleteAction.action.foreverTitle=Supprimer définitivement
|
||||
DeleteAction.action.logicalTitle=DELETE
|
||||
DeleteAction.action.logicalToolTipText=Mettre l'objet à la corbeille
|
||||
DeleteAction.dialog.message0=Sera effacé définitivement (récupération impossible)
|
||||
DeleteAction.dialog.message1=Les éléments sélectionnés seront supprimés définitivement (pas de récupération possible).
|
||||
DeleteAction.dialog.message2=Continuer ?
|
||||
DeleteAction.dialog.messageAllElements=Tous les éléments seront supprimés définitivement (impossible de récupérer).
|
||||
DeleteAction.dialog.title=Supprimer définitivement
|
||||
DeleteAction.error.lockedOrOpenedObject.newMessage={0} est verrouillé, vous ne pouvez le supprimer.\n Si cet objet est ouvert, vous devez le fermer avant suppression.
|
||||
DeleteAction.error.title=Suppression interdite
|
||||
DeleteAction.warning.message1=Impossible de supprimer le dossier car au moins un élément de ce dossier est ouvert. Fermez les éléments ouverts et réessayez.
|
||||
DeleteAction.warning.title=Avertissement
|
||||
DuplicateAction.cannotGenerateItem=Impossible de créer le libellé de l'élément collé.
|
||||
DuplicateAction.dialog.message=Nommer le nouveau job
|
||||
DuplicateAction.dialog.title=Merci d'entrer un nom de Job
|
||||
DuplicateAction.input.message=Saisissez le nouveau nom
|
||||
DuplicateAction.input.title=Merci de saisir un nouveau nom
|
||||
DuplicateAction.thisText.duplicate=Dupliquer
|
||||
DuplicateAction.NameEmptyError=Le nom est vide.
|
||||
DuplicateAction.NameFormatError=Le nom contient des caractères incorrects.
|
||||
DuplicateAction.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
|
||||
DuplicateAction.KeywordsError=Le nom n'est pas un identifiant valide.
|
||||
EmptyRecycleBinAction.action.title=Vider la Corbeille
|
||||
EmptyRecycleBinAction.action.toolTipText=Vider la Corbeille
|
||||
EmptyRecycleBinAction.dialog.title=Vider la Corbeille
|
||||
PasteObjectAction.error.labelAlreadyExists=Un objet avec ce libellé existe déjà dans ce chemin
|
||||
PasteObjectAction.error.title=Impossible de coller
|
||||
JobletReferenceDialog.DeletedInfor=dans la Corbeille
|
||||
JobletReferenceDialog.Messages=Impossible de supprimer certains joblets car ils sont référencés dans des Jobs.
|
||||
JobletReferenceDialog.NodeTotals=Totaux
|
||||
JobletReferenceDialog.project=Project
|
||||
JobletReferenceDialog.ReferenceJob=Job de référence
|
||||
JobletReferenceDialog.Title=Echec de la suppression du joblet
|
||||
ContextReferenceDialog.Title=Supprimer le groupe de contexte
|
||||
ContextReferenceDialog.Recycle=dans la Corbeille
|
||||
ContextReferenceDialog.ReferenceJob=Objets de référence
|
||||
ContextReferenceDialog.Types=Type
|
||||
CopyToGenericSchemaHelper.cannotGenarateItem=Impossible de créer le libellé de l'élément collé.
|
||||
ProxyRepositoryFactory.ReplaceJobHazardDescription=\nLes dépendances envers la connexion originale peuvent être perdues.
|
||||
ItemReferenceDialog.title=Eléments ne pouvant être supprimés
|
||||
ItemReferenceDialog.item=Elément
|
||||
ItemReferenceDialog.referenceItem=Elément de référence
|
||||
ItemReferenceDialog.nodeTotals=Totaux
|
||||
ItemReferenceDialog.project=Project
|
||||
ItemReferenceDialog.deletedInfor=dans la Corbeille
|
||||
ItemReferenceDialog.messages=Des éléments ne peuvent être supprimés car ils sont référencés par d'autres.
|
||||
ProjectRepositoryNode.code=Code
|
||||
ProjectRepositoryNode.rulesManagement=Gestion des règles
|
||||
ProjectRepositoryNode.itemInvalid=Elément invalide : [{0}] {1}
|
||||
ProjectRepositoryNode.invalidItem=Elément invalide
|
||||
ProjectRepositoryNode.columns=Colonnes
|
||||
ProjectRepositoryNode.validationRules=Règles de validation
|
||||
ProjectRepositoryNode.cdcFoundation=Fondation CDC
|
||||
ProjectRepositoryNode.genericSchema=Schémas génériques
|
||||
ProjectRepositoryNode.queries=Requêtes
|
||||
ProjectRepositoryNode.synonymSchemas=Schémas synonymes
|
||||
ProjectRepositoryNode.tableSchemas=Schémas des tables
|
||||
ProjectRepositoryNode.viewSchemas=Schémas des vues
|
||||
ProjectRepositoryNode.sapFunctions=Fonctions SAP
|
||||
ProjectRepositoryNode.sapIDocs=SAP iDocs
|
||||
RepositoryDropAdapter_copyingItems=Copie des éléments...
|
||||
RepositoryDropAdapter_lockedByOthers=Cet élément est verrouillé par d'autres utilisateurs, impossible de le déplacer.
|
||||
RepositoryDropAdapter_lockedByYou=Cet élément est verrouillé par vous-même, il ne peut être déplacé.
|
||||
RepositoryDropAdapter_moveTitle=Déplacer
|
||||
RepositoryDropAdapter_movingItems=Déplacement des éléments...
|
||||
RepositoryDropAdapter.checkingLockStatus=Vérifier le statut de verrouillage de
|
||||
RepositoryDropAdapter.moving=Déplacement
|
||||
NewFolderWizard.description=Créer un nouveau dossier dans le référentiel
|
||||
NewFolderWizard.failureText=Une erreur est survenue. Impossible de créer le dossier. Consultez le log pour plus de détails.
|
||||
NewFolderWizard.failureTitle=ERROR
|
||||
NewFolderWizard.label=Libellé
|
||||
NewFolderWizard.nameEmpty=Libellé requis
|
||||
NewFolderWizard.nameIncorrect=Le libellé contient des caractères incorrects
|
||||
NewFolderWizard.nameInvalid=Libellé {0} est interdit
|
||||
NewFolderWizard.title=Dossier
|
||||
NewFolderWizard.windowTitle=Nouveau dossier
|
||||
CreateFolderAction.action.title=Créer un dossier
|
||||
CreateFolderAction.action.toolTipText=Créer un dossier
|
||||
RenameFolderAction.action.title=Renommer dossier
|
||||
RenameFolderAction.action.toolTipText=Renommer dossier
|
||||
RenameFolderAction.warning.editorOpen.message=Impossible de renommer le dossier "{1}" car un élément ({0}) contenu dans ce dossier est ouvert.\nFermez-le et réessayez.
|
||||
RenameFolderAction.warning.editorOpen.title=Action indisponible
|
||||
RenameFolderAction.warning.cannotFind.message=Impossible de renommer le dossier, il a été déplacé ou supprimé. Cliquez sur le bouton Rafraîchir pour mettre à jour le référentiel.
|
||||
RenameFolderAction.warning.cannotFind.title=Action indisponible
|
||||
ProxyRepositoryFactory.cleanWorkspace=Vider l'espace de modélisation graphique
|
||||
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=Impossible de supprimer un dossier contenant des éléments verrouillés.
|
||||
ProxyRepositoryFactory.MoveFolderContainsLockedItem=Impossible de déplacer un dossier contenant des éléments verrouillés.
|
||||
ProxyRepositoryFactory.RenameFolderContainsLockedItem=Impossible de renommer un fichier contenant des éléments verrouillés.
|
||||
RepositoryDropAdapter_folder=Dossier
|
||||
RenameFolderAction.description=Renommer le dossier
|
||||
@@ -1,177 +0,0 @@
|
||||
AbstractEMFRepositoryFactory.cannotGenerateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
AbstractEMFRepositoryFactory.job=\u30B8\u30E7\u30D6
|
||||
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=\u4E00\u3064\u4EE5\u4E0A\u306E\u30A2\u30A4\u30C6\u30E0\u304C\u540C\u6642\u306B\u53D6\u5F97\u3055\u308C\u307E\u3057\u305F\u3002\n{0}
|
||||
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=\u554F\u984C\u306E\u539F\u56E0\u3068\u306A\u3063\u305F\u9805\u76EE\:
|
||||
AbstractEMFRepositoryFactory.requiredComponent=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4F7F\u7528\u8981\u6C42:
|
||||
ProxyRepositoryFactory.bussinessException.itemNonModifiable=\u3042\u306A\u305F\u306F\u3053\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
ProxyRepositoryFactory.exec.migration.tasks=\u79FB\u884C\u30BF\u30B9\u30AF\u3092\u5B9F\u884C\u3057\u307E\u3059
|
||||
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=\u30E9\u30D9\u30EB{0}\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059
|
||||
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=\u30E9\u30D9\u30EB{0} \u306F\u30D1\u30BF\u30FC\u30F3 {1}\u3068\u5408\u81F4\u3057\u3066\u3044\u307E\u305B\u3093
|
||||
ProxyRepositoryFactory.initializeProjectConnection=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3078\u63A5\u7D9A
|
||||
ProxyRepositoryFactory.JobNameErroe=\u30B8\u30E7\u30D6\u540D\u3000\u30A8\u30E9\u30FC
|
||||
ProxyRepositoryFactory.Label=\u30E9\u30D9\u30EB
|
||||
ProxyRepositoryFactory.load.componnents=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9...
|
||||
ProxyRepositoryFactory.log.Restoration={1}\u304B\u3089[{0}]\u3092 "/{2}"\u3078\u5FA9\u5143\u3057\u307E\u3059\u3002
|
||||
ProxyRepositoryFactory.log.lock="{1}"\u306B\u3088\u3063\u3066 [{0}]\u3000\u3092\u30ED\u30C3\u30AF
|
||||
ProxyRepositoryFactory.log.loggedOn=[{0}]\u306F"{1}"\u306B\u3088\u3063\u3066\u8A18\u9332\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
ProxyRepositoryFactory.log.logicalDeletion="{1}"\u304B\u3089[{0}]\u3092\u8AD6\u7406\u524A\u9664\u3057\u307E\u3059\u3002
|
||||
ProxyRepositoryFactory.log.move="{1}"\u304B\u3089[{0}]\u3078\u79FB\u52D5\u3057\u307E\u3059\u3002
|
||||
ProxyRepositoryFactory.log.physicalDeletion="{1}"\u304B\u3089[{0}]\u3092\u7269\u7406\u524A\u9664\u3057\u307E\u3059\u3002
|
||||
ProxyRepositoryFactory.log.tempFolderEmptied=\u4E00\u6642\u30D5\u30A9\u30EB\u30C0\u306F\u7A7A\u3067\u3059 ({0} \u30D5\u30A1\u30A4\u30EB\u306F {1} \u30DF\u30EA\u79D2\u3067\u524A\u9664\u3055\u308C\u307E\u3059)
|
||||
ProxyRepositoryFactory.log.unlock="{1}"\u306B\u3088\u3063\u3066 [{0}] \u3092\u30ED\u30C3\u30AF\u89E3\u9664
|
||||
ProxyRepositoryFactory.logonInProgress=\u30ED\u30B0\u30AA\u30F3\u4E2D\u3067\u3059...
|
||||
ProxyRepositoryFactory.ReplaceJob=\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u7F6E\u63DB\u3048\u307E\u3059\u304B\uFF1F
|
||||
ProxyRepositoryFactory.synch.repo.items=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u540C\u671F\u4E2D\u3067\u3059
|
||||
ProxyRepositoryFactory.synchronizeLibraries=\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u540C\u671F\u4E2D...
|
||||
CreateSandboxProjectDialog.createUserLabel=\u4F5C\u6210\u3057\u305Fsandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u30EA\u30F3\u30AF\u3057\u305F\u65B0\u898F\u30E6\u30FC\u30B6\u306E\u4F5C\u6210
|
||||
CreateSandboxProjectDialog.Failure=\u5931\u6557
|
||||
CreateSandboxProjectDialog.failureMessage=\u30B5\u30F3\u30C9\u30DC\u30C3\u30AF\u30B9\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
CreateSandboxProjectDialog.ProjectDesc=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
CreateSandboxProjectDialog.ProjectLabel=\u30E9\u30D9\u30EB
|
||||
CreateSandboxProjectDialog.ProjectSvnAdvance=SVN\u8A73\u7D30\u8A2D\u5B9A
|
||||
CreateSandboxProjectDialog.successMessage=sandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210\u306B\u6210\u529F\u3057\u307E\u3057\u305F
|
||||
CreateSandboxProjectDialog.successTitile=\u6210\u529F
|
||||
CreateSandboxProjectDialog.svnUrl=URL
|
||||
CreateSandboxProjectDialog.Title=Sandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210 - {0}
|
||||
CreateSandboxProjectDialog.userFirstname=\u30D5\u30A1\u30FC\u30B9\u30C8\u30CD\u30FC\u30E0
|
||||
CreateSandboxProjectDialog.userLastname=\u30E9\u30B9\u30C8\u30CD\u30FC\u30E0
|
||||
CreateSandboxProjectDialog.userLoginMessage=Sandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3078\u306E\u30ED\u30B0\u30A4\u30F3\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
CreateSandboxProjectDialog.userLoginValidMessage=\u6B63\u3057\u3044e-mail\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
CreateSandboxProjectDialog.userPasswordEmptyMessage=\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u8A2D\u5B9A\u304C\u5FC5\u8981\u3067\u3059
|
||||
CreateSandboxProjectDialog.Login=\u30ED\u30B0\u30A4\u30F3
|
||||
CreateSandboxProjectDialog.Password=\u30D1\u30B9\u30EF\u30FC\u30C9
|
||||
CreateSandboxProjectDialog.URLMessage=svnURL\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
CreateSandboxProjectDialog.userSvnSettingLabel=\u30C7\u30D5\u30A9\u30EB\u30C8SVN\u8A2D\u5B9A
|
||||
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
|
||||
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AB\u30FC
|
||||
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
PropertiesWizardPage.EmptyDescWarning=\u30B8\u30E7\u30D6\u8AAC\u660E\u6B04\u306E\u5165\u529B\u3092\u63A8\u5968\u3057\u307E\u3059
|
||||
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u6B04\u306E\u5165\u529B\u3092\u63A8\u5968\u3057\u307E\u3059
|
||||
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
PropertiesWizardPage.Name=\u540D\u524D
|
||||
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
PropertiesWizardPage.Path=\u30D1\u30B9
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=SELECT
|
||||
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
|
||||
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
|
||||
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=\u30B5\u30A4\u30BA\u304C 32x32 \u306E\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
EAuthenticationMethod.anonymousAuth=\u533F\u540D\u306E\u8A8D\u8A3C
|
||||
EAuthenticationMethod.simpleAuth=\u5358\u7D14\u306A\u8A8D\u8A3C
|
||||
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC \uFF1A \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F \uFF1A
|
||||
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A
|
||||
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedInitialTrust=initial trust manager\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedSaveTrust=\u8A3C\u660E\u66F8\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.locationInvalid=CERT\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240\u304C\u4E0D\u6B63\u3067\u3059\uFF1A
|
||||
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
CopyAction.thisText.copy=\u30B3\u30D4\u30FC
|
||||
RestoreAction.action.title=\u5FA9\u5143
|
||||
RestoreAction.action.toolTipText=\u5FA9\u5143
|
||||
PasteAction.thisText.paste=\u8CBC\u308A\u4ED8\u3051
|
||||
DeleteAction.action.foreverTitle=\u5B8C\u5168\u306B\u524A\u9664
|
||||
DeleteAction.action.logicalTitle=\u524A\u9664
|
||||
DeleteAction.action.logicalToolTipText=\u3054\u307F\u7BB1\u306B\u9001\u308B
|
||||
DeleteAction.deleteJobAssignedToOneService=\u30AA\u30DA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B5\u30FC\u30D3\u30B9\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u3053\u306E\u30B8\u30E7\u30D6\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
|
||||
DeleteAction.deleteSomeJobsAssignedToServices=\u30AA\u30DA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B5\u30FC\u30D3\u30B9\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u3053\u308C\u3089\u306E\u30B8\u30E7\u30D6\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
|
||||
DeleteAction.dialog.message0=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B\uFF08\u5FA9\u65E7\u3067\u304D\u307E\u305B\u3093\uFF09
|
||||
DeleteAction.dialog.message1=\u9078\u629E\u3057\u305F\u8981\u7D20\u306F\u6C38\u4E45\u306B\u524A\u9664\u3055\u308C\u307E\u3059\u3002
|
||||
DeleteAction.dialog.message2=\u7D9A\u3051\u307E\u3059\u304B\uFF1F
|
||||
DeleteAction.dialog.messageAllElements=\u5168\u3066\u306E\u8981\u7D20\u306F\u6C38\u4E45\u306B\u524A\u9664\u3055\u308C\u307E\u3059\u3002
|
||||
DeleteAction.dialog.title=\u5B8C\u5168\u306B\u524A\u9664
|
||||
DeleteAction.error.lockedOrOpenedObject.newMessage={0}\u306F\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u524A\u9664\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u958B\u304B\u308C\u3066\u3044\u308B\u5834\u5408\u306F\u4E8B\u524D\u306B\u9589\u3058\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
DeleteAction.error.title=\u524A\u9664\u304C\u7981\u6B62\u3055\u308C\u3066\u307E\u3059
|
||||
DeleteAction.warning.message1=\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u958B\u304B\u308C\u3066\u3044\u308B\u305F\u3081\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002\u3059\u3079\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u9589\u3058\u305F\u72B6\u614B\u3067\u518D\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
DeleteAction.warning.title=\u8B66\u544A
|
||||
DuplicateAction.cannotGenerateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
DuplicateAction.dialog.message=\u65B0\u898F\u30B8\u30E7\u30D6\u306B\u540D\u524D\u3092\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044
|
||||
DuplicateAction.dialog.title=\u30B8\u30E7\u30D6\u540D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
DuplicateAction.input.message=\u65B0\u3057\u3044\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
|
||||
DuplicateAction.input.title=\u65B0\u898F\u540D\u79F0\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
DuplicateAction.thisText.duplicate=\u8907\u88FD
|
||||
DuplicateAction.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
DuplicateAction.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
DuplicateAction.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
DuplicateAction.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
EmptyRecycleBinAction.action.title=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
|
||||
EmptyRecycleBinAction.action.toolTipText=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
|
||||
EmptyRecycleBinAction.dialog.title=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
|
||||
EmptyRecycleBinAction.dialog.allDependencies=\u30B4\u30DF\u7BB1\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093\u3002\u30C7\u30FC\u30BF\u5206\u6790\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30A2\u30A4\u30C6\u30E0\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
PasteObjectAction.error.labelAlreadyExists=\u3053\u306E\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u30E9\u30D9\u30EB\u306F\u65E2\u306B\u3053\u306E\u30D1\u30B9\u306B\u5B58\u5728\u3057\u307E\u3059
|
||||
PasteObjectAction.error.title=\u8CBC\u308A\u4ED8\u3051\u3067\u304D\u307E\u305B\u3093
|
||||
JobletReferenceDialog.DeletedInfor=\u3054\u307F\u7BB1\u3078
|
||||
JobletReferenceDialog.Messages=\u30B8\u30E7\u30D6\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u308B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
JobletReferenceDialog.NodeTotals=\u5408\u8A08
|
||||
JobletReferenceDialog.NodeTotalsTip=\u30CE\u30FC\u30C9\u53C2\u7167\u5408\u8A08\u6570
|
||||
JobletReferenceDialog.project=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
|
||||
JobletReferenceDialog.ReferenceJob=\u53C2\u7167\u30B8\u30E7\u30D6
|
||||
JobletReferenceDialog.Title=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u524A\u9664\u306E\u5931\u6557
|
||||
ContextReferenceDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u524A\u9664
|
||||
ContextReferenceDialog.Recycle=\u3054\u307F\u7BB1\u3078
|
||||
ContextReferenceDialog.ReferenceJob=\u53C2\u7167\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8
|
||||
ContextReferenceDialog.Types=\u30BF\u30A4\u30D7
|
||||
ContextReferenceDialog.NodeTypeTip=\u30CE\u30FC\u30C9\u53C2\u7167\u30BF\u30A4\u30D7
|
||||
ContextReferenceDialog.Messages=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF08{0}{1}\uFF09\u306F\:\n\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059
|
||||
ContextReferenceDialog.kindMessages={0} \u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306F\u4EE5\u4E0B\u306E\u30EA\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u524A\u9664\u3092\u5B9F\u884C\u3057\u307E\u3059\u304B\uFF1F \u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u524A\u9664\u3057\u305F\u3044\u5834\u5408\u3001\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306F\u30B8\u30E7\u30D6\u3092\u6B21\u56DE\u958B\u3044\u305F\u969B\u306B\u30D3\u30EB\u30C8-\u30A4\u30F3\u306B\u5909\u308F\u308A\u307E\u3059\u3002
|
||||
ContextReferenceDialog.kindMessages1=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7 {0} {1} \u306F\u4EE5\u4E0B\u306E\u30EA\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u524A\u9664\u3092\u5B9F\u884C\u3057\u307E\u3059\u304B\uFF1F
|
||||
CopyToGenericSchemaHelper.cannotGenarateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ItemReferenceDialog.title=\u524A\u9664\u3067\u304D\u306A\u3044\u30A2\u30A4\u30C6\u30E0
|
||||
ItemReferenceDialog.item=\u30A2\u30A4\u30C6\u30E0
|
||||
ItemReferenceDialog.referenceItem=\u53C2\u7167\u30A2\u30A4\u30C6\u30E0
|
||||
ItemReferenceDialog.nodeTotals=\u5408\u8A08
|
||||
ItemReferenceDialog.nodeTotalsTip=\u30CE\u30FC\u30C9\u53C2\u7167\u5408\u8A08\u6570
|
||||
ItemReferenceDialog.project=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
|
||||
ItemReferenceDialog.deletedInfor=\u3054\u307F\u7BB1\u3078
|
||||
ItemReferenceDialog.messages=\u4ED6\u306E\u30A2\u30A4\u30C6\u30E0\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u308B\u30A2\u30A4\u30C6\u30E0\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ProjectRepositoryNode.code=\u30B3\u30FC\u30C9
|
||||
ProjectRepositoryNode.rulesManagement=\u30EB\u30FC\u30EB\u7BA1\u7406
|
||||
ProjectRepositoryNode.itemInvalid=\u30A2\u30A4\u30C6\u30E0\u306F\u4E0D\u6B63\u3067\u3059\uFF1A[{0}] {1}
|
||||
ProjectRepositoryNode.invalidItem=\u9805\u76EE\u304C\u4E0D\u6B63\u3067\u3059
|
||||
ProjectRepositoryNode.columns=\u30AB\u30E9\u30E0
|
||||
ProjectRepositoryNode.validationRules=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
ProjectRepositoryNode.cdcFoundation=CDC\u8A2D\u5B9A
|
||||
ProjectRepositoryNode.genericSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE
|
||||
ProjectRepositoryNode.queries=\u30AF\u30A8\u30EA
|
||||
ProjectRepositoryNode.synonymSchemas=\u30B7\u30CE\u30CB\u30E0
|
||||
ProjectRepositoryNode.tableSchemas=\u30C6\u30FC\u30D6\u30EB
|
||||
ProjectRepositoryNode.viewSchemas=\u30D3\u30E5\u30FC
|
||||
ProjectRepositoryNode.sapIDocs=SAP iDocs
|
||||
RepositoryDropAdapter_copyingItems=\u30A2\u30A4\u30C6\u30E0\u3092\u30B3\u30D4\u30FC\u4E2D...
|
||||
RepositoryDropAdapter_lockedByOthers=\u30A2\u30A4\u30C6\u30E0\u306F\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u306B\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093\u3002
|
||||
RepositoryDropAdapter_lockedByYou=\u30A2\u30A4\u30C6\u30E0\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093\u3002
|
||||
RepositoryDropAdapter_moveTitle=\u79FB\u52D5
|
||||
RepositoryDropAdapter_movingItems=\u30A2\u30A4\u30C6\u30E0\u3092\u79FB\u52D5\u4E2D...
|
||||
RepositoryDropAdapter.checkingLockStatus=\u30ED\u30C3\u30AF\u72B6\u6CC1\u3092\u78BA\u8A8D
|
||||
RepositoryDropAdapter.moving=\u79FB\u52D5\u4E2D
|
||||
NewFolderWizard.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
|
||||
NewFolderWizard.failureText=\u30A8\u30E9\u30FC\u767A\u751F\u3002\u30D5\u30A9\u30EB\u30C0\u306F\u4F5C\u6210\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u307F\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
NewFolderWizard.failureTitle=\u30A8\u30E9\u30FC
|
||||
NewFolderWizard.label=\u30E9\u30D9\u30EB
|
||||
NewFolderWizard.nameEmpty=\u30E9\u30D9\u30EB\u304C\u5FC5\u8981\u3067\u3059
|
||||
NewFolderWizard.nameIncorrect=\u30E9\u30D9\u30EB\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
NewFolderWizard.nameInvalid=\u30E9\u30D9\u30EB{0} \u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
|
||||
NewFolderWizard.title=\u30D5\u30A9\u30EB\u30C0
|
||||
NewFolderWizard.windowTitle=\u65B0\u898F\u306E\u30D5\u30A9\u30EB\u30C0
|
||||
CreateFolderAction.action.title=\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
|
||||
CreateFolderAction.action.toolTipText=\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
|
||||
RenameFolderAction.action.title=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
|
||||
RenameFolderAction.action.toolTipText=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
|
||||
RenameFolderAction.warning.editorOpen.title=\u6709\u52B9\u306A\u64CD\u4F5C\u3067\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
RenameFolderAction.warning.cannotFind.title=\u6709\u52B9\u306A\u64CD\u4F5C\u3067\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
ProxyRepositoryFactory.cleanWorkspace=\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u3092\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7
|
||||
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u542B\u3080\u30D5\u30A9\u30EB\u30C0\u306F\u524A\u9664\u51FA\u6765\u307E\u305B\u3093
|
||||
ProxyRepositoryFactory.MoveFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u542B\u3080\u30D5\u30A9\u30EB\u30C0\u30FC\u306F\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093
|
||||
ProxyRepositoryFactory.RenameFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u542B\u3080\u30D5\u30A9\u30EB\u30C0\u30FC\u306F\u30EA\u30CD\u30FC\u30E0\u51FA\u6765\u307E\u305B\u3093
|
||||
RepositoryDropAdapter_errorMsg=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u304C\u542B\u307E\u308C\u307E\u3059\u3002\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093
|
||||
RepositoryDropAdapter_folder=\u30D5\u30A9\u30EB\u30C0\u30FC
|
||||
RenameFolderAction.description=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
|
||||
@@ -1,37 +0,0 @@
|
||||
AbstractEMFRepositoryFactory.cannotGenerateItem=Nie mo\u017Cna wygenerowa\u0107 etykiety dla wklejanego obiektu.
|
||||
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Elementy powoduj\u0105ce problemy:
|
||||
ProxyRepositoryFactory.Label=Etykieta
|
||||
CreateSandboxProjectDialog.ProjectLabel=Etykieta
|
||||
CreateSandboxProjectDialog.svnUrl=Url
|
||||
CreateSandboxProjectDialog.Login=Login
|
||||
CreateSandboxProjectDialog.Password=Has\u0142o
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Name=Nazwa
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Wersja
|
||||
EAuthenticationMethod.anonymousAuth=Autentykacja anonimowa
|
||||
EAuthenticationMethod.simpleAuth=Autentykacja prosta
|
||||
CopyAction.thisText.copy=Kopiuj
|
||||
RestoreAction.action.title=Przywró\u0107
|
||||
RestoreAction.action.toolTipText=Przywró\u0107
|
||||
PasteAction.thisText.paste=Wklej
|
||||
DeleteAction.action.foreverTitle=Skasuj bezpowrotnie
|
||||
DeleteAction.action.logicalTitle=Usu\u0144
|
||||
DeleteAction.action.logicalToolTipText=Wy\u015Blij obiekt do kosza
|
||||
DeleteAction.dialog.message0=b\u0119dzie skasowane bezpowrotnie (nie b\u0119dzie mo\u017Cna pobra\u0107).
|
||||
DeleteAction.dialog.title=Skasuj bezpowrotnie
|
||||
DeleteAction.error.title=Kasowanie zabronione
|
||||
DeleteAction.warning.title=Ostrze\u017Cenie
|
||||
DuplicateAction.cannotGenerateItem=Nie mo\u017Cna wygenerowa\u0107 etykiety dla wklejanego obiektu.
|
||||
DuplicateAction.thisText.duplicate=Duplikuj
|
||||
EmptyRecycleBinAction.action.title=Opró\u017Cnij kosz
|
||||
EmptyRecycleBinAction.action.toolTipText=Opró\u017Cnij kosz
|
||||
EmptyRecycleBinAction.dialog.title=Opró\u017Cnij kosz
|
||||
ContextReferenceDialog.Types=Typ
|
||||
CopyToGenericSchemaHelper.cannotGenarateItem=Nie mo\u017Cna wygenerowa\u0107 etykiety dla wklejanego obiektu.
|
||||
ItemReferenceDialog.item=Element
|
||||
ProjectRepositoryNode.code=Kod
|
||||
NewFolderWizard.failureTitle=B\u0141\u0104D
|
||||
NewFolderWizard.label=Etykieta
|
||||
CreateFolderAction.action.title=Utwórz folder
|
||||
CreateFolderAction.action.toolTipText=Utwórz folder
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.core.runtime.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.core.runtime
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.core.runtime.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,578 +0,0 @@
|
||||
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// / JobDesigner (CodeGenerator version {1})\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} does not exist.
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=Error: failed to initialize :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Comment1 color
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=Comment2 color
|
||||
ColorsCodeViewerPreferencePage.DigitColor=Digit color
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=Function color
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Invalid color
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Label color
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=Literal1 color
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=Literal2 color
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Markup color
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Operator color
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Default color
|
||||
ColorsCodeViewerPreferencePage.fieldTip=&Bold
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=Keyword1 color
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=Keyword2 color
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=Keyword3 color
|
||||
ColumnNameChangedExt.columnChanged=Node: {0} Column changed : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Add
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=The name "{0}" is not valid.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format connection default:
|
||||
ComponentsFormatPreferencePage.formatHint=Format hint default:
|
||||
ComponentsFormatPreferencePage.formatLable=Format label default:
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Error
|
||||
ComponentToRepositoryProperty.error=Error
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible to use OCI type in the repository\!
|
||||
ContextComposite.tableValue=Values as table
|
||||
ContextComposite.treeValue=Values as tree
|
||||
ContextComposite.variable=Variables
|
||||
ContextParameterProposal.ContextVariable=\n\nContext variable.
|
||||
ContextParameterProposal.Description=Description\: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=Context value error:
|
||||
ContextParameterProposal.NoCommentAvaiable=no comment available.
|
||||
ContextParameterProposal.Type=\nType\: {1}
|
||||
ContextParameterProposal.VariableName=\n\nVariable Name\: {2}
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Rename Context
|
||||
ContextProcessSection.13=Give a new name for the context {0}
|
||||
ContextProcessSection.2=Ask for Confirmation?
|
||||
ContextProcessSection.29=Error
|
||||
ContextProcessSection.30=That name already exist
|
||||
ContextProcessSection.4=Add New Context based on ->(
|
||||
ContextProcessSection.49=Default Context
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=New Context
|
||||
ContextProcessSection.7=Give a name for the new context
|
||||
ContextProcessSection.ParameterNameIsNotValid=Parameter name is not valid.
|
||||
ContextProcessSection.RemoveInformation={0} is default context, it can not be removed.
|
||||
ContextProcessSection.errorTitle=Error
|
||||
ConextTableValuesComposite.nameLabel=Name
|
||||
ConextTemplateComposite.OrderMessages=If you want reorder the variables, it must be selected.
|
||||
ConextTemplateComposite.OrderText=Original order
|
||||
ContextSetConfigurationDialog.nameNotValid=the name is not valid
|
||||
ContextTemplateComposite.CommentLabel=Comment
|
||||
ContextTemplateComposite.nameLabel=Name
|
||||
ContextTemplateComposite.scriptCodeLabel=Script code
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Context
|
||||
ContextTreeConstants.promptName=Prompt
|
||||
ContextTreeConstants.valueName=Value
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Add to repository context
|
||||
CorePreferencePage.componentDefaultFileDirectory=Component default file directory
|
||||
CorePreferencePage.groupBySource="Group by source" in context
|
||||
CorePreferencePage.iReportPath=iReport path
|
||||
CorePreferencePage.alwaysWelcome=Always show welcome view when startup
|
||||
CorePreferencePage.javaInterpreter=&Java interpreter
|
||||
CorePreferencePage.perlInterpreter=Perl interpreter
|
||||
CorePreferencePage.previewLimit=Preview limit
|
||||
CorePreferencePage.runInMultiThread=Multi Thread execution (Default value for job creation)
|
||||
CorePreferencePage.temporaryFiles=&Temporary files
|
||||
DbTableSelectorDialog.textContent=Select Table Name
|
||||
ECodeLanguage.unknowLanguage=Unknown language
|
||||
EComponentCategory_appearance=Appearance
|
||||
EComponentCategory_assignment=Assignment
|
||||
EComponentCategory_basicSetting=Basic settings
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Dynamic settings
|
||||
EComponentCategory_errorRecovery=Error recovery
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Properties
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=SVN History
|
||||
EComponentCategory_technical=Technical
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=Header/Footer
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.validationRules=Validation Rules
|
||||
EComponentCategory.advancedSettings=Advanced settings
|
||||
EComponentCategory.basicRun=Basic Run
|
||||
EComponentCategory.breakpoint=Breakpoint
|
||||
EComponentCategory.parallelization=Parallelization
|
||||
EComponentCategory.debugRun=Debug Run
|
||||
EComponentCategory.targetExec=Target Exec
|
||||
EComponentCategory.availableExtensions=Available Extensions
|
||||
EComponentCategory.downloadedExtensions=Downloaded Extensions
|
||||
EComponentCategory.myExtensions=My Extensions
|
||||
EComponentCategory.executeJob=Execute Job
|
||||
EComponentCategory.monitoring=Monitoring
|
||||
EComponentCategory.hadoopConfig=Hadoop Configuration
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Run After
|
||||
EConnectionType.runIfMenu=Run if
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=On Rows End
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchronize
|
||||
EConnectionType.parallelize=Parallelize
|
||||
EConnectionType.startsMenu=Starts
|
||||
EConnectionType.route=Route
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
EMetadataEncoding.Arabic=Arabic
|
||||
EMetadataEncoding.Big5=Big Five (Traditionnal Chinese)
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Chinese National Standard
|
||||
EMetadataEncoding.GB2312=Chinese
|
||||
EMetadataEncoding.Greek=Greek
|
||||
EMetadataEncoding.Hebrew=Hebrew
|
||||
EMetadataEncoding.Latin1=Latin1 (West European)
|
||||
EMetadataEncoding.Latin2=Latin2 (East European)
|
||||
EMetadataEncoding.Latin3=Latin3 (South European)
|
||||
EMetadataEncoding.Latin4=Latin4 (North European)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turkish)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordic)
|
||||
EMetadataEncoding.Latin9=Latin9
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder for type {0} cannot be found.
|
||||
ERepositoryObjectType.NotImplemented=not implemented
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema not present in Database
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connection successful
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' not found
|
||||
ExtractMetaDataUtils.1=Impossible to initialize the connection \!
|
||||
Function.FunctionName=Function name {0}
|
||||
FunctionManager.PurePerl.Desc=Set your own expression.
|
||||
FunctionManager.PurePerl.ParaName=customize parameter
|
||||
GlobalServiceRegister.ServiceNotRegistered=The service {0} has not been registered.
|
||||
GroupByContextAction.groupContext=Group by Context
|
||||
GroupByVariableAction.groupVariable=Group by Variable
|
||||
JavaFunctionParser.checkMethod=Routines : "{0}.{1}\\" parse failed. please check your the Method.
|
||||
JavaGlobalVariableProposal.Description=Description\: {0}
|
||||
JavaGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
|
||||
JavaTypesManager.integer=INTEGER is number:
|
||||
JavaTypesManager.list=LIST is number:
|
||||
JavaTypesManager.string=STRING is number:
|
||||
LDAPCATruster.failedCreateCert=Failed to create cert store :
|
||||
LDAPCATruster.failedCreateTmp=Failed to create tmp trust store :
|
||||
LDAPCATruster.failedInitialTrust=Failed to create initial trust manager :
|
||||
LDAPCATruster.failedLoadCert=Failed to load the cert store :
|
||||
LDAPCATruster.failedSaveTrust=Failed to save trust store :
|
||||
LDAPCATruster.locationInvalid=The location of the cert store file is invalid:
|
||||
LDAPCATruster.noCertificate=\nPlease use the keytool command to import the server certificate.
|
||||
LDAPCATruster.sslError1=SSL Error:Server certificate chain verification failed.
|
||||
LDAPCATruster.sslError2=SSL Error:Server certificate chain verification failed and \\nthe CA is missing.
|
||||
LDAPCATruster.sslError3=SSL Error:CA certificate is not in the server certificate chain.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
LogImageCacheAction.CacheImage=Cache image\:
|
||||
LogImageCacheAction.CacheImageDesc=Cache image desc\:
|
||||
MappingFileLoader.DbTypeAlreadyExists=In dbms id "{0}" mapping, Db type "{1}" appears more than once into file "{2}" at node\:{3}
|
||||
MappingFileLoader.DbmsIdAlreadyExists=Dbms with id "{0}" already exists \!"
|
||||
MappingFileLoader.InvalidTalendType="{0}" is not a valid {1} Talend type for the dbms id "{2}" at node\: {3}
|
||||
MappingFileLoader.UnbindedDbTypes=In dbms id "{0}" mapping file, Db types below are not bind with "{1}" Talend types \: {2}
|
||||
MappingFileLoader.UnbindedTalendTypes=In dbms id "{0}" mapping file, Talend types below are not bind with "{1}" Db types \: {2}
|
||||
MappingFileLoader.UndeclaredDbType="{0}"is not a declared Db type for the dbms id "{1}" at node\: {2}
|
||||
MetadataDialog.CopyToInput.toolTipText=Copy all of the columns from output schema to input schema
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copy the selected columns from output schema to input schema
|
||||
MetadataDialog.CopyToOutput=Copy all of the columns from input schema to output schema
|
||||
MetadataDialog.CopySelectionToOutput=Copy the selected columns from input schema to output schema
|
||||
MetadataDialog.Message=All columns from the input schema will be transfered to the output schema
|
||||
MetadataDialog.SchemaModification=Schema modification
|
||||
MetadataDialog.TransferMessage=All columns from the output schema will be transfered to the input schema
|
||||
MetadataEmfTableEditor.ColumnInvalid=The column name ''{0}'' is invalid.
|
||||
MetadataEmfTableEditor.ColumnNameExists=The column name ''{0}'' already exists
|
||||
MetadataEmfTableEditor.ColumnNameIsNullError=Error\: Column name is null
|
||||
MetadataTableEditor.ColumnNameExists=The column name ''{0}'' already exists.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=The column name ''{0}'' is invalid.
|
||||
MetadataTableEditor.ColumnNameIsNull=Error\: Column name is null
|
||||
MetadataTableEditorView.ColumnTitle=Column
|
||||
MetadataTableEditorView.CommentTitle=Comment
|
||||
MetadataTableEditorView.DBTypeTitle=DB Type
|
||||
MetadataTableEditorView.DefaultTitle=Default
|
||||
MetadataTableEditorView.KeyTitle=Key
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Date Pattern (Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id : {0} can't be found \!
|
||||
MetadataTalendType.DBMSNotSetted=DBMS not setted
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.column1.Name=Metadata Mapping File
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Edit Mapping File
|
||||
MetadataTalendTypeEditor.error.message=Error Message
|
||||
MetadataTalendTypeEditor.fileIsImported=This file is already imported.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=The imported metadata file is not valid.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=File name must start with 'mapping_'.
|
||||
MetadataTool.errorMessage=Can't input the current character.
|
||||
MetadataTool.invalid=Invalid value
|
||||
MetadataTool.invalidChar=Invalid character
|
||||
MetadataTool.nameNull=Schema name can't be null.
|
||||
MetadataTool.nullValue=Null value
|
||||
MetadataTool.schemaExist=The schema name aready exists.
|
||||
MetadataTool.schemaIn=The schema name is invalid.
|
||||
MetadataTool.schemaInvalid=Schema name is invalid.
|
||||
MetadataTool.schemaNull=Schema name is null.
|
||||
NodeReturnProposal.Availability=\nAvailability\: {4}
|
||||
NodeReturnProposal.Description=Description\: {0}
|
||||
NodeReturnProposal.GlobalVariable=\n\nGlobal variable, property of component {1} [{2}].
|
||||
NodeReturnProposal.Type=\nType\: {3}
|
||||
NodeReturnProposal.VariableName=\n\nVariable Name\: {5}
|
||||
PaletteContentDialog.connection=Format connection default:
|
||||
PaletteContentDialog.hint=Format hint default:
|
||||
PaletteContentDialog.lable=Format label default:
|
||||
Parameter.Comment=\ comment \:
|
||||
Parameter.Name=Parameter name
|
||||
Parameter.Type=\ type \:
|
||||
Parameter.Value=\ value \:
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.example=Example:
|
||||
PatternCalendar.pattern=Pattern:
|
||||
PerlDynamicProposalUtil.autoConvert=\ would be automatically converted to {0}->[index] in the generated code
|
||||
PerlGlobalVariableProposal.Description=Description\: {0}
|
||||
PerlGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
PerspectiveMenuManager.dummy=Dummy
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.finalizeBuild=Finalize build...
|
||||
ProcessorUtilities.generatingJob=Generating job...
|
||||
ProcessorUtilities.loadingJob=Loading job...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Edit properties
|
||||
PropertiesWizard.alreadyLockedByUser=The properties are readonly because this item is already locked by an editor.
|
||||
PropertiesWizardPage.Author=Author
|
||||
PropertiesWizardPage.Locker=Locker
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Empty description is discouraged.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Empty purpose is discouraged.
|
||||
PropertiesWizardPage.ItemExistsError=This item already exists. Check the Recycle bin and empty it if needed.
|
||||
PropertiesWizardPage.KeywordsError=Name is not a valid identifier.
|
||||
PropertiesWizardPage.Name=Name
|
||||
PropertiesWizardPage.NameEmptyError=Name is empty.
|
||||
PropertiesWizardPage.NameFormatError=Name contains incorrect characters.
|
||||
PropertiesWizardPage.Path=Path
|
||||
PropertiesWizardPage.Purpose=Purpose
|
||||
PropertiesWizardPage.Select=Select
|
||||
PropertiesWizardPage.SelectfolderMessage=Select the folder in which the item will be created
|
||||
PropertiesWizardPage.SelectfolderTitle=Select folder
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=Please select image in size 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Building index...
|
||||
RelationshipItemBuilder.forItem=for item
|
||||
RepositoryObject.NotImplemented=not implemented
|
||||
RepositoryToComponentProperty.xmlFileSelection=Select a XML File to Validate
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Checking...
|
||||
RepositoryUpdateManager.Messages=Do you want to propagate the modifications to all jobs? \n And it might be quite long.
|
||||
RepositoryUpdateManager.MessagesForTDQ=Do you want to propagate the modifications to all jobs?\nAnd some analysis which dependency it will lost information.\nIt might be quite long
|
||||
RepositoryUpdateManager.NoModificationTitle=No modification needed
|
||||
RepositoryUpdateManager.NoModificationMessages=There is no modification needed for update.
|
||||
RepositoryUpdateManager.NotFoundMessages=There is no relationship to find.
|
||||
RepositoryUpdateManager.NotFoundTitle=Not Found
|
||||
RepositoryUpdateManager.RenameContextMessages=Do you really want to propagate the rename variable to all jobs now? \n\n If yes, it might be quite long time to update.\n\n If no, the old variables will be change to built-in in the job.
|
||||
RepositoryUpdateManager.RenameContextTitle=Rename Question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Check items to update
|
||||
RoutinesFunctionProposal.CreatedBy=Created By\:
|
||||
RoutinesFunctionProposal.Description=Description\:
|
||||
RoutinesFunctionProposal.Example=Example\:
|
||||
RoutinesFunctionProposal.ReturnType=Return Type\:
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=User
|
||||
RoutinesFunctionProposal.VariableName=\n\nVariable Name\: {2}
|
||||
RuleOperationChoiceDialog.editRules=Edit Rules
|
||||
RuleOperationChoiceDialog.rule=Rule:
|
||||
RuleOperationChoiceDialog.selectRulesFile=Select a rule from file
|
||||
RuleOperationChoiceDialog.viewRules=View Rules(Read-only)
|
||||
SchemaCellEditor.giveSchemaName=Give the name for the schema
|
||||
SchemaCellEditor.inputName=Input the name
|
||||
SchemaCellEditor.nameExistOrInvalid=This name already exists or is invalid
|
||||
SchemaCellEditor.schemaName=Schema Name
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Change schema to built-in.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Change schema from repository.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Create schema for built-in.
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Create schema from repository.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Edit schema.
|
||||
SchemaOperationChoiceDialog.Message=Please choose one option, or cancel.
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Invalid schema, or already exists.
|
||||
SchemaOperationChoiceDialog.Title=Schema
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=View schema (read only).
|
||||
SchemaXPathQuerysDialog.Mappings=Mappings
|
||||
SelectRepositoryContextDialog.DeselectAll=Deselect All
|
||||
SelectRepositoryContextDialog.CollapseAll=Collapse All
|
||||
SelectRepositoryContextDialog.DuplicationMessage=You have selected the variable "{0}" in the Context "{1}".
|
||||
SelectRepositoryContextDialog.DuplicationTitle=Duplication Warining\!
|
||||
SelectRepositoryContextDialog.ExistenceMessage=The variable "{0}" has existed in job(Context:"{1}").
|
||||
SelectRepositoryContextDialog.Label=Select variables from repository contexts.
|
||||
SelectRepositoryContextDialog.SelectAll=Select All
|
||||
SelectRepositoryContextDialog.ExpandAll=Expand All
|
||||
SelectRepositoryContextDialog.Title=Select Context Variables
|
||||
SelectRepositoryContextDialog.View=View...
|
||||
SelectRepositoryContextGroupDialog.Default=default
|
||||
SelectRepositoryContextGroupDialog.Messages=\ Add the nonexistent context group into job from the repository context.
|
||||
SelectRepositoryContextGroupDialog.Title=Add Context Group
|
||||
TalendDataCollectorPreferencePage_EnableCapture=Enable capture
|
||||
TalendDataCollectorPreferencePage_Description=The Usage Data Collector collects information about how individuals are using the Talend products. The intent is to use this data to help users and organizations better understand how developers are using Talend products.
|
||||
TalendDataCollectorPreviewPreferencePage_Description=The following Keys/Values have been captured by the Usage Data Collector.
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Empty>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Key
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Value
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Information gathered by the Usage Data Collector is periodically uploaded to servers hosted by Talend.
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=Last Upload
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Uploading
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Upload Period
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Days
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=compact view
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=table view
|
||||
TalendType.TypeName=Type name {0}
|
||||
VariableItemEditor.insertVariable=Insert &Variable Placeholder...
|
||||
VariableItemEditor.name=Name
|
||||
VariableItemEditor.new=New
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Template Pattern:
|
||||
VariableItemEditor.variable=Variables:
|
||||
VersionSection.CreationDate=Creation Date
|
||||
VersionSection.ModificationDate=Modification Date
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Invalid file.
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=Schema XPathQuerys
|
||||
XSDValidater.IllegalArgument=The input XSD file does not exist.
|
||||
repository.context=Contexts
|
||||
repository.column=Column
|
||||
repository.documentation=Documentation
|
||||
repository.folder=Folder
|
||||
repository.generated=Generated
|
||||
repository.jobdoc=Job Documentation
|
||||
repository.joblet=Joblet Designs
|
||||
repository.recyclebin=Recycle bin
|
||||
repository.jobletdoc=Joblet Documentation
|
||||
repository.joblets=Joblets
|
||||
repository.jobs=Jobs
|
||||
repository.metadata=Metadata
|
||||
repository.metadataConnections=Db Connections
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.concept=Concept
|
||||
repository.metadataSAPConnections=SAP Connections
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=SAP Function
|
||||
repository.metadataSQLPatterns=SQL Templates
|
||||
repository.metadataSQLPatterns.alias=SQLTemplates
|
||||
repository.metadataFileDelimited=File delimited
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataTable=Metadata schema
|
||||
repository.metadataColumn=Metadata column
|
||||
repository.metadataFileRules=Embedded Rules
|
||||
repository.metadataFileRules.alias=RULE
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.metadataFileFTP=FTP
|
||||
repository.metadataFileFTP.alias=FTP
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.metadataLinkFileRules=LinkRules
|
||||
repository.metadataLinkFileRules.alias=LinkRule
|
||||
repository.metadataValidationRules=Validation Rules
|
||||
repository.metadataValidationRules.alias=VR
|
||||
repository.process=Job Designs
|
||||
repository.service=Services
|
||||
repository.query=Query
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=Referenced project
|
||||
repository.beans=Beans
|
||||
repository.snippets=Snippets
|
||||
repository.tdqelement=TDQ Element
|
||||
repository.tdqelement.analysis=TDQ Analyses
|
||||
repository.tdqelement.report=TDQ Reports
|
||||
repository.tdqelement.dbconnection=TDQ DB Connections
|
||||
repository.tdqelement.mdmconnection=TDQ MDM Connections
|
||||
repository.tdqelement.businessrule=TDQ Business Rules
|
||||
repository.tdqelement.indicator=TDQ Indicators
|
||||
repository.tdqelement.pattern=TDQ Patterns
|
||||
EUpdateItemType.Property=Property
|
||||
EUpdateItemType.MapReduce=Map Reduce
|
||||
EUpdateItemType.Schema=Schema
|
||||
EUpdateItemType.SAPFunction=SAP Function
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Query
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=ContextGroup
|
||||
EUpdateItemType.Components=Components
|
||||
EUpdateItemType.Name=Name
|
||||
EUpdateItemType.JobVersion=JobVersion
|
||||
EUpdateItemType.ValidationRule=validation rule
|
||||
EUpdateResult.BuiltIn=Change to built-in mode
|
||||
EUpdateResult.JobletUpdate=Update for joblet node
|
||||
EUpdateResult.Update=Update from repository
|
||||
EUpdateResult.Reload=Reload components
|
||||
EUpdateResult.Rename=Change the name
|
||||
EUpdateResult.Add=Add from repository
|
||||
EUpdateResult.Delete=Delete from repository
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.ContextGroup=Context Group
|
||||
UpdatesConstants.Component=Component
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
UpdatesConstants.JobVersion=JobVersion
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Edit project
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Default Settings for Fields with Null Values
|
||||
MetadataTypeLengthPreferencePage.FIELD=Default Settings for All Fields
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Default Length for Data Type
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=List
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=External modules
|
||||
ModuleListCellEditor.innerLabel=Inner modules
|
||||
ModuleListCellEditor.selectLabel=Select module
|
||||
ModuleListCellEditor.title=Select Module
|
||||
MultiStringSelectionDialog.nameEmpty=Name can not be empty
|
||||
PromptDialog.stringTip=The input text must be surrounded with single quote.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&File
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edit
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigate
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Go to
|
||||
ApplicationActionBarAdvisor.projectLabel=&Project
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Window
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Help
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Text Alignment
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Left
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Right
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centre
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Top
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bottom
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centre
|
||||
ConnectionBean.Local=Local
|
||||
ConnectionBean.Remote=Remote
|
||||
ConnectionBean.DefaultConnection=Default connection
|
||||
InegerCellEditorListener.NegativeNumberMessage=The value of {0} can't be set by negative number.
|
||||
InegerCellEditorListener.NumeralMessage=The value of {0} should be numeral.
|
||||
OpenXSDFileDialog.cancel=Cancel
|
||||
OpenXSDFileDialog.confirm=Confirm
|
||||
OpenXSDFileDialog.fileName=File Name:
|
||||
OpenXSDFileDialog.xmlFileSelection=Select a XML File to Validate
|
||||
OpenXSDFileDialog.xmlSelectedOrNot=As you have selected a XSD metadata file, \n there should be a xml file to validate.
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Queries
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=SAP Functions
|
||||
repository.routes=Routes
|
||||
repository.servicesOperation=Operation
|
||||
repository.servicesPort=Port
|
||||
BinRepositoryNode.label=Recycle bin
|
||||
HDFS=HDFS
|
||||
HCAT=HCAT
|
||||
AbstractRepositoryContentHandler.deleteNode.exception=Fail to delete relevances of node: {0}
|
||||
HadoopCustomVersionDialog.topTitle=Custom Hadoop Version Definition
|
||||
HadoopCustomVersionDialog.title=Define custom Hadoop distribution
|
||||
HadoopCustomVersionDialog.msg=Configure libraries needed for the custom Hadoop version
|
||||
HadoopCustomVersionDialog.table.descColumn=Description
|
||||
HadoopCustomVersionDialog.table.libNameColumn=Library name
|
||||
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Add libraries...
|
||||
HadoopCustomVersionDialog.btn.importLibBtn.tooltip=Import libraries from existing definition
|
||||
HadoopCustomVersionDialog.btn.exportLibBtn.tooltip=Export custom Hadoop version definition
|
||||
HadoopCustomVersionDialog.importLibs=Import libraries...
|
||||
HadoopVersionDialog.importFromExistVersion=Import from existing version
|
||||
HadoopVersionDialog.msg=Please choose an option to import custom Hadoop version definition.
|
||||
HadoopVersionDialog.zipLocation=Zip:
|
||||
HadoopVersionDialog.importFromZip=Import from zip
|
||||
HadoopVersionDialog.title=Import custom definition
|
||||
HadoopVersionDialog.distribution=Distribution:
|
||||
HadoopVersionDialog.distribution.tooltip=Set the hadoop distribution
|
||||
HadoopVersionDialog.version=Version:
|
||||
HadoopVersionDialog.version.tooltip=Set the distribution version
|
||||
HadoopVersionDialog.browseBtn=B&rowse...
|
||||
HadoopVersionDialog.confirmMsg=Current custom set up will be replaced , do you want to continue ?
|
||||
HadoopCustomLibrariesUtil.cannotCreate=cannot create {0}
|
||||
HadoopCustomLibrariesUtil.importFailed=Import custom definition failed
|
||||
HadoopCustomLibrariesUtil.exmportFailed=Export custom definition failed
|
||||
HadoopCustomLibrariesUtil.libMissing=Some jars are not found in the studio: {0},please check in the module view to install
|
||||
HadoopCustomLibrariesUtil.importConfirmMsg=Do you want to continue ?
|
||||
LibrariesListSelectionDialog.title=Select libraries
|
||||
LibrariesListSelectionDialog.button.internal=Internal libraries
|
||||
LibrariesListSelectionDialog.button.external=External libraries
|
||||
LibrariesListSelectionDialog.selectLibFromOS=Select libraries
|
||||
LibrariesListSelectionDialog.browseButton.text=Browse...
|
||||
LibrariesListSelectionDialog.deployLibs=Deploy libraries...
|
||||
PigFunctionParser.checkMethod=Pig : "{0}.{1}\\" parse failed. please check your the Method.
|
||||
GenerateSelectSQLAction.NewQuery=new Query {0}
|
||||
AbstractTalendFunctionParser.checkMethod=Runtines : "{0}.{1}\\" parse failed. please check your the Method.
|
||||
UpdatesConstants.MR=Map_Reduce
|
||||
AbstractBrandingService.routines_license_header_content2014=Copyright (c) 2006-2015, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// CodeGenerator version {1}\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).
|
||||
repository.tdqelement.sourceFile=Source Files
|
||||
repository.tdqelement.jrxml=JRXML Template
|
||||
repository.dataprofiling=Data Profiling
|
||||
repository.libraries=Libraries
|
||||
repository.patternRegex=Regex
|
||||
repository.patternSql=SQL
|
||||
repository.rules=Rules
|
||||
repository.rulesSql=SQL
|
||||
repository.rulesParser=Parser
|
||||
repository.rulesMatcher=Match
|
||||
repository.systemIndicators=System Indicators
|
||||
repository.userDefineIndicators=User Defined Indicators
|
||||
repository.userDefineIndicators.lib=lib
|
||||
repository.systemIndicators.advancedStatistics=Advanced Statistics
|
||||
repository.systemIndicators.businessRules=Business Rules
|
||||
repository.systemIndicators.correlation=Correlation
|
||||
repository.systemIndicators.functionalDependency=Functional Dependency
|
||||
repository.systemIndicators.overview=Overview
|
||||
repository.systemIndicators.patternFinder=Pattern Finder
|
||||
repository.systemIndicators.patternMatching=Pattern Matching
|
||||
repository.systemIndicators.rowComparison=Row Comparison
|
||||
repository.systemIndicators.simpleStatistics=Simple Statistics
|
||||
repository.systemIndicators.soundex=Soundex
|
||||
repository.systemIndicators.summaryStatistics=Summary Statistics
|
||||
repository.systemIndicators.textStatistics=Text Statistics
|
||||
repository.tdqExchange=Exchange
|
||||
repository.systemIndicators.phoneNumberStatistics=Phone Number Statistics
|
||||
repository.systemIndicators.fraudDetection=Fraud Detection
|
||||
EUpdateItemType.MapPath=Map path
|
||||
EUpdateResult.PathUpdate=Update for map path
|
||||
AContextualAction.EditorManager_saveChangesQuestion=''{0}'' has been modified. Save changes?
|
||||
AContextualAction.Save_Resource=Save Resource
|
||||
EConnectionType.tableRefMenu=Table_ref
|
||||
EComponentCategory.stormConfig=Storm Configuration
|
||||
@@ -1,458 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Le dossier {0} n'existe pas
|
||||
AbstractItemMigrationTask.taskFailed=La tâche de migration {0} a échoué sur l'élément {1}
|
||||
AdvancedSocketFactory.failedInitial=Erreur : impossible d'initialiser :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Couleur de Comment1
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=couleur Commentaire2
|
||||
ColorsCodeViewerPreferencePage.DigitColor=couleur Chiffre
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=couleur Fonction
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Couleur invalide
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libellé
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=Couleur de Literal1
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Littéral2
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Couleur Marquage
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'opérateur
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Couleur par défaut
|
||||
ColorsCodeViewerPreferencePage.fieldTip=&Gras
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Keyword1
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotClé2
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Keyword3
|
||||
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifiée : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Ajouter
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format de connexion par défaut:
|
||||
ComponentsFormatPreferencePage.formatHint=Format astuce par défaut :
|
||||
ComponentsFormatPreferencePage.formatLable=Format du libellé par défaut :
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=ERROR
|
||||
ComponentToRepositoryProperty.error=ERROR
|
||||
ContextComposite.tableValue=Table des valeurs
|
||||
ContextComposite.treeValue=Arbre des valeurs
|
||||
ContextComposite.variable=Variables
|
||||
ContextValueErrorChecker.ErrorTitile=Erreur de la valeur de contexte :
|
||||
ContextParameterProposal.NoCommentAvaiable=pas de commentaire disponible.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Renommer le contexte
|
||||
ContextProcessSection.13=Nouveau nom pour le contexte {0}
|
||||
ContextProcessSection.2=Demander confirmation ?
|
||||
ContextProcessSection.29=ERROR
|
||||
ContextProcessSection.30=Ce nom existe déjà
|
||||
ContextProcessSection.4=Ajouter un nouveau contexte à partir de ->(
|
||||
ContextProcessSection.49=Contexte par défaut
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=Nouveau contexte
|
||||
ContextProcessSection.7=Nommer le nouveau contexte
|
||||
ContextProcessSection.ParameterNameIsNotValid=Le nom de paramètre n'est pas valide.
|
||||
ContextProcessSection.RemoveInformation={0} est le contexte par défaut et ne peut être supprimé.
|
||||
ContextProcessSection.errorTitle=ERROR
|
||||
ConextTableValuesComposite.nameLabel=Nom
|
||||
ConextTemplateComposite.OrderMessages=Précisez si vous désirez réorganiser les variables.
|
||||
ConextTemplateComposite.OrderText=Ordre d'origine
|
||||
ContextSetConfigurationDialog.nameNotValid=le nom est invalide
|
||||
ContextTemplateComposite.CommentLabel=Commentaire
|
||||
ContextTemplateComposite.nameLabel=Nom
|
||||
ContextTemplateComposite.scriptCodeLabel=Code du script
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Contexte
|
||||
ContextTreeConstants.promptName=Invite
|
||||
ContextTreeConstants.valueName=Valeur
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du référentiel
|
||||
CorePreferencePage.componentDefaultFileDirectory=Répertoire par défaut des composants
|
||||
CorePreferencePage.groupBySource="regrouper par source" en contexte
|
||||
CorePreferencePage.iReportPath=Chemin d'accès iReport
|
||||
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au démarrage
|
||||
CorePreferencePage.javaInterpreter=Interpréteur &Java
|
||||
CorePreferencePage.perlInterpreter=Interpréteur Perl
|
||||
CorePreferencePage.previewLimit=Aperçu limite
|
||||
CorePreferencePage.runInMultiThread=Execution multi thread (valeur par défaut lors de la création d'un job)
|
||||
CorePreferencePage.temporaryFiles=Fichiers &temporaires
|
||||
DbTableSelectorDialog.textContent=Choisir le nom de la table
|
||||
ECodeLanguage.unknowLanguage=Langage inconnu
|
||||
EComponentCategory_appearance=Apparence
|
||||
EComponentCategory_assignment=Affectation
|
||||
EComponentCategory_basicSetting=Paramètres simples
|
||||
EComponentCategory_context=Contexte
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Paramètres dynamiques
|
||||
EComponentCategory_errorRecovery=Reprise sur erreur
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Propriétés
|
||||
EComponentCategory_sqlTemplate=Modèle SQL
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=Historique SVN
|
||||
EComponentCategory_technical=Technique
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=En-tête/Pied de page
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.validationRules=Règles de validation
|
||||
EComponentCategory.advancedSettings=Paramètres avancés
|
||||
EComponentCategory.basicRun=Exécution simple
|
||||
EComponentCategory.breakpoint=Point d'arrêt
|
||||
EComponentCategory.debugRun=Exécution Debug
|
||||
EComponentCategory.availableExtensions=Extensions disponibles
|
||||
EComponentCategory.downloadedExtensions=Extensions téléchargées
|
||||
EComponentCategory.myExtensions=Mes extensions
|
||||
EComponentCategory.monitoring=Monitoring
|
||||
EComponentCategory.hadoopConfig=Configuration de Hadoop
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Exécuter après
|
||||
EConnectionType.runIfMenu=Exécuter si
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=A la fin des lignes
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchroniser
|
||||
EConnectionType.parallelize=Paralléliser
|
||||
EConnectionType.route=Route
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
EMetadataEncoding.Arabic=Arabe
|
||||
EMetadataEncoding.Big5=Chinois traditionnel
|
||||
EMetadataEncoding.Cyrillic=Cyrillique
|
||||
EMetadataEncoding.EUC_CN=Chinois simplifié (Code CN Unix étendus)
|
||||
EMetadataEncoding.GB18030=Chinois National Standard
|
||||
EMetadataEncoding.GB2312=Chinois
|
||||
EMetadataEncoding.Greek=Grec
|
||||
EMetadataEncoding.Hebrew=Hébreu
|
||||
EMetadataEncoding.Latin1=Latin1 (Europe de l'ouest)
|
||||
EMetadataEncoding.Latin2=Latin2 (Europe de l'est)
|
||||
EMetadataEncoding.Latin3=Latin3 (Europe du sud)
|
||||
EMetadataEncoding.Latin4=Latin4 (Europe du nord)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turc)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordique)
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Impossible de trouver le dossier pour le type {0}.
|
||||
ERepositoryObjectType.NotImplemented=non implémenté
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Le schéma n'est pas dans la base de données
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion réussie
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouvé
|
||||
ExtractMetaDataUtils.1=Impossible d'initialiser la connexion.
|
||||
Function.FunctionName=Nom de la fonction {0}
|
||||
FunctionManager.PurePerl.Desc=D
|
||||
FunctionManager.PurePerl.ParaName=Paramètre personnalisé
|
||||
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas été enregistré.
|
||||
GroupByContextAction.groupContext=Grouper par contexte
|
||||
GroupByVariableAction.groupVariable=Grouper par variable
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL est le nombre :
|
||||
JavaTypesManager.integer=INTEGER est le nombre :
|
||||
JavaTypesManager.list=LIST est le nombre :
|
||||
JavaTypesManager.string=STRING est le nombre :
|
||||
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
MetadataDialog.CopyToInput.toolTipText=Copie tout le schéma de sortie vers le schéma d'entrée
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copie de colonnes de schéma de sortie vers schéma d'entrée
|
||||
MetadataDialog.CopyToOutput=Copie tout le schéma d'entrée vers le schéma de sortie
|
||||
MetadataDialog.CopySelectionToOutput=Copie les colonnes sélectionnées du schéma source vers le schéma cible
|
||||
MetadataDialog.Message=Toutes les colonnes du schéma d'entrée seront transférées au schéma de sortie
|
||||
MetadataDialog.SchemaModification=Modification de schéma
|
||||
MetadataDialog.TransferMessage=Toutes les colonnes du sch
|
||||
MetadataEmfTableEditor.ColumnInvalid=Le nom de colonne "{0}" est invalide
|
||||
MetadataEmfTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà
|
||||
MetadataTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=Le nom de colonne "{0}" est invalide
|
||||
MetadataTableEditorView.ColumnTitle=Colonne
|
||||
MetadataTableEditorView.CommentTitle=Commentaire
|
||||
MetadataTableEditorView.DBTypeTitle=Type de base de données
|
||||
MetadataTableEditorView.DefaultTitle=Défaut
|
||||
MetadataTableEditorView.KeyTitle=Clé
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Modèle date (Ctrl+Espace disponible)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTalendType.DBMSNotSetted=SGBD non défini
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.column1.Name=Fichier de mapping de métadonnées
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Editer le fichier de mapping
|
||||
MetadataTalendTypeEditor.error.message=Message d'erreur
|
||||
MetadataTalendTypeEditor.fileIsImported=Le fichier a déjà été importé.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=Le fichier de métadonnées importé n'est pas valide.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=Le nom de fichier doit commencer par 'mapping_'.
|
||||
MetadataTool.errorMessage=Impossible d'écrire le caractère courant.
|
||||
MetadataTool.invalid=Valeur invalide
|
||||
MetadataTool.invalidChar=Caractère invalide
|
||||
MetadataTool.nameNull=Le nom du schéma ne peut être null.
|
||||
MetadataTool.nullValue=Valeur null
|
||||
MetadataTool.schemaExist=Le nom du schéma existe déjà.
|
||||
MetadataTool.schemaIn=Le nom du schéma est invalide.
|
||||
MetadataTool.schemaInvalid=Nom de schéma invalide.
|
||||
MetadataTool.schemaNull=Le nom du schéma est null.
|
||||
PaletteContentDialog.connection=Format de connection par défaut:
|
||||
PaletteContentDialog.hint=Format astuce par défaut :
|
||||
PaletteContentDialog.lable=Format du libellé par défaut :
|
||||
Parameter.Comment=\ commentaire \:
|
||||
Parameter.Name=Nom du paramètre
|
||||
Parameter.Value=\ valeur \:
|
||||
PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
|
||||
PatternCalendar.example=Exemple :
|
||||
PatternCalendar.pattern=Modèle :
|
||||
PerspectiveMenuManager.dummy=Factice
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.generatingJob=Génération du job en cours...
|
||||
ProcessorUtilities.loadingJob=Chargement du job en cours...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Editer les propriétés
|
||||
PropertiesWizard.alreadyLockedByUser=Les propriétés sont en lecture seule car cet objet est déjà verrouillé par un éditeur.
|
||||
PropertiesWizardPage.Author=Auteur
|
||||
PropertiesWizardPage.Locker=Verrouillé par :
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommandé de laisser vide la description.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommandé de laisser l'objectif vide.
|
||||
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
|
||||
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
|
||||
PropertiesWizardPage.Name=Nom
|
||||
PropertiesWizardPage.NameEmptyError=Le nom est vide.
|
||||
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
|
||||
PropertiesWizardPage.Path=Chemin
|
||||
PropertiesWizardPage.Purpose=Objectif
|
||||
PropertiesWizardPage.Select=Sélectionner
|
||||
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
|
||||
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
|
||||
PropertiesWizardPage.Status=Statut
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Construction de l'index...
|
||||
RepositoryObject.NotImplemented=non implémenté
|
||||
RepositoryToComponentProperty.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Vérification...
|
||||
RepositoryUpdateManager.Messages=Propager les modifications à tous les Jobs ? \n Cela peut prendre un moment.
|
||||
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications à tous les Jobs ? \nCertaines dépendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
|
||||
RepositoryUpdateManager.NoModificationTitle=Aucune modification nécessaire
|
||||
RepositoryUpdateManager.NoModificationMessages=Aucune modification nécessaire pour effectuer la mise à jour.
|
||||
RepositoryUpdateManager.NotFoundMessages=Aucune relation à trouver.
|
||||
RepositoryUpdateManager.NotFoundTitle=Introuvable
|
||||
RepositoryUpdateManager.RenameContextMessages=Voulez-vous vraiment propager la variable renommée à tous les Jobs ? \n\nSi oui, la mise à jour peut prendre un moment. \n\n Si non, les anciennes variables seront passées en Built-In dans les Jobs.
|
||||
RepositoryUpdateManager.RenameContextTitle=Renommer la question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Vérification des éléments à mettre à jour
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=Utilisateur
|
||||
RuleOperationChoiceDialog.editRules=Editer les règles
|
||||
RuleOperationChoiceDialog.rule=Règle :
|
||||
RuleOperationChoiceDialog.selectRulesFile=Sélectionner un règle depuis un fichier
|
||||
RuleOperationChoiceDialog.viewRules=Voir les règles (lecture seule)
|
||||
SchemaCellEditor.giveSchemaName=Donner le nom pour le schéma
|
||||
SchemaCellEditor.inputName=Saisir le nom
|
||||
SchemaCellEditor.nameExistOrInvalid=Ce nom existe déjà ou est invalide
|
||||
SchemaCellEditor.schemaName= Nom du schéma
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Changer le schéma en Built-In.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Modifier le schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Créer un schéma Built-In
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Créer un schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Editer le schéma.
|
||||
SchemaOperationChoiceDialog.Message=Choisissez une option, ou annulez
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Le schéma est invalide, ou il existe déjà.
|
||||
SchemaOperationChoiceDialog.Title=Schéma
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=Voir le schéma (lecture seule)
|
||||
SchemaXPathQuerysDialog.Mappings=Correspondances
|
||||
SelectRepositoryContextDialog.DeselectAll=Désélectionner tout
|
||||
SelectRepositoryContextDialog.CollapseAll=Réduire tous
|
||||
SelectRepositoryContextDialog.DuplicationMessage=Vous avez sélectionné la variable "{0}" dans le contexte "{1}".
|
||||
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a existé dans le Job(Contexte : "{1}").
|
||||
SelectRepositoryContextDialog.Label=Sélectionne les variables des contextes du référentiel
|
||||
SelectRepositoryContextDialog.SelectAll=Sélectionner tout
|
||||
SelectRepositoryContextDialog.ExpandAll=Agrandir tout
|
||||
SelectRepositoryContextDialog.Title=Sélectionne les variables du contexte
|
||||
SelectRepositoryContextDialog.View=Voir...
|
||||
SelectRepositoryContextGroupDialog.Default=Défaut
|
||||
SelectRepositoryContextGroupDialog.Title=Ajouter un groupe de contextes
|
||||
TalendDataCollectorPreferencePage_EnableCapture=Activer la capture
|
||||
TalendDataCollectorPreferencePage_Description=Le collecteur de données d'utilisation collecte des informations concernant la manière dont une personne utilise les produits Talend. L'objectif est, via ces données, d'aider les utilisateurs et les entreprises à comprendre comment les développeurs utilisent les produits Talend.
|
||||
TalendDataCollectorPreviewPreferencePage_Description=Les clés/valeurs suivantes ont été capturées par le collecteur de données d'utilisation.
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Clé
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Valeur
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Les informations rassemblées par le Collecteur de données d'utilisation est régulièrement chargé sur les serveurs hébergés par Talend.
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=Dernier chargement
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Période de chargement
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Jours
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=Vue compacte
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=Vue de la table
|
||||
TalendType.TypeName=Nom de type {0}
|
||||
VariableItemEditor.name=Nom
|
||||
VariableItemEditor.new=Nouveau
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Echec de la generation des fichiers java
|
||||
VariableItemEditor.variable=Variables :
|
||||
VersionSection.CreationDate=Date de création
|
||||
VersionSection.ModificationDate=Date de modification
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Statut
|
||||
XmlArray.InvalidFile=Fichier invalide.
|
||||
XSDValidater.IllegalArgument=Le fichier XSD d'entrée n'existe pas.
|
||||
repository.context=Contextes
|
||||
repository.column=Colonne
|
||||
repository.documentation=Documentation
|
||||
repository.folder=Dossier
|
||||
repository.generated=Généré
|
||||
repository.jobdoc=Documentation des Jobs
|
||||
repository.joblet=Création de Joblets
|
||||
repository.recyclebin=Corbeille
|
||||
repository.jobletdoc=Documentation des Joblets
|
||||
repository.joblets=Joblets
|
||||
repository.jobs=Jobs
|
||||
repository.metadata=Métadonnées
|
||||
repository.metadataConnections=Bases de données
|
||||
repository.metadataConnections.alias=BD
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.concept=Concept
|
||||
repository.metadataSAPConnections=Connexions SAP
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=Fonction SAP
|
||||
repository.metadataSQLPatterns=Modèles SQL
|
||||
repository.metadataFileDelimited=Fichier délimité
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataTable=Schéma des métadonnées
|
||||
repository.metadataColumn=Colonne de métadonnées
|
||||
repository.metadataFileRules=Règles embarquées
|
||||
repository.metadataFileRules.alias=Règle
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.metadataFileFTP=FTP
|
||||
repository.metadataFileFTP.alias=FTP
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.metadataValidationRules=Règles de validation
|
||||
repository.process=Jobs
|
||||
repository.service=Services
|
||||
repository.query=Requête
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=Projet référencé
|
||||
repository.beans=Beans
|
||||
repository.snippets=Snippets
|
||||
repository.tdqelement.analysis=Analyses TDQ
|
||||
repository.tdqelement.report=Rapports TDQ
|
||||
repository.tdqelement.dbconnection=Connexions bases de données TDQ
|
||||
repository.tdqelement.mdmconnection=Connexions MDM TDQ
|
||||
repository.tdqelement.businessrule=Règles métier TDQ
|
||||
repository.tdqelement.indicator=Indicateurs TDQ
|
||||
repository.tdqelement.pattern=Modèles TDQ
|
||||
EUpdateItemType.Property=Propriété
|
||||
EUpdateItemType.MapReduce=Map Reduce
|
||||
EUpdateItemType.Schema=Schéma
|
||||
EUpdateItemType.SAPFunction=Fonction SAP
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Requête
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=Groupe de contexte
|
||||
EUpdateItemType.Components=Composants
|
||||
EUpdateItemType.Name=Nom
|
||||
EUpdateItemType.ValidationRule=Règle de validation
|
||||
EUpdateResult.BuiltIn=Passer en mode built-in
|
||||
EUpdateResult.JobletUpdate=Mise à jour des joblets
|
||||
EUpdateResult.Update=Mettre à jour à partir du référentiel
|
||||
EUpdateResult.Reload=Recharger les composants
|
||||
EUpdateResult.Rename=Changer le nom
|
||||
EUpdateResult.Add=Ajouter à partir du référentiel
|
||||
EUpdateResult.Delete=Supprimer du référentiel
|
||||
UpdatesConstants.Context=Contexte
|
||||
UpdatesConstants.Component=Composant
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Editer le projet
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Paramètres par défaut pour les champs comprenant des valeurs nulls
|
||||
MetadataTypeLengthPreferencePage.FIELD=Paramètres par défaut pour tous les champs
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par défaut pour le type de données
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=liste
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=Modules externes
|
||||
ModuleListCellEditor.innerLabel=Modules internes
|
||||
ModuleListCellEditor.selectLabel=Sélectionner un module
|
||||
ModuleListCellEditor.title=Sélectionner un module
|
||||
MultiStringSelectionDialog.nameEmpty=Le nom ne peut être vide
|
||||
PromptDialog.stringTip=Le texte d'entrée doit être entouré de guillemets simples.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Fichier
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Editer
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Naviguer
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projet
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=Fe&nêtre
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Aide
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Alignement du texte
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Gauche
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Droite
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Haut
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bas
|
||||
ConnectionBean.Local=local
|
||||
ConnectionBean.Remote=Distant
|
||||
ConnectionBean.DefaultConnection=connexion par défaut
|
||||
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut être un nombre négatif.
|
||||
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit être numérique.
|
||||
OpenXSDFileDialog.cancel=Annuler
|
||||
OpenXSDFileDialog.confirm=Confirmer
|
||||
OpenXSDFileDialog.fileName=Nom de fichier :
|
||||
OpenXSDFileDialog.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Requêtes
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=Fonctions SAP
|
||||
repository.routes=Routes
|
||||
repository.servicesOperation=Opération
|
||||
repository.servicesPort=Port
|
||||
BinRepositoryNode.label=Corbeille
|
||||
HDFS=HDFS
|
||||
HCAT=HCAT
|
||||
AbstractRepositoryContentHandler.deleteNode.exception=Echec de la suppression des pertinences de noeud : {0}
|
||||
HadoopCustomVersionDialog.title=Définir la distribution Hadoop personnalisée
|
||||
HadoopCustomVersionDialog.table.descColumn=Description
|
||||
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Ajouter des bibliothèques...
|
||||
HadoopCustomVersionDialog.importLibs=Importer les bibliothèques...
|
||||
HadoopVersionDialog.importFromExistVersion=Importer depuis une version existante
|
||||
HadoopVersionDialog.msg=Sélectionnez une option pour importer la définition de la version personnalisée de Hadoop.
|
||||
HadoopVersionDialog.zipLocation=Zip :
|
||||
HadoopVersionDialog.importFromZip=Importer depuis un .zip
|
||||
HadoopVersionDialog.title=Importer la définition personnalisée
|
||||
HadoopVersionDialog.distribution=Distribution :
|
||||
HadoopVersionDialog.distribution.tooltip=Configurer la distribution Hadoop
|
||||
HadoopVersionDialog.version=Version :
|
||||
HadoopVersionDialog.version.tooltip=Configurer la version de la distribution
|
||||
HadoopVersionDialog.confirmMsg=La configuration actuelle sera remplacée. Continuer ?
|
||||
HadoopCustomLibrariesUtil.cannotCreate=Impossible de créer {0}
|
||||
LibrariesListSelectionDialog.title=Sélectionnez les bibliothèques
|
||||
LibrariesListSelectionDialog.selectLibFromOS=Sélectionnez les bibliothèques
|
||||
LibrariesListSelectionDialog.browseButton.text=Parcourir...
|
||||
GenerateSelectSQLAction.NewQuery=Nouvelle requête {0}
|
||||
@@ -1,516 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0} \u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC : \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=\u30B3\u30E1\u30F3\u30C8\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=\u30B3\u30E1\u30F3\u30C8\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=\u4E0D\u6B63\u8272
|
||||
ColorsCodeViewerPreferencePage.LabelColor=\u30E9\u30D9\u30EB\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=\u30EA\u30C6\u30E9\u30EB\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=\u30EA\u30C6\u30E9\u30EB\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=\u30DE\u30FC\u30AF\u30A2\u30C3\u30D7\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=\u30AA\u30DA\u30EC\u30FC\u30BF\u8272
|
||||
ColorsCodeViewerPreferencePage.defaultColor=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272
|
||||
ColorsCodeViewerPreferencePage.fieldTip=\u30DC\u30FC\u30EB\u30C9 (&B)
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF13\u306E\u914D\u8272
|
||||
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u8FFD\u52A0
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName="{0}"\u304C\u4E0D\u6B63\u3067\u3059
|
||||
ComponentsFormatPreferencePage.formatConnection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatHint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatLable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.remove=\u524A\u9664
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EA\u30DD\u30B8\u30C8\u30EA\u3067OCI\u30BF\u30A4\u30D7\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
|
||||
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u8868\u793A\u306E\u5024
|
||||
ContextComposite.variable=\u5909\u6570
|
||||
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
|
||||
ContextParameterProposal.Description=\u8AAC\u660E\uFF1A {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextParameterProposal.Type=\n\u30BF\u30A4\u30D7\: {1}
|
||||
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
|
||||
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u79F0\u5909\u66F4
|
||||
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u6307\u5B9A\u3057\u307E\u3059 {0}
|
||||
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
|
||||
ContextProcessSection.29=\u30A8\u30E9\u30FC
|
||||
ContextProcessSection.30=\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
ContextProcessSection.4=\u4EE5\u4E0B\u306B\u57FA\u3065\u3044\u3066\u3001\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8FFD\u52A0\u3057\u307E\u3059 ->(
|
||||
ContextProcessSection.49=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.50=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F314
|
||||
ContextProcessSection.51=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F315
|
||||
ContextProcessSection.6=\u65B0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.7=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u524D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
ContextProcessSection.RemoveInformation={0} \u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u3059\u3001\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextProcessSection.errorTitle=\u30A8\u30E9\u30FC
|
||||
ConextTableValuesComposite.nameLabel=\u540D\u524D
|
||||
ConextTemplateComposite.OrderMessages=\u3082\u3057\u3053\u308C\u3089\u306E\u5909\u6570\u3092\u4E26\u3079\u66FF\u3048\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u5E8F
|
||||
ContextSetConfigurationDialog.nameNotValid=\u540D\u524D\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
ContextTemplateComposite.CommentLabel=\u30B3\u30E1\u30F3\u30C8
|
||||
ContextTemplateComposite.nameLabel=\u540D\u524D
|
||||
ContextTemplateComposite.scriptCodeLabel=\u30B9\u30AF\u30EA\u30D7\u30C8\u30B3\u30FC\u30C9
|
||||
ContextTemplateComposite.sourceLabel=\u30BD\u30FC\u30B9
|
||||
ContextTemplateComposite.typeLabel=\u30BF\u30A4\u30D7
|
||||
ContextTreeConstants.contextName=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextTreeConstants.promptName=\u30D7\u30ED\u30F3\u30D7\u30C8
|
||||
ContextTreeConstants.valueName=\u5024
|
||||
ContextTreeConstants.variableName=\u5909\u6570
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
|
||||
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316"
|
||||
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
|
||||
CorePreferencePage.alwaysWelcome=\u30B9\u30BF\u30FC\u30C8\u30A2\u30C3\u30D7\u6642\u306B\u30A6\u30A7\u30EB\u30AB\u30E0\u30D3\u30E5\u30FC\u3092\u5E38\u306B\u8868\u793A
|
||||
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u5236\u9650
|
||||
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C (\u30B8\u30E7\u30D6\u4F5C\u6210\u6642\u306E\u898F\u5B9A\u5024)
|
||||
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
|
||||
DbTableSelectorDialog.textContent=\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u9078\u629E
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
|
||||
EComponentCategory_appearance=\u30A2\u30D4\u30A2\u30E9\u30F3\u30B9
|
||||
EComponentCategory_assignment=\u5272\u308A\u5F53\u3066
|
||||
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
|
||||
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
EComponentCategory_dynamicSetting=\u52D5\u7684\u8A2D\u5B9A
|
||||
EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA
|
||||
EComponentCategory_extra=\u8FFD\u52A0
|
||||
EComponentCategory_logs=\u30ED\u30B0
|
||||
EComponentCategory_main=\u30E1\u30A4\u30F3
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
EComponentCategory_statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
|
||||
EComponentCategory_svnHistory=SVN\u5C65\u6B74
|
||||
EComponentCategory_technical=\u6280\u8853
|
||||
EComponentCategory_version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
|
||||
EComponentCategory_view=\u8868\u793A
|
||||
EComponentCategory.validationRules=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
EComponentCategory.advancedSettings=\u8A73\u7D30\u8A2D\u5B9A
|
||||
EComponentCategory.basicRun=\u57FA\u672C\u5B9F\u884C
|
||||
EComponentCategory.breakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8
|
||||
EComponentCategory.parallelization=\u4E26\u5217\u5316
|
||||
EComponentCategory.debugRun=\u30C7\u30D0\u30C3\u30B0\u5B9F\u884C
|
||||
EComponentCategory.targetExec=\u30BF\u30FC\u30B2\u30C3\u30C8\u306E\u5B9F\u884C
|
||||
EComponentCategory.availableExtensions=\u5229\u7528\u53EF\u80FD\u306A\u62E1\u5F35\u6A5F\u80FD
|
||||
EComponentCategory.downloadedExtensions=\u62E1\u5F35\u6A5F\u80FD\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
|
||||
EComponentCategory.myExtensions=\u81EA\u62E1\u5F35\u6A5F\u80FD
|
||||
EComponentCategory.executeJob=\u30B8\u30E7\u30D6\u5B9F\u884C
|
||||
EComponentCategory.monitoring=\u30E2\u30CB\u30BF
|
||||
EComponentCategory.hadoopConfig=Hadoop\u8A2D\u5B9A
|
||||
EConnectionType.iteratorMenu=\u53CD\u5FA9
|
||||
EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
|
||||
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
|
||||
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
|
||||
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
|
||||
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
|
||||
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
|
||||
EConnectionType.mergeMenu=\u30DE\u30FC\u30B8
|
||||
EConnectionType.synchronize=\u540C\u671F
|
||||
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406\u3059\u308B
|
||||
EConnectionType.startsMenu=\u958B\u59CB
|
||||
EConnectionType.route=Route
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
|
||||
EMetadataEncoding.Big5=\u4E94\u5927\u56FD(\u7E41\u4F53\u5B57)
|
||||
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB
|
||||
EMetadataEncoding.EUC_CN=\u4E2D\u56FD\u8A9E\uFF08\u7C21\u4F53\u5B57\uFF09\uFF08\u62E1\u5F35UNIX\u30B3\u30FC\u30C9- CN\uFF09
|
||||
EMetadataEncoding.GB18030=\u4E2D\u56FD\u6A19\u6E96
|
||||
EMetadataEncoding.GB2312=\u4E2D\u56FD\u8A9E
|
||||
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
|
||||
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4
|
||||
EMetadataEncoding.Latin1=\u30E9\u30C6\u30F31\uFF08\u897F\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin2=\u30E9\u30C6\u30F32\uFF08\u6771\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin3=\u30E9\u30C6\u30F33\uFF08\u5357\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin4=\u30E9\u30C6\u30F34\uFF08\u5317\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin5=\u30E9\u30C6\u30F35 (\u30C8\u30EB\u30B3)
|
||||
EMetadataEncoding.Latin6=\u30E9\u30C6\u30F36 (\u5317\u6B27)
|
||||
EMetadataEncoding.Latin9=\u30E9\u30C6\u30F39
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (\u30E9\u30C6\u30F31)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=\u30BF\u30A4\u30D7 {0} \u306E\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u63A5\u7D9A\u6210\u529F
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 '{0}' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\uFF01
|
||||
Function.FunctionName=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u540D {0}
|
||||
FunctionManager.PurePerl.Desc=\u30A8\u30AD\u30B9\u30D7\u30EC\u30C3\u30B7\u30E7\u30F3\u306E\u8A2D\u5B9A
|
||||
FunctionManager.PurePerl.ParaName=\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
GroupByContextAction.groupContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
JavaFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3\uFF1A "{0}.{1}" \u30D1\u30FC\u30B9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u624B\u9806\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
JavaGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
|
||||
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedSaveTrust=\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059\:
|
||||
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
ListPreferencePage.RemoveButtonName=\u524A\u9664
|
||||
LogImageCacheAction.CacheImage=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\uFF1A
|
||||
LogImageCacheAction.CacheImageDesc=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\u306E\u8AAC\u660E\uFF1A
|
||||
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToInput.toolTipText=\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u304B\u3089\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u30B3\u30D4\u30FC
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u5168\u3066\u306E\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopySelectionToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.Message=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataDialog.SchemaModification=\u30B9\u30AD\u30FC\u30DE\u5909\u66F4
|
||||
MetadataDialog.TransferMessage=\u51FA\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataEmfTableEditor.ColumnInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
|
||||
MetadataTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0 ''{0}'' \u306F\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTableEditorView.ColumnTitle=COLUMN
|
||||
MetadataTableEditorView.CommentTitle=\u30B3\u30E1\u30F3\u30C8
|
||||
MetadataTableEditorView.DBTypeTitle=DB\u30BF\u30A4\u30D7
|
||||
MetadataTableEditorView.DefaultTitle=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
MetadataTableEditorView.KeyTitle=\u30AD\u30FC
|
||||
MetadataTableEditorView.LengthTitle=\u9577\u3055
|
||||
MetadataTableEditorView.NullableTitle=\u30CC\u30EB\u53EF\u80FD
|
||||
MetadataTableEditorView.PatternTitle=\u30D1\u30BF\u30FC\u30F3(Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
|
||||
MetadataTableEditorView.TypleTitle=\u30BF\u30A4\u30D7
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id \: {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
MetadataTalendType.DBMSNotSetted=DBMS\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
MetadataTalendTypeEditor.button.edit=\u7DE8\u96C6(E)
|
||||
MetadataTalendTypeEditor.button.export=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8 (&E)
|
||||
MetadataTalendTypeEditor.button.import=\u30A4\u30F3\u30DD\u30FC\u30C8 (&I)
|
||||
MetadataTalendTypeEditor.column1.Name=\u30E1\u30BF\u30C7\u30FC\u30BF\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306E\u7DE8\u96C6
|
||||
MetadataTalendTypeEditor.error.message=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
MetadataTalendTypeEditor.fileIsImported=\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u30D5\u30A1\u30A4\u30EB\u540D\u306F 'mapping_' \u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044.
|
||||
MetadataTool.errorMessage=\u3053\u306E\u6587\u5B57\u306F\u5165\u529B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
|
||||
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
|
||||
MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
MetadataTool.nullValue=Null\u5024
|
||||
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059
|
||||
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
|
||||
NodeReturnProposal.Description=\u8AAC\u660E\: {0}
|
||||
PaletteContentDialog.connection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.hint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.lable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
Parameter.Name=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH\:mm\:ss"
|
||||
PatternCalendar.example=\u4F8B\:
|
||||
PatternCalendar.pattern=\u30D1\u30BF\u30FC\u30F3\:
|
||||
PerlGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
PerspectiveMenuManager.dummy=\u30C0\u30DF\u30FC
|
||||
PerspectiveMenuManager.perspectiveLabel=\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6 (&P)
|
||||
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
|
||||
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
|
||||
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6
|
||||
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
|
||||
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AB\u30FC
|
||||
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
PropertiesWizardPage.EmptyDescWarning=\u8AAC\u660E\u3092\u6B04\u3092\u30AB\u30E9\u30CB\u3059\u308B\u306E\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
|
||||
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u6B04\u3092\u7A7A\u306B\u3059\u308B\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
|
||||
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
PropertiesWizardPage.Name=\u540D\u524D
|
||||
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
PropertiesWizardPage.Path=\u30D1\u30B9
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=SELECT
|
||||
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
|
||||
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
|
||||
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=\u30B5\u30A4\u30BA\u304C 32x32 \u306E\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u4E2D...
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
|
||||
RepositoryToComponentProperty.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
RepositoryUpdateManager.Title=\u4FEE\u6B63
|
||||
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF\u4E2D...
|
||||
RepositoryUpdateManager.Messages=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
RepositoryUpdateManager.MessagesForTDQ=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u5931\u308F\u308C\u308B\u60C5\u5831\u306B\u4F9D\u5B58\u3057\u3066\u3044\u308B\u5206\u6790\u753B\u5B58\u5728\u3057\u307E\u3059\u3002\n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.RenameContextTitle=\u8CEA\u554F\u306E\u540D\u79F0\u5909\u66F4
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
|
||||
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\:
|
||||
RoutinesFunctionProposal.Description=\u8AAC\u660E\:
|
||||
RoutinesFunctionProposal.Example=\u4F8B\uFF1A
|
||||
RoutinesFunctionProposal.ReturnType=\u623B\u308A\u5024\u306E\u578B\uFF1A
|
||||
RoutinesFunctionProposal.System=\u30B7\u30B9\u30C6\u30E0
|
||||
RoutinesFunctionProposal.User=\u30E6\u30FC\u30B6\u30FC
|
||||
RoutinesFunctionProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
|
||||
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB\:
|
||||
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
|
||||
SchemaCellEditor.giveSchemaName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
|
||||
SchemaCellEditor.inputName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaCellEditor.nameExistOrInvalid=\u540D\u524D\u304C\u91CD\u8907\u3057\u3066\u3044\u308B\u304B\u3001\u7121\u52B9\u306A\u540D\u524D\u3067\u3059\u3002
|
||||
SchemaCellEditor.schemaName=\u30B9\u30AD\u30FC\u30DE\u540D
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u306B\u5909\u66F4\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u5909\u66F4
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u3067\u4F5C\u6210\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u4F5C\u6210
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7DE8\u96C6
|
||||
SchemaOperationChoiceDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaOperationChoiceDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u7121\u52B9\u306A\u30B9\u30AD\u30FC\u30DE\u3001\u307E\u305F\u306F\u65E2\u306B\u5B58\u5728\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u3002
|
||||
SchemaOperationChoiceDialog.Title=\u30B9\u30AD\u30FC\u30DE
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
|
||||
SelectRepositoryContextDialog.DeselectAll=\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
|
||||
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
|
||||
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 "{1}" \u306E\u5909\u6570 "{0}" \u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u8907\u306E\u8B66\u544A\uFF01
|
||||
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
|
||||
SelectRepositoryContextDialog.SelectAll=\u3059\u3079\u3066\u9078\u629E
|
||||
SelectRepositoryContextDialog.ExpandAll=\u3059\u3079\u3066\u5C55\u958B
|
||||
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
|
||||
SelectRepositoryContextDialog.View=\u53C2\u7167...
|
||||
SelectRepositoryContextGroupDialog.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8FFD\u52A0
|
||||
TalendDataCollectorPreferencePage_EnableCapture=\u30AD\u30E3\u30D7\u30C1\u30E3\u306E\u6709\u52B9\u5316
|
||||
TalendDataCollectorPreferencePage_Description=\u305D\u306E\u76EE\u7684\u306F\u3001\u30E6\u30FC\u30B6\u53CA\u3073\u7D44\u7E54\u304C\u3001\u958B\u767A\u8005\u304C\u3069\u306E\u3088\u3046\u306BTalend\u88FD\u54C1\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u304B\u3092\u3088\u308A\u7406\u89E3\u3059\u308B\u306E\u306B\u5F79\u7ACB\u3064\u3088\u3046\u3001\u30C7\u30FC\u30BF\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u3067\u3059\u3002
|
||||
TalendDataCollectorPreviewPreferencePage_Description=\u4EE5\u4E0B\u306E\u30AD\u30FC/\u5024\u306FUsage Data Collector\u306B\u3066\u53D6\u5F97\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<\u7A7A>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u30AD\u30FC
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u5024
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Usage Data Collector\u3067\u53CE\u96C6\u3055\u308C\u305F\u60C5\u5831\u306F\u5B9A\u671F\u7684\u306BTalend\u3067\u30DB\u30B9\u30C8\u3055\u308C\u305F\u30B5\u30FC\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=\u6700\u7D42\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u671F\u9593
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u30B3\u30F3\u30D1\u30AF\u30C8\u30D3\u30E5\u30FC
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u30C6\u30FC\u30D6\u30EB\u30D3\u30E5\u30FC
|
||||
TalendType.TypeName=\u30BF\u30A4\u30D7\u540D {0}
|
||||
VariableItemEditor.insertVariable=\u633F\u5165\u3068\u5909\u6570\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0\u30FC...
|
||||
VariableItemEditor.name=\u540D\u524D
|
||||
VariableItemEditor.new=\u65B0\u898F
|
||||
VariableItemEditor.remove=\u524A\u9664
|
||||
VariableItemEditor.twmplatePattern=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D1\u30BF\u30FC\u30F3\:
|
||||
VariableItemEditor.variable=\u5909\u6570\:
|
||||
VersionSection.CreationDate=\u4F5C\u6210\u65E5
|
||||
VersionSection.ModificationDate=\u4FEE\u6B63\u65E5\u4ED8
|
||||
VersionSection.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
VersionSection.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
XmlArray.InvalidFile=\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u5B8C\u5168\u3067\u3059\u3002
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=\u30B9\u30AD\u30FC\u30DEXPathQuerys
|
||||
XSDValidater.IllegalArgument=\u5165\u529BXSD\u30D5\u30A1\u30A4\u30EB\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
repository.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
repository.column=COLUMN
|
||||
repository.documentation=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.folder=\u30D5\u30A9\u30EB\u30C0
|
||||
repository.generated=\u751F\u6210\u3055\u308C\u305F
|
||||
repository.jobdoc=\u30B8\u30E7\u30D6\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
repository.recyclebin=\u3054\u307F\u7BB1
|
||||
repository.jobletdoc=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.joblets=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
repository.metadata=\u30E1\u30BF\u30C7\u30FC\u30BF
|
||||
repository.metadataConnections=DB\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.metadataFileEDCDIC=\u30B3\u30D4\u30FC\u30D6\u30C3\u30AF
|
||||
repository.metadataFileEDCDIC.alias=\u30B3\u30D4\u30FC\u30D6\u30C3\u30AF
|
||||
repository.concept=\u30B3\u30F3\u30BB\u30D7\u30C8
|
||||
repository.metadataSAPConnections=SAP\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
repository.metadataSQLPatterns=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
repository.metadataFileDelimited=\u533A\u5207\u308A\u8A18\u53F7\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileDelimited.alias=\u533A\u5207\u308A\u8A18\u53F7
|
||||
repository.metadataTable=\u30E1\u30BF\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE
|
||||
repository.metadataColumn=\u30E1\u30BF\u30C7\u30FC\u30BF\u30AB\u30E9\u30E0
|
||||
repository.metadataFileRules=\u7D44\u307F\u8FBC\u307F\u30EB\u30FC\u30EB
|
||||
repository.metadataFileRules.alias=RULE
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.metadataFileFTP=ftp
|
||||
repository.metadataFileFTP.alias=ftp
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.metadataLinkFileRules=\u30EA\u30F3\u30AF\u30EB\u30FC\u30EB
|
||||
repository.metadataLinkFileRules.alias=LinkRule
|
||||
repository.metadataValidationRules=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
repository.metadataValidationRules.alias=VR
|
||||
repository.process=\u30B8\u30E7\u30D6
|
||||
repository.service=\u30B5\u30FC\u30D3\u30B9
|
||||
repository.query=\u30AF\u30A8\u30EA
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
|
||||
repository.beans=Beans
|
||||
repository.snippets=\u30B9\u30CB\u30DA\u30C3\u30C8
|
||||
repository.tdqelement=TDQ\u8981\u7D20
|
||||
repository.tdqelement.analysis=TDQ\u5206\u6790
|
||||
repository.tdqelement.report=TDQ Reports
|
||||
repository.tdqelement.dbconnection=TDQ DB\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.tdqelement.mdmconnection=TDQ MDM Connections
|
||||
repository.tdqelement.businessrule=TDQ Business Rules
|
||||
repository.tdqelement.indicator=TDQ Indicators
|
||||
repository.tdqelement.pattern=TDQ Patterns
|
||||
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
|
||||
EUpdateItemType.MapReduce=Map Reduce
|
||||
EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
|
||||
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
EUpdateItemType.SAPIDoc=SAP iDoc
|
||||
EUpdateItemType.Query=\u30AF\u30A8\u30EA
|
||||
EUpdateItemType.Variable=\u5909\u6570
|
||||
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
EUpdateItemType.Components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
EUpdateItemType.Name=\u540D\u524D
|
||||
EUpdateItemType.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EUpdateItemType.ValidationRule=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
EUpdateResult.BuiltIn=\u30D3\u30EB\u30C9\u30A4\u30F3\u30E2\u30FC\u30C9\u3078\u5909\u66F4
|
||||
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u306E\u66F4\u65B0
|
||||
EUpdateResult.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u66F4\u65B0
|
||||
EUpdateResult.Reload=\u30B3\u30F3\u30DD\u30CD\u30F3\u30C8\u3092\u30EA\u30ED\u30FC\u30C9
|
||||
EUpdateResult.Rename=\u540D\u524D\u3092\u5909\u66F4
|
||||
EUpdateResult.Add=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u8FFD\u52A0
|
||||
EUpdateResult.Delete=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u524A\u9664
|
||||
UpdatesConstants.Context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
UpdatesConstants.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
UpdatesConstants.Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
UpdatesConstants.Joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
UpdatesConstants.Job=\u30B8\u30E7\u30D6
|
||||
UpdatesConstants.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
ProjectSettingsWizard.EditProjectPageTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u7DE8\u96C6
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9ANULL
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u30C7\u30FC\u30BF\u578B\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u30D6\u30FC\u30EB\u578B
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=\u5341\u9032\u6570\u578B
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8\u578B
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=\u500D\u7CBE\u5EA6\u6D6E\u52D5\u5C0F\u6570\u70B9\u6570\u578B
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.innerLabel=\u5185\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.selectLabel=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
ModuleListCellEditor.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
|
||||
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u30d5\u30a1\u30a4\u30eb \uff08&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7de8\u96c6 \uff08&E)
|
||||
ApplicationActionBarAdvisor.navigateLabel=\u30ca\u30d3\u30b2\u30fc\u30c8 (&N)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u79fb\u52d5 (&G)
|
||||
ApplicationActionBarAdvisor.projectLabel=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \uff08&P)
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u30a6\u30a4\u30f3\u30c9\u30a6 \uff08&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u30d8\u30eb\u30d7 \uff08&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u306E\u4F4D\u7F6E\u5408\u308F\u305B
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u30DB\u30EA\u30BE\u30F3\u30BF\u30EB
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u30D0\u30FC\u30C1\u30AB\u30EB
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top= \u4E0A
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u30DC\u30C8\u30E0
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
|
||||
ConnectionBean.Local=\u30ED\u30FC\u30AB\u30EB
|
||||
ConnectionBean.Remote=\u30EA\u30E2\u30FC\u30C8
|
||||
ConnectionBean.DefaultConnection=\u30C7\u30D5\u30A9\u30EB\u30C8\u63A5\u7D9A
|
||||
InegerCellEditorListener.NegativeNumberMessage={0} \u306B\u306F\u8CA0\u306E\u5024\u3092\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
OpenXSDFileDialog.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
OpenXSDFileDialog.confirm=\u78BA\u8A8D
|
||||
OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D \:
|
||||
OpenXSDFileDialog.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
RepositoryContentProvider.repositoryLabel.Queries=\u30AF\u30A8\u30EA
|
||||
repository.routes=\u30EB\u30FC\u30C8
|
||||
repository.servicesOperation=\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3
|
||||
repository.servicesPort=\u30DD\u30FC\u30C8
|
||||
BinRepositoryNode.label=\u3054\u307F\u7BB1
|
||||
HCAT=HCAT
|
||||
AbstractRepositoryContentHandler.deleteNode.exception=\u95A2\u9023\u30CE\u30FC\u30C9\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A {0}
|
||||
HadoopCustomVersionDialog.topTitle=\u30AB\u30B9\u30BF\u30E0Hadoop\u30D0\u30FC\u30B8\u30E7\u30F3\u5B9A\u7FA9
|
||||
HadoopCustomVersionDialog.title=\u30AB\u30B9\u30BF\u30E0Hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u3092\u5B9A\u7FA9
|
||||
HadoopCustomVersionDialog.msg=\u30AB\u30B9\u30BF\u30E0Hadoop\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u30E9\u30A4\u30D6\u30E9\u30EA\u8A2D\u5B9A\u304C\u5FC5\u8981\u3067\u3059
|
||||
HadoopCustomVersionDialog.table.descColumn=\u8AAC\u660E
|
||||
HadoopCustomVersionDialog.table.libNameColumn=\u30E9\u30A4\u30D6\u30E9\u30EA\u540D
|
||||
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u8FFD\u52A0...
|
||||
HadoopCustomVersionDialog.btn.importLibBtn.tooltip=\u65E2\u5B58\u306E\u5B9A\u7FA9\u304B\u3089\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
|
||||
HadoopCustomVersionDialog.btn.exportLibBtn.tooltip=\u30AB\u30B9\u30BF\u30E0Hadoop\u30D0\u30FC\u30B8\u30E7\u30F3\u5B9A\u7FA9\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
|
||||
HadoopCustomVersionDialog.importLibs=\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u30A4\u30F3\u30DD\u30FC\u30C8...
|
||||
HadoopVersionDialog.importFromExistVersion=\u65E2\u5B58\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8
|
||||
HadoopVersionDialog.msg=\u30AB\u30B9\u30BF\u30E0\u3057\u305FHadoop\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u5B9A\u7FA9\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
HadoopVersionDialog.zipLocation=Zip\uFF1A
|
||||
HadoopVersionDialog.importFromZip=zip\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8
|
||||
HadoopVersionDialog.title=\u30AB\u30B9\u30BF\u30E0\u5B9A\u7FA9\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
|
||||
HadoopVersionDialog.distribution=\u5206\u985E\uFF1A
|
||||
HadoopVersionDialog.distribution.tooltip=Hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u3092\u8A2D\u5B9A
|
||||
HadoopVersionDialog.version=\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A
|
||||
HadoopVersionDialog.version.tooltip=\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u8A2D\u5B9A
|
||||
HadoopVersionDialog.browseBtn=B&rowse...
|
||||
HadoopVersionDialog.confirmMsg=\u30AB\u30B9\u30BF\u30E0\u8A2D\u5B9A\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u64CD\u4F5C\u3092\u7D9A\u3051\u307E\u3059\u304B\uFF1F
|
||||
HadoopCustomLibrariesUtil.cannotCreate={0}\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
|
||||
HadoopCustomLibrariesUtil.importFailed=\u30AB\u30B9\u30BF\u30E0\u5B9A\u7FA9\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F
|
||||
HadoopCustomLibrariesUtil.exmportFailed=\u30AB\u30B9\u30BF\u30E0\u5B9A\u7FA9\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F
|
||||
HadoopCustomLibrariesUtil.libMissing=jar\u30D5\u30A1\u30A4\u30EB\u304CStudio\u4E0A\u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u30E2\u30B8\u30E5\u30FC\u30EB\u30D3\u30E5\u30FC\u3067\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\uFF1A{0}
|
||||
HadoopCustomLibrariesUtil.importConfirmMsg=\u51E6\u7406\u3092\u7D9A\u884C\u3057\u307E\u3059\u304B\uFF1F
|
||||
LibrariesListSelectionDialog.title=\u30E9\u30A4\u30D6\u30E9\u30EA\u9078\u629E
|
||||
LibrariesListSelectionDialog.button.internal=\u5185\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA
|
||||
LibrariesListSelectionDialog.button.external=\u5916\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA
|
||||
LibrariesListSelectionDialog.selectLibFromOS=\u30E9\u30A4\u30D6\u30E9\u30EA\u9078\u629E
|
||||
LibrariesListSelectionDialog.browseButton.text=\u30D6\u30E9\u30A6\u30BA...
|
||||
LibrariesListSelectionDialog.deployLibs=\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u30C7\u30D7\u30ED\u30A4...
|
||||
GenerateSelectSQLAction.NewQuery=\u65B0\u898F\u30AF\u30A8\u30EA {0}
|
||||
AbstractBrandingService.routines_license_header_content2014=Copyright (c) 2006-2015, Talend Inc.\n//\n// \u672C\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F\u4EE5\u4E0B\u306E\u6A5F\u80FD\u3067\u81EA\u52D5\u4F5C\u6210\u3055\u308C\u305F\u3082\u306E\u3067\u3042\u308B_{0}\n// CodeGenerator version {1}\n// Talend\u88FD\u54C1\u306B\u95A2\u3057\u3066\u306E\u8A73\u7D30\u306A\u60C5\u5831\u306F\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u306B\u8A18\u8F09\u3055\u308C\u3066\u3044\u308B www.talend.com.\n// GNU LGPL \u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u3088\u308A\u672C\u30B3\u30FC\u30C9\u3092\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u53EF\u80FD\u3067\u3042\u308B\n// http://www.gnu.org/licenses/lgpl.html).
|
||||
repository.tdqelement.sourceFile=\u30BD\u30FC\u30B9\u30D5\u30A1\u30A4\u30EB
|
||||
repository.tdqelement.jrxml=JRXML\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
repository.dataprofiling=\u30C7\u30FC\u30BF\u30D7\u30ED\u30D5\u30A1\u30A4\u30EA\u30F3\u30B0
|
||||
repository.libraries=\u30E9\u30A4\u30D6\u30E9\u30EA
|
||||
repository.patternRegex=\u6B63\u898F\u8868\u73FE
|
||||
repository.rules=\u30EB\u30FC\u30EB
|
||||
repository.rulesSql=SQL
|
||||
repository.rulesParser=\u30D1\u30FC\u30B5\u30FC
|
||||
repository.systemIndicators=\u30B7\u30B9\u30C6\u30E0\u30A4\u30F3\u30C7\u30A3\u30B1\u30FC\u30BF\u30FC
|
||||
repository.userDefineIndicators=\u30E6\u30FC\u30B6\u30FC\u5B9A\u7FA9\u30A4\u30F3\u30C7\u30A3\u30B1\u30FC\u30BF\u30FC
|
||||
repository.systemIndicators.businessRules=\u30D3\u30B8\u30CD\u30B9\u30EB\u30FC\u30EB
|
||||
repository.systemIndicators.overview=\u6982\u8981
|
||||
repository.systemIndicators.patternMatching=\u30D1\u30BF\u30FC\u30F3\u30DE\u30C3\u30C1\u30F3\u30B0
|
||||
AContextualAction.EditorManager_saveChangesQuestion="{0}"\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
|
||||
AContextualAction.Save_Resource=\u30EA\u30BD\u30FC\u30B9\u3092\u4FDD\u5B58
|
||||
@@ -1,167 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} nie istnieje.
|
||||
AbstractItemMigrationTask.taskFailed=Zadanie migracji {0} nie powiod\u0142o si\u0119 na obiekcie {1}
|
||||
AdvancedSocketFactory.failedInitial=B\u0142\u0105d: niepowodzenie inicjalizacji:
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Kolor Komentarza1
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=Kolor Komentarza2
|
||||
ColorsCodeViewerPreferencePage.DigitColor=Kolor cyfr
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=Kolor funkcji
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Niepoprawny kolor
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Kolor etykiety
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Kolor znacznika
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Kolor operatora
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Kolor domy\u015Blny
|
||||
ColorsCodeViewerPreferencePage.fieldTip=Pogru&bione
|
||||
ComponentsFormatPreferencePage.add=Dodaj
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Nazwa "{0}" niepoprawna.
|
||||
ComponentsFormatPreferencePage.formatConnection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
ComponentsFormatPreferencePage.formatHint=Domy\u015Blny format podpowiedzi:
|
||||
ComponentsFormatPreferencePage.formatLable=Domy\u015Blny format etykiety:
|
||||
ComponentsFormatPreferencePage.ErrorTitle=B\u0141\u0104D
|
||||
ComponentToRepositoryProperty.error=B\u0141\u0104D
|
||||
ContextComposite.tableValue=Warto\u015Bci jako tabela
|
||||
ContextComposite.treeValue=Warto\u015Bci jako drzewo
|
||||
ContextValueErrorChecker.ErrorTitile=B\u0142\u0105d warto\u015Bci konetekstu:
|
||||
ContextParameterProposal.NoCommentAvaiable=Komentarz nie jest dost\u0119pny.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.2=Pyta\u0107 o potwierdzenie?
|
||||
ContextProcessSection.29=B\u0141\u0104D
|
||||
ContextProcessSection.30=Nazwa ju\u017C istnieje
|
||||
ContextProcessSection.4=Dodaj nowy kontekst na podst. ->(
|
||||
ContextProcessSection.49=Domy\u015Blny kontekst
|
||||
ContextProcessSection.6=Nowy kontekst
|
||||
ContextProcessSection.7=Nadaj nazw\u0119 nowemu kontekstowi
|
||||
ContextProcessSection.ParameterNameIsNotValid=Nazwa parametru niepoprawna.
|
||||
ContextProcessSection.RemoveInformation={0} to domy\u015Blny kontekst i nie mo\u017Ce by\u0107 usuni\u0119ty.
|
||||
ContextProcessSection.errorTitle=B\u0141\u0104D
|
||||
ConextTableValuesComposite.nameLabel=Nazwa
|
||||
ConextTemplateComposite.OrderMessages=Je\u015Bli chcesz zmieni\u0107 kolejno\u015B\u0107 zmiennych musz\u0105 by\u0107 one zaznaczone
|
||||
ConextTemplateComposite.OrderText=Orginalna kolejno\u015B\u0107
|
||||
ContextSetConfigurationDialog.nameNotValid=nazwa niepoprawna
|
||||
ContextTemplateComposite.CommentLabel=Komentarz
|
||||
ContextTemplateComposite.nameLabel=Nazwa
|
||||
ContextTemplateComposite.scriptCodeLabel=Kod skryptowy
|
||||
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
|
||||
ContextTemplateComposite.typeLabel=Typ
|
||||
ContextTreeConstants.contextName=Contekst
|
||||
ContextTreeConstants.valueName=Warto\u015B\u0107
|
||||
ContextTreeConstants.variableName=Zmienna
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Dodaj do kontekstu repozytorium
|
||||
CorePreferencePage.componentDefaultFileDirectory=Domy\u015Blna \u015Bcie\u017Cka pliku komponentu
|
||||
CorePreferencePage.groupBySource="Group by source" w kontek\u015Bcie
|
||||
CorePreferencePage.iReportPath=\u015Bcie\u017Cka iReport
|
||||
CorePreferencePage.alwaysWelcome=Zawsze pokazuj widok pocz\u0105tkowy na starcie
|
||||
CorePreferencePage.javaInterpreter=Interpreter &Java
|
||||
CorePreferencePage.perlInterpreter=Interpreter Perl
|
||||
CorePreferencePage.previewLimit=Limit podgl\u0105du
|
||||
CorePreferencePage.runInMultiThread=Wykonanie wielow\u0105tkowe (warto\u015B\u0107 domy\u015Blna przy tworzeniu pracy)
|
||||
CorePreferencePage.temporaryFiles=Pliki &tymczasowe
|
||||
DbTableSelectorDialog.textContent=Wybierz nazw\u0119 tabeli
|
||||
ECodeLanguage.unknowLanguage=Nieznany j\u0119zyk
|
||||
EComponentCategory_appearance=Wygl\u0105d
|
||||
EComponentCategory_assignment=Przypisanie
|
||||
EComponentCategory_context=Contekst
|
||||
EComponentCategory_doc=Dokuemntacja
|
||||
EComponentCategory_main=G\u0142ówny
|
||||
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
|
||||
EComponentCategory_sqlTemplate=Wzorzec SQL
|
||||
EComponentCategory_statsAndLogs=Statystyki i logi
|
||||
EComponentCategory_technical=Techniczne
|
||||
EComponentCategory_version=Wersja
|
||||
EComponentCategory_view=Widok
|
||||
EConnectionType.iteratorMenu=Iteracja
|
||||
EConnectionType.mainMenu=G\u0142ówny
|
||||
EConnectionType.onComponentErrorMenu=Po b\u0142\u0119dzie komponentu
|
||||
EConnectionType.onComponentOkMenu=Je\u015Bli komponent OK
|
||||
EConnectionType.runAfterMenu=Uruchom po
|
||||
EConnectionType.runIfMenu=Uruchom je\u015Bli
|
||||
EConnectionType.tableMenu=Tabela
|
||||
EConnectionType.mergeMenu=Z\u0142\u0105cz
|
||||
EConnectionType.synchronize=Synchronizuj
|
||||
EMetadataEncoding.Arabic=Arabski
|
||||
EMetadataEncoding.Cyrillic=Cyrylica
|
||||
EMetadataEncoding.EUC_CN=Prosty chi\u0144ski (Rozszerzony Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Standardowy narodowy chi\u0144ski
|
||||
EMetadataEncoding.GB2312=Chi\u0144ski
|
||||
EMetadataEncoding.Greek=Grecki
|
||||
EMetadataEncoding.Hebrew=Hebrajski
|
||||
EMetadataEncoding.Latin1=Latin1(Zach Europa)
|
||||
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
|
||||
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
|
||||
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
|
||||
EMetadataEncoding.Latin5=Latin5(Turcja)
|
||||
EMetadataEncoding.Latin6=Latin6(Nordycki)
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder typu {0} nie znaleziony.
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schemat nie istnieje w bazie danych
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Po\u0142\u0105czenie udane
|
||||
MetadataTableEditorView.ColumnTitle=Kolumna
|
||||
MetadataTableEditorView.CommentTitle=Komentarz
|
||||
MetadataTableEditorView.LengthTitle=D\u0142ugo\u015B\u0107
|
||||
MetadataTableEditorView.PrecisionTitle=Precyzja
|
||||
MetadataTableEditorView.TypleTitle=Typ
|
||||
MetadataTalendTypeEditor.error.message=Wiadomo\u015B\u0107 b\u0142\u0119du
|
||||
PaletteContentDialog.connection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
PaletteContentDialog.hint=Domy\u015Blny format podpowiedzi:
|
||||
PaletteContentDialog.lable=Domy\u015Blny format etykiety:
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Name=Nazwa
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Wersja
|
||||
RoutinesFunctionProposal.User=U\u017Cytkownik
|
||||
SchemaOperationChoiceDialog.Title=Schemat
|
||||
SelectRepositoryContextDialog.SelectAll=Zaznacz wszystko
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Warto\u015B\u0107
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=widok tabeli
|
||||
TalendType.TypeName=Nazwa typu {0}
|
||||
VariableItemEditor.name=Nazwa
|
||||
VariableItemEditor.new=Nowy
|
||||
VariableItemEditor.variable=Zmienne:
|
||||
VersionSection.CreationDate=Data utworzenia
|
||||
VersionSection.ModificationDate=Data modyfikacji
|
||||
VersionSection.Version=Wersja
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Niepoprawny plik.
|
||||
repository.column=Kolumna
|
||||
repository.documentation=Dokuemntacja
|
||||
repository.SAPFunction=SAP Funkcja
|
||||
repository.metadataColumn=Kolumna metadanych
|
||||
repository.query=Zapytanie
|
||||
EUpdateItemType.Property=W\u0142a\u015Bciwo\u015B\u0107
|
||||
EUpdateItemType.Schema=Schemat
|
||||
EUpdateItemType.SAPFunction=SAP Funkcja
|
||||
EUpdateItemType.Query=Zapytanie
|
||||
EUpdateItemType.Variable=Zmienna
|
||||
EUpdateItemType.Components=Komponenty
|
||||
EUpdateItemType.Name=Nazwa
|
||||
EUpdateResult.BuiltIn=Zmie\u0144 na tryb wbudowany
|
||||
EUpdateResult.Update=Aktualizuj z repozytorium
|
||||
EUpdateResult.Reload=Prze\u0142aduj komponenty
|
||||
EUpdateResult.Rename=Zmie\u0144 nazw\u0119
|
||||
EUpdateResult.Delete=Usu\u0144 z repozytorium
|
||||
UpdatesConstants.Context=Contekst
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=Ci\u0105g znaków
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Plik
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edycja
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Nawigacja
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Id\u017A do
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projekt
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Okno
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=góra
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
|
||||
ConnectionBean.Local=Lokalne
|
||||
ConnectionBean.DefaultConnection=Po\u0142\u0105czenie domy\u015Blne
|
||||
OpenXSDFileDialog.confirm=Potwierd\u017A
|
||||
repository.servicesOperation=Operacja
|
||||
repository.servicesPort=Port
|
||||
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Dodaj biblioteki...
|
||||
@@ -1,36 +0,0 @@
|
||||
ComponentsFormatPreferencePage.add=Ekle
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Hata
|
||||
ComponentToRepositoryProperty.error=Hata
|
||||
ContextProcessSection.29=Hata
|
||||
ContextProcessSection.errorTitle=Hata
|
||||
ConextTableValuesComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.sourceLabel=Kaynak
|
||||
ContextTemplateComposite.typeLabel=Tip
|
||||
EComponentCategory_appearance=Görünüm
|
||||
EComponentCategory_assignment=Atama
|
||||
EComponentCategory_properties=Özellikler
|
||||
EComponentCategory_version=Versiyon
|
||||
MetadataTableEditorView.TypleTitle=Tip
|
||||
PropertiesWizardPage.Description=Aç\u0131klama
|
||||
PropertiesWizardPage.Name=Ad\u0131
|
||||
PropertiesWizardPage.Version=Versiyon
|
||||
SchemaOperationChoiceDialog.Title=\u015Eema
|
||||
SelectRepositoryContextDialog.SelectAll=Tümünü Seç
|
||||
VariableItemEditor.name=Ad\u0131
|
||||
VersionSection.CreationDate=Olu\u015Fma Tarihi
|
||||
VersionSection.Version=Versiyon
|
||||
EUpdateItemType.Schema=\u015Eema
|
||||
EUpdateItemType.Name=Ad\u0131
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Dosya
|
||||
ApplicationActionBarAdvisor.menuEditLabel=Dü&zenle
|
||||
ApplicationActionBarAdvisor.navigateLabel=D&ola\u015F
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Git
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Yard\u0131m
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Yatay
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Orta
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Orta
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Sorgular
|
||||
repository.servicesPort=Port
|
||||
HadoopCustomVersionDialog.table.descColumn=Aç\u0131klama
|
||||
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Kütüphane ekle...
|
||||
@@ -1,274 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939{0}\u4E0D\u5B58\u5728.
|
||||
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB{0}\u9879\u76EE\u5931\u8D25{1}
|
||||
AdvancedSocketFactory.failedInitial=\u9519\u8BEF\uFF1A\u65E0\u6CD5\u521D\u59CB\u5316\uFF1A
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=\u6CE8\u91CA1 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=\u6CE8\u91CA2 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=\u65B9\u6CD5 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=\u975E\u6CD5 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.LabelColor=\u6807\u7B7E \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=\u6587\u5B571 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=\u6587\u5B572 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=\u6807\u8BB0 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=\u64CD\u4F5C\u7B26 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.defaultColor=\u9ED8\u8BA4 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.fieldTip=\u7C97\u4F53(&B)
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=\u5173\u952E\u5B571 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=\u5173\u952E\u5B572 \u989C\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=\u5173\u952E\u5B573 \u989C\u8272
|
||||
ColumnNameChangedExt.columnChanged=\u7ED3\u70B9: {0} \u5217\u6539\u53D8: {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u589E\u52A0
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=\u547D\u540D"{0}"\u65E0\u6548
|
||||
ComponentsFormatPreferencePage.formatConnection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
|
||||
ComponentsFormatPreferencePage.formatLable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
|
||||
ComponentsFormatPreferencePage.remove=\u53BB\u9664
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u9519\u8BEF
|
||||
ComponentToRepositoryProperty.error=\u9519\u8BEF
|
||||
ContextComposite.tableValue=\u8868\u683C\u5F0F\u503C
|
||||
ContextComposite.treeValue=\u6811\u683C\u5F0F\u503C
|
||||
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u6CA1\u6709\u6CE8\u91CA\u3002
|
||||
ContextProcessSection.1=\u83DC\u5355\u8868\u683C
|
||||
ContextProcessSection.12=\u4E3A\u4E0A\u4E0B\u6587\u6539\u540D
|
||||
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u5B57{0}
|
||||
ContextProcessSection.2=\u8BF7\u786E\u8BA4?
|
||||
ContextProcessSection.29=\u9519\u8BEF
|
||||
ContextProcessSection.30=\u540D\u5B57\u5DF2\u5B58\u5728
|
||||
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587 ->(
|
||||
ContextProcessSection.49=\u7F3A\u7701\u4E0A\u4E0B\u6587
|
||||
ContextProcessSection.6=\u65B0\u7684\u4E0A\u4E0B\u6587
|
||||
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u5B57
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u5B57\u65E0\u6548\u3002
|
||||
ContextProcessSection.RemoveInformation={0}\u4E3A\u9ED8\u8BA4\u7684\u4E0A\u4E0B\u6587,\u4E0D\u80FD\u5220\u9664
|
||||
ContextProcessSection.errorTitle=\u9519\u8BEF
|
||||
ConextTableValuesComposite.nameLabel=\u4f5c\u4e1a\u540d
|
||||
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5FC5\u987B\u9009\u4E2D\u5B83.
|
||||
ConextTemplateComposite.OrderText=\u539F\u59CB\u987A\u5E8F
|
||||
ContextSetConfigurationDialog.nameNotValid=\u8BE5\u540D\u79F0\u65E0\u6548
|
||||
ContextTemplateComposite.CommentLabel=\u5217\u6CE8\u91CA
|
||||
ContextTemplateComposite.nameLabel=\u4f5c\u4e1a\u540d
|
||||
ContextTemplateComposite.scriptCodeLabel=\u811A\u672C\u4EE3\u7801
|
||||
ContextTemplateComposite.typeLabel=\u7C7B\u578B
|
||||
ContextTreeConstants.contextName=\u7EC4\u4EF6
|
||||
ContextTreeConstants.promptName=\u63D0\u793A
|
||||
ContextTreeConstants.valueName=\u503c
|
||||
ContextTreeConstants.variableName=\u53D8\u91CF
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230repository\u4E0A\u4E0B\u6587
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u7F3A\u7701\u6587\u4EF6\u76EE\u5F55
|
||||
CorePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
|
||||
CorePreferencePage.iReportPath=iReport \u8DEF\u5F84
|
||||
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668
|
||||
CorePreferencePage.perlInterpreter=Perl\u89E3\u91CA\u5668
|
||||
CorePreferencePage.previewLimit=\u9884\u89C8\u9650\u5236
|
||||
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u8FD0\u884C(\u521b\u5efa\u65b0\u4f5c\u4e1a\u9ed8\u8ba4\u91c7\u7528)
|
||||
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6
|
||||
DbTableSelectorDialog.textContent=\u9009\u62E9\u8868\u540D
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u8BED\u8A00
|
||||
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
EComponentCategory_appearance=\u5916\u89C2
|
||||
EComponentCategory_assignment=\u6307\u6D3E
|
||||
EComponentCategory_context=\u7EC4\u4EF6
|
||||
EComponentCategory_doc=\u6587\u6863
|
||||
EComponentCategory_main=\u4E3B\u7EBF
|
||||
EComponentCategory_sqlTemplate=SQL\u6A21\u677F
|
||||
EComponentCategory_statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
|
||||
EComponentCategory_version=\u7248\u672C
|
||||
EComponentCategory_view=\u89c6\u56fe
|
||||
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
EConnectionType.iteratorMenu=\u8FED\u4EE3
|
||||
EConnectionType.lookupMenu=\u8ffd\u52a0\u5217
|
||||
EConnectionType.mainMenu=\u4E3B\u7EBF
|
||||
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u8FD0\u884C\u9519\u8BEF
|
||||
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u8FD0\u884C\u6B63\u786E
|
||||
EConnectionType.onSubjobErrorMenu=\u5B50job\u9519\u8BEF
|
||||
EConnectionType.onSubjobOkMenu=\u5B50job\u6B63\u786E
|
||||
EConnectionType.runAfterMenu=\u8FD0\u884C\u540E
|
||||
EConnectionType.runIfMenu=\u6B63\u5E38\u65F6\u8FD0\u884C
|
||||
EConnectionType.tableMenu=\u8868\u683C
|
||||
EConnectionType.mergeMenu=\u5408\u5E76
|
||||
EConnectionType.synchronize=\u540C\u6B65
|
||||
EConnectionType.parallelize=\u5E76\u884C
|
||||
EMetadataEncoding.Arabic=\u963F\u62C9\u4F2F\u8BED
|
||||
EMetadataEncoding.Big5=\u7E41\u4F53\u4E2D\u6587
|
||||
EMetadataEncoding.Cyrillic=\u53E4\u4EE3\u65AF\u62C9\u592B\u8BED
|
||||
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587(\u6269\u5C55\u7684Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=\u4E2D\u6587\u56FD\u6807
|
||||
EMetadataEncoding.GB2312=\u4E2D\u6587
|
||||
EMetadataEncoding.Greek=\u5E0C\u814A
|
||||
EMetadataEncoding.Hebrew=\u5E0C\u4F2F\u6765\u8BED
|
||||
EMetadataEncoding.Latin1=Latin1 (\u897F\u6B27)
|
||||
EMetadataEncoding.Latin2=Latin2 (\u4E1C\u6B27)
|
||||
EMetadataEncoding.Latin3=Latin3 (\u5357\u6B27)
|
||||
EMetadataEncoding.Latin4=Latin4 (\u5317\u6B27)
|
||||
EMetadataEncoding.Latin5=Latin5 (\u571F\u8033\u5176\u8BED)
|
||||
EMetadataEncoding.Latin6=Latin6 (\u65E5\u8033\u66FC\u8BED)
|
||||
EMetadataEncoding.Microsoft_Latin1=\u5FAE\u8F6F(Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16\u4F4D)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u4F4D)
|
||||
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B{0}\u7684\u76EE\u5F55\u672A\u627E\u5230
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9E\u73B0
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema\u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u8FDE\u63A5\u6210\u529F
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType{0}\u672A\u627E\u5230
|
||||
Function.FunctionName=\u51FD\u6570\u540D{0}
|
||||
FunctionManager.PurePerl.Desc=\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u8868\u8FBE\u5F0F
|
||||
FunctionManager.PurePerl.ParaName=\u81EA\u5B9A\u4E49\u53C2\u6570
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
|
||||
GroupByContextAction.groupContext=\u6309\u4E0A\u4E0B\u6587\u5206\u7EC4
|
||||
GroupByVariableAction.groupVariable=\u6309\u53D8\u91CF\u5206\u7EC4
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u4E24\u4E2A\u5355\u5F15\u53F7\u663E\u793A\u4E3A\u4E00\u4E2A\u5355\u5F15\u53F7
|
||||
ListPreferencePage.RemoveButtonName=\u53BB\u9664
|
||||
MetadataDialog.CopyToInput.toolTipText=\u5C06\u8F93\u51FAschema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u5165schema
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u5C06\u8F93\u51FAschema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u5165schema
|
||||
MetadataDialog.CopyToOutput=\u5C06\u8F93\u5165schema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u51FAschema
|
||||
MetadataDialog.CopySelectionToOutput=\u5C06\u8F93\u5165schema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u51FAschema
|
||||
MetadataDialog.Message=\u6240\u6709\u6765\u81EA\u8F93\u5165Schema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u51FASchema
|
||||
MetadataDialog.SchemaModification=Schema\u7F16\u8F91
|
||||
MetadataDialog.TransferMessage=\u6240\u6709\u6765\u81EA\u8F93\u51FASchema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u5165Schema
|
||||
MetadataEmfTableEditor.ColumnInvalid=\u5217\u540D{0}
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u5B58\u5728\u3002
|
||||
MetadataTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u7ECF\u5B58\u5728\u3002
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u5217\u540D{0}
|
||||
MetadataTableEditorView.ColumnTitle=\u5217
|
||||
MetadataTableEditorView.CommentTitle=\u5217\u6CE8\u91CA
|
||||
MetadataTableEditorView.DBTypeTitle=\u5fc5\u987b\u9009\u62e9 DB \u7c7b\u578b
|
||||
MetadataTableEditorView.DefaultTitle=\u65e0
|
||||
MetadataTableEditorView.KeyTitle=\u5173\u952E\u5B57
|
||||
MetadataTableEditorView.LengthTitle=\u957F\u5EA6
|
||||
MetadataTableEditorView.NullableTitle=\u53EF\u4E3A\u7A7A
|
||||
MetadataTableEditorView.PatternTitle=\u6A21\u5F0F (\u53EA\u9650\u6570\u636E)
|
||||
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
|
||||
MetadataTableEditorView.TypleTitle=\u7C7B\u578B
|
||||
MetadataTalendType.DBMSNotSetted=\u6570\u636E\u5E93\u672A\u8BBE\u7F6E
|
||||
MetadataTalendTypeEditor.button.edit=\u7F16\u8F91(E&)
|
||||
MetadataTalendTypeEditor.button.export=\u5BFC\u51FA(E&)
|
||||
MetadataTalendTypeEditor.button.import=\u5BFC\u5165(I&)
|
||||
MetadataTalendTypeEditor.column1.Name=Metadata\u6620\u5C04\u6587\u4EF6
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u7F16\u8F91Mapping\u6587\u4EF6
|
||||
MetadataTalendTypeEditor.error.message=\u9519\u8BEF\u4FE1\u606F
|
||||
MetadataTalendTypeEditor.fileIsImported=\u6587\u4EF6\u5DF2\u5B58\u5728\u3002
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u5BFC\u5165\u6587\u4EF6\u4E0D\u5408\u6CD5\u3002
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u6587\u4EF6\u540D\u5FC5\u987B\u4EE5'mapping_'\u5F00\u5934\u3002
|
||||
PaletteContentDialog.connection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
|
||||
PaletteContentDialog.lable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
|
||||
Parameter.Name=\u53C2\u6570\u540D
|
||||
PatternCalendar.example=\u793A\u4F8B:
|
||||
PerspectiveMenuManager.perspectiveLabel=\u900F\u89C6\u56FE(&P)
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u7F16\u8F91\u5C5E\u6027
|
||||
PropertiesWizard.alreadyLockedByUser=\u5C5E\u6027\u4E3A\u53EA\u8BFB\u72B6\u6001
|
||||
PropertiesWizardPage.Author=\u4F5C\u8005
|
||||
PropertiesWizardPage.Description=\u5FC5\u8981\u7684
|
||||
PropertiesWizardPage.ItemExistsError=\u76F8\u540C\u540D\u79F0\u7684\u9879\u5DF2\u5B58\u5728\uFF0C\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u5B57\u4E0D\u5408\u6CD5
|
||||
PropertiesWizardPage.Name=\u4f5c\u4e1a\u540d
|
||||
PropertiesWizardPage.NameEmptyError=\u4f5c\u4e1a\u540d\u4e3a\u7a7a\u3002
|
||||
PropertiesWizardPage.NameFormatError=\u4f5c\u4e1a\u540d\u5305\u542b\u4e0d\u5408\u6cd5\u7b26\u3002
|
||||
PropertiesWizardPage.Path=\u8DEF\u5F84
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=\u9009\u62E9
|
||||
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u6761\u76EE\u7684\u6587\u4EF6\u5939
|
||||
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u76EE\u5F55
|
||||
PropertiesWizardPage.Status=\u72B6\u6001
|
||||
PropertiesWizardPage.Version=\u7248\u672C
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9E\u73B0
|
||||
RepositoryUpdateManager.Title=\u4fee\u6539
|
||||
RepositoryUpdateManager.Check=\u68C0\u67E5\u4E2D...
|
||||
RepositoryUpdateManager.NoModificationTitle=\u6CA1\u6709\u9700\u8981\u7684\u4FEE\u6539
|
||||
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u9700\u8981\u7684\u66F4\u65B0
|
||||
RepositoryUpdateManager.RenameContextTitle=\u91CD\u547D\u540D\u95EE\u9898
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u9879\u76EE\u4EE5\u66F4\u65B0
|
||||
RoutinesFunctionProposal.System=\u7CFB\u7EDF
|
||||
RoutinesFunctionProposal.User=\u7528\u6237
|
||||
SchemaCellEditor.giveSchemaName=\u7ED9\u56FE\u89E3\u547D\u540D
|
||||
SchemaCellEditor.inputName=\u8F93\u5165\u540D\u79F0
|
||||
SchemaCellEditor.nameExistOrInvalid=\u6539\u540D\u79F0\u5DF2\u5B58\u5728\u6216\u65E0\u6548
|
||||
SchemaCellEditor.schemaName=\u56FE\u89E3\u540D
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u66F4\u6539\u56FE\u89E3\u5230built-in\u6A21\u5F0F
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u4ECE\u5E93\u4E2D\u66F4\u6539Schema
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Built-in\u4E2D\u521B\u5EFA\u56FE\u89E3
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u4ECE\u5E93\u4E2D\u521B\u5EFA\u56FE\u89E3\u3002
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u65E0\u6548\u6216\u5DF2\u5B58\u5728\u7684\u56FE\u89E3
|
||||
SchemaOperationChoiceDialog.Title=\u67B6\u6784
|
||||
SelectRepositoryContextDialog.DeselectAll=\u5168\u90E8\u4E0D\u9009
|
||||
SelectRepositoryContextDialog.CollapseAll=\u6536\u8D77
|
||||
SelectRepositoryContextDialog.Label=\u9009\u62E9\u5E93\u4E0A\u4E0B\u6587\u4E2D\u7684\u53D8\u91CF\u3002
|
||||
SelectRepositoryContextDialog.SelectAll=\u5168\u9009
|
||||
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00
|
||||
SelectRepositoryContextDialog.Title=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
|
||||
SelectRepositoryContextGroupDialog.Default=\u65e0
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u5173\u952E\u5B57
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u503c
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u7F29\u653E\u89C6\u56FE
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u8868\u89C6\u56FE
|
||||
TalendType.TypeName=\u7C7B\u578B\u540D{0}
|
||||
VariableItemEditor.name=\u4f5c\u4e1a\u540d
|
||||
VariableItemEditor.new=\u65b0
|
||||
VariableItemEditor.remove=\u53BB\u9664
|
||||
VariableItemEditor.twmplatePattern=\u6A21\u677F\u6837\u5F0F\uFF1A
|
||||
VariableItemEditor.variable=\u53D8\u91CF\uFF1A
|
||||
VersionSection.CreationDate=\u521B\u5EFA\u65E5\u671F
|
||||
VersionSection.ModificationDate=\u4FEE\u6539\u65E5\u671F
|
||||
VersionSection.Version=\u7248\u672C
|
||||
VersionSection.Status=\u72B6\u6001
|
||||
XmlArray.InvalidFile=\u65E0\u6548\u7684\u6587\u4EF6\u3002
|
||||
XSDValidater.IllegalArgument=\u8F93\u5165\u7684XSD\u6587\u4EF6\u4E0D\u5B58\u5728\u3002
|
||||
repository.context=\u4E0A\u4E0B\u6587
|
||||
repository.column=\u5217
|
||||
repository.documentation=\u6587\u6863
|
||||
repository.folder=\u6587\u4EF6\u5939
|
||||
repository.generated=HTM\u6587\u6863
|
||||
repository.recyclebin=\u56DE\u6536\u7AD9
|
||||
repository.metadata=\u5143\u6570\u636E
|
||||
repository.metadataConnections=\u6570\u636E\u5E93\u8FDE\u63A5
|
||||
repository.metadataConnections.alias=\u6570\u636E\u5E93
|
||||
repository.concept=\u6982\u5FF5
|
||||
repository.metadataFileDelimited=\u5206\u5272\u6587\u4EF6
|
||||
repository.metadataTable=\u5143\u6570\u636ESchema
|
||||
repository.metadataColumn=\u5143\u6570\u636E\u5217
|
||||
repository.process=\u4F5C\u4E1A\u8BBE\u8BA1
|
||||
repository.service=\u670D\u52A1
|
||||
repository.query=\u67E5\u8BE2
|
||||
repository.referencedProjects=\u5F15\u7528\u7684\u9879\u76EE
|
||||
repository.snippets=\u7247\u65AD
|
||||
EUpdateItemType.Property=\u5C5E\u6027
|
||||
EUpdateItemType.Schema=\u67B6\u6784
|
||||
EUpdateItemType.Query=\u67E5\u8BE2
|
||||
EUpdateItemType.Variable=\u53D8\u91CF
|
||||
EUpdateItemType.Name=\u4f5c\u4e1a\u540d
|
||||
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3ABuilt-In\u6A21\u5F0F
|
||||
EUpdateResult.JobletUpdate=\u66F4\u65B0joblet\u8282\u70B9
|
||||
EUpdateResult.Reload=\u91CD\u65B0\u52A0\u8F7D\u7EC4\u4EF6
|
||||
EUpdateResult.Rename=\u66F4\u6539\u540D\u79F0
|
||||
EUpdateResult.Delete=\u4ECE\u5E93\u4E2D\u5220\u9664
|
||||
UpdatesConstants.Context=\u7EC4\u4EF6
|
||||
UpdatesConstants.Job=\u4f5c\u4e1a
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u7A7A\u503C\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u6240\u6709\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u6570\u636E\u7C7B\u578B\u7684\u9ED8\u8BA4\u957F\u5EA6
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u5b57\u7b26
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=\u5217\u8868
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u6587\u4EF6(&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7F16\u8F91(&E)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u7A97\u53E3(&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u5E2E\u52A9(&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u6587\u672C\u5BF9\u9F50
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u592E
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=\u9876\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u5E95\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u592E
|
||||
ConnectionBean.Local= \u672C\u5730
|
||||
ConnectionBean.DefaultConnection=\u9ED8\u8BA4\u8FDE\u63A5
|
||||
OpenXSDFileDialog.cancel=\u53D6\u6D88
|
||||
repository.servicesPort=\u4EE3\u7406\u7AEF\u53E3
|
||||
BinRepositoryNode.label=\u56DE\u6536\u7AD9
|
||||
HadoopCustomVersionDialog.table.descColumn=\u5FC5\u8981\u7684
|
||||
HadoopCustomLibrariesUtil.cannotCreate=\u65E0\u6CD5\u521B\u5EFA
|
||||
LibrariesListSelectionDialog.browseButton.text=\u6D4F\u89C8...
|
||||
@@ -1,7 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.core.ui.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Bundle-Vendor: .Talend SA.
|
||||
Fragment-Host: org.talend.core.ui
|
||||
@@ -1,4 +0,0 @@
|
||||
Metadata=Métadonnées
|
||||
TalendDataCollectorUploading=Chargement
|
||||
prefs=Talend
|
||||
specificSetting=Paramètres spécifiques
|
||||
@@ -1,6 +0,0 @@
|
||||
Metadata=\u30E1\u30BF\u30C7\u30FC\u30BF
|
||||
TalendDataCollector=\u30E6\u30FC\u30B6\u30FC\u30C7\u30FC\u30BF\u30B3\u30EC\u30AF\u30BF\u30FC
|
||||
TalendDataCollectorPreview=\u30D7\u30EC\u30D3\u30E5\u30FC
|
||||
TalendDataCollectorUploading=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
|
||||
prefs=Talend
|
||||
specificSetting=\u8A73\u7D30\u8A2D\u5B9A
|
||||
@@ -1,4 +0,0 @@
|
||||
Metadata=\u5143\u6570\u636E
|
||||
TalendDataCollector=\u4F7F\u7528\u6570\u636E\u91C7\u96C6\u5668
|
||||
TalendDataCollectorPreview=\u9884\u89C8
|
||||
TalendDataCollectorUploading=\u4E0A\u4F20
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.core.ui.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,70 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u0627\u0644\u0645\u062C\u0644\u062F {0} \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F
|
||||
ComponentsFormatPreferencePage.add=\u0625\u0636\u0627\u0641\u0629
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=\u0627\u0644\u0627\u0633\u0645 "{0}" \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u062E\u0637\u0623
|
||||
ComponentToRepositoryProperty.error=\u062E\u0637\u0623
|
||||
ContextComposite.tableValue=\u0627\u0644\u0642\u064A\u0645 \u0628\u0634\u0643\u0644 \u062C\u062F\u0648\u0644
|
||||
ContextComposite.treeValue=\u0627\u0644\u0642\u064A\u0645 \u0628\u0634\u0643\u0644 \u0634\u062C\u0631\u0629
|
||||
ContextValueErrorChecker.ErrorTitile=\u062E\u0637\u0623 \u0642\u064A\u0645\u0629 \u0627\u0644\u0633\u064A\u0627\u0642
|
||||
ContextParameterProposal.NoCommentAvaiable=\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u0644\u0627\u062D\u0638\u0629
|
||||
ContextProcessSection.12=\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0633\u064A\u0627\u0642
|
||||
ContextProcessSection.13=\u0625\u0639\u0637\u0627\u0621 \u0627\u0633\u0645 \u062C\u062F\u064A\u062F \u0644\u0644\u0633\u064A\u0627\u0642 {0}
|
||||
ContextProcessSection.2=\u0633\u0624\u0627\u0644 \u0627\u0644\u062A\u0623\u0643\u064A\u062F
|
||||
ContextProcessSection.29=\u062E\u0637\u0623
|
||||
ContextProcessSection.4=\u0625\u0636\u0627\u0641\u0629 \u0633\u064A\u0627\u0642 \u062C\u062F\u064A\u062F \u0628\u0627\u0644\u0625\u0639\u062A\u0645\u0627\u062F \u0639\u0644\u0649 (
|
||||
ContextProcessSection.errorTitle=\u062E\u0637\u0623
|
||||
ConextTableValuesComposite.nameLabel=\u0627\u0644\u0627\u0633\u0645
|
||||
ConextTemplateComposite.OrderText=\u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0623\u0635\u0644\u064A
|
||||
ContextSetConfigurationDialog.nameNotValid=\u0627\u0644\u0627\u0633\u0645 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D
|
||||
ContextTemplateComposite.CommentLabel=\u062A\u0639\u0644\u064A\u0642
|
||||
ContextTemplateComposite.nameLabel=\u0627\u0644\u0627\u0633\u0645
|
||||
ContextTemplateComposite.sourceLabel=\u0627\u0644\u0645\u0635\u062F\u0631
|
||||
ContextTemplateComposite.typeLabel=\u0646\u0648\u0639
|
||||
ContextTreeConstants.valueName=\u0642\u064A\u0645\u0629
|
||||
CorePreferencePage.previewLimit=\u062D\u062F\u0648\u062F \u0627\u0644\u0627\u0633\u062A\u0639\u0631\u0627\u0636
|
||||
EComponentCategory_appearance=\u0627\u0644\u0645\u0638\u0647\u0631
|
||||
EComponentCategory_assignment=\u062A\u0643\u0644\u064A\u0641
|
||||
EComponentCategory_properties=\u062E\u0635\u0627\u0626\u0635
|
||||
EComponentCategory_sqlTemplate=\u0642\u0627\u0644\u0628 SQL
|
||||
EComponentCategory_version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
|
||||
MetadataTableEditorView.CommentTitle=\u062A\u0639\u0644\u064A\u0642
|
||||
MetadataTableEditorView.TypleTitle=\u0646\u0648\u0639
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.pattern=\u0646\u0645\u0637
|
||||
PropertiesWizardPage.Author=\u0645\u0646\u0634\u0626
|
||||
PropertiesWizardPage.Name=\u0627\u0644\u0627\u0633\u0645
|
||||
PropertiesWizardPage.Version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
|
||||
RoutinesFunctionProposal.System=\u0646\u0638\u0627\u0645
|
||||
SchemaOperationChoiceDialog.Title=\u0645\u062E\u0637\u0637
|
||||
SelectRepositoryContextDialog.SelectAll=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644
|
||||
VariableItemEditor.name=\u0627\u0644\u0627\u0633\u0645
|
||||
VersionSection.CreationDate=\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621
|
||||
VersionSection.ModificationDate=\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644
|
||||
VersionSection.Version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
|
||||
repository.concept=\u0645\u0641\u0647\u0648\u0645
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
EUpdateItemType.Schema=\u0645\u062E\u0637\u0637
|
||||
EUpdateItemType.Name=\u0627\u0644\u0627\u0633\u0645
|
||||
UpdatesConstants.Component=\u0627\u0644\u0645\u0631\u0643\u0628
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u0645&\u0644\u0641
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u062A\u062D&\u0631\u064A\u0631
|
||||
ApplicationActionBarAdvisor.navigateLabel=\u062A&\u0635\u0641\u062D
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u0627\u0630\u0647\u0628 \u0625\u0644\u0649
|
||||
ApplicationActionBarAdvisor.projectLabel=\u0645\u0634\u0631\u0648\u0639
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u0625\u0637&\u0627\u0631
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u0645\u0633&\u0627\u0639\u062F\u0629
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u0645\u062D\u0627\u0630\u0627\u0629 \u0627\u0644\u0646\u0635
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u0623\u0641\u0642\u064A
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u0631\u0623\u0633\u064A
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u0645\u0631\u0643\u0632
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u0623\u0633\u0641\u0644
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u0645\u0631\u0643\u0632
|
||||
ConnectionBean.Local=\u0645\u062D\u0644\u064A
|
||||
ConnectionBean.DefaultConnection=\u0627\u062A\u0635\u0627\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A
|
||||
OpenXSDFileDialog.confirm=\u062A\u0623\u0643\u064A\u062F
|
||||
repository.code=\u0634\u0641\u0631\u0629
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u0642\u064A\u0645\u0629
|
||||
@@ -1,308 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Ordner {0} existiert nicht.
|
||||
AbstractItemMigrationTask.taskFailed=Migrationsprozess {0} beim Element {1} fehlgeschlagen
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ComponentsFormatPreferencePage.add=Hinzufügen
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Der Name "{0}" ist ungültig.
|
||||
ComponentsFormatPreferencePage.formatConnection=Vorbelegung für &Verbindung:
|
||||
ComponentsFormatPreferencePage.formatHint=Vorbelegung für &Tipp:
|
||||
ComponentsFormatPreferencePage.formatLable=Vorbelegung für &Bezeichnung:
|
||||
ComponentsFormatPreferencePage.remove=Entfernen
|
||||
ComponentsFormatPreferencePage.ErrorTitle=ERROR
|
||||
ComponentToRepositoryProperty.error=ERROR
|
||||
ContextComposite.tableValue=Werte als Tabelle
|
||||
ContextComposite.treeValue=Werte als Baum
|
||||
ContextComposite.variable=Variablen
|
||||
ContextParameterProposal.Description=Beschreibung: {0}
|
||||
ContextParameterProposal.NoCommentAvaiable=kein Kommentar vorhanden.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Context umbennenen
|
||||
ContextProcessSection.13=Neuen Namen für Context {0} vergeben
|
||||
ContextProcessSection.2=Bestätigung abfragen?
|
||||
ContextProcessSection.29=ERROR
|
||||
ContextProcessSection.4=Neuen Context hinzufügen basierend auf ->(
|
||||
ContextProcessSection.49=Standard-Context
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=Neuer Context
|
||||
ContextProcessSection.7=Name für neuen Context
|
||||
ContextProcessSection.ParameterNameIsNotValid=Ungültigiger Parametername.
|
||||
ContextProcessSection.RemoveInformation={0} ist der Standard-Kontext und kann nicht entfernt werden.
|
||||
ContextProcessSection.errorTitle=ERROR
|
||||
ConextTableValuesComposite.nameLabel=Name
|
||||
ConextTemplateComposite.OrderMessages=Die umzusortierende Variablen müssen ausgewählt sein.
|
||||
ConextTemplateComposite.OrderText=Ursprüngliche Reihenfolge
|
||||
ContextSetConfigurationDialog.nameNotValid=Der Name ist ungültig
|
||||
ContextTemplateComposite.CommentLabel=Kommentar
|
||||
ContextTemplateComposite.nameLabel=Name
|
||||
ContextTemplateComposite.scriptCodeLabel=Skript-Code
|
||||
ContextTemplateComposite.sourceLabel=Quelle
|
||||
ContextTemplateComposite.typeLabel=Typ
|
||||
ContextTreeConstants.contextName=Context
|
||||
ContextTreeConstants.promptName=Aufforderung
|
||||
ContextTreeConstants.valueName=Wert
|
||||
ContextTreeConstants.variableName=Variable
|
||||
CorePreferencePage.componentDefaultFileDirectory=Standard-&Ordner für Komponente:
|
||||
CorePreferencePage.groupBySource="&Gruppiert nach Quelle" in Context
|
||||
CorePreferencePage.iReportPath=&iReport Pfad:
|
||||
CorePreferencePage.javaInterpreter=&Java-Interpreter
|
||||
CorePreferencePage.perlInterpreter=&Perl-Interpreter:
|
||||
CorePreferencePage.previewLimit=&Vorschaulimit:
|
||||
CorePreferencePage.runInMultiThread=&Multithread-Ausführung (Standardwert für neue Jobs)
|
||||
CorePreferencePage.temporaryFiles=&Temporäre Dateien:
|
||||
DbTableSelectorDialog.textContent=Tabellennamen wählen
|
||||
ECodeLanguage.unknowLanguage=Unbekannte Sprache
|
||||
EComponentCategory_appearance=Darstellung
|
||||
EComponentCategory_assignment=Zuweisung
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_doc=Dokumentation
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Eigenschaften
|
||||
EComponentCategory_sqlTemplate=SQL Muster
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_technical=Technisch
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_view=View
|
||||
EConnectionType.lookupMenu=Nachschlagen
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=Beim Komponenten Fehler
|
||||
EConnectionType.runAfterMenu=Ausführen nach
|
||||
EConnectionType.runIfMenu=Ausführen wenn
|
||||
EConnectionType.tableMenu=Tabelle
|
||||
EConnectionType.mergeMenu=Zusammenführen
|
||||
EConnectionType.synchronize=Synchonisiert
|
||||
EConnectionType.parallelize=Parallelisiert
|
||||
EMetadataEncoding.Arabic=Arabisch
|
||||
EMetadataEncoding.Big5=Big Five (Traditional Chinese)
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Chinese National Standard
|
||||
EMetadataEncoding.GB2312=Chinese
|
||||
EMetadataEncoding.Greek=Griechisch
|
||||
EMetadataEncoding.Hebrew=Hebräisch
|
||||
EMetadataEncoding.Latin1=Latin1 (West European)
|
||||
EMetadataEncoding.Latin2=Latin2 (East European)
|
||||
EMetadataEncoding.Latin3=Latin3 (South European)
|
||||
EMetadataEncoding.Latin4=Latin4 (Nordeuropa)
|
||||
EMetadataEncoding.Latin5=Latin5 (Türkisch)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordic)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Ordner für Typ {0} konnte nicht gefunden werden.
|
||||
ERepositoryObjectType.NotImplemented=nicht implementiert
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema nicht in der Datenbank
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Verbindung erfolgreich
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' nicht gefunden
|
||||
Function.FunctionName=Funktionsname {0}
|
||||
FunctionManager.PurePerl.Desc=Eigenen Ausdruck eigeben.
|
||||
FunctionManager.PurePerl.ParaName=Parameter anpassen
|
||||
GlobalServiceRegister.ServiceNotRegistered=Der Service {0} wurde nicht registriert.
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL ist Nummer:
|
||||
JavaTypesManager.integer=INTEGER ist Nummer:
|
||||
JavaTypesManager.list=LIST ist Nummer:
|
||||
JavaTypesManager.string=STRING ist Nummer:
|
||||
ListPreferencePage.RemoveButtonName=Entfernen
|
||||
MetadataDialog.Message=Alle Spalten des Input-Schemas werden in das Output-Schema übernommen
|
||||
MetadataDialog.SchemaModification=Schema-Änderung
|
||||
MetadataDialog.TransferMessage=Alle Spalten des Output-Schemas werden in das Input-Schema übernommen
|
||||
MetadataEmfTableEditor.ColumnNameExists=Der Spaltenname "{0}" existiert bereits
|
||||
MetadataTableEditor.ColumnNameExists=Der Spaltenname "{0}" existiert bereits.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=Der Spaltenname "{0}" ist ungültig.
|
||||
MetadataTableEditorView.ColumnTitle=Spalte
|
||||
MetadataTableEditorView.CommentTitle=Kommentar
|
||||
MetadataTableEditorView.DBTypeTitle=Db Type
|
||||
MetadataTableEditorView.DefaultTitle=Default
|
||||
MetadataTableEditorView.KeyTitle=Schlüsselwert
|
||||
MetadataTableEditorView.LengthTitle=Länge
|
||||
MetadataTableEditorView.NullableTitle=Null zulässig
|
||||
MetadataTableEditorView.PatternTitle=Datumsformat (Ctrl+Space verfügbar)
|
||||
MetadataTableEditorView.PrecisionTitle=Genauigkeit
|
||||
MetadataTableEditorView.TypleTitle=Typ
|
||||
MetadataTalendType.DBMSNotSetted=DBMS nicht eingegeben
|
||||
MetadataTalendTypeEditor.button.edit=E&ditieren
|
||||
MetadataTalendTypeEditor.button.export=E&xportieren
|
||||
MetadataTalendTypeEditor.button.import=I&mportieren
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Editieren der Mapping-Datei
|
||||
MetadataTalendTypeEditor.error.message=Fehlermeldung
|
||||
MetadataTalendTypeEditor.fileIsImported=Diese Datei wurde bereits importiert.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=Die importierte Metadaten-Datei ist nicht gültig.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=Dateiname muss mit 'mapping_' beginnen.
|
||||
MetadataTool.nullValue=Null Wert
|
||||
PaletteContentDialog.connection=Vorbelegung für &Verbindung:
|
||||
PaletteContentDialog.hint=Vorbelegung für &Tipp:
|
||||
PaletteContentDialog.lable=Vorbelegung für &Bezeichnung:
|
||||
Parameter.Name=Parameter name
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.example=Beispiel:
|
||||
PatternCalendar.pattern=Muster:
|
||||
PerspectiveMenuManager.dummy=Dummy
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspektive
|
||||
ProcessorUtilities.finalizeBuild=Finalisiere Erstellung...
|
||||
ProcessorUtilities.generatingJob=Erstelle job...
|
||||
ProcessorUtilities.loadingJob=Lade job...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Eigenschaften bearbeiten
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Description=Beschreibung
|
||||
PropertiesWizardPage.EmptyDescWarning=Leere Beschreibung wird nicht empfohlen.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Leerer Verwendungszweck wird nicht empfohlen.
|
||||
PropertiesWizardPage.ItemExistsError=Ein solches Element existiert bereits. Prüfen und leeren Sie ggf. den Papierkorb
|
||||
PropertiesWizardPage.KeywordsError=Name ist kein gültiger Bezeichner.
|
||||
PropertiesWizardPage.Name=Name
|
||||
PropertiesWizardPage.NameEmptyError=Name ist leer.
|
||||
PropertiesWizardPage.NameFormatError=Name enthält ungültige Zeichen.
|
||||
PropertiesWizardPage.Path=Pfad
|
||||
PropertiesWizardPage.Purpose=Verwendungszweck
|
||||
PropertiesWizardPage.SelectfolderMessage=Wählen Sie den Ordner aus, in dem das Objekt erzeugt werden soll
|
||||
PropertiesWizardPage.SelectfolderTitle=Ordner auswählen
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
RepositoryObject.NotImplemented=nicht implementiert
|
||||
RepositoryUpdateManager.Title=Änderung
|
||||
RepositoryUpdateManager.Check=Überprüfe...
|
||||
RepositoryUpdateManager.NoModificationTitle=Keine Änderungen nötig
|
||||
RepositoryUpdateManager.NoModificationMessages=Es gibt keine Änderungen, die aktualisiert werden müssen.
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=User
|
||||
SchemaCellEditor.nameExistOrInvalid=Dieser Name existiert bereits oder ist ungültig
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.Title=Schema
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=Schema anzeigen (schreibgeschützt)
|
||||
SelectRepositoryContextDialog.DeselectAll=Alle abwählen
|
||||
SelectRepositoryContextDialog.CollapseAll=Alle verbergen
|
||||
SelectRepositoryContextDialog.SelectAll=Alle auswählen
|
||||
SelectRepositoryContextDialog.ExpandAll=Alle anzeigen
|
||||
SelectRepositoryContextGroupDialog.Default=Default
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=&Kompaktsicht
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=&Tabellensicht
|
||||
TalendType.TypeName=Typbezeichnung {0}
|
||||
VariableItemEditor.name=Name
|
||||
VariableItemEditor.new=Neu
|
||||
VariableItemEditor.remove=Entfernen
|
||||
VariableItemEditor.variable=Variablen:
|
||||
VersionSection.CreationDate=Erstellt am
|
||||
VersionSection.ModificationDate=Änderungsdatum
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Ungültige Datei.
|
||||
XSDValidater.IllegalArgument=die Eingabe XSD Datei existiert nicht
|
||||
repository.businessProcess=Business Modell
|
||||
repository.context=Kontexte
|
||||
repository.documentation=Dokumentation
|
||||
repository.folder=Ordner
|
||||
repository.generated=Erstellt
|
||||
repository.jobdoc=Job Dokumentation
|
||||
repository.metadata=Meta-Daten
|
||||
repository.metadataConnections=DB Verbindungen
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.concept=Begriff
|
||||
repository.metadataSAPConnections=SAP Verbindungen
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=SAP Funktion
|
||||
repository.metadataSQLPatterns=SQL Templates
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataFileLdif=File ldif
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=Excel Datei
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional.alias=POS
|
||||
repository.metadataFileRegexp=File regex
|
||||
repository.metadataFileRegexp.alias=REGX
|
||||
repository.metadataFileXml=XML Datei
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=Generische Schemata
|
||||
repository.metadataGenericSchema.alias=GENERIC
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataWSDLSchema=WSDL
|
||||
repository.metadataWSDLSchema.alias=WSDL
|
||||
repository.metadataFileRules.alias=Regel
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repository.metadataFileFTP=ftp
|
||||
repository.metadataFileFTP.alias=ftp
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=Job-Design
|
||||
repository.query=Abfrage
|
||||
repository.referencedProjects=Referenziertes Projekt
|
||||
repository.routines=Routinen
|
||||
EUpdateItemType.Property=Eigenschaft
|
||||
EUpdateItemType.Schema=Schema
|
||||
EUpdateItemType.SAPFunction=SAP Funktion
|
||||
EUpdateItemType.Query=Abfrage
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.Components=Components
|
||||
EUpdateItemType.Name=Name
|
||||
EUpdateResult.BuiltIn=Ändern in Built-In Modus
|
||||
EUpdateResult.Update=Aus Repository übernehmen
|
||||
EUpdateResult.Rename=Namen ändern
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.Component=Komponente
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Bearbeite Projekt
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Standardtyp
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Standardlänge
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Standardtyp
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Standardlänge
|
||||
MetadataTypeLengthPreferencePage.VALUE=Standardeinstellung für Felder mit Null-Werten
|
||||
MetadataTypeLengthPreferencePage.FIELD=Standardeinstellung für alle Felder
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Standardlänge für Datentypen
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Zeichen
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Datum
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=Liste
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ApplicationActionBarAdvisor.menuFileLabel=Datei(&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=B&earbeiten
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigieren
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Gehe zu
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projekt
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Fenster
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Hilfe
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Textausrichtung
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertikal
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Links
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Rechts
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Zentriert
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=oben
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=unten
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Zentriert
|
||||
ConnectionBean.Local=Lokal
|
||||
ConnectionBean.DefaultConnection=Standardverbindung
|
||||
OpenXSDFileDialog.cancel=Abbruch
|
||||
OpenXSDFileDialog.confirm=Bestätigen
|
||||
repository.column=Spalte
|
||||
repository.recyclebin=Papierkorb
|
||||
repository.metadataColumn=Metadata Spalte
|
||||
EComponentCategory.validationRules=Validierungsregeln
|
||||
repository.metadataValidationRules=Validierungsregeln
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Abfragen
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=SAP Funktionen
|
||||
repository.code=Code
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Schlüsselwert
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Wert
|
||||
repository.servicesPort=Port
|
||||
BinRepositoryNode.label=Papierkorb
|
||||
CreateRuleDialog.groupLabel=Bedingung erstellen
|
||||
CreateRuleDialog.messageLabel=Neue Bedingung erstellen
|
||||
CreateRuleDialog.nameLabel=Name
|
||||
CreateRuleDialog.title=Neue Bedingung hinzufügen
|
||||
@@ -1,344 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u039F \u03A6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2 {0} \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9.
|
||||
AbstractItemMigrationTask.taskFailed=\u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BC\u03B5\u03C4\u03AC\u03B2\u03B1\u03C3\u03B7\u03C2 {0} \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5 \u03C3\u03C4\u03BF \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF {1}
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2: {0} \u0397 \u03C3\u03C4\u03AE\u03BB\u03B7 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B5: {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u03A0\u03C1\u03C3\u03B8\u03AE\u03BA\u03B7
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 "{0}" \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
|
||||
ComponentsFormatPreferencePage.formatConnection=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2:
|
||||
ComponentsFormatPreferencePage.formatHint=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C5\u03C0\u03B1\u03B9\u03BD\u03B9\u03B3\u03BC\u03BF\u03CD \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2:
|
||||
ComponentsFormatPreferencePage.formatLable=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1\u03C2 \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2:
|
||||
ComponentsFormatPreferencePage.remove=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
|
||||
ComponentToRepositoryProperty.error=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
|
||||
ContextComposite.tableValue=\u03A4\u03B9\u03BC\u03AD\u03C2 \u03C9\u03C2 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2
|
||||
ContextComposite.treeValue=\u03A4\u03B9\u03BC\u03AD\u03C2 \u03C9\u03C2 \u03B4\u03AD\u03BD\u03C4\u03C1\u03BF
|
||||
ContextComposite.variable=\u039C\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AD\u03C2
|
||||
ContextParameterProposal.Description=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C4\u03B9\u03BC\u03AE\u03C2 \u03C0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u039A\u03B1\u03BD\u03AD\u03BD\u03B1 \u03C3\u03C7\u03CC\u03BB\u03B9\u03BF \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF.
|
||||
ContextProcessSection.12=\u039C\u03B5\u03C4\u03BF\u03BD\u03BF\u03BC\u03B1\u03C3\u03AF\u03B1 \u03A0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5
|
||||
ContextProcessSection.13=\u0394\u03CE\u03C3\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BD\u03AD\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF {0}
|
||||
ContextProcessSection.2=\u0395\u03C1\u03CE\u03C4\u03B7\u03C3\u03B7 \u03B3\u03B9\u03B1 \u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7;
|
||||
ContextProcessSection.29=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
|
||||
ContextProcessSection.4=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u039D\u03AD\u03BF\u03C5 \u03A0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5 \u03B2\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C3\u03B5 ->(
|
||||
ContextProcessSection.49=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=\u039D\u03AD\u03BF \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
ContextProcessSection.7=\u0391\u03C0\u03CC\u03B4\u03BF\u03C3\u03B7 \u03B5\u03BD\u03CC\u03C2 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03BD\u03AD\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03C4\u03C1\u03BF\u03C5 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
|
||||
ContextProcessSection.RemoveInformation={0} \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C4\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF, \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B1\u03C6\u03B1\u03B9\u03C1\u03B5\u03B8\u03B5\u03AF.
|
||||
ContextProcessSection.errorTitle=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
|
||||
ConextTableValuesComposite.nameLabel=\u038C\u03BD\u03BF\u03BC\u03B1
|
||||
ConextTemplateComposite.OrderMessages=\u0391\u03BD \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BD\u03B1\u03C4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AD\u03C2, \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BF\u03CD\u03BD.
|
||||
ConextTemplateComposite.OrderText=\u0391\u03C1\u03C7\u03B9\u03BA\u03AE \u03C4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7
|
||||
ContextSetConfigurationDialog.nameNotValid=\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF
|
||||
ContextTemplateComposite.CommentLabel=\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF
|
||||
ContextTemplateComposite.nameLabel=\u038C\u03BD\u03BF\u03BC\u03B1
|
||||
ContextTemplateComposite.scriptCodeLabel=\u039A\u03CE\u03B4\u03B9\u03BA\u03B1\u03C2 \u03C3\u03B5\u03BD\u03B1\u03C1\u03AF\u03BF\u03C5
|
||||
ContextTemplateComposite.sourceLabel=\u03A0\u03B7\u03B3\u03AE
|
||||
ContextTemplateComposite.typeLabel=\u03A4\u03CD\u03C0\u03BF\u03C2
|
||||
ContextTreeConstants.contextName=\u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
ContextTreeConstants.promptName=\u03A0\u03B1\u03C1\u03CC\u03C4\u03C1\u03C5\u03BD\u03C3\u03B7
|
||||
ContextTreeConstants.valueName=\u03A4\u03B9\u03BC\u03AE
|
||||
ContextTreeConstants.variableName=\u039C\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C4\u03BF \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF \u03C7\u03CE\u03C1\u03BF\u03C5 \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C2 \u03BA\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
|
||||
CorePreferencePage.iReportPath=\u03BC\u03BF\u03BD\u03BF\u03C0\u03AC\u03C4\u03B9 iReport
|
||||
CorePreferencePage.alwaysWelcome=\u03A0\u03AC\u03BD\u03C4\u03B1 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2 \u03C5\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE\u03C2 \u03C3\u03C4\u03B7\u03BD \u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7
|
||||
CorePreferencePage.javaInterpreter=&Java \u03B4\u03B9\u03B5\u03C1\u03BC\u03B7\u03BD\u03AD\u03B1\u03C2
|
||||
CorePreferencePage.perlInterpreter=\u03B4\u03B9\u03B5\u03C1\u03BC\u03B7\u03BD\u03AD\u03B1\u03C2 Perl
|
||||
CorePreferencePage.previewLimit=\u038C\u03C1\u03B9\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7\u03C2
|
||||
CorePreferencePage.runInMultiThread=\u03A0\u03BF\u03BB\u03C5\u03BD\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE \u03B5\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7 (\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03C4\u03B9\u03BC\u03AE \u03B3\u03B9\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2)
|
||||
CorePreferencePage.temporaryFiles=&\u03A0\u03C1\u03BF\u03C3\u03C9\u03C1\u03B9\u03BD\u03AC \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1
|
||||
DbTableSelectorDialog.textContent=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u039F\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1
|
||||
ECodeLanguage.unknowLanguage=\u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03B7 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1
|
||||
EComponentCategory_appearance=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7
|
||||
EComponentCategory_assignment=A\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7
|
||||
EComponentCategory_context=\u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
EComponentCategory_doc=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7
|
||||
EComponentCategory_logs=\u0391\u03C1\u03C7\u03B5\u03AF\u03B1 \u039A\u03B1\u03C4\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2
|
||||
EComponentCategory_main=\u039A\u03CD\u03C1\u03B9\u03BF
|
||||
EComponentCategory_sqlTemplate=SQL \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF
|
||||
EComponentCategory_statsAndLogs=\u03A3\u03C4\u03B1\u03C4\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC & \u0399\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03CC
|
||||
EComponentCategory_technical=\u03A4\u03B5\u03C7\u03BD\u03B9\u03BA\u03CC
|
||||
EComponentCategory_version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
|
||||
EComponentCategory_view=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
|
||||
EConnectionType.iteratorMenu=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
|
||||
EConnectionType.lookupMenu=\u0394\u03B9\u03B5\u03C1\u03B5\u03CD\u03BD\u03B7\u03C3\u03B7
|
||||
EConnectionType.mainMenu=\u039A\u03CD\u03C1\u03B9\u03BF
|
||||
EConnectionType.onComponentErrorMenu=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03A3\u03B5 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF
|
||||
EConnectionType.onComponentOkMenu=\u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Ok
|
||||
EConnectionType.onSubjobErrorMenu=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03A3\u03C4\u03B7\u03BD \u03A5\u03C0\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
||||
EConnectionType.onSubjobOkMenu=Ok \u03A3\u03C4\u03B7\u03BD \u03A5\u03C0\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
||||
EConnectionType.runAfterMenu=\u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7 \u039C\u03B5\u03C4\u03AC
|
||||
EConnectionType.runIfMenu=\u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7 \u0395\u03AC\u03BD
|
||||
EConnectionType.tableMenu=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2
|
||||
EConnectionType.mergeMenu=\u03A3\u03C5\u03B3\u03C7\u03CE\u03BD\u03B5\u03C5\u03C3\u03B7
|
||||
EConnectionType.synchronize=\u03A3\u03C5\u03B3\u03C7\u03C1\u03BF\u03BD\u03AF\u03B6\u03C9
|
||||
EConnectionType.parallelize=\u03A0\u03B1\u03C1\u03B1\u03BB\u03BB\u03B7\u03BB\u03B9\u03C3\u03BC\u03CC\u03C2
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EMetadataEncoding.GB2312=\u039A\u03B9\u03BD\u03AD\u03B6\u03B9\u03BA\u03B1
|
||||
EMetadataEncoding.Greek=\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=\u03A6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03CD\u03C0\u03BF {0} \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B2\u03C1\u03B5\u03B8\u03B5\u03AF.
|
||||
ERepositoryObjectType.NotImplemented=\u03BC\u03B7 \u03C5\u03BB\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=\u03A4\u03BF \u03A3\u03C7\u03AE\u03BC\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03B1\u03C1\u03CC\u03BD \u03C3\u03C4\u03B7 \u0392\u03AC\u03C3\u03B7 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u0395\u03C0\u03B9\u03C4\u03C5\u03C7\u03AE\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' \u03B4\u03B5 \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
|
||||
Function.FunctionName=\u038C\u03BD\u03BF\u03BF\u03BC\u03B1 \u03C3\u03C5\u03BD\u03AC\u03C1\u03C4\u03B7\u03C3\u03B7\u03C2 {0}
|
||||
FunctionManager.PurePerl.Desc=\u039F\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C4\u03B7\u03C2 \u03AD\u03BA\u03C6\u03C1\u03B1\u03C3\u03B7\u03C2 \u03C3\u03B1\u03C2.
|
||||
FunctionManager.PurePerl.ParaName=\u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03C4\u03C1\u03BF\u03C5
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u0397 \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 {0} \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03B7\u03B8\u03B5\u03AF.
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u0394\u03CD\u03BF \u03BC\u03BF\u03BD\u03AD\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03C5\u03BD \u03BC\u03CC\u03BD\u03BF \u03BC\u03B9\u03B1 \u03BC\u03BF\u03BD\u03AE \u03C0\u03B1\u03C1\u03AC\u03B8\u03B5\u03C3\u03B7
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03C2:
|
||||
JavaTypesManager.integer=INTEGER \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03C2:
|
||||
JavaTypesManager.list=LIST \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03C2:
|
||||
JavaTypesManager.string=STRING \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03C2:
|
||||
LDAPCATruster.sslError1=\u03A3\u03A6\u03AC\u03BB\u03BC\u03B1 SSL: \u0397 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2 \u03C0\u03B9\u03C3\u03C4\u03BF\u03C0\u03BF\u03B9\u03B7\u03C4\u03B9\u03BA\u03BF\u03CD \u03B5\u03BE\u03C5\u03C0\u03B7\u03C1\u03B5\u03C4\u03B7\u03C4\u03AE \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5.
|
||||
LDAPCATruster.sslError3=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 SSL: \u03A4\u03BF \u03C0\u03B9\u03C3\u03C4\u03BF\u03C0\u03BF\u03B9\u03B7\u03C4\u03B9\u03BA\u03CC CA \u03B4\u03B5 \u03B2\u03C1\u03AF\u03C3\u03BA\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03B7\u03BD \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03C0\u03B9\u03C3\u03C4\u03BF\u03C0\u03BF\u03B9\u03B7\u03C4\u03B9\u03BA\u03CE\u03BD \u03C4\u03BF\u03C5 \u03B5\u03BE\u03C5\u03C0\u03B7\u03C1\u03B5\u03C4\u03B7\u03C4\u03AE.
|
||||
ListPreferencePage.RemoveButtonName=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C9\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03C4\u03B7\u03BB\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5 \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5
|
||||
MetadataDialog.CopySelectionToOutput=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C9\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03C4\u03B7\u03BB\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5 \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5
|
||||
MetadataDialog.Message=\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5 \u03B8\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03B5\u03C1\u03B8\u03BF\u03CD\u03BD \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5
|
||||
MetadataDialog.SchemaModification=\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
|
||||
MetadataDialog.TransferMessage=\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5 \u03B8\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03B5\u03C1\u03B8\u03BF\u03CD\u03BD \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 ''{0}'' \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
|
||||
MetadataTableEditor.ColumnNameExists=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 "{0}" \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 "{0}" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
|
||||
MetadataTableEditorView.ColumnTitle=\u03A3\u03C4\u03AE\u03BB\u03B7
|
||||
MetadataTableEditorView.CommentTitle=\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF
|
||||
MetadataTableEditorView.DBTypeTitle=\u03A4\u03CD\u03C0\u03BF\u03C2 \u0392\u0394
|
||||
MetadataTableEditorView.DefaultTitle=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
||||
MetadataTableEditorView.KeyTitle=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF
|
||||
MetadataTableEditorView.LengthTitle=\u039C\u03AE\u03BA\u03BF\u03C2
|
||||
MetadataTableEditorView.PatternTitle=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2 (Ctrl+Space \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF)
|
||||
MetadataTableEditorView.PrecisionTitle=\u0391\u03BA\u03C1\u03AF\u03B2\u03B5\u03B9\u03B1
|
||||
MetadataTableEditorView.TypleTitle=\u03A4\u03CD\u03C0\u03BF\u03C2
|
||||
MetadataTalendType.DBMSNotSetted=\u03A3\u0394\u0392\u0394 \u03BC\u03B7 \u03C1\u03C5\u03B8\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03A7\u03B1\u03C1\u03C4\u03BF\u03B3\u03C1\u03AC\u03C6\u03B7\u03C3\u03B7\u03C2
|
||||
MetadataTalendTypeEditor.error.message=\u039C\u03AE\u03BD\u03C5\u03BC\u03B1 \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03BF\u03C2
|
||||
MetadataTalendTypeEditor.fileIsImported=\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B1\u03C5\u03C4\u03CC \u03B5\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 \u03B5\u03B9\u03C3\u03B1\u03C7\u03B8\u03B5\u03AF.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u03A4\u03BF \u03B5\u03B9\u03C3\u03B1\u03C7\u03B8\u03AD\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03BC\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 'mapping_'.
|
||||
MetadataTool.errorMessage=\u0394\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03B9\u03C3\u03B1\u03C7\u03B8\u03B5\u03AF \u03BF \u03C4\u03C1\u03AD\u03C7\u03BF\u03BD \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B1\u03C2.
|
||||
MetadataTool.invalid=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE
|
||||
MetadataTool.invalidChar=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B1\u03C2
|
||||
MetadataTool.nameNull=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 null.
|
||||
MetadataTool.nullValue=\u03A4\u03B9\u03BC\u03AE null
|
||||
MetadataTool.schemaExist=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
|
||||
MetadataTool.schemaIn=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
|
||||
MetadataTool.schemaNull=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 null.
|
||||
PaletteContentDialog.connection=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2:
|
||||
PaletteContentDialog.hint=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C5\u03C0\u03B1\u03B9\u03BD\u03B9\u03B3\u03BC\u03BF\u03CD \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2:
|
||||
PaletteContentDialog.lable=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1\u03C2 \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2:
|
||||
Parameter.Name=\u038C\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03C4\u03C1\u03BF\u03C5
|
||||
PatternCalendar.dateFormat="\u03B5\u03B5\u03B5\u03B5-\u039C\u039C-\u03B7\u03B7 \u03A9\u03A9:\u03BB\u03BB:\u03B4\u03B4"
|
||||
PatternCalendar.example=\u03A0\u03B1\u03C1\u03AC\u03B4\u03B5\u03B9\u03B3\u03BC\u03B1:
|
||||
PatternCalendar.pattern=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF:
|
||||
PerspectiveMenuManager.dummy=\u0395\u03B9\u03BA\u03BF\u03BD\u03B9\u03BA\u03CC
|
||||
PerspectiveMenuManager.perspectiveLabel=&\u0386\u03C0\u03BF\u03C8\u03B7
|
||||
ProcessorUtilities.finalizeBuild=\u039F\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BA\u03B1\u03C4\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE\u03C2...
|
||||
ProcessorUtilities.generatingJob=\u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2...
|
||||
ProcessorUtilities.loadingJob=\u03A6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2...
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B9\u03B4\u03B9\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD
|
||||
PropertiesWizardPage.Author=\u03A3\u03C5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AD\u03B1\u03C2
|
||||
PropertiesWizardPage.Description=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
|
||||
PropertiesWizardPage.EmptyDescWarning=\u0391\u03C0\u03BF\u03B8\u03B1\u03C1\u03C1\u03CD\u03BD\u03B5\u03C4\u03B1\u03B9 \u03B7 \u03AC\u03B4\u03B5\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=\u0391\u03C0\u03BF\u03B8\u03B1\u03C1\u03C1\u03CD\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BF \u03BA\u03B5\u03BD\u03CC\u03C2 \u03C3\u03BA\u03BF\u03C0\u03CC\u03C2.
|
||||
PropertiesWizardPage.ItemExistsError=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7. \u0395\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BD \u039A\u03AC\u03B4\u03BF \u03B1\u03BD\u03B1\u03BA\u03CD\u03BA\u03BB\u03C9\u03C3\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03B4\u03B5\u03B9\u03AC\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u03B1\u03BD \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9.
|
||||
PropertiesWizardPage.KeywordsError=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03B1\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC.
|
||||
PropertiesWizardPage.Name=\u038C\u03BD\u03BF\u03BC\u03B1
|
||||
PropertiesWizardPage.NameEmptyError=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC.
|
||||
PropertiesWizardPage.NameFormatError=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03BB\u03B1\u03BD\u03B8\u03B1\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2.
|
||||
PropertiesWizardPage.Path=\u039C\u03BF\u03BD\u03BF\u03C0\u03AC\u03C4\u03B9
|
||||
PropertiesWizardPage.Purpose=\u03A3\u03BA\u03BF\u03C0\u03CC\u03C2
|
||||
PropertiesWizardPage.Select=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
||||
PropertiesWizardPage.SelectfolderMessage=\u0395\u03C0\u03B9\u03BB\u03CC\u03B3\u03AE \u03C4\u03BF\u03C5 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5 \u03CC\u03C0\u03BF\u03C5 \u03B8\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03B7\u03B8\u03B5\u03AF \u03C4\u03BF \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
|
||||
PropertiesWizardPage.SelectfolderTitle=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5
|
||||
PropertiesWizardPage.Status=\u039A\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
|
||||
PropertiesWizardPage.Version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C3\u03B5 \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=\u039A\u03B1\u03C4\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE \u03B5\u03C5\u03C1\u03B5\u03C4\u03B7\u03C1\u03AF\u03BF\u03C5...
|
||||
RelationshipItemBuilder.forItem=\u03B3\u03B9\u03B1 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
|
||||
RepositoryObject.NotImplemented=\u03BC\u03B7 \u03C5\u03BB\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF
|
||||
RepositoryToComponentProperty.xmlFileSelection=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 XML \u03C0\u03C1\u03BF\u03C2 \u0395\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
||||
RepositoryUpdateManager.Title=\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
|
||||
RepositoryUpdateManager.Check=\u0388\u03BB\u03B5\u03B3\u03C7\u03BF\u03C2...
|
||||
RepositoryUpdateManager.NoModificationTitle=\u0394\u03B5 \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
|
||||
RepositoryUpdateManager.NoModificationMessages=\u0394\u03B5\u03BD \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BA\u03B1\u03BC\u03AF\u03B1 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03B5\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7.
|
||||
RepositoryUpdateManager.NotFoundMessages=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03C3\u03C5\u03C3\u03C7\u03AD\u03C4\u03B9\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B2\u03C1\u03B5\u03B8\u03B5\u03AF.
|
||||
RepositoryUpdateManager.NotFoundTitle=\u0394\u03B5 \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
|
||||
RepositoryUpdateManager.RenameContextTitle=\u039C\u03B5\u03C4\u03BF\u03BD\u03BF\u03BC\u03B1\u03C3\u03AF\u03B1 \u0395\u03C1\u03CE\u03C4\u03B7\u03C3\u03B7\u03C2
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B5\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7
|
||||
RoutinesFunctionProposal.System=\u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1
|
||||
RoutinesFunctionProposal.User=\u03C7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2
|
||||
RuleOperationChoiceDialog.editRules=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u039A\u03B1\u03BD\u03CC\u03BD\u03C9\u03BD
|
||||
RuleOperationChoiceDialog.rule=\u039A\u03B1\u03BD\u03CC\u03BD\u03B1\u03C2:
|
||||
RuleOperationChoiceDialog.selectRulesFile=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03B1\u03BD\u03CC\u03BD\u03B1 \u03B1\u03C0\u03CC \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF
|
||||
RuleOperationChoiceDialog.viewRules=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u039A\u03B1\u03BD\u03CC\u03C9\u03BD(\u039C\u03CC\u03BD\u03BF-\u03B3\u03B9\u03B1-\u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7)
|
||||
SchemaCellEditor.giveSchemaName=\u0394\u03CE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1
|
||||
SchemaCellEditor.inputName=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1
|
||||
SchemaCellEditor.nameExistOrInvalid=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 \u03AE \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF
|
||||
SchemaCellEditor.schemaName=\u038C\u03BD\u03BF\u03BC\u03B1 \u03A3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03B5 \u03C0\u03C1\u03BF\u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B1\u03C0\u03CC \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B3\u03B9\u03B1 \u03C0\u03C1\u03BF\u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF.
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B1\u03C0\u03CC \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2.
|
||||
SchemaOperationChoiceDialog.Message=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE, \u03AE \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03C4\u03B5
|
||||
SchemaOperationChoiceDialog.Option=\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1, \u03AE \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7
|
||||
SchemaOperationChoiceDialog.Title=\u03A3\u03C7\u03AE\u03BC\u03B1
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 (\u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7).
|
||||
SchemaXPathQuerysDialog.Mappings=\u03A7\u03B1\u03C1\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C3\u03B5\u03B9\u03C2
|
||||
SelectRepositoryContextDialog.DeselectAll=\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u038C\u03BB\u03C9\u03BD
|
||||
SelectRepositoryContextDialog.CollapseAll=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u038C\u03BB\u03C9\u03BD
|
||||
SelectRepositoryContextDialog.DuplicationMessage=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03B1\u03C4\u03B5 \u03C4\u03B7 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE "{0}" \u03C3\u03C4\u03BF \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF "{1}".
|
||||
SelectRepositoryContextDialog.Label=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03CE\u03BD \u03B1\u03C0\u03CC \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03B1 \u03C7\u03CE\u03C1\u03BF\u03C5 \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2.
|
||||
SelectRepositoryContextDialog.SelectAll=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u038C\u03BB\u03C9\u03BD
|
||||
SelectRepositoryContextDialog.ExpandAll=\u0391\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7 \u038C\u03BB\u03C9\u03BD
|
||||
SelectRepositoryContextDialog.Title=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AD\u03C2 \u03C0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5
|
||||
SelectRepositoryContextDialog.View=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE...
|
||||
SelectRepositoryContextGroupDialog.Default=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
|
||||
SelectRepositoryContextGroupDialog.Title=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u039F\u03BC\u03AC\u03B4\u03B1\u03C2 \u03A0\u03BB\u03B1\u03B9\u03C3\u03AF\u03C9\u03BD
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u03C3\u03C5\u03BC\u03C0\u03B1\u03B3\u03AE\u03C2 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
|
||||
TalendType.TypeName=\u038C\u03BD\u03BF\u03BC\u03B1 \u03C4\u03CD\u03C0\u03BF\u03C5 {0}
|
||||
VariableItemEditor.name=\u038C\u03BD\u03BF\u03BC\u03B1
|
||||
VariableItemEditor.new=\u039D\u03AD\u03BF
|
||||
VariableItemEditor.remove=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
|
||||
VariableItemEditor.twmplatePattern=\u039C\u03BF\u03C1\u03C6\u03AE \u03A0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5:
|
||||
VariableItemEditor.variable=\u039C\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AD\u03C2:
|
||||
VersionSection.CreationDate=\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2
|
||||
VersionSection.ModificationDate=\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
|
||||
VersionSection.Version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
|
||||
VersionSection.Status=\u039A\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
|
||||
XmlArray.InvalidFile=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF.
|
||||
XSDValidater.IllegalArgument=\u03C4\u03BF xsd \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5 \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9.
|
||||
repository.businessProcess=\u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03B1
|
||||
repository.context=\u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03B1
|
||||
repository.documentation=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7
|
||||
repository.folder=\u03A6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2
|
||||
repository.generated=\u03A0\u03B1\u03C1\u03B1\u03C7\u03B8\u03AD\u03BD
|
||||
repository.jobdoc=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7 \u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2
|
||||
repository.joblet=\u03A3\u03C7\u03AD\u03B4\u03B9\u03B1 \u039C\u03B9\u03BA\u03C1\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD
|
||||
repository.jobletdoc=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7 \u039C\u03B9\u03BA\u03C1\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD
|
||||
repository.joblets=\u039C\u03B9\u03BA\u03C1\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2
|
||||
repository.jobs=\u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2
|
||||
repository.metadata=Metadata
|
||||
repository.metadataConnections=\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 \u0392\u03B4
|
||||
repository.metadataConnections.alias=\u0392\u0394
|
||||
repository.metadataMDMConnections=Talend MDM
|
||||
repository.metadataMDMConnections.alias=Talend MDM
|
||||
repository.concept=\u0388\u03BD\u03BD\u03BF\u03B9\u03B1
|
||||
repository.metadataSAPConnections=\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 SAP
|
||||
repository.SAPFunction=\u03A3\u03C5\u03BD\u03AC\u03C1\u03C4\u03B7\u03C3\u03B7 SAP
|
||||
repository.metadataSQLPatterns=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 SQL
|
||||
repository.metadataFileDelimited=\u039F\u03C1\u03B9\u03BF\u03B8\u03B5\u03C4\u03B7\u03BC\u03AD\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF
|
||||
repository.metadataFileLdif=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF ldif
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF Excel
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF \u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7\u03C2 \u03B8\u03AD\u03C3\u03B7\u03C2
|
||||
repository.metadataFilePositional.alias=POS
|
||||
repository.metadataFileRegexp=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF regex
|
||||
repository.metadataFileRegexp.alias=REGX
|
||||
repository.metadataFileXml=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF xml
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=\u0393\u03B5\u03BD\u03B9\u03BA\u03AC \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03B1
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataTable=\u03A3\u03C7\u03AE\u03BC\u03B1 \u03BC\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
||||
repository.metadataWSDLSchema=WSDL
|
||||
repository.metadataWSDLSchema.alias=WSDL
|
||||
repository.metadataFileRules.alias=\u039A\u0391\u039D\u039F\u039D\u0391\u03A3
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repository.metadataFileFTP=ftp
|
||||
repository.metadataFileFTP.alias=ftp
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=\u03A3\u03C7\u03AD\u03B4\u03B9\u03B1 \u0395\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD
|
||||
repository.query=\u0395\u03C1\u03CE\u03C4\u03B7\u03BC\u03B1
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=\u0391\u03BD\u03B1\u03C6\u03B5\u03C1\u03CC\u03BC\u03B5\u03BD\u03BF \u03AD\u03C1\u03B3\u03BF
|
||||
repository.routines=\u03A1\u03BF\u03C5\u03C4\u03AF\u03BD\u03B5\u03C2
|
||||
repository.snippets=\u03A4\u03BC\u03AE\u03BC\u03B1\u03C4\u03B1 \u039A\u03CE\u03B4\u03B9\u03BA\u03B1
|
||||
repository.tdqelement=\u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF TDQ
|
||||
EUpdateItemType.Property=\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1
|
||||
EUpdateItemType.Schema=\u03A3\u03C7\u03AE\u03BC\u03B1
|
||||
EUpdateItemType.SAPFunction=\u03A3\u03C5\u03BD\u03AC\u03C1\u03C4\u03B7\u03C3\u03B7 SAP
|
||||
EUpdateItemType.Query=\u0395\u03C1\u03CE\u03C4\u03B7\u03BC\u03B1
|
||||
EUpdateItemType.Variable=\u039C\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE
|
||||
EUpdateItemType.Components=\u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1
|
||||
EUpdateItemType.Name=\u038C\u03BD\u03BF\u03BC\u03B1
|
||||
EUpdateResult.BuiltIn=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03B5 \u03C0\u03C1\u03BF\u03BA\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2
|
||||
EUpdateResult.JobletUpdate=\u0395\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF \u03BC\u03B9\u03BA\u03C1\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2
|
||||
EUpdateResult.Update=\u0395\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2
|
||||
EUpdateResult.Reload=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD
|
||||
EUpdateResult.Rename=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2
|
||||
EUpdateResult.Delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03B1\u03C0\u03CC \u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2
|
||||
UpdatesConstants.Context=\u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
||||
UpdatesConstants.ContextGroup=\u039F\u03BC\u03AC\u03B4\u03B1 \u03A0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5
|
||||
UpdatesConstants.Component=\u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC
|
||||
UpdatesConstants.Joblet=\u039C\u03B9\u03BA\u03C1\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
||||
UpdatesConstants.Job=\u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
||||
ProjectSettingsWizard.EditProjectPageTitle=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03AD\u03C1\u03B3\u03BF\u03C5
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C2 \u03A4\u03CD\u03C0\u03BF\u03C2
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u039C\u03AE\u03BA\u03BF\u03C2
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C2 \u03A4\u03CD\u03C0\u03BF\u03C2
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u039C\u03AE\u03BA\u03BF\u03C2
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03A0\u03B5\u03B4\u03AF\u03B1 \u03BC\u03B5 Null \u03A4\u03B9\u03BC\u03AD\u03C2
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u038C\u03BB\u03B1 \u03C4\u03B1 \u03A0\u03B5\u03B4\u03AF\u03B1
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u039C\u03AE\u03BA\u03BF\u03C2 \u03B3\u03B9\u03B1 \u03A4\u03CD\u03C0\u03BF \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B1\u03C2
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=\u039B\u03AF\u03C3\u03C4\u03B1
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=\u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2
|
||||
MultiStringSelectionDialog.nameEmpty=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B4\u03B5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
|
||||
PromptDialog.stringTip=\u03A4\u03BF \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03BB\u03B7\u03C6\u03B8\u03B5\u03AF \u03BC\u03AD\u03C3\u03B1 \u03C3\u03B5 \u03B1\u03C0\u03BB\u03AD\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&\u0391\u03C1\u03C7\u03B5\u03AF\u03BF
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
||||
ApplicationActionBarAdvisor.navigateLabel=&\u03A0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7
|
||||
ApplicationActionBarAdvisor.gotoLabel=&\u039C\u03B5\u03C4\u03AC\u03B2\u03B1\u03C3\u03B7
|
||||
ApplicationActionBarAdvisor.projectLabel=&\u0388\u03C1\u03B3\u03BF
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&\u03A0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u0395\u03C5\u03B8\u03C5\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7 \u039A\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03BF\u03C2
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u039A\u03AC\u03B8\u03B5\u03C4\u03BF\u03C2
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u0394\u03B5\u03BE\u03B9\u03AC
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=\u03C0\u03AC\u03BD\u03C9 \u03BC\u03AD\u03C1\u03BF\u03C2
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u03BA\u03AC\u03C4\u03C9 \u03BC\u03AD\u03C1\u03BF\u03C2
|
||||
ConnectionBean.Local=\u03A4\u03BF\u03C0\u03B9\u03BA\u03CC
|
||||
ConnectionBean.DefaultConnection=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
|
||||
OpenXSDFileDialog.cancel=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
||||
OpenXSDFileDialog.confirm=\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7
|
||||
OpenXSDFileDialog.fileName=\u038C\u03BD\u03BF\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5:
|
||||
OpenXSDFileDialog.xmlFileSelection=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 XML \u03C0\u03C1\u03BF\u03C2 \u0395\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
||||
repository.column=\u03A3\u03C4\u03AE\u03BB\u03B7
|
||||
repository.recyclebin=\u039A\u03AC\u03B4\u03BF\u03C2 \u03B1\u03BD\u03B1\u03BA\u03CD\u03BA\u03BB\u03C9\u03C3\u03B7\u03C2
|
||||
repository.metadataColumn=\u03A3\u03C4\u03AE\u03BB\u03B7 \u03BC\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
||||
RepositoryContentProvider.repositoryLabel.Queries=\u0395\u03C1\u03C9\u03C4\u03AE\u03BC\u03B1\u03C4\u03B1
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=\u03A3\u03C5\u03BD\u03B1\u03C1\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2 SAP
|
||||
repository.code=\u039A\u03CE\u03B4\u03B9\u03BA\u03B1\u03C2
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u03A4\u03B9\u03BC\u03AE
|
||||
repository.servicesOperation=\u039B\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1
|
||||
repository.servicesPort=\u0398\u03CD\u03C1\u03B1
|
||||
BinRepositoryNode.label=\u039A\u03AC\u03B4\u03BF\u03C2 \u03B1\u03BD\u03B1\u03BA\u03CD\u03BA\u03BB\u03C9\u03C3\u03B7\u03C2
|
||||
@@ -1,554 +0,0 @@
|
||||
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2011, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// / JobDesigner (CodeGenerator version {1})\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
|
||||
AbstractBrandingService.routines_license_header_content=Copyright (c) 2005-2011, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// CodeGenerator version {1}\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} does not exist.
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=Error: failed to initialize:
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=Node: {0} Column changed : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Add
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=The name "{0}" is not valid.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format connection default:
|
||||
ComponentsFormatPreferencePage.formatHint=Format hint default:
|
||||
ComponentsFormatPreferencePage.formatLable=Format label default:
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Error
|
||||
ComponentToRepositoryProperty.error=Error
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible to use OCI type in the repository\!
|
||||
ContextComposite.tableValue=Values as table
|
||||
ContextComposite.treeValue=Values as tree
|
||||
ContextComposite.variable=Variables
|
||||
ContextParameterProposal.ContextVariable=\n\nContext variable.
|
||||
ContextParameterProposal.Description=Description: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=Context value error:
|
||||
ContextParameterProposal.NoCommentAvaiable=no comment available.
|
||||
ContextParameterProposal.Type=\nType\: {1}
|
||||
ContextParameterProposal.VariableName=\n\nVariable Name\: {2}
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Rename Context
|
||||
ContextProcessSection.13=Give a new name for the context {0}
|
||||
ContextProcessSection.2=Ask for confirmation?
|
||||
ContextProcessSection.29=Error
|
||||
ContextProcessSection.30=This name already exists
|
||||
ContextProcessSection.4=Add New Context based on ->(
|
||||
ContextProcessSection.49=Default Context
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=New Context
|
||||
ContextProcessSection.7=Give a name for the new context
|
||||
ContextProcessSection.ParameterNameIsNotValid=Parameter name is not valid.
|
||||
ContextProcessSection.RemoveInformation={0} is default context, it can not be removed.
|
||||
ContextProcessSection.errorTitle=Error
|
||||
ConextTableValuesComposite.nameLabel=Name
|
||||
ConextTemplateComposite.OrderMessages=If you want reorder the variables, it must be selected.
|
||||
ConextTemplateComposite.OrderText=Original order
|
||||
ContextSetConfigurationDialog.nameNotValid=the name is not valid
|
||||
ContextTemplateComposite.CommentLabel=Comment
|
||||
ContextTemplateComposite.nameLabel=Name
|
||||
ContextTemplateComposite.scriptCodeLabel=Script code
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Context
|
||||
ContextTreeConstants.promptName=Prompt
|
||||
ContextTreeConstants.valueName=Value
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Add to repository context
|
||||
CorePreferencePage.componentDefaultFileDirectory=Component default file directory
|
||||
CorePreferencePage.groupBySource="Group by source" in context
|
||||
CorePreferencePage.iReportPath=iReport path
|
||||
CorePreferencePage.alwaysWelcome=Always show welcome view when startup
|
||||
CorePreferencePage.javaInterpreter=&Java interpreter
|
||||
CorePreferencePage.perlInterpreter=Perl interpreter
|
||||
CorePreferencePage.previewLimit=Preview limit
|
||||
CorePreferencePage.runInMultiThread=Multi Thread execution (Default value for job creation)
|
||||
CorePreferencePage.temporaryFiles=&Temporary files
|
||||
DbTableSelectorDialog.textContent=Select Table Name
|
||||
ECodeLanguage.unknowLanguage=Unknown language
|
||||
EComponentCategory_appearance=Appearance
|
||||
EComponentCategory_assignment=Assignment
|
||||
EComponentCategory_basicSetting=Basic settings
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Dynamic settings
|
||||
EComponentCategory_errorRecovery=Error recovery
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Properties
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=SVN History
|
||||
EComponentCategory_technical=Technical
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=Header/Footer
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.advancedSettings=Advanced settings
|
||||
EComponentCategory.basicRun=Basic Run
|
||||
EComponentCategory.breakpoint=Breakpoint
|
||||
EComponentCategory.debugRun=Debug Run
|
||||
EComponentCategory.targetExec=Target Exec
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Run After
|
||||
EConnectionType.runIfMenu=Run if
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=On Rows End
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchronize
|
||||
EConnectionType.parallelize=Parallelize
|
||||
EMetadataEncoding.Arabic=Arabic
|
||||
EMetadataEncoding.Big5=Big Five (Traditional Chinese)
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Chinese National Standard
|
||||
EMetadataEncoding.GB2312=Chinese
|
||||
EMetadataEncoding.Greek=Greek
|
||||
EMetadataEncoding.Hebrew=Hebrew
|
||||
EMetadataEncoding.Latin1=Latin1 (West European)
|
||||
EMetadataEncoding.Latin2=Latin2 (East European)
|
||||
EMetadataEncoding.Latin3=Latin3 (South European)
|
||||
EMetadataEncoding.Latin4=Latin4 (North European)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turkish)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordic)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder for type {0} cannot be found.
|
||||
ERepositoryObjectType.NotImplemented=not implemented
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema not present in Database
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connection successful
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' not found
|
||||
ExtractMetaDataUtils.1=Impossible to initialize the connection \!
|
||||
Function.FunctionName=Function name {0}
|
||||
FunctionManager.PurePerl.Desc=Set your own expression.
|
||||
FunctionManager.PurePerl.ParaName=customize parameter
|
||||
GlobalServiceRegister.ServiceNotRegistered=The service {0} has not been registered.
|
||||
GroupByContextAction.groupContext=Group by Context
|
||||
GroupByVariableAction.groupVariable=Group by Variable
|
||||
JavaFunctionParser.checkMethod=Routines : "{0}.{1}\\" parse failed. please check your the Method.
|
||||
JavaGlobalVariableProposal.Description=Description\: {0}
|
||||
JavaGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
|
||||
JavaTypesManager.integer=INTEGER is number:
|
||||
JavaTypesManager.list=LIST is number:
|
||||
JavaTypesManager.string=STRING is number:
|
||||
LDAPCATruster.failedCreateCert=Failed to create cert store :
|
||||
LDAPCATruster.failedCreateTmp=Failed to create tmp trust store :
|
||||
LDAPCATruster.failedInitialTrust=Failed to create initial trust manager :
|
||||
LDAPCATruster.failedLoadCert=Failed to load the cert store :
|
||||
LDAPCATruster.failedSaveTrust=Failed to save trust store :
|
||||
LDAPCATruster.locationInvalid=The location of the cert store file is invalid:
|
||||
LDAPCATruster.noCertificate=\nPlease use the keytool command to import the server certificate.
|
||||
LDAPCATruster.sslError1=SSL Error:Server certificate chain verification failed.
|
||||
LDAPCATruster.sslError2=SSL Error:Server certificate chain verification failed and \\nthe CA is missing.
|
||||
LDAPCATruster.sslError3=SSL Error:CA certificate is not in the server certificate chain.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
LogImageCacheAction.CacheImage=Cache image\:
|
||||
LogImageCacheAction.CacheImageDesc=Cache image desc\:
|
||||
MappingFileLoader.DbTypeAlreadyExists=In dbms id "{0}" mapping, Db type "{1}" appears more than once into file "{2}" at node\:{3}
|
||||
MappingFileLoader.DbmsIdAlreadyExists=Dbms with id "{0}" already exists \!"
|
||||
MappingFileLoader.InvalidTalendType="{0}" is not a valid {1} Talend type for the dbms id "{2}" at node\: {3}
|
||||
MappingFileLoader.UnbindedDbTypes=In dbms id "{0}" mapping file, Db types below are not bind with "{1}" Talend types \: {2}
|
||||
MappingFileLoader.UnbindedTalendTypes=In dbms id "{0}" mapping file, Talend types below are not bind with "{1}" Db types \: {2}
|
||||
MappingFileLoader.UndeclaredDbType="{0}"is not a declared Db type for the dbms id "{1}" at node\: {2}
|
||||
MetadataDialog.CopyToInput.toolTipText=Copy all of the columns from output schema to input schema
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copy the selected columns from output schema to input schema
|
||||
MetadataDialog.CopyToOutput=Copy all of the columns from input schema to output schema
|
||||
MetadataDialog.CopySelectionToOutput=Copy the selected columns from input schema to output schema
|
||||
MetadataDialog.Message=All columns from the input schema will be transfered to the output schema
|
||||
MetadataDialog.SchemaModification=Schema modification
|
||||
MetadataDialog.TransferMessage=All columns from the output schema will be transfered to the input schema
|
||||
MetadataEmfTableEditor.ColumnNameExists=The column name ''{0}'' already exists
|
||||
MetadataEmfTableEditor.ColumnNameIsNullError=Error\: Column name is null
|
||||
MetadataTableEditor.ColumnNameExists=The column name ''{0}'' already exists.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=The column name ''{0}'' is invalid.
|
||||
MetadataTableEditor.ColumnNameIsNull=Error\: Column name is null
|
||||
MetadataTableEditorView.ColumnTitle=Column
|
||||
MetadataTableEditorView.CommentTitle=Comment
|
||||
MetadataTableEditorView.DBTypeTitle=DB Type
|
||||
MetadataTableEditorView.DefaultTitle=Default
|
||||
MetadataTableEditorView.KeyTitle=Key
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Date Pattern (Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id : {0} can't be found \!
|
||||
MetadataTalendType.DBMSNotSetted=DBMS not setted
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Edit Mapping File
|
||||
MetadataTalendTypeEditor.error.message=Error Message
|
||||
MetadataTalendTypeEditor.fileIsImported=This file is already imported.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=The imported metadata file is not valid.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=File name must start with 'mapping_'.
|
||||
MetadataTool.errorMessage=Can't input the current character.
|
||||
MetadataTool.invalid=Invalid value
|
||||
MetadataTool.invalidChar=Invalid character
|
||||
MetadataTool.nameNull=Schema name can't be null.
|
||||
MetadataTool.nullValue=Null value
|
||||
MetadataTool.schemaExist=The schema name aready exists.
|
||||
MetadataTool.schemaIn=The schema name is invalid.
|
||||
MetadataTool.schemaInvalid=Schema name is invalid.
|
||||
MetadataTool.schemaNull=Schema name is null.
|
||||
NodeReturnProposal.Availability=\nAvailability\: {4}
|
||||
NodeReturnProposal.Description=Description\: {0}
|
||||
NodeReturnProposal.GlobalVariable=\n\nGlobal variable, property of component {1} [{2}].
|
||||
NodeReturnProposal.Type=\nType\: {3}
|
||||
NodeReturnProposal.VariableName=\n\nVariable Name\: {5}
|
||||
PaletteContentDialog.connection=Format connection default:
|
||||
PaletteContentDialog.hint=Format hint default:
|
||||
PaletteContentDialog.lable=Format label default:
|
||||
Parameter.Comment=\ comment \:
|
||||
Parameter.Name=Parameter name
|
||||
Parameter.Type=\ type \:
|
||||
Parameter.Value=\ value \:
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.example=Example:
|
||||
PatternCalendar.pattern=Pattern:
|
||||
PerlDynamicProposalUtil.autoConvert=\ would be automatically converted to {0}->[index] in the generated code
|
||||
PerlGlobalVariableProposal.Description=Description\: {0}
|
||||
PerlGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
PerspectiveMenuManager.dummy=Dummy
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.finalizeBuild=Finalize build...
|
||||
ProcessorUtilities.generatingJob=Generating job...
|
||||
ProcessorUtilities.loadingJob=Loading job...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Edit properties
|
||||
PropertiesWizard.alreadyLockedByUser=The properties are read-only because this item is already locked by an editor.
|
||||
PropertiesWizardPage.Author=Author
|
||||
PropertiesWizardPage.Locker=Locker
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=It is inadvisable to leave the description blank.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=It is inadvisable to leave the purpose blank.
|
||||
PropertiesWizardPage.ItemExistsError=This item already exists. Check the Recycle bin and empty it if needed.
|
||||
PropertiesWizardPage.KeywordsError=Name is not a valid identifier.
|
||||
PropertiesWizardPage.Name=Name
|
||||
PropertiesWizardPage.NameEmptyError=Name is empty.
|
||||
PropertiesWizardPage.NameFormatError=Name contains incorrect characters.
|
||||
PropertiesWizardPage.Path=Path
|
||||
PropertiesWizardPage.Purpose=Purpose
|
||||
PropertiesWizardPage.Select=Select
|
||||
PropertiesWizardPage.SelectfolderMessage=Select the folder in which the item will be created
|
||||
PropertiesWizardPage.SelectfolderTitle=Select folder
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=Please select image in size 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Building index...
|
||||
RelationshipItemBuilder.forItem=for item
|
||||
RepositoryObject.NotImplemented=not implemented
|
||||
RepositoryToComponentProperty.xmlFileSelection=Select a XML File to Validate
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Checking...
|
||||
RepositoryUpdateManager.Messages=Do you want to propagate the modifications to all jobs? \n It might be quite long.
|
||||
RepositoryUpdateManager.NoModificationTitle=No modification needed
|
||||
RepositoryUpdateManager.NoModificationMessages=There is no modification needed for update.
|
||||
RepositoryUpdateManager.NotFoundMessages=There is no relationship to find.
|
||||
RepositoryUpdateManager.NotFoundTitle=Not Found
|
||||
RepositoryUpdateManager.RenameContextMessages=Do you really want to propagate the renamed variable to all jobs now? \n\n If yes, it might take a long time to update.\n\n If no, the old variables will be changed to built-in in the job.
|
||||
RepositoryUpdateManager.RenameContextTitle=Rename Question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Check items to update
|
||||
RoutinesFunctionProposal.CreatedBy=Created By\:
|
||||
RoutinesFunctionProposal.Description=Description\:
|
||||
RoutinesFunctionProposal.ReturnType=Return Type\:
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=User
|
||||
RoutinesFunctionProposal.VariableName=\n\nVariable Name\: {2}
|
||||
RuleOperationChoiceDialog.editRules=Edit Rules
|
||||
RuleOperationChoiceDialog.rule=Rule:
|
||||
RuleOperationChoiceDialog.selectRulesFile=Select a rule from file
|
||||
RuleOperationChoiceDialog.viewRules=View Rules(Read-only)
|
||||
SchemaCellEditor.giveSchemaName=Give the name for the schema
|
||||
SchemaCellEditor.inputName=Input the name
|
||||
SchemaCellEditor.nameExistOrInvalid=This name already exists or is invalid
|
||||
SchemaCellEditor.schemaName=Schema Name
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Change schema to built-in.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Change schema from repository.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Create schema for built-in.
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Create schema from repository.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Edit schema.
|
||||
SchemaOperationChoiceDialog.Message=Please choose one option, or cancel.
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Invalid schema, or already exists.
|
||||
SchemaOperationChoiceDialog.Title=Schema
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=View schema (read only).
|
||||
SchemaXPathQuerysDialog.Mappings=Mappings
|
||||
SelectRepositoryContextDialog.DeselectAll=Deselect All
|
||||
SelectRepositoryContextDialog.CollapseAll=Collapse All
|
||||
SelectRepositoryContextDialog.DuplicationMessage=You have selected the variable "{0}" in the Context "{1}".
|
||||
SelectRepositoryContextDialog.DuplicationTitle=Duplication Warning\!
|
||||
SelectRepositoryContextDialog.ExistenceMessage=The variable "{0}" exists in job(Context:"{1}").
|
||||
SelectRepositoryContextDialog.Label=Select variables from repository contexts.
|
||||
SelectRepositoryContextDialog.SelectAll=Select All
|
||||
SelectRepositoryContextDialog.ExpandAll=Expand All
|
||||
SelectRepositoryContextDialog.Title=Select Context Variables
|
||||
SelectRepositoryContextDialog.View=View...
|
||||
SelectRepositoryContextGroupDialog.Default=default
|
||||
SelectRepositoryContextGroupDialog.Messages=\ Add the nonexistent context group into job from the repository context.
|
||||
SelectRepositoryContextGroupDialog.Title=Add Context Group
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=compact view
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=table view
|
||||
TalendType.TypeName=Type name {0}
|
||||
VariableItemEditor.insertVariable=Insert &Variable Placeholder...
|
||||
VariableItemEditor.name=Name
|
||||
VariableItemEditor.new=New
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Template Pattern:
|
||||
VariableItemEditor.variable=Variables:
|
||||
VersionSection.CreationDate=Creation Date
|
||||
VersionSection.ModificationDate=Modification Date
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Invalid file.
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=Schema XPathQuerys
|
||||
XSDValidater.IllegalArgument=The input XSD file does not exist.
|
||||
repository.businessProcess=Business Models
|
||||
repository.context=Contexts
|
||||
repository.documentation=Documentation
|
||||
repository.folder=Folder
|
||||
repository.generated=Generated
|
||||
repository.jobdoc=Job Documentation
|
||||
repository.joblet=Joblet Designs
|
||||
repository.jobletdoc=Joblet Documentation
|
||||
repository.joblets=Joblets
|
||||
repository.jobs=Jobs
|
||||
repository.metadata=Metadata
|
||||
repository.metadataConnections=Db Connections
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.headerFooterConnections=Header/Footer
|
||||
repository.headerFooterConnections.alias=Header/Footer
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.metadataMDMConnections=Talend MDM
|
||||
repository.metadataMDMConnections.alias=Talend MDM
|
||||
repository.concept=Concept
|
||||
repository.metadataSAPConnections=SAP Connections
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=SAP Function
|
||||
repository.metadataSQLPatterns=SQL Templates
|
||||
repository.metadataSQLPatterns.alias=SQLTemplates
|
||||
repository.metadataFileDelimited=File delimited
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataFileLdif=File LDIF
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=File Excel
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional=File positional
|
||||
repository.metadataFilePositional.alias=POS
|
||||
repository.metadataFileRegexp=File Regex
|
||||
repository.metadataFileRegexp.alias=REGX
|
||||
repository.metadataFileXml=File XML
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=Generic schemas
|
||||
repository.metadataGenericSchema.alias=GENERIC
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataTable=Metadata schema
|
||||
repository.metadataWSDLSchema=Web Service
|
||||
repository.metadataWSDLSchema.alias=Web Service
|
||||
repository.metadataFileRules=Embedded Rules
|
||||
repository.metadataFileRules.alias=RULE
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repository.metadataFileFTP=FTP
|
||||
repository.metadataFileFTP.alias=FTP
|
||||
repository.metadataLinkFileRules=LinkRules
|
||||
repository.metadataLinkFileRules.alias=LinkRule
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=Job Designs
|
||||
repository.query=Query
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=Referenced project
|
||||
repository.routines=Routines
|
||||
repository.snippets=Snippets
|
||||
repository.tdqelement=TDQ Element
|
||||
repository.tdqelement.analysis=TDQ Analyses
|
||||
repository.tdqelement.report=TDQ Reports
|
||||
repository.tdqelement.dbconnection=TDQ DB Connections
|
||||
repository.tdqelement.mdmconnection=TDQ MDM Connections
|
||||
repository.tdqelement.businessrule=TDQ Business Rules
|
||||
repository.tdqelement.indicator=TDQ Indicators
|
||||
repository.tdqelement.pattern=TDQ Patterns
|
||||
EUpdateItemType.Property=Property
|
||||
EUpdateItemType.Schema=Schema
|
||||
EUpdateItemType.SAPFunction=SAP Function
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Query
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=ContextGroup
|
||||
EUpdateItemType.Components=Components
|
||||
EUpdateItemType.Name=Name
|
||||
EUpdateItemType.JobVersion=JobVersion
|
||||
EUpdateResult.BuiltIn=Change to built-in mode
|
||||
EUpdateResult.JobletUpdate=Update for joblet node
|
||||
EUpdateResult.Update=Update from repository
|
||||
EUpdateResult.Reload=Reload components
|
||||
EUpdateResult.Rename=Change the name
|
||||
EUpdateResult.Add=Add from repository
|
||||
EUpdateResult.Delete=Delete from repository
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.ContextGroup=Context Group
|
||||
UpdatesConstants.Component=Component
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
UpdatesConstants.JobVersion=JobVersion
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Edit project
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Default Settings for Fields with Null Values
|
||||
MetadataTypeLengthPreferencePage.FIELD=Default Settings for All Fields
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Default Length for Data Type
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=List
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=External modules
|
||||
ModuleListCellEditor.innerLabel=Inner modules
|
||||
ModuleListCellEditor.selectLabel=Select module
|
||||
ModuleListCellEditor.title=Select Module
|
||||
MultiStringSelectionDialog.nameEmpty=Name can not be empty
|
||||
PromptDialog.stringTip=The input text must be surrounded with single quote.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&File
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edit
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigate
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Go to
|
||||
ApplicationActionBarAdvisor.projectLabel=&Project
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Window
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Help
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Text Alignment
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Left
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Right
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centre
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Top
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bottom
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centre
|
||||
ConnectionBean.Local=Local
|
||||
ConnectionBean.DefaultConnection=Default connection
|
||||
InegerCellEditorListener.NegativeNumberMessage=The value of {0} can't be a negative number.
|
||||
InegerCellEditorListener.NumeralMessage=The value of {0} should be numerical.
|
||||
OpenXSDFileDialog.cancel=Cancel
|
||||
OpenXSDFileDialog.confirm=Confirm
|
||||
OpenXSDFileDialog.fileName=File Name:
|
||||
OpenXSDFileDialog.xmlFileSelection=Select a XML File to Validate
|
||||
OpenXSDFileDialog.xmlSelectedOrNot=As you have selected a XSD metadata file, \n there should be a xml file to validate.
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.jobscript=Job Scripts
|
||||
repository.column=Column
|
||||
repository.recyclebin=Recycle bin
|
||||
repository.metadataColumn=Metadata column
|
||||
EComponentCategory.validationRules=Validation Rules
|
||||
repository.metadataValidationRules=Validation Rules
|
||||
repository.metadataValidationRules.alias=VR
|
||||
EUpdateItemType.ValidationRule=validation rule
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Queries
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=SAP Functions
|
||||
repository.routes=Routes
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.beans=Beans
|
||||
EConnectionType.route=Route
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
repository.code=Code
|
||||
repository.service=Services
|
||||
ConnectionBean.Remote=Remote
|
||||
EComponentCategory.availableExtensions=Available Extensions
|
||||
EComponentCategory.downloadedExtensions=Downloaded Extensions
|
||||
EComponentCategory.myExtensions=My Extensions
|
||||
TalendDataCollectorPreferencePage_EnableCapture=Enable capture
|
||||
TalendDataCollectorPreferencePage_Description=The Usage Data Collector collects information about how individuals are using the Talend products. The intent is to use this data to help users and organizations better understand how developers are using Talend products.
|
||||
TalendDataCollectorPreviewPreferencePage_Description=The following Keys/Values have been captured by the Usage Data Collector.
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Empty>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Key
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Value
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Information gathered by the Usage Data Collector is periodically uploaded to servers hosted by Talend.
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=Last Upload
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Uploading
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Upload Period
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Days
|
||||
repository.servicesOperation=Operation
|
||||
repository.servicesPort=Port
|
||||
RepositoryUpdateManager.MessagesForTDQ=Do you want to propagate the modifications to all Jobs?\nSome analysis dependencies will lost information.\nIt might be quite long.
|
||||
EComponentCategory.executeJob=Execute Job
|
||||
EComponentCategory.monitoring=Monitoring
|
||||
BinRepositoryNode.label=Recycle bin
|
||||
EMetadataEncoding.Latin9=Latin9
|
||||
HDFS=HDFS
|
||||
HCAT=HCAT
|
||||
EConnectionType.startsMenu=Starts
|
||||
MetadataTableEditorView.UsefulTitle=Used Column
|
||||
MetadataTalendTypeEditor.column.Name=Metadata Mapping File
|
||||
PigProposalProvider.defaultUDFDescription=There is no User Defined Function of this category , you can use Pig UDF option to create one .
|
||||
MetadataDialog.NeedDoGuessQuery=Need do a guess query!
|
||||
ConnectionParameters.exceptionMessage=This is a repository , should not call this method.
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Reset DB type
|
||||
CreateRuleDialog.conditionLabel=Condition
|
||||
CreateRuleDialog.groupLabel=Create rule
|
||||
CreateRuleDialog.messageLabel=create new rule
|
||||
CreateRuleDialog.nameLabel=Name
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=Add a new rule
|
||||
SchemaOperationChoiceDialog.newViewSchemaMessage=View schema.
|
||||
ContextAddParameterCommand.label=Add Parameter
|
||||
ContextChangeDefaultCommand.label=Change default Context
|
||||
ContextRemoveParameterCommand.label=Remove Parameter
|
||||
ContextRenameParameterCommand.renameParameter=Rename Parameter
|
||||
ContextModifyCommand.label=Modify Context
|
||||
ArchiveFileExportOperationFullPath.cannotCreateDir=unable to create directory '{0}'
|
||||
MetadataExportXmlCommand.title=Warning
|
||||
MetadataExportXmlCommand.message=Warning: this file already exist, do you want to override it?
|
||||
WorkingSetConfigurationDialog_new_label=&New...
|
||||
WorkingSetConfigurationDialog_edit_label=&Edit...
|
||||
WorkingSetConfigurationDialog_remove_label=&Remove
|
||||
WorkingSetConfigurationDialog_up_label=&Up
|
||||
WorkingSetConfigurationDialog_down_label=&Down
|
||||
WorkingSetConfigurationDialog_selectAll_label=Select &All
|
||||
WorkingSetConfigurationDialog_deselectAll_label=Dese&lect All
|
||||
WorkbenchMessages.FilteredTree_FilterMessage=type filter text
|
||||
WorkbenchMessages.FilteredTree_ClearToolTip=Clear
|
||||
ContextTreeValuesComposite.Menu=Menu
|
||||
MetadataTableEditorView.OriginalLengthTitle=OriginalLength
|
||||
MetadataTableEditorView.RelationshipType=RelationshipType
|
||||
MetadataTableEditorView.RelatedEntity=RelatedEntity
|
||||
ContextMissSettingComposite.missingModuleMessages=this context view requires one external jar to be installed
|
||||
ContextMissSettingComposite.installName=Install
|
||||
ContextMissSettingComposite.Title_Missing_jars_for_plugin=Missing third parties libraries
|
||||
ContextMissSettingComposite.description_jars_to_be_installed_in=The Studio requires third parties libraries to be installed.\nPlease install the following jars before closing this window.
|
||||
ContextTreeTable.AddToBuildIn_label=Add to build-in
|
||||
ContextTreeTable.AddToRepository_label=Add to repository context
|
||||
ContextNebulaComposite.ContextsUnAvailable=Context view is not available.
|
||||
@@ -1,91 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Carpeta (0) no existe
|
||||
AbstractItemMigrationTask.taskFailed=Tarea de Migración {0} ha fallado en elemento {1}
|
||||
ComponentsFormatPreferencePage.add=Agregue
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Error
|
||||
ComponentToRepositoryProperty.error=Error
|
||||
ContextComposite.tableValue=Valores como Tabla
|
||||
ContextComposite.treeValue=Valores como árbol
|
||||
ContextParameterProposal.Description=Descripción: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=Valor en error de contexto:
|
||||
ContextProcessSection.29=Error
|
||||
ContextProcessSection.49=Contexto estandar
|
||||
ContextProcessSection.errorTitle=Error
|
||||
ConextTableValuesComposite.nameLabel=Nombre
|
||||
ContextTemplateComposite.CommentLabel=Comentario
|
||||
ContextTemplateComposite.nameLabel=Nombre
|
||||
ContextTemplateComposite.sourceLabel=Orígen
|
||||
ContextTemplateComposite.typeLabel=Tipo
|
||||
ContextTreeConstants.contextName=Contexto
|
||||
ContextTreeConstants.valueName=Valor
|
||||
CorePreferencePage.runInMultiThread=Ejecución Multi Thread (Valor Default para creación de job)
|
||||
EComponentCategory_assignment=Asignación
|
||||
EComponentCategory_context=Contexto
|
||||
EComponentCategory_doc=Documentacion
|
||||
EComponentCategory_properties=Propiedades
|
||||
EComponentCategory_sqlTemplate=Patrón SQL
|
||||
EComponentCategory_version=Versión
|
||||
GroupByVariableAction.groupVariable=Agrupar por variable
|
||||
LDAPCATruster.failedCreateCert=Fallo al crear el almacen de certificados:
|
||||
LDAPCATruster.failedLoadCert=Fallo al cargar el almacen de certificados:
|
||||
MetadataTableEditorView.ColumnTitle=Columna
|
||||
MetadataTableEditorView.CommentTitle=Comentario
|
||||
MetadataTableEditorView.KeyTitle=Clave
|
||||
MetadataTableEditorView.LengthTitle=Longitud
|
||||
MetadataTableEditorView.TypleTitle=Tipo
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Locker=Bloqueador
|
||||
PropertiesWizardPage.Description=Descripción
|
||||
PropertiesWizardPage.Name=Nombre
|
||||
PropertiesWizardPage.Status=Estado
|
||||
PropertiesWizardPage.Version=Versión
|
||||
RoutinesFunctionProposal.System=Sistema
|
||||
RoutinesFunctionProposal.User=Usuario
|
||||
SchemaOperationChoiceDialog.Title=Esquema
|
||||
SelectRepositoryContextDialog.SelectAll=Seleccionar todo
|
||||
VariableItemEditor.name=Nombre
|
||||
VariableItemEditor.variable=Variables:
|
||||
VersionSection.CreationDate=Fecha Creación
|
||||
VersionSection.ModificationDate=Fecha de modificación
|
||||
VersionSection.Version=Versión
|
||||
VersionSection.Status=Estado
|
||||
XmlArray.InvalidFile=Fichero inválido
|
||||
XSDValidater.IllegalArgument=el archivo de entrada XSD no existe
|
||||
repository.documentation=Documentacion
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.concept=Concepto
|
||||
repository.metadataWSDLSchema=Servicio Web
|
||||
repository.metadataWSDLSchema.alias=Servicio Web
|
||||
EUpdateItemType.Property=Propiedad
|
||||
EUpdateItemType.Schema=Esquema
|
||||
EUpdateItemType.Components=Componentes
|
||||
EUpdateItemType.Name=Nombre
|
||||
UpdatesConstants.Context=Contexto
|
||||
UpdatesConstants.Component=Componente
|
||||
UpdatesConstants.Job=Trabajo
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=fecha
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=Lista
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Archivo
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Editar
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navegador
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Ir a
|
||||
ApplicationActionBarAdvisor.projectLabel=&Proyecto
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Ventana
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Ayuda
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Alineamiento texto
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centro
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Arriba
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=abajo
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centro
|
||||
OpenXSDFileDialog.confirm=Confirmar
|
||||
repository.column=Columna
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Queries
|
||||
repository.code=Codigo
|
||||
ConnectionBean.Remote=Remoto
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vacío>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Clave
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Valor
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Días
|
||||
repository.servicesPort=Puerto
|
||||
@@ -1,487 +0,0 @@
|
||||
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// Ce code source a été automatiquement généré par_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Vous pouvez trouver plus d'informations à propos des produits Talend à www.talend.com.\n// Vous pouvez distribuer ce code suivant les termes de la licence GNU LGPL\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
|
||||
AbstractComponentsProvider.folderNotExist=Le dossier {0} n'existe pas.
|
||||
AbstractItemMigrationTask.taskFailed=La tâche de migration {0} a échoué sur l'élément {1}
|
||||
AdvancedSocketFactory.failedInitial=Erreur. Impossible d'initialiser :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifiée : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Ajouter
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format de connection par défaut:
|
||||
ComponentsFormatPreferencePage.formatHint=Format astuce par défaut :
|
||||
ComponentsFormatPreferencePage.formatLable=Format du libellé par défaut :
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=ERROR
|
||||
ComponentToRepositoryProperty.error=ERROR
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible d'utiliser le type OCI dans le référentiel.
|
||||
ContextComposite.tableValue=Table des valeurs
|
||||
ContextComposite.treeValue=Arbre des valeurs
|
||||
ContextComposite.variable=Variables
|
||||
ContextParameterProposal.ContextVariable=\n\nVariable de contexte.
|
||||
ContextParameterProposal.Description=Description :{0}
|
||||
ContextValueErrorChecker.ErrorTitile=Erreur de la valeur de contexte :
|
||||
ContextParameterProposal.NoCommentAvaiable=pas de commentaire disponible.
|
||||
ContextParameterProposal.Type=\nType\: {1}
|
||||
ContextParameterProposal.VariableName=\n\nNom de la variable\: {2}
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Renommer le contexte
|
||||
ContextProcessSection.13=Nouveau nom pour le contexte {0}
|
||||
ContextProcessSection.29=ERROR
|
||||
ContextProcessSection.30=Ce nom existe déjà
|
||||
ContextProcessSection.4=Ajouter un nouveau contexte à partir de ->(
|
||||
ContextProcessSection.49=Contexte par défaut
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=Nouveau contexte
|
||||
ContextProcessSection.7=Nommer le nouveau contexte
|
||||
ContextProcessSection.ParameterNameIsNotValid=Le nom de paramètre n'est pas valide.
|
||||
ContextProcessSection.RemoveInformation={0} est le contexte par défaut et ne peut être supprimé.
|
||||
ContextProcessSection.errorTitle=ERROR
|
||||
ConextTableValuesComposite.nameLabel=Nom
|
||||
ConextTemplateComposite.OrderMessages=Précisez si vous désirez réorganiser les variables.
|
||||
ConextTemplateComposite.OrderText=Ordre d'origine
|
||||
ContextSetConfigurationDialog.nameNotValid=le nom est invalide
|
||||
ContextTemplateComposite.CommentLabel=Commentaire
|
||||
ContextTemplateComposite.nameLabel=Nom
|
||||
ContextTemplateComposite.scriptCodeLabel=Code du script
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Contexte
|
||||
ContextTreeConstants.promptName=Invite
|
||||
ContextTreeConstants.valueName=Valeur
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du référentiel
|
||||
CorePreferencePage.componentDefaultFileDirectory=Répertoire par défaut des composants
|
||||
CorePreferencePage.groupBySource="regrouper par source" en contexte
|
||||
CorePreferencePage.iReportPath=Chemin d'accès iReport
|
||||
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au démarrage
|
||||
CorePreferencePage.javaInterpreter=Interpréteur &Java
|
||||
CorePreferencePage.perlInterpreter=Interpréteur Perl
|
||||
CorePreferencePage.previewLimit=Aperçu limite
|
||||
CorePreferencePage.runInMultiThread=Execution multi thread (valeur par défaut lors de la création d'un job)
|
||||
CorePreferencePage.temporaryFiles=Fichiers &temporaires
|
||||
DbTableSelectorDialog.textContent=Choisir le nom de la table
|
||||
ECodeLanguage.unknowLanguage=Langage inconnu
|
||||
EComponentCategory_appearance=Apparence
|
||||
EComponentCategory_assignment=Affectation
|
||||
EComponentCategory_basicSetting=Paramètres simples
|
||||
EComponentCategory_context=Contexte
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Paramètres dynamiques
|
||||
EComponentCategory_errorRecovery=Reprise sur erreur
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Propriétés
|
||||
EComponentCategory_sqlTemplate=Modèle SQL
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=Historique SVN
|
||||
EComponentCategory_technical=Technique
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=En-tête/Pied de page
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.advancedSettings=Paramètres avancés
|
||||
EComponentCategory.basicRun=Exécution simple
|
||||
EComponentCategory.breakpoint=Point d'arrêt
|
||||
EComponentCategory.debugRun=Exécution Debug
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Exécuter après
|
||||
EConnectionType.runIfMenu=Exécuter si
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=A la fin des lignes
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchroniser
|
||||
EConnectionType.parallelize=Paralléliser
|
||||
EMetadataEncoding.Arabic=Arabe
|
||||
EMetadataEncoding.Big5=Big-5 (Chinois traditionnel)
|
||||
EMetadataEncoding.Cyrillic=Cyrillique
|
||||
EMetadataEncoding.EUC_CN=Chinois simplifié (Code CN Unix étendus)
|
||||
EMetadataEncoding.GB18030=Chinois National Standard
|
||||
EMetadataEncoding.GB2312=Chinois
|
||||
EMetadataEncoding.Greek=Grec
|
||||
EMetadataEncoding.Hebrew=Hébreu
|
||||
EMetadataEncoding.Latin1=Latin1 (Europe de l'ouest)
|
||||
EMetadataEncoding.Latin2=Latin2 (Europe de l'est)
|
||||
EMetadataEncoding.Latin3=Latin3 (Europe du sud)
|
||||
EMetadataEncoding.Latin4=Latin4 (Europe du nord)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turc)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordique)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Impossible de trouver le dossier pour le type {0}.
|
||||
ERepositoryObjectType.NotImplemented=non implémenté
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Le schéma n'est pas dans la base de données
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion établie
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouvé
|
||||
ExtractMetaDataUtils.1=Impossible d'initialiser la connexion
|
||||
Function.FunctionName=Nom de la fonction {0}
|
||||
FunctionManager.PurePerl.Desc=D
|
||||
FunctionManager.PurePerl.ParaName=Paramètre personnalisé
|
||||
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas été enregistré.
|
||||
GroupByContextAction.groupContext=Grouper par contexte
|
||||
GroupByVariableAction.groupVariable=Grouper par variable
|
||||
JavaGlobalVariableProposal.Description=Description\: {0}
|
||||
JavaGlobalVariableProposal.VariableName=\n\nNom de la variable\: {1}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : affiche un guillemet simple
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL est le nombre :
|
||||
JavaTypesManager.integer=INTEGER est le nombre :
|
||||
JavaTypesManager.list=LIST est le nombre :
|
||||
JavaTypesManager.string=STRING est le nombre :
|
||||
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
MappingFileLoader.DbTypeAlreadyExists=Dans le mapping du SGBD d'ID "{0}", le type de base de données "{1}" apparaît plus d'une fois dans le fichier "{2}" au n\u0153ud\:{3}
|
||||
MappingFileLoader.DbmsIdAlreadyExists=Le SGBD d'ID "{0}" existe déjà.
|
||||
MappingFileLoader.InvalidTalendType="{0}" n'est pas un type Talend {1} valide pour le SGBD d'ID "{2}" au n\u0153ud\: {3}
|
||||
MappingFileLoader.UnbindedDbTypes=Dans le fichier de mapping du SGBD d'ID "{0}", les types de bases de données ne sont pas liés aux types Talend "{1}"\: {2}
|
||||
MappingFileLoader.UnbindedTalendTypes=Dans le fichier de mapping du SGBD d'ID "{0}", les types Talend ne sont pas liés aux types de bases de données "{1}"\: {2}
|
||||
MappingFileLoader.UndeclaredDbType="{0}" n'est pas un type de base de données déclaré pour le SGBD d'ID "{1}" au n\u0153ud\: {2}
|
||||
MetadataDialog.CopyToInput.toolTipText=Copie tout le schéma de sortie vers le schéma d'entrée
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copie de colonnes de schéma de sortie vers schéma d'entrée
|
||||
MetadataDialog.CopyToOutput=Copie tout le schéma d'entrée vers le schéma de sortie
|
||||
MetadataDialog.CopySelectionToOutput=Copie les colonnes sélectionnées du schéma source vers le schéma cible
|
||||
MetadataDialog.Message=Toutes les colonnes du schéma d'entrée seront transférées au schéma de sortie
|
||||
MetadataDialog.SchemaModification=Modification de schéma
|
||||
MetadataDialog.TransferMessage=Toutes les colonnes du sch
|
||||
MetadataEmfTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà
|
||||
MetadataEmfTableEditor.ColumnNameIsNullError=Erreur\: le nom de la colonne est null.
|
||||
MetadataTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=Le nom de colonne "{0}" est invalide
|
||||
MetadataTableEditorView.ColumnTitle=Colonne
|
||||
MetadataTableEditorView.CommentTitle=Commentaire
|
||||
MetadataTableEditorView.DBTypeTitle=Type de base de données
|
||||
MetadataTableEditorView.DefaultTitle=Défaut
|
||||
MetadataTableEditorView.KeyTitle=Clé
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Modèle date (Ctrl+Espace disponible)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTalendType.dbIdNotFound=ID du SGBD : impossible de trouver {0}.
|
||||
MetadataTalendType.DBMSNotSetted=SGBD non défini
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Editer le fichier de mapping
|
||||
MetadataTalendTypeEditor.error.message=Message d'erreur
|
||||
MetadataTalendTypeEditor.fileIsImported=Le fichier a déjà été importé.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=Le fichier de métadonnées importé n'est pas valide.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=Le nom de fichier doit commencer par 'mapping_'.
|
||||
MetadataTool.errorMessage=Impossible d'écrire le caractère courant.
|
||||
MetadataTool.invalid=Valeur invalide
|
||||
MetadataTool.invalidChar=Caractère invalide
|
||||
MetadataTool.nameNull=Le nom du schéma ne peut être null.
|
||||
MetadataTool.nullValue=Valeur null
|
||||
MetadataTool.schemaExist=Le nom du schéma existe déjà.
|
||||
MetadataTool.schemaIn=Le nom du schéma est invalide.
|
||||
MetadataTool.schemaInvalid=Nom de schéma invalide.
|
||||
MetadataTool.schemaNull=Le nom du schéma est null.
|
||||
NodeReturnProposal.Availability=\nDisponibilité\: {4}
|
||||
NodeReturnProposal.GlobalVariable=\n\nVariable globale, propriété du composant {1} [{2}].
|
||||
NodeReturnProposal.Type=\nType\: {3}
|
||||
NodeReturnProposal.VariableName=\n\nNom de la variable\: {5}
|
||||
PaletteContentDialog.connection=Format de connection par défaut:
|
||||
PaletteContentDialog.hint=Format astuce par défaut :
|
||||
PaletteContentDialog.lable=Format du libellé par défaut :
|
||||
Parameter.Name=Nom du paramètre
|
||||
Parameter.Type=\ type \:
|
||||
PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
|
||||
PatternCalendar.example=Exemple :
|
||||
PatternCalendar.pattern=Modèle :
|
||||
PerspectiveMenuManager.dummy=Factice
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.generatingJob=Génération du job en cours...
|
||||
ProcessorUtilities.loadingJob=Chargement du job en cours...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Editer les propriétés
|
||||
PropertiesWizard.alreadyLockedByUser=Ces propriétés sont en lecture seule car elles sont verrouillées par un éditeur.
|
||||
PropertiesWizardPage.Author=Auteur
|
||||
PropertiesWizardPage.Locker=Verrouillé par :
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Il est recommandé de ne pas laisser le champ Description vide.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Il est recommandé de ne pas laisser le champ Objectif vide.
|
||||
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
|
||||
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
|
||||
PropertiesWizardPage.Name=Nom
|
||||
PropertiesWizardPage.NameEmptyError=Le nom est vide.
|
||||
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
|
||||
PropertiesWizardPage.Path=Chemin
|
||||
PropertiesWizardPage.Purpose=Objectif
|
||||
PropertiesWizardPage.Select=Sélectionner
|
||||
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
|
||||
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Construction de l'index...
|
||||
RepositoryObject.NotImplemented=non implémenté
|
||||
RepositoryToComponentProperty.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Vérification...
|
||||
RepositoryUpdateManager.Messages=Propager les modifications à tous les Jobs ? \n Cela peut prendre un moment.
|
||||
RepositoryUpdateManager.NoModificationTitle=Aucune modification nécessaire
|
||||
RepositoryUpdateManager.NoModificationMessages=Aucune modification nécessaire pour effectuer la mise à jour.
|
||||
RepositoryUpdateManager.NotFoundMessages=Aucune relation à trouver.
|
||||
RepositoryUpdateManager.NotFoundTitle=Introuvable
|
||||
RepositoryUpdateManager.RenameContextMessages=Voulez-vous vraiment propager la variable renommée à tous les Jobs ? \n\nSi oui, la mise à jour peut prendre un moment. \n\n Si non, les anciennes variables seront passées en Built-In dans les Jobs.
|
||||
RepositoryUpdateManager.RenameContextTitle=Renommer la question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Vérification des éléments à mettre à jour
|
||||
RoutinesFunctionProposal.CreatedBy=Créé par\:
|
||||
RoutinesFunctionProposal.Description=Description\:
|
||||
RoutinesFunctionProposal.ReturnType=Retourner le type\:
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=Utilisateur
|
||||
RuleOperationChoiceDialog.editRules=Editer les règles
|
||||
RuleOperationChoiceDialog.rule=Règle :
|
||||
RuleOperationChoiceDialog.selectRulesFile=Sélectionner un règle depuis un fichier
|
||||
RuleOperationChoiceDialog.viewRules=Voir les règles (lecture seule)
|
||||
SchemaCellEditor.giveSchemaName=Donner le nom pour le schéma
|
||||
SchemaCellEditor.inputName=Saisir le nom
|
||||
SchemaCellEditor.nameExistOrInvalid=Ce nom existe déjà ou est invalide
|
||||
SchemaCellEditor.schemaName= Nom du schéma
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Changer le schéma en Built-In.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Modifier le schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Créer un schéma Built-In
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Créer un schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Editer le schéma.
|
||||
SchemaOperationChoiceDialog.Message=Choisissez une option, ou annulez
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Le schéma est invalide, ou il existe déjà.
|
||||
SchemaOperationChoiceDialog.Title=Schéma
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=Voir le schéma (lecture seule)
|
||||
SchemaXPathQuerysDialog.Mappings=Correspondances
|
||||
SelectRepositoryContextDialog.DeselectAll=Désélectionner tout
|
||||
SelectRepositoryContextDialog.DuplicationMessage=Vous avez sélectionné la variable "{0}" dans le contexte "{1}".
|
||||
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" existe dans le Job (Context:"{1}").
|
||||
SelectRepositoryContextDialog.Label=Sélectionne les variables des contextes du référentiel
|
||||
SelectRepositoryContextDialog.SelectAll=Sélectionner tout
|
||||
SelectRepositoryContextDialog.ExpandAll=Agrandir tout
|
||||
SelectRepositoryContextDialog.Title=Sélectionne les variables du contexte
|
||||
SelectRepositoryContextDialog.View=Voir...
|
||||
SelectRepositoryContextGroupDialog.Default=Défaut
|
||||
SelectRepositoryContextGroupDialog.Messages=\ Ajouter le groupe de contexte inexistant de le Job depuis le contexte du référentiel.
|
||||
SelectRepositoryContextGroupDialog.Title=Ajouter un groupe de contextes
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=Vue compacte
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=Vue de la table
|
||||
TalendType.TypeName=Nom de type {0}
|
||||
VariableItemEditor.name=Nom
|
||||
VariableItemEditor.new=Nouveau
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Echec de la generation des fichiers java
|
||||
VariableItemEditor.variable=Variables :
|
||||
VersionSection.CreationDate=Date de création
|
||||
VersionSection.ModificationDate=Date de modification
|
||||
VersionSection.Version=Version
|
||||
XmlArray.InvalidFile=Fichier invalide.
|
||||
XSDValidater.IllegalArgument=Le fichier XSD d'entrée n'existe pas.
|
||||
repository.businessProcess=Business Models
|
||||
repository.context=Contextes
|
||||
repository.documentation=Documentation
|
||||
repository.folder=Dossier
|
||||
repository.generated=Généré
|
||||
repository.jobdoc=Documentation des Jobs
|
||||
repository.joblet=Création de Joblets
|
||||
repository.jobletdoc=Documentation des Joblets
|
||||
repository.joblets=Joblets
|
||||
repository.jobs=Jobs
|
||||
repository.metadata=Métadonnées
|
||||
repository.metadataConnections=Bases de données
|
||||
repository.metadataConnections.alias=BD
|
||||
repository.headerFooterConnections=En-tête/Pied de page
|
||||
repository.headerFooterConnections.alias=En-tête/Pied de page
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=Copybook
|
||||
repository.metadataMDMConnections=Talend MDM
|
||||
repository.metadataMDMConnections.alias=Talend MDM
|
||||
repository.concept=Concept
|
||||
repository.metadataSAPConnections=Connexions SAP
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=Fonction SAP
|
||||
repository.metadataSQLPatterns=Modèles SQL
|
||||
repository.metadataSQLPatterns.alias=Modèles SQL
|
||||
repository.metadataFileDelimited=Fichier délimité
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataFileLdif=Fichier ldif
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=Fichier Excel
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional=Fichier positionnel
|
||||
repository.metadataFilePositional.alias=POS
|
||||
repository.metadataFileRegexp=Fichier regex
|
||||
repository.metadataFileRegexp.alias=REGX
|
||||
repository.metadataFileXml=Fichier XML
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=Schémas génériques
|
||||
repository.metadataGenericSchema.alias=GENERIQUE
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataTable=Schéma des métadonnées
|
||||
repository.metadataWSDLSchema=Service Web
|
||||
repository.metadataWSDLSchema.alias=Service Web
|
||||
repository.metadataFileRules=Règles embarquées
|
||||
repository.metadataFileRules.alias=Règle
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repository.metadataFileFTP=FTP
|
||||
repository.metadataFileFTP.alias=FTP
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=Jobs
|
||||
repository.query=Requête
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=Projet référencé
|
||||
repository.routines=Routines
|
||||
repository.snippets=Snippets
|
||||
repository.tdqelement=Elément TDQ
|
||||
repository.tdqelement.analysis=Analyses TDQ
|
||||
repository.tdqelement.report=Rapports TDQ
|
||||
repository.tdqelement.dbconnection=Connexions bases de données TDQ
|
||||
repository.tdqelement.mdmconnection=Connexions MDM TDQ
|
||||
repository.tdqelement.businessrule=Règles métier TDQ
|
||||
repository.tdqelement.indicator=Indicateurs TDQ
|
||||
repository.tdqelement.pattern=Modèles TDQ
|
||||
EUpdateItemType.Property=Propriété
|
||||
EUpdateItemType.Schema=Schéma
|
||||
EUpdateItemType.SAPFunction=Fonction SAP
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Requête
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=Groupe de contexte
|
||||
EUpdateItemType.Components=Composants
|
||||
EUpdateItemType.Name=Nom
|
||||
EUpdateResult.BuiltIn=Passer en mode built-in
|
||||
EUpdateResult.JobletUpdate=Mise à jour des joblets
|
||||
EUpdateResult.Update=Mettre à jour à partir du référentiel
|
||||
EUpdateResult.Reload=Recharger les composants
|
||||
EUpdateResult.Rename=Changer le nom
|
||||
EUpdateResult.Add=Ajouter à partir du référentiel
|
||||
EUpdateResult.Delete=Supprimer du référentiel
|
||||
UpdatesConstants.Context=Contexte
|
||||
UpdatesConstants.ContextGroup=Groupe de contexte
|
||||
UpdatesConstants.Component=Composant
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Editer le projet
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Paramètres par défaut pour les champs comprenant des valeurs nulls
|
||||
MetadataTypeLengthPreferencePage.FIELD=Paramètres par défaut pour tous les champs
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par défaut pour le type de données
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=liste
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=Modules externes
|
||||
ModuleListCellEditor.innerLabel=Modules internes
|
||||
ModuleListCellEditor.selectLabel=Sélectionner un module
|
||||
ModuleListCellEditor.title=Sélectionner un module
|
||||
MultiStringSelectionDialog.nameEmpty=Le nom ne peut être vide
|
||||
PromptDialog.stringTip=Le texte d'entrée doit être entouré de guillemets simples.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Fichier
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Editer
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Naviguer
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projet
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=Fe&nêtre
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Aide
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Alignement du texte
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Gauche
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Droite
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centre
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Haut
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bas
|
||||
ConnectionBean.Local=local
|
||||
ConnectionBean.DefaultConnection=connexion par défaut
|
||||
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut être un nombre négatif.
|
||||
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit être numérique.
|
||||
OpenXSDFileDialog.cancel=Annuler
|
||||
OpenXSDFileDialog.confirm=Confirmer
|
||||
OpenXSDFileDialog.fileName=Nom de fichier :
|
||||
OpenXSDFileDialog.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
OpenXSDFileDialog.xmlSelectedOrNot=Comme vous avez sélectionné un fichier de métadonnées XSD, \n vous devez avoir un fichier XML à valider.
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.jobscript=Job Scripts
|
||||
repository.column=Colonne
|
||||
repository.recyclebin=Corbeille
|
||||
repository.metadataColumn=Colonne de métadonnées
|
||||
EComponentCategory.validationRules=Règles de validation
|
||||
repository.metadataValidationRules=Règles de validation
|
||||
EUpdateItemType.ValidationRule=Règle de validation
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Requêtes
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=Fonctions SAP
|
||||
repository.routes=Routes
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.beans=Beans
|
||||
EConnectionType.route=Route
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
repository.code=Code
|
||||
repository.service=Services
|
||||
ConnectionBean.Remote=Distant
|
||||
EComponentCategory.availableExtensions=Extensions disponibles
|
||||
EComponentCategory.downloadedExtensions=Extensions téléchargées
|
||||
EComponentCategory.myExtensions=Mes extensions
|
||||
TalendDataCollectorPreferencePage_EnableCapture=Activer la capture
|
||||
TalendDataCollectorPreferencePage_Description=Le collecteur de données d'utilisation collecte des informations concernant la manière dont une personne utilise les produits Talend. L'objectif est, via ces données, d'aider les utilisateurs et les entreprises à comprendre comment les développeurs utilisent les produits Talend.
|
||||
TalendDataCollectorPreviewPreferencePage_Description=Les clés/valeurs suivantes ont été capturées par le collecteur de données d'utilisation.
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Clé
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Valeur
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Les informations rassemblées par le Collecteur de données d'utilisation est régulièrement chargé sur les serveurs hébergés par Talend.
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=Dernier chargement
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Chargement
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Période de chargement
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Jours
|
||||
repository.servicesOperation=Opération
|
||||
repository.servicesPort=Port
|
||||
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications à tous les Jobs ? \nCertaines dépendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
|
||||
EComponentCategory.executeJob=Exécuter le Job
|
||||
EComponentCategory.monitoring=Monitoring
|
||||
BinRepositoryNode.label=Corbeille
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
HDFS=HDFS
|
||||
HCAT=HCAT
|
||||
MetadataTalendTypeEditor.column.Name=Fichier de mapping de métadonnées
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Réinitialiser le type de la base de données
|
||||
CreateRuleDialog.conditionLabel=Condition
|
||||
CreateRuleDialog.groupLabel=Créer une règle
|
||||
CreateRuleDialog.messageLabel=Créer une nouvelle règle
|
||||
CreateRuleDialog.nameLabel=Nom
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=Ajouter une nouvelle règle
|
||||
SchemaOperationChoiceDialog.newViewSchemaMessage=Voir le schéma
|
||||
ContextAddParameterCommand.label=Ajouter un paramètre
|
||||
ContextChangeDefaultCommand.label=Modifier le contexte par défaut
|
||||
ContextRemoveParameterCommand.label=Supprimer le paramètre
|
||||
ContextRenameParameterCommand.renameParameter=Renommer le paramètre
|
||||
ContextModifyCommand.label=Modifier le contexte
|
||||
ArchiveFileExportOperationFullPath.cannotCreateDir=Impossible de créer le répertoire '{0}'
|
||||
@@ -1,86 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Mapa {0} ne postoji.
|
||||
ColumnNameChangedExt.columnChanged=\u010Cvor: {0} Stupac je promijenjen {1} --> {2}
|
||||
ComponentsFormatPreferencePage.add=Dodaj
|
||||
ComponentsFormatPreferencePage.remove=Ukloni
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Gre\u0161ka
|
||||
ComponentToRepositoryProperty.error=Gre\u0161ka
|
||||
ContextComposite.tableValue=Vrijednosti kao tablica
|
||||
ContextComposite.treeValue=Vrijednosti kao stablo
|
||||
ContextComposite.variable=Varijable
|
||||
ContextValueErrorChecker.ErrorTitile=Gre\u0161ka u vrijednosti konteksta:
|
||||
ContextProcessSection.2=Tra\u017Ei potvrdu?
|
||||
ContextProcessSection.29=Gre\u0161ka
|
||||
ContextProcessSection.4=Dodaj novi kontekst baziran na ->(
|
||||
ContextProcessSection.49=Podrazumijevani kontekst
|
||||
ContextProcessSection.6=Sljede\u0107i kontekst
|
||||
ContextProcessSection.7=Dodijeli naziv novom kontekstu
|
||||
ContextProcessSection.ParameterNameIsNotValid=Naziv parametra nije valjan.
|
||||
ContextProcessSection.RemoveInformation={0} je pretpostavljeni kontekst, ne mo\u017Ee biti uklonjen.
|
||||
ContextProcessSection.errorTitle=Gre\u0161ka
|
||||
ConextTableValuesComposite.nameLabel=Ime
|
||||
ConextTemplateComposite.OrderText=Originalni poredak
|
||||
ContextSetConfigurationDialog.nameNotValid=naziv nije ispravan
|
||||
ContextTemplateComposite.CommentLabel=Komentar
|
||||
ContextTemplateComposite.nameLabel=Ime
|
||||
ContextTemplateComposite.sourceLabel=izvornik
|
||||
ContextTreeConstants.contextName=Kontekst
|
||||
CorePreferencePage.componentDefaultFileDirectory=Pretpostavljena mapa datoteka
|
||||
CorePreferencePage.groupBySource="Grupiraj prema izvoru" u kontekstu
|
||||
CorePreferencePage.alwaysWelcome=Uvijek prika\u017Ei view dobrodo\u0161lice na po\u010Detku
|
||||
CorePreferencePage.runInMultiThread=Vi\u0161enitno izvr\u0161avanje (Pretpostavljena vrijednost za kreiranje posla)
|
||||
EComponentCategory_appearance=Izgled
|
||||
EComponentCategory_assignment=Pridru\u017Eivanje
|
||||
EComponentCategory_context=Kontekst
|
||||
EComponentCategory_doc=Dokumentacija
|
||||
EComponentCategory_properties=Svojstva
|
||||
EComponentCategory_sqlTemplate=SQL Predlo\u017Eak
|
||||
EComponentCategory_version=Verzija
|
||||
EComponentCategory.targetExec=Exec Odredi\u0161ta
|
||||
ListPreferencePage.RemoveButtonName=Ukloni
|
||||
MetadataTableEditorView.CommentTitle=Komentar
|
||||
PatternCalendar.example=Primjer
|
||||
PropertiesWizard.EditPropertiesPageTitle=Uredi svojstva
|
||||
PropertiesWizardPage.Locker=Locker
|
||||
PropertiesWizardPage.Description=Opis
|
||||
PropertiesWizardPage.Name=Ime
|
||||
PropertiesWizardPage.Path=Putanja
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Verzija
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Molim odaberite sliku veli\u010Dine 32*32.
|
||||
RelationshipItemBuilder.forItem=za stavku
|
||||
RoutinesFunctionProposal.User=korisnik
|
||||
SchemaOperationChoiceDialog.Title=\n\n \n\nCollection\n\nSchema
|
||||
VariableItemEditor.name=Ime
|
||||
VariableItemEditor.remove=Ukloni
|
||||
VariableItemEditor.variable=Varijable:
|
||||
VersionSection.CreationDate=Datum kreiranja
|
||||
VersionSection.ModificationDate=Datum promjene
|
||||
VersionSection.Version=Verzija
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Neispravna datoteka.
|
||||
XSDValidater.IllegalArgument=Ne postoji ulazna xsd datoteka
|
||||
repository.documentation=Dokumentacija
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataWSDLSchema=WSDL
|
||||
repository.metadataWSDLSchema.alias=WSDL
|
||||
EUpdateItemType.Property=Svojstvo
|
||||
EUpdateItemType.Schema=\n\n \n\nCollection\n\nSchema
|
||||
EUpdateItemType.Name=Ime
|
||||
UpdatesConstants.Context=Kontekst
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Posao
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Poravnanje teksta
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=vrh
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=dno
|
||||
OpenXSDFileDialog.confirm=Potvrdi
|
||||
repository.code=Kod
|
||||
repository.servicesPort=Port
|
||||
@@ -1,437 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Cartella {0} non esiste
|
||||
AbstractItemMigrationTask.taskFailed=Funzione migrazione {0} fallita sull'elemento {1}
|
||||
AdvancedSocketFactory.failedInitial=Errore: inizializzazione fallita
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=Nodo: {0} Campo alterato: {1} -> {2}
|
||||
ComponentsFormatPreferencePage.add=Aggiungere
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Il nome "{0}" è invalido.
|
||||
ComponentsFormatPreferencePage.formatConnection=Formato connessione predefinita:
|
||||
ComponentsFormatPreferencePage.formatHint=Formato consiglio predefinito:
|
||||
ComponentsFormatPreferencePage.formatLable=Formato etichetta predefinito:
|
||||
ComponentsFormatPreferencePage.remove=Rimuovi
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Errore
|
||||
ComponentToRepositoryProperty.error=Errore
|
||||
ContextComposite.tableValue=Valori come tabella
|
||||
ContextComposite.treeValue=Valori come albero
|
||||
ContextComposite.variable=Variabili
|
||||
ContextParameterProposal.Description=Descrizione: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=Errore nel valore di contesto:
|
||||
ContextParameterProposal.NoCommentAvaiable=Commenti non disponibili.
|
||||
ContextProcessSection.1=Menù tabella
|
||||
ContextProcessSection.12=Rinomina contesto
|
||||
ContextProcessSection.13=Dai un nuovo nome per il contesto {0}
|
||||
ContextProcessSection.2=Chiedere conferma ?
|
||||
ContextProcessSection.29=Errore
|
||||
ContextProcessSection.4=Aggiungere nuovo contesto sulla base di ->(
|
||||
ContextProcessSection.49=Contesto predefinito
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=Nuovo contesto
|
||||
ContextProcessSection.7=Dai un nome per il nuovo contesto
|
||||
ContextProcessSection.ParameterNameIsNotValid=Il nome del parametro non è valido.
|
||||
ContextProcessSection.RemoveInformation={0} è il contesto predefinito, non può essere rimosso.
|
||||
ContextProcessSection.errorTitle=Errore
|
||||
ConextTableValuesComposite.nameLabel=Nome
|
||||
ConextTemplateComposite.OrderMessages=Precisare se si vuole riorganizzare le variabili.
|
||||
ConextTemplateComposite.OrderText=Ordine originale
|
||||
ContextSetConfigurationDialog.nameNotValid=il nome non è valido
|
||||
ContextTemplateComposite.CommentLabel=Commento
|
||||
ContextTemplateComposite.nameLabel=Nome
|
||||
ContextTemplateComposite.scriptCodeLabel=codice script
|
||||
ContextTemplateComposite.sourceLabel=Sorgente
|
||||
ContextTemplateComposite.typeLabel=Tipo
|
||||
ContextTreeConstants.contextName=Contesto
|
||||
ContextTreeConstants.promptName=Richiesta
|
||||
ContextTreeConstants.valueName=Valore
|
||||
ContextTreeConstants.variableName=Variabile
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Aggiungi contesto al repository
|
||||
CorePreferencePage.componentDefaultFileDirectory=Cartella predefinita dei componenti
|
||||
CorePreferencePage.groupBySource="Raggruppa per sorgente" nel contesto
|
||||
CorePreferencePage.iReportPath=percorso iReport
|
||||
CorePreferencePage.alwaysWelcome=Mostra sempre schermata di benvenuto all'avvio
|
||||
CorePreferencePage.javaInterpreter=&Interprete Java
|
||||
CorePreferencePage.perlInterpreter=Interprete Perl
|
||||
CorePreferencePage.previewLimit=Anteprima limiti
|
||||
CorePreferencePage.runInMultiThread=Esecuzione in Multi Thread (valore di default per un nuovo lavoro)
|
||||
CorePreferencePage.temporaryFiles=&File temporanei
|
||||
DbTableSelectorDialog.textContent=Seleziona nome tabella
|
||||
EComponentCategory_advanceSetting=Impostazioi avanzate
|
||||
EComponentCategory_appearance=Aspetto
|
||||
EComponentCategory_assignment=Assegnazione
|
||||
EComponentCategory_basicSetting=Impostazioni base
|
||||
EComponentCategory_context=Contesto
|
||||
EComponentCategory_doc=Documentazione
|
||||
EComponentCategory_dynamicSetting=Impostazioni dinamiche
|
||||
EComponentCategory_errorRecovery=Errore recupero
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Log
|
||||
EComponentCategory_main=Principale
|
||||
EComponentCategory_rulerAndGrid=Governanti & griglia
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_statsAndLogs=Statistiche & Log
|
||||
EComponentCategory_svnHistory=Storia SVN
|
||||
EComponentCategory_technical=Tecnico
|
||||
EComponentCategory_version=Versione
|
||||
EComponentCategory_headerFooter=Header/Footer
|
||||
EComponentCategory_view=Visualizza
|
||||
EComponentCategory.advancedSettings=Impostazioi avanzate
|
||||
EComponentCategory.basicRun=Esecuzione base
|
||||
EComponentCategory.breakpoint=Breakpoint
|
||||
EComponentCategory.debugRun=Esecuzione debug
|
||||
EConnectionType.iteratorMenu=Il codice sorgente è stato generato in automatico da {0}
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Principale
|
||||
EConnectionType.onComponentErrorMenu=Su errore componente
|
||||
EConnectionType.onComponentOkMenu=Su componente OK
|
||||
EConnectionType.onSubjobErrorMenu=Su errore subjob
|
||||
EConnectionType.onSubjobOkMenu=Su subjob OK
|
||||
EConnectionType.runAfterMenu=Eseguire dopo
|
||||
EConnectionType.runIfMenu=Esegui se
|
||||
EConnectionType.tableMenu=Tabella
|
||||
EConnectionType.onRowsEndMenu=Su fine righe
|
||||
EConnectionType.mergeMenu=Unire
|
||||
EConnectionType.synchronize=Sincronizza
|
||||
EConnectionType.parallelize=In parallelo
|
||||
EMetadataEncoding.Arabic=Arabico
|
||||
EMetadataEncoding.Big5=Grande cinque (cinese tradizionale)
|
||||
EMetadataEncoding.Cyrillic=Cirillico
|
||||
EMetadataEncoding.EUC_CN=Cinese Semplificato (Codice Unix-CN)
|
||||
EMetadataEncoding.GB18030=Cinese Nazionale Standard
|
||||
EMetadataEncoding.GB2312=Cinese
|
||||
EMetadataEncoding.Greek=Greco
|
||||
EMetadataEncoding.Hebrew=Ebraico
|
||||
EMetadataEncoding.Latin1=Latin 1 (Europa occidentale)
|
||||
EMetadataEncoding.Latin2=Latin2 (Europa dell'est)
|
||||
EMetadataEncoding.Latin3=Latin3 (Europa del sud)
|
||||
EMetadataEncoding.Latin4=Latin4 (Europa del nord)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turco)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordico)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Impossibile trovare cartella per tipo {0}
|
||||
ERepositoryObjectType.NotImplemented=non implementato
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema non presente nel database
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connessione avvenuta
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=Tipo db '{0}' non trovato
|
||||
Function.FunctionName=Nome funzione {0}
|
||||
FunctionManager.PurePerl.Desc=Imposta la tua espressione
|
||||
FunctionManager.PurePerl.ParaName=personalizza parametri
|
||||
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non è stato registrato
|
||||
GroupByContextAction.groupContext=Raggruppa per contesto
|
||||
GroupByVariableAction.groupVariable=Raggruppa per variabile
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Due virgolette singole vengono mostrate solo come una virgoletta singola
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL è un numero:
|
||||
JavaTypesManager.integer=INTEGER è un numero:
|
||||
JavaTypesManager.list=LIST è un numero:
|
||||
JavaTypesManager.string=STRING è un numero:
|
||||
LDAPCATruster.failedCreateCert=Fallimento creazione certificato memorizzazione :
|
||||
LDAPCATruster.failedCreateTmp=Fallimento creazione credenzialità memorizzazione temporanea:
|
||||
LDAPCATruster.failedInitialTrust=Fallimento creazione gestione credenzialità iniziale:
|
||||
LDAPCATruster.failedLoadCert=Fallimento caricamento certificato di memorizzazione:
|
||||
LDAPCATruster.failedSaveTrust=Fallimento salvataggio certificato di memorizzazione:
|
||||
LDAPCATruster.locationInvalid=La locazione del file del certificato di memorizzazione non è valida:
|
||||
LDAPCATruster.sslError1=Errore SSL: catena di verifica del certificato del server fallita.
|
||||
LDAPCATruster.sslError3=Errore SSL: Il certificato CA non è nella catena di certificazione del server
|
||||
ListPreferencePage.RemoveButtonName=Rimuovi
|
||||
MetadataDialog.CopyToInput.toolTipText=Copia tutte le colonne di uno schema di output in uno schema di input
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copia le colonne prescelte da output a input schema
|
||||
MetadataDialog.CopyToOutput=Copia tutte le le colonne da uno schema di input ad uno schema di output
|
||||
MetadataDialog.CopySelectionToOutput=Copia le colonne prescelta da input a output schema
|
||||
MetadataDialog.Message=Tutte le colonne da uno schema di input saranno trasferite ad uno schema di output
|
||||
MetadataDialog.TransferMessage=Tutte le colonne da uno schema di output saranno trasferite ad uno schema di input
|
||||
MetadataEmfTableEditor.ColumnNameExists=Il nome colonna ''{0}'' esiste già.
|
||||
MetadataTableEditor.ColumnNameExists=Il nome colonna ''{0}'' esiste già.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=Il nome colonna ''{0}'' è invalido
|
||||
MetadataTableEditorView.ColumnTitle=Colonna
|
||||
MetadataTableEditorView.CommentTitle=Commento
|
||||
MetadataTableEditorView.DBTypeTitle=Tipo DB
|
||||
MetadataTableEditorView.DefaultTitle=Nessuno
|
||||
MetadataTableEditorView.KeyTitle=Chiave
|
||||
MetadataTableEditorView.LengthTitle=Lunghezza
|
||||
MetadataTableEditorView.NullableTitle=Annullabile
|
||||
MetadataTableEditorView.PatternTitle=Modello data (disponibile Ctrl+Space)
|
||||
MetadataTableEditorView.PrecisionTitle=Precisione
|
||||
MetadataTableEditorView.TypleTitle=Tipo
|
||||
MetadataTalendType.DBMSNotSetted=DBMS non impostato
|
||||
MetadataTalendTypeEditor.button.edit=M&odificare
|
||||
MetadataTalendTypeEditor.button.export=E&sportare
|
||||
MetadataTalendTypeEditor.button.import=I&mportare
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Modifica file di mappatura
|
||||
MetadataTalendTypeEditor.error.message=Messaggio errore
|
||||
MetadataTalendTypeEditor.fileIsImported=Il file è già stato importato.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=Il file metadata importato non è valido.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=Il nome del file deve iniziare con 'mapping_'.
|
||||
MetadataTool.errorMessage=Impossibile inserire l'attuale carattere
|
||||
MetadataTool.invalid=Valore invalido
|
||||
MetadataTool.invalidChar=Carattere invalido
|
||||
MetadataTool.nameNull=Il nome dello schema non può essere nullo
|
||||
MetadataTool.nullValue=Valore nullo
|
||||
MetadataTool.schemaExist=Il nome dello schema esiste già.
|
||||
MetadataTool.schemaIn=Il nome dello schema è invalido.
|
||||
MetadataTool.schemaNull=Il nome dello schema è nullo.
|
||||
PaletteContentDialog.connection=Formato connessione predefinita:
|
||||
PaletteContentDialog.hint=Formato consiglio predefinito:
|
||||
PaletteContentDialog.lable=Formato etichetta predefinito:
|
||||
Parameter.Name=Nome parametro
|
||||
PatternCalendar.dateFormat="aaaa-mm-gg HH:mm:ss"
|
||||
PatternCalendar.example=Esempio:
|
||||
PatternCalendar.pattern=Modello:
|
||||
PerspectiveMenuManager.dummy=Manichino
|
||||
PerspectiveMenuManager.perspectiveLabel=&Prospettiva
|
||||
ProcessorUtilities.finalizeBuild=Finalizzazione costruzione...
|
||||
ProcessorUtilities.generatingJob=Generazione job...
|
||||
ProcessorUtilities.loadingJob=Caricamento job...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Modifica proprietà
|
||||
PropertiesWizard.alreadyLockedByUser=Le proprietà sono in sola lettura perchè questo elemento è già bloccaro da un editore.
|
||||
PropertiesWizardPage.Author=Autore
|
||||
PropertiesWizardPage.Locker=Bloccatore
|
||||
PropertiesWizardPage.Description=Descrizione
|
||||
PropertiesWizardPage.EmptyDescWarning=È sconsigliabile lasciare la descrizione vuota.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=È sconsigliabile lasciare lo scopo vuoto.
|
||||
PropertiesWizardPage.ItemExistsError=Oggetto preesistente. Controlla il cestino e svuotalo se necessario.
|
||||
PropertiesWizardPage.KeywordsError=Il nome non è un identificatore valido
|
||||
PropertiesWizardPage.Name=Nome
|
||||
PropertiesWizardPage.NameEmptyError=Il nome è vuoto.
|
||||
PropertiesWizardPage.NameFormatError=Il nome contiene caratteri incorretti
|
||||
PropertiesWizardPage.Path=Percorso
|
||||
PropertiesWizardPage.Purpose=Scopo
|
||||
PropertiesWizardPage.Select=Seleziona
|
||||
PropertiesWizardPage.SelectfolderMessage=Seleziona la cartella in cui l'elemento sarà creato
|
||||
PropertiesWizardPage.SelectfolderTitle=Seleziona cartella
|
||||
PropertiesWizardPage.Status=Stato
|
||||
PropertiesWizardPage.Version=Versione
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Per favore selezione l'immagine in formato 32*32
|
||||
RelationshipItemBuilder.buildingIndex=Costruzione indice...
|
||||
RelationshipItemBuilder.forItem=per l'elemento
|
||||
RepositoryObject.NotImplemented=non implementato
|
||||
RepositoryToComponentProperty.xmlFileSelection=Seleziona un file XML da validare
|
||||
RepositoryUpdateManager.Title=Modifica
|
||||
RepositoryUpdateManager.Check=Controllo...
|
||||
RepositoryUpdateManager.NoModificationTitle=Nessuna modifica necessaria.
|
||||
RepositoryUpdateManager.NoModificationMessages=Nessuna modifica richiesta per l'aggiornamento.
|
||||
RepositoryUpdateManager.NotFoundMessages=Non ci sono relazioni da trovare.
|
||||
RepositoryUpdateManager.RenameContextTitle=Rinomina domanda
|
||||
RepositoryUpdateManager.ItemsToUpdate=Verifica elementi da aggiornare
|
||||
RoutinesFunctionProposal.System=Sistema
|
||||
RoutinesFunctionProposal.User=Utente
|
||||
RuleOperationChoiceDialog.editRules=Modifica regole
|
||||
RuleOperationChoiceDialog.rule=Regola:
|
||||
RuleOperationChoiceDialog.selectRulesFile=Seleziona una regola da un file
|
||||
RuleOperationChoiceDialog.viewRules=Vedi regole(sola lettura)
|
||||
SchemaCellEditor.giveSchemaName=Prendi il nome per lo schema
|
||||
SchemaCellEditor.inputName=Inserisci il nome
|
||||
SchemaCellEditor.nameExistOrInvalid=Questo nome esiste già o è invalido
|
||||
SchemaCellEditor.schemaName=Nome schema
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Cambia schema nel built-in
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Cambia schema dal repository
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Crea schema per il built-in
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Crea schema dal repository
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Modifica schema.
|
||||
SchemaOperationChoiceDialog.Message=Per favore seleziona un'opzione, o annulla.
|
||||
SchemaOperationChoiceDialog.Option=Opzione
|
||||
SchemaOperationChoiceDialog.StatusMessage=Schema invalido o esiste già.
|
||||
SchemaOperationChoiceDialog.Title=Schema
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=Visualizza schema (sola lettura).
|
||||
SchemaXPathQuerysDialog.Mappings=Mappature
|
||||
SelectRepositoryContextDialog.DeselectAll=Deseleziona tutto
|
||||
SelectRepositoryContextDialog.CollapseAll=Comprimi tutto
|
||||
SelectRepositoryContextDialog.DuplicationMessage=Hai selezionato la variabile "{0}" nel contesto "{1}".
|
||||
SelectRepositoryContextDialog.ExistenceMessage=La variabile "{0}" esiste nel job (Contesto:"{1}").
|
||||
SelectRepositoryContextDialog.Label=Seleziona variabili dai contesti del repository.
|
||||
SelectRepositoryContextDialog.SelectAll=Seleziona tutto
|
||||
SelectRepositoryContextDialog.ExpandAll=Espandere tutto
|
||||
SelectRepositoryContextDialog.Title=Seleziona le variabili contesto
|
||||
SelectRepositoryContextDialog.View=Vedi...
|
||||
SelectRepositoryContextGroupDialog.Default=Nessuno
|
||||
SelectRepositoryContextGroupDialog.Title=Aggiungi gruppo contesto
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=Vista compatta
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=Vista tabella
|
||||
TalendType.TypeName=Tipo nome {0}
|
||||
VariableItemEditor.insertVariable=Inserimento &variabile Placeholder...
|
||||
VariableItemEditor.name=Nome
|
||||
VariableItemEditor.new=Nuovo
|
||||
VariableItemEditor.remove=Rimuovi
|
||||
VariableItemEditor.twmplatePattern=Modello template:
|
||||
VariableItemEditor.variable=Variabili:
|
||||
VersionSection.CreationDate=Data Creazione
|
||||
VersionSection.ModificationDate=Data modifica
|
||||
VersionSection.Version=Versione
|
||||
VersionSection.Status=Stato
|
||||
XmlArray.InvalidFile=File non valido
|
||||
XSDValidater.IllegalArgument=il file di input xsd non esiste
|
||||
repository.businessProcess=Modelli Business
|
||||
repository.context=Contesti
|
||||
repository.documentation=Documentazione
|
||||
repository.folder=Cartella
|
||||
repository.generated=Generato
|
||||
repository.jobdoc=Documentazione job
|
||||
repository.joblet=Progetti joblet
|
||||
repository.jobletdoc=Documentazione joblet
|
||||
repository.jobs=Lavori
|
||||
repository.metadata=Metadata
|
||||
repository.metadataConnections=Connessioni db
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.headerFooterConnections=Header/Footer
|
||||
repository.headerFooterConnections.alias=Header/Footer
|
||||
repository.metadataFileEDCDIC=EBCDIC
|
||||
repository.metadataFileEDCDIC.alias=EBCDIC
|
||||
repository.concept=Concetto
|
||||
repository.metadataSAPConnections=Connessioni SAP
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=Funzione SAP
|
||||
repository.metadataFileDelimited=File delimitato
|
||||
repository.metadataFileDelimited.alias=DELIM
|
||||
repository.metadataFileLdif=File ldif
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=File Excel
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional=File positional
|
||||
repository.metadataFilePositional.alias=POS
|
||||
repository.metadataFileRegexp=File regex
|
||||
repository.metadataFileRegexp.alias=REGX
|
||||
repository.metadataFileXml=File xml
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=Schemi generici
|
||||
repository.metadataGenericSchema.alias=GENERIC
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataTable=Schema metadata
|
||||
repository.metadataWSDLSchema=Servizio web
|
||||
repository.metadataWSDLSchema.alias=Servizio web
|
||||
repository.metadataFileRules=Regole incorporate
|
||||
repository.metadataFileFTP=ftp
|
||||
repository.metadataFileFTP.alias=ftp
|
||||
repository.metadataLinkFileRules=Collegamento regole
|
||||
repository.metadataLinkFileRules.alias=Collegamento regola
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=Progetti job
|
||||
repository.query=Query
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=Progetto di riferimento
|
||||
repository.routines=Routine
|
||||
repository.snippets=Frammenti
|
||||
repository.tdqelement=Elemento TDQ
|
||||
repository.tdqelement.analysis=Analisi TDQ
|
||||
repository.tdqelement.report=Relazioni TDQ
|
||||
repository.tdqelement.dbconnection=Connessione DB TDQ
|
||||
repository.tdqelement.mdmconnection=Connessione MDM TDQ
|
||||
repository.tdqelement.businessrule=Regole business TDQ
|
||||
repository.tdqelement.indicator=Indicatore TDQ
|
||||
repository.tdqelement.pattern=Modelli TDQ
|
||||
EUpdateItemType.Property=Propietà
|
||||
EUpdateItemType.Schema=Schema
|
||||
EUpdateItemType.SAPFunction=Funzione SAP
|
||||
EUpdateItemType.SAPIDoc=IDoc SAP
|
||||
EUpdateItemType.Query=Query
|
||||
EUpdateItemType.Variable=Variabile
|
||||
EUpdateItemType.ContextGroup=Gruppo di contesti
|
||||
EUpdateItemType.Components=Componenti
|
||||
EUpdateItemType.Name=Nome
|
||||
EUpdateItemType.JobVersion=Versione job
|
||||
EUpdateResult.BuiltIn=Cambia in modalità Built-In
|
||||
EUpdateResult.JobletUpdate=Aggiorna nodo per Joblet
|
||||
EUpdateResult.Update=Aggiorna dal repository
|
||||
EUpdateResult.Reload=Ricarica componenti
|
||||
EUpdateResult.Rename=Cambia il nome
|
||||
EUpdateResult.Add=Aggiunto dal repository
|
||||
EUpdateResult.Delete=Cancellato dal repository
|
||||
UpdatesConstants.Context=Contesto
|
||||
UpdatesConstants.ContextGroup=Gruppo di contesto
|
||||
UpdatesConstants.Component=Componente
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
UpdatesConstants.JobVersion=Versione job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Modifica progetto
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Tipo Predefinito
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Lunghezza predefinita
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Tipo Predefinito
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Lunghezza predefinita
|
||||
MetadataTypeLengthPreferencePage.VALUE=Impostazioni predefinite per i campi con valori null
|
||||
MetadataTypeLengthPreferencePage.FIELD=Impostazioni predefinite per tutti i campi
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Lunghezza predefinita per il tipo dati
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Booleano
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Intero
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Carattere
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Data
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Corto
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=Stringa
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=Lista
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Data ora
|
||||
ModuleListCellEditor.externalLabel=Moduli esterni
|
||||
ModuleListCellEditor.innerLabel=Moduli interni
|
||||
ModuleListCellEditor.selectLabel=Seleziona il modulo
|
||||
ModuleListCellEditor.title=Seleziona il modulo
|
||||
MultiStringSelectionDialog.nameEmpty=Il nome non può essere vuoto
|
||||
PromptDialog.stringTip=Il testo inserito deve essere compreso tra virgolette singole.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&File
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edizione
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Naviga
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Vai a
|
||||
ApplicationActionBarAdvisor.projectLabel=&Progetto
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Finestra
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Aiuto
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Allineamento testo
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Orizzontale
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Verticale
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=sinistra
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=destra
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centrato
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Sopra
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Sotto
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centrato
|
||||
ConnectionBean.Local=Locale
|
||||
ConnectionBean.DefaultConnection=Connessione predefinita
|
||||
InegerCellEditorListener.NegativeNumberMessage=Il valore di {0} non può essere un numero negativo.
|
||||
InegerCellEditorListener.NumeralMessage=Il valore di {0} deve essere numerico
|
||||
OpenXSDFileDialog.cancel=Annulla
|
||||
OpenXSDFileDialog.confirm=Conferma
|
||||
OpenXSDFileDialog.fileName=Nome file:
|
||||
OpenXSDFileDialog.xmlFileSelection=Seleziona un file XML da validare
|
||||
repository.jobscript=Script job
|
||||
repository.column=Colonna
|
||||
repository.recyclebin=Cestino
|
||||
repository.metadataColumn=Colonna metadata
|
||||
EComponentCategory.validationRules=Regole di validazione
|
||||
repository.metadataValidationRules=Regole di validazione
|
||||
repository.metadataValidationRules.alias=RV
|
||||
EUpdateItemType.ValidationRule=regola di validazione
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Interrogazioni
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=Funzioni SAP
|
||||
repository.routes=Percorsi
|
||||
repository.beans=Fagioli
|
||||
EConnectionType.when=Quando
|
||||
EConnectionType.otherwise=In caso contrario
|
||||
EConnectionType.try=Prova
|
||||
EConnectionType.catch=Cattura
|
||||
EConnectionType.finally=Infine
|
||||
repository.code=Codice
|
||||
repository.service=Servizi
|
||||
ConnectionBean.Remote=Remoto
|
||||
EComponentCategory.availableExtensions=Estensioni disponibili
|
||||
EComponentCategory.downloadedExtensions=Scarica estensioni
|
||||
EComponentCategory.myExtensions=Mie estensioni
|
||||
TalendDataCollectorPreferencePage_EnableCapture=Abilita cattura
|
||||
TalendDataCollectorPreferencePage_Description=Il Raccoglitore di utilizzo dati raccoglie l'informazione su come gli individui utilizzano i prodotti Talend. L'intento è di utilizzare questo dato per aiutare utenti ed organizzazioni a capire meglio come sono sviluppati i prodotti Talend.
|
||||
TalendDataCollectorPreviewPreferencePage_Description=Le seguenti chiavi/valori sono state catturate dal Raccoglietore di utilizzo dati.
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vuoto>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Chiave
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Valore
|
||||
TalendDataCollectorUploadingPreferencePage_Description=L'informazione raccolta dal Raccoglitore di utilizzo dati è periodicamente spedita ai server ospitati da Talend.
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=Ultima spedizione
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Spedizione
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Periodo spedizione
|
||||
TalendDataCollectorUploadingPreferencePage_Days=Giorni
|
||||
repository.servicesOperation=Operazione
|
||||
repository.servicesPort=Porta
|
||||
EComponentCategory.monitoring=Monitoraggio
|
||||
BinRepositoryNode.label=Cestino
|
||||
@@ -1,498 +0,0 @@
|
||||
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2011, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// / JobDesigner (CodeGenerator version {1})\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
|
||||
AbstractBrandingService.routines_license_header_content=Copyright (c) 2005-2011, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// CodeGenerator version {1}\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).
|
||||
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0} \u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC:\u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u8FFD\u52A0
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName="{0}"\u304C\u4E0D\u6B63\u3067\u3059
|
||||
ComponentsFormatPreferencePage.formatConnection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatHint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatLable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.remove=\u524A\u9664
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EA\u30DD\u30B8\u30C8\u30EA\u3067OCI\u30BF\u30A4\u30D7\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
|
||||
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u8868\u793A\u306E\u5024
|
||||
ContextComposite.variable=\u5909\u6570
|
||||
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
|
||||
ContextParameterProposal.Description=\u8AAC\u660E\: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextParameterProposal.Type=\n\u30BF\u30A4\u30D7\: {1}
|
||||
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
|
||||
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u79F0\u5909\u66F4
|
||||
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u6307\u5B9A\u3057\u307E\u3059 {0}
|
||||
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
|
||||
ContextProcessSection.29=\u30A8\u30E9\u30FC
|
||||
ContextProcessSection.30=\u3053\u306E\u540D\u524D\u306F\u5B58\u5728\u3057\u307E\u3059
|
||||
ContextProcessSection.4=\u4EE5\u4E0B\u306B\u57FA\u3065\u3044\u3066\u3001\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8FFD\u52A0\u3057\u307E\u3059 ->(
|
||||
ContextProcessSection.49=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.50=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F314
|
||||
ContextProcessSection.51=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F315
|
||||
ContextProcessSection.6=\u65B0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.7=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u524D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
ContextProcessSection.RemoveInformation={0} \u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u3059\u3001\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextProcessSection.errorTitle=\u30A8\u30E9\u30FC
|
||||
ConextTableValuesComposite.nameLabel=\u540D\u524D
|
||||
ConextTemplateComposite.OrderMessages=\u3082\u3057\u3053\u308C\u3089\u306E\u5909\u6570\u3092\u4E26\u3079\u66FF\u3048\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u5E8F
|
||||
ContextSetConfigurationDialog.nameNotValid=\u540D\u524D\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
ContextTemplateComposite.CommentLabel=\u30B3\u30E1\u30F3\u30C8
|
||||
ContextTemplateComposite.nameLabel=\u540D\u524D
|
||||
ContextTemplateComposite.scriptCodeLabel=\u30B9\u30AF\u30EA\u30D7\u30C8\u30B3\u30FC\u30C9
|
||||
ContextTemplateComposite.sourceLabel=\u30BD\u30FC\u30B9
|
||||
ContextTemplateComposite.typeLabel=\u30BF\u30A4\u30D7
|
||||
ContextTreeConstants.contextName=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextTreeConstants.promptName=\u30D7\u30ED\u30F3\u30D7\u30C8
|
||||
ContextTreeConstants.valueName=\u5024
|
||||
ContextTreeConstants.variableName=\u5909\u6570
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
|
||||
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316"
|
||||
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
|
||||
CorePreferencePage.alwaysWelcome=\u30B9\u30BF\u30FC\u30C8\u30A2\u30C3\u30D7\u6642\u306B\u30A6\u30A7\u30EB\u30AB\u30E0\u30D3\u30E5\u30FC\u3092\u5E38\u306B\u8868\u793A
|
||||
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u5236\u9650
|
||||
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C
|
||||
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
|
||||
DbTableSelectorDialog.textContent=\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u9078\u629E
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
|
||||
EComponentCategory_appearance=\u8868\u793A\u8A2D\u5B9A
|
||||
EComponentCategory_assignment=\u5272\u308A\u5F53\u3066
|
||||
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
|
||||
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
EComponentCategory_dynamicSetting=\u52D5\u7684\u8A2D\u5B9A
|
||||
EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA\u30FC
|
||||
EComponentCategory_extra=\u8FFD\u52A0
|
||||
EComponentCategory_logs=\u30ED\u30B0
|
||||
EComponentCategory_main=\u30E1\u30A4\u30F3
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
EComponentCategory_statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
|
||||
EComponentCategory_svnHistory=SVN\u5C65\u6B74
|
||||
EComponentCategory_technical=\u30C6\u30AF\u30CB\u30AB\u30EB
|
||||
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC / \u30D5\u30C3\u30BF\u30FC
|
||||
EComponentCategory_view=\u8868\u793A
|
||||
EComponentCategory.advancedSettings=\u8A73\u7D30\u8A2D\u5B9A
|
||||
EComponentCategory.basicRun=\u57FA\u672C\u5B9F\u884C
|
||||
EComponentCategory.breakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8
|
||||
EComponentCategory.debugRun=\u30C7\u30D0\u30C3\u30B0\u5B9F\u884C
|
||||
EComponentCategory.targetExec=\u30BF\u30FC\u30B2\u30C3\u30C8\u306E\u5B9F\u884C
|
||||
EConnectionType.iteratorMenu=\u53CD\u5FA9
|
||||
EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
|
||||
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
|
||||
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
|
||||
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
|
||||
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
|
||||
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
|
||||
EConnectionType.mergeMenu=\u30DE\u30FC\u30B8
|
||||
EConnectionType.synchronize=\u540C\u671F
|
||||
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406
|
||||
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
|
||||
EMetadataEncoding.Big5=Big Five (\u7E41\u4F53\u5B57\u4E2D\u56FD\u8A9E)
|
||||
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB
|
||||
EMetadataEncoding.EUC_CN=\u4E2D\u56FD\u8A9E\uFF08\u7C21\u4F53\u5B57\uFF09\uFF08\u62E1\u5F35UNIX\u30B3\u30FC\u30C9- CN\uFF09
|
||||
EMetadataEncoding.GB18030=\u4E2D\u56FD\u6A19\u6E96
|
||||
EMetadataEncoding.GB2312=\u4E2D\u56FD\u8A9E
|
||||
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
|
||||
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4
|
||||
EMetadataEncoding.Latin1=\u30E9\u30C6\u30F31\uFF08\u897F\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin2=\u30E9\u30C6\u30F32\uFF08\u6771\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin3=\u30E9\u30C6\u30F33\uFF08\u5357\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin4=\u30E9\u30C6\u30F34\uFF08\u5317\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin5=\u30E9\u30C6\u30F35 (\u30C8\u30EB\u30B3)
|
||||
EMetadataEncoding.Latin6=\u30E9\u30C6\u30F36 (\u5317\u6B27)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (\u30E9\u30C6\u30F31)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=\u30BF\u30A4\u30D7 {0} \u306E\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u63A5\u7D9A\u6210\u529F
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 '{0}' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\uFF01
|
||||
Function.FunctionName=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u540D {0}
|
||||
FunctionManager.PurePerl.Desc=\u30A8\u30AD\u30B9\u30D7\u30EC\u30C3\u30B7\u30E7\u30F3\u306E\u8A2D\u5B9A
|
||||
FunctionManager.PurePerl.ParaName=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
GroupByContextAction.groupContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
JavaFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3\uFF1A"{0}.{1}" \u30D1\u30FC\u30B9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u624B\u9806\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
JavaGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
|
||||
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedSaveTrust=\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059\:
|
||||
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
ListPreferencePage.RemoveButtonName=\u524A\u9664
|
||||
LogImageCacheAction.CacheImage=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\uFF1A
|
||||
LogImageCacheAction.CacheImageDesc=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\u306E\u8AAC\u660E\uFF1A
|
||||
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToInput.toolTipText=\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u304B\u3089\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u30B3\u30D4\u30FC
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u5168\u3066\u306E\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopySelectionToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.Message=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataDialog.SchemaModification=\u30B9\u30AD\u30FC\u30DE\u5909\u66F4
|
||||
MetadataDialog.TransferMessage=\u51FA\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
|
||||
MetadataEmfTableEditor.ColumnNameIsNullError=Error\uFF1A\u30AB\u30E9\u30E0\u540D\u304Cnull\u3067\u3059\u3002
|
||||
MetadataTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0 ''{0}'' \u306F\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTableEditor.ColumnNameIsNull=\u30A8\u30E9\u30FC\uFF1A\u30AB\u30E9\u30E0\u540D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTableEditorView.ColumnTitle=COLUMN
|
||||
MetadataTableEditorView.CommentTitle=\u30B3\u30E1\u30F3\u30C8
|
||||
MetadataTableEditorView.DBTypeTitle=DB\u30BF\u30A4\u30D7
|
||||
MetadataTableEditorView.DefaultTitle=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
MetadataTableEditorView.KeyTitle=\u30AD\u30FC
|
||||
MetadataTableEditorView.LengthTitle=\u9577\u3055
|
||||
MetadataTableEditorView.NullableTitle=\u30CC\u30EB\u53EF\u80FD
|
||||
MetadataTableEditorView.PatternTitle=\u30D1\u30BF\u30FC\u30F3(Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
|
||||
MetadataTableEditorView.TypleTitle=\u30BF\u30A4\u30D7
|
||||
MetadataTalendType.dbIdNotFound=DBMS ID\uFF1A {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\uFF01
|
||||
MetadataTalendType.DBMSNotSetted=DBMS\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
MetadataTalendTypeEditor.button.edit=\u7DE8\u96C6(E)
|
||||
MetadataTalendTypeEditor.button.export=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8 (&E)
|
||||
MetadataTalendTypeEditor.button.import=\u30A4\u30F3\u30DD\u30FC\u30C8 (&I)
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306E\u7DE8\u96C6
|
||||
MetadataTalendTypeEditor.error.message=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
MetadataTalendTypeEditor.fileIsImported=\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u30D5\u30A1\u30A4\u30EB\u540D\u306F 'mapping_' \u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044.
|
||||
MetadataTool.errorMessage=\u3053\u306E\u6587\u5B57\u306F\u5165\u529B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
|
||||
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
|
||||
MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
MetadataTool.nullValue=Null\u5024
|
||||
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
|
||||
NodeReturnProposal.Description=\u8AAC\u660E\: {0}
|
||||
PaletteContentDialog.connection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.hint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.lable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
Parameter.Name=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u540D
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH\:mm\:ss"
|
||||
PatternCalendar.example=\u4F8B\:
|
||||
PatternCalendar.pattern=\u30D1\u30BF\u30FC\u30F3\:
|
||||
PerlGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
PerspectiveMenuManager.dummy=\u30C0\u30DF\u30FC
|
||||
PerspectiveMenuManager.perspectiveLabel=\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6 (&P)
|
||||
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
|
||||
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
|
||||
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6
|
||||
PropertiesWizard.alreadyLockedByUser=\u3053\u306E\u9805\u76EE\u306F\u65E2\u306B\u30A8\u30C7\u30A3\u30BF\u3067\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u70BA\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u3068\u306A\u308A\u307E\u3059\u3002
|
||||
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
|
||||
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AF\u4FDD\u6709\u8005
|
||||
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
PropertiesWizardPage.EmptyDescWarning=\u8AAC\u660E\u306E\u7A7A\u767D\u306F\u907F\u3051\u3066\u4E0B\u3055\u3044\u3002
|
||||
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u306E\u7A7A\u767D\u306F\u907F\u3051\u3066\u4E0B\u3055\u3044\u3002
|
||||
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
PropertiesWizardPage.Name=\u540D\u524D
|
||||
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
PropertiesWizardPage.Path=\u30D1\u30B9
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=SELECT
|
||||
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
|
||||
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
|
||||
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=\u30B5\u30A4\u30BA\u304C 32x32 \u306E\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u4E2D...
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
|
||||
RepositoryToComponentProperty.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
RepositoryUpdateManager.Title=\u4FEE\u6B63
|
||||
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF\u4E2D...
|
||||
RepositoryUpdateManager.Messages=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.RenameContextTitle=\u8CEA\u554F\u306E\u540D\u79F0\u5909\u66F4
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
|
||||
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\:
|
||||
RoutinesFunctionProposal.Description=\u8AAC\u660E\uFF1A
|
||||
RoutinesFunctionProposal.ReturnType=\u623B\u308A\u5024\u306E\u578B\uFF1A
|
||||
RoutinesFunctionProposal.System=\u30B7\u30B9\u30C6\u30E0
|
||||
RoutinesFunctionProposal.User=\u30E6\u30FC\u30B6\u30FC
|
||||
RoutinesFunctionProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
|
||||
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB\:
|
||||
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
|
||||
SchemaCellEditor.giveSchemaName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
|
||||
SchemaCellEditor.inputName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaCellEditor.nameExistOrInvalid=\u540D\u524D\u304C\u91CD\u8907\u3057\u3066\u3044\u308B\u304B\u3001\u7121\u52B9\u306A\u540D\u524D\u3067\u3059\u3002
|
||||
SchemaCellEditor.schemaName=\u30B9\u30AD\u30FC\u30DE\u540D
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u306B\u5909\u66F4\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u5909\u66F4
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u3067\u4F5C\u6210\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u4F5C\u6210
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7DE8\u96C6
|
||||
SchemaOperationChoiceDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaOperationChoiceDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u7121\u52B9\u306A\u30B9\u30AD\u30FC\u30DE\u3001\u307E\u305F\u306F\u65E2\u306B\u5B58\u5728\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u3002
|
||||
SchemaOperationChoiceDialog.Title=\u30B9\u30AD\u30FC\u30DE
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
|
||||
SchemaXPathQuerysDialog.Mappings=\u30DE\u30C3\u30D4\u30F3\u30B0
|
||||
SelectRepositoryContextDialog.DeselectAll=\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
|
||||
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
|
||||
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 "{1}" \u306E\u5909\u6570 "{0}" \u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u8907\u8B66\u544A\uFF01
|
||||
SelectRepositoryContextDialog.ExistenceMessage=\u5909\u6570 "{0}" \u306F \u30B8\u30E7\u30D6(\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\:"{1}")\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
|
||||
SelectRepositoryContextDialog.SelectAll=\u3059\u3079\u3066\u9078\u629E
|
||||
SelectRepositoryContextDialog.ExpandAll=\u3059\u3079\u3066\u5C55\u958B
|
||||
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
|
||||
SelectRepositoryContextDialog.View=\u53C2\u7167\u2026
|
||||
SelectRepositoryContextGroupDialog.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8FFD\u52A0
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u30B3\u30F3\u30D1\u30AF\u30C8\u30D3\u30E5\u30FC
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u30C6\u30FC\u30D6\u30EB\u30D3\u30E5\u30FC
|
||||
TalendType.TypeName=\u30BF\u30A4\u30D7\u540D {0}
|
||||
VariableItemEditor.insertVariable=\u633F\u5165\u3068\u5909\u6570\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0\u30FC...
|
||||
VariableItemEditor.name=\u540D\u524D
|
||||
VariableItemEditor.new=\u65B0\u898F
|
||||
VariableItemEditor.remove=\u524A\u9664
|
||||
VariableItemEditor.twmplatePattern=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D1\u30BF\u30FC\u30F3\:
|
||||
VariableItemEditor.variable=\u5909\u6570\:
|
||||
VersionSection.CreationDate=\u4F5C\u6210\u65E5
|
||||
VersionSection.ModificationDate=\u4FEE\u6B63\u65E5\u4ED8
|
||||
VersionSection.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
XmlArray.InvalidFile=\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u5B8C\u5168\u3067\u3059\u3002
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=\u30B9\u30AD\u30FC\u30DEXPathQuerys
|
||||
XSDValidater.IllegalArgument=\u5165\u529Bxsd\u30D5\u30A1\u30A4\u30EB\u304C\u3001\u5B58\u5728\u3057\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
repository.businessProcess=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u56F3
|
||||
repository.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
repository.documentation=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.folder=\u30D5\u30A9\u30EB\u30C0
|
||||
repository.generated=\u751F\u6210\u3055\u308C\u305F
|
||||
repository.jobdoc=\u30B8\u30E7\u30D6\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
repository.jobletdoc=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
repository.joblets=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
repository.jobs=\u30B8\u30E7\u30D6
|
||||
repository.metadata=\u30E1\u30BF\u30C7\u30FC\u30BF
|
||||
repository.metadataConnections=DB\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.metadataConnections.alias=DB
|
||||
repository.headerFooterConnections=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
|
||||
repository.headerFooterConnections.alias=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
|
||||
repository.metadataFileEDCDIC=Copybook
|
||||
repository.metadataFileEDCDIC.alias=\u30B3\u30D4\u30FC\u30D6\u30C3\u30AF
|
||||
repository.metadataMDMConnections=Talend MDM
|
||||
repository.metadataMDMConnections.alias=Talend MDM
|
||||
repository.concept=\u30B3\u30F3\u30BB\u30D7\u30C8
|
||||
repository.metadataSAPConnections=SAP\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
repository.metadataSQLPatterns=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
repository.metadataSQLPatterns.alias=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
repository.metadataFileDelimited=\u533A\u5207\u308A\u8A18\u53F7\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileDelimited.alias=\u533A\u5207\u308A\u8A18\u53F7
|
||||
repository.metadataFileLdif=LDIF\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileLdif.alias=LDIF
|
||||
repository.metadataFileExcel=Excel\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileExcel.alias=EXCEL
|
||||
repository.metadataFilePositional=\u56FA\u5B9A\u9577\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFilePositional.alias=\u56FA\u5B9A\u9577
|
||||
repository.metadataFileRegexp=\u6B63\u898F\u8868\u73FE\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileRegexp.alias=\u6B63\u898F\u8868\u73FE
|
||||
repository.metadataFileXml=XML\u30D5\u30A1\u30A4\u30EB
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataGenericSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE
|
||||
repository.metadataGenericSchema.alias=\u6C4E\u7528
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataTable=\u30E1\u30BF\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE
|
||||
repository.metadataWSDLSchema=Web\u30B5\u30FC\u30D3\u30B9
|
||||
repository.metadataWSDLSchema.alias=Web\u30B5\u30FC\u30D3\u30B9
|
||||
repository.metadataFileRules=\u7D44\u307F\u8FBC\u307F\u30EB\u30FC\u30EB
|
||||
repository.metadataFileRules.alias=RULE
|
||||
repository.metadataFileHL7=HL7
|
||||
repository.metadataFileHL7.alias=HL7
|
||||
repository.metadataFileFTP=ftp
|
||||
repository.metadataFileFTP.alias=ftp
|
||||
repository.metadataLinkFileRules=\u30EA\u30F3\u30AF\u30EB\u30FC\u30EB
|
||||
repository.metadataLinkFileRules.alias=LinkRule
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.metadataSalesforceSchema.alias=Salesforce CRM
|
||||
repository.process=\u30B8\u30E7\u30D6
|
||||
repository.query=\u30AF\u30A8\u30EA
|
||||
repository.CDC=CDC
|
||||
repository.svnroot=SVN
|
||||
repository.referencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
|
||||
repository.routines=\u30EB\u30FC\u30C1\u30F3
|
||||
repository.snippets=\u30B9\u30CB\u30DA\u30C3\u30C8
|
||||
repository.tdqelement=TDQ\u8981\u7D20
|
||||
repository.tdqelement.analysis=TDQ\u5206\u6790
|
||||
repository.tdqelement.report=TDQ Reports
|
||||
repository.tdqelement.dbconnection=TDQ DB\u63A5\u7D9A\u5B9A\u7FA9
|
||||
repository.tdqelement.mdmconnection=TDQ MDM Connections
|
||||
repository.tdqelement.businessrule=TDQ Business Rules
|
||||
repository.tdqelement.indicator=TDQ Indicators
|
||||
repository.tdqelement.pattern=TDQ Patterns
|
||||
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
|
||||
EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
|
||||
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
EUpdateItemType.SAPIDoc=SAP iDoc
|
||||
EUpdateItemType.Query=\u30AF\u30A8\u30EA
|
||||
EUpdateItemType.Variable=\u5909\u6570
|
||||
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
EUpdateItemType.Components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
EUpdateItemType.Name=\u540D\u524D
|
||||
EUpdateItemType.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EUpdateResult.BuiltIn=\u30D3\u30EB\u30C9\u30A4\u30F3\u30E2\u30FC\u30C9\u3078\u5909\u66F4
|
||||
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u306E\u66F4\u65B0
|
||||
EUpdateResult.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u66F4\u65B0
|
||||
EUpdateResult.Reload=\u30B3\u30F3\u30DD\u30CD\u30F3\u30C8\u3092\u30EA\u30ED\u30FC\u30C9
|
||||
EUpdateResult.Rename=\u540D\u524D\u3092\u5909\u66F4
|
||||
EUpdateResult.Add=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u8FFD\u52A0
|
||||
EUpdateResult.Delete=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u524A\u9664
|
||||
UpdatesConstants.Context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
UpdatesConstants.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
UpdatesConstants.Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
UpdatesConstants.Joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
UpdatesConstants.Job=\u30B8\u30E7\u30D6
|
||||
UpdatesConstants.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
ProjectSettingsWizard.EditProjectPageTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u7DE8\u96C6
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9ANULL
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u30C7\u30FC\u30BF\u578B\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u30D6\u30FC\u30EB\u578B
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=\u5341\u9032\u6570\u578B
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8\u578B
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.innerLabel=\u5185\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.selectLabel=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
ModuleListCellEditor.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
|
||||
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u30d5\u30a1\u30a4\u30eb \uff08&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7de8\u96c6 \uff08&E)
|
||||
ApplicationActionBarAdvisor.navigateLabel=\u30ca\u30d3\u30b2\u30fc\u30c8 (&N)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u79fb\u52d5 (&G)
|
||||
ApplicationActionBarAdvisor.projectLabel=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \uff08&P)
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u30a6\u30a4\u30f3\u30c9\u30a6 \uff08&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u30d8\u30eb\u30d7 \uff08&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u306E\u4F4D\u7F6E\u5408\u308F\u305B
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top= \u4E0A
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u4E0B
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
|
||||
ConnectionBean.Local=\u30ED\u30FC\u30AB\u30EB
|
||||
ConnectionBean.DefaultConnection=\u30C7\u30D5\u30A9\u30EB\u30C8\u63A5\u7D9A
|
||||
InegerCellEditorListener.NegativeNumberMessage={0} \u306E\u5024\u306F\u8CA0\u6570\u306B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
InegerCellEditorListener.NumeralMessage={0} \u306E\u5024\u306F\u6570\u5024\u306B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
OpenXSDFileDialog.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
OpenXSDFileDialog.confirm=\u78BA\u8A8D
|
||||
OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D \:
|
||||
OpenXSDFileDialog.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
repository.metadataFileBRMS=BRMS
|
||||
repository.metadataFileBRMS.alias=BRMS
|
||||
repository.jobscript=\u30B8\u30E7\u30D6\u30B9\u30AF\u30EA\u30D7\u30C8
|
||||
repository.column=COLUMN
|
||||
repository.recyclebin=\u3054\u307F\u7BB1
|
||||
repository.metadataColumn=\u30E1\u30BF\u30C7\u30FC\u30BF\u30AB\u30E9\u30E0
|
||||
EComponentCategory.validationRules=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
repository.metadataValidationRules=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
repository.metadataValidationRules.alias=VR
|
||||
EUpdateItemType.ValidationRule=\u691C\u8A3C\u30EB\u30FC\u30EB
|
||||
RepositoryContentProvider.repositoryLabel.Queries=\u30AF\u30A8\u30EA
|
||||
RepositoryContentProvider.repositoryLabel.sapFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
repository.routes=\u30EB\u30FC\u30C8
|
||||
repositorymetadataEDIFact=UN/EDIFACT
|
||||
repositorymetadataEDIFact.alias=UN/EDIFACT
|
||||
repository.beans=Beans
|
||||
EConnectionType.route=\u30EB\u30FC\u30C8
|
||||
EConnectionType.when=When
|
||||
EConnectionType.otherwise=Otherwise
|
||||
EConnectionType.try=Try
|
||||
EConnectionType.catch=Catch
|
||||
EConnectionType.finally=Finally
|
||||
EConnectionType.endblock=Route
|
||||
repository.code=\u30B3\u30FC\u30C9
|
||||
repository.service=\u30B5\u30FC\u30D3\u30B9
|
||||
ConnectionBean.Remote=\u30EA\u30E2\u30FC\u30C8
|
||||
EComponentCategory.availableExtensions=\u5229\u7528\u53EF\u80FD\u306A\u62E1\u5F35\u6A5F\u80FD
|
||||
EComponentCategory.downloadedExtensions=\u62E1\u5F35\u6A5F\u80FD\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
|
||||
EComponentCategory.myExtensions=\u30E6\u30FC\u30B6\u30FC\u62E1\u5F35\u6A5F\u80FD
|
||||
TalendDataCollectorPreferencePage_EnableCapture=\u30AD\u30E3\u30D7\u30C1\u30E3\u306E\u6709\u52B9\u5316
|
||||
TalendDataCollectorPreferencePage_Description=\u305D\u306E\u76EE\u7684\u306F\u3001\u30E6\u30FC\u30B6\u53CA\u3073\u7D44\u7E54\u304C\u3001\u958B\u767A\u8005\u304C\u3069\u306E\u3088\u3046\u306BTalend\u88FD\u54C1\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u304B\u3092\u3088\u308A\u7406\u89E3\u3059\u308B\u306E\u306B\u5F79\u7ACB\u3064\u3088\u3046\u3001\u30C7\u30FC\u30BF\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u3067\u3059\u3002
|
||||
TalendDataCollectorPreviewPreferencePage_Description=\u4EE5\u4E0B\u306E\u30AD\u30FC/\u5024\u306FUsage Data Collector\u306B\u3066\u53D6\u5F97\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
TalendDataCollectorPreviewPreferencePage_EmptyValue=<\u7A7A>
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u30AD\u30FC
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u5024
|
||||
TalendDataCollectorUploadingPreferencePage_Description=Usage Data Collector\u3067\u53CE\u96C6\u3055\u308C\u305F\u60C5\u5831\u306F\u5B9A\u671F\u7684\u306BTalend\u3067\u30DB\u30B9\u30C8\u3055\u308C\u305F\u30B5\u30FC\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
|
||||
TalendDataCollectorUploadingPreferencePage_LastUpload=\u6700\u7D42\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
|
||||
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
|
||||
TalendDataCollectorUploadingPreferencePage_UploadPeriod=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u671F\u9593
|
||||
repository.servicesOperation=\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3
|
||||
repository.servicesPort=\u30DD\u30FC\u30C8
|
||||
RepositoryUpdateManager.MessagesForTDQ=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u5931\u308F\u308C\u308B\u60C5\u5831\u306B\u4F9D\u5B58\u3057\u3066\u3044\u308B\u5206\u6790\u753B\u5B58\u5728\u3057\u307E\u3059\u3002\n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
EComponentCategory.executeJob=\u30B8\u30E7\u30D6\u5B9F\u884C
|
||||
EComponentCategory.monitoring=\u30E2\u30CB\u30BF
|
||||
BinRepositoryNode.label=\u3054\u307F\u7BB1
|
||||
EMetadataEncoding.Latin9=\u30E9\u30C6\u30F39
|
||||
HCAT=HCAT
|
||||
EConnectionType.startsMenu=\u958B\u59CB
|
||||
MetadataTalendTypeEditor.column.Name=\u30E1\u30BF\u30C7\u30FC\u30BF\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB
|
||||
PigProposalProvider.defaultUDFDescription=\u30AB\u30C6\u30B4\u30EA\u5185\u306B\u30E6\u30FC\u30B6\u30FC\u5B9A\u7FA9\u95A2\u6570\u304C\u3042\u308A\u307E\u305B\u3093\u3002Pig\u30E6\u30FC\u30B6\u30FC\u5B9A\u7FA9\u95A2\u6570\u306E\u4F5C\u6210\u304C\u53EF\u80FD\u3067\u3059\u3002
|
||||
MetadataDialog.NeedDoGuessQuery=\u30AF\u30A8\u30EA\u306E\u63A8\u6E2C\u304C\u5FC5\u8981\u3067\u3059\uFF01
|
||||
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=DB\u30BF\u30A4\u30D7\u3092\u30EA\u30BB\u30C3\u30C8
|
||||
CreateRuleDialog.conditionLabel=\u6761\u4EF6\u5F0F
|
||||
CreateRuleDialog.groupLabel=\u30EB\u30FC\u30EB\u306E\u4F5C\u6210
|
||||
CreateRuleDialog.messageLabel=\u65B0\u898F\u30EB\u30FC\u30EB\u306E\u4F5C\u6210
|
||||
CreateRuleDialog.nameLabel=\u540D\u524D
|
||||
CreateRuleDialog.title=\u65B0\u898F\u30EB\u30FC\u30EB\u3092\u8FFD\u52A0
|
||||
SchemaOperationChoiceDialog.newViewSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u53C2\u7167
|
||||
ContextAddParameterCommand.label=\u8FFD\u52A0\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
|
||||
ContextChangeDefaultCommand.label=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u66F4
|
||||
ContextRemoveParameterCommand.label=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u3092\u524A\u9664
|
||||
ContextRenameParameterCommand.renameParameter=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u540D\u3092\u5909\u66F4
|
||||
ContextModifyCommand.label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u7DE8\u96C6
|
||||
ArchiveFileExportOperationFullPath.cannotCreateDir='{0}'\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
|
||||
MetadataExportXmlCommand.title=\u8B66\u544A
|
||||
MetadataExportXmlCommand.message=\u30D5\u30A1\u30A4\u30EB\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002\u4E0A\u66F8\u304D\u3057\u307E\u3059\u304B\uFF1F
|
||||
WorkbenchMessages.FilteredTree_ClearToolTip=\u30AF\u30EA\u30A2
|
||||
ContextTreeValuesComposite.Menu=\u30E1\u30CB\u30E5\u30FC
|
||||
@@ -1,53 +0,0 @@
|
||||
ComponentsFormatPreferencePage.add=Toevoegen
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Fout
|
||||
ComponentToRepositoryProperty.error=Fout
|
||||
ContextProcessSection.29=Fout
|
||||
ContextProcessSection.49=Standaard Context
|
||||
ContextProcessSection.6=Nieuwe Context
|
||||
ContextProcessSection.7=Naam voor nieuwe Context
|
||||
ContextProcessSection.errorTitle=Fout
|
||||
ConextTableValuesComposite.nameLabel=Naam
|
||||
ContextSetConfigurationDialog.nameNotValid=Ongeldige naam
|
||||
ContextTemplateComposite.CommentLabel=Opmerking
|
||||
ContextTemplateComposite.nameLabel=Naam
|
||||
ContextTemplateComposite.sourceLabel=Bron
|
||||
ContextTreeConstants.contextName=Context
|
||||
EComponentCategory_assignment=Toewijzing
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_properties=Eigenschappen
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_version=Versie
|
||||
MetadataTableEditorView.CommentTitle=Opmerking
|
||||
ProcessorUtilities.finalizeBuild=Bouwen afronden...
|
||||
ProcessorUtilities.generatingJob=Job genereren
|
||||
ProcessorUtilities.loadingJob=Job laden...
|
||||
PropertiesWizardPage.Name=Naam
|
||||
PropertiesWizardPage.Version=Versie
|
||||
RoutinesFunctionProposal.User=Gebruiker
|
||||
VariableItemEditor.name=Naam
|
||||
VariableItemEditor.new=Nieuw
|
||||
VersionSection.CreationDate=Creatie Datum
|
||||
VersionSection.ModificationDate=Wijzigings Datum
|
||||
VersionSection.Version=Versie
|
||||
XmlArray.InvalidFile=Ongeldig bestand
|
||||
XSDValidater.IllegalArgument=De input xsd file bestaat niet.
|
||||
repository.concept=Concept
|
||||
EUpdateItemType.Name=Naam
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.ContextGroup=Context Groep
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Bestand
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigeer
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Ga naar
|
||||
ApplicationActionBarAdvisor.projectLabel=&Project
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Venster
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Help
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Tekst uitlijning
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontaal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Verticaal
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centreer
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centreer
|
||||
ConnectionBean.Local=Lokaal
|
||||
ConnectionBean.DefaultConnection=Standaard verbinding
|
||||
EConnectionType.when=When
|
||||
@@ -1,159 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} nie istnieje.
|
||||
AbstractItemMigrationTask.taskFailed=Zadanie migracji {0} nie powiod\u0142o si\u0119 na obiekcie {1}
|
||||
ComponentsFormatPreferencePage.add=Dodaj
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Nazwa "{0}" niepoprawna.
|
||||
ComponentsFormatPreferencePage.formatConnection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
ComponentsFormatPreferencePage.formatHint=Domy\u015Blny format podpowiedzi:
|
||||
ComponentsFormatPreferencePage.formatLable=Domy\u015Blny format etykiety:
|
||||
ComponentsFormatPreferencePage.ErrorTitle=B\u0141\u0104D
|
||||
ComponentToRepositoryProperty.error=B\u0141\u0104D
|
||||
ContextComposite.tableValue=Warto\u015Bci jako tabela
|
||||
ContextComposite.treeValue=Warto\u015Bci jako drzewo
|
||||
ContextValueErrorChecker.ErrorTitile=B\u0142\u0105d warto\u015Bci konetekstu:
|
||||
ContextParameterProposal.NoCommentAvaiable=Komentarz nie jest dost\u0119pny.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.2=Pyta\u0107 o potwierdzenie?
|
||||
ContextProcessSection.29=B\u0141\u0104D
|
||||
ContextProcessSection.4=Dodaj nowy kontekst na podst. ->(
|
||||
ContextProcessSection.49=Domy\u015Blny kontekst
|
||||
ContextProcessSection.6=Nowy kontekst
|
||||
ContextProcessSection.7=Nadaj nazw\u0119 nowemu kontekstowi
|
||||
ContextProcessSection.ParameterNameIsNotValid=Nazwa parametru niepoprawna.
|
||||
ContextProcessSection.RemoveInformation={0} to domy\u015Blny kontekst i nie mo\u017Ce by\u0107 usuni\u0119ty.
|
||||
ContextProcessSection.errorTitle=B\u0141\u0104D
|
||||
ConextTableValuesComposite.nameLabel=Nazwa
|
||||
ConextTemplateComposite.OrderMessages=Je\u015Bli chcesz zmieni\u0107 kolejno\u015B\u0107 zmiennych musz\u0105 by\u0107 one zaznaczone
|
||||
ConextTemplateComposite.OrderText=Orginalna kolejno\u015B\u0107
|
||||
ContextSetConfigurationDialog.nameNotValid=nazwa niepoprawna
|
||||
ContextTemplateComposite.CommentLabel=Komentarz
|
||||
ContextTemplateComposite.nameLabel=Nazwa
|
||||
ContextTemplateComposite.scriptCodeLabel=Kod skryptowy
|
||||
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
|
||||
ContextTemplateComposite.typeLabel=Typ
|
||||
ContextTreeConstants.contextName=Contekst
|
||||
ContextTreeConstants.valueName=Warto\u015B\u0107
|
||||
ContextTreeConstants.variableName=Zmienna
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Dodaj do kontekstu repozytorium
|
||||
CorePreferencePage.componentDefaultFileDirectory=Domy\u015Blna \u015Bcie\u017Cka pliku komponentu
|
||||
CorePreferencePage.groupBySource="Group by source" w kontek\u015Bcie
|
||||
CorePreferencePage.iReportPath=\u015Bcie\u017Cka iReport
|
||||
CorePreferencePage.alwaysWelcome=Zawsze pokazuj widok pocz\u0105tkowy na starcie
|
||||
CorePreferencePage.javaInterpreter=Interpreter &Java
|
||||
CorePreferencePage.perlInterpreter=Interpreter Perl
|
||||
CorePreferencePage.previewLimit=Limit podgl\u0105du
|
||||
CorePreferencePage.runInMultiThread=Wykonanie wielow\u0105tkowe (warto\u015B\u0107 domy\u015Blna przy tworzeniu pracy)
|
||||
CorePreferencePage.temporaryFiles=Pliki &tymczasowe
|
||||
DbTableSelectorDialog.textContent=Wybierz nazw\u0119 tabeli
|
||||
ECodeLanguage.unknowLanguage=Nieznany j\u0119zyk
|
||||
EComponentCategory_appearance=Wygl\u0105d
|
||||
EComponentCategory_assignment=Przypisanie
|
||||
EComponentCategory_context=Contekst
|
||||
EComponentCategory_doc=Dokuemntacja
|
||||
EComponentCategory_main=G\u0142ówny
|
||||
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
|
||||
EComponentCategory_sqlTemplate=Wzorzec SQL
|
||||
EComponentCategory_statsAndLogs=Statystyki i logi
|
||||
EComponentCategory_technical=Techniczne
|
||||
EComponentCategory_version=Wersja
|
||||
EComponentCategory_view=Widok
|
||||
EConnectionType.iteratorMenu=Iteracja
|
||||
EConnectionType.mainMenu=G\u0142ówny
|
||||
EConnectionType.onComponentErrorMenu=Po b\u0142\u0119dzie komponentu
|
||||
EConnectionType.onComponentOkMenu=Je\u015Bli komponent OK
|
||||
EConnectionType.runAfterMenu=Uruchom po
|
||||
EConnectionType.runIfMenu=Uruchom je\u015Bli
|
||||
EConnectionType.tableMenu=Tabela
|
||||
EConnectionType.mergeMenu=Z\u0142\u0105cz
|
||||
EConnectionType.synchronize=Synchronizuj
|
||||
EMetadataEncoding.Arabic=Arabski
|
||||
EMetadataEncoding.Cyrillic=Cyrylica
|
||||
EMetadataEncoding.EUC_CN=Prosty chi\u0144ski (Rozszerzony Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Standardowy narodowy chi\u0144ski
|
||||
EMetadataEncoding.GB2312=Chi\u0144ski
|
||||
EMetadataEncoding.Greek=Grecki
|
||||
EMetadataEncoding.Hebrew=Hebrajski
|
||||
EMetadataEncoding.Latin1=Latin1(Zach Europa)
|
||||
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
|
||||
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
|
||||
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
|
||||
EMetadataEncoding.Latin5=Latin5(Turcja)
|
||||
EMetadataEncoding.Latin6=Latin6(Nordycki)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder typu {0} nie znaleziony.
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schemat nie istnieje w bazie danych
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Po\u0142\u0105czenie udane
|
||||
MetadataTableEditorView.ColumnTitle=Kolumna
|
||||
MetadataTableEditorView.CommentTitle=Komentarz
|
||||
MetadataTableEditorView.LengthTitle=D\u0142ugo\u015B\u0107
|
||||
MetadataTableEditorView.PrecisionTitle=Precyzja
|
||||
MetadataTableEditorView.TypleTitle=Typ
|
||||
MetadataTalendTypeEditor.error.message=Wiadomo\u015B\u0107 b\u0142\u0119du
|
||||
PaletteContentDialog.connection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
PaletteContentDialog.hint=Domy\u015Blny format podpowiedzi:
|
||||
PaletteContentDialog.lable=Domy\u015Blny format etykiety:
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Name=Nazwa
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Wersja
|
||||
RoutinesFunctionProposal.User=U\u017Cytkownik
|
||||
SchemaOperationChoiceDialog.Title=Schemat
|
||||
SelectRepositoryContextDialog.SelectAll=Zaznacz wszystko
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=widok tabeli
|
||||
TalendType.TypeName=Nazwa typu {0}
|
||||
VariableItemEditor.name=Nazwa
|
||||
VariableItemEditor.new=Nowy
|
||||
VariableItemEditor.variable=Zmienne:
|
||||
VersionSection.CreationDate=Data utworzenia
|
||||
VersionSection.ModificationDate=Data modyfikacji
|
||||
VersionSection.Version=Wersja
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Niepoprawny plik.
|
||||
XSDValidater.IllegalArgument=wej\u015Bciowy plik xds nie istnieje.
|
||||
repository.documentation=Dokuemntacja
|
||||
repository.SAPFunction=SAP Funkcja
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.query=Zapytanie
|
||||
EUpdateItemType.Property=W\u0142a\u015Bciwo\u015B\u0107
|
||||
EUpdateItemType.Schema=Schemat
|
||||
EUpdateItemType.SAPFunction=SAP Funkcja
|
||||
EUpdateItemType.Query=Zapytanie
|
||||
EUpdateItemType.Variable=Zmienna
|
||||
EUpdateItemType.Components=Komponenty
|
||||
EUpdateItemType.Name=Nazwa
|
||||
EUpdateResult.BuiltIn=Zmie\u0144 na tryb wbudowany
|
||||
EUpdateResult.Update=Aktualizuj z repozytorium
|
||||
EUpdateResult.Reload=Prze\u0142aduj komponenty
|
||||
EUpdateResult.Rename=Zmie\u0144 nazw\u0119
|
||||
EUpdateResult.Delete=Usu\u0144 z repozytorium
|
||||
UpdatesConstants.Context=Contekst
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=Ci\u0105g znaków
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Plik
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edycja
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Nawigacja
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Id\u017A do
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projekt
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Okno
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=góra
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
|
||||
ConnectionBean.Local=Lokalne
|
||||
ConnectionBean.DefaultConnection=Po\u0142\u0105czenie domy\u015Blne
|
||||
OpenXSDFileDialog.confirm=Potwierd\u017A
|
||||
repository.column=Kolumna
|
||||
repository.metadataColumn=Kolumna metadanych
|
||||
repository.code=Kod
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Warto\u015B\u0107
|
||||
repository.servicesOperation=Operacja
|
||||
repository.servicesPort=Port
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
@@ -1,130 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Diretório {0} não existe.
|
||||
AbstractItemMigrationTask.taskFailed=Tarefa de migração {0} falhou no item {1}
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColumnNameChangedExt.columnChanged=Nodo: Coluna {0} alterada: {1}->{2}
|
||||
ComponentsFormatPreferencePage.add=Adicionar
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=O nome "{0}" não é válido.
|
||||
ComponentsFormatPreferencePage.formatConnection=Configurar padrão de conexão:\n
|
||||
ComponentsFormatPreferencePage.formatHint=Configurar padrão da dica:
|
||||
ComponentsFormatPreferencePage.formatLable=Configurar padrão do label:
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Erro
|
||||
ComponentToRepositoryProperty.error=Erro
|
||||
ContextComposite.tableValue=Tabela de Valores
|
||||
ContextComposite.treeValue=Árvore de valores
|
||||
ContextValueErrorChecker.ErrorTitile=Erro no valor do contexto:
|
||||
ContextParameterProposal.NoCommentAvaiable=Sem comentário disponível.
|
||||
ContextProcessSection.1=Tabela menu
|
||||
ContextProcessSection.12=Renomear contexto
|
||||
ContextProcessSection.13=Dê um novo nome para o contexto {0}
|
||||
ContextProcessSection.2=Perguntar para confirmação?
|
||||
ContextProcessSection.29=Erro
|
||||
ContextProcessSection.4=Adicionar novo contexto baseado em ->(
|
||||
ContextProcessSection.49=Contexto padrão
|
||||
ContextProcessSection.6=Novo contexto
|
||||
ContextProcessSection.7=Dê um nome para o novo contexto
|
||||
ContextProcessSection.ParameterNameIsNotValid=Nome parâmetro não é válido.
|
||||
ContextProcessSection.RemoveInformation={0} é contexto padrão, ele não poder ser removido.
|
||||
ContextProcessSection.errorTitle=Erro
|
||||
ConextTableValuesComposite.nameLabel=Nome
|
||||
ConextTemplateComposite.OrderMessages=Se você quiser reordenar as variáveis, elas devem estar selecionados
|
||||
ConextTemplateComposite.OrderText=Ordem original
|
||||
ContextSetConfigurationDialog.nameNotValid=O nome não é válido
|
||||
ContextTemplateComposite.CommentLabel=Comentário
|
||||
ContextTemplateComposite.nameLabel=Nome
|
||||
ContextTemplateComposite.scriptCodeLabel=Script código
|
||||
ContextTemplateComposite.sourceLabel=Fonte
|
||||
ContextTreeConstants.contextName=Contexto
|
||||
ContextTreeConstants.promptName=Limite
|
||||
ContextTreeConstants.valueName=Valor
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Adicionar ao contexto do repositório
|
||||
CorePreferencePage.iReportPath=Caminho do iReport
|
||||
CorePreferencePage.javaInterpreter=Intérpreter &Java
|
||||
CorePreferencePage.previewLimit=Multi Thread executando (Criar valor default para Job)
|
||||
CorePreferencePage.runInMultiThread=Multi Thread execution (Criar valor default para o job)
|
||||
CorePreferencePage.temporaryFiles=Arquivos temporários
|
||||
DbTableSelectorDialog.textContent=Selecione nome da tabela
|
||||
ECodeLanguage.unknowLanguage=Idioma desconhecido
|
||||
EComponentCategory_appearance=Aparência
|
||||
EComponentCategory_assignment=Atribuição
|
||||
EComponentCategory_context=Contexto
|
||||
EComponentCategory_doc=Documentação
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Propriedades
|
||||
EComponentCategory_sqlTemplate=Template SQL
|
||||
EComponentCategory_technical=Técnico
|
||||
EComponentCategory_version=Versão
|
||||
EComponentCategory_view=Visão
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=Erro no componente
|
||||
EConnectionType.onComponentOkMenu=Componente ok
|
||||
EConnectionType.tableMenu=Tabela
|
||||
EConnectionType.onRowsEndMenu=Última linha
|
||||
EConnectionType.synchronize=Sincronizar
|
||||
EMetadataEncoding.Arabic=Arábico
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Chinês simplificado (Extensão Unix Code - CN)
|
||||
EMetadataEncoding.GB18030=Chinês nacional padrão
|
||||
EMetadataEncoding.GB2312=Chinês
|
||||
EMetadataEncoding.Greek=Grego
|
||||
EMetadataEncoding.Hebrew=Hebreu
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Esquema não esta presente na base de dados
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Conectado com sucesso
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' não encontrado
|
||||
Function.FunctionName=Nome da função {0}
|
||||
MetadataTableEditorView.CommentTitle=Comentário
|
||||
MetadataTalendTypeEditor.error.message=Mensagem de erro
|
||||
PaletteContentDialog.connection=Configurar padrão de conexão:\n
|
||||
PaletteContentDialog.hint=Configurar padrão da dica:
|
||||
PaletteContentDialog.lable=Configurar padrão do label:
|
||||
Parameter.Name=Nome Parâmetro
|
||||
PatternCalendar.dateFormat="aaaa-MM-dd HH:mm:ss"
|
||||
PatternCalendar.pattern=Padrão:
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspectiva
|
||||
PropertiesWizardPage.Name=Nome
|
||||
PropertiesWizardPage.Version=Versão
|
||||
SelectRepositoryContextDialog.DeselectAll=Remover seleção de Todos
|
||||
SelectRepositoryContextDialog.SelectAll=Selecionar tudo
|
||||
VariableItemEditor.name=Nome
|
||||
VersionSection.Version=Versão
|
||||
XmlArray.InvalidFile=Arquivo Inválido
|
||||
XSDValidater.IllegalArgument=O arquivo XSD de entrada não existe.
|
||||
repository.documentation=Documentação
|
||||
repository.jobdoc=Documentação do Job
|
||||
repository.jobletdoc=Documentação do Joblet
|
||||
repository.concept=Conceito
|
||||
repository.referencedProjects=Projetos referenciados
|
||||
EUpdateItemType.Name=Nome
|
||||
EUpdateResult.Update=Atualizar repositório
|
||||
EUpdateResult.Reload=Re-Carregar componentes
|
||||
EUpdateResult.Rename=Alterar o nome
|
||||
EUpdateResult.Delete=Deletar o repositório
|
||||
UpdatesConstants.Context=Contexto
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Editar um Projeto
|
||||
MultiStringSelectionDialog.nameEmpty=Nome não pode ser vazio
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Arquivo
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Editar
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navegar
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Ir para
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projeto
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Janela
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Ajuda
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Alinhamento de Texto
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centro
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=superior
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=inferior
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centro
|
||||
ConnectionBean.Local=Local
|
||||
ConnectionBean.DefaultConnection=Conexão padrão
|
||||
OpenXSDFileDialog.cancel=Cancela
|
||||
repository.code=Código
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Valor
|
||||
repository.servicesPort=Porta
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
@@ -1,49 +0,0 @@
|
||||
ComponentsFormatPreferencePage.add=Adauga
|
||||
ContextComposite.variable=Variabile
|
||||
ConextTableValuesComposite.nameLabel=Nume
|
||||
ContextTemplateComposite.CommentLabel=Comentarii
|
||||
ContextTemplateComposite.nameLabel=Nume
|
||||
ContextTemplateComposite.sourceLabel=Surs\u0103
|
||||
ContextTemplateComposite.typeLabel=Tip
|
||||
ContextTreeConstants.valueName=Parola
|
||||
ContextTreeConstants.variableName=Variabil
|
||||
EComponentCategory_assignment=Afectare
|
||||
EComponentCategory_properties=Proprietati
|
||||
EComponentCategory_version=Versiune
|
||||
EComponentCategory_view=Vizualizeaza
|
||||
MetadataTableEditorView.ColumnTitle=Coloana
|
||||
MetadataTableEditorView.CommentTitle=Comentarii
|
||||
MetadataTableEditorView.KeyTitle=Cheie
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.TypleTitle=Tip
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Locker=Lacat
|
||||
PropertiesWizardPage.Name=Nume
|
||||
PropertiesWizardPage.Status=Stare
|
||||
PropertiesWizardPage.Version=Versiune
|
||||
RoutinesFunctionProposal.User=Utilizator
|
||||
SelectRepositoryContextDialog.CollapseAll=Strange Tot
|
||||
SelectRepositoryContextDialog.ExpandAll=Extinde tot
|
||||
VariableItemEditor.insertVariable=Insereaza loc pentru &Variable ...
|
||||
VariableItemEditor.name=Nume
|
||||
VariableItemEditor.new=Nou
|
||||
VariableItemEditor.twmplatePattern=Tipar \u015Fablon:
|
||||
VariableItemEditor.variable=Variabile:
|
||||
VersionSection.CreationDate=Data Crearii
|
||||
VersionSection.ModificationDate=Data Modificarii
|
||||
VersionSection.Version=Versiune
|
||||
VersionSection.Status=Stare
|
||||
XmlArray.InvalidFile=Fisier invalid
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=Schema XPathQuerys
|
||||
XSDValidater.IllegalArgument=fisierul de intrare xsd nu exista
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataWSDLSchema=Serviciu WEB
|
||||
repository.metadataWSDLSchema.alias=Serviciu WEB
|
||||
EUpdateItemType.Variable=Variabil
|
||||
EUpdateItemType.Name=Nume
|
||||
OpenXSDFileDialog.confirm=Confirma
|
||||
repository.column=Coloana
|
||||
EConnectionType.when=Atunci cand (WHEN)
|
||||
TalendDataCollectorPreviewPreferencePage_Key=Cheie
|
||||
TalendDataCollectorPreviewPreferencePage_Value=Parola
|
||||
repository.servicesPort=port
|
||||
@@ -1,189 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u041F\u0430\u043F\u043A\u0430 {0} \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043D\u0430.
|
||||
AbstractItemMigrationTask.taskFailed=\u0412 \u0437\u0430\u0434\u0430\u0447\u0435 \u043C\u0438\u0433\u0440\u0430\u0446\u0438\u0438 {0} \u043F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430 \u0432 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0435 {1}
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ComponentsFormatPreferencePage.add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=\u0418\u043C\u044F "{0}" \u043D\u0435 \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E.
|
||||
ComponentsFormatPreferencePage.formatConnection=\u0424\u043E\u0440\u043C\u0430\u0442 \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
ComponentsFormatPreferencePage.formatHint=\u0424\u043E\u0440\u043C\u0430\u0442 \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
ComponentsFormatPreferencePage.formatLable=\u0424\u043E\u0440\u043C\u0430\u0442 \u043C\u0435\u0442\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E:
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u041E\u0448\u0438\u0431\u043A\u0430
|
||||
ComponentToRepositoryProperty.error=\u041E\u0448\u0438\u0431\u043A\u0430
|
||||
ContextComposite.tableValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0432 \u0442\u0430\u0431\u043B\u0438\u0447\u043D\u043E\u043C \u0432\u0438\u0434\u0435
|
||||
ContextComposite.treeValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0432 \u0432\u0438\u0434\u0435 \u0434\u0435\u0440\u0435\u0432\u0430
|
||||
ContextComposite.variable=\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435
|
||||
ContextParameterProposal.Description=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u0435\u043B\u0438\u0447\u0438\u043D\u044B \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0435
|
||||
ContextParameterProposal.NoCommentAvaiable=\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D
|
||||
ContextProcessSection.12=\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
||||
ContextProcessSection.13=\u0417\u0430\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u0434\u043B\u044F \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430 {0}
|
||||
ContextProcessSection.2=\u041F\u043E\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435?
|
||||
ContextProcessSection.29=\u041E\u0448\u0438\u0431\u043A\u0430
|
||||
ContextProcessSection.4=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u0431\u0430\u0437\u0438\u0440\u0443\u044F\u0441\u044C \u043D\u0430 ->(
|
||||
ContextProcessSection.49=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=\u041D\u043E\u0432\u044B\u0439 \u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
||||
ContextProcessSection.7=\u0417\u0430\u0434\u0430\u0442\u044C \u0438\u043C\u044F \u0434\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0430
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u041D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430
|
||||
ContextProcessSection.RemoveInformation={0} - \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E, \u043E\u043D \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D.
|
||||
ContextProcessSection.errorTitle=\u041E\u0448\u0438\u0431\u043A\u0430
|
||||
ConextTableValuesComposite.nameLabel=\u0418\u043C\u044F
|
||||
ConextTemplateComposite.OrderMessages=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0441\u043B\u0438 \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043F\u0435\u0440\u0435\u0443\u043F\u043E\u0440\u044F\u0434\u043E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435
|
||||
ConextTemplateComposite.OrderText=\u0418\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A
|
||||
ContextSetConfigurationDialog.nameNotValid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F
|
||||
ContextTemplateComposite.CommentLabel=\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439
|
||||
ContextTemplateComposite.nameLabel=\u0418\u043C\u044F
|
||||
ContextTemplateComposite.scriptCodeLabel=\u041A\u043E\u0434 \u0441\u043A\u0440\u0438\u043F\u0442\u0430
|
||||
ContextTemplateComposite.sourceLabel=\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A
|
||||
ContextTemplateComposite.typeLabel=\u0422\u0438\u043F
|
||||
ContextTreeConstants.contextName=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
||||
ContextTreeConstants.valueName=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435
|
||||
ContextTreeConstants.variableName=\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u044F
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u041A\u0430\u0442\u0430\u043B\u043E\u0433 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0444\u0430\u0439\u043B\u043E\u0432 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432
|
||||
CorePreferencePage.groupBySource=\u0421\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0443 \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u0435
|
||||
CorePreferencePage.iReportPath=\u041F\u0443\u0442\u044C \u043A IReport
|
||||
CorePreferencePage.alwaysWelcome=\u041F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043E\u043A\u043D\u043E \u043F\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u044F
|
||||
CorePreferencePage.previewLimit=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435
|
||||
CorePreferencePage.temporaryFiles=&\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B
|
||||
DbTableSelectorDialog.textContent=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0442\u0430\u0431\u043B\u0438\u0446\u044B
|
||||
ECodeLanguage.unknowLanguage=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u044B\u0439 \u044F\u0437\u044B\u043A
|
||||
EComponentCategory_assignment=\u041D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
|
||||
EComponentCategory_context=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
||||
EComponentCategory_doc=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F
|
||||
EComponentCategory_properties=\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430
|
||||
EComponentCategory_sqlTemplate=\u0428\u0430\u0431\u043B\u043E\u043D SQL
|
||||
EComponentCategory_technical=\u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0435
|
||||
EComponentCategory_version=\u0412\u0435\u0440\u0441\u0438\u044F
|
||||
EConnectionType.runAfterMenu=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435
|
||||
EConnectionType.runIfMenu=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0435\u0441\u043B\u0438
|
||||
EConnectionType.tableMenu=\u0422\u0430\u0431\u043B\u0438\u0446\u0430
|
||||
EConnectionType.synchronize=\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
||||
EMetadataEncoding.Arabic=\u0410\u0440\u0430\u0431\u0441\u043A\u0438\u0439
|
||||
EMetadataEncoding.Cyrillic=\u041A\u0438\u0440\u0438\u043B\u043B\u0438\u0446\u0430
|
||||
EMetadataEncoding.GB18030=\u041A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439 \u043D\u0430\u0446\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442
|
||||
EMetadataEncoding.GB2312=\u041A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439
|
||||
EMetadataEncoding.Greek=\u0413\u0440\u0435\u0447\u0435\u0441\u043A\u0438\u0439
|
||||
EMetadataEncoding.Latin5=Latin5 (\u0422\u0443\u0440\u0435\u0446\u043A\u0438\u0439)
|
||||
EMetadataEncoding.UTF16=\u042E\u043D\u0438\u043A\u043E\u0434 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16LE=\u042E\u043D\u0438\u043A\u043E\u0434 (16 \u0431\u0438\u0442)
|
||||
EMetadataEncoding.UTF7=\u042E\u043D\u0438\u043A\u043E\u0434 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=\u042E\u043D\u0438\u043A\u043E\u0434 2.0 UTF-8
|
||||
Function.FunctionName=\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 {0}
|
||||
MetadataDialog.CopyToInput.toolTipText=\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u0442\u043E\u043B\u0431\u0446\u044B \u0438\u0437 \u0432\u044B\u0445\u043E\u0434\u043D\u043E\u0439 \u0441\u0445\u0435\u043C\u044B \u0432\u043E \u0432\u0445\u043E\u0434\u043D\u0443\u044E
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u0422\u0430\u043A\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 ''{0}'' \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 ''{0}''.
|
||||
MetadataTableEditorView.ColumnTitle=\u041A\u043E\u043B\u043E\u043D\u043A\u0430
|
||||
MetadataTableEditorView.CommentTitle=\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439
|
||||
MetadataTableEditorView.DBTypeTitle=\u0422\u0438\u043F \u0411\u0414
|
||||
MetadataTableEditorView.KeyTitle=\u041A\u043B\u044E\u0447
|
||||
MetadataTableEditorView.LengthTitle=\u0414\u043B\u0438\u043D\u0430
|
||||
MetadataTableEditorView.TypleTitle=\u0422\u0438\u043F
|
||||
MetadataTalendTypeEditor.fileIsImported=\u042D\u0442\u043E\u0442 \u0444\u0430\u0439\u043B \u0443\u0436\u0435 \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D.
|
||||
MetadataTool.invalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
|
||||
MetadataTool.invalidChar=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0441\u0438\u043C\u0432\u043E\u043B
|
||||
MetadataTool.nameNull=\u0418\u043C\u044F \u0441\u0445\u0435\u043C\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C.
|
||||
MetadataTool.nullValue=\u041F\u0443\u0441\u0442\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
|
||||
MetadataTool.schemaExist=\u0422\u0430\u043A\u043E\u0435 \u0438\u043C\u044F \u0441\u0445\u0435\u043C\u044B \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
|
||||
MetadataTool.schemaIn=\u041D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u0445\u0435\u043C\u044B.
|
||||
MetadataTool.schemaNull=\u0418\u043C\u044F \u0441\u0445\u0435\u043C\u044B \u043F\u0443\u0441\u0442\u043E\u0435.
|
||||
PaletteContentDialog.connection=\u0424\u043E\u0440\u043C\u0430\u0442 \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
PaletteContentDialog.hint=\u0424\u043E\u0440\u043C\u0430\u0442 \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
PaletteContentDialog.lable=\u0424\u043E\u0440\u043C\u0430\u0442 \u043C\u0435\u0442\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E:
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.pattern=\u041E\u0431\u0440\u0430\u0437\u0435\u0446
|
||||
PropertiesWizardPage.Author=\u0410\u0432\u0442\u043E\u0440
|
||||
PropertiesWizardPage.Description=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
||||
PropertiesWizardPage.Name=\u0418\u043C\u044F
|
||||
PropertiesWizardPage.Status=\u0421\u0442\u0430\u0442\u0443\u0441
|
||||
PropertiesWizardPage.Version=\u0412\u0435\u0440\u0441\u0438\u044F
|
||||
RepositoryUpdateManager.Title=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435
|
||||
RoutinesFunctionProposal.System=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
||||
RoutinesFunctionProposal.User=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C
|
||||
SchemaCellEditor.giveSchemaName=\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0438\u043C\u044F \u0441\u0445\u0435\u043C\u044B
|
||||
SchemaCellEditor.inputName=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043C\u044F
|
||||
SchemaCellEditor.nameExistOrInvalid=\u042D\u0442\u043E \u0438\u043C\u044F \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043B\u0438 \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E
|
||||
SchemaCellEditor.schemaName=\u0418\u043C\u044F \u0441\u0445\u0435\u043C\u044B
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0445\u0435\u043C\u0443 \u043D\u0430 \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u0443\u044E
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043D\u0430 \u0441\u0445\u0435\u043C\u0443 \u0438\u0437 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u044F
|
||||
SchemaOperationChoiceDialog.Title=\u0421\u0445\u0435\u043C\u0430
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0441\u0445\u0435\u043C\u0443 (\u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u0435\u043D\u0438\u0435).
|
||||
SelectRepositoryContextDialog.SelectAll=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435
|
||||
SelectRepositoryContextDialog.ExpandAll=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u0432\u0438\u0434
|
||||
VariableItemEditor.name=\u0418\u043C\u044F
|
||||
VariableItemEditor.new=\u041D\u043E\u0432\u044B\u0439
|
||||
VariableItemEditor.twmplatePattern=\u041E\u0431\u0440\u0430\u0437\u0435\u0446 \u0448\u0430\u0431\u043B\u043E\u043D\u0430
|
||||
VariableItemEditor.variable=\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435:
|
||||
VersionSection.CreationDate=\u0414\u0430\u0442\u0430 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F
|
||||
VersionSection.ModificationDate=\u0414\u0430\u0442\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F
|
||||
VersionSection.Version=\u0412\u0435\u0440\u0441\u0438\u044F
|
||||
VersionSection.Status=\u0421\u0442\u0430\u0442\u0443\u0441
|
||||
XmlArray.InvalidFile=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0444\u0430\u0439\u043B
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=\u0421\u0445\u0435\u043C\u0430 XPathQuerys
|
||||
XSDValidater.IllegalArgument=\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 XSD \u0444\u0430\u0439\u043B \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
|
||||
repository.context=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u044B
|
||||
repository.documentation=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F
|
||||
repository.jobs=\u0420\u0430\u0431\u043E\u0442\u044B
|
||||
repository.metadataFileEDCDIC=\u041A\u043E\u043F\u0438\u0431\u0443\u043A
|
||||
repository.metadataFileEDCDIC.alias=\u041A\u043E\u043F\u0438\u0431\u0443\u043A
|
||||
repository.concept=\u041F\u0440\u0438\u043D\u0446\u0438\u043F
|
||||
repository.metadataSAPConnections.alias=SAP
|
||||
repository.metadataFileXml.alias=XML
|
||||
repository.metadataLDAPSchema=LDAP
|
||||
repository.metadataLDAPSchema.alias=LDAP
|
||||
repository.metadataWSDLSchema=WSDL
|
||||
repository.metadataWSDLSchema.alias=WSDL
|
||||
repository.metadataSalesforceSchema=Salesforce
|
||||
repository.query=\u0417\u0430\u043F\u0440\u043E\u0441
|
||||
EUpdateItemType.Property=\u0421\u0412\u041E\u0419\u0421\u0422\u0412\u041E
|
||||
EUpdateItemType.Schema=\u0421\u0445\u0435\u043C\u0430
|
||||
EUpdateItemType.Query=\u0417\u0430\u043F\u0440\u043E\u0441
|
||||
EUpdateItemType.Variable=\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F
|
||||
EUpdateItemType.Components=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B
|
||||
EUpdateItemType.Name=\u0418\u043C\u044F
|
||||
EUpdateResult.Delete=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0438\u0437 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u044F
|
||||
UpdatesConstants.Context=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
||||
UpdatesConstants.Component=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430
|
||||
UpdatesConstants.Job=\u0420\u0430\u0431\u043E\u0442\u0430
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u0422\u0438\u043F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u0414\u043B\u0438\u043D\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u0422\u0438\u043F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u0414\u043B\u0438\u043D\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u043E\u043B\u0435\u0439 \u0441 \u043D\u0443\u043B\u0435\u0432\u044B\u043C\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F\u043C\u0438
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0432\u0441\u0435\u0445 \u043F\u043E\u043B\u0435\u0439
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u0414\u043B\u0438\u043D\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0438\u043F\u0430 \u0434\u0430\u0442\u044B
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=\u0414\u0430\u0442\u0430
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=\u0441\u043F\u0438\u0441\u043E\u043A
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&\u0424\u0430\u0439\u043B
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
||||
ApplicationActionBarAdvisor.navigateLabel=&\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F
|
||||
ApplicationActionBarAdvisor.gotoLabel=&\u041F\u0435\u0440\u0435\u0439\u0442\u0438
|
||||
ApplicationActionBarAdvisor.projectLabel=&\u041F\u0440\u043E\u0435\u043A\u0442
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&\u041E\u043A\u043D\u043E
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&\u041F\u043E\u043C\u043E\u0449\u044C
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u0412\u044B\u0440\u0430\u0432\u043D\u0438\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u043A\u0441\u0442\u0430
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u043E
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u043E
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u041F\u043E \u043B\u0435\u0432\u043E\u043C\u0443 \u043A\u0440\u0430\u044E
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u041F\u043E \u043F\u0440\u0430\u0432\u043E\u043C\u0443 \u043A\u0440\u0430\u044E
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=\u0412\u0435\u0440\u0445
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u043D\u0438\u0437
|
||||
ConnectionBean.Local=\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u043E
|
||||
ConnectionBean.DefaultConnection=\u0421\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
|
||||
OpenXSDFileDialog.cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
||||
OpenXSDFileDialog.confirm=\u041F\u043E\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C
|
||||
repository.column=\u041A\u043E\u043B\u043E\u043D\u043A\u0430
|
||||
repository.metadataColumn=\u0421\u0442\u043E\u043B\u0431\u0435\u0446 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445
|
||||
RepositoryContentProvider.repositoryLabel.Queries=\u0417\u0430\u043F\u0440\u043E\u0441\u044B
|
||||
EConnectionType.when=\u041A\u043E\u0433\u0434\u0430
|
||||
repository.code=\u041A\u043E\u0434
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u041A\u043B\u044E\u0447
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435
|
||||
repository.servicesPort=\u041F\u043E\u0440\u0442
|
||||
EMetadataEncoding.Latin9=latin9
|
||||
@@ -1,34 +0,0 @@
|
||||
ComponentsFormatPreferencePage.add=Ekle
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Hata
|
||||
ComponentToRepositoryProperty.error=Hata
|
||||
ContextProcessSection.29=Hata
|
||||
ContextProcessSection.errorTitle=Hata
|
||||
ConextTableValuesComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.nameLabel=Ad\u0131
|
||||
ContextTemplateComposite.sourceLabel=Kaynak
|
||||
ContextTemplateComposite.typeLabel=Tip
|
||||
EComponentCategory_appearance=Görünüm
|
||||
EComponentCategory_assignment=Atama
|
||||
EComponentCategory_properties=Özellikler
|
||||
EComponentCategory_version=Versiyon
|
||||
MetadataTableEditorView.TypleTitle=Tip
|
||||
PropertiesWizardPage.Description=Aç\u0131klama
|
||||
PropertiesWizardPage.Name=Ad\u0131
|
||||
PropertiesWizardPage.Version=Versiyon
|
||||
SchemaOperationChoiceDialog.Title=\u015Eema
|
||||
SelectRepositoryContextDialog.SelectAll=Tümünü Seç
|
||||
VariableItemEditor.name=Ad\u0131
|
||||
VersionSection.CreationDate=Olu\u015Fma Tarihi
|
||||
VersionSection.Version=Versiyon
|
||||
EUpdateItemType.Schema=\u015Eema
|
||||
EUpdateItemType.Name=Ad\u0131
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Dosya
|
||||
ApplicationActionBarAdvisor.menuEditLabel=Dü&zenle
|
||||
ApplicationActionBarAdvisor.navigateLabel=D&ola\u015F
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Git
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Yard\u0131m
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Yatay
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Orta
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Orta
|
||||
RepositoryContentProvider.repositoryLabel.Queries=Sorgular
|
||||
repository.servicesPort=Port
|
||||
@@ -1,263 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939{0}\u4E0D\u5B58\u5728.
|
||||
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB{0}\u9879\u76EE\u5931\u8D25{1}
|
||||
ColumnNameChangedExt.columnChanged=\u7ED3\u70B9: {0} \u5217\u6539\u53D8: {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u589E\u52A0
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=\u547D\u540D"{0}"\u65E0\u6548
|
||||
ComponentsFormatPreferencePage.formatConnection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
|
||||
ComponentsFormatPreferencePage.formatLable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
|
||||
ComponentsFormatPreferencePage.remove=\u53BB\u9664
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u9519\u8BEF
|
||||
ComponentToRepositoryProperty.error=\u9519\u8BEF
|
||||
ContextComposite.tableValue=\u8868\u683C\u5F0F\u503C
|
||||
ContextComposite.treeValue=\u6811\u683C\u5F0F\u503C
|
||||
ContextParameterProposal.Description=\u63CF\u8FF0\uFF1A {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u6CA1\u6709\u6CE8\u91CA\u3002
|
||||
ContextProcessSection.1=\u83DC\u5355\u8868\u683C
|
||||
ContextProcessSection.12=\u4E3A\u4E0A\u4E0B\u6587\u6539\u540D
|
||||
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u5B57{0}
|
||||
ContextProcessSection.2=\u8BF7\u786E\u8BA4?
|
||||
ContextProcessSection.29=\u9519\u8BEF
|
||||
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587 ->(
|
||||
ContextProcessSection.49=\u7F3A\u7701\u4E0A\u4E0B\u6587
|
||||
ContextProcessSection.6=\u65B0\u7684\u4E0A\u4E0B\u6587
|
||||
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u5B57
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u5B57\u65E0\u6548\u3002
|
||||
ContextProcessSection.RemoveInformation={0}\u4E3A\u9ED8\u8BA4\u7684\u4E0A\u4E0B\u6587,\u4E0D\u80FD\u5220\u9664
|
||||
ContextProcessSection.errorTitle=\u9519\u8BEF
|
||||
ConextTableValuesComposite.nameLabel=\u4f5c\u4e1a\u540d
|
||||
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5FC5\u987B\u9009\u4E2D\u5B83.
|
||||
ConextTemplateComposite.OrderText=\u539F\u59CB\u987A\u5E8F
|
||||
ContextSetConfigurationDialog.nameNotValid=\u8BE5\u540D\u79F0\u65E0\u6548
|
||||
ContextTemplateComposite.CommentLabel=\u5217\u6CE8\u91CA
|
||||
ContextTemplateComposite.nameLabel=\u4f5c\u4e1a\u540d
|
||||
ContextTemplateComposite.scriptCodeLabel=\u811A\u672C\u4EE3\u7801
|
||||
ContextTemplateComposite.typeLabel=\u7C7B\u578B
|
||||
ContextTreeConstants.contextName=\u7EC4\u4EF6
|
||||
ContextTreeConstants.promptName=\u63D0\u793A
|
||||
ContextTreeConstants.valueName=\u503c
|
||||
ContextTreeConstants.variableName=\u53D8\u91CF
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230repository\u4E0A\u4E0B\u6587
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u7F3A\u7701\u6587\u4EF6\u76EE\u5F55
|
||||
CorePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
|
||||
CorePreferencePage.iReportPath=iReport \u8DEF\u5F84
|
||||
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668
|
||||
CorePreferencePage.perlInterpreter=Perl\u89E3\u91CA\u5668
|
||||
CorePreferencePage.previewLimit=\u9884\u89C8\u9650\u5236
|
||||
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u8FD0\u884C(\u521b\u5efa\u65b0\u4f5c\u4e1a\u9ed8\u8ba4\u91c7\u7528)
|
||||
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6
|
||||
DbTableSelectorDialog.textContent=\u9009\u62E9\u8868\u540D
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u8BED\u8A00
|
||||
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
EComponentCategory_appearance=\u5916\u89C2
|
||||
EComponentCategory_assignment=\u6307\u6D3E
|
||||
EComponentCategory_context=\u7EC4\u4EF6
|
||||
EComponentCategory_doc=\u6587\u6863
|
||||
EComponentCategory_main=\u4E3B\u7EBF
|
||||
EComponentCategory_sqlTemplate=SQL\u6A21\u677F
|
||||
EComponentCategory_statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
|
||||
EComponentCategory_version=\u7248\u672C
|
||||
EComponentCategory_view=\u89c6\u56fe
|
||||
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
|
||||
EConnectionType.iteratorMenu=\u8FED\u4EE3
|
||||
EConnectionType.lookupMenu=\u8ffd\u52a0\u5217
|
||||
EConnectionType.mainMenu=\u4E3B\u7EBF
|
||||
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u8FD0\u884C\u9519\u8BEF
|
||||
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u8FD0\u884C\u6B63\u786E
|
||||
EConnectionType.onSubjobErrorMenu=\u5B50job\u9519\u8BEF
|
||||
EConnectionType.onSubjobOkMenu=\u5B50job\u6B63\u786E
|
||||
EConnectionType.runAfterMenu=\u8FD0\u884C\u540E
|
||||
EConnectionType.runIfMenu=\u6B63\u5E38\u65F6\u8FD0\u884C
|
||||
EConnectionType.tableMenu=\u8868\u683C
|
||||
EConnectionType.mergeMenu=\u5408\u5E76
|
||||
EConnectionType.synchronize=\u540C\u6B65
|
||||
EConnectionType.parallelize=\u5E76\u884C
|
||||
EMetadataEncoding.Arabic=\u963F\u62C9\u4F2F\u8BED
|
||||
EMetadataEncoding.Cyrillic=\u53E4\u4EE3\u65AF\u62C9\u592B\u8BED
|
||||
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587(\u6269\u5C55\u7684Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=\u4E2D\u6587\u56FD\u6807
|
||||
EMetadataEncoding.GB2312=\u4E2D\u6587
|
||||
EMetadataEncoding.Greek=\u5E0C\u814A
|
||||
EMetadataEncoding.Hebrew=\u5E0C\u4F2F\u6765\u8BED
|
||||
EMetadataEncoding.Latin1=Latin1 (\u897F\u6B27)
|
||||
EMetadataEncoding.Latin2=Latin2 (\u4E1C\u6B27)
|
||||
EMetadataEncoding.Latin3=Latin3 (\u5357\u6B27)
|
||||
EMetadataEncoding.Latin4=Latin4 (\u5317\u6B27)
|
||||
EMetadataEncoding.Latin5=Latin5 (\u571F\u8033\u5176\u8BED)
|
||||
EMetadataEncoding.Latin6=Latin6 (\u65E5\u8033\u66FC\u8BED)
|
||||
EMetadataEncoding.Microsoft_Latin1=\u5FAE\u8F6F(Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16\u4F4D)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u4F4D)
|
||||
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B{0}\u7684\u76EE\u5F55\u672A\u627E\u5230
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9E\u73B0
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema\u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u8FDE\u63A5\u6210\u529F
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType{0}\u672A\u627E\u5230
|
||||
Function.FunctionName=\u51FD\u6570\u540D{0}
|
||||
FunctionManager.PurePerl.Desc=\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u8868\u8FBE\u5F0F
|
||||
FunctionManager.PurePerl.ParaName=\u81EA\u5B9A\u4E49\u53C2\u6570
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
|
||||
GroupByContextAction.groupContext=\u6309\u4E0A\u4E0B\u6587\u5206\u7EC4
|
||||
GroupByVariableAction.groupVariable=\u6309\u53D8\u91CF\u5206\u7EC4
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u4E24\u4E2A\u5355\u5F15\u53F7\u663E\u793A\u4E3A\u4E00\u4E2A\u5355\u5F15\u53F7
|
||||
ListPreferencePage.RemoveButtonName=\u53BB\u9664
|
||||
MetadataDialog.CopyToInput.toolTipText=\u5C06\u8F93\u51FAschema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u5165schema
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u5C06\u8F93\u51FAschema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u5165schema
|
||||
MetadataDialog.CopyToOutput=\u5C06\u8F93\u5165schema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u51FAschema
|
||||
MetadataDialog.CopySelectionToOutput=\u5C06\u8F93\u5165schema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u51FAschema
|
||||
MetadataDialog.Message=\u6240\u6709\u6765\u81EA\u8F93\u5165Schema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u51FASchema
|
||||
MetadataDialog.SchemaModification=Schema\u7F16\u8F91
|
||||
MetadataDialog.TransferMessage=\u6240\u6709\u6765\u81EA\u8F93\u51FASchema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u5165Schema
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u5B58\u5728\u3002
|
||||
MetadataTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u7ECF\u5B58\u5728\u3002
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u5217\u540D{0}
|
||||
MetadataTableEditorView.ColumnTitle=\u5217
|
||||
MetadataTableEditorView.CommentTitle=\u5217\u6CE8\u91CA
|
||||
MetadataTableEditorView.DBTypeTitle=\u5fc5\u987b\u9009\u62e9 DB \u7c7b\u578b
|
||||
MetadataTableEditorView.DefaultTitle=\u65e0
|
||||
MetadataTableEditorView.KeyTitle=\u5173\u952E\u5B57
|
||||
MetadataTableEditorView.LengthTitle=\u957F\u5EA6
|
||||
MetadataTableEditorView.NullableTitle=\u53EF\u4E3A\u7A7A
|
||||
MetadataTableEditorView.PatternTitle=\u6A21\u5F0F (\u53EA\u9650\u6570\u636E)
|
||||
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
|
||||
MetadataTableEditorView.TypleTitle=\u7C7B\u578B
|
||||
MetadataTalendType.DBMSNotSetted=\u6570\u636E\u5E93\u672A\u8BBE\u7F6E
|
||||
MetadataTalendTypeEditor.button.edit=\u7F16\u8F91(E&)
|
||||
MetadataTalendTypeEditor.button.export=\u5BFC\u51FA(E&)
|
||||
MetadataTalendTypeEditor.button.import=\u5BFC\u5165(I&)
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u7F16\u8F91Mapping\u6587\u4EF6
|
||||
MetadataTalendTypeEditor.error.message=\u9519\u8BEF\u4FE1\u606F
|
||||
MetadataTalendTypeEditor.fileIsImported=\u6587\u4EF6\u5DF2\u5B58\u5728\u3002
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u5BFC\u5165\u6587\u4EF6\u4E0D\u5408\u6CD5\u3002
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u6587\u4EF6\u540D\u5FC5\u987B\u4EE5'mapping_'\u5F00\u5934\u3002
|
||||
PaletteContentDialog.connection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
|
||||
PaletteContentDialog.lable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
|
||||
Parameter.Name=\u53C2\u6570\u540D
|
||||
PatternCalendar.example=\u793A\u4F8B:
|
||||
PerspectiveMenuManager.perspectiveLabel=\u900F\u89C6\u56FE(&P)
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u7F16\u8F91\u5C5E\u6027
|
||||
PropertiesWizardPage.Author=\u4F5C\u8005
|
||||
PropertiesWizardPage.Description=\u5FC5\u8981\u7684
|
||||
PropertiesWizardPage.EmptyDescWarning=\u5EFA\u8BAE\u4E0D\u8981\u4F7F\u7528\u7A7A\u63CF\u8FF0\u4FE1\u606F\u3002
|
||||
PropertiesWizardPage.EmptyPurposeWarning=\u5EFA\u8BAE\u4E0D\u8981\u4F7F\u7528\u7A7A\u76EE\u7684\u4FE1\u606F
|
||||
PropertiesWizardPage.ItemExistsError=\u76F8\u540C\u540D\u79F0\u7684\u9879\u5DF2\u5B58\u5728\uFF0C\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u5B57\u4E0D\u5408\u6CD5
|
||||
PropertiesWizardPage.Name=\u4f5c\u4e1a\u540d
|
||||
PropertiesWizardPage.NameEmptyError=\u4f5c\u4e1a\u540d\u4e3a\u7a7a\u3002
|
||||
PropertiesWizardPage.NameFormatError=\u4f5c\u4e1a\u540d\u5305\u542b\u4e0d\u5408\u6cd5\u7b26\u3002
|
||||
PropertiesWizardPage.Path=\u8DEF\u5F84
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=\u9009\u62E9
|
||||
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u6761\u76EE\u7684\u6587\u4EF6\u5939
|
||||
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u76EE\u5F55
|
||||
PropertiesWizardPage.Status=\u72B6\u6001
|
||||
PropertiesWizardPage.Version=\u7248\u672C
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9E\u73B0
|
||||
RepositoryUpdateManager.Title=\u4fee\u6539
|
||||
RepositoryUpdateManager.Check=\u68C0\u67E5\u4E2D...
|
||||
RepositoryUpdateManager.NoModificationTitle=\u6CA1\u6709\u9700\u8981\u7684\u4FEE\u6539
|
||||
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u9700\u8981\u7684\u66F4\u65B0
|
||||
RepositoryUpdateManager.RenameContextTitle=\u91CD\u547D\u540D\u95EE\u9898
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u9879\u76EE\u4EE5\u66F4\u65B0
|
||||
RoutinesFunctionProposal.System=\u7CFB\u7EDF
|
||||
RoutinesFunctionProposal.User=\u7528\u6237
|
||||
SchemaCellEditor.giveSchemaName=\u7ED9\u56FE\u89E3\u547D\u540D
|
||||
SchemaCellEditor.inputName=\u8F93\u5165\u540D\u79F0
|
||||
SchemaCellEditor.nameExistOrInvalid=\u6539\u540D\u79F0\u5DF2\u5B58\u5728\u6216\u65E0\u6548
|
||||
SchemaCellEditor.schemaName=\u56FE\u89E3\u540D
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u66F4\u6539\u56FE\u89E3\u5230built-in\u6A21\u5F0F
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u4ECE\u5E93\u4E2D\u66F4\u6539Schema
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Built-in\u4E2D\u521B\u5EFA\u56FE\u89E3
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u4ECE\u5E93\u4E2D\u521B\u5EFA\u56FE\u89E3\u3002
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u65E0\u6548\u6216\u5DF2\u5B58\u5728\u7684\u56FE\u89E3
|
||||
SchemaOperationChoiceDialog.Title=\u67B6\u6784
|
||||
SelectRepositoryContextDialog.DeselectAll=\u5168\u90E8\u4E0D\u9009
|
||||
SelectRepositoryContextDialog.CollapseAll=\u6536\u8D77
|
||||
SelectRepositoryContextDialog.Label=\u9009\u62E9\u5E93\u4E0A\u4E0B\u6587\u4E2D\u7684\u53D8\u91CF\u3002
|
||||
SelectRepositoryContextDialog.SelectAll=\u5168\u9009
|
||||
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00
|
||||
SelectRepositoryContextDialog.Title=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
|
||||
SelectRepositoryContextGroupDialog.Default=\u65e0
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u7F29\u653E\u89C6\u56FE
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u8868\u89C6\u56FE
|
||||
TalendType.TypeName=\u7C7B\u578B\u540D{0}
|
||||
VariableItemEditor.name=\u4f5c\u4e1a\u540d
|
||||
VariableItemEditor.new=\u65b0
|
||||
VariableItemEditor.remove=\u53BB\u9664
|
||||
VariableItemEditor.twmplatePattern=\u6A21\u677F\u6837\u5F0F\uFF1A
|
||||
VariableItemEditor.variable=\u53D8\u91CF\uFF1A
|
||||
VersionSection.CreationDate=\u521B\u5EFA\u65E5\u671F
|
||||
VersionSection.ModificationDate=\u4FEE\u6539\u65E5\u671F
|
||||
VersionSection.Version=\u7248\u672C
|
||||
VersionSection.Status=\u72B6\u6001
|
||||
XmlArray.InvalidFile=\u65E0\u6548\u7684\u6587\u4EF6\u3002
|
||||
XSDValidater.IllegalArgument=\u8F93\u5165\u7684xsd\u6587\u4EF6\u4E0D\u5B58\u5728
|
||||
repository.businessProcess=\u4E1A\u52A1\u6A21\u578B
|
||||
repository.context=\u4E0A\u4E0B\u6587
|
||||
repository.documentation=\u6587\u6863
|
||||
repository.folder=\u6587\u4EF6\u5939
|
||||
repository.generated=HTM\u6587\u6863
|
||||
repository.metadata=\u5143\u6570\u636E
|
||||
repository.metadataConnections=\u6570\u636E\u5E93\u8FDE\u63A5
|
||||
repository.metadataConnections.alias=\u6570\u636E\u5E93
|
||||
repository.concept=\u6982\u5FF5
|
||||
repository.metadataFileDelimited=\u5206\u5272\u6587\u4EF6
|
||||
repository.metadataFileLdif=Ldif\u6587\u4EF6
|
||||
repository.metadataFilePositional=\u5B9A\u4F4D\u6587\u4EF6
|
||||
repository.metadataFileRegexp=regex\u6587\u4EF6
|
||||
repository.metadataFileXml=xml\u6587\u4EF6
|
||||
repository.metadataGenericSchema=\u666E\u901A schema
|
||||
repository.metadataTable=\u5143\u6570\u636ESchema
|
||||
repository.metadataWSDLSchema=Web \u670D\u52A1
|
||||
repository.metadataWSDLSchema.alias=Web \u670D\u52A1
|
||||
repository.process=\u4F5C\u4E1A\u8BBE\u8BA1
|
||||
repository.query=\u67E5\u8BE2
|
||||
repository.referencedProjects=\u5F15\u7528\u7684\u9879\u76EE
|
||||
repository.routines=\u5E38\u89C4
|
||||
repository.snippets=\u7247\u65AD
|
||||
EUpdateItemType.Property=\u5C5E\u6027
|
||||
EUpdateItemType.Schema=\u67B6\u6784
|
||||
EUpdateItemType.Query=\u67E5\u8BE2
|
||||
EUpdateItemType.Variable=\u53D8\u91CF
|
||||
EUpdateItemType.Name=\u4f5c\u4e1a\u540d
|
||||
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3ABuilt-In\u6A21\u5F0F
|
||||
EUpdateResult.JobletUpdate=\u66F4\u65B0joblet\u8282\u70B9
|
||||
EUpdateResult.Reload=\u91CD\u65B0\u52A0\u8F7D\u7EC4\u4EF6
|
||||
EUpdateResult.Rename=\u66F4\u6539\u540D\u79F0
|
||||
EUpdateResult.Delete=\u4ECE\u5E93\u4E2D\u5220\u9664
|
||||
UpdatesConstants.Context=\u7EC4\u4EF6
|
||||
UpdatesConstants.Job=\u4f5c\u4e1a
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u7A7A\u503C\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u6240\u6709\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u6570\u636E\u7C7B\u578B\u7684\u9ED8\u8BA4\u957F\u5EA6
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u5b57\u7b26
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=\u5217\u8868
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u6587\u4EF6(&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7F16\u8F91(&E)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u7A97\u53E3(&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u5E2E\u52A9(&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u6587\u672C\u5BF9\u9F50
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u592E
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=\u9876\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u5E95\u90E8
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u592E
|
||||
ConnectionBean.Local= \u672C\u5730
|
||||
ConnectionBean.DefaultConnection=\u9ED8\u8BA4\u8FDE\u63A5
|
||||
OpenXSDFileDialog.cancel=\u53D6\u6D88
|
||||
repository.column=\u5217
|
||||
repository.recyclebin=\u56DE\u6536\u7AD9
|
||||
repository.metadataColumn=\u5143\u6570\u636E\u5217
|
||||
repository.code=\u4ee3\u7801
|
||||
repository.service=\u670D\u52A1
|
||||
TalendDataCollectorPreviewPreferencePage_Key=\u5173\u952E\u5B57
|
||||
TalendDataCollectorPreviewPreferencePage_Value=\u503c
|
||||
repository.servicesPort=\u4EE3\u7406\u7AEF\u53E3
|
||||
BinRepositoryNode.label=\u56DE\u6536\u7AD9
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="class"/>
|
||||
</classpath>
|
||||
@@ -1,7 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.cwm.mip.edit.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.cwm.mip.edit
|
||||
Bundle-Vendor: .Talend SA.
|
||||
@@ -1,20 +0,0 @@
|
||||
output.. = class/
|
||||
bin.includes = META-INF/,\
|
||||
.\
|
||||
,plugin_ar.properties\
|
||||
,plugin_ru.properties\
|
||||
,plugin_jp.properties\
|
||||
,plugin_en.properties\
|
||||
,plugin_hr.properties\
|
||||
,plugin_fr.properties\
|
||||
,plugin_pt_BR.properties\
|
||||
,plugin_el.properties\
|
||||
,plugin_sr.properties\
|
||||
,plugin_ja.properties\
|
||||
,plugin_it.properties\
|
||||
,plugin_kr.properties\
|
||||
,plugin_es.properties\
|
||||
,plugin_tr.properties\
|
||||
,plugin_pl.properties\
|
||||
,plugin_de.properties\
|
||||
,plugin_swtbot.properties
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.cwm.mip.edit.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="class"/>
|
||||
</classpath>
|
||||
@@ -1,7 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.cwm.mip.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.cwm.mip
|
||||
Bundle-Vendor: .Talend SA.
|
||||
@@ -1,12 +0,0 @@
|
||||
output.. = class/
|
||||
bin.includes = META-INF/,\
|
||||
.\
|
||||
,plugin_ru.properties\
|
||||
,plugin_jp.properties\
|
||||
,plugin_en.properties\
|
||||
,plugin_fr.properties\
|
||||
,plugin_el.properties\
|
||||
,plugin_ja.properties\
|
||||
,plugin_it.properties\
|
||||
,plugin_de.properties\
|
||||
,plugin_swtbot.properties
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.cwm.mip.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,8 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.talend.help.Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.help.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Bundle-Vendor: .Talend SA.
|
||||
Fragment-Host: org.talend.help
|
||||
Bundle-Localization: plugin
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.help.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,7 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.talend.helpers.nl Fragment
|
||||
Bundle-SymbolicName: org.talend.helpers.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.helpers
|
||||
Bundle-Vendor: .Talend SA.
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.helpers.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,4 +0,0 @@
|
||||
LogLoadedComponentsAction.componentLog=Component: {0}
|
||||
LogActiveContextsAction.activeContextLog=Active context: {0}
|
||||
LogImageCacheAction.CacheImage=Cache image\:
|
||||
LogImageCacheAction.CacheImageDesc=Cache image desc\:
|
||||
@@ -1,8 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.talend.librariesmanager Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.librariesmanager.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.librariesmanager
|
||||
Bundle-Localization: plugin
|
||||
Bundle-Vendor: .Talend SA.
|
||||
@@ -1,14 +0,0 @@
|
||||
source.. = src/main/java/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin_en.properties,\
|
||||
plugin_fr.properties,\
|
||||
plugin_it.properties,\
|
||||
plugin_de.properties,\
|
||||
plugin_swtbot.properties,\
|
||||
plugin_zh_CN.properties,\
|
||||
plugin_ru.properties,\
|
||||
plugin_ja.properties,\
|
||||
plugin_es.properties,\
|
||||
plugin_el.properties
|
||||
@@ -1,3 +0,0 @@
|
||||
preferencespage.main=Bibliothèques
|
||||
pluginName=%
|
||||
providerName=www.example.org
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.librariesmanager.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,18 +0,0 @@
|
||||
PerlModulesViewComposite.Component.TitleText=Contexte
|
||||
PerlModulesViewComposite.Required.Title=Requis
|
||||
PerlModulesViewComposite.Status.TitleText=Statut
|
||||
PerlModulesViewComposite.Required.TitleText=Description
|
||||
InstallPerlModulesAction.InstallBtn.Text=Installer les modules
|
||||
MainPreferencesPage.separateRootFolder=Un répertoire racine pour chaque langage
|
||||
MainPreferencesPage.externalLibPathJava=Chemin d'accès aux bibliothèques Java externes
|
||||
PerlModulesViewComposite.Module.TitleText=Module
|
||||
MainPreferencesPage.sameRootFolder=Répertoire racine identique
|
||||
MainPreferencesPage.folderSelectionMode=Mode de sélection des répertoires
|
||||
MainPreferencesPage.externalLibPath=Chemin d'accès aux bibliothèques externes
|
||||
MainPreferencesPage.externalLibPathPerl=Chemin d'accès aux bibliothèques Perl externes
|
||||
PerlLibrariesService.synchronization=Synchronisation des bibliothèques Perl effectuée
|
||||
PreferencesUtilities.unknowLanguage=Langage inconnu
|
||||
JavaLibrariesService.synchronization=Synchronisation des bibliothèques Java effectuée
|
||||
LibrariesService.unknowLanguage=Langage inconnu
|
||||
ModulesNeededProvider.ModulesForDBConnWizard=Requis pour utiliser l'assistant de connexion aux bases de données
|
||||
modules.required=Requis pour utiliser ce composant.
|
||||
@@ -1,14 +0,0 @@
|
||||
PerlModulesViewComposite.Component.TitleText=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
PerlModulesViewComposite.Required.Title=\u5FC5\u9808
|
||||
PerlModulesViewComposite.Status.TitleText=\u30B9\u30C6\u30FC\u30BF\u30B9
|
||||
PerlModulesViewComposite.Required.TitleText=\u8AAC\u660E
|
||||
InstallPerlModulesAction.InstallBtn.Text=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
MainPreferencesPage.separateRootFolder=\u8a00\u8a9e\u3054\u3068\u306e\u30eb\u30fc\u30c8\u30d5\u30a9\u30eb\u30c0
|
||||
MainPreferencesPage.externalLibPathJava=\u5916\u90E8Java\u30E9\u30A4\u30D6\u30E9\u30EA\u30D1\u30B9
|
||||
PerlModulesViewComposite.Module.TitleText=\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
MainPreferencesPage.sameRootFolder=\u540c\u4e00\u30eb\u30fc\u30c8\u30d5\u30a9\u30eb\u30c0
|
||||
MainPreferencesPage.folderSelectionMode=\u30D5\u30A9\u30EB\u30C0\u9078\u629E\u30E2\u30FC\u30C9
|
||||
MainPreferencesPage.externalLibPath=\u5916\u90e8\u30e9\u30a4\u30d6\u30e9\u30ea\u30d1\u30b9
|
||||
MainPreferencesPage.externalLibPathPerl=\u5916\u90e8Perl\u30e9\u30a4\u30d6\u30e9\u30ea\u30d1\u30b9
|
||||
JavaLibrariesService.synchronization=JAVA\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u540C\u671F\u5B8C\u4E86
|
||||
modules.required=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3059\u308B\u305F\u3081\u306B\u5FC5\u8981
|
||||
@@ -1,3 +0,0 @@
|
||||
PerlModulesViewComposite.Component.TitleText=Contekst
|
||||
PerlModulesViewComposite.Status.TitleText=Status
|
||||
PerlModulesViewComposite.Module.TitleText=Modu\u0142
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.librariesmanager.ui.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.librariesmanager.ui
|
||||
@@ -1,6 +0,0 @@
|
||||
source.. = src/main/java/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin_en.properties,\
|
||||
plugin_fr.properties
|
||||
@@ -1 +0,0 @@
|
||||
preferencespage.main=\u30E9\u30A4\u30D6\u30E9\u30EA
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.librariesmanager.ui.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,82 +0,0 @@
|
||||
ModulesInstaller_text=Current operation requires the following third party modules
|
||||
ModulesInstaller_title=List of modules not installed for current operation
|
||||
ModulesNeededProvider.0=ModulesNeededProvider.getAllMoudlesNeeded
|
||||
ModulesNeededProvider.1=ModulesNeededProvider.getAllMoudlesNeeded
|
||||
ModulesNeededProvider.importModule=User Import Module
|
||||
ModulesNeededProvider.Module.Exception=Module {0} not found
|
||||
ModulesNeededProvider.unusedModule=User Unused Module
|
||||
ModulesNeededProvider.ModulesForDBConnWizard=Required for using the DB Connection Wizard
|
||||
ModulesViewComposite.hint.notInstalled=Not installed
|
||||
CheckModulesAction.CheckRefrshBtn.Text=Refresh
|
||||
ExternalModulesInstallDialog_AvailableOnTalendForge=Action
|
||||
ExternalModulesInstallDialog_ColumnJarName=Jar
|
||||
ExternalModulesInstallDialog_ColumnLicense=License
|
||||
ExternalModulesInstallDialog_ColumnModuleName=Module
|
||||
ExternalModulesInstallDialog_ColumnRequired=Required
|
||||
ExternalModulesInstallDialog_ColumnRequiredBy=Required by component
|
||||
ExternalModulesInstallDialog_ColumnUrl=More information
|
||||
ExternalModulesInstallDialog_Download=Download and Install
|
||||
ExternalModulesInstallDialog_DownloadFailed=Failed to install the following modules:
|
||||
ExternalModulesInstallDialog_DownloadSuccess=\ Modules installed successfully \! \n
|
||||
ExternalModulesInstallDialog_InstallAll=Download and install all modules available
|
||||
ExternalModulesInstallDialog_MoreInfor=<a>Click here to obtain more informations about external modules</a>
|
||||
ExternalModulesInstallDialog_NoExternalModules=No external modules available
|
||||
ExternalModulesInstallDialog_Download_Ok={0} installed successfully!
|
||||
ExternalModulesInstallDialog_Download_Fialed=Failed to install {0}!
|
||||
ExternalModulesInstallDialog_Title_Missing_jars_for_plugin=Missing third parties libraries
|
||||
ExternalModulesInstallDialog_description_jars_to_be_installed_in=The Studio requires third parties libraries to be installed.\nPlease install the following jars before closing this window.
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesMessages=Jar(s) {0} are not available.
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesTitle=Unavailable Modules
|
||||
ComponentExternalModulesDialog.doNotShow=Do not show again
|
||||
ExternalModulesInstallDialog.MessageDialog.Infor=Information
|
||||
ExternalModulesInstallDialog.openInBrowser=Open in browser
|
||||
ExternalModulesInstallDialog.downloading1=Downloading...
|
||||
ExternalModulesInstallDialog.downloading2=Downloading
|
||||
ModuleLicenseDialog.license=License
|
||||
ModuleLicenseDialog.license.accept=Accept
|
||||
ModuleLicenseDialog.license.notFound=You have to accept the licence of {0} to continue
|
||||
RemoteModulesHelper.job.title=Download And Install
|
||||
RemoteModulesHelper.job.task=Download in progress...
|
||||
RemoteModulesHelper.fetch.module.info=Fetching missing modules information
|
||||
RemoteModulesHelper.readJsonFromUrl.error=Can't connect to server
|
||||
RemoteModulesHelper.offlineMessages=It's offline, please try to connect to network first.
|
||||
ModulesViewComposite.hint.installed=Installed
|
||||
ModulesViewComposite.hint.unknown=Unknown
|
||||
ModulesViewComposite.Status.TitleText=Status
|
||||
ModulesViewComposite.Component.TitleText=Context
|
||||
ModulesViewComposite.Module.TitleText=Module
|
||||
ModulesViewComposite.Required.TitleText=Description
|
||||
ModulesViewComposite.Required.Title=Required
|
||||
PerlLibrariesService.synchronization=Perl libraries synchronization done
|
||||
PreferencesUtilities.unknowLanguage=Unknown language
|
||||
MainPreferencesPage.externalLibPath=External libraries path
|
||||
MainPreferencesPage.externalLibPathJava=External java libraries path
|
||||
MainPreferencesPage.externalLibPathPerl=External perl libraries path
|
||||
MainPreferencesPage.folderSelectionMode=Folder selection mode
|
||||
MainPreferencesPage.sameRootFolder=Same root folder
|
||||
MainPreferencesPage.separateRootFolder=A root folder for each language
|
||||
InstallPerlModulesAction.InstallBtn.Text=Install modules
|
||||
JavaLibrariesService.synchronization=Java libraries synchronization done
|
||||
LibrariesService.unknowLanguage=Unknow language
|
||||
RoutineProviderManager.unableLoad=unable to load routine provider
|
||||
SpecificFilesUtils.operationCanceled=Operation is canceled during copying folders or files
|
||||
ImportExternalJarAction.title=Import external jars
|
||||
Module.view.download.external.modules.action.text=Download external modules
|
||||
Module.view.download.external.modules.action.description=Download external modules
|
||||
download.external.dialog.title=The following modules are not yet installed. Please download and install all required modules.
|
||||
download.external.dialog.desciption=List of modules to be downloaded automatically or imported manually.
|
||||
download.external.dialog.help.url=https://help.talend.com/display/KB/How+to+install+external+modules+in+the+Talend+products
|
||||
AcceptModuleLicensesWizard.title=Download external modules
|
||||
AcceptModuleLicensesWizardDialog.button.acceptAll=Accept all
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.title=Confirmation
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.msg=Are you sure you want to cancel the download?
|
||||
AcceptModuleLicensesWizardPage.title=Review Licenses
|
||||
AcceptModuleLicensesWizardPage.desc=The listed licenses have not been accepted. Only JARs under accepted licenses will be downloaded.
|
||||
AcceptModuleLicensesWizardPage.licensesList.label=Licenses:
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.accept=I accept the terms of the selected license agreement
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.decline=I do not accept the terms of the selected license agreement
|
||||
AcceptModuleLicensesWizardPage.licenseContent.label=License text:
|
||||
AcceptModuleLicensesWizardPage.licenseContent.defaultDesc=The license must be reviewed and accepted before the modules can be installed.
|
||||
AcceptModuleLicensesWizardPage.retrieveLicenses=Retrieving licenses...
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.title=Confirmation
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.msg=You have rejected the following licenses:\n{0}.\nAre you sure?
|
||||
@@ -1,64 +0,0 @@
|
||||
ModulesInstaller_text=L'opération courante requiert les modules tiers suivants
|
||||
ModulesInstaller_title=Liste des modules non installés pour l'opération courante
|
||||
ModulesNeededProvider.Module.Exception=Module {0} introuvable.
|
||||
ModulesViewComposite.hint.notInstalled=Non installé
|
||||
CheckModulesAction.CheckRefrshBtn.Text=Rafraîchir
|
||||
ExternalModulesInstallDialog_AvailableOnTalendForge=Action
|
||||
ExternalModulesInstallDialog_ColumnJarName=Jar
|
||||
ExternalModulesInstallDialog_ColumnLicense=Licence
|
||||
ExternalModulesInstallDialog_ColumnModuleName=Module
|
||||
ExternalModulesInstallDialog_ColumnRequired=Requis
|
||||
ExternalModulesInstallDialog_ColumnRequiredBy=Requis par composant
|
||||
ExternalModulesInstallDialog_ColumnUrl=Plus d'informations
|
||||
ExternalModulesInstallDialog_Download=Télécharger et installer
|
||||
ExternalModulesInstallDialog_DownloadFailed=Echec de l'installation des modules suivants :
|
||||
ExternalModulesInstallDialog_DownloadSuccess=\ Les modules ont bien été installés. \n
|
||||
ExternalModulesInstallDialog_InstallAll=Télécharger et installer tous les modules disponibles.
|
||||
ExternalModulesInstallDialog_MoreInfor=<a>Cliquez ici pour obtenir plus d'informations concernant les modules externes.
|
||||
ExternalModulesInstallDialog_NoExternalModules=Aucun module externe disponible
|
||||
ExternalModulesInstallDialog_Download_Ok={0} installé avec succès.
|
||||
ExternalModulesInstallDialog_Download_Fialed=Echec de l'installation de {0}.
|
||||
ExternalModulesInstallDialog_Title_Missing_jars_for_plugin=Bibliothèques tierces manquantes
|
||||
ExternalModulesInstallDialog_description_jars_to_be_installed_in=Le Studio requiert l'installation de bibliothèques tierces.\nVeuillez installer les Jar suivants avant de fermer cette fenêtre.
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesMessages=Le(s) Jar {0} ne sont pas disponibles.
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesTitle=Modules indisponibles
|
||||
ComponentExternalModulesDialog.doNotShow=Ne plus afficher
|
||||
ExternalModulesInstallDialog.MessageDialog.Infor=Informations
|
||||
ExternalModulesInstallDialog.openInBrowser=Ouvrir dans le navigateur
|
||||
ExternalModulesInstallDialog.downloading1=Téléchargement...
|
||||
ExternalModulesInstallDialog.downloading2=Téléchargement
|
||||
ModuleLicenseDialog.license.accept=Accepter
|
||||
ModuleLicenseDialog.license.notFound=Vous devez accepter la licence de {0} pour continuer
|
||||
RemoteModulesHelper.job.task=Téléchargement en cours...
|
||||
RemoteModulesHelper.fetch.module.info=Récupération des informations sur les modules manquants
|
||||
RemoteModulesHelper.readJsonFromUrl.error=Impossible de se connecter au serveur
|
||||
ModulesViewComposite.hint.installed=Installé
|
||||
ModulesViewComposite.hint.unknown=Inconnu
|
||||
ModulesViewComposite.Status.TitleText=Statut
|
||||
ModulesViewComposite.Component.TitleText=Contexte
|
||||
ModulesViewComposite.Required.TitleText=Description
|
||||
MainPreferencesPage.externalLibPath=Chemin des bibliothèques externes
|
||||
MainPreferencesPage.externalLibPathJava=Chemin des bibliothèques Java externes
|
||||
MainPreferencesPage.externalLibPathPerl=Chemin des bibliothèques Perl externes
|
||||
MainPreferencesPage.folderSelectionMode=Mode de sélection du dossier
|
||||
MainPreferencesPage.sameRootFolder=Même dossier racine
|
||||
MainPreferencesPage.separateRootFolder=Un dossier racine pour chaque langue
|
||||
InstallPerlModulesAction.InstallBtn.Text=Installer les modules
|
||||
ImportExternalJarAction.title=Importer des Jar externes
|
||||
Module.view.download.external.modules.action.text=Télécharger des modules externes
|
||||
download.external.dialog.title=Les modules suivants ne sont pas installés. Téléchargez et installez tous les modules requis.
|
||||
download.external.dialog.desciption=Liste des modules à télécharger automatiquement ou à importer manuellement.
|
||||
download.external.dialog.help.url=https://help.talend.com/display/KB/How+to+install+external+modules+in+the+Talend+products
|
||||
AcceptModuleLicensesWizardDialog.button.acceptAll=Tout accepter
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.title=Confirmation
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.msg=Etes-vous sûr de vouloir arrêter le téléchargement ?
|
||||
AcceptModuleLicensesWizardPage.title=Lire les licences
|
||||
AcceptModuleLicensesWizardPage.desc=Les licences listées n'ont pas été acceptées. Seuls les Jars sous les licences acceptées seront téléchargés.
|
||||
AcceptModuleLicensesWizardPage.licensesList.label=Licences :
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.accept=J'accepte les termes de la licence sélectionnée
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.decline=Je n'accepte pas les termes de la licence sélectionnée
|
||||
AcceptModuleLicensesWizardPage.licenseContent.label=Texte de licence :
|
||||
AcceptModuleLicensesWizardPage.licenseContent.defaultDesc=La licence doit être lue et acceptée avant que les modules puissent être installés.
|
||||
AcceptModuleLicensesWizardPage.retrieveLicenses=Récupération des licences...
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.title=Confirmation
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.msg=Vous avez rejeté les licences suivantes:\n{0}.\nÊtes-vous sûr ?
|
||||
@@ -1,61 +0,0 @@
|
||||
ModulesInstaller_text=\u6B21\u306E\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059
|
||||
ModulesNeededProvider.importModule=\u30E6\u30FC\u30B6\u30FC\u7D44\u8FBC\u307F\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModulesNeededProvider.Module.Exception=\u30E2\u30B8\u30E5\u30FC\u30EB {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
ModulesViewComposite.hint.notInstalled=\u672A\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
CheckModulesAction.CheckRefrshBtn.Text=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
|
||||
ExternalModulesInstallDialog_AvailableOnTalendForge=\u30A2\u30AF\u30B7\u30E7\u30F3
|
||||
ExternalModulesInstallDialog_ColumnJarName=JAR\u30D5\u30A1\u30A4\u30EB
|
||||
ExternalModulesInstallDialog_ColumnLicense=\u30E9\u30A4\u30BB\u30F3\u30B9\u30BF\u30A4\u30D7
|
||||
ExternalModulesInstallDialog_ColumnModuleName=\u30E2\u30B8\u30E5\u30FC\u30EB\u540D
|
||||
ExternalModulesInstallDialog_ColumnRequired=\u8981
|
||||
ExternalModulesInstallDialog_ColumnRequiredBy=\u5FC5\u8981\u3068\u306A\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
ExternalModulesInstallDialog_ColumnUrl=\u8A73\u7D30\u60C5\u5831
|
||||
ExternalModulesInstallDialog_Download=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3068\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
ExternalModulesInstallDialog_DownloadFailed=\u6B21\u306E\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A
|
||||
ExternalModulesInstallDialog_DownloadSuccess=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\uFF01
|
||||
ExternalModulesInstallDialog_InstallAll=\u5168\u3066\u306E\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u53CA\u3073\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
ExternalModulesInstallDialog_MoreInfor=<a>\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u3064\u3044\u3066</a>
|
||||
ExternalModulesInstallDialog_NoExternalModules=\u4F7F\u7528\u53EF\u80FD\u306A\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
ExternalModulesInstallDialog_Download_Ok={0} \u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\uFF01
|
||||
ExternalModulesInstallDialog_Download_Fialed=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\uFF01 {0}
|
||||
ExternalModulesInstallDialog_Title_Missing_jars_for_plugin=3rd\u30D1\u30FC\u30C6\u30A3\u30E9\u30A4\u30D6\u30E9\u30EA\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
ExternalModulesInstallDialog_description_jars_to_be_installed_in=Studio\u306F\u3001\u5E7E\u3064\u304B\u306E\u5916\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA\uFF08\u30E2\u30B8\u30E5\u30FC\u30EB\uFF09\u3092\u5FC5\u8981\u3068\u3057\u307E\u3059\u3002\u4EE5\u4E0B\u306EJAR\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesMessages=JAR\u30D5\u30A1\u30A4\u30EB {0} \u304C\u4F7F\u7528\u51FA\u6765\u307E\u305B\u3093
|
||||
ExternalModulesInstallDialog_NoAvailabeModulesTitle=\u4F7F\u7528\u51FA\u6765\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ComponentExternalModulesDialog.doNotShow=\u8868\u793A\u3057\u306A\u3044
|
||||
ExternalModulesInstallDialog.MessageDialog.Infor=\u60C5\u5831
|
||||
ExternalModulesInstallDialog.openInBrowser=\u30D6\u30E9\u30A6\u30B6\u3092\u958B\u304F
|
||||
ExternalModulesInstallDialog.downloading1=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9...
|
||||
ExternalModulesInstallDialog.downloading2=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
|
||||
ModuleLicenseDialog.license=\u30E9\u30A4\u30BB\u30F3\u30B9
|
||||
ModuleLicenseDialog.license.accept=\u540C\u610F
|
||||
RemoteModulesHelper.job.title=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u53CA\u3073\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
RemoteModulesHelper.job.task=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D...
|
||||
RemoteModulesHelper.readJsonFromUrl.error=\u30B5\u30FC\u30D0\u30FC\u306B\u63A5\u7D9A\u51FA\u6765\u307E\u305B\u3093\u3002
|
||||
RemoteModulesHelper.offlineMessages=\u30AA\u30D5\u30E9\u30A4\u30F3\u3067\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u63A5\u7D9A\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
ModulesViewComposite.hint.installed=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E08
|
||||
ModulesViewComposite.hint.unknown=\u4E0D\u660E
|
||||
ModulesViewComposite.Status.TitleText=\u30B9\u30C6\u30FC\u30BF\u30B9
|
||||
ModulesViewComposite.Component.TitleText=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ModulesViewComposite.Module.TitleText=\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModulesViewComposite.Required.TitleText=\u8AAC\u660E
|
||||
ModulesViewComposite.Required.Title=\u5FC5\u9808
|
||||
InstallPerlModulesAction.InstallBtn.Text=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
|
||||
JavaLibrariesService.synchronization=Java\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u540C\u671F\u304C\u7D42\u4E86\u3057\u307E\u3057\u305F
|
||||
ImportExternalJarAction.title=\u5916\u90E8JAR\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
|
||||
Module.view.download.external.modules.action.description=\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
|
||||
download.external.dialog.title=\u4EE5\u4E0B\u306E\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u53CA\u3073\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
download.external.dialog.desciption=\u30E2\u30B8\u30E5\u30FC\u30EB\u306F\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\uFF06\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u307E\u3059\u3002
|
||||
AcceptModuleLicensesWizardDialog.button.acceptAll=\u5168\u3066\u540C\u610F
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.title=\u78BA\u8A8D
|
||||
AcceptModuleLicensesWizardDialog.cancelConfirmation.msg=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u307E\u3059\u304B\uFF1F
|
||||
AcceptModuleLicensesWizardPage.title=\u30E9\u30A4\u30BB\u30F3\u30B9\u6761\u9805\u306E\u78BA\u8A8D
|
||||
AcceptModuleLicensesWizardPage.desc=\u30EA\u30B9\u30C8\u3055\u308C\u305F\u30E9\u30A4\u30BB\u30F3\u30B9\u30F3\u30B9\u306F\u627F\u8A8D\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002JAR\u30D5\u30A1\u30A4\u30EB\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u306F\u3001\u30E9\u30A4\u30BB\u30F3\u30B9\u3078\u306E\u540C\u610F\u304C\u5FC5\u8981\u3068\u306A\u308A\u307E\u3059\u3002
|
||||
AcceptModuleLicensesWizardPage.licensesList.label=\u30E9\u30A4\u30BB\u30F3\u30B9\uFF1A
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.accept=\u9078\u629E\u3055\u308C\u305F\u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u540C\u610F\u3057\u307E\u3059
|
||||
AcceptModuleLicensesWizardPage.licenseContent.button.decline=\u9078\u629E\u3055\u308C\u305F\u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u540C\u610F\u3057\u307E\u305B\u3093
|
||||
AcceptModuleLicensesWizardPage.licenseContent.label=\u30E9\u30A4\u30BB\u30F3\u30B9\u30C6\u30AD\u30B9\u30C8\uFF1A
|
||||
AcceptModuleLicensesWizardPage.licenseContent.defaultDesc=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u524D\u306B\u30E9\u30A4\u30BB\u30F3\u30B9\u6761\u9805\u306E\u78BA\u8A8D\u3068\u540C\u610F\u304C\u5FC5\u8981\u3067\u3059
|
||||
AcceptModuleLicensesWizardPage.retrieveLicenses=\u30E9\u30A4\u30BB\u30F3\u30B9\u3092\u53D6\u5F97...
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.title=\u78BA\u8A8D
|
||||
AcceptModuleLicensesWizardPage.rejectLicensesConfirmation.msg=\u4EE5\u4E0B\u306E\u30E9\u30A4\u30BB\u30F3\u30B9\uFF1A{0}\u3078\u306E\u540C\u610F\u3092\u62D2\u5426\u3057\u307E\u3059\u304B\uFF1F
|
||||
@@ -1 +0,0 @@
|
||||
ModulesViewComposite.Status.TitleText=Status
|
||||
@@ -1,6 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.metadata.managment.nl
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Fragment-Host: org.talend.metadata.managment
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>6.0.0-M2</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.metadata.managment.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -1,424 +0,0 @@
|
||||
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// / JobDesigner (CodeGenerator version {1})\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
|
||||
AbstractBrandingService.routines_license_header_content=Copyright (c) 2005-2010, Talend Inc.\n//\n// This source code has been automatically generated by_{0}\n// CodeGenerator version {1}\n// You can find more information about Talend products at www.talend.com.\n// You may distribute this code under the terms of the GNU LGPL license\n// http://www.gnu.org/licenses/lgpl.html).
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} does not exist.
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=Error: failed to initialize :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Comment1 color
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=Comment2 color
|
||||
ColorsCodeViewerPreferencePage.DigitColor=Digit color
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=Function color
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Invalid color
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Label color
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=Literal1 color
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=Literal2 color
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Markup color
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Operator color
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Default color
|
||||
ColorsCodeViewerPreferencePage.fieldTip=&Bold
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=Keyword1 color
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=Keyword2 color
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=Keyword3 color
|
||||
ColumnNameChangedExt.columnChanged=Node: {0} Column changed : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Add
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=The name "{0}" is not valid.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format connection default:
|
||||
ComponentsFormatPreferencePage.formatHint=Format hint default:
|
||||
ComponentsFormatPreferencePage.formatLable=Format label default:
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=Error
|
||||
ComponentToRepositoryProperty.error=Error
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible to use OCI type in the repository\!
|
||||
ContextComposite.tableValue=Values as table
|
||||
ContextComposite.treeValue=Values as tree
|
||||
ContextComposite.variable=Variables
|
||||
ContextParameterProposal.ContextVariable=\n\nContext variable.
|
||||
ContextParameterProposal.Description=Description\: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=Context value error:
|
||||
ContextParameterProposal.NoCommentAvaiable=no comment available.
|
||||
ContextParameterProposal.Type=\nType\: {1}
|
||||
ContextParameterProposal.VariableName=\n\nVariable Name\: {2}
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Rename Context
|
||||
ContextProcessSection.13=Give a new name for the context {0}
|
||||
ContextProcessSection.2=Ask for Confirmation?
|
||||
ContextProcessSection.29=Error
|
||||
ContextProcessSection.30=That name already exist
|
||||
ContextProcessSection.4=Add New Context based on ->(
|
||||
ContextProcessSection.49=Default Context
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=New Context
|
||||
ContextProcessSection.7=Give a name for the new context
|
||||
ContextProcessSection.ParameterNameIsNotValid=Parameter name is not valid.
|
||||
ContextProcessSection.RemoveInformation={0} is default context, it can not be removed.
|
||||
ContextProcessSection.errorTitle=Error
|
||||
ConextTableValuesComposite.nameLabel=Name
|
||||
ConextTemplateComposite.OrderMessages=If you want reorder the variables, it must be selected.
|
||||
ConextTemplateComposite.OrderText=Original order
|
||||
ContextSetConfigurationDialog.nameNotValid=the name is not valid
|
||||
ContextTemplateComposite.CommentLabel=Comment
|
||||
ContextTemplateComposite.nameLabel=Name
|
||||
ContextTemplateComposite.scriptCodeLabel=Script code
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Context
|
||||
ContextTreeConstants.promptName=Prompt
|
||||
ContextTreeConstants.valueName=Value
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Add to repository context
|
||||
CorePreferencePage.componentDefaultFileDirectory=Component default file directory
|
||||
CorePreferencePage.groupBySource="Group by source" in context
|
||||
CorePreferencePage.iReportPath=iReport path
|
||||
CorePreferencePage.alwaysWelcome=Always show welcome view when startup
|
||||
CorePreferencePage.javaInterpreter=&Java interpreter
|
||||
CorePreferencePage.perlInterpreter=Perl interpreter
|
||||
CorePreferencePage.previewLimit=Preview limit
|
||||
CorePreferencePage.runInMultiThread=Multi Thread execution (Default value for job creation)
|
||||
CorePreferencePage.temporaryFiles=&Temporary files
|
||||
DbTableSelectorDialog.textContent=Select Table Name
|
||||
DqRepositoryViewService.NoDataProviderFound=No Data Provider found in {0}
|
||||
DqRepositoryViewService.NoSchemaGiven=could not load views. No schema given.
|
||||
ECodeLanguage.unknowLanguage=Unknown language
|
||||
EComponentCategory_appearance=Appearance
|
||||
EComponentCategory_assignment=Assignment
|
||||
EComponentCategory_basicSetting=Basic settings
|
||||
EComponentCategory_context=Context
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Dynamic settings
|
||||
EComponentCategory_errorRecovery=Error recovery
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Properties
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL Template
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=SVN History
|
||||
EComponentCategory_technical=Technical
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=Header/Footer
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.basicRun=Basic Run
|
||||
EComponentCategory.breakpoint=Breakpoint
|
||||
EComponentCategory.debugRun=Debug Run
|
||||
EComponentCategory.targetExec=Target Exec
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Run After
|
||||
EConnectionType.runIfMenu=Run if
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=On Rows End
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchronize
|
||||
EConnectionType.parallelize=Parallelize
|
||||
EMetadataEncoding.Arabic=Arabic
|
||||
EMetadataEncoding.Big5=Big Five (Traditionnal Chinese)
|
||||
EMetadataEncoding.Cyrillic=Cyrillic
|
||||
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Chinese National Standard
|
||||
EMetadataEncoding.GB2312=Chinese
|
||||
EMetadataEncoding.Greek=Greek
|
||||
EMetadataEncoding.Hebrew=Hebrew
|
||||
EMetadataEncoding.Latin1=Latin1 (West European)
|
||||
EMetadataEncoding.Latin2=Latin2 (East European)
|
||||
EMetadataEncoding.Latin3=Latin3 (South European)
|
||||
EMetadataEncoding.Latin4=Latin4 (North European)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turkish)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordic)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder for type {0} cannot be found.
|
||||
ERepositoryObjectType.NotImplemented=not implemented
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema not present in Database
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connection successful
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' not found
|
||||
ExtractMetaDataUtils.1=Impossible to initialize the connection \!
|
||||
ExtractMetaDataUtils.noData=No data found.
|
||||
Function.FunctionName=Function name {0}
|
||||
FunctionManager.PurePerl.Desc=Set your own expression.
|
||||
FunctionManager.PurePerl.ParaName=customize parameter
|
||||
GlobalServiceRegister.ServiceNotRegistered=The service {0} has not been registered.
|
||||
GroupByContextAction.groupContext=Group by Context
|
||||
GroupByVariableAction.groupVariable=Group by Variable
|
||||
JavaFunctionParser.checkMethod=Routines : "{0}.{1}\\" parse failed. please check your the Method.
|
||||
JavaGlobalVariableProposal.Description=Description\: {0}
|
||||
JavaGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
|
||||
JavaSqlFactory.NoClassName=No classname given to find the driver
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
|
||||
JavaTypesManager.integer=INTEGER is number:
|
||||
JavaTypesManager.list=LIST is number:
|
||||
JavaTypesManager.string=STRING is number:
|
||||
LDAPCATruster.failedCreateCert=Failed to create cert store :
|
||||
LDAPCATruster.failedCreateTmp=Failed to create tmp trust store :
|
||||
LDAPCATruster.failedInitialTrust=Failed to create initial trust manager :
|
||||
LDAPCATruster.failedLoadCert=Failed to load the cert store :
|
||||
LDAPCATruster.failedSaveTrust=Failed to save trust store :
|
||||
LDAPCATruster.locationInvalid=The location of the cert store file is invalid:
|
||||
LDAPCATruster.noCertificate=\nPlease use the keytool command to import the server certificate.
|
||||
LDAPCATruster.sslError1=SSL Error:Server certificate chain verification failed.
|
||||
LDAPCATruster.sslError2=SSL Error:Server certificate chain verification failed and \\nthe CA is missing.
|
||||
LDAPCATruster.sslError3=SSL Error:CA certificate is not in the server certificate chain.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
LogImageCacheAction.CacheImage=Cache image\:
|
||||
LogImageCacheAction.CacheImageDesc=Cache image desc\:
|
||||
MappingFileLoader.DbTypeAlreadyExists=In dbms id "{0}" mapping, Db type "{1}" appears more than once into file "{2}" at node\:{3}
|
||||
MappingFileLoader.DbmsIdAlreadyExists=Dbms with id "{0}" already exists \!"
|
||||
MappingFileLoader.InvalidTalendType="{0}" is not a valid {1} Talend type for the dbms id "{2}" at node\: {3}
|
||||
MappingFileLoader.UnbindedDbTypes=In dbms id "{0}" mapping file, Db types below are not bind with "{1}" Talend types \: {2}
|
||||
MappingFileLoader.UnbindedTalendTypes=In dbms id "{0}" mapping file, Talend types below are not bind with "{1}" Db types \: {2}
|
||||
MappingFileLoader.UndeclaredDbType="{0}"is not a declared Db type for the dbms id "{1}" at node\: {2}
|
||||
MetadataDialog.CopyToInput.toolTipText=Copy all of the columns from output schema to input schema
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copy the selected columns from output schema to input schema
|
||||
MetadataDialog.CopyToOutput=Copy all of the columns from input schema to output schema
|
||||
MetadataDialog.CopySelectionToOutput=Copy the selected columns from input schema to output schema
|
||||
MetadataDialog.Message=All columns from the input schema will be transfered to the output schema
|
||||
MetadataDialog.SchemaModification=Schema modification
|
||||
MetadataDialog.TransferMessage=All columns from the output schema will be transfered to the input schema
|
||||
MetadataEmfTableEditor.ColumnInvalid=The column name ''{0}'' is invalid.
|
||||
MetadataEmfTableEditor.ColumnNameExists=The column name ''{0}'' already exists
|
||||
MetadataEmfTableEditor.ColumnNameIsNullError=Error\: Column name is null
|
||||
MetadataTableEditor.ColumnNameExists=The column name ''{0}'' already exists.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=The column name ''{0}'' is invalid.
|
||||
MetadataTableEditor.ColumnNameIsNull=Error\: Column name is null
|
||||
MetadataTableEditorView.ColumnTitle=Column
|
||||
MetadataTableEditorView.CommentTitle=Comment
|
||||
MetadataTableEditorView.DBTypeTitle=DB Type
|
||||
MetadataTableEditorView.DefaultTitle=Default
|
||||
MetadataTableEditorView.KeyTitle=Key
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Date Pattern (Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTableEditorView.RelationshipType=RelationshipType
|
||||
MetadataTableEditorView.RelatedEntity=RelatedEntity
|
||||
MetadataTalendType.dbIdNotFound=DBMS Id : {0} can't be found \!
|
||||
MetadataTalendType.DBMSNotSetted=DBMS not setted
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.column1.Name=Metadata Mapping File
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Edit Mapping File
|
||||
MetadataTalendTypeEditor.error.message=Error Message
|
||||
MetadataTalendTypeEditor.fileIsImported=This file is already imported.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=The imported metadata file is not valid.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=File name must start with 'mapping_'.
|
||||
MetadataTool.errorMessage=Can't input the current character.
|
||||
MetadataTool.invalid=Invalid value
|
||||
MetadataTool.invalidChar=Invalid character
|
||||
MetadataTool.nameNull=Schema name can't be null.
|
||||
MetadataTool.nullValue=Null value
|
||||
MetadataTool.schemaExist=The schema name aready exists.
|
||||
MetadataTool.schemaIn=The schema name is invalid.
|
||||
MetadataTool.schemaInvalid=Schema name is invalid.
|
||||
MetadataTool.schemaNull=Schema name is null.
|
||||
NodeReturnProposal.Availability=\nAvailability\: {4}
|
||||
NodeReturnProposal.Description=Description\: {0}
|
||||
NodeReturnProposal.GlobalVariable=\n\nGlobal variable, property of component {1} [{2}].
|
||||
NodeReturnProposal.Type=\nType\: {3}
|
||||
NodeReturnProposal.VariableName=\n\nVariable Name\: {5}
|
||||
PaletteContentDialog.connection=Format connection default:
|
||||
PaletteContentDialog.hint=Format hint default:
|
||||
PaletteContentDialog.lable=Format label default:
|
||||
Parameter.Comment=\ comment \:
|
||||
Parameter.Name=Parameter name
|
||||
Parameter.Type=\ type \:
|
||||
Parameter.Value=\ value \:
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
|
||||
PatternCalendar.example=Example:
|
||||
PatternCalendar.pattern=Pattern:
|
||||
PerlDynamicProposalUtil.autoConvert=\ would be automatically converted to {0}->[index] in the generated code
|
||||
PerlGlobalVariableProposal.Description=Description\: {0}
|
||||
PerlGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
|
||||
PerspectiveMenuManager.dummy=Dummy
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.finalizeBuild=Finalize build...
|
||||
ProcessorUtilities.generatingJob=Generating job...
|
||||
ProcessorUtilities.loadingJob=Loading job...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Edit properties
|
||||
PropertiesWizard.alreadyLockedByUser=The properties are readonly because this item is already locked by an editor.
|
||||
PropertiesWizardPage.Author=Author
|
||||
PropertiesWizardPage.Locker=Locker
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Empty description is discouraged.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Empty purpose is discouraged.
|
||||
PropertiesWizardPage.ItemExistsError=This item already exists. Check the Recycle bin and empty it if needed.
|
||||
PropertiesWizardPage.KeywordsError=Name is not a valid identifier.
|
||||
PropertiesWizardPage.Name=Name
|
||||
PropertiesWizardPage.NameEmptyError=Name is empty.
|
||||
PropertiesWizardPage.NameFormatError=Name contains incorrect characters.
|
||||
PropertiesWizardPage.Path=Path
|
||||
PropertiesWizardPage.Purpose=Purpose
|
||||
PropertiesWizardPage.Select=Select
|
||||
PropertiesWizardPage.SelectfolderMessage=Select the folder in which the item will be created
|
||||
PropertiesWizardPage.SelectfolderTitle=Select folder
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=Please select image in size 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Building index...
|
||||
RelationshipItemBuilder.forItem=for item
|
||||
RepositoryObject.NotImplemented=not implemented
|
||||
RepositoryToComponentProperty.xmlFileSelection=Select a XML File to Validate
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Checking...
|
||||
RepositoryUpdateManager.Messages=Do you want to propagate the modifications to all jobs? \n And it might be quite long.
|
||||
RepositoryUpdateManager.NoModificationTitle=No modification needed
|
||||
RepositoryUpdateManager.NoModificationMessages=There is no modification needed for update.
|
||||
RepositoryUpdateManager.NotFoundMessages=There is no relationship to find.
|
||||
RepositoryUpdateManager.NotFoundTitle=Not Found
|
||||
RepositoryUpdateManager.RenameContextMessages=Do you really want to propagate the rename variable to all jobs now? \n\n If yes, it might be quite long time to update.\n\n If no, the old variables will be change to built-in in the job.
|
||||
RepositoryUpdateManager.RenameContextTitle=Rename Question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Check items to update
|
||||
RoutinesFunctionProposal.CreatedBy=Created By\:
|
||||
RoutinesFunctionProposal.Description=Description\:
|
||||
RoutinesFunctionProposal.Example=Example\:
|
||||
RoutinesFunctionProposal.ReturnType=Return Type\:
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=User
|
||||
RoutinesFunctionProposal.VariableName=\n\nVariable Name\: {2}
|
||||
RuleOperationChoiceDialog.editRules=Edit Rules
|
||||
RuleOperationChoiceDialog.rule=Rule:
|
||||
RuleOperationChoiceDialog.selectRulesFile=Select a rule from file
|
||||
RuleOperationChoiceDialog.viewRules=View Rules(Read-only)
|
||||
SchemaCellEditor.giveSchemaName=Give the name for the schema
|
||||
SchemaCellEditor.inputName=Input the name
|
||||
SchemaCellEditor.nameExistOrInvalid=This name already exists or is invalid
|
||||
SchemaCellEditor.schemaName=Schema Name
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Change schema to built-in.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Change schema from repository.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Create schema for built-in.
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Create schema from repository.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Edit schema.
|
||||
SchemaOperationChoiceDialog.Message=Please choose one option, or cancel.
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Invalid schema, or already exists.
|
||||
SchemaOperationChoiceDialog.Title=Schema
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=View schema (read only).
|
||||
SchemaXPathQuerysDialog.Mappings=Mappings
|
||||
SelectRepositoryContextDialog.DeselectAll=Deselect All
|
||||
SelectRepositoryContextDialog.CollapseAll=Collapse All
|
||||
SelectRepositoryContextDialog.DuplicationMessage=You have selected the variable "{0}" in the Context "{1}".
|
||||
SelectRepositoryContextDialog.DuplicationTitle=Duplication Warining\!
|
||||
SelectRepositoryContextDialog.ExistenceMessage=The variable "{0}" has existed in job(Context:"{1}").
|
||||
SelectRepositoryContextDialog.Label=Select variables from repository contexts.
|
||||
SelectRepositoryContextDialog.SelectAll=Select All
|
||||
SelectRepositoryContextDialog.ExpandAll=Expand All
|
||||
SelectRepositoryContextDialog.Title=Select Context Variables
|
||||
SelectRepositoryContextDialog.View=View...
|
||||
SelectRepositoryContextGroupDialog.Default=default
|
||||
SelectRepositoryContextGroupDialog.Messages=\ Add the nonexistent context group into job from the repository context.
|
||||
SelectRepositoryContextGroupDialog.Title=Add Context Group
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=compact view
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=table view
|
||||
TalendType.TypeName=Type name {0}
|
||||
VariableItemEditor.insertVariable=Insert &Variable Placeholder...
|
||||
VariableItemEditor.name=Name
|
||||
VariableItemEditor.new=New
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Template Pattern:
|
||||
VariableItemEditor.variable=Variables:
|
||||
VersionSection.CreationDate=Creation Date
|
||||
VersionSection.ModificationDate=Modification Date
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Invalid file.
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=Schema XPathQuerys
|
||||
XSDValidater.IllegalArgument=The input XSD file does not exist.
|
||||
EUpdateItemType.Property=Property
|
||||
EUpdateItemType.Schema=Schema
|
||||
EUpdateItemType.SAPFunction=SAP Function
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Query
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=ContextGroup
|
||||
EUpdateItemType.Components=Components
|
||||
EUpdateItemType.Name=Name
|
||||
EUpdateItemType.JobVersion=JobVersion
|
||||
EUpdateResult.BuiltIn=Change to built-in mode
|
||||
EUpdateResult.JobletUpdate=Update for joblet node
|
||||
EUpdateResult.Update=Update from repository
|
||||
EUpdateResult.Reload=Reload components
|
||||
EUpdateResult.Rename=Change the name
|
||||
EUpdateResult.Add=Add from repository
|
||||
EUpdateResult.Delete=Delete from repository
|
||||
UpdatesConstants.Context=Context
|
||||
UpdatesConstants.ContextGroup=Context Group
|
||||
UpdatesConstants.Component=Component
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
UpdatesConstants.JobVersion=JobVersion
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Edit project
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Default Settings for Fields with Null Values
|
||||
MetadataTypeLengthPreferencePage.FIELD=Default Settings for All Fields
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Default Length for Data Type
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=List
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=External modules
|
||||
ModuleListCellEditor.innerLabel=Inner modules
|
||||
ModuleListCellEditor.selectLabel=Select module
|
||||
ModuleListCellEditor.title=Select Module
|
||||
MultiStringSelectionDialog.nameEmpty=Name can not be empty
|
||||
PromptDialog.stringTip=The input text must be surrounded with single quote.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&File
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edit
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Navigate
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Go to
|
||||
ApplicationActionBarAdvisor.projectLabel=&Project
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Window
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Help
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Text Alignment
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Left
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Right
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centre
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=Top
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bottom
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Centre
|
||||
ConnectionBean.Local=Local
|
||||
ConnectionBean.DefaultConnection=Default connection
|
||||
InegerCellEditorListener.NegativeNumberMessage=The value of {0} can't be set by negative number.
|
||||
InegerCellEditorListener.NumeralMessage=The value of {0} should be numeral.
|
||||
OpenXSDFileDialog.cancel=Cancel
|
||||
OpenXSDFileDialog.confirm=Confirm
|
||||
OpenXSDFileDialog.fileName=File Name:
|
||||
OpenXSDFileDialog.xmlFileSelection=Select a XML File to Validate
|
||||
OpenXSDFileDialog.xmlSelectedOrNot=As you have selected a XSD metadata file, \n there should be a xml file to validate.
|
||||
ProposalUtils.CellProposal.Error=Proposal of this type of CellEditor is unsupported \:
|
||||
ProposalUtils.CtrlProposal.ErrorMsg=Proposal for this type of Control is unsupported \:
|
||||
ExtractMetaDataUtils.missDriver.1=can not find class :
|
||||
ExtractMetaDataUtils.missDriver.2=missing JDBC driver :
|
||||
DqRepositoryViewService.NO_CATALOGS=No catalog given. Cannot retrieve tables\!
|
||||
DqRepositoryViewService.NONE_NULL_FUNCTION_NAME=A functional name should not be null
|
||||
CommonWizard.exception=Exception
|
||||
@@ -1,348 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Le dossier {0} n'existe pas
|
||||
AbstractItemMigrationTask.taskFailed=La tâche de migration {0} a échoué sur l'élément {1}
|
||||
AdvancedSocketFactory.failedInitial=Erreur : impossible d'initialiser :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Couleur de Comment1
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=couleur Commentaire2
|
||||
ColorsCodeViewerPreferencePage.DigitColor=couleur Chiffre
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=couleur Fonction
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Couleur invalide
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libellé
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=Couleur de Literal1
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Littéral2
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Couleur Marquage
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'opérateur
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Couleur par défaut
|
||||
ColorsCodeViewerPreferencePage.fieldTip=&Gras
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Keyword1
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotClé2
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Keyword3
|
||||
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifiée : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=Ajouter
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
|
||||
ComponentsFormatPreferencePage.formatConnection=Format de connexion par défaut:
|
||||
ComponentsFormatPreferencePage.formatHint=Format astuce par défaut :
|
||||
ComponentsFormatPreferencePage.formatLable=Format du libellé par défaut :
|
||||
ComponentsFormatPreferencePage.remove=Remove
|
||||
ComponentsFormatPreferencePage.ErrorTitle=ERROR
|
||||
ComponentToRepositoryProperty.error=ERROR
|
||||
ContextComposite.tableValue=Table des valeurs
|
||||
ContextComposite.treeValue=Arbre des valeurs
|
||||
ContextComposite.variable=Variables
|
||||
ContextValueErrorChecker.ErrorTitile=Erreur de la valeur de contexte :
|
||||
ContextParameterProposal.NoCommentAvaiable=pas de commentaire disponible.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.12=Renommer le contexte
|
||||
ContextProcessSection.13=Nouveau nom pour le contexte {0}
|
||||
ContextProcessSection.29=ERROR
|
||||
ContextProcessSection.30=Ce nom existe déjà
|
||||
ContextProcessSection.4=Ajouter un nouveau contexte à partir de ->(
|
||||
ContextProcessSection.49=Contexte par défaut
|
||||
ContextProcessSection.50=ContextProcessSection.14
|
||||
ContextProcessSection.51=ContextProcessSection.15
|
||||
ContextProcessSection.6=Nouveau contexte
|
||||
ContextProcessSection.7=Nommer le nouveau contexte
|
||||
ContextProcessSection.ParameterNameIsNotValid=Le nom de paramètre n'est pas valide.
|
||||
ContextProcessSection.RemoveInformation={0} est le contexte par défaut et ne peut être supprimé.
|
||||
ContextProcessSection.errorTitle=ERROR
|
||||
ConextTableValuesComposite.nameLabel=Nom
|
||||
ConextTemplateComposite.OrderMessages=Précisez si vous désirez réorganiser les variables.
|
||||
ConextTemplateComposite.OrderText=Ordre d'origine
|
||||
ContextSetConfigurationDialog.nameNotValid=le nom est invalide
|
||||
ContextTemplateComposite.CommentLabel=Commentaire
|
||||
ContextTemplateComposite.nameLabel=Nom
|
||||
ContextTemplateComposite.scriptCodeLabel=Code du script
|
||||
ContextTemplateComposite.sourceLabel=Source
|
||||
ContextTemplateComposite.typeLabel=Type
|
||||
ContextTreeConstants.contextName=Contexte
|
||||
ContextTreeConstants.promptName=Invite
|
||||
ContextTreeConstants.valueName=Valeur
|
||||
ContextTreeConstants.variableName=Variable
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du référentiel
|
||||
CorePreferencePage.componentDefaultFileDirectory=Répertoire par défaut des composants
|
||||
CorePreferencePage.groupBySource="regrouper par source" en contexte
|
||||
CorePreferencePage.iReportPath=Chemin d'accès iReport
|
||||
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au démarrage
|
||||
CorePreferencePage.javaInterpreter=Interpréteur &Java
|
||||
CorePreferencePage.perlInterpreter=Interpréteur Perl
|
||||
CorePreferencePage.previewLimit=Aperçu limite
|
||||
CorePreferencePage.runInMultiThread=Execution multi thread (valeur par défaut lors de la création d'un job)
|
||||
CorePreferencePage.temporaryFiles=Fichiers &temporaires
|
||||
DbTableSelectorDialog.textContent=Choisir le nom de la table
|
||||
DqRepositoryViewService.NoSchemaGiven=Impossible de charger les vues. Aucun schéma donné.
|
||||
ECodeLanguage.unknowLanguage=Langage inconnu
|
||||
EComponentCategory_appearance=Apparence
|
||||
EComponentCategory_assignment=Affectation
|
||||
EComponentCategory_basicSetting=Paramètres simples
|
||||
EComponentCategory_context=Contexte
|
||||
EComponentCategory_doc=Documentation
|
||||
EComponentCategory_dynamicSetting=Paramètres dynamiques
|
||||
EComponentCategory_errorRecovery=Reprise sur erreur
|
||||
EComponentCategory_extra=Extra
|
||||
EComponentCategory_logs=Logs
|
||||
EComponentCategory_main=Main
|
||||
EComponentCategory_properties=Propriétés
|
||||
EComponentCategory_sqlTemplate=Modèle SQL
|
||||
EComponentCategory_statsAndLogs=Stats & Logs
|
||||
EComponentCategory_svnHistory=Historique SVN
|
||||
EComponentCategory_technical=Technique
|
||||
EComponentCategory_version=Version
|
||||
EComponentCategory_headerFooter=En-tête/Pied de page
|
||||
EComponentCategory_view=View
|
||||
EComponentCategory.basicRun=Exécution simple
|
||||
EComponentCategory.breakpoint=Point d'arrêt
|
||||
EComponentCategory.debugRun=Exécution Debug
|
||||
EConnectionType.iteratorMenu=Iterate
|
||||
EConnectionType.lookupMenu=Look Up
|
||||
EConnectionType.mainMenu=Main
|
||||
EConnectionType.onComponentErrorMenu=On Component Error
|
||||
EConnectionType.onComponentOkMenu=On Component Ok
|
||||
EConnectionType.onSubjobErrorMenu=On Subjob Error
|
||||
EConnectionType.onSubjobOkMenu=On Subjob Ok
|
||||
EConnectionType.runAfterMenu=Exécuter après
|
||||
EConnectionType.runIfMenu=Exécuter si
|
||||
EConnectionType.tableMenu=Table
|
||||
EConnectionType.onRowsEndMenu=A la fin des lignes
|
||||
EConnectionType.mergeMenu=Merge
|
||||
EConnectionType.synchronize=Synchroniser
|
||||
EConnectionType.parallelize=Paralléliser
|
||||
EMetadataEncoding.Arabic=Arabe
|
||||
EMetadataEncoding.Big5=Chinois traditionnel
|
||||
EMetadataEncoding.Cyrillic=Cyrillique
|
||||
EMetadataEncoding.EUC_CN=Chinois simplifié (Code CN Unix étendus)
|
||||
EMetadataEncoding.GB18030=Chinois National Standard
|
||||
EMetadataEncoding.GB2312=Chinois
|
||||
EMetadataEncoding.Greek=Grec
|
||||
EMetadataEncoding.Hebrew=Hébreu
|
||||
EMetadataEncoding.Latin1=Latin1 (Europe de l'ouest)
|
||||
EMetadataEncoding.Latin2=Latin2 (Europe de l'est)
|
||||
EMetadataEncoding.Latin3=Latin3 (Europe du sud)
|
||||
EMetadataEncoding.Latin4=Latin4 (Europe du nord)
|
||||
EMetadataEncoding.Latin5=Latin5 (Turc)
|
||||
EMetadataEncoding.Latin6=Latin6 (Nordique)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Impossible de trouver le dossier pour le type {0}.
|
||||
ERepositoryObjectType.NotImplemented=non implémenté
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Le schéma n'est pas dans la base de données
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion réussie
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouvé
|
||||
ExtractMetaDataUtils.noData=Aucune donnée trouvée
|
||||
Function.FunctionName=Nom de la fonction {0}
|
||||
FunctionManager.PurePerl.Desc=D
|
||||
FunctionManager.PurePerl.ParaName=Paramètre personnalisé
|
||||
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas été enregistré.
|
||||
GroupByContextAction.groupContext=Grouper par contexte
|
||||
GroupByVariableAction.groupVariable=Grouper par variable
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL est le nombre :
|
||||
JavaTypesManager.integer=INTEGER est le nombre :
|
||||
JavaTypesManager.list=LIST est le nombre :
|
||||
JavaTypesManager.string=STRING est le nombre :
|
||||
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
|
||||
ListPreferencePage.RemoveButtonName=Remove
|
||||
MetadataDialog.CopyToInput.toolTipText=Copie tout le schéma de sortie vers le schéma d'entrée
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=Copie de colonnes de schéma de sortie vers schéma d'entrée
|
||||
MetadataDialog.CopyToOutput=Copie tout le schéma d'entrée vers le schéma de sortie
|
||||
MetadataDialog.CopySelectionToOutput=Copie les colonnes sélectionnées du schéma source vers le schéma cible
|
||||
MetadataDialog.Message=Toutes les colonnes du schéma d'entrée seront transférées au schéma de sortie
|
||||
MetadataDialog.SchemaModification=Modification de schéma
|
||||
MetadataDialog.TransferMessage=Toutes les colonnes du sch
|
||||
MetadataEmfTableEditor.ColumnInvalid=Le nom de colonne "{0}" est invalide
|
||||
MetadataEmfTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà
|
||||
MetadataTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà.
|
||||
MetadataTableEditor.ColumnNameIsInvalid=Le nom de colonne "{0}" est invalide
|
||||
MetadataTableEditorView.ColumnTitle=Colonne
|
||||
MetadataTableEditorView.CommentTitle=Commentaire
|
||||
MetadataTableEditorView.DBTypeTitle=Type de base de données
|
||||
MetadataTableEditorView.DefaultTitle=Défaut
|
||||
MetadataTableEditorView.KeyTitle=Clé
|
||||
MetadataTableEditorView.LengthTitle=Length
|
||||
MetadataTableEditorView.NullableTitle=Nullable
|
||||
MetadataTableEditorView.PatternTitle=Modèle date (Ctrl+Espace disponible)
|
||||
MetadataTableEditorView.PrecisionTitle=Precision
|
||||
MetadataTableEditorView.TypleTitle=Type
|
||||
MetadataTalendType.DBMSNotSetted=SGBD non défini
|
||||
MetadataTalendTypeEditor.button.edit=E&dit
|
||||
MetadataTalendTypeEditor.button.export=E&xport
|
||||
MetadataTalendTypeEditor.button.import=I&mport
|
||||
MetadataTalendTypeEditor.column1.Name=Fichier de mapping de métadonnées
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=Editer le fichier de mapping
|
||||
MetadataTalendTypeEditor.error.message=Message d'erreur
|
||||
MetadataTalendTypeEditor.fileIsImported=Le fichier a déjà été importé.
|
||||
MetadataTalendTypeEditor.fileIsInvalid=Le fichier de métadonnées importé n'est pas valide.
|
||||
MetadataTalendTypeEditor.fileNameStartRule=Le nom de fichier doit commencer par 'mapping_'.
|
||||
MetadataTool.errorMessage=Impossible d'écrire le caractère courant.
|
||||
MetadataTool.invalid=Valeur invalide
|
||||
MetadataTool.invalidChar=Caractère invalide
|
||||
MetadataTool.nameNull=Le nom du schéma ne peut être null.
|
||||
MetadataTool.nullValue=Valeur null
|
||||
MetadataTool.schemaExist=Le nom du schéma existe déjà.
|
||||
MetadataTool.schemaIn=Le nom du schéma est invalide.
|
||||
MetadataTool.schemaInvalid=Nom de schéma invalide.
|
||||
MetadataTool.schemaNull=Le nom du schéma est null.
|
||||
PaletteContentDialog.connection=Format de connection par défaut:
|
||||
PaletteContentDialog.hint=Format astuce par défaut :
|
||||
PaletteContentDialog.lable=Format du libellé par défaut :
|
||||
Parameter.Name=Nom du paramètre
|
||||
PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
|
||||
PatternCalendar.example=Exemple :
|
||||
PatternCalendar.pattern=Modèle :
|
||||
PerspectiveMenuManager.dummy=Factice
|
||||
PerspectiveMenuManager.perspectiveLabel=&Perspective
|
||||
ProcessorUtilities.generatingJob=Génération du job en cours...
|
||||
ProcessorUtilities.loadingJob=Chargement du job en cours...
|
||||
PropertiesWizard.EditPropertiesPageTitle=Editer les propriétés
|
||||
PropertiesWizard.alreadyLockedByUser=Les propriétés sont en lecture seule car cet objet est déjà verrouillé par un éditeur.
|
||||
PropertiesWizardPage.Author=Auteur
|
||||
PropertiesWizardPage.Locker=Verrouillé par :
|
||||
PropertiesWizardPage.Description=Description
|
||||
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommandé de laisser vide la description.
|
||||
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommandé de laisser l'objectif vide.
|
||||
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
|
||||
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
|
||||
PropertiesWizardPage.Name=Nom
|
||||
PropertiesWizardPage.NameEmptyError=Le nom est vide.
|
||||
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
|
||||
PropertiesWizardPage.Path=Chemin
|
||||
PropertiesWizardPage.Purpose=Objectif
|
||||
PropertiesWizardPage.Select=Sélectionner
|
||||
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
|
||||
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
|
||||
PropertiesWizardPage.Status=Statut
|
||||
PropertiesWizardPage.Version=Version
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=M
|
||||
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
|
||||
RelationshipItemBuilder.buildingIndex=Construction de l'index...
|
||||
RepositoryObject.NotImplemented=non implémenté
|
||||
RepositoryToComponentProperty.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
RepositoryUpdateManager.Title=Modification
|
||||
RepositoryUpdateManager.Check=Vérification...
|
||||
RepositoryUpdateManager.NoModificationTitle=Aucune modification nécessaire
|
||||
RepositoryUpdateManager.NoModificationMessages=Aucune modification nécessaire pour effectuer la mise à jour.
|
||||
RepositoryUpdateManager.NotFoundMessages=Aucune relation à trouver.
|
||||
RepositoryUpdateManager.NotFoundTitle=Introuvable
|
||||
RepositoryUpdateManager.RenameContextTitle=Renommer la question
|
||||
RepositoryUpdateManager.ItemsToUpdate=Vérification des éléments à mettre à jour
|
||||
RoutinesFunctionProposal.System=System
|
||||
RoutinesFunctionProposal.User=Utilisateur
|
||||
RuleOperationChoiceDialog.editRules=Editer les règles
|
||||
RuleOperationChoiceDialog.rule=Règle :
|
||||
RuleOperationChoiceDialog.selectRulesFile=Sélectionner un règle depuis un fichier
|
||||
RuleOperationChoiceDialog.viewRules=Voir les règles (lecture seule)
|
||||
SchemaCellEditor.giveSchemaName=Donner le nom pour le schéma
|
||||
SchemaCellEditor.inputName=Saisir le nom
|
||||
SchemaCellEditor.nameExistOrInvalid=Ce nom existe déjà ou est invalide
|
||||
SchemaCellEditor.schemaName= Nom du schéma
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Changer le schéma en Built-In.
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Modifier le schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=Créer un schéma Built-In
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=Créer un schéma à partir du Référentiel.
|
||||
SchemaOperationChoiceDialog.EditSchemaMessage=Editer le schéma.
|
||||
SchemaOperationChoiceDialog.Message=Choisissez une option, ou annulez
|
||||
SchemaOperationChoiceDialog.Option=Option
|
||||
SchemaOperationChoiceDialog.StatusMessage=Le schéma est invalide, ou il existe déjà.
|
||||
SchemaOperationChoiceDialog.Title=Schéma
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=Voir le schéma (lecture seule)
|
||||
SchemaXPathQuerysDialog.Mappings=Correspondances
|
||||
SelectRepositoryContextDialog.DeselectAll=Désélectionner tout
|
||||
SelectRepositoryContextDialog.CollapseAll=Réduire tous
|
||||
SelectRepositoryContextDialog.DuplicationMessage=Vous avez sélectionné la variable "{0}" dans le contexte "{1}".
|
||||
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a existé dans le Job(Contexte : "{1}").
|
||||
SelectRepositoryContextDialog.Label=Sélectionne les variables des contextes du référentiel
|
||||
SelectRepositoryContextDialog.SelectAll=Sélectionner tout
|
||||
SelectRepositoryContextDialog.ExpandAll=Agrandir tout
|
||||
SelectRepositoryContextDialog.Title=Sélectionne les variables du contexte
|
||||
SelectRepositoryContextDialog.View=Voir...
|
||||
SelectRepositoryContextGroupDialog.Default=Défaut
|
||||
SelectRepositoryContextGroupDialog.Title=Ajouter un groupe de contextes
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=Vue compacte
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=Vue de la table
|
||||
TalendType.TypeName=Nom de type {0}
|
||||
VariableItemEditor.name=Nom
|
||||
VariableItemEditor.new=Nouveau
|
||||
VariableItemEditor.remove=Remove
|
||||
VariableItemEditor.twmplatePattern=Echec de la generation des fichiers java
|
||||
VariableItemEditor.variable=Variables :
|
||||
VersionSection.CreationDate=Date de création
|
||||
VersionSection.ModificationDate=Date de modification
|
||||
VersionSection.Version=Version
|
||||
VersionSection.Status=Statut
|
||||
XmlArray.InvalidFile=Fichier invalide.
|
||||
XSDValidater.IllegalArgument=Le fichier XSD d'entrée n'existe pas.
|
||||
EUpdateItemType.Property=Propriété
|
||||
EUpdateItemType.Schema=Schéma
|
||||
EUpdateItemType.SAPFunction=Fonction SAP
|
||||
EUpdateItemType.SAPIDoc=SAP IDoc
|
||||
EUpdateItemType.Query=Requête
|
||||
EUpdateItemType.Variable=Variable
|
||||
EUpdateItemType.ContextGroup=Groupe de contexte
|
||||
EUpdateItemType.Components=Composants
|
||||
EUpdateItemType.Name=Nom
|
||||
EUpdateResult.BuiltIn=Passer en mode built-in
|
||||
EUpdateResult.JobletUpdate=Mise à jour des joblets
|
||||
EUpdateResult.Update=Mettre à jour à partir du référentiel
|
||||
EUpdateResult.Reload=Recharger les composants
|
||||
EUpdateResult.Rename=Changer le nom
|
||||
EUpdateResult.Add=Ajouter à partir du référentiel
|
||||
EUpdateResult.Delete=Supprimer du référentiel
|
||||
UpdatesConstants.Context=Contexte
|
||||
UpdatesConstants.Component=Composant
|
||||
UpdatesConstants.Joblet=Joblet
|
||||
UpdatesConstants.Job=Job
|
||||
ProjectSettingsWizard.EditProjectPageTitle=Editer le projet
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
|
||||
MetadataTypeLengthPreferencePage.VALUE=Paramètres par défaut pour les champs comprenant des valeurs nulls
|
||||
MetadataTypeLengthPreferencePage.FIELD=Paramètres par défaut pour tous les champs
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par défaut pour le type de données
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
|
||||
MetadataTypeLengthConstants.INTEGER_LENGTH=Integer
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
|
||||
MetadataTypeLengthConstants.LONG_LENGTH=Long
|
||||
MetadataTypeLengthConstants.CHARACTER_LENGTH=Character
|
||||
MetadataTypeLengthConstants.OBJECT_LENGTH=Object
|
||||
MetadataTypeLengthConstants.DATE_LENGHT=Date
|
||||
MetadataTypeLengthConstants.SHORT_LENGTH=Short
|
||||
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=String
|
||||
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
|
||||
MetadataTypeLengthConstants.LIST_LENGTH=liste
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=Modules externes
|
||||
ModuleListCellEditor.innerLabel=Modules internes
|
||||
ModuleListCellEditor.selectLabel=Sélectionner un module
|
||||
ModuleListCellEditor.title=Sélectionner un module
|
||||
MultiStringSelectionDialog.nameEmpty=Le nom ne peut être vide
|
||||
PromptDialog.stringTip=Le texte d'entrée doit être entouré de guillemets simples.
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Fichier
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Editer
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Naviguer
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projet
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=Fe&nêtre
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Aide
|
||||
BusinessAppearanceComposite.textAlignmentGroup=Alignement du texte
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Vertical
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=Gauche
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=Droite
|
||||
ConnectionBean.Local=local
|
||||
ConnectionBean.DefaultConnection=connexion par défaut
|
||||
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit être numérique.
|
||||
OpenXSDFileDialog.cancel=Annuler
|
||||
OpenXSDFileDialog.confirm=Confirmer
|
||||
OpenXSDFileDialog.fileName=Nom de fichier :
|
||||
OpenXSDFileDialog.xmlFileSelection=Sélectionner un fichier XML à valider
|
||||
ExtractMetaDataUtils.missDriver.1=impossible de trouver la classe :
|
||||
ExtractMetaDataUtils.missDriver.2=pilote JDBC manquant :
|
||||
DqRepositoryViewService.NO_CATALOGS=Aucun catalogue donné. Impossible de retrouver les tables.
|
||||
DqRepositoryViewService.NONE_NULL_FUNCTION_NAME=Un nom fonctionnel ne doit pas être null.
|
||||
@@ -1,376 +0,0 @@
|
||||
AbstractBrandingService.routines_license_header_content=Copyright (c) 2005-2010, Talend Inc.n//n// This source code has been automatically generated by_{0}n// CodeGenerator version {1}n// You can find more information about Talend products at www.talend.com.n// You may distribute this code under the terms of the GNU LGPL licensen// http://www.gnu.org/licenses/lgpl.html).
|
||||
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0} \u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
|
||||
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC : \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
|
||||
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=\u30B3\u30E1\u30F3\u30C8\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=\u30B3\u30E1\u30F3\u30C8\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=\u4E0D\u6B63\u8272
|
||||
ColorsCodeViewerPreferencePage.LabelColor=\u30E9\u30D9\u30EB\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal1Color=\u30EA\u30C6\u30E9\u30EB\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.Literal2Color=\u30EA\u30C6\u30E9\u30EB\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=\u30DE\u30FC\u30AF\u30A2\u30C3\u30D7\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=\u6F14\u7B97\u5B50\u8272
|
||||
ColorsCodeViewerPreferencePage.defaultColor=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272
|
||||
ColorsCodeViewerPreferencePage.fieldTip=\u30DC\u30FC\u30EB\u30C9 (&B)
|
||||
ColorsCodeViewerPreferencePage.keyword1Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF11\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword2Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF12\u306E\u914D\u8272
|
||||
ColorsCodeViewerPreferencePage.keyword3Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF13\u306E\u914D\u8272
|
||||
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
|
||||
ComponentsFormatPreferencePage.add=\u8FFD\u52A0
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName="{0}"\u304C\u4E0D\u6B63\u3067\u3059
|
||||
ComponentsFormatPreferencePage.formatConnection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatHint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.formatLable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
ComponentsFormatPreferencePage.remove=\u524A\u9664
|
||||
ComponentsFormatPreferencePage.ErrorTitle=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
|
||||
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EA\u30DD\u30B8\u30C8\u30EA\u3067OCI\u30BF\u30A4\u30D7\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
|
||||
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u8868\u793A\u306E\u5024
|
||||
ContextComposite.variable=\u5909\u6570
|
||||
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
|
||||
ContextParameterProposal.Description=\u8AAC\u660E\: {0}
|
||||
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
|
||||
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextParameterProposal.Type=\n\u30BF\u30A4\u30D7\: {1}
|
||||
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
|
||||
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u79F0\u5909\u66F4
|
||||
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u6307\u5B9A\u3057\u307E\u3059 {0}
|
||||
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
|
||||
ContextProcessSection.29=\u30A8\u30E9\u30FC
|
||||
ContextProcessSection.30=\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
ContextProcessSection.4=\u4EE5\u4E0B\u306B\u57FA\u3065\u3044\u3066\u3001\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8FFD\u52A0\u3057\u307E\u3059 ->(
|
||||
ContextProcessSection.49=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.50=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F314
|
||||
ContextProcessSection.51=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F315
|
||||
ContextProcessSection.6=\u65B0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextProcessSection.7=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u524D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
|
||||
ContextProcessSection.ParameterNameIsNotValid=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
ContextProcessSection.RemoveInformation={0} \u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u3059\u3001\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
ContextProcessSection.errorTitle=\u30A8\u30E9\u30FC
|
||||
ConextTableValuesComposite.nameLabel=\u540D\u524D
|
||||
ConextTemplateComposite.OrderMessages=\u3082\u3057\u3053\u308C\u3089\u306E\u5909\u6570\u3092\u4E26\u3079\u66FF\u3048\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u5E8F
|
||||
ContextSetConfigurationDialog.nameNotValid=\u540D\u524D\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
ContextTemplateComposite.CommentLabel=\u30B3\u30E1\u30F3\u30C8
|
||||
ContextTemplateComposite.nameLabel=\u540D\u524D
|
||||
ContextTemplateComposite.scriptCodeLabel=\u30B9\u30AF\u30EA\u30D7\u30C8\u30B3\u30FC\u30C9
|
||||
ContextTemplateComposite.sourceLabel=\u30BD\u30FC\u30B9
|
||||
ContextTemplateComposite.typeLabel=\u30BF\u30A4\u30D7
|
||||
ContextTreeConstants.contextName=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
ContextTreeConstants.promptName=\u30D7\u30ED\u30F3\u30D7\u30C8
|
||||
ContextTreeConstants.valueName=\u5024
|
||||
ContextTreeConstants.variableName=\u5909\u6570
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
|
||||
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
|
||||
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316"
|
||||
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
|
||||
CorePreferencePage.alwaysWelcome=\u30B9\u30BF\u30FC\u30C8\u30A2\u30C3\u30D7\u6642\u306B\u30A6\u30A7\u30EB\u30AB\u30E0\u30D3\u30E5\u30FC\u3092\u5E38\u306B\u8868\u793A
|
||||
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
|
||||
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u5236\u9650
|
||||
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C (\u30B8\u30E7\u30D6\u4F5C\u6210\u6642\u306E\u898F\u5B9A\u5024)
|
||||
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
|
||||
DbTableSelectorDialog.textContent=\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u9078\u629E
|
||||
DqRepositoryViewService.NoDataProviderFound={0} \u306B\u30C7\u30FC\u30BF\u30D7\u30ED\u30D0\u30A4\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
DqRepositoryViewService.NoSchemaGiven=\u30D3\u30E5\u30FC\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093\u3002\u30B9\u30AD\u30FC\u30DE\u304C\u4E0E\u3048\u3089\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
|
||||
EComponentCategory_appearance=\u30A2\u30D4\u30A2\u30E9\u30F3\u30B9
|
||||
EComponentCategory_assignment=\u5272\u308A\u5F53\u3066
|
||||
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
|
||||
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
|
||||
EComponentCategory_dynamicSetting=\u52D5\u7684\u8A2D\u5B9A
|
||||
EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA
|
||||
EComponentCategory_extra=\u8FFD\u52A0
|
||||
EComponentCategory_logs=\u30ED\u30B0
|
||||
EComponentCategory_main=\u30E1\u30A4\u30F3
|
||||
EComponentCategory_rulerAndGrid=Rulers & Grid
|
||||
EComponentCategory_sqlTemplate=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
|
||||
EComponentCategory_statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
|
||||
EComponentCategory_svnHistory=SVN\u5C65\u6B74
|
||||
EComponentCategory_technical=\u6280\u8853
|
||||
EComponentCategory_version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
|
||||
EComponentCategory_view=\u8868\u793A
|
||||
EComponentCategory.basicRun=\u57FA\u672C\u5B9F\u884C
|
||||
EComponentCategory.breakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8
|
||||
EComponentCategory.debugRun=\u30C7\u30D0\u30C3\u30B0\u5B9F\u884C
|
||||
EComponentCategory.targetExec=\u30BF\u30FC\u30B2\u30C3\u30C8\u306E\u5B9F\u884C
|
||||
EConnectionType.iteratorMenu=\u53CD\u5FA9
|
||||
EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
|
||||
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
|
||||
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
|
||||
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
|
||||
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
|
||||
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
|
||||
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
|
||||
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
|
||||
EConnectionType.mergeMenu=\u30DE\u30FC\u30B8
|
||||
EConnectionType.synchronize=\u540C\u671F
|
||||
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406\u3059\u308B
|
||||
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
|
||||
EMetadataEncoding.Big5=\u4E94\u5927\u56FD(\u7E41\u4F53\u5B57)
|
||||
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB
|
||||
EMetadataEncoding.EUC_CN=\u4E2D\u56FD\u8A9E\uFF08\u7C21\u4F53\u5B57\uFF09\uFF08\u62E1\u5F35UNIX\u30B3\u30FC\u30C9- CN\uFF09
|
||||
EMetadataEncoding.GB18030=\u4E2D\u56FD\u6A19\u6E96
|
||||
EMetadataEncoding.GB2312=\u4E2D\u56FD\u8A9E
|
||||
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
|
||||
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4
|
||||
EMetadataEncoding.Latin1=\u30E9\u30C6\u30F31\uFF08\u897F\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin2=\u30E9\u30C6\u30F32\uFF08\u6771\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin3=\u30E9\u30C6\u30F33\uFF08\u5357\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin4=\u30E9\u30C6\u30F34\uFF08\u5317\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
|
||||
EMetadataEncoding.Latin5=\u30E9\u30C6\u30F35 (\u30C8\u30EB\u30B3)
|
||||
EMetadataEncoding.Latin6=\u30E9\u30C6\u30F36 (\u5317\u6B27)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (\u30E9\u30C6\u30F31)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=\u30BF\u30A4\u30D7 {0} \u306E\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=\u63A5\u7D9A\u6210\u529F
|
||||
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 '{0}' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\uFF01
|
||||
ExtractMetaDataUtils.noData=\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
Function.FunctionName=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u540D {0}
|
||||
FunctionManager.PurePerl.Desc=\u30A8\u30AD\u30B9\u30D7\u30EC\u30C3\u30B7\u30E7\u30F3\u306E\u8A2D\u5B9A
|
||||
FunctionManager.PurePerl.ParaName=\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA
|
||||
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
GroupByContextAction.groupContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
|
||||
JavaFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3\uFF1A "{0}.{1}" \u30D1\u30FC\u30B9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u624B\u9806\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
JavaGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
|
||||
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
|
||||
JavaSqlFactory.NoClassName=\u30AF\u30E9\u30B9\u540D\u304C\u306A\u304F\u3001\u30C9\u30E9\u30A4\u30D0\u304C\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093
|
||||
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059\:
|
||||
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
|
||||
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
|
||||
LDAPCATruster.failedSaveTrust=\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
|
||||
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059\:
|
||||
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
LogImageCacheAction.CacheImage=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\uFF1A
|
||||
LogImageCacheAction.CacheImageDesc=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\u306E\u8AAC\u660E\uFF1A
|
||||
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToInput.toolTipText=\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u304B\u3089\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u30B3\u30D4\u30FC
|
||||
MetadataDialog.CopySelectionToInput.toolTipText=\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopyToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u5168\u3066\u306E\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.CopySelectionToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
|
||||
MetadataDialog.Message=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataDialog.SchemaModification=\u30B9\u30AD\u30FC\u30DE\u5909\u66F4
|
||||
MetadataDialog.TransferMessage=\u51FA\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
|
||||
MetadataEmfTableEditor.ColumnInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataEmfTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
|
||||
MetadataTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0 ''{0}'' \u306F\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
|
||||
MetadataTableEditor.ColumnNameIsInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTableEditorView.ColumnTitle=COLUMN
|
||||
MetadataTableEditorView.CommentTitle=\u30B3\u30E1\u30F3\u30C8
|
||||
MetadataTableEditorView.DBTypeTitle=DB\u30BF\u30A4\u30D7
|
||||
MetadataTableEditorView.DefaultTitle=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
MetadataTableEditorView.KeyTitle=\u30AD\u30FC
|
||||
MetadataTableEditorView.LengthTitle=\u9577\u3055
|
||||
MetadataTableEditorView.NullableTitle=\u30CC\u30EB\u53EF\u80FD
|
||||
MetadataTableEditorView.PatternTitle=\u30D1\u30BF\u30FC\u30F3(Ctrl+Space available)
|
||||
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
|
||||
MetadataTableEditorView.TypleTitle=\u30BF\u30A4\u30D7
|
||||
MetadataTableEditorView.RelationshipType=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u30BF\u30A4\u30D7
|
||||
MetadataTableEditorView.RelatedEntity=\u95A2\u4FC2\u30A8\u30F3\u30C6\u30A3\u30C6\u30A3
|
||||
MetadataTalendType.dbIdNotFound=DBMS ID\uFF1A {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\uFF01
|
||||
MetadataTalendType.DBMSNotSetted=DBMS\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
MetadataTalendTypeEditor.button.edit=\u7DE8\u96C6(E)
|
||||
MetadataTalendTypeEditor.button.export=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8 (&E)
|
||||
MetadataTalendTypeEditor.button.import=\u30A4\u30F3\u30DD\u30FC\u30C8 (&I)
|
||||
MetadataTalendTypeEditor.column1.Name=\u30E1\u30BF\u30C7\u30FC\u30BF\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB
|
||||
MetadataTalendTypeEditor.editMappingDialog.title=\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306E\u7DE8\u96C6
|
||||
MetadataTalendTypeEditor.error.message=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
|
||||
MetadataTalendTypeEditor.fileIsImported=\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
MetadataTalendTypeEditor.fileIsInvalid=\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
|
||||
MetadataTalendTypeEditor.fileNameStartRule=\u30D5\u30A1\u30A4\u30EB\u540D\u306F 'mapping_' \u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044.
|
||||
MetadataTool.errorMessage=\u3053\u306E\u6587\u5B57\u306F\u5165\u529B\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
|
||||
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
|
||||
MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
|
||||
MetadataTool.nullValue=Null\u5024
|
||||
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
|
||||
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
|
||||
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
|
||||
NodeReturnProposal.Description=\u8AAC\u660E\: {0}
|
||||
PaletteContentDialog.connection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.hint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
PaletteContentDialog.lable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
|
||||
Parameter.Name=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D
|
||||
PatternCalendar.dateFormat="yyyy-MM-dd HH\:mm\:ss"
|
||||
PatternCalendar.example=\u4F8B\:
|
||||
PatternCalendar.pattern=\u30D1\u30BF\u30FC\u30F3\:
|
||||
PerlGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
|
||||
PerspectiveMenuManager.dummy=\u30C0\u30DF\u30FC
|
||||
PerspectiveMenuManager.perspectiveLabel=\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6 (&P)
|
||||
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
|
||||
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
|
||||
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
|
||||
PropertiesWizard.EditPropertiesPageTitle=\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6
|
||||
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
|
||||
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AB\u30FC
|
||||
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
|
||||
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
PropertiesWizardPage.Name=\u540D\u524D
|
||||
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
PropertiesWizardPage.Path=\u30D1\u30B9
|
||||
PropertiesWizardPage.Purpose=\u76EE\u7684
|
||||
PropertiesWizardPage.Select=SELECT
|
||||
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
|
||||
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
|
||||
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
PropertiesWizardPage.Version.Major=M
|
||||
PropertiesWizardPage.Version.Minor=m
|
||||
PropertiesWizardPage.ImageSizeError=\u30B5\u30A4\u30BA\u304C 32x32 \u306E\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u4E2D...
|
||||
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
|
||||
RepositoryToComponentProperty.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
RepositoryUpdateManager.Title=\u4FEE\u6B63
|
||||
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF\u4E2D...
|
||||
RepositoryUpdateManager.Messages=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
|
||||
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
RepositoryUpdateManager.RenameContextTitle=\u8CEA\u554F\u306E\u540D\u79F0\u5909\u66F4
|
||||
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
|
||||
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\:
|
||||
RoutinesFunctionProposal.Description=\u8AAC\u660E\:
|
||||
RoutinesFunctionProposal.Example=\u4F8B\uFF1A
|
||||
RoutinesFunctionProposal.ReturnType=\u623B\u308A\u5024\u306E\u578B\uFF1A
|
||||
RoutinesFunctionProposal.System=\u30B7\u30B9\u30C6\u30E0
|
||||
RoutinesFunctionProposal.User=\u30E6\u30FC\u30B6\u30FC
|
||||
RoutinesFunctionProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
|
||||
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
|
||||
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB\:
|
||||
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
|
||||
SchemaCellEditor.giveSchemaName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
|
||||
SchemaCellEditor.inputName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaCellEditor.nameExistOrInvalid=\u540D\u524D\u304C\u91CD\u8907\u3057\u3066\u3044\u308B\u304B\u3001\u7121\u52B9\u306A\u540D\u524D\u3067\u3059\u3002
|
||||
SchemaCellEditor.schemaName=\u30B9\u30AD\u30FC\u30DE\u540D
|
||||
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u306B\u5909\u66F4\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u5909\u66F4
|
||||
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u3067\u4F5C\u6210\u3057\u307E\u3059\u3002
|
||||
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u4F5C\u6210
|
||||
SchemaOperationChoiceDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
SchemaOperationChoiceDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
|
||||
SchemaOperationChoiceDialog.StatusMessage=\u7121\u52B9\u306A\u30B9\u30AD\u30FC\u30DE\u3001\u307E\u305F\u306F\u65E2\u306B\u5B58\u5728\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u3002
|
||||
SchemaOperationChoiceDialog.Title=\u30B9\u30AD\u30FC\u30DE
|
||||
SchemaOperationChoiceDialog.ViewSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
|
||||
SelectRepositoryContextDialog.DeselectAll=\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
|
||||
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
|
||||
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 "{1}" \u306E\u5909\u6570 "{0}" \u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059\u3002
|
||||
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
|
||||
SelectRepositoryContextDialog.SelectAll=\u3059\u3079\u3066\u9078\u629E
|
||||
SelectRepositoryContextDialog.ExpandAll=\u3059\u3079\u3066\u5C55\u958B
|
||||
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
|
||||
SelectRepositoryContextGroupDialog.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
|
||||
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8FFD\u52A0
|
||||
TalendTabbedPropertyComposite.compactButton.toolTip=\u30B3\u30F3\u30D1\u30AF\u30C8\u30D3\u30E5\u30FC
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=\u30C6\u30FC\u30D6\u30EB\u30D3\u30E5\u30FC
|
||||
TalendType.TypeName=\u30BF\u30A4\u30D7\u540D {0}
|
||||
VariableItemEditor.insertVariable=\u633F\u5165\u3068\u5909\u6570\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0\u30FC...
|
||||
VariableItemEditor.name=\u540D\u524D
|
||||
VariableItemEditor.new=\u65B0\u898F
|
||||
VariableItemEditor.remove=\u524A\u9664
|
||||
VariableItemEditor.twmplatePattern=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D1\u30BF\u30FC\u30F3\:
|
||||
VariableItemEditor.variable=\u5909\u6570\:
|
||||
VersionSection.CreationDate=\u4F5C\u6210\u65E5
|
||||
VersionSection.ModificationDate=\u4FEE\u6B63\u65E5\u4ED8
|
||||
VersionSection.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
VersionSection.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
|
||||
XmlArray.InvalidFile=\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u5B8C\u5168\u3067\u3059\u3002
|
||||
XPathQueryMetadataTableEditorViewExt.xpathQuerys=\u30B9\u30AD\u30FC\u30DEXPathQuerys
|
||||
XSDValidater.IllegalArgument=\u5165\u529BXSD\u30D5\u30A1\u30A4\u30EB\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
|
||||
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
|
||||
EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
|
||||
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
|
||||
EUpdateItemType.SAPIDoc=SAP iDoc
|
||||
EUpdateItemType.Query=\u30AF\u30A8\u30EA
|
||||
EUpdateItemType.Variable=\u5909\u6570
|
||||
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
|
||||
EUpdateItemType.Components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
EUpdateItemType.Name=\u540D\u524D
|
||||
EUpdateItemType.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
EUpdateResult.BuiltIn=\u30D3\u30EB\u30C9\u30A4\u30F3\u30E2\u30FC\u30C9\u3078\u5909\u66F4
|
||||
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u306E\u66F4\u65B0
|
||||
EUpdateResult.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u66F4\u65B0
|
||||
EUpdateResult.Reload=\u30B3\u30F3\u30DD\u30CD\u30F3\u30C8\u3092\u30EA\u30ED\u30FC\u30C9
|
||||
EUpdateResult.Rename=\u540D\u524D\u3092\u5909\u66F4
|
||||
EUpdateResult.Add=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u8FFD\u52A0
|
||||
EUpdateResult.Delete=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u524A\u9664
|
||||
UpdatesConstants.Context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
|
||||
UpdatesConstants.Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
|
||||
UpdatesConstants.Joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
|
||||
UpdatesConstants.Job=\u30B8\u30E7\u30D6
|
||||
UpdatesConstants.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
|
||||
ProjectSettingsWizard.EditProjectPageTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u7DE8\u96C6
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B
|
||||
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthPreferencePage.VALUE=\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9ANULL
|
||||
MetadataTypeLengthPreferencePage.FIELD=\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A
|
||||
MetadataTypeLengthPreferencePage.DBTYPE=\u30C7\u30FC\u30BF\u578B\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9577\u3055
|
||||
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u30D6\u30FC\u30EB\u578B
|
||||
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=\u5341\u9032\u6570\u578B
|
||||
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8\u578B
|
||||
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
|
||||
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
|
||||
ModuleListCellEditor.externalLabel=\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.innerLabel=\u5185\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
|
||||
ModuleListCellEditor.selectLabel=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
ModuleListCellEditor.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
|
||||
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
|
||||
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
|
||||
ApplicationActionBarAdvisor.menuFileLabel=\u30d5\u30a1\u30a4\u30eb \uff08&F)
|
||||
ApplicationActionBarAdvisor.menuEditLabel=\u7de8\u96c6 \uff08&E)
|
||||
ApplicationActionBarAdvisor.navigateLabel=\u30ca\u30d3\u30b2\u30fc\u30c8 (&N)
|
||||
ApplicationActionBarAdvisor.gotoLabel=\u79fb\u52d5 (&G)
|
||||
ApplicationActionBarAdvisor.projectLabel=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \uff08&P)
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=\u30a6\u30a4\u30f3\u30c9\u30a6 \uff08&W)
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=\u30d8\u30eb\u30d7 \uff08&H)
|
||||
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u306E\u4F4D\u7F6E\u5408\u308F\u305B
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=\u6C34\u5E73
|
||||
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top= \u4E0A
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u4E0B
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
|
||||
ConnectionBean.Local=\u30ED\u30FC\u30AB\u30EB
|
||||
ConnectionBean.DefaultConnection=\u30C7\u30D5\u30A9\u30EB\u30C8\u63A5\u7D9A
|
||||
InegerCellEditorListener.NegativeNumberMessage={0} \u306B\u306F\u8CA0\u306E\u5024\u3092\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
OpenXSDFileDialog.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
OpenXSDFileDialog.confirm=\u78BA\u8A8D
|
||||
OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D \:
|
||||
OpenXSDFileDialog.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
|
||||
ExtractMetaDataUtils.missDriver.1=\u898B\u3064\u304B\u3089\u306A\u3044\u30AF\u30E9\u30B9\uFF1A
|
||||
ExtractMetaDataUtils.missDriver.2=JDBC\u30C9\u30E9\u30A4\u30D0\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
CommonWizard.exception=\u4F8B\u5916
|
||||
@@ -1,158 +0,0 @@
|
||||
AbstractComponentsProvider.folderNotExist=Folder {0} nie istnieje.
|
||||
AbstractItemMigrationTask.taskFailed=Zadanie migracji {0} nie powiod\u0142o si\u0119 na obiekcie {1}
|
||||
AdvancedSocketFactory.failedInitial=B\u0142\u0105d: niepowodzenie inicjalizacji:
|
||||
ColorsCodeViewerPreferencePage.Comment1Color=Kolor Komentarza1
|
||||
ColorsCodeViewerPreferencePage.Comment2Color=Kolor Komentarza2
|
||||
ColorsCodeViewerPreferencePage.DigitColor=Kolor cyfr
|
||||
ColorsCodeViewerPreferencePage.FunctionColor=Kolor funkcji
|
||||
ColorsCodeViewerPreferencePage.InvalidColor=Niepoprawny kolor
|
||||
ColorsCodeViewerPreferencePage.LabelColor=Kolor etykiety
|
||||
ColorsCodeViewerPreferencePage.MarkupColor=Kolor znacznika
|
||||
ColorsCodeViewerPreferencePage.OperatorColor=Kolor operatora
|
||||
ColorsCodeViewerPreferencePage.defaultColor=Kolor domy\u015Blny
|
||||
ColorsCodeViewerPreferencePage.fieldTip=Pogru&bione
|
||||
ComponentsFormatPreferencePage.add=Dodaj
|
||||
ComponentsFormatPreferencePage.errorCreateConnectionName=Nazwa "{0}" niepoprawna.
|
||||
ComponentsFormatPreferencePage.formatConnection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
ComponentsFormatPreferencePage.formatHint=Domy\u015Blny format podpowiedzi:
|
||||
ComponentsFormatPreferencePage.formatLable=Domy\u015Blny format etykiety:
|
||||
ComponentsFormatPreferencePage.ErrorTitle=B\u0141\u0104D
|
||||
ComponentToRepositoryProperty.error=B\u0141\u0104D
|
||||
ContextComposite.tableValue=Warto\u015Bci jako tabela
|
||||
ContextComposite.treeValue=Warto\u015Bci jako drzewo
|
||||
ContextValueErrorChecker.ErrorTitile=B\u0142\u0105d warto\u015Bci konetekstu:
|
||||
ContextParameterProposal.NoCommentAvaiable=Komentarz nie jest dost\u0119pny.
|
||||
ContextProcessSection.1=menuTable
|
||||
ContextProcessSection.2=Pyta\u0107 o potwierdzenie?
|
||||
ContextProcessSection.29=B\u0141\u0104D
|
||||
ContextProcessSection.30=Nazwa ju\u017C istnieje
|
||||
ContextProcessSection.4=Dodaj nowy kontekst na podst. ->(
|
||||
ContextProcessSection.49=Domy\u015Blny kontekst
|
||||
ContextProcessSection.6=Nowy kontekst
|
||||
ContextProcessSection.7=Nadaj nazw\u0119 nowemu kontekstowi
|
||||
ContextProcessSection.ParameterNameIsNotValid=Nazwa parametru niepoprawna.
|
||||
ContextProcessSection.RemoveInformation={0} to domy\u015Blny kontekst i nie mo\u017Ce by\u0107 usuni\u0119ty.
|
||||
ContextProcessSection.errorTitle=B\u0141\u0104D
|
||||
ConextTableValuesComposite.nameLabel=Nazwa
|
||||
ConextTemplateComposite.OrderMessages=Je\u015Bli chcesz zmieni\u0107 kolejno\u015B\u0107 zmiennych musz\u0105 by\u0107 one zaznaczone
|
||||
ConextTemplateComposite.OrderText=Orginalna kolejno\u015B\u0107
|
||||
ContextSetConfigurationDialog.nameNotValid=nazwa niepoprawna
|
||||
ContextTemplateComposite.CommentLabel=Komentarz
|
||||
ContextTemplateComposite.nameLabel=Nazwa
|
||||
ContextTemplateComposite.scriptCodeLabel=Kod skryptowy
|
||||
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
|
||||
ContextTemplateComposite.typeLabel=Typ
|
||||
ContextTreeConstants.contextName=Contekst
|
||||
ContextTreeConstants.valueName=Warto\u015B\u0107
|
||||
ContextTreeConstants.variableName=Zmienna
|
||||
ConextTemplateComposite.addToRepositoryContextAction.label=Dodaj do kontekstu repozytorium
|
||||
CorePreferencePage.componentDefaultFileDirectory=Domy\u015Blna \u015Bcie\u017Cka pliku komponentu
|
||||
CorePreferencePage.groupBySource="Group by source" w kontek\u015Bcie
|
||||
CorePreferencePage.iReportPath=\u015Bcie\u017Cka iReport
|
||||
CorePreferencePage.alwaysWelcome=Zawsze pokazuj widok pocz\u0105tkowy na starcie
|
||||
CorePreferencePage.javaInterpreter=Interpreter &Java
|
||||
CorePreferencePage.perlInterpreter=Interpreter Perl
|
||||
CorePreferencePage.previewLimit=Limit podgl\u0105du
|
||||
CorePreferencePage.runInMultiThread=Wykonanie wielow\u0105tkowe (warto\u015B\u0107 domy\u015Blna przy tworzeniu pracy)
|
||||
CorePreferencePage.temporaryFiles=Pliki &tymczasowe
|
||||
DbTableSelectorDialog.textContent=Wybierz nazw\u0119 tabeli
|
||||
ECodeLanguage.unknowLanguage=Nieznany j\u0119zyk
|
||||
EComponentCategory_appearance=Wygl\u0105d
|
||||
EComponentCategory_assignment=Przypisanie
|
||||
EComponentCategory_context=Contekst
|
||||
EComponentCategory_doc=Dokuemntacja
|
||||
EComponentCategory_main=G\u0142ówny
|
||||
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
|
||||
EComponentCategory_sqlTemplate=Wzorzec SQL
|
||||
EComponentCategory_statsAndLogs=Statystyki i logi
|
||||
EComponentCategory_technical=Techniczne
|
||||
EComponentCategory_version=Wersja
|
||||
EComponentCategory_view=Widok
|
||||
EConnectionType.iteratorMenu=Iteracja
|
||||
EConnectionType.mainMenu=G\u0142ówny
|
||||
EConnectionType.onComponentErrorMenu=Po b\u0142\u0119dzie komponentu
|
||||
EConnectionType.onComponentOkMenu=Je\u015Bli komponent OK
|
||||
EConnectionType.runAfterMenu=Uruchom po
|
||||
EConnectionType.runIfMenu=Uruchom je\u015Bli
|
||||
EConnectionType.tableMenu=Tabela
|
||||
EConnectionType.mergeMenu=Z\u0142\u0105cz
|
||||
EConnectionType.synchronize=Synchronizuj
|
||||
EMetadataEncoding.Arabic=Arabski
|
||||
EMetadataEncoding.Cyrillic=Cyrylica
|
||||
EMetadataEncoding.EUC_CN=Prosty chi\u0144ski (Rozszerzony Unix Code-CN)
|
||||
EMetadataEncoding.GB18030=Standardowy narodowy chi\u0144ski
|
||||
EMetadataEncoding.GB2312=Chi\u0144ski
|
||||
EMetadataEncoding.Greek=Grecki
|
||||
EMetadataEncoding.Hebrew=Hebrajski
|
||||
EMetadataEncoding.Latin1=Latin1(Zach Europa)
|
||||
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
|
||||
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
|
||||
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
|
||||
EMetadataEncoding.Latin5=Latin5(Turcja)
|
||||
EMetadataEncoding.Latin6=Latin6(Nordycki)
|
||||
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
|
||||
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
|
||||
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
|
||||
EMetadataEncoding.UTF16LE=Unicode (16 bit)
|
||||
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
|
||||
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
|
||||
ERepositoryObjectType.FolderNotFound=Folder typu {0} nie znaleziony.
|
||||
ExtractMetaDataFromDataBase.SchemaNoPresent=Schemat nie istnieje w bazie danych
|
||||
ExtractMetaDataFromDataBase.connectionSuccessful=Po\u0142\u0105czenie udane
|
||||
ExtractMetaDataUtils.noData=Nie znaleziono danych.
|
||||
MetadataTableEditorView.ColumnTitle=Kolumna
|
||||
MetadataTableEditorView.CommentTitle=Komentarz
|
||||
MetadataTableEditorView.LengthTitle=D\u0142ugo\u015B\u0107
|
||||
MetadataTableEditorView.PrecisionTitle=Precyzja
|
||||
MetadataTableEditorView.TypleTitle=Typ
|
||||
MetadataTalendTypeEditor.error.message=Wiadomo\u015B\u0107 b\u0142\u0119du
|
||||
PaletteContentDialog.connection=Domy\u015Blny format po\u0142\u0105czenia:
|
||||
PaletteContentDialog.hint=Domy\u015Blny format podpowiedzi:
|
||||
PaletteContentDialog.lable=Domy\u015Blny format etykiety:
|
||||
PropertiesWizardPage.Author=Autor
|
||||
PropertiesWizardPage.Name=Nazwa
|
||||
PropertiesWizardPage.Status=Status
|
||||
PropertiesWizardPage.Version=Wersja
|
||||
RoutinesFunctionProposal.User=U\u017Cytkownik
|
||||
SchemaOperationChoiceDialog.Title=Schemat
|
||||
SelectRepositoryContextDialog.SelectAll=Zaznacz wszystko
|
||||
TalendTabbedPropertyComposite.tableButton.toolTip=widok tabeli
|
||||
TalendType.TypeName=Nazwa typu {0}
|
||||
VariableItemEditor.name=Nazwa
|
||||
VariableItemEditor.new=Nowy
|
||||
VariableItemEditor.variable=Zmienne:
|
||||
VersionSection.CreationDate=Data utworzenia
|
||||
VersionSection.ModificationDate=Data modyfikacji
|
||||
VersionSection.Version=Wersja
|
||||
VersionSection.Status=Status
|
||||
XmlArray.InvalidFile=Niepoprawny plik.
|
||||
EUpdateItemType.Property=W\u0142a\u015Bciwo\u015B\u0107
|
||||
EUpdateItemType.Schema=Schemat
|
||||
EUpdateItemType.SAPFunction=SAP Funkcja
|
||||
EUpdateItemType.Query=Zapytanie
|
||||
EUpdateItemType.Variable=Zmienna
|
||||
EUpdateItemType.Components=Komponenty
|
||||
EUpdateItemType.Name=Nazwa
|
||||
EUpdateResult.BuiltIn=Zmie\u0144 na tryb wbudowany
|
||||
EUpdateResult.Update=Aktualizuj z repozytorium
|
||||
EUpdateResult.Reload=Prze\u0142aduj komponenty
|
||||
EUpdateResult.Rename=Zmie\u0144 nazw\u0119
|
||||
EUpdateResult.Delete=Usu\u0144 z repozytorium
|
||||
UpdatesConstants.Context=Contekst
|
||||
MetadataTypeLengthConstants.STRING_LENGTH=Ci\u0105g znaków
|
||||
ApplicationActionBarAdvisor.menuFileLabel=&Plik
|
||||
ApplicationActionBarAdvisor.menuEditLabel=&Edycja
|
||||
ApplicationActionBarAdvisor.navigateLabel=&Nawigacja
|
||||
ApplicationActionBarAdvisor.gotoLabel=&Id\u017A do
|
||||
ApplicationActionBarAdvisor.projectLabel=&Projekt
|
||||
ApplicationActionBarAdvisor.menuWindowLabel=&Okno
|
||||
ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
|
||||
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
|
||||
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
|
||||
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
|
||||
BusinessAppearanceComposite.textAlignment.vertical.top=góra
|
||||
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
|
||||
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
|
||||
ConnectionBean.Local=Lokalne
|
||||
ConnectionBean.DefaultConnection=Po\u0142\u0105czenie domy\u015Blne
|
||||
OpenXSDFileDialog.confirm=Potwierd\u017A
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user