Compare commits

...

1950 Commits

Author SHA1 Message Date
dmytroshekera
a85bfe1fab fix(TPS-3404):An error occurs on tFileOutputExcel after Iterate when /tmp/profiles folder does not exist
* fix(TDI-42092)
2019-09-20 15:21:12 +03:00
dmytroshekera
f3b36e509c fix(TPS-3404):An error occurs on tFileOutputExcel after Iterate when /tmp/profiles folder does not exist
* fix(TDI-42092)
2019-09-19 18:09:24 +03:00
dmytroshekera
ce91c8f373 fix(TDI-42092): An error occurs on tFileOutputExcel after Iterate when /tmp/profiles folder does not exist (#3419) (#3937)
* fix(TDI-42092): An error occurs on tFileOutputExcel after
* Iterate when /tmp/profiles folder does not exist.
* reproduce in multithread env - each thread try create
* folder. First thread create. Second crash because folder exist
2019-09-18 14:37:41 +03:00
Denis Sergent
6b780bc24a TESB-26772 Adds a way to externalise osgi-exclude.properties file (#3859)
This dev adds the opportunity to externalise osgi-exclude.properties
resource file from org.talend.repository bundle better than using the
one included in org.talend.repository budle jar file.
2019-08-22 14:02:18 +02:00
apoltavtsev
22c1e8ad07 TESB-26293 Duplicated libraries in private & import packages of the build manifest file 2019-08-20 12:21:40 +03:00
apoltavtsev
8c2d941b22 TESB-25164 Intermittent "ClassNotFoundException: javax.mail.Address" errors 2019-08-20 12:10:22 +03:00
wang wei
26b1bd2cc5 fix(TDI-42705): tSAPBwInput component gives compilation error (#3739) 2019-07-31 09:59:59 +08:00
slushatel
03f1650e41 feat(TDI-42570): stop process if parent thread has terminated, add log wrapper for tos studio (#3715)
(cherry picked from commit b4196f3ade)
2019-07-15 15:58:05 +03:00
slushatel
cba4a8f3e0 Tdi 42570 stop process when thread stops (#3676)
* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

(cherry picked from commit 9e8d8785c2)
2019-07-11 15:05:38 +03:00
Jane Ding
b35a54fc89 fix(TUP-23663)The connection row between components is getting activated (#3687) (#3695)
* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663
2019-07-09 18:50:03 +08:00
Irene Wang
be20e84c8b Revert "DEVOPS-3416 Deploy all plugins for Black Duck scans"
This reverts commit 1ce0e429ca.
2019-06-28 12:17:19 +02:00
kjwang-talend
29147e644c TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix can't guess query problem) (#3607)
* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955

* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955
2019-06-14 15:39:18 +08:00
vyu-talend
9764daa1cf Fix(TDI-42407):Fix the issue of lose data. 2019-05-31 18:31:57 +08:00
wchen-talend
abe8ea8ce4 fix(TUP-22955):java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (#3526) (#3533) 2019-05-31 14:26:37 +08:00
jzhao
7603fbbb1b fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max) (#3504)

* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max)

* TalendNTextImpl from talend lib to a patched jtds
* Add maven project to build patched jtds with TalendNTextImpl
* update talend lib talend_DB_mssqlUtil
* update depends on component side

* fix(TDI-42356):exclude jtds jar in osgi bundle

* fix(TDI-42356):fix missing changes for stats and logs with database
config

* fix(TDI-42356):change the GAV of build jar and maven path in
components

* fix(TDI-42356):change the version of jar
2019-05-31 10:47:15 +08:00
Jane Ding
82ec752f49 fix(TUP-22147)There is a NPE error when closing studio (#3443) (#3510)
* fix(TUP-22147)There is a NPE error when closing studio

* fix(TUP-22147)There is a NPE error when closing studio

Conflicts:
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/TalendJavaProjectManager.java
2019-05-24 15:38:30 +08:00
vyu-talend
6691c25dfd Fix(TDI-42300):Make variable name unique 2019-05-10 11:04:52 +08:00
Carlos Carvajal
25a8ad0006 fix(TBD-8566): correct context var replacement in subqueries (#3420) (#3461) 2019-05-09 15:12:23 +02:00
wang wei
3cc382729f fix(TDI-42239): tLogCatcher and tAssertCatcher cause compilation error when used together(#3432) 2019-05-06 14:01:02 +08:00
hwang-talend
4203f4e155 Hwang/tup 22649 (#3413) (#3439)
bugfix(TUP-22649):tELTOracleMap : wrong Generated SQL Select query after
patch TPS-2944
2019-04-29 16:24:22 +08:00
wwang-talend
a5ff7e4a70 Revert "fix(TDI-41894): Randomly the job fails with "java.security.SignatureException: Invalid encoding for signature" error. (#3323)"
This reverts commit b5881ebf3e.
2019-04-22 11:45:03 +08:00
wang wei
4aefce88e7 fix(TDI-42141): tReplacelist not replacing in order (#3398) 2019-04-22 11:08:59 +08:00
Zhiwei Xue
df79455195 fix(TUP-22619):Miss item files in final zip when publishing job in (#3389)
commandline
2019-04-11 17:21:52 +08:00
wang wei
b5881ebf3e fix(TDI-41894): Randomly the job fails with "java.security.SignatureException: Invalid encoding for signature" error. (#3323) 2019-04-11 10:40:52 +08:00
hcyi
0a5b0f66ab fix(TUP-22521):tHiveMap- Unexpected SQL syntax for 'case when (#3374)
...then....else' condition.
2019-04-08 15:26:32 +08:00
Jane Ding
8b0bc633e9 fix(TUP-21920)Nullpointer on build job (#3336) (#3370)
https://jira.talendforge.org/browse/TUP-21920
Loop dependency classpath issue caused main class not found
2019-04-03 16:20:15 +08:00
wang wei
1b4dd545cc fix(TDI-42072): NullPointerException when using the tDie component in the child job and execute the job from the parent job.(#3352) 2019-04-02 16:21:14 +08:00
Jane Ding
16bad7bf5b fix(TUP-22342)Joblet referring to objects that do not exist (#3355) (#3360)
https://jira.talendforge.org/browse/TUP-22342
2019-04-02 15:33:13 +08:00
Dmytro Sylaiev
d0282cc782 fix(TDI-42024): Change execProt and execPBSZ order (#3333) 2019-04-01 13:07:25 +03:00
wang wei
d0758cdbb0 fix(TDI-41898): Comment in the query in tJDBCInput component does not work if the job is migrated from 6.2.1 to 7.1.1(#3334) 2019-03-28 14:20:48 +08:00
apoltavtsev
4721797b9f Typo removed 2019-03-21 09:49:20 +03:00
apoltavtsev
7c1871e54b TESB-24730 Services no longer accessible ( NPE) after route deployment 2019-03-21 09:44:00 +03:00
chmyga
4c64213134 fix(TDI-41951): special chars in column comment (#3318)
* Use text escape method usage in SPSOutput and SalesforceWaveBulkExec components
2019-03-19 14:49:34 +02:00
kjwang-talend
af41a8e0c8 kjwang/Fix-TUP-21903 tSalesForceConnection fix junit (#3314) (#3315)
https://jira.talendforge.org/browse/TUP-21903
2019-03-15 14:59:11 +08:00
kjwang-talend
51f2d1572f fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context (#3254) (#3311)
* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.
2019-03-13 16:34:38 +08:00
pyzhou
e000cf43bd fix(TDI-41789): Redshift change migration logic (#3304)
Conflicts:
	main/plugins/org.talend.repository/plugin.xml
2019-03-12 17:08:10 +08:00
Dmytro Sylaiev
03d23179e4 fix(TDI-41897): Fix compile error on generated code (#3294) 2019-03-07 15:01:36 +02:00
Dmytro Sylaiev
c8ba05ff57 fix(TDI-41808): Fix showing pass as clear text NZLoad (#3269)
* fix(TDI-41808): Fix showing pass as clear text NZLoad

* fix(TDI-41808): Rewrite fix to be more efficient

* chore(TDI-41808): Fix indentation

* fix(TDI-41808): Avoid to show real length of password

* fix(TDI-41808): Use constant from util class
2019-03-07 14:30:15 +02:00
Jane Ding
205a198148 Jding/backport70/tup 21920 nullpointer on build job (#3305)
* fix(TUP-21920) Nullpointer on build job (#3266)

* fix(TUP-21920)Nullpointer on build job
https://jira.talendforge.org/browse/TUP-21920
2019-03-07 18:34:32 +08:00
hwang-talend
c4ce8a8996 bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput #3261 (#3302)
bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput
2019-03-07 11:38:59 +08:00
hcyi
49fa541f79 fix(TUP-21777):[7.0.1] Metadata Wizard with SSL cannot retrieve cluster (#3296) (#3299)
settings.
2019-03-07 10:29:28 +08:00
hwang-talend
12e1588c2b bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput (#3264)
bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput component
2019-03-04 11:15:54 +08:00
Emmanuel GALLOIS
887a7d7527 fix(TDI-41795): migrate correctly connection and linked connection (#3251)
* fix(TDI-41795): migrate correctly connection and linked connection
* fix(TDI-41795): fix invalid char in properties files
* chore(TDI-41795): do net set value at each property, just once
* fix(TDI-41795): correct NPE for tGoogleDriveCopy/Put
* fix(TDI-41795): do not corrupt tcompv0 components
  - fix migration version and breaks
  - do not execute migration for tcompv0 components

(cherry picked from commit c23955d51f)
2019-02-26 09:50:42 +01:00
pyzhou-talend
0114340dac fix(TDI-41789):Version of migration task tRedshift. 2019-02-26 15:26:53 +08:00
pyzhou
8befa6eb84 Pyzhou/TDI-41789 t redshift fixed log path (#3260)
* fix(TDI-41789): tRedshift require log file path

* redirect log to console

* change tab to space

Conflicts:
	main/plugins/org.talend.repository/plugin.xml

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftConnection/tRedshiftConnection_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftInput/tRedshiftInput_begin.javajet
2019-02-26 15:21:50 +08:00
apoltavtsev
32f840177e TESB-24784 Propagation of Connection extra properties is added (#3247)
* TESB-24784 Propagation of Connection extra properties is added

* Propagation of Connection extra properties is added
2019-02-18 08:56:02 +01:00
apoltavtsev
07973a694e TESB-22085:Dynamic schema column type is always String in Runtime 2019-02-11 11:54:22 +03:00
hwang-talend
c7227d94ed Hwang/tup 21868 (#3205)
* bugfix(TUP-20479):ELT Maps generate incorrect SQL

* bugfix(TUP-21164):Context is not recognized as context variable in ELT
#2984
2019-01-31 11:11:28 +08:00
Tao Tao
7a8b88603a Ttao/backport 7.0/tup 20927 automatic scrolling in execution console log (#3207)
* fix(TUP-20927)Automatic scrolling in execution console prevent upper log (#2845)

* fix(TUP-20927)Automatic scrolling in execution console prevent upper log
messages checking
https://jira.talendforge.org/browse/TUP-20927

*     fix(TUP-20927)Automatic scrolling in execution console prevent upper log messages checking
    https://jira.talendforge.org/browse/TUP-20927

* Fixed(TUP-20927)Automatic scrolling in execution console prevent upper log messages checking (#2890)

https://jira.talendforge.org/browse/TUP-20927

* fix(TUP-20927)Automatic scrolling in execution console prevent upper log (#2929)

messages checking

* Fix(TUP-21161)can't use the up-arrow button or scroll bar to locate at (#2959)

the top when the gap is too small

https://jira.talendforge.org/browse/TUP-21161

* bugfix(TUP-21336): Run view console result is not synchronized when I (#3067)

switch different job on job editor

https://jira.talendforge.org/browse/TUP-21336
2019-01-30 11:06:42 +08:00
Dmytro Sylaiev
3eb4eb9038 fix(TDI-41678): Upgrade custom lib version to avoid compile error (#3202)
* fix(TDI-41678): Upgrade custom lib version to avoid compile error

* fix(TDI-41678): Make timestamp-version
2019-01-28 14:22:43 +02:00
Zhiwei Xue
058c2fa5ee fix(TUP-21532):re-fix child assembly problem. (#3181) (#3184) 2019-01-22 14:28:34 +08:00
hwang-talend
ddca2a0972 Hwang/tup 21164 (#3004) (#3011) (#3173)
* bugfix(TUP-21164):Context is not recognized as context variable in ELT
Map components and is not separated with string concat from SQL code
2019-01-17 16:03:50 +08:00
Dmytro Sylaiev
1b0b6132b6 feat(TDI-40990): Add http proxy support for ftps (#3080)
* feat(TDI-40990): Add http proxy support for ftps

* Avoid set PROT and PBSZ commands

* feat(TDI-40990): Allign using proxy marker

* feat(TDI-40990): Remove SSLReuse class from template

* feat(TDI-40990): Use correct constructor

* feat(TDI-40990): Bound FTP components to proxy-support ftps library

* feat(TDI-40990): Make talend-commons-net library included to studio

* Bound all ftp components except tFTPConnection to UrlPath

* feat(TDI-40990): Use HTTP proxy when it's set for FTPS

* chore(TDI-40990): Change package name for custom clients
2019-01-16 10:46:47 +02:00
Dmytro Sylaiev
a803bb1cc6 Dsylaiev/tdi 40990 support ftps http proxy commons net prot p (#3146)
* feat(TDI-40990): Add talend-commons-net library

* feat(TDI-40990): Add distribution section to deploy lib in nexus

* chore(TDI-40990): Use talend formatter

* feat(TDI-40990): Extract SSLSessionReuseFTPSClient behavior

* feat(TDI-40990): Rename ProxyClient

* chore(TDI-40990): Minor refactoring

* Use while instead of for

* chore(TDI-40990): Remove eclipse service files

* chore(TDI-40990): Change package name

* feat(TDI-40990): Extends talend-commons-net library to support PROT C

* Major refactoring

* chore(TDI-40990): Make methods order more reasonable

* chore(TDI-40990): Add comments

* Fix using default PROT level
2019-01-16 10:46:42 +02:00
zwxue
3c34e131ee fix(TUP-21532): fix run job and assembly problem. 2019-01-16 10:32:32 +08:00
Zhiwei Xue
705a1527bf fix(TUP-21596):exclude tLibraryLoad jars for independent subjob. (#3148) 2019-01-09 10:26:20 +08:00
Tao Tao
1651e72520 bugfix(TUP-21564):tMap settings - the "Options" window pop-up not (#3136) (#3139)
showing complete view

https://jira.talendforge.org/browse/TUP-21564
2019-01-08 15:35:06 +08:00
Dmytro Sylaiev
ab3b3a737a fix(TDI-41404): Avoid 64kb method issue when too many context paramet… (#3122)
* fix(TDI-41404): Avoid 64kb method issue when too many context paramet… (#3025)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* Dsylaiev/tdi 41404 fix 64kb issue t run job context (#3087)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* fix(TDI-41404): Fix wrong context processing in footer
2019-01-03 16:59:21 +02:00
Zhiwei Xue
30e6b50edc # WARNING: head commit changed in the meantime (#3132)
fix(TUP-21532):Standard DI job which refers to big data batch job having
S3 component and standard DI job having S3 connection component fails
with an error.
2019-01-02 15:22:10 +08:00
SunChaoqun
557dab2fec TESB-24354:SFTP proxy bean not recognized in runtime only (#3135) 2019-01-02 14:29:20 +08:00
Jane Ding
ecc2da2f72 fix(TUP-21333)OnSubJob Links Not Working (#3079) (#3102)
https://jira.talendforge.org/browse/TUP-21333
2018-12-24 11:44:15 +08:00
sponomarova
365723b2a8 fix(TBD-8144): 404 error fix for tBigQueryInput (#3098) 2018-12-21 11:32:28 +01:00
zwxue
5cff3bc2ea fix(TUP-21175):fix JUnit (#3086)
* fix(TUP-21175):fix JUnit (#3039)

* fix(TUP-21175): fix Junits. (#3064)
2018-12-19 19:11:49 +08:00
chmyga
0d5a857a4b fix(TDI-41469): tFileUnarchive zip64 format error (#3026) (#3066)
* fix(TDI-41469): tFileUnarchive zip64 format error

* Use apache commons compress in checkArchive lib

* fix(TDI-41469): tFileUnarchive zip64 format error

* Remove unused method
2018-12-17 15:51:28 +02:00
hcyi
5690c4d98f fix(TUP-21356):talend-bigdata-launcher-1.2.0-20170410.jar not found when (#3078)
spark job launched from standard job by jobserver.
2018-12-14 19:16:34 +08:00
Chao MENG
467a4e08c8 fix(TUP-21461): Routine libraries can't be updated to pom.xml of routine (#3075)
fix(TUP-21461): Routine libraries can't be updated to pom.xml of routine in special case
https://jira.talendforge.org/browse/TUP-21461
2018-12-14 18:25:22 +08:00
Tao Tao
39be232bee bugfix(TUP-21356):"talend-bigdata-launcher-1.2.0-20170410.jar" not found (#3054) (#3056)
when spark job launched from standard job by jobserver

https://jira.talendforge.org/browse/TUP-21356?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
2018-12-10 14:44:21 +08:00
nrousseau
d410c6d6d2 fix(TUP-21175) avoid exception during junit execution 2018-12-10 10:20:07 +08:00
Jane Ding
883af43477 fix(TUP-21245)faile to check JDBC connection with context Migrate from (#3034) (#3048)
6.4.1 to 7.1.1
https://jira.talendforge.org/browse/TUP-21245
2018-12-06 10:14:41 +08:00
hcyi
bbcaae980e fix(TUP-21160):refix JDBC connection will not commit even if autocommit (#3033) (#3042)
is set to True.
2018-12-04 16:40:26 +08:00
hwang-talend
d18c9dab6c bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet. (#3028)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.

* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-12-04 14:30:06 +08:00
ypiel
466c74d1ff fix(TDI-41394) : Qa fix - tCreateTable+Vertica9 backport 7.0 (#3018)
* fix(TDI-41394) : Qa fix - tCreateTable+Vertica9

* fix(TDI-41394) : Add urlPath for MSSQL as it was before
2018-11-29 10:31:19 +01:00
zwxue
d2e41137ac fix(TUP-21252):tMap losing all links in testcase when we do some (#3015)
modification in the main job in the same component
2018-11-29 11:12:49 +08:00
hwang-talend
ee1973b7f7 bugfix(TUP-21118):Code view/test case still link last component even all (#2969) (#3006)
bugfix(TUP-21118):Code view/test case still link last component even all job editor closed
2018-11-27 16:24:50 +08:00
Stéphane Bouchet
45bafe6a60 fix(TESB-23687) : fixed tests (#2991) 2018-11-23 09:27:26 +01:00
hwang-talend
d59249c1ab Hwang/tup 21105 t db connection (#2953) (#2994)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-11-23 14:47:31 +08:00
Jane Ding
f376627f58 fix(TUP-21064)NPE happens when 'save as' routine (#2934) (#2990)
fix(TUP-21064)NPE happens when 'save as' routine
https://jira.talendforge.org/browse/TUP-21064
2018-11-23 10:14:36 +08:00
kjwang-talend
c48f3114df fix(TUP-21160):JDBC connection will not commit even if autocommit is set (#2976) (#2982)
to True.
2018-11-22 14:34:15 +08:00
ypiel
e274e7cc94 fix(TDI-41394) : tCreateTable vertica 9 support (#2967) 2018-11-19 12:49:37 +01:00
Jane Ding
a61fe68325 fix(TUP-21075)Problem of display in the tMap with Mojave (#2943) (#2955)
https://jira.talendforge.org/browse/TUP-21075
2018-11-15 11:53:26 +08:00
Dmytro Sylaiev
8e59bed87d fix(TDI-41330): Use sql TIME in setNull for SIQ (#2927) (#2937) 2018-11-12 13:55:28 +02:00
zwxue
32e9943a31 feat(TUP-20633):Add a command to regenerate all the poms of jobs in a (#2915)
(#2759)

project.

Conflicts:
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/TalendJavaProjectManager.java
2018-11-08 10:50:00 +08:00
jzhao
3068461de4 fix(TDI-41176):'File Json' > 'Input Json' metadata does not show parent values in Preview with JsonPath (#2820) (#2922)
* add a new checkbox "Use the loop node as root" (tFileInputJson)

* fix tExtractJsonField

* fix wizard by set "Use the loop node as root" to false
2018-11-08 10:05:06 +08:00
mbasiuk-talend
5bb06d7bac Mbasiuk/tdi 40846 date validation fix (#2620) (#2918)
* fix(TDI-40846): improve date validation check

* fix(TDI-40846): correct formatting of code

* fix(TDI-40846): add check box use strict date check

* fix(TDI-40846): move to routines method
2018-11-07 11:36:12 +02:00
Dmytro Sylaiev
6ef7abafa6 fix(TDI-41276): Use correct SQLType for null Time (#2852) (#2911)
* fix(TDI-41276): Use correct SQLType for null Time

* fix(TDI-41276): Fix codegen error
2018-11-06 13:14:28 +02:00
Jane Ding
12a939d0dc fix(TUP-21075)Problem of display in the tMap with Mojave (#2900) (#2907)
* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)use duplicate name for jdbc connection, no error show
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075
2018-11-06 16:07:30 +08:00
Chao MENG
73f62346f6 fix(TUP-21039): "Apply context to children jobs" does not work for "grand son" job if Studio not restarted (#2848) (#2886)
* fix(TUP-21039): "Apply context to children jobs" does not work for
"grand son" job if Studio not restarted
2018-11-02 11:46:01 +08:00
jiezhang-tlnd
3effb055f0 fix(TUP-21005)In studio Java Debugging of Routes fails (#2869) (#2878) 2018-11-01 17:04:43 +08:00
hwang-talend
da97a1e4dd Hwang/tup 20837 master (#2859) (#2872)
* bugfix(TUP-20837):Job containing saleforce components takes too much
time to open
2018-11-01 15:55:30 +08:00
Jane Ding
adb196b3b9 fix(TUP-20778)Reference Project - New context group variable not (#2849) (#2854)
getting applied to the jobs
https://jira.talendforge.org/browse/TUP-20778
2018-10-31 10:54:47 +08:00
hwang-talend
b295304e1b bugfix(TUP-20693):Table selection widget - wrong generated code (#2818) (#2860)
bugfix(TUP-20693):Table selection widget - wrong generated code
2018-10-31 10:07:39 +08:00
apoltavtsev
46cbe162e1 TESB-23870 Camel dependencies are not included to manifest of route's child jobs (#2841) 2018-10-23 11:28:26 +02:00
wchen-talend
bb3299d509 fix(TUP-20799):Oracle Invalid Character with tSchemaComplianceCheck (#2809) 2018-10-17 15:50:49 +08:00
Dmytro Sylaiev
53ec637b08 fix(TDI-41043): SFTP tFTPFileList full file info fix (#2723) (#2768) 2018-10-17 10:45:58 +03:00
zwxue
ac8cc693df fix(TUP-20811): Migrate preference project version. (#2774) (#2805)
Conflicts:
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/TalendJavaProjectManager.java
2018-10-17 11:50:48 +08:00
zwxue
006893a058 fix(TUP-20611):Retrieve correct CDH513 jar name and Maven uri for (#2614) (#2798)
missing jar dialog.
2018-10-16 11:35:26 +08:00
hwang-talend
97bcbae532 bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator is (#2771)
* bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator is
used for any column in the source table
2018-10-15 15:48:53 +08:00
jiezhang-tlnd
09a13f0e0c bugfix(TUP-20711)Cannot "Guess schema" with tSQLDWHInput (#2780) (#2787) 2018-10-15 11:08:48 +08:00
wchen-talend
c14700d5c4 fix(TUP-20716):Could not find or load main class while running a big job (#2785) (#2789) 2018-10-15 10:59:59 +08:00
wchen-talend
a605cb57ff Wchen/bugfix/7.0/tup 20799 validation rule (#2788)
* fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2773)

* fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2783)
2018-10-15 10:54:41 +08:00
pyzhou
b867a700db fix(TDI-41115):tSalesforceWave throw exception if file exist (#2777) 2018-10-12 10:11:36 +08:00
mbasiuk-talend
52f3777266 fix(TDI-41119): add more condition to use edtftpj library (#2748) (#2763) 2018-10-10 10:35:32 +03:00
zwxue
1e927de99e fix(TUP-20392):Error log shows after Migrating project from 6.5.1 to (#2686)
7.0.1
2018-10-01 13:55:47 +08:00
wang wei
d27fdf596a fix(TDI-40318): fix FTP permission issue for tFTPPut component sftp mode (#2199)
fix(TDI-40318): Talend FTP permission issue (#2298)
2018-09-27 15:08:44 +08:00
Nicolas Rousseau
338e2d6cd4 Revert "TESB-21702 Maven nature added to new child subjob (#2192)"
This reverts commit 34d92b92c9.
2018-09-27 12:33:10 +08:00
wang wei
eef4049e58 fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another 2018-09-27 10:10:44 +08:00
chmyga
9678a561ee fix(TDI-40994): SnowflakeInput incorrect date (#2668)
* Fix Date conversion in IncomingSchemaEnforcer

* Fix tests

* Bump talend-codegen-utils lib version
2018-09-24 14:37:35 +03:00
qiongli
bd26f22a6f feat(TDQ-15611) Add tDataShuffling to this migration (#2696) 2018-09-20 17:45:43 +08:00
Chao MENG
4ade917962 feat(TUP-20678): Add APAC datacenter to the list on the studio (license (#2704)
/ connection)
https://jira.talendforge.org/browse/TUP-20678
2018-09-14 17:58:52 +08:00
msjian
a19f756e20 fix(TDQ-15391): for type "OSGI Bundle For ESB", when have tDqReportRun, (#2692)
must always export items.
2018-09-12 16:30:37 +08:00
kcoepeau
20f42ebbf4 fix(TBD-7678): Migrate tMatchModel (#2682) (#2683) 2018-09-11 11:13:33 +02:00
wchen-talend
f05d51fad1 fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2670) 2018-09-10 16:50:46 +08:00
jiezhang-tlnd
a085137913 fix(TUP-20634)Null pointer exception when trying to edit query by (#2660)
double-clicking query in Repository View
https://jira.talendforge.org/browse/TUP-20634
2018-09-10 14:42:02 +08:00
zhangjie
408b2439ac fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/utils/JavaProcessUtil.java
2018-09-06 13:07:08 +08:00
msjian
00cac883a0 fix(TDQ-15391): when build job has tDqReportRun, must always (#2667)
exportitems.
2018-09-06 11:41:59 +08:00
kcoepeau
473e753722 fix(TBD-7596): Migrate to Timestamp format instead of Date (#2656) (#2657) 2018-09-05 14:59:42 +02:00
wchen-talend
4aec14cbfe fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2663) 2018-09-05 18:27:39 +08:00
Dmytro Sylaiev
cd31071434 fix(TDI-40927): Set default Authenticator for ftp socks proxy (#2648) 2018-09-04 13:05:00 +03:00
wchen-talend
f25e21f1fa Wchen/bugfix/tup 20570 xmlmap doc (#2639)
* fix(TUP-20570):cumentation for tXMLMap does not show the mapping

* fix(TUP-20570):Documentation for tXMLMap does not show the mapping
2018-09-03 16:52:58 +08:00
Dmytro Chmyga
10f6be032c fix(TDI-40868): incorrect dates inserted Snowflake
* Fix version of lib in plugin.xml
2018-09-03 08:47:16 +03:00
Stefan Le Moing
42ecd377f6 fix(TBD-7422): upgrade tDataPrepRun jar (#2579) 2018-08-31 08:57:04 +00:00
chmyga
354adead46 fix(TDI-40868): incorrect dates inserted Snowflake (#2605)
* fix(TDI-40868): incorrect dates inserted Snowflake

* Fix timezone problems for date fields

* Bump version

* fix(TDI-40868): incorrect dates inserted Snowflake

* Fix version of codegen lib in libraris custom
2018-08-30 08:26:57 +03:00
kcoepeau
1c5b98b8a2 fix(TBD-7495): Add checkbox to transform date type in timestamp (#2593) (#2631) 2018-08-24 16:48:53 +02:00
Stéphane Bouchet
4ba84b3716 fix(TESB-22547): call saveCustomMavenURIMap only once. (#2598) 2018-08-24 13:20:45 +08:00
Roman
85f8047e8a fix(TDI-40855): remove duplicated filter for datasource (#2591) 2018-08-23 10:11:56 +03:00
ypiel
ad45315ff8 feat(TDI-40900) : Update libs versions (#2626)
- bouncycastle/bcprov-jdk15on/1.6
- jackcess/2.1.12
- jackcess-encrypt/2.1.4
2018-08-22 10:48:45 +02:00
wang wei
f1d1876ed5 fix(TDI-40858): fix the tcompv0 dynamic type performance issue with studio(#2592)
# Conflicts:
#	main/plugins/org.talend.designer.components.libs/libs_src/talend-codegen-utils/pom.xml
#	main/plugins/org.talend.designer.core.generic/src/main/java/org/talend/designer/core/generic/model/Component.java
#	main/plugins/org.talend.libraries.custom/pom.xml

fix(TDI-40858): fix the unstable format as different OS(different row separator) and fix the format for the java file (#2599)
2018-08-20 10:25:02 +08:00
jzhao
56c61b6896 fix(TDI-40854): tGSConnection proxy workaround can't work from 7.0.1 (#2606) 2018-08-14 18:50:48 +08:00
wang wei
80de6d7443 fix(TDI-40757): Fix Job compilation error related to tJMSInput component (#2525)
fix(TDI-40757): fix the tjmsoutput (#2528)
2018-08-13 15:45:40 +08:00
wang wei
f55107f9f9 fix(TDI-40833): tSCPFileExists not working with wildcard (#2569) 2018-08-13 12:29:18 +08:00
pyzhou
cecdfd2ae3 fix(TDI-40825):Provide clear errorMessage for tServiceNow. (#2586) 2018-08-10 11:18:33 +08:00
pyzhou
2c16068c40 fix(TDI-40722):restore the origin logic of import xstream.jar (#2576)
Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tBonitaInstantiateProcess/tBonitaInstantiateProcess_java.xml
2018-08-09 19:17:53 +08:00
Andreas Mattes
39952c69ff fix(TESB-22458): Ensure consistent recognition of ESB jobs.
The present fix makes sure that jobs embedded via component cTalendJob are consistently recognized as ESB jobs, and corresponding code fragment are added at code generation.
2018-08-09 12:33:17 +02:00
jiezhang-tlnd
2ea7088b71 fix(TUP-20512)Metadata JDBC DB Connections Bug with context variables
(#2578)

https://jira.talendforge.org/browse/TUP-20512

Conflicts:
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/util/GenericContextUtil.java
2018-08-08 19:37:20 +08:00
jzhao
1d9b5d7c47 fix(TDI-40824):tRedshiftOutputBulkExec compile error since generic
components name when use 'encrypt'(#2575)
2018-08-07 10:41:40 +08:00
Vladimir Bogatyrov
1339fbb0a1 [TESB-22901] cMap with user defined code routine failing in ESB runtime 2018-08-03 08:47:57 +03:00
pyzhou-talend
3fa670e8df fix(TDI-40722):remove xstream.jar for bonita component. 2018-08-03 09:18:36 +08:00
kjwang-talend
3d5355ef25 fix(TUP-20140)Checked status of items listed in Project Settings (#2504)
https://jira.talendforge.org/browse/TUP-20140
2018-08-02 18:33:19 +08:00
jzhao
cf4fd7aa45 fix(TDI-40271): [6.4.1] tMomInput is not retrieving USR properties and JMS headers from IBM MQSeries(#2218) 2018-07-31 17:16:56 +08:00
jzhao
8ee9bfe880 fix(TDI-40815): Compilation issue with tSalesforceOutput component with reject link(#2557)
* all tcomp v0 components with muilt reject should have same issue.
2018-07-31 16:56:14 +08:00
wchen-talend
c89c64f65f fix(TUP-20492):When doing extract as context for a tsalesforceinput, (#2544)
* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.

* fix(TUP-20492):When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.
2018-07-27 18:33:28 +08:00
wang wei
a272585408 fix(TDI-40760): Error Connecting Aurora database using existing connection (#2523)
# Conflicts:
#	main/plugins/org.talend.designer.components.localprovider/components/templates/DB/Output/AbstractDBOutputFinally.javajet

fix(TDI-40760): add more condition to fix the stats and logs issue (#2531)
2018-07-24 11:41:18 +08:00
wchen-talend
74e62f4ad4 fix(TUP-20411):Adding context environment in the reference project, they (#2522)
do not get updated in the main project.
2018-07-23 14:47:04 +08:00
wang wei
589d905f5f fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer(#2478) 2018-07-19 17:05:24 +08:00
Chao MENG
b5227467b8 fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-19 12:21:43 +08:00
hcyi
9523415e33 fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table. (#2473)
* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.

* fix(TUP-20091):teltmssqlmap: show alias for columns from a middle table.
2018-07-18 10:11:11 +08:00
Liu Xinquan
d7954573f1 fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2509) 2018-07-17 17:00:21 +08:00
nrousseau
c369aec02c fix(TUP-20438) fix export with war for tdm (#2506) 2018-07-16 15:24:59 +08:00
Jane Ding
0fc9402e80 fix(TUP-20385)Run job with using dynamic tRunJob throw compile error (#2498)
* fix(TUP-20385)Run job with using dynamic tRunJob throw compile error
https://jira.talendforge.org/browse/TUP-20385

* required would be ok
2018-07-13 10:14:20 +08:00
zafkirTalend
d7019c5b61 fix(TBD-7296): Fix duplicate variable 2018-07-11 13:47:18 +02:00
Chao MENG
139b5a4888 fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2492)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 14:30:57 +08:00
SunChaoqun
8c63350cf0 TESB-22483:CI for ESB - Build Data Service using Jenkins will get an error (#2444) (#2496)
* TESB-22483:CI for ESB - Build Data Service using Jenkins will get an
error

* TESB-22483:CI for ESB - Build Data Service using Jenkins will get an
error
2018-07-11 12:01:30 +08:00
qiongli
65b9bbea19 fix(TDQ-15215): No need to run 'include-survivorship-rules' sice the (#2423)
rules in src/main/resources. they will be in jar/zip when build the
maven job
2018-07-10 15:58:08 +08:00
SunChaoqun
0df3180d8b TDQ-15215:standard job tRulesurvivorship can not run on TIC, zip file (#2486)
get by build job which not check "Items" also can not run
2018-07-10 15:57:39 +08:00
Dmytro Chmyga
a33bde1fb6 fix(TDI-40641): tTeradataFastLoad select DB Type
* Adjust versions for migration task
2018-07-09 07:57:04 +03:00
chmyga
dc61ef9463 fix(TDI-40641): tTeradataFastLoad select DB Type (#2440)
* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add db type to tTeradataFastLoad

* Add Date,Timestamp and Time handling to tTeradataFastLoad

* Fix tTeradataFastLoadUtility

* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add migration task
2018-07-09 07:51:46 +03:00
Andreas Mattes
5ac6149a07 fix(TESB-22458): Remove obsolete SAM feature setting code. (#2450)
Obsolete code for setting the SAM event feature is removed as it is causing compile errors.
2018-07-06 17:55:48 +08:00
zwxue
f82c2c22a0 fix(TUP-20326): backport other needed changes from master. 2018-07-06 10:40:29 +08:00
zwxue
792cfe4553 fix(TUP-20326):fix ref project routine install issue. 2018-07-06 10:40:04 +08:00
zwxue
eff2c90c34 fix(TUP-20217):Can't run a job including a tRunjob component. 2018-07-05 15:32:20 +08:00
zwxue
15e1556eb1 fix(TUP-20326):Error in job generation for job migrated form 6.5.1 2018-07-02 10:42:01 +08:00
wchen-talend
bc4a9bf619 fix(TUP-20261):Routine editor mixed the code 2018-06-29 18:53:12 +08:00
Chao MENG
f4671cf921 fix(TUP-20319): Cloud Studio can't retrieve any project from TMC (#2448)
fix(TUP-20319): Cloud Studio can't retrieve any project from TMC
https://jira.talendforge.org/browse/TUP-20319
2018-06-29 15:17:24 +08:00
Jane Ding
32058fae42 fix(TUP-20333)When upgrading from Talend v5.6.1 to v6.4.1, the tmap has (#2459)
lost many mappings due to name change
https://jira.talendforge.org/browse/TUP-20333
2018-06-29 10:49:23 +08:00
hcyi
b8c20fbf21 fix(TUP-20312):java.lang.StackOverflowError in 6.5.1 studio. (#2452) 2018-06-28 17:58:48 +08:00
jzhao
ab3923b5ee fix(TDI-40651): old framework salesforce oauth login type job can't be import to 7.0.1(#2445) 2018-06-27 09:09:51 +08:00
zwxue
e091a66234 fix(TUP-20230):Stop job running throw Unhandled event loop exception. (#2446) 2018-06-26 10:15:36 +08:00
kjwang-talend
48956dffed fix(TUP-20303)project folder name not correct in workspace after import (#2439)
using "Import an existing project"
https://jira.talendforge.org/browse/TUP-20303
2018-06-25 14:58:17 +08:00
Liu Xinquan
9930849c89 TDQ-15455 Compile error after refactoring job (#2430) 2018-06-21 15:25:15 +08:00
Jane Ding
9c1bbd25a8 fix(TUP-20231)Update Detection won't popup after updating it's joblet
(#2424)

* fix(TUP-20231)Update Detection won't popup after updating it's joblet
name in JobletView
https://jira.talendforge.org/browse/TUP-20231

* fix(TUP-20231)Update Detection won't popup after updating it's joblet
name in JobletView
if joblet related job is opened, should return.

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/views/jobsettings/tabs/MainComposite.java
2018-06-20 17:07:25 +08:00
Chao MENG
495e5d4f8d fix(TUP-20053): Cannot run MapR 6.0 DI job with tSqoopImportAllTables (#2410)
fix(TUP-20053): Cannot run MapR 6.0 DI job with tSqoopImportAllTables
https://jira.talendforge.org/browse/TUP-20053
2018-06-19 15:24:19 +08:00
wang wei
33fd835df4 fix(TDI-40522): tAS400Output return wrong NB_line with BatchSize 2018-06-15 11:15:50 +08:00
wchen-talend
ac84e213e9 Wchen/bugfix/tup 20072 stats logs jdbc (#2411)
* fix(TUP-20072):Setting DB Type to JDBC causes a NullPointerException
when running the job in TOS 7.0.1

* fix(TUP-20072):Setting DB Type to JDBC causes a NullPointerException
when running the job in TOS 7.0.1
2018-06-15 10:12:06 +08:00
zafkirTalend
611118e42c feat(TBD-6950): Add location tBigQueryInput (#2408) 2018-06-13 10:50:46 +02:00
Jane Ding
204eacc507 Jding/bugfix/tup 19594 drag db problem (#2399)
* fix(TUP-19594)Drag DB metadata to job is different between new created
and import from 641
https://jira.talendforge.org/browse/TUP-19594
Add a migration task to set type name

* fix(TUP-19594)Drag DB metadata to job is different between new created
and import from 641
https://jira.talendforge.org/browse/TUP-19594
change the version

Conflicts:
	main/plugins/org.talend.repository/plugin.xml
2018-06-11 12:56:02 +08:00
Chao MENG
2a7caa71f8 fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#2398)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-06-08 16:24:41 +08:00
wchen-talend
7952e2a44c fix(TUP-20021):Deactive component will change the execution order (#2390) 2018-06-08 11:30:35 +08:00
zwxue
9a0c2ec781 fix(TUP-20223):Wrong branch value in the jobs generated by CI. (#2394) 2018-06-08 11:00:36 +08:00
jzhao
8e4c318c85 fix(TDI-40441): remove duplicate item in cipher siute list for mom components(#2385) 2018-06-05 11:04:03 +08:00
achursin-talend
a6c35b4559 fix(TBD-6923): Fix using hive query name (#2380) 2018-06-04 15:26:45 +02:00
Andreas Mattes
c1d76aa27c fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#2377)
Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
2018-06-04 08:38:15 +02:00
kjwang-talend
3c99421cbd TUP-20199 Studio is way too slow when branching 2 ways with if condition (#2370)
https://jira.talendforge.org/browse/TUP-20199
2018-06-04 10:45:18 +08:00
Roman
124040ce20 fix(TDI-40448): creating of yaml file was fixed (#2314)
* fix(TDI-40448): creating of yaml file was fixed
2018-06-01 14:02:53 +03:00
ypiel
4bc08ca2fa fix(TDI-40521) : Encode to base64 byte[]->String (#2346) 2018-06-01 11:42:33 +02:00
wchen-talend
5713552d07 fix(TUP-20021):Deactive component will change the execution order (#2368) 2018-05-31 11:03:01 +08:00
hbhong
92eeb5acf1 TMDM-12082: Fixed throwing "java.lang.ClassCastException" while creating new version and open MDM Object from repository view (#2355) 2018-05-29 11:21:32 +08:00
Jane Ding
777c20d91e fix(TUP-19815)For can't find process (#2304) 2018-05-29 11:10:53 +08:00
Chao MENG
b0cc8fe5a9 fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, (#2348)
fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, does not match outer scope rule" Error
https://jira.talendforge.org/browse/TUP-20166
2018-05-28 17:54:15 +08:00
jzhao
20f2eb500f fix(TDI-40441): tMomXXX components to connect to SSL enabled Websphere MQ channel (#2341)
* add new parameters to support both ibm and oracle java cipher suite

* Upgrade the jars

* change "cipher spec" to "cipher suite"
2018-05-24 18:07:58 +08:00
Stéphane Bouchet
14eee45639 fix(TESB-21830) : deployment tab not shown when selecting service (#2258)
* fix(TESB-21830) : deployment tab not shown when selecting service

* fix(TESB-21830) : deployment tab not shown when selecting service

* fix(TESB-21830) : deployment tab not shown when selecting service

Added Exception handling
2018-05-23 16:46:01 +02:00
Dmytro Sylaiev
a76bf3f436 fix(TDI-40513): Fix compile error for contated strings in FileName (#2329) 2018-05-23 10:39:58 +03:00
hcyi
4fc45b78f0 fix(TUP-20138):Importing projects with "Copy projects into workspace" (#2333)
unchecked copies the project to a temporary folder.
2018-05-23 14:24:06 +08:00
wchen-talend
a890df2575 fix(TUP-19943):Generated schema miss some fields while import xsd (#2290)
* fix(TUP-19943):Generated schema miss some fields while import xsd

* fix(TUP-19943): add some junit for the xsd import
2018-05-23 11:21:09 +08:00
wchen-talend
9a35f3f224 fix(TUP-20021):Deactive component will change the execution order (#2315) 2018-05-23 11:14:38 +08:00
Chao MENG
47598e3eff fix(TUP-20124): NPE during changing TCOMP component repository value (#2330)
fix(TUP-20124): NPE during changing TCOMP component repository value
https://jira.talendforge.org/browse/TUP-20124
2018-05-22 14:48:43 +08:00
Chao MENG
282aaa2216 fix(TUP-20133): Edit queries does not display the "SQL Builder" window (#2323)
fix(TUP-20133): Edit queries does not display the "SQL Builder" window in some conditions.
https://jira.talendforge.org/browse/TUP-20133
2018-05-21 10:22:12 +08:00
Anas KHABALI
761e0f08a6 fix(TDI-40473): fix date handling in tservicenowOutput (#2306) 2018-05-18 13:10:11 +01:00
zafkirTalend
dec5299013 fix(TBD-6701): Fix conflict (#2320) 2018-05-17 15:52:22 +02:00
zwxue
448b009031 fix(TUP-19754):mvn package fail when main project use subref project's (#2316)
job.
2018-05-17 11:13:47 +08:00
Andreas Mattes
a3070ed46d fix(TESB-22036): Add read access to list of bundles in FeaturesModel. (#2312)
Read access to the bundles included in a feature is required in order to determine which dependency modules are bundles and should therefore not be physically included in the route bundle.
2018-05-15 16:11:32 +02:00
jzhao
337d613561 fix(TDI-40443): add check to control tsalesforceinput bulk mode all return null for empty value(#2302)
* set default value true when migration old framework jobs
2018-05-10 16:38:26 +08:00
zwxue
618f4cbd8d fix(TUP-20115):Use of SAP JCO Version greater than 3.0.10 in Talend (#2299)
7.0.1 causes initialization error.
2018-05-10 09:57:30 +08:00
Jane Ding
f663909477 fix(TUP-19815)Add a problem check for tRunJob (#2286)
* fix(TUP-19815)Add a problem check for tRunJob
https://jira.talendforge.org/browse/TUP-19815

* fix(TUP-19815)A better solution.

* fix(TUP-19815) A better description

* fix(TUP-19815)at first, when create a new tRunJob, this process is
empty,should not check
2018-05-08 14:37:50 +08:00
Mike Yan
02b2626cc9 TESB-22034: Fix handling of non-required bean libs in route builds (#2288) 2018-05-07 09:33:33 +02:00
Chao MENG
05f9a3af1c fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2285)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 18:44:08 +08:00
Jane Ding
f79891a85a fix(TUP-19705)can't do mvn package for the build out job when select (#2246)
* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
https://jira.talendforge.org/browse/TUP-19705
To support to use mvn package directly

* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
Modified the wrong spell;
<talend.job.pompath>@ProjectRelativePath@</talend.job.pompath> the
@ProjectRelativePath@ can't change to ../  today,strange, so just
modified to ../

* fix(TUP-19705) This commit to fix that there is nothing in the build out
zip when user choose multiple job.

* fix(TUP-19705) added joblet, subjob and pigudf for zip

* fix(TUP-19705)package all joblet to zip, modified package subjob to
better solution.

* fix(TUP-19705)For packageSubJob and pom, better solution.

* fix(TUP-19705) arranged folder structure

* fix(TUP-19705) To support subjob which belongs to reference project
2018-05-04 16:38:13 +08:00
Chao MENG
1f5c43012e fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2284)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 14:47:11 +08:00
zwxue
1b2115d4c8 fix(TUP-20065):Commandline can not logon a project with subref project (#2283)
after do initLocal.
2018-05-04 11:47:33 +08:00
Chao MENG
cdf522bc12 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2277)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-03 15:30:56 +08:00
pyzhou
9075707f73 fix(TDI-40458):compile error dynamic schema with identity tsybaseOutput (#2274) 2018-05-03 09:25:43 +08:00
Anas KHABALI
f24277ac48 fix(TDI-40464): fix column mapping in servicenowInput component. (#2273)
with more than one result, tServicenownput returns bad data for resolved_at and closed_at fields
2018-05-02 10:47:29 +01:00
Chao MENG
67bc4f325b fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it (#2272)
* fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-02 16:39:06 +08:00
Chao MENG
e46928e74a fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2266)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-28 18:38:20 +08:00
Chao MENG
df419f053f fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it

https://jira.talendforge.org/browse/TUP-19961
2018-04-28 18:36:55 +08:00
pyzhou
b8a21d4e53 fix(TDI-40451):remove the default module of tJMSXXX components. (#2263) 2018-04-27 15:27:11 +08:00
Mike Yan
680bfbe68b TESB-21804: Filter out camel-alldeps in MANIFEST for OSGi type export (#2257)
Merged as the master has been merged by @zwxue
2018-04-24 18:58:34 +08:00
kjwang-talend
05ee537604 fix(TUP-19974)Opening a job takes more than half an hour in studio (#2254)
https://jira.talendforge.org/browse/TUP-19974
2018-04-24 17:31:07 +08:00
kjwang-talend
2c009685c9 Kjwang/fix(tup 19974)opening a job takes more than half an hour in studio (#2232)
* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974
2018-04-24 15:42:27 +08:00
kjwang-talend
e5db894155 Kjwang/fix(tup 19732)joblet not being called after elt components (#2205)
* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732
2018-04-24 14:53:37 +08:00
Denis Sergent
45ae711c5a TESB-21832 Problems with job/route exec. with local runtime in Studio
Local runtime for Studio job/routes execution should not be used in some
cases: build type has to be checked to define the best execution
processor. As execution processor must change when build type is updated
in deployment tab, processor can not be persisted anymore.
2018-04-23 17:43:26 +02:00
wang wei
65b4d89ba7 fix(TDI-40329): Constant String too long due to a large schema (#2188) 2018-04-18 10:37:13 +08:00
wchen-talend
2342aa075c fix(TUP-19931):Undo does not work after deleting link between (#2189)
tELTMSSqlInput and tELTMSSQLMap
2018-04-17 16:07:44 +08:00
kjwang-talend
fb56401c40 fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type" when using tOracleConnection (#2212)
* fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type"
when using tOracleConnection
https://jira.talendforge.org/browse/TUP-4096

* fix(TUP-4096)[tOracleInput] "Guess schema" uses wrong "Connection type"
when using tOracleConnection
https://jira.talendforge.org/browse/TUP-4096
2018-04-17 15:55:10 +08:00
Jenkins Continuous Build server
52647286a9 Set version to 7.0.2 SNAPSHOT 2018-04-17 08:37:01 +02:00
Chao MENG
fddc06b3a5 fix(TUP-20006): TaCoKit config version is stored in a wrong place (#2231)
fix(TUP-20006): TaCoKit config version is stored in a wrong place
https://jira.talendforge.org/browse/TUP-20006
2018-04-17 10:49:36 +08:00
Chao MENG
6ce2fb7abc fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2219)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-17 10:48:24 +08:00
Stéphane Bouchet
953402b692 Revert "fix(TESB-21830) : fixed deployment tab on Services (#2210)" (#2217)
This reverts commit 889dde20c8.
2018-04-11 13:58:46 +02:00
Mike Yan
82bfaa2145 TESB-21576: Fixed tREST component name 2018-04-11 19:33:26 +08:00
Mike Yan
112917d52a TESB-21576: Add tREST component in OSGi build type valid 2018-04-11 19:23:20 +08:00
SunChaoqun
6f68fff295 TESB-21810:Module tab shows the incorrect list of installed jar files (#2214)
when using cConfig components
2018-04-11 18:02:45 +08:00
Mike Yan
a0f43998b0 TESB-21799: Fixed cmdline missing beans error with ref project (#2215) 2018-04-11 17:53:02 +08:00
Stéphane Bouchet
889dde20c8 fix(TESB-21830) : fixed deployment tab on Services (#2210)
Fixed deployment tab on Services
2018-04-11 16:21:39 +08:00
Denis Sergent
3d078e1122 TESB-21825 TOS for ESB should not allow building jobs as microservice (#2209)
Job build wizard displays ESB microservice as a possibility to build the
jobs. Build s microservice won't work in TOS for ESB version. This
removes Microservice from buid type combo box when product is TOS.
2018-04-11 15:58:12 +08:00
SunChaoqun
f9372c3ac1 TESB-21791:cConfig - Upload Libraries does not work (#2201) 2018-04-09 14:52:44 +08:00
zwxue
6f309fc31f workitem(TUP-19959):Wrong content for CI project settings on TOS and (#2198)
missing documentation for user
2018-04-09 11:03:25 +08:00
Chao MENG
e86dc8f7fb update junit for TalendEditorPaletteFactory (#2191) 2018-04-08 10:39:30 +08:00
apoltavtsev
51898eb871 TESB-21702 Maven nature added to new child subjob 2018-04-06 12:42:19 +03:00
nrousseau
901ecb5c6d fix(TESB-21702) Fix route generation (#2196) 2018-04-06 16:59:37 +08:00
souvanny
b6a39f3390 babili-export (#2195) 2018-04-06 15:52:05 +08:00
jzhao
f909409f59 fix(TDI-40333): For tSQLDWHBulkExec, the password field is not encrypted in the generated java code(#2185) 2018-04-05 23:12:21 +08:00
zwxue
73508775bc fix(TUP-19945):first generate failed with error:ProcessorException: (#2190)
Routines "myroutine" has compile errors.
2018-04-05 12:44:22 +08:00
Mike Yan
ae5d5c8a64 TESB-21726: NPE when publish OSGi type with TSC_BDRT license (#2187) 2018-04-04 14:55:02 +08:00
zwxue
9eb108f7e8 fix(TUP-19941):Fix NPE during guessing schema for Tacokit component. 2018-04-04 10:56:39 +08:00
Jenkins Continuous Build server
70d1f9e771 Set version to 7.0.1 2018-04-03 15:37:18 +02:00
Stéphane Bouchet
518724b3d6 fix(TESB-21700) : fixed NPE that cause test to fail (#2158)
Add NPE checking
2018-04-03 18:36:16 +08:00
Ivan Gonchar
d57c7683fa Igonchar/tcomp 752 (#2179)
* fix(TCOMP-752): fix test connection button appearence

* fix(TCOMP-752): fix advanced page appeareance in case of properties absense

* fix(TCOMP-752): fix potential NPE when main wizard page is not present
2018-04-03 12:48:04 +03:00
apoltavtsev
3959fb57a2 TESB-21528 Missing Jobs export choice is added (#2182)
Missing Jobs export choice is added
2018-04-03 17:31:10 +08:00
souvanny
77b880c064 babili-export (#2181) 2018-04-03 17:09:25 +08:00
zwxue
b6e154069d fix(TUP-19928):GITHUB: Cannot open joblet in new branch (#2180) 2018-04-03 10:27:10 +08:00
Ivan Gonchar
b16eec6522 Igonchar/tcomp 743 configuration (#2153)
* fix(TCOMP-743): implement PropertyNode.getRepositoryKeys() method

* fix(TCOMP-743): fix repository value set to ElementParameter

* fix(TCOMP-743): add multiple repository keys support in TaCoKitDragAndDropHandler.getComponentValue()

* fix(TCOMP-743): fix typo connection -> configuration

* fix(TCOMP-743): fix call to ConfigTypeNode endpoint with lightmode off

* fix(TCOMP-743): fix repository value for Table parameter

* fix(TCOMP-743): remove wrong comments and code from SettingsCreator

* fix(TCOMP-743): fix formatting

* fix(TCOMP-743): add support for multiple repository keys in TableElementParameter
2018-04-02 17:06:33 +03:00
nrousseau
e9abb8a711 fix(TUP-19790) fix build of job with tests (#2178) 2018-04-02 19:58:05 +08:00
zwxue
e4b9e37f5f fix(TUP-19923):All jobs in demo project cannot run successfully. (#2177) 2018-04-02 19:41:29 +08:00
nrousseau
fd69887028 fix(TUP-19921) set correctly MR Required flags (#2176) 2018-04-02 17:26:26 +08:00
zwxue
76dc7c616a fix(TUP-19889):Fail to run job with joblet. (#2175) 2018-04-02 16:50:04 +08:00
jzhao
1f9c27f012 fix(TDI-40321): The query clause, externalTableRejectOptions, is always generated even reject options is not checked(#2174) 2018-04-02 16:13:56 +08:00
GGu
d7d4cbe757 fix(TUP-19671): reuse product date (#2173) 2018-04-02 15:32:53 +08:00
pyzhou
18a26b66eb fix(TDI-40254):clean the buffer of tS3put. (#2162)
* fix(TDI-40254):clean the buffer of tS3put.

* fix(TDI-40254):Change the wrong format variable name.
2018-04-02 14:33:08 +08:00
Romain Manni-Bucau
b647c3f4fa chore(tacokit) upgrading tacokit to 0.0.5 (#2169)
* upgrading tacokit to 0.0.5

* upgrading tomcat as well
2018-04-02 13:03:30 +08:00
Pingwen Lin
5ca23ac43b TMDM-11860 Upgrade to CXF 3.2.4 (#2150) 2018-04-02 11:42:58 +08:00
zwxue
7b3a2b22f3 fix(TUP-19906): can't add reference project if created in tac after logged on studio (#2171)
* fix(TUP-19906):project can't added as reference project if created in
tac after you logged on studio

* fix(TUP-19906)project can't added as reference project if created in tac
after you logged on studio
https://jira.talendforge.org/browse/TUP-19906
2018-04-02 11:26:59 +08:00
apoltavtsev
4ca67f1809 TESB-21702 Excluding camel-talendjob from OSGi pkg (#2170)
At this moment we have ClassCastException in Runtime  because of "camel-talendjob" package is included to generatd OSGi bundle (Runtime has this library also)
2018-04-02 11:06:15 +08:00
nrousseau
446fe2d874 chore(TUP-19195) log exception in the pom trigger 2018-04-01 22:47:45 +08:00
nrousseau
f23705a35b fix(TUP-19909) avoid NPE for non-process items 2018-04-01 21:25:23 +08:00
nrousseau
3182883e64 update license date 2018-04-01 21:25:23 +08:00
nrousseau
5bff2674f6 fix(TUP-19917) always get dependencies with virtual dep 2018-04-01 21:25:22 +08:00
zwxue
efe40be43b fix(TUP-19909): add error detail for job pom generation exception. (#2168) 2018-03-30 19:02:49 +08:00
hwang-talend
ddee5bbae0 fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter (#2152)
* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.

* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.

* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.
2018-03-30 18:53:37 +08:00
kjwang-talend
2fc8d46a9c fix(TUP-19913)NPE pop up if first do action on Project (#2167)
settings->reference project,then change to other settings page do some
actions
https://jira.talendforge.org/browse/TUP-19913
2018-03-30 18:49:32 +08:00
zwxue
f22119a0bb fix(TUP-19909):NPEs executing importItems with CommandLine. (#2165) 2018-03-30 18:33:05 +08:00
nrousseau
35dd612d29 fix(TUP-19904) fix jobserver issue for MR HDI (#2166) 2018-03-30 18:27:09 +08:00
Romain Manni-Bucau
107027f205 ensure to use a unified regex syntax between the web and the studio for tacokit (#2163) 2018-03-30 12:15:52 +02:00
kjwang-talend
4f605decf8 fix(TUP-19800)tNetezzaNZload --> "Data file" doesn't work on 701 (#2164)
https://jira.talendforge.org/browse/TUP-19800
2018-03-30 17:03:13 +08:00
mbasiuk-talend
d5d210c93a Mbasiuk/tdi 40066 snowflake salesforce repository refresh issue (#2113)
* fix(TDI-40066): create a temporary fix for refresh repository values

* fix(TDI-40066): fix issue with locked properties, prevent issue after
table action not executed

* fix(TDI-40066): fix repository schema related values

* fix(TDI-40066): fix table name issue, when switch to repo value

* fix(TDI-40066): remove unneeded pieces, fix issues with shown previous
name

* fix(TDI-40066): revert some code changes, add comments.

* fix(TDI-40066) change back windows line endings

* fix(TDI-40066) fix for abstract schema controller
2018-03-30 10:06:58 +03:00
nrousseau
1372d10257 fix(TUP-18661) avoid empty properties for joblet components (#2161) 2018-03-30 09:59:41 +08:00
zwxue
42dea3c3c0 fix(TUP-19850): fix job and folder move/rename action. (#2159) 2018-03-30 09:39:35 +08:00
Anas KHABALI
cb9e9bc9bc fix guess schema propagation for tacokit (#2160) 2018-03-29 16:14:51 +02:00
jzhao
c56a5b6ee8 feat(TDI-37995): Azure Data Warehouse from Azure Blob Storage using PolyBase (#2121) 2018-03-29 19:16:17 +08:00
wchen-talend
3c2e84a995 fix(TUP-19802):For DB Unified, Fixed schema for database error is added (#2138)
* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type

* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type
2018-03-29 15:57:38 +08:00
nrousseau
6e126df092 fix(TUP-19888) additional fix for HDI with spark 2018-03-29 15:04:29 +08:00
nrousseau
0806acf57c fix(TUP-19888) add routines if shade is not used (#2157) 2018-03-29 14:09:08 +08:00
zwxue
611b8a94c8 fix(TUP-19879):only part of jobs' pom file generated after import the (#2156)
attached job.
2018-03-29 11:37:44 +08:00
Anas KHABALI
d63f1890a9 fix guess schema freeze (#2154)
Fix guess schema freeze
Add guess schema from pojo
Add 100 record limit to guess schema
Fix cancel -  kill the guess schema process when canceled
2018-03-28 17:35:14 +02:00
zwxue
75f42f9bb4 feat(TUP-19824):Create poms for joblet and update job content. (#2145)
* feat(TUP-19824):Create poms for joblet and update job content.

* fix(TUP-19850) Fix move / rename operations

* feat(TUP-19824): do install for joblet pom.
2018-03-28 18:46:41 +08:00
jzhao
4e5a11ef7d (TDI-40129) Upgrade to CXF 3.2.4 (#2125)
* tMicrosoftCRMXX and tWebService components
2018-03-28 14:01:17 +08:00
nrousseau
aa3474e1c9 fix(TUP-19877) Fix spark generation (#2151) 2018-03-28 12:42:03 +08:00
Chao MENG
8c7fd3dc83 item(TUP-19734): Support tacokit multischema auto fill (#2146)
https://jira.talendforge.org/browse/TUP-19734
Fix display problem of output
2018-03-28 10:17:05 +08:00
chmyga
6aef63ff4f fix: fix process init for beam processors (#2148) 2018-03-27 17:39:37 +03:00
apoltavtsev
b05fc699e0 TESB-21454 Remove "online" switch for OSGi Jobs (#2147) 2018-03-27 15:37:26 +02:00
Andreas Mattes
4420961fdd Bugfix/master/tesb 21283 (#1974)
* TESB-21283 - Correct context folder path for job as microservice.

* TESB-21283 - Check for context resoures at alternative places.
2018-03-27 13:28:20 +02:00
nrousseau
95d3891ecd fix(TUP-19045) Fix issues of codegen and editor (#2142) 2018-03-27 18:28:16 +08:00
pyzhou
a97a659afc fix(TDI-40284): Make dynamic and non-dynamic behave in accordance. (#2144) 2018-03-27 17:48:18 +08:00
SunChaoqun
fc265f00d5 TESB-21607:Fail to build route/REST service by commandline with (#2143)
LGTM
2018-03-27 17:04:43 +08:00
pyzhou
81e71d11bf Pyzhou/tdi 40254 set last part flag t s3put (#2140)
* Revert "fix(TDI-40254):For tS3Put, it is unable to upload the file stream KMS (#2118)"

This reverts commit 3a3dcfba5b.

* fix(TDI-40254):set last part for tS3put.

* fix(TDI-40254):modify the logic of judging available.
2018-03-27 15:34:09 +08:00
Chao MENG
09663ce675 item(TUP-19734): Support tacokit multischema auto fill (#2139)
(TUP-19734): Support tacokit multischema auto fill
https://jira.talendforge.org/browse/TUP-19734
2018-03-26 16:42:03 +08:00
nrousseau
dcbdac7b06 fix(TUP-19863) clear of console was not possible (#2137) 2018-03-26 16:22:26 +08:00
Jane Ding
fb88e5620e feat(TUP-19782)Add filter on the pom synchronization (#2133)
https://jira.talendforge.org/browse/TUP-19782
2018-03-26 16:12:28 +08:00
Chao MENG
a881cb4a87 item(TUP-19734): Support tacokit multischema auto fill (#2136)
https://jira.talendforge.org/browse/TUP-19734
2018-03-26 15:26:22 +08:00
wang wei
09219d09a1 fix(TDI-40276): Missing talend_DB_mssqlUtil.jar in 651, 652, 701 (#2135) 2018-03-26 15:05:39 +08:00
nrousseau
fda6b14e4e fix(TUP-19708) fix wrong setup of shade 2018-03-26 12:47:34 +08:00
nrousseau
de60371977 fix(TUP-19848) improve build performances (#2132) 2018-03-26 10:07:29 +08:00
nrousseau
4dec692c71 fix(TUP-19708) fix MR with HDInsight (#2131) 2018-03-25 11:09:30 +08:00
hwang-talend
cd942cea51 fix(TUP-19788):The JDBC connection info cannot be sync to tSqoop* (#2126)
components
2018-03-24 16:05:27 +08:00
apoltavtsev
0f74167030 TESB-21528 Missing config folder is added (#2130)
Fixed for microservice section in pom template
2018-03-23 15:38:55 +08:00
Chao MENG
223d1bdedc upgrade tacokit version to 0.0.4 (#2129)
upgrade tacokit version to 0.0.4
2018-03-23 15:32:42 +08:00
nrousseau
bab2cdbc73 fix(TUP-19195) remove unused classes for junits 2018-03-23 12:19:37 +08:00
nrousseau
7a85f31ea0 fix(TUP-15470) fix issue of execution of MR job
Set by default "java" for interpreter if not setup
2018-03-23 11:48:46 +08:00
nrousseau
fc467d5ba4 Nrousseau/tup 5897 fix console (#2127)
* fix(TUP-5897) fix console

* fix(TUP-5897) fix console
2018-03-23 11:48:13 +08:00
Mike Yan
a3a588e0eb TESB-21507: Add realtion for service (#2128) 2018-03-23 11:46:43 +08:00
Romain Manni-Bucau
95856e6568 starting to wire beam into the studio (#2122) 2018-03-23 11:00:10 +08:00
wchen-talend
c370a8a74c Wchen/bugfix/tup 19704 recursive job (#2119)
* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):Cannot run recursive jobs successfully
2018-03-23 09:51:27 +08:00
Dmytro Sylaiev
128baba16b fix(TDI-35055): Not send CWD . command to server (#2123)
* fix(TDI-35055): Not send CWD . command to server

* fix(TDI-35055): Fix cwd for sftp

* Fix properties message for connection component
2018-03-22 14:32:08 +02:00
nrousseau
9db7cc5007 fix(TUP-18552) fix classpath adjuster (#2120)
Don't use the adjuster to create the pom file
2018-03-22 19:01:40 +08:00
hcyi
a46e6c3026 fix(TUP-19691):java.lang.StackOverflowException when job is run. (#2039) 2018-03-22 17:11:15 +08:00
zwxue
08cf262862 fix(TESB-21577): add compatible options. (#2124) 2018-03-22 15:51:55 +08:00
hwang-talend
99d0105733 fit(TUP-19789):NPE error occurred in error log when check "Test connect" (#2112) 2018-03-22 10:46:59 +08:00
Ivan Gonchar
33e78ed471 fix(TCOMP-734): fix context and globalMap dynamic values wrapping in … (#2114)
* fix(TCOMP-734): fix context and globalMap dynamic values wrapping in quotes

* fix(TCOMP-734): use isDynamic() from ContextParameterUtils class

* chore(TCOMP-734): refactor else part in configuration.javajet

* fix(TCOMP-734): fix password decryption generated code

* fix(TCOMP-734): add context and globalMap support for table properties

* chore(TCOMP-734): remove ContextParameterUtils import
2018-03-22 10:26:10 +08:00
Olha Varnavina
24235b424f fix(TDI-40192): surrogate pair FileInputPositional (#2115)
* replaced use bytes checkbox with drop down list
* added option with surrogate pairs for pattern units
* added migration task for use bytes checkbox
2018-03-21 16:00:39 +02:00
SunChaoqun
90fb97bbd4 TESB-21590:Pom generation for bundles seems generating the full code (#2117)
* TESB-21590:Pom generation for bundles seems generating the full code

* TESB-21590:Pom generation for bundles seems generating the full code

* TESB-21590:Pom generation for bundles seems generating the full code
2018-03-21 18:31:56 +08:00
pyzhou
3a3dcfba5b fix(TDI-40254):For tS3Put, it is unable to upload the file stream KMS (#2118) 2018-03-21 17:23:41 +08:00
Chao MENG
928a989601 fix a NPE problem (#2110)
fix a NPE problem
2018-03-21 15:50:43 +08:00
apoltavtsev
add5a429d5 TESB-21426 Path separator is corrected (#2077)
* TESB-21426  Path separator is corrected

* TESB-21528 tRouteInput is added to ESB Components
2018-03-21 08:37:58 +01:00
nrousseau
0b2373a14b fix(TUP-19419) fix project import on mac (#2116) 2018-03-21 15:16:33 +08:00
hwang-talend
5525d5164e fix(TUP-19526):Dynamic schema with generic JDBCconnection fails when job runs in remote execution(#2107) 2018-03-20 17:38:43 +08:00
Roman
924ec84bde fix(TDI-40157): problems with same name files (#2108)
* fix(TDI-40157): move overwriting of origin files list
2018-03-20 10:51:37 +02:00
zwxue
d6a6f16b0f fix(TUP-19687): fix testcase issue. (#2111) 2018-03-20 16:44:41 +08:00
hwang-talend
91aa16921b fix(TUP-19694):testcase version changed when open job as another version (#2045)
* fix(TUP-19694):testcase version changed when open job as another version

* fix(TUP-19694):testcase version changed when open job as another version
2018-03-20 16:19:27 +08:00
pyzhou
92ac79b8cb fix(TDI-30137):tSQLDWHOutput cannot create table. (#2109) 2018-03-20 14:43:52 +08:00
nrousseau
0348a9406b fix(TUP-19687) improve perf of gen pom (#2103)
* fix(TUP-19687) improve perf of gen pom

* fix(TUP-19687):Too much time when do import in items in studio.
2018-03-20 10:55:12 +08:00
pyzhou
a398dd0ca1 fix(TDI-32006): GlobalMap variable was not put sometime. (#2106) 2018-03-20 10:19:21 +08:00
pyzhou
ba2fb121f6 fix(TDI-33063):Wrong cid when tMonConnection exist. (#2105) 2018-03-19 16:32:58 +08:00
hwang-talend
221cb7c1dc fix(TUP-5360):Retrieve Salesforce Modules option is missing (#2068) 2018-03-19 15:31:10 +08:00
Olha Varnavina
0eb3f3b4f2 fix(TDI-35080): tWriteJsonField renders strings (#2094)
* fixed disappearance of the attributes when value is set for the
element
2018-03-16 11:58:24 +02:00
pyzhou
c81d7cd5b2 fix(TDI-39302):Eliminate useless plugin in pom of localprovider. (#2101) 2018-03-16 16:39:27 +08:00
pyzhou
2aa29673cb fix(TDI-40240):Deprecate tSAPBWInput component. (#2099) 2018-03-16 16:36:16 +08:00
Chao MENG
5e5f4597a9 item(TUP-19738): Tacokit migration API not wired into the studio (#2100)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-16 14:47:37 +08:00
Jane Ding
01026e02c3 fix(TUP-19726)publish job with testcase failed if check on "execute (#2095) 2018-03-16 14:38:58 +08:00
Stéphane Bouchet
262791dba9 TUP-19810 : Tycho fix (#2047)
* fix tycho warning

* fix tycho warning
2018-03-16 10:41:47 +08:00
195858
def174323b fix(TDI-40170): Add HANA support to tJDBCSCDELT (#2063)
* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Adding support for SAP Hana.
Amended the begin template to conditionally include SAP Hana specific template if the appropriate mapping is selected.
Added a SAP HANA specific javajet template,

* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Fixed the generation of UPDATE statements as suggested
2018-03-16 10:19:45 +08:00
Roman
63c8197c24 fix(TDI-40157): remove overwriting of origin files list (#2098) 2018-03-15 18:28:34 +02:00
Chao MENG
5f68260ef3 upgrade TaCoKit version to 0.0.3 (#2088)
* upgrade TaCoKit version to 0.0.2

* upgrade TaCoKit version to 0.0.3
2018-03-15 20:18:36 +08:00
Chao MENG
7a44527e38 task(TUP-19738): Tacokit migration API not wired into the studio (#2097)
https://jira.talendforge.org/browse/TUP-19738
2018-03-15 20:01:14 +08:00
zwxue
3da053d8ef fix(TUP-19751):Reference project info in Main project->poms is missing (#2089)
after logon SVN project.
2018-03-15 19:38:34 +08:00
zwxue
8f4b23060d fix(TUP-19804):generate branch job failed. (#2096) 2018-03-15 19:33:35 +08:00
Pingwen Lin
5bccfa6c14 TMDM-11916 Can't download required jars(xmlschema-core-2.2.2.jar, neethi-3.1.0.jar) when run mdm demo jobs (#2093) 2018-03-15 17:12:53 +08:00
pyzhou
c1750cd45b Pyzhou/tdi 39302 move sap components to tis (#2090)
* fix(TDI-39302):build talend-sap.jar automaticly.

* fix(TDI-39302):Eliminate SAP components in TOS.

* Revert "fix(TDI-39302):build talend-sap.jar automaticly."

This reverts commit be3a6dc05c.

* fix(TDI-39302):tSapBWInput stays in TOS.
2018-03-15 16:11:19 +08:00
Chao MENG
63b1883dbd item(TUP-19738): Tacokit migration API not wired into the studio (#2092)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-15 15:21:57 +08:00
kjwang-talend
0dc292e6f6 TUP-19803 Fix the the junits on master (#2091)
https://jira.talendforge.org/browse/TUP-19803
2018-03-15 14:59:03 +08:00
Chao MENG
ac92834f6d item(TUP-19738): Tacokit migration API not wired into the studio (#2086)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-15 11:33:54 +08:00
pyzhou
6bc92ee274 fix(TDI-40233):Change the property name of "Server side encryption ID" (#2081)
to the CMK
2018-03-15 10:34:25 +08:00
chmyga
6a2d3c3ec8 Dchmyga/fix reject flows tacokit (#2087)
* Revert "fix: fix reject schema name (#2080)"

This reverts commit 6799f4db41.

* fix: fix reject connector name
2018-03-14 15:02:03 +02:00
Anas KHABALI
b1248039e8 refactor and fix guess schema action (#2084) 2018-03-14 19:48:00 +08:00
chmyga
6799f4db41 fix: fix reject schema name (#2080)
* fix: fix reject schema name

* Use REJECT connector name for reject schemas

* fix: fix reject schema name

* Clean code a bit
2018-03-14 12:00:49 +02:00
chmyga
5642dae605 fix: add locales class used by help (#2082) 2018-03-14 11:49:39 +02:00
chmyga
7e48b0edc2 Dchmyga/tacokit help content (#2070)
* feat: automate documentation loading

* Add TaCoKit components documentation loading to Help ToC

* Add TaCoKit dynamic help content production

* Add TaCoKit dynamic context

* feat: automate documentation loading

* Add component description to context

* Add component anchor to documentation page link

* feat: automate documentation loading

* Add fallback page

* Fix problems with contribution id in ToC

* feat: automate documentation loading

* Fix PR comments, clean the code
2018-03-14 17:14:21 +08:00
zwxue
f124803044 fix(TUP-19388):Log on main project and build out refer project's job (#2079)
with testcase out will fail
2018-03-14 11:56:21 +08:00
zwxue
92bb2a6f5a fix(TUP-19517):Log on main project and build out refer project's job (#2073)
will lack of jar.
2018-03-14 11:54:53 +08:00
Vladimir Bogatyrov
cf2f2f01f2 [TESB-21378] Issues publishing artifacts with Studio commandline (#2033) 2018-03-13 18:44:46 +01:00
Pingwen Lin
1ced3233a3 TMDM-11903 Upgrade CXF to 3.2.2, WSS4J to 2.2.1 for MDM components (#2071)
On behalf of Lin Pingwen
2018-03-13 17:59:51 +08:00
SunChaoqun
5209da7601 TESB-21510:Fail to run cMap route in runtime for fail in starting (#2075) 2018-03-13 16:45:08 +08:00
Mike Yan
96efafb875 TESB-21526: Fixed publshing no classed by commandline and studio (#2074)
Updated exportJobForOSGI method to fix OSgi type export
2018-03-13 16:41:08 +08:00
kjwang-talend
dd17af0afd TUP-19064 Studio consuming CPU after opening a Job (no other activity) (#2059)
https://jira.talendforge.org/browse/TUP-19064
2018-03-13 11:06:20 +08:00
hwang-talend
337fff0d24 fix(TUP-19743):TDS Connection settings in metadata : export as context (#2060) 2018-03-13 10:53:13 +08:00
kjwang-talend
1987ca82e5 Kjwang/fix(tup 19441)can't open project in studio when reference project removed (#2012)
* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441

* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441
2018-03-13 10:39:54 +08:00
jzhao
264ff4ec86 fix(TDI-35057) error shown when switch to JobScript tab (#2069)
* rename parameter name for tS3Put and tS3Copy
2018-03-13 10:36:04 +08:00
hwang-talend
6075d96442 fix(TUP-19421):Missing connection info when D&D tJDBCSCDELT and (#2024) 2018-03-13 10:09:42 +08:00
Ivan Gonchar
19497211f1 fix: set explicitly connector type by setInput() method (#2043) 2018-03-12 12:34:22 +02:00
wang wei
13a292c6c9 fix(TDI-40201): ts3put is slower than expected (#2058) 2018-03-12 16:43:46 +08:00
zshen-talend
0ed66a3978 feat(TDQ-14700): Support filter on Survivorship function column of match (#2066) 2018-03-12 15:39:07 +08:00
nrousseau
5e3fa18204 fix(TUP-19758) generate code even if the jars are missing (#2065) 2018-03-12 10:30:13 +08:00
zwxue
b60aec3a40 fix(TUP-19458):project groupId may keep to empty. (#2064) 2018-03-12 09:53:36 +08:00
Dmytro Sylaiev
3ccbed42a7 fix(TDI-40197): Replace wrong fileseparators in tftpfileList (#2062) 2018-03-09 16:17:04 +02:00
zwxue
89b3aa9871 fix(TUP-19764):After change the maven setting value in project (#2061)
setting-maven, it can not work for new created jobs.
2018-03-09 20:04:43 +08:00
zwxue
84283a705e fix(TUP-19675):renaming a DIjob in studio dont remove its module from (#2057)
the codeMaster.
2018-03-08 19:05:44 +08:00
zwxue
6e0a9b259e fix(TUP-19679):routines with wrong groupId (#2056) 2018-03-08 18:33:33 +08:00
nrousseau
d9c2f05747 fix(TUP-19687) fix import issue (#2055)
The generation of pom was done 2 times during the process (migration
task + task at the end of import.
Disable the generation of pom here to have it only at the end of the
migration only. (means enable it only during the logon project)
2018-03-08 18:06:18 +08:00
SunChaoqun
2c41ce69f6 TESB-20453:Changes for Single Maven Build: Routes (#2053) 2018-03-08 15:55:16 +08:00
jzhao
5daab5190f feat(TDI-40129) Upgrade to CXF 3.2.2 (#2046) 2018-03-08 15:17:47 +08:00
wchen-talend
3c59eae6d0 fix(TUP-19692):Bad performance when do updating stats&logs setting to (#2052)
* fix(TUP-19692):Bad performance when do updating stats&logs setting to
all jobs.

* Update messages.properties
2018-03-08 12:44:37 +08:00
xlwang-tlnd
6e0eaf0650 xlwang(TUP-19419)/Import Existing 'Valid' project into Local Connection (#2020)
* xlwang(TUP-19419)/Import Existing 'Valid' project into Local Connection
is disabled
https://jira.talendforge.org/browse/TUP-19419

* xlwang/fix(TUP-19419)Import Existing 'Valid' project into Local
Connection is disabled
2018-03-08 11:33:23 +08:00
kjwang-talend
5ab50fa533 fix(TUP-19400)If project has not been initialized, it does not appear in (#2019)
Reference Project settings
https://jira.talendforge.org/browse/TUP-19400
2018-03-08 10:34:26 +08:00
hwang-talend
a84aaa2d62 fix(TUP-19508):Snowflake Drag from Repository, Component List is Wrong (#2015) 2018-03-08 10:30:40 +08:00
Dmytro Sylaiev
61ba951be0 fix(TDI-40206): Enter binary mode ftps ftpFileProperties (#2051) 2018-03-07 18:30:36 +02:00
Dmytro Sylaiev
84a1442422 fix(TDI-38944): Fix wrong control file argument (#2049) 2018-03-07 13:55:00 +02:00
zwxue
0b13a0dd11 fix(TUP-19695): update code change. (#2050) 2018-03-07 19:48:43 +08:00
Jane Ding
52ee8db2fa fix(TUP-19695)run task failed with error :Error: Could not find or load (#2048)
main class commonpro.tjava_0_1.tjava
https://jira.talendforge.org/browse/TUP-19695
2018-03-07 19:18:09 +08:00
Dmytro Sylaiev
984b0b5e70 fix(TDI-40199): Migrate pagesize as number property instead of string (#2041)
* fix(TDI-40199): Migrate pagesize as number property instead of string

* fix(TDI-40199): Process globalMap and context values

* chore(TDI-40199): Minor refactoring

* Rename method

* Fix indentation
2018-03-07 13:10:39 +02:00
Pierre Teyssier
092104853b fix(TDI-40191): Add GoogleDrive documentation 2018-03-07 18:32:46 +08:00
Mike Yan
c2bcdbb894 TESB-21454: Updated maven-bundle-plugin version for OSGi type export (#2044) 2018-03-07 17:50:20 +08:00
zwxue
5198d5dde6 fix(TUP-19452):Add sync all poms function. (#2040) 2018-03-07 11:44:02 +08:00
apoltavtsev
f6bd24a474 TESB-20833 Disable maven offline for Jobs (#2042) 2018-03-06 18:20:59 +01:00
Mike Yan
17ff31a8d1 TESB-21489: Avoid to generate code in JobJavaScriptOSGIForESBManager (#2038) 2018-03-06 19:18:43 +08:00
jzhao
3ccde4a92d feat(TDI-40177): Update salesforce API to latest version 42 (#2036) 2018-03-06 17:29:37 +08:00
Romain Manni-Bucau
ff9a25daa7 Tcomp1 integration (#2035)
* starting to integrate tcomp1 plugin

* moving javajets and updating manifest to match the default layout of a plugin

* dependencies for sdk plugin

* removing templating java plugin

* cleaning up .classpath and adding a comment on version upgrade
2018-03-06 10:22:30 +08:00
wchen-talend
bfcba5303c fix(TUP-19682):tJDBC --> Can't switch to Snowflake database. (#2029)
* fix(TUP-19682):tJDBC --> Can't switch to Snowflake database.

* fix(TUP-19682):add junit test
2018-03-06 10:05:32 +08:00
Mike Yan
7e7f0bb69c TESB-21445 NPE error when request a service with saml (#2031)
* TESB-20833: Add REST Microservice type for mapping

* TESB-20833: Enable ESB Microservice for data service

* TESB-21402: Fixed subjob support for ESB OSGi type

* TESB-21445: NPE error when request a service with saml
2018-03-05 17:04:13 +08:00
Chao MENG
381290c458 Don't popup dialog for junit since it will block the junit (#2032) 2018-03-05 17:03:38 +08:00
nrousseau
46ca7f6a38 fix(TUP-19688) fix the old export job still used for mdm (#2030) 2018-03-05 16:43:42 +08:00
hwang-talend
f5aafd113d fix(TUP-19661):tJDBCInput Guess Query not work well when use oracle database(#2026) 2018-03-05 15:11:52 +08:00
pyzhou
5b72c62a51 fix(TDI-34082):use Node instead of Iprocess. (#2028) 2018-03-05 14:34:07 +08:00
wang wei
de19b4b3d0 fix(TDI-40183): Migration for tJDBCOutput:the value for field option in advance setting is wrong(#2027) 2018-03-05 14:11:08 +08:00
nrousseau
861804eef9 fix(TUP-19666) fix problem of switch branch for codegen
Remvoe the login task to execute the code when login the project
2018-03-04 21:20:41 +08:00
nrousseau
13fc1d6097 fix(TUP-19666) fix problem of switch branch for codegen
Remvoe the login task to execute the code when login the project
2018-03-04 18:24:29 +08:00
nrousseau
155964c12b regenerate method 2018-03-04 17:32:39 +08:00
nrousseau
0fd2d543c8 fix(TUP-19700) fix memory issue 2018-03-04 16:06:32 +08:00
nrousseau
2e480e36e0 fix(TUP-18552) fix classpath adjuster and tRunjob 2018-03-04 16:06:29 +08:00
jzhao
891384f149 fix(TDI-39894):update jackson version 2.x.x to 2.9.4 (#2013)
* fix(TDI-39894):update jackson version 2.x.x to 2.9.4

* dropbox/bigquery components jackson-core upgrade
2018-03-02 14:57:49 +08:00
zwxue
4b34952ebb fix(TUP-19635):Project setting ->Maven->project default xml content is (#2025)
null.
2018-03-02 10:50:37 +08:00
hwang-talend
f7b0b945f0 fix(TUP-19446):SNOWFLAKE connection in metadata repository (#2009) 2018-03-02 10:14:50 +08:00
Dmytro Sylaiev
ca8d70b70b fix(TDI-40071): Expand migration task (#1999)
* fix(TDI-40071): Expand migration task

* Remain cmd mode of marklogic bulkload in jobs migrated from javajet

* chore(TDI-40071): Update comment about new properties
2018-03-01 13:20:34 +02:00
ypiel
04edde7ded fix(TDI-40178) : Use cid in code generation (#2022)
* fix(TDI-40178) : Use cid in code generation.
2018-03-01 11:30:29 +02:00
zwxue
aadbdabfbd fix(TUP-19534):log4j level does not work as expected while building (#2021)
standard job.
2018-03-01 17:22:58 +08:00
pyzhou
112548302c fix(TDI-34082):correct mistake in plugin.xml (#2018) 2018-03-01 15:39:41 +08:00
zwxue
559d264f0f fix(TUP-19535):Always run job fail which use a trunjob. (#2017) 2018-03-01 15:24:23 +08:00
pyzhou
501f300877 fix(TDI-34082):tExtractJsonField split list. (#2016) 2018-03-01 14:28:03 +08:00
wchen-talend
c2c65c5851 fix(TUP-19423):When using Generic DB Connector / tDBConnection / select (#2010)
MemSQl -> Apply : nothing happen
2018-03-01 11:44:01 +08:00
hcyi
d21b9af425 fix(TUP-19131):Remote project creation without user & password -> HTTP (#1996)
500 error
2018-03-01 09:30:43 +08:00
Chao MENG
bf688a7162 fix(TUP-19615): Libraries cache is not recreated during Studio startup (#2014)
fix(TUP-19615): Libraries cache is not recreated during Studio startup in case of path to Studio contains special symbols (for example, "!")
https://jira.talendforge.org/browse/TUP-19615
2018-02-28 19:07:31 +08:00
Olha Varnavina
f6168f5b89 fix(TDI-35080): tWriteJsonField renders strings (#2008)
* fix(TDI-35080): tWriteJsonField renders strings

* added Quote all values option, numbers and boolean values won't be
surrounded by quotation marks if this option is unchecked
* added migration task to check this option in old jobs

* added check for the case when item is null on not java

* simplified statement of setting parameter value
2018-02-28 12:05:06 +02:00
zwxue
07e1eab556 fix(TUP-19595):generate job failed with Job compile errors. (#2011) 2018-02-28 16:50:49 +08:00
nrousseau
d23a6240da remove format debug (not compatible with new CI with remote project) 2018-02-28 11:09:35 +08:00
kjwang-talend
5c18a5a790 Kjwang/fix(tup 19528)implicit t context load does not load variables when from file is initialized with a context variable (#2001) 2018-02-28 10:52:29 +08:00
wchen-talend
7b129275d2 fix(TUP-19619):new Automap function should be EE only (#2004) 2018-02-28 10:41:08 +08:00
GGu
6f2441993c fix(TUP-19341): move the migration task (#1928) 2018-02-28 10:37:11 +08:00
GGu
e3a0d278f5 fix(TUP-19523): check dynamic metadata for jdbc (#2007) 2018-02-28 10:35:39 +08:00
Jane Ding
fdc8ac747c fix(TUP-19402)Can not import in project folder items. (#1954)
https://jira.talendforge.org/browse/TUP-19402
2018-02-28 10:23:53 +08:00
SunChaoqun
3243a7cb41 TESB-20456:Changes for Single Maven Build: cTalendJob (#2006)
LGTM
2018-02-27 17:20:59 +08:00
wang wei
ab564f9042 fix(TDI-40155): Stats&Log:can`t get correct data from stats&log tables when use JDBC(#2005) 2018-02-27 16:52:20 +08:00
Mike Yan
22e67ce192 TESB-21402: Fixed subjob support for ESB OSGi type (#2003)
* TESB-20833: Add REST Microservice type for mapping

* TESB-20833: Enable ESB Microservice for data service

* TESB-21402: Fixed subjob support for ESB OSGi type
2018-02-27 16:38:35 +08:00
hcyi
6ff9c32c84 fix(TUP-19534):log4j level does not work as expected while building (#1987)
standard job.
2018-02-27 16:18:12 +08:00
souvanny
7502e19d99 babili-export (#2000) 2018-02-27 14:55:47 +08:00
hwang-talend
1638e99520 fix(TUP-19553):Can't use custom URI module to check JDBC conection (#1997) 2018-02-27 11:19:43 +08:00
zwxue
0661d9ec66 fix(TUP-19595):generate job failed with Job compile errors. (#1998) 2018-02-27 10:09:06 +08:00
Mike Yan
737243fcdf TESB-20833: enable miscrocevise for data service job (#1995)
* TESB-20833: Add REST Microservice type for mapping

* TESB-20833: Enable ESB Microservice for data service
2018-02-26 15:48:15 +08:00
xlwang-tlnd
219a689c64 xlwang/fix(TUP-19547)Select job' old version to publish will not show (#1992)
the correct Artifact information in publish page.
2018-02-26 14:24:52 +08:00
apoltavtsev
15886bb723 TESB-20453 NPE during Routes generation is fixed (#1994) 2018-02-24 19:37:38 +01:00
zwxue
a679adb1a9 fix(TUP-19532):NPE while importing Demo project. (#1993) 2018-02-24 16:36:35 +08:00
wchen-talend
3e23c424dc fix(TUP-19475):Cannot select a repository schema on a tJDBCInput (#1991) 2018-02-24 16:31:55 +08:00
Dmytro Sylaiev
a068a3c164 fix(TDI-40125): Update talend excel library (#1985)
* Remove main method

* Update deprecated method calls

* Add commons-lang
2018-02-23 17:53:09 +02:00
dlin-talend
a2963fd503 fix(TUP-19593): new improvement for 7.0 branding (#1990) 2018-02-23 15:39:07 +08:00
Ivan Gonchar
8150f8e0ec Igonchar/tup 19598 (#1988)
* chore(TUP-19598): change visibility of resizeScrolledComposite() to protected

* chore(TUP-19598): add move addComponents() content to new placeComponents() which allows to override it
2018-02-22 18:06:34 +02:00
apoltavtsev
ec524f0fe9 TESB-20833 Missing "Deployment" tab is added (#1986)
* TESB-20833 Missing "Deployment" tab is added

* TESB-20833 Missing "Deployment" tab is added
2018-02-21 18:34:38 +01:00
apoltavtsev
0feea95408 TESB-21314 NPE during Routes import is corrected (#1984)
At this moment we have NPE during importing of Route or during saving of new Route. It happends due to missing logs (it is expected because of Route was not compiled previously). Verification for "null" condition is added.
2018-02-19 20:29:27 +01:00
Dmytro Sylaiev
119b2bf8f3 Dsylaiev/tdi 40086 add ftps port property (#1983)
* fix(TDI-40086): Add design property ftps port for ftp components

* fix(TDI-40086): Change runtime port connection for ftps

* Take ftps_port value for ftps connection

* fix(TDI-40086): Add a migration task

* For ftpConnection, get and put components get old port value and set it to ftps_port property

* chore(TDI-40086): Minor changes

* Improve code logic

* Refactoring

* Fix spaces
2018-02-19 18:15:58 +02:00
zafkirTalend
1d0abf79f6 feat(TBD-6262): Generate ps1 file for a built job
Depends on related changes on tcommon-studio-se
https://github.com/Talend/tcommon-studio-se/pull/1392
2018-02-19 16:03:33 +01:00
Emmanuel GALLOIS
baec4797a1 fix(TDI-40106): avoid ConcurrentModificationException (#1982) 2018-02-19 11:00:49 +01:00
Roman
ebce29b845 fix(TDI-39285): move dropping temp table to finally block (#1976)
* fix(TDI-39285): move dropping temp table to finally block

* fix(TDI-39285): Move statement initialization to UPDATE block

* fix(TDI-39285): replace tabs with spaces
2018-02-14 15:37:17 +02:00
Emmanuel GALLOIS
8da8a3c719 fix(TDI-40112): tCloudStart doesn't start an existing EC2 instance (#1981)
* fix(TDI-40112): tCloudStart don't start an existing EC2 instance but create a new one
* fix(TDI-40112): manage correctly logging
2018-02-14 12:16:06 +01:00
Olha Varnavina
a9f4a5718b feat(TDI-39983): Case sensitivity SnowflakeOutput (#1978)
* reverted unused migration task
2018-02-14 12:43:24 +02:00
Roman
77923a6b9c fix(TDI-39307): add 'required if' for jars import (#1977) 2018-02-14 12:38:00 +02:00
ypiel
0a1051f886 bug(TDI-40026) : Get only exception msg from subjob 2018-02-14 11:28:22 +02:00
GGu
0202ef1472 fix(TUP-18232): fix the failed junits (#1979) 2018-02-14 11:34:07 +08:00
nrousseau
a2e76cdbca Revert "Wchen/bugfix/tup 5897 console hung (#1937)"
This reverts commit e2d3e9648b.
2018-02-13 10:24:18 +01:00
nrousseau
51fed0bb91 Revert "fix(TUP-19522) reset run/kill buttons in case of error"
This reverts commit e6e6014ec77cc2be239b0ac0164f827a40853cb0.
2018-02-13 10:24:18 +01:00
nrousseau
d62ee4db49 fix(TUP-19522) reset run/kill buttons in case of error 2018-02-13 10:24:17 +01:00
nrousseau
b5fc606c33 fix(TUP-19521) reset export config after build 2018-02-13 10:24:17 +01:00
Roman
21aa55737f bug(TDI-39879): change adding of binary attribute to context (#1933) 2018-02-13 11:04:49 +02:00
Dmytro Sylaiev
42b1ebcc7f fix(TDI-40000): Get keystore file and keystore pass from metadata con… (#1960)
* fix(TDI-40000): Get keystore file and keystore pass from metadata connection

* fix(TDI-40000): Correct repository value name
2018-02-13 10:09:11 +02:00
xlwang-tlnd
c1be685213 Xlwang/fix(tup 19278)auto map algorithm settings not readable (#1926)
* fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* fix(TUP-19278)Auto-Map algorithm settings not readable
https://jira.talendforge.org/browse/TUP-19278

* xlwang/fix(TUP-19278)Auto-Map algorithm settings not readable
https://jira.talendforge.org/browse/TUP-19278

* fix(TUP-19278)Auto-Map algorithm settings not readable
https://jira.talendforge.org/browse/TUP-19278

* fix(TUP-19278)Auto-Map algorithm settings not readable\
https://jira.talendforge.org/browse/TUP-19278

* xlwang(TUP-19278)Auto-Map algorithm settings not readable
https://jira.talendforge.org/browse/TUP-19278

* xlwang/fix(TUP-19278)Auto-Map algorithm settings not readable
https://jira.talendforge.org/browse/TUP-19278
2018-02-13 15:37:40 +08:00
wchen-talend
c51453b7c0 Wchen/bugfix/tup 19344 unified comp improve (#1949)
* fix(TUP-19344):Improve UX for DB Unified

* fix(TUP-19344):Improve UX for DB Unified

* fix(TUP-19344):add junit
2018-02-13 15:35:36 +08:00
zwxue
f0903915bc fix(TUP-19532):NPE while importing Demo project. (#1964) 2018-02-13 15:28:06 +08:00
kjwang-talend
a26e2fbeec TUP-19372 Studio crashed after importing projects (#1942)
https://jira.talendforge.org/browse/TUP-19372
2018-02-13 15:23:26 +08:00
Chao MENG
b02008730b Cmeng/task/tup 19298 mulitple inputs (#1975)
* task(TUP-19298): multiple input/output
https://jira.talendforge.org/browse/TUP-19298
2018-02-13 15:09:21 +08:00
Jane Ding
3a344c7602 fix(TUP-18925)ChangeVersion command doesn't upgrade the version of (#1965)
fix(TUP-18925)ChangeVersion command doesn't upgrade the version of dependencies
https://jira.talendforge.org/browse/TUP-18925
Fixed the test cases didn't change version when their parent job changed
version in studio.
2018-02-13 10:47:25 +08:00
kcoepeau
dc2e4e8316 fix(TBD-6388): Add Migration Task for tImpalaOutput (#1955) 2018-02-12 16:59:52 +01:00
Mike Yan
d70ad46319 TESB-20833: Add REST Microservice type for mapping (#1970)
Merged as it's only add a microservice type.
2018-02-12 18:26:48 +08:00
wchen-talend
12a139c752 fix(TUP-19346):Remove tDBCDC, tDBCDCOuput, tDBInvaidRows and (#1945)
tDBValidRows from TOS
2018-02-12 16:20:27 +08:00
wchen-talend
e028532e98 fix(TUP-19443):Db unified throw exception when the studio path is in (#1951)
Program files X86
2018-02-12 15:55:21 +08:00
Mike Yan
5d3565d17a TESB-20833: Improvement for OSGi bundle templates and target name (#1969) 2018-02-12 15:20:53 +08:00
apoltavtsev
c9a241bc66 TESB-21304 NPE during importing of Route is fixed (#1968)
At this moment we have NPE during invocation of "JavaCamelJobScriptsExportWSAction" from "BundleJavaProcessor".
The reason of NPE is   "repositoryNode" (from BundleJavaProcessor) is null because of Eclipse somehow refreshes TreeView after finishing of Workspace opertion only. And imported element can not be retrived from TreeVeiw before Import operation is finished. Current fix is just workaround for such situation. It will be necessary to review this code when propagation of Build Type will be fully implemented (we must avoid using BundleJavaProcessor for imported Routes).
2018-02-12 13:44:06 +08:00
wang wei
6a76e3ecb3 feat(TDI-40061): upgrade the daikon version (#1962) 2018-02-12 11:08:05 +08:00
nrousseau
e51e63b3c8 bug(TUP-19494) fix synchronization issue 2018-02-11 23:30:20 +01:00
Mike Yan
dced5b31f2 TESB-20833: Fixed avoid to overwrite OSGi bundle pom file (#1967)
* TESB-20767: Fixed check ESB service for microservice type export

* TESB-20833: Fixed avoid to overwrite OSGi bundle pom file
2018-02-11 20:15:42 +08:00
SunChaoqun
1b9004be33 TESB-20834:ESB CI-Builder Improvement for Data Services & Routes (#1966)
merged as only changed for ESB Microservice
2018-02-11 18:10:47 +08:00
zwxue
4596e57b28 fix(TUP-19494):Problem of synchronization of build job. (#1961) 2018-02-11 17:23:33 +08:00
zwxue
355c510bbb fix(TUP-19524):Data viewer failed for db schema. (#1963) 2018-02-11 16:48:35 +08:00
pyzhou
44178984f3 fix(TDI-40057):tAmazonEMRManager fails when enable debug. (#1948) 2018-02-11 10:38:42 +08:00
nrousseau
b16e6072a5 feat(TUP-19494) Fix synchronization of build job 2018-02-10 22:11:55 +01:00
apoltavtsev
df3e321f85 TESB-21298 Missing Beans are added to Routines pkg (#1953)
At this moment generated Routines package does not have Beans inside. The reason is - Beans and Routines are generated now as separate projects with different "target" location. There are few different ways to resolve issue: 

1. Include Beans as separate library to generated Route;
2. Copy Beans classes to Routines package to make it consistent with previous behaviour (before moving to single maven build);

Current fix contains implementation of approach № 2.
2018-02-09 20:13:05 +08:00
Irene Wang
f3a2d6d36b DEVOPS-3791 Update copyright year to 2018 2018-02-09 12:57:59 +01:00
Dmytro Sylaiev
254161e688 fix(TDI-39923): Enter passive mode after connection created (#1958)
* fix(TDI-39923): Enter passive mode after connection created

* chore(TDI-39923): Fix indentation
2018-02-09 13:08:55 +02:00
Dmytro Sylaiev
1812b4452c fix(TDI-40078): Add missing i18n message (#1959) 2018-02-09 13:05:07 +02:00
Irene Wang
9e82a874a2 DEVOPS-3791 Update copyright year to 2018 2018-02-09 11:35:02 +01:00
nrousseau
23deb485bf Zwxue/tup 16660 ci unify the maven build (#1952)
* feat(TUP-18223):Update templates.

* feat(TUP-18223): Add migration task for new templates.

* feat(TUP-18224,TUP-18225):Code generation and add eclipse project for
job/routines.

* feat(TUP-18224,TUP-18225): fix some bugs.

* feat(TUP-18226):Execute job in studio.

* feat(TUP-18227): remove deploy version.

* feat(TUP-18227): refactor some codes and fix bugs.

* feat(TUP-18227):Build standard job.

* feat(TUP-18228):Build BD&Children Job.

* feat(TUP-18229):fix wrong path description of build error message

* feat(TUP-18521):Update code generation system to support non-standard
java code (preview)

* feat(TUP-18288):check the packaging of routes from studio. (all ESB)

* feat(TUP-18288): add support for ESB micro service.

* fix(TUP-18714):tjava can not detect routines until switch to  code.

* fix(TUP-18713):Cann't run spark job that called a child job.

* fix(TUP-18746):studio throw an error log when create sql template.

* fix(TUP-18745):commandline build specific job fail

* fix(TUP-18810):tos build can not start up.

* feat(TUP-16660):fix compilation error.

* fix(TUP-18829):[bug]spark job cannot run successfully

* feat(TUP-18231):Avoid commit except pom(GIT&SVN).

* fix(TUP-16660):fix some known bugs.

* feat(TUP-16660): fix TUP-18900 and other known bugs.

* feat(TUP-18232):CI Builder change.

* feat(TUP-18232): fixed some known bugs.

* fix(TUP-18865):Spark job can't run with special version in studio.

* fix(TUP-19031):Miss content in .gitignore file for migration project.

* fix(TUP-18968):[bug] git:after rename job and the pom file in git
repository will not update to new name.

* feat(TUP-18232):CI Builder change

* feat(TUP-18232): never generate pom during BuildProjectSourceCommand.

* fix(TUP-19120):Dependency do not record in to pom file in time.

* fix(TUP-19120):Dependency do not record in to pom file in time.

* fix(TUP-18968,TUP-19165,TUP-19167): fix several bugs.

* fix(TUP-19134):Job pom generation change

* feat(TUP-18232) update project pom

* fix(TUP-18815):[bug] performance issue when I build the job out.

* fix(TUP-18815): fix compilation error.

* feat(TUP-18232) update project pom

* fix(TUP-18815): avoid to close main job project.

* feat(TUP-16660): add the prepare for build handler

* feat(TUP-16660): remove the children resources in assembly

* feat(TUP-16660):disable ci-builder profile in studio/commandline

* feat(TUP-18232) fix tuj exec

* feat(TUP-18232) refresh if use temp aggregator

* feat(TUP-18232) fix tuj exec

* fix(TUP-16660): change assembly dependency set and add ext resources for
packageing.

* feat(TUP-16660):Add cache for codes build.

* fix(TUP-16660): generate all jobs pom after import task completely
finished.

* feat(TUP-16660) rename resources folder method

* fix(TUP-16660): fix package failure for bd jobs.

* feat(TUP-16660): adapt changes of feature TUP-18667.

* feat(TUP-16660): add ref project to main project pom modules.

* feat(TUP-16660): add migration task for generating job pom.

* feat(TUP-16660) fix issues of JRE compilation and class not found

* feat(TUP-16660):disable deployment configuration project setting.

* fix(TUP-16660):avoid set wrong groupId for new created project.

* fix(TUP-16660): move skip ci-builder param for mvn command.

* fix(TUP-16660): avoid to modify pom.xml too many times.

* fix(TUP-19345):Studio throws NPE error for migration task in error logs.

* fix(TUP-19198):Should save job when switch to code view.

* feat(TUP-16660) fix refresh issues

* Revert "fix(TUP-19198):Should save job when switch to code view."

This reverts commit 0f53400e20.

* TESB-20453:Changes for Single Maven Build: Routes(TESB-20453:Changes for (#1925)

Single Maven Build: Routes(Add Bundle-Resource for ESB))

* TESB-20833: CI improvements for ESB data service

* TESB-20833: Fixed OSGi handle for REST type

* TESB-20453:Changes for Single Maven Build: Routes (#1927)

* TESB-20453:Changes for Single Maven Build: Routes-createAfter method (#1930)

* fix(TUP-19375):Jenkins mvn package job with testcase have errors.

* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.

* fix(TUP-16660):fix bug when import project.

* feat(TUP-16660) fix refresh issues

* fix(TUP-16660):do not enable maven nature for readonly job.

* TESB-20453:Changes for Single Maven Build: Routes (#1941)

LGTM

* fix(TUP-19401):Run main project's job which use ref project's job fail
with NPE error after migration.

* fix(TUP-19196):when run mvn package for ci twice, there will be error
log for can not find  .project file for project.

* TESB-20833 Missing context files location is added

* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.

* fix(TUP-16660):fix temp build aggregator bug.

* TESB-20833: Update OSGi pom template

* TESB-20833: Fixed NPE for esb jar type target file
2018-02-08 12:12:09 +01:00
kcoepeau
ae65ca3847 fix(TBD-6412): India Region in DI components (#1950) 2018-02-08 12:08:51 +01:00
olhava
9cb05ccc12 feat(TDI-39983): Case sensitivity SnowflakeOutput (#1944)
* Migration task for uncheck of convert to upper case property in
SnowflakeOutput component
2018-02-06 11:49:15 +02:00
wang wei
86604b64e6 fix(TUP-19306): fix the NPE when import jobs (#1946) 2018-02-06 17:17:50 +08:00
Ivan Gonchar
a46e8a5546 fix(TCOMP-681): remove unrelated code when tacokit component is used (#1934) 2018-02-06 15:42:09 +08:00
pyzhou
704105c86f fix(TDI-39968):split the string in log. (#1943)
* fix(TDI-39968):split the string in log.

* simplify the code.
2018-02-06 10:30:32 +08:00
wchen-talend
e2d3e9648b Wchen/bugfix/tup 5897 console hung (#1937) 2018-02-05 14:38:29 +08:00
pyzhou
4696e236e5 Pyzhou/tdi 39996 t s3 component rename client side encryption (#1936)
* fix(TDI-39996):tS3 component rename client side encryption.

* fix(TDI-39996):tS3 component rename encrypt
2018-02-05 14:27:32 +08:00
kjwang-talend
bfa11b4451 fix(TUP-19342)Implicit context load from file behavior change (#1931)
https://jira.talendforge.org/browse/TUP-19342
2018-02-05 14:27:16 +08:00
pyzhou
276befc57b fix(TDI-39999):tAmazonEMRManager cannot customize AMI version. (#1938) 2018-02-05 14:25:43 +08:00
GGu
7f2e4e1396 fix(TUP-19386): fix the failed junit (#1940) 2018-02-05 14:22:12 +08:00
GGu
12e33c24b1 fix(TUP-19386): remove the listener for migration task (#1939) 2018-02-05 11:36:40 +08:00
wchen-talend
920a78c68a fix(TUP-17555):Relevant Error Code Line Numbers (#1929) 2018-02-05 10:39:59 +08:00
Dmytro Sylaiev
ebb66b722e fix(TDI-40000): Add repository value for ftps property (#1935) 2018-02-02 17:49:09 +02:00
Dmytro Sylaiev
ff9a67d37f feat(TDI-39997): Make Protection Level property as Open List (#1932) 2018-02-01 16:25:00 +02:00
kjwang-talend
065e54c99b Kjwang/fix(tup 19285) no warnings after importing existing project which is from tos (#1924)
* fix(TUP-19285) No warnings after importing existing project which is
from TOS
https://jira.talendforge.org/browse/TUP-19285

* fix(TUP-19285) No warnings after importing existing project which is
from TOS
https://jira.talendforge.org/browse/TUP-19285
2018-02-01 09:51:55 +08:00
wchen-talend
cc4996627b fix(TUP-19338):[TBD] Hive basic 8 (child 2) TUJ does not work properly (#1919)
* fix(TUP-19338):[TBD] Hive basic 8 (child 2) TUJ does not work properly
for CDH580

* fix(TUP-19338):[TBD] Hive basic 8 (child 2) TUJ does not work properly
2018-01-31 17:38:59 +08:00
jzhao
d401f01041 fix(TDI-39894):update jackson version (#1911)
* jackson-databind-2.5.x
2018-01-31 10:41:49 +08:00
Jane Ding
0b70f32269 fix(TUP-19272):If did not set the schema at the first time,can't set (#1883)
fix(TUP-19272):If did not set the schema at the first time,can't set schema for output of tmap
https://jira.talendforge.org/browse/TUP-19272
2018-01-30 16:13:39 +08:00
Jane Ding
6a276ef36c fix(TUP-3237)Clear button too small (#1906)
fix(TUP-3237)Clear button too small
https://jira.talendforge.org/browse/TUP-3237
2018-01-30 15:41:31 +08:00
wchen-talend
69b97cfe79 fix(TUP-19306):[bug] migration: all fields are writable for tJDBCInput (#1922)
using repository metadata after migration
2018-01-30 10:31:01 +08:00
ypiel
4711be9ed0 feat(TDI-39981) : Add template for github PR comments (#1923)
* feat(TDI-39981) : Add template for github PR comments
2018-01-29 12:24:41 +02:00
jzhao
d22b97ce83 fix(TDI-39932): tLDAPXX components does not close TLS connection (#1918) 2018-01-29 12:37:12 +08:00
ypiel
67152e3461 fix(TDI-39915) : React to isClientFile checkbox 2018-01-26 16:15:33 +02:00
ypiel
199304f0c0 fix(TDI-39975) : fix invalid pom.xml in adal4j sample 2018-01-26 15:11:11 +02:00
Dmytro Sylaiev
e9cd34e649 fix(TDI-39963): Fix wrong result of tFileExist for ftps file (#1908)
* fix(TDI-39963): Fix wrong result of tFileExist for ftps file

* Add possibility to check files in another directories

* fix(TDI-39963): Refactor changes
2018-01-26 14:11:28 +02:00
Dmytro Sylaiev
188127c12f fix(TDI-39923): Die on error during creating connection (#1916)
* If dieOnError checked or doesn't exist in case of exception component will stop

* If dieOnError unchecked, only stacktrace will be printed
2018-01-26 11:46:34 +02:00
kjwang-talend
0772112d25 kjwang/fix some junit errors for import demo project (#1917) 2018-01-26 03:39:12 -06:00
pyzhou
4af8bc2ac8 fix(TDI-38023):compile error when setting applications with list. (#1913)
* fix(TDI-38023):compile error when setting applications with list.

* support context in set applications.
2018-01-26 17:16:01 +08:00
pyzhou
c36648c6cd fix(TDI-39970):Add back DB column to LDAP components. (#1915) 2018-01-26 16:48:33 +08:00
Chao MENG
b59b789afe Set a default mappingFile for JDBC (#1914) 2018-01-26 02:33:22 -06:00
Emmanuel GALLOIS
871ea37d98 fix(TDI-39957): fix variables redeclaration (#1910) 2018-01-25 15:41:22 +00:00
Dmytro Sylaiev
17210b9c4a fix(TDI-39971): Fix CURRENT_FILEPATH variable for ftps (#1909) 2018-01-25 17:23:52 +02:00
Dmytro Sylaiev
79d0c5f02c fix(TDI-39922): Fix show if statement for IGNORE_FAILURE prop (#1907) 2018-01-25 16:19:22 +02:00
Rémy DUBOIS
980022ea2b fix(TBD-6340): remove the error message when drop down list is hidden (#1905) 2018-01-25 11:22:08 +01:00
wchen-talend
2614d60873 fix(TUP-19303):fix jdbc context problems (#1903)
* fix(TUP-19303):fix jdbc context problems

* add a fix for DQ team

* fix the null problem for jdbc migration
2018-01-25 17:48:27 +08:00
Pierre Teyssier
1d0b06893b fix(TDI-39892): build 2018-01-25 17:47:51 +08:00
Chao MENG
504527bdc3 Add attribute "ACTIVE_DB_COLUMNS" in COMPONENT.HEADER (#1904) 2018-01-25 02:37:44 -06:00
pyzhou
70091776fc Pyzhou/tdi 39892 unify db components (#1897)
* fix(TDI-39892):Add components to db unify.

* fix(TDI-39892):move LDAP to Business family.

* fix(TDI-39892):remove hive from database family

* fix(TDI-39892):remove tDBinput tDBOutput TDBSQLRow

* fix(TDI-39892):remove sql data warehouse from database family.

* fix(TDI-39892):remove tsas components from DB unify.

* fix(TDI-39892):fix amazon in db unify.

* recover UnifiedComponentService.

* fix(TDI-39892): Manually change db specific family.

* fix(TDI-39892): rename JDBC family.

* fix(TDI-39892):show db components in DB specific.

* feat(TDI-39892):add new jdbc components

* feat(TDI-39892): add new jdbc components

* Add back Hive and tSQLDW into db specifics.
2018-01-25 16:09:04 +08:00
Dmytro Sylaiev
6440d1a718 fix(TDI-39961): Add check if remote directory exist ftps (#1901)
* In every ftp component with 'move to dir' property add additional check

* Throw an exception when remote dir doesn't exist or cwd failed for any reason

* Fix nb line for ftps in ftpRename
2018-01-24 18:11:00 +02:00
Dmytro Sylaiev
25d35ea773 fix(TDI-39947): Make property unvisible (#1895) 2018-01-24 12:21:27 +02:00
Roman
dba289ab95 fix(TDI-39395): tNetezzaNZload. Fix actualLogFilePath variable for context or global values (#1855)
* fix(TDI-39395): actualLogFilePath variable for context or global values

* fix(TDI-39395): Delete useless char replaces and append cid to var

* fix(TDI-39395): Delete useless quotes, improve String casting
2018-01-24 11:44:57 +02:00
qiongli
38a2059863 TDQ-14702 Save the 'name' 'label' in item file (#1899) 2018-01-24 03:07:03 -06:00
jzhao
9166afe742 fix(TDI-39827): some jars can't be imported or download after cxf upgrade (#1900) 2018-01-24 16:36:10 +08:00
Pingwen Lin
54f196c64d TMDM-11782 Can't download jars when run mdm demo jobs (#1898) 2018-01-24 16:32:40 +08:00
pyzhou
02b7f98db5 feat(TDI-38023):tAmazonEMRManage add open list to applcation. (#1896) 2018-01-24 15:02:50 +08:00
wchen-talend
6e5cc3edab fix(TUP-19244):fix jdbc dataviwer problem (#1890)
* fix(TUP-19244):fix jdbc dataviwer problem

* fix(TUP-19244):fix the jdbc data viewer problem
2018-01-24 00:55:37 -06:00
Dmytro Sylaiev
f927994e2b fix(TDI-39920): Add ftps passive mode support (#1888)
* Make Connection mode property visible for ftps connection

* Enter local passive mode if necessary
2018-01-23 17:40:10 +02:00
Dmytro Sylaiev
1d3388477d fix(TDI-39945): Change filetransfer mode to binary for ftps (#1889) 2018-01-23 17:25:41 +02:00
Dmytro Sylaiev
c179cd7678 fix(TDI-39946): Fix closing connection when use existing (#1892) 2018-01-23 17:17:37 +02:00
Dmytro Sylaiev
e990008787 fix(TDI-39926): Add username and password validation ftps (#1894)
* Throw an RuntimeException if login failed
2018-01-23 17:15:48 +02:00
ypiel
1a1aa1ef11 fix(TDI-39754) : Retrieve protocol and port from origin (#1891) 2018-01-23 13:33:57 +01:00
kcoepeau
9aadc0d53f fix(TBD-5317): consistent field separator and support without existing connection use (#1881) 2018-01-23 11:04:00 +01:00
Vladimir Bogatyrov
1f0883b7ba [TESB-20919] Issue with Apache DBCP connection pools (#1791)
* [TESB-20919] Issue with Apache DBCP connection pools

The fix handles the situation when Apache Commons DBCP is used to create connection pool for Oracle DB.

* [TESB-20919] Issue with Apache DBCP

* [TESB-20919] Simplified conditions
2018-01-23 17:17:37 +08:00
pyzhou
df752bf110 feat(TDI-37863):Upgrade aws-java-driver to 269. (#1884) 2018-01-23 16:32:25 +08:00
pyzhou
650d1c1b73 fix(TDI-39602):fix the generate error tGSCopy. (#1885) 2018-01-23 16:01:07 +08:00
hcyi
61068ddc82 fix(TUP-19277):Errors when creating tSASoutput component from SAS (#1877)
metadata connection.
2018-01-23 14:00:32 +08:00
pyzhou
96c7c049b4 feat(TDI-39602):Use the new tracker implementation for AWS / google (#1832)
* feat(TDI-39602):Use the new tracker implementation in the components for
AWS / google

* Use the new tracker implementation for GS component
2018-01-23 09:56:09 +08:00
Dmytro Sylaiev
23b958c102 feat(TDI-39449): Upgrade localprovider components mariadb lib (#1880) 2018-01-22 15:44:32 +02:00
hwang-talend
df570e34fa Hwang/tup 18461 (#1643)
* feat(TUP-18319):Hide Wizard if TCOMP wizard is JDBC

* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18393):when select JDBC, create GenericConnection successfully

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18323):Implement the drag&drop of NFC JDBC

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* fix(TUP-5360): Retrieve Salesforce Modules option is missing

Conflicts:
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/action/CreateGenericConnectionAction.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/GenericConnWizard.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18523):[bug] "Export as Context" and "Revert Context" buttons
should be removed when Retrieve Schema

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18526):[bug] JDBC node icon shouldn't be salesforce icon

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* fix(TUP-18542): support db mapping ui in the metadata part

* fix(TDI-39329): support "enable parallize execution" in advanced setting
of tjdbcoutput
fix(TDI-39329): overwrite commitevery and batchsize by buffersize
fix(TDI-39329): adjust the layout a little as will show something always
feature(TDI-39244): do migration for component part
feature(TDI-39244): do migration for component part
feature(TDI-39244): remove all the old components
feature(TDI-39244): fix the migration
feature(TDI-39244): fix the migration
feature(TDI-39244): change the daikon and adapter here
feature(TDI-39244): fix the migration

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18462): add the query store by the old way

* feat(TUP-18431):support the driver table widget in studio

* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC

* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC

* feat(TUP-18431):support the driver table widget in studio

* feat(TUP-18432):migration for the driver table

* feat(TUP-18462):make the sql builder works on the repository.

* fix(TDI-39329): revert it now for not break stuido build, will add it
back

* feat(TUP-18546)when set property type to repository, drivers shows as
"mvn:org.talend.libraries/mysql-connector-java-5.1.30-bin/6.0.0"

* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name (#1568)

in talend schema like tdatapreprun component

* fix(TUP-18261): there is an error when Studio tries to make a query to (#1682)

fix(TUP-18261): there is an error when Studio tries to make a query to secured tmc service
https://jira.talendforge.org/browse/TUP-18261

* fix(TUP-16457)conflict

* feat(TUP-18431):support the driver table widget in studio

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard

* feat(TUP-18847):[bug] Read queries doesn't work

* feat(TUP-18846):[bug] table name isn't show in Query

* TUP-18461

* feat(TUP-18882):[bug] "Current xxxxxthird party module" won't pop up if
Driver jar isn't exist after clicking "TestConnection"

* feat(TUP-18882):[bug] "Current xxxxxthird party module" won't pop up if
Driver jar isn't exist after clicking "TestConnection"

* feat(TUP-18848):[bug] Drivers part isn't editable in Edit Connectin
wizard

* feat(TUP-18857):[bug]In conext mode, tables cannot be listed after click
[...] next to tJDBCInput->Basic settings->Table name

* feat(TUP-18868):[bug] Guess Schema doesn't work for tJDBCInput

* TUP-18857:[bug]In conext mode, tables cannot be listed after click [...]
next to tJDBCInput->Basic settings->Table name

* feat(TUP-18868):[bug] Guess Schema doesn't work for tJDBCInput

* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection

* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18880):[bug] "Update repository connection" doesn't work in
"Edit parameter using repository" popup

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in

* fix(TDI-39329): fix the migration

* support the multi line by the existed way, not create a new way, so
revert this part

* revert something and so now we use new framework trigger method for the
special buttons in component part

* support the complex context converter

* feat(TCOMP-612): support shared connections

* Add raw DataSources to globalMap

* Add SharedConnectionPool implementation to globalMap

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp

* # WARNING: head commit changed in the meantime

* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp

* sometimes, model level return some wrong information, now fix it in
javajet part.

* Pyzhou/tdi 39645 upgrade aws java sdk.jar to version 1.11.223 (#1810)

* feat(TDI-39645):Upgrade the aws-java-sdk.jar to version 1.11.223

* remove old driver

* Change the maven path to eliminate org.talend.librares.

* fix(TUP-19195) update junits (#1826)

* fix(TDI-39212):fix the issue of missing jar. (#1827)

* fix(TDI-39212):fix the issue of missing jar.

* fix(TDI-39212):fix the missing jar.

* feat(TDI-39360):tSQSOutput - Add support for FIFO queue (#1825)

* feat(TDI-39360):tSQSOutput - Add support for FIFO queue

* fix(TDI-39823):Compile error when use batch and FIFO function for
tSQSOutput

* change the mvn path

* fix(TUP-19188): Improve English messages on the "Network Issue Occured" (#1828)

fix(TUP-19188): Improve English messages on the "Network Issue Occured" dialog
https://jira.talendforge.org/browse/TUP-19188

* feat(TUP-18461)

* feat(TUP-18534):[bug] Dialog title should be "Check connection" instead
of "Main" when test connetion;

* feat(TUP-18386):Wizard title should be "Check connection" when check for
salesforce.

* feat(TUP-18461)

* feat(TUP-19207):[bug]commandline: "ClassNotFound" shows when logon
project in commandline

* feat(TUP-19244):DriverClass and MappingFile do not support context model

* feat(TUP-19181):[bug]migration: Input table name is not correct after
migration

* feat(TUP-19119):[bug]NEP shows in errorlog when r-click Queries node
under JDBC metadata node

* fix the stats and logs
fix the stats and logs

* fix the stats and logs

* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard

* fix(TUP-19235): revert something to make the refresh for advanced page
works

* feat(TUP-19266):[bug] Salesforce Modules cannot be retrieved

* feat(TUP-19178):[bug]JDBC: Icon shouldn't be salesforce icon in Impact
Analysis result

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-19230):[bug] seems Mapping file always use mapping_Mysql.xml

* feat(TUP-18461)

* fix the iterate line

* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"

* TDQ-14655 update something on DQ side (#1865)

* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput

* fix(TUP-19205):[bug] Mapping file label in Wizard should right align

* fix(TUP-19218):[bug] "Select class name" should be diabled in Context
mode

* feat(TUP-18461):when context value is
mysql-connector-java-5.1.30-bin.jar;ant.jar, the module install is wrong

* fix(TDI-39864):[bug] Canot D&D JDBC to MR job

* TUP-19295:[bug] Canot D&D JDBC to MR job-make repository update work for
jdbc of mr process

* feat(TUP-18461):add jdbc component to the tos component feature

* Revert "fix(TDI-39329): revert it now for not break stuido build, will add it back"

This reverts commit d58078d586.

* fix the conflict

* feat(TUP-18461) fix issues with mvn uri

* fix(TUP-19317):fix the catalog schema setup
2018-01-22 19:53:27 +08:00
Dmytro Sylaiev
9bb80abeff fix(TDI-39937): Fix compile errors ftpGet and ftpPut (#1879)
* Use correct method from new library to change working directory

* User correct method from new library to get currect directory
2018-01-22 13:37:35 +02:00
Dmytro Sylaiev
9dbf1507a4 feat(TDI-39550): Upgrade teradata driver version (#1860)
* feat(TDI-39550): Upgrade teradata driver version

* feat(TDI-39550): Upgrade driver to the latest version

* feat(TDI-39550): Respect GAV in java.xml files
2018-01-22 12:37:33 +02:00
Dmytro Sylaiev
a15d51591c feat(TDI-39312): move marklogic to tcomp (#1843)
* feat(TDI-39466): Process marklogicOutput Objects (#1669)

* When component has avro byte with Object class flag - enforcer will propagate data further

* feat(TDI-39469): Implement marklogic migration task (#1743)

* feat(TDI-39469): Implement marklogic migration task

* fix(TDI-39469): Change migration version

* Set breaks and version 7.0

* Small refactoring

* fix(TDI-39469): Fix migration task date

* fix(TDI-39469): Fix overwriting output schema

* fix(TDI-39469): Fix migration props with diff names

*In tMarkLogicOutput Action and data type properties have several values which names are differ

* fix(TDI-39469): Fix tmarklogicinput schema migration

* feat(TDI-39312): change migration to conform dataset, datastore concepts
2018-01-22 18:29:21 +08:00
jzhao
1e16c29e97 feat(TDI-39827): Upgrade to CXF 3.2.1 (#1871) 2018-01-22 18:14:14 +08:00
GGu
27a43543f0 feat(TUP-19046): add signature on items (#1838)
* feat(TUP-18730): add the save trigger migration task

* feat(TUP-18730): change the api for option

* feat(TUP-18730): if invalid, set readonly for job

* fix(TUP-19125): no pupop for quick tour

* feat(TUP-19046): impl for import items and projects

* feat(TUP-19046): deal with migration

* feat(TUP-19046): change to use demo import

* feat(TUP-19046): remove the readonly flag

* feat(TUP-19046): add the option for import demo

* feat(TUP-19046): add the product date
2018-01-22 17:45:19 +08:00
ypiel
5749a6fb9a feat(TDI-38647) : Sybase IQ BulkLoad using client file
* feat(TDI-38647) : Sybase IQ BulkLoad using client file

* feat(TDI-38647) : Rename LOG params

* feat(TDI-38647) : Update tSybaseIQOutputBulkExec

* feat(TDI-38647) : Update SA driver maven group

* feat(TDI-38647) : Manage Sql anywhere driver in SybaseIQBulkExec.

* feat(TDI-38647) : Add SQL anywhere 17 to tELTSybase

* feat(TDI-38647) : Add SQLAnywhere driver to all sybase components
2018-01-22 09:55:04 +01:00
zwxue
7bc74d8b4f feat(TUP-18667):Move the Default GroupID from Nexus to Project Level (#1872)
* feat(TUP-18667):Move the Default GroupID from Nexus to Project Level

* feat(TUP-18667): add groupId validation for deployment tab.
2018-01-22 16:18:01 +08:00
kjwang-talend
120a99135b fix(TUP-19162)error pop up when open the HL7 job exported from lower (#1873)
version
https://jira.talendforge.org/browse/TUP-19162
2018-01-22 11:49:56 +08:00
pyzhou
e10fdc6674 feat(TDI-38023):tAmazonEMRManage: Version and product advanced (#1844)
* feat(TDI-38023):Version and product advanced configurability

* feat(TDI-38043):add the property “service access security group” in
tAmazonEMRManage

* feat(TDI-38789):Add EMR 5.x to the tAmazonEMRManage component

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tAmazonEMRManage/tAmazonEMRManage_java.xml

* feat(TDI-38023):tAmazonEMRManage: Version and product advanced
configurability
2018-01-22 10:49:55 +08:00
Chao MENG
6184af91db fix a custom color problem (#1878)
fix a custom color problem
2018-01-22 10:08:01 +08:00
pyzhou
aaa75dedbb feat(TDI-38789):Add EMR 5.x to the tAmazonEMRManage component (#1829) 2018-01-22 09:45:27 +08:00
pyzhou
68fa27bfae feat(TDI-38043):add the property “service access security group” in (#1831)
tAmazonEMRManage
2018-01-22 09:45:15 +08:00
Dmytro Sylaiev
a72faf34d0 Dsylaiev/tdi 37930 add suport of ftps for some ftp components (#1852)
* feat(TDI-37930): Change ftps library to apache commons net

* tFtpConnection and Close ftps library now is apache commons net

* Change runtime of Connection and Close components

* Extract creating ftps connection to template

* Add ftps properties to tFtpDelete

* Start implementing tFtpDelete FTPS runtime

* Change javajet footer to close new ftps connection instead of old one

* feat(TDI-37930): Implement tFTPDelete runtime

* feat(TDI-37930): Add ftps support to tftpfilelist

* Add prot property

* Add pbsz property

* feat(TDI-37930): Implement ftps support for tFileTruncate

* feat(TDI-37930): Add cid for creating connection variables

* Fix compile error for using several components

* fix(TDI-37930): Fix code generation for ftp components

* fix(TDI-37930): Fix missing nbline in tfilelist

* feat(TDI-37930): Remove temp property message about ftps

* feat(TDI-37930): Change group id for dependency

* Remove redundant urlpath

* feat(TDI-37930): Remove redundant 6.0.0 version in dependency

* feat(TDI-37930): Add ftps support for tFTPFileExist

* feat(TDI-37930): Add ftps support for tFTPRename

* feat(TDI-38362): Change ftpget ftpput ftps library to apache (#1858)

* feat(TDI-38362): Change ftpget ftpput ftps library to apache

* feat(TDI-38362): Fix group ids for ftps dependency

* Remove redundant urlpath for it

* fix(TDI-37930): Fix tFTPFIleExist component xml file

* feat(TDI-37930): Add ftps support for ftpfileproperties

* fix(TDI-39922): Fix show-if statement for ignore failure property

* feat(TDI-37930): Improve logic of file exist checking
2018-01-19 16:30:57 +02:00
Pierre Teyssier
9928754069 fix(TDI-39298): rename google drive 2018-01-19 17:42:28 +08:00
Emmanuel GALLOIS
1d7a113b1f feat(TDI-39298): tGoogleDrive Integration (#1875)
- google drive migration
2018-01-19 15:28:10 +08:00
xlwang-tlnd
1e5e88c503 fix(TUP-19097)execute queries failed when change to context mode (#1870)
* fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097

* xlwang/fix(TUP-19097)execute queries failed when change to context mode
https://jira.talendforge.org/browse/TUP-19097
2018-01-19 11:32:09 +08:00
jzhao
1622f1d26b fix(TDI-39900): add context support on the tOracleBulkExec on the load option (#1876) 2018-01-18 17:35:43 +08:00
Romain Manni-Bucau
aa4ec7a6fa adding IAdvancedElementParameter support in Text controller (#1874) 2018-01-17 18:01:29 +08:00
hcyi
64627d7ce6 feat(TUP-18755):fix TUP-19241 can't use SQL Builder to execute sql (#1851)
queries.
2018-01-17 16:42:13 +08:00
dlin-talend
1dcd247116 TUP-19183:Change new branding images for 7.0.1 (#1868) 2018-01-17 15:20:30 +08:00
Roman
e1a6d562fb feat(TDI-30511): Add FIRE_TRIGGER to tMSSqlBulkExec (#1856)
* Add FIRE_TRIGGER option to tMSSqlBulkExec

* feat(TDI-30511): Add Thiago Benvenuto as contributor

* feat(TDI-30511): Delete second useless FIRE_TRIGGER parametr
2018-01-17 12:23:22 +08:00
wang wei
e75704f1bb fix(TDI-39904): make sure use postgresql jdbc driver for postgresql connection component when both redshift and postgresql jdbc driver exist(#1867) 2018-01-17 09:15:25 +08:00
mbasiuk-talend
9aeef33dce Mbasiuk/tdi 27454 check directory exists (#1869)
* feat(TDI-27454): add option to choose file or directory exists

* feat(TDI-27454): upgrade driver as proposed in ticket

* feat(TDI-27454): fix issue with wrong slash

* feat(TDI-27454): rename boolean variable

* feat(TDI-27454): fix issue with brackets

* feat(TDI-27454): make correct g a v for tftp components
2018-01-16 12:58:21 +02:00
mbasiuk-talend
9d28434c73 Mbasiuk/tdi 27454 check directory exists (#1863)
* feat(TDI-27454): add option to choose file or directory exists

* feat(TDI-27454): upgrade driver as proposed in ticket

* feat(TDI-27454): fix issue with wrong slash

* feat(TDI-27454): rename boolean variable

* feat(TDI-27454): fix issue with brackets
2018-01-16 11:28:44 +02:00
wchen-talend
ef41a8825d Wchen/feature/tup 18768 unified component (#1792)
* feat(TUP-18768):Unified Front end Connector

* feat(TUP-18768):Unified Front end Connector

* feat(TUP-18768):Unified Front end Connector

* faet(TUP-18768):Unified Front end Connector

* feat(TUP-18768):Unified Front end Connector

* feat(TUP-18768):Unified Front end Connector

* feat(TUP-18768):add Snowflake to the unified component

* feat(TUP-18768):Unified Front end Connector

* feat(TUP-19208):[bug] sometimes warning icon not display

* feat(TUP-19222):[bug] search by name not work well

* feat(TUP-19223):[bug] incorrect layout when select database as Snowflake

* feat(TUP-19273):Hide component in specified family and move not unified
database component to a new family DB Specifics

* feat(TUP-18768):Unified Front end Connector- move to tos

* feat(TUP-18768):revert the family change
2018-01-16 15:48:59 +08:00
pyzhou
b39113ee2f fix(TDI-36358):tAmazonEMRManage has no error info when terminated with (#1866)
error.
2018-01-16 14:57:11 +08:00
nrousseau
e84c8cf2d5 feat(TDI-39741): fix component / daikon version 2018-01-16 11:40:57 +08:00
Emmanuel GALLOIS
3ab6059bc3 feat(TDI-39741): add data process parts to codegen (#1862)
* implement cleanWrites for flow variables writer
* bump codegen-utils version
2018-01-15 15:22:21 +00:00
zshen-talend
52e2cbe6c3 feat(TDQ-14297): modify code to make dynchornized comboList support (#1861)
number data type
2018-01-15 13:21:44 +08:00
nrousseau
d313cc7e7b fix loading after changes of tcompv1 2018-01-14 17:38:59 +08:00
nrousseau
343dec42e8 feat(TCOMP-683) fix for tujs execution 2018-01-12 16:29:38 +08:00
chmyga
875749af4e feat(TCOMP-683): Guess schema (#1854)
* Implement methods required for guess schema feature
2018-01-12 10:10:42 +08:00
wang wei
31963efcd7 fix(TDI-39893): Exception in component tRedshiftOutput: "java.sql.SQLException: [Amazon](500310) Invalid operation: there is no parameter $-32768" (#1853) 2018-01-11 15:32:53 +08:00
pyzhou
a3a1636940 fix(TDI-39793): New icon for tSQSQueueAttribute (#1848)
* fix(TDI-39793):New icon for tSQSQueueAttributes.

* change the size and transparent.
2018-01-11 14:54:44 +08:00
mbasiuk-talend
5a71280582 feat(TDI-27454): add option to choose file or directory exists (#1806)
* feat(TDI-27454): add option to choose file or directory exists

* feat(TDI-27454): upgrade driver as proposed in ticket

* feat(TDI-27454): fix issue with wrong slash

* feat(TDI-27454): rename boolean variable
2018-01-09 09:57:51 +02:00
GGu
a059247869 fix(TUP-19232): ignore the date to change (#1846) 2018-01-09 15:39:29 +08:00
GGu
035ebd8774 fix(TUP-19232): ignore dirty for set modification date when create (#1845) 2018-01-08 10:26:54 +08:00
ypiel
dafc75d7f7 fix(TDI-39876) : report the TDI39761 correction when redirection is disabled (#1839) 2018-01-05 12:23:27 +02:00
Stefan Le Moing
f475b650ab fix(TBD-6075): change jar http versions (#1842) 2018-01-05 10:38:22 +01:00
Elena Tatarintseva
61aae9b0b5 Feature/tipaas 11506 (#1833)
* TIPAAS-10910 Rename checkbox tActionFailue->tJobFailue in tLogCatcher
* TIPAAS-11506 tActionReject rename to tJobReject
2018-01-04 14:40:02 +03:00
ypiel
21a21beb31 feat(TDI-39306) : Add nexus deployment information (#1835) 2018-01-04 11:09:02 +02:00
pyzhou
805783ed06 Revert "fix(TDI-39423):Amend the escape method. (#1630)" (#1837)
This reverts commit 11ff8135b4.
2018-01-04 14:42:40 +08:00
nrousseau
be2acab35e feat(TUP-19227) Add new types support on properties (#1836) 2018-01-04 11:30:38 +08:00
pyzhou
f4bc378fbb fix(TDI-39872):Upgrade the aws-java-sdk.jar tSQSQueueAttribute (#1834)
* fix(TDI-39872):Upgrade the aws-java-sdk.jar to version 1.11.223 for
tSQSQueueAttribute

* correct the REQUIRED_IF
2018-01-03 18:12:27 +08:00
ypiel
528786db7a feat(TDI-39306) : Support of registered web app
* fix(TDI-39306) : Support of registered web app

* fix(TDI-39306) : Remove 'Application permission'

* fix(TDI-39306) : Add Adal4j library with patch for client/user credentials

* feat(TDI-39306) : Chang a label

* feat(TDI-39306) : remove git submodule adal4j

* feat(TDI39306) : Add adal4j library

* feat(TDI-39306) : Change adal4j version to 1.1.1-patch

* feat(TDI-39306) : Use right gav for adal4j
2018-01-03 11:44:39 +02:00
kjwang-talend
d70cd2d70e Kjwang/feat(tup 18826)need a notification mecanism when a connection between components is added/removed 2 (#1821)
* TUP-18826 Need a notification mecanism when a connection between
components is added/removed
https://jira.talendforge.org/browse/TUP-18826

* TUP-18826 Need a notification mecanism when a connection between
components is added/removed
https://jira.talendforge.org/browse/TUP-18826
2018-01-03 14:47:04 +08:00
pyzhou
11e7efaab7 feat(TDI-39829):AWS S3 component support server-side encryption using KMS (#1824)
* resolve conflict

* Change the name of option file.

* support tS3Copy.

* Revert "Change the name of option file."

This reverts commit 48ac7dea44bd52de9c3527008577ef4372716afa.

* only change the name
2018-01-03 10:45:44 +08:00
hcyi
b50ea78eb7 fix(TUP-19128):Talend Migration issue in joblet connection (#1811) 2018-01-02 16:54:42 +08:00
Chao MENG
30bf2e86a6 feat(TUP-19123): Manage connections: improvements (2) (#1830)
feat(TUP-19123): Manage connections: improvements (2) 
https://jira.talendforge.org/browse/TUP-19123
2018-01-02 16:12:19 +08:00
hcyi
c6304327cb fix(TUP-19080):Remove execute job from remote commandline. (#1817) 2018-01-02 15:25:13 +08:00
hcyi
b286e13e27 fix(TUP-19079):Remove Axis export type from the build job. (#1820)
Add an optional extended description…
2018-01-02 15:23:48 +08:00
Chao MENG
f3fedd54d5 fix(TUP-19188): Improve English messages on the "Network Issue Occured" (#1828)
fix(TUP-19188): Improve English messages on the "Network Issue Occured" dialog
https://jira.talendforge.org/browse/TUP-19188
2017-12-29 15:10:08 +08:00
pyzhou
82ada62fc5 feat(TDI-39360):tSQSOutput - Add support for FIFO queue (#1825)
* feat(TDI-39360):tSQSOutput - Add support for FIFO queue

* fix(TDI-39823):Compile error when use batch and FIFO function for
tSQSOutput

* change the mvn path
2017-12-29 11:53:44 +08:00
pyzhou
67db52d231 fix(TDI-39212):fix the issue of missing jar. (#1827)
* fix(TDI-39212):fix the issue of missing jar.

* fix(TDI-39212):fix the missing jar.
2017-12-29 11:53:02 +08:00
nrousseau
e8ab4c0ef0 fix(TUP-19195) update junits (#1826) 2017-12-28 17:23:10 +08:00
pyzhou
65a4c66624 Pyzhou/tdi 39645 upgrade aws java sdk.jar to version 1.11.223 (#1810)
* feat(TDI-39645):Upgrade the aws-java-sdk.jar to version 1.11.223

* remove old driver

* Change the maven path to eliminate org.talend.librares.
2017-12-28 17:20:59 +08:00
Emmanuel GALLOIS
60bbb65f78 fix(TDI-39475): manage codegen when ConnectorTopology is NONE (#1823)
- allow ComponentDriverInitialization to work correctly
2017-12-27 16:37:17 +01:00
pyzhou
8179a137dc fix(TDI-39841):tS3put should only evaluated Key once. (#1822) 2017-12-27 17:31:32 +08:00
Anas KHABALI
6caaffb5db fix(TDI-39544): fix salesforce migration task (#1741)
call postDeserialize to migrate component from javajet to latest version of tcomp

* fix useProxy migration
* remove useless property init
2017-12-27 09:52:04 +01:00
nrousseau
e4c3ec059e fix(TUP-19187) Set onboarding for talend products only (#1819) 2017-12-27 12:01:06 +08:00
Irene Wang
1ce0e429ca DEVOPS-3416 Deploy all plugins for Black Duck scans 2017-12-26 17:19:05 +01:00
pyzhou
90bdf93cc9 fix(TDI-31109):Exception info appears in wrong component. (#1815) 2017-12-26 17:10:20 +08:00
pyzhou
0c54617576 fix(TDI-30409):tFileinputDelimited change the position. (#1816) 2017-12-26 17:10:03 +08:00
nrousseau
33ad278ce3 feat(TUP-19153) integrate TCOMP v1 (#1814) 2017-12-26 02:43:29 -06:00
pyzhou
69dcc83a66 Pyzhou/tdi 39212 new component t sqs queue attributes (#1700)
* feat(TDI-39212):New SQS component tSQSQueueAttributes

* Change some of the type of Schema.

* fix some bug

* use parserUtil

* Unified the name of one text box

* Eliminate useless annotation for testting.
2017-12-26 15:38:10 +08:00
pyzhou
10d13a4eef feat(TDI-39480):AWS tS3put support stream upload. (#1813) 2017-12-26 11:35:05 +08:00
Chao MENG
bb80ba7a3d task(TCOMP-691): create context menu for Tacokit node in repository (#1812)
task(TCOMP-691): create context menu for Tacokit node in repository
https://jira.talendforge.org/browse/TCOMP-691
2017-12-25 18:28:16 +08:00
Pierre Teyssier
36a8a7c8ca feat(TDI-39835): Remove deprecated tAlfrescoOutput component 2017-12-25 18:19:25 +08:00
kjwang-talend
5ec54ff15c TUP-18989 Components quick find from job designer is not working (#1805)
https://jira.talendforge.org/browse/TUP-18989
2017-12-25 13:13:07 +08:00
Chao MENG
9b35b8e976 feat(TUP-19123): Manage connections: improvements (2) (#1803)
feat(TUP-19123): Manage connections: improvements (2) 
https://jira.talendforge.org/browse/TUP-19123
2017-12-22 18:15:30 +08:00
GGu
9d7df59544 fix(TUP-19163): fix the build failed junits (#1804) 2017-12-22 18:03:13 +08:00
wchen-talend
bdfed4a0e6 fix(TUP-18374):Support dynamic input table name in ELT components (#1802) 2017-12-22 14:27:38 +08:00
pyzhou
5259f310b6 fix(TDI-39775):Set the default timeout to 60s for Microsoft CRM. (#1798) 2017-12-22 10:05:09 +08:00
wchen-talend
5d0c3e5861 fix(TUP-18374):Support dynamic input table name in ELT components (#1799) 2017-12-21 17:58:43 +08:00
Ihor Istomin
0d0a1cd9bc fix(TDI-33080): Ignore internal errors on logging via LogCatcher (#1506)
* fix(TDI-33080): Ignore internal errors occuring on logging via LogCatcher

* Restore lost changes

* fix(TDI-33080): We should ignore Exceptions only, not Errors

* Revert change of version in component definition xml

* fix(TDI-33080): Remove redundant property
2017-12-20 13:33:07 +02:00
Jan Lolling
5a38a15571 fix(TDI-39566): prevent throwing an Exception all the time we do not need it.(#1654) 2017-12-20 16:41:32 +08:00
yyin-talend
4a77fd64c0 TDQ-14232 Always ask user to change the "Property" to built-in mode of (#1761)
tRule
2017-12-20 15:00:26 +08:00
pyzhou
a6727c13d3 fix(TDI-39800):close connection for tOleDbInput and migration task. (#1797) 2017-12-20 11:18:55 +08:00
pyzhou
acdbd8cb9e fix(TDI-33511):tFileOutputRow handle types other than string stream. (#1787) 2017-12-20 11:18:38 +08:00
wchen-talend
7cbd245a0b fix(TUP-19005):fix the show_if not_show_if problem for links (#1793) 2017-12-19 14:06:27 +08:00
wang wei
a2856d6f4e fix(TDI-39797): mistakes generated code - tPostgresqlRow- tMysqlRow (#1788) 2017-12-19 10:17:31 +08:00
nrousseau
d6cfb9b479 feat(TUP-19077) Remove HL7 (#1766)
Remove HL7 components, and repository metadata
2017-12-18 15:35:32 +08:00
nrousseau
b4a7c8607a feat(TUP-19078) remove component designer (#1767) 2017-12-18 15:30:04 +08:00
jzhao
1a4e54f270 feat(TDI-37980): connect to Oracle cloud using the wallet with SSL. (#1789)
* Support SSL connection for Oracle 12c
2017-12-18 10:47:02 +08:00
Pingwen Lin
0cc3972f76 TMDM-11629 MDM transaction does not commit when multiple tMDMOutput used in same subjob (#1786) 2017-12-14 15:07:58 +08:00
kjwang-talend
4aeddb5803 TUP-18826 Need a notification mecanism when a connection between (#1765)
* TUP-18826 Need a notification mecanism when a connection between
components is added/removed
https://jira.talendforge.org/browse/TUP-18826

* TUP-18826 Need a notification mecanism when a connection between
components is added/removed
https://jira.talendforge.org/browse/TUP-18826
2017-12-14 11:11:39 +08:00
pyzhou
934203376e Pyzhou/tdi 32682 conceal property when using connection (#1782)
* fix(TDI-32682):conceal property when using exist connection.

* fix(TDI-32682):correct mistake
2017-12-13 15:43:06 +08:00
pyzhou
b1c11b5bc3 fix(TDI-33014):remove the urlpath of two missing jar tWebService. (#1781) 2017-12-13 15:03:26 +08:00
pyzhou
f0a3e627c0 fix(TDI-39759):Change the default timeout to 30s tFileFetch (#1783) 2017-12-13 15:00:57 +08:00
chmyga
11c1cc4ed5 feat(TCOMP-683): runtime integration (#1780)
* feat(TCOMP-683): runtime integration

* Fix password deserialization for tacokit components

* feat(TCOMP-683): runtime integration

* Fix comment from rmannibucau
2017-12-12 20:39:19 -06:00
zshen-talend
88f1d98bc4 TUP-19005 TUP-19040 add migration task in plugin.xml (#1779) 2017-12-12 14:10:19 +08:00
wchen-talend
d1144f0dec Wchen/bugfix/tup 19005 show if not show if (#1748)
* fix(TUP-19005):fix the show_if not_show_if problem for links

* fix(TUP-19005):fix the show_if not_show_if problem for links

* fix(TUP-19005): update the junit

* TUP-19040 added migration to handle the change of schema name (#1775)

* TUP-19005 TUP-19040 fixed separate case issue (#1778)
2017-12-11 17:57:14 +08:00
GGu
964b5f4734 feat(TUP-18903): add product details (#1735) (#1777)
* feat(TUP-18903): add migration task to update the product values.

* feat(TUP-18903): refactor to add Option Enum for import item

* feat(TUP-18903): when migration, check existed or not

* feat(TUP-18904): enable to check items when import projects, even demo

* feat(TUP-18903): adapt the created and modified date for item

* feat(TUP-18904): enhance the popup dialog

* feat(TUP-18903): enhance the import project and item dialog

* fix(TUP-19050): fix bug for import project
2017-12-11 16:47:22 +08:00
kjwang-talend
cdd77173a0 TUP-19013 Studio hangs/freezes after clicking cancel while job is being (#1754)
* TUP-19013 Studio hangs/freezes after clicking cancel while job is being
built
https://jira.talendforge.org/browse/TUP-19013

* TUP-19013 Studio hangs/freezes after clicking cancel while job is being
built
https://jira.talendforge.org/browse/TUP-19013
2017-12-11 15:35:35 +08:00
Pingwen Lin
6981024bf6 TMDM-11667 Can't download jar automatically while running mdm demo jobs (fix other components besides tMDMConnection) (#1776) 2017-12-11 15:16:56 +08:00
kjwang-talend
19ffc13ee4 Kjwang/feat(tup 18293)reference projects as project dependencies (#1609)
* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234
2017-12-11 15:09:47 +08:00
Pingwen Lin
f2005b9102 TMDM-11667 Can't download jar automatically while running mdm demo jobs (#1773) 2017-12-11 14:01:05 +08:00
wang wei
2390d35c6a fix(TDI-39503): tLDAPConnection error ( [LDAP: error code 13 - TLS confidentiality required]) when slapd is configured with require tls (#1770) 2017-12-11 13:57:11 +08:00
nrousseau
3379c3fe33 babili-export (#1771) 2017-12-11 10:51:03 +08:00
wchen-talend
7240fc8baf Wchen/feature/tup 18374 eltmap support globalmap (#1671)
* feat(TUP-18374):Support dynamic input table name in ELT components

* feat(TUP-18374):add some junit and more fix

* feat(TUP-18871):[bug] support special characters globalMap in ELT
components

* feat(TUP-18872):[bug] support dynamic input table name expression in ELT
components

* feat(TUP-18374):Support dynamic input table name in ELT components

* feat(TUP-18374):Support dynamic input table name in ELT components

* feat(TUP-18374):Support dynamic input table name in ELT components
2017-12-11 10:18:35 +08:00
ypiel
a8e853d0d6 fix(TDI-39770) : LIKE operator disabled for ODATA. 2017-12-08 16:32:08 +02:00
ypiel
40edb6c894 fix(TDI-39761) : SC_ACCEPTED doesn't generate exception on POST file.
* fix(TDI-39761) : SC_ACCEPTED doesn't generate exception anymore.

* fix(TDI-39761) : SC_ACCEPTED managed only for upload file.
2017-12-08 12:26:09 +02:00
Dmytro Sylaiev
da4dd74da6 fix(TDI-33139): Commit teradata connection after ddl (#1756) 2017-12-08 11:22:20 +02:00
pyzhou
a73e4ce8f6 Pyzhou/tdi 39736 t neo4j batch output cannot update properities (#1760)
* fix(TDI-39736):tNeo4jBatchOutput cannot update properties.

* fix(TDI-39293):upgrade the jar version
2017-12-07 16:46:22 +08:00
ypiel
2f94cc4b8e fix(TDI-39446) : Redirect 303/302(optional) with GET (#1742)
* fix(TDI-39446) : Redirect 303/302(optional) with GET

* fix(TDI39446) : Use the right redirect url

* fix(TDI-39446) : Update label for force label on 302 redirect option

* fix(TDI-39446) : Update label for 302 redirect option
2017-12-06 13:47:28 +02:00
pyzhou
0e7dcb5131 fix(TDI-39732):deactivate system.out when log4j enabled. (#1758) 2017-12-05 14:38:54 +08:00
pyzhou
cc358d1bf1 fix(TDI-37747):tDatasetOutput cannot retrieve Dataset name. (#1752)
* fix(TDI-37747):tDatasetOutput cannot retrieve Dataset name.

* fix(TDI-37747):add double quotes。

* remove useless annotation
2017-12-05 14:03:26 +08:00
zwxue
7669d6e351 Revert "fix(TUP-18772):buildjob override parameter add unecessary backslash (#1738)" (#1755)
This reverts commit f797aebfc6.
2017-12-04 16:48:28 +08:00
nrousseau
246b945ad2 feat(TUP-19043) Update welcome page of TOS (#1751) 2017-12-04 10:19:03 +08:00
Yu
d7bc1d82be feat(TBD-5415) Insert user agent for GCS in jets3t http client (#1749)
* feat(TBD-5415) Insert user agent for GCS in jets3t http client

* change the way of getting version for user agent

As I changed in routines.system.Constant the way of getting user agent (because of version).

* rename variable
2017-12-01 16:44:22 +01:00
chmyga
06a312c371 feat(TCOMP-683): tacokit runtime integration (#1750)
* feat(TCOMP-683): tacokit runtime integration

* Add quick fix for tacokit emitters initialization

* Add quick fix for NPE in Node constructor for tacokit components

* feat(TCOMP-683): tacokit runtime integration

* Fix tacokit input/processor components initialization
2017-12-01 00:25:33 -06:00
Chao MENG
9abb5cec6c feat(TUP-18724): manage connections: improvements (#1722)
* fix(TUP-18261): There is an error when Studio tries to make a query to
secured tmc service
https://jira.talendforge.org/browse/TUP-18261

* feat(TUP-18724): manage connections: improvements
https://jira.talendforge.org/browse/TUP-18724

* fix(TUP-18261): There is an error when Studio tries to make a query to
secured tmc service
https://jira.talendforge.org/browse/TUP-18261

* fix(TUP-18261): There is an error when Studio tries to make a query to
secured tmc service
https://jira.talendforge.org/browse/TUP-18261
2017-11-30 11:40:57 +08:00
jzhao
6097b8c6e5 feat(TDI-39718): Upgrade to CXF 3.1.14 (#1747)
* MDM components
* CRM components
* tWebService
2017-11-30 11:32:49 +08:00
wang wei
580a08fe8d fix(TDI-39743): Issue with tFileUnarchive with archives containing very large files (#1744)
* fix(TDI-39743): Issue with tFileUnarchive with archives containing very
large files
2017-11-30 10:26:22 +08:00
wchen-talend
8fe4ef47d2 fix(TUP-19019):TUJ broken since TUP-18265 tELTSAPMAP component does not (#1746)
work as expected
2017-11-30 10:10:51 +08:00
hcyi
0703024551 fix(TUP-18492): Stats Logs still use JTDS driver even select Microsoft. (#1745)
* fix(TUP-18492): Stats Logs still use JTDS driver even select Microsoft.

* fix(TUP-18492): added a wrong break version for the migration task.

* fix(TUP-18492): added a wrong break version for the migration task.
2017-11-29 18:45:41 +08:00
wang wei
7c28a9a93b fix(TDI-39707): mutli thread failed for stats and logs in redshift database by redshift jdbc and postgresql output component(#1725) 2017-11-29 10:46:08 +08:00
chmyga
38811d3bfe feat(TCOMP-683): tacokit runtime integration (#1737)
* feat(TCOMP-683): tacokit runtime integration

* Unify jet filenames calculation

* feat(TCOMP-683): tacokit runtime integration

* Fix problem with code generation
2017-11-28 20:05:58 -06:00
Emmanuel GALLOIS
f1f69e38b6 chore(TCOMP-291): remove dynamic tags for referenced properties (#1736) 2017-11-28 14:55:04 +00:00
Chao MENG
537491c6ae feat(TUP-18946): add advertisement for Cloud product (#1728)
https://jira.talendforge.org/browse/TUP-18946
2017-11-28 16:54:01 +08:00
zwxue
f797aebfc6 fix(TUP-18772):buildjob override parameter add unecessary backslash (#1738) 2017-11-28 14:51:46 +08:00
kjwang-talend
9ba2b88359 feat(TUP-17297)Load balancing for Studio and Job Server (#1713)
* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297
2017-11-28 10:56:44 +08:00
ypiel
7c5bdc9319 fix(TDI-39447) : Save cookie even if there is HTTP error. (#1740) 2017-11-27 16:27:25 +02:00
Mike Yan
72545c5c82 TESB-20767: Fixed check ESB service for microservice type export (#1739) 2017-11-27 15:03:07 +08:00
ypiel
014e809f9b fix(TDI-39572) : Set Date type and format when needed
* fix(TDI39572) : Set Date type and format when needed
2017-11-24 15:17:48 +02:00
pyzhou
ee3077893b fix(TDI-39711):remove \r|\n|\r\n of module name. (#1733)
* fix(TDI-39711):remove \r|\n|\r\n of module name.

* move the replacement to the migration task of old framework to new.

* remove the brackets.
2017-11-23 14:31:09 +08:00
pyzhou
7790becb14 fix(TDI-34625):restore the origin behavior. (#1734) 2017-11-23 12:00:50 +08:00
ypiel
a0a0e11c70 fix(TDI39720) : retrieve good db_version
* feat(39493) : tVerticaBulkExec CopyStream+Params

* feat(TDI38740) : Support of Vertica 9

* Other versions are deprecated

* fix(TDI39720) : retrieve good db_version

* fix(TDI39720) : Remove dev log
2017-11-22 11:52:04 +02:00
pyzhou
fa694ec256 Pyzhou/tdi 34625 move check archive jar to plugin custom (#1730)
* Revert "replace jar"

This reverts commit 5162ee9418.

* fix(TDI-34625):move checkArchive.jar to plugin custom
2017-11-22 17:32:17 +08:00
Anas KHABALI
2ed7b42c27 feat(TDI-39293): Integrate Neo4J Batch (integration from partner) (#1703)
* feat(TDI-39293): Integrate Neo4J Batch (integration from partner)

* remove partener distribution management element

* remove partener scm and deploy site plugin

* add talend distribution management

* feat(TDI-39607):remove old component and useless plugins.

* support use connection.
2017-11-22 16:26:26 +08:00
pyzhou
66b2369294 fix(TDI-39190):Sheet name is not case sensitive. (#1724) 2017-11-22 10:15:26 +08:00
pyzhou
828d47a7c7 fix(TDI-34626):Change the option name for tFileUnArchive. (#1727) 2017-11-22 09:15:09 +08:00
pyzhou
cec9a03af1 Pyzhou/tdi 34626 t file un archive jar integrity (#1726)
* fix(TDI-34626):tFileUnArchive cannot Check the integrity of tar file.

* replace jar
2017-11-22 09:14:30 +08:00
ypiel
47e9110b3f Ypiel/tdi39577 remove wo properties (#1729)
* fix(TDI39577) : Remove WO properties
2017-11-21 18:48:54 +02:00
kjwang-talend
1333e04260 Kjwang/feat(tup 18753)update driver of vertica (#1723)
* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753

* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753

* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753
2017-11-21 16:50:55 +08:00
hcyi
ca407df791 feat(TUP-18512): Support Calculation View for SAP Hana Database. (#1710)
* feat(TUP-18512): Support Calculation View for SAP Hana Database.

* feat(TUP-18512): fix bug when Query Guess for SAP Hana Database.

* feat(TUP-18512): fix TUP-18907 [bug] error show when open Edit queries.

* feat(TUP-18512): fix bug of TUP-18909 schema name incorrect in SQL
builder for Calculation view.
2017-11-17 16:32:44 +08:00
ypiel
5c4c41d673 Vertica tmp master (#1721)
* feat(39493) : tVerticaBulkExec CopyStream+Params

* feat(TDI38740) : Support of Vertica 9

* Other versions are deprecated
2017-11-16 15:48:18 +01:00
kjwang-talend
b711753588 fix(TUP-18018):Can put the joblet exclusive component to job (#1512)
https://jira.talendforge.org/browse/TUP-18018
2017-11-16 17:59:11 +08:00
Mike Yan
92f30eadbd TESB-20767: Fixed microservice should not be display with TDI license (#1720) 2017-11-16 14:35:03 +08:00
wang wei
8534e1bc4d fix(TDI-36325): fix the require_if for tmom components (#1719) 2017-11-15 14:20:28 +08:00
Irene Wang
f08826ae4b Update copyright year to 2017 2017-11-14 16:42:47 +01:00
iwangtalend
9e81a3f25b Update copyright year to 2017 2017-11-14 16:36:04 +01:00
ypiel
3bff4b951c Ypiel/tdi39578 tMicrosoftCrmInput/output binary properties (#1717)
* fix(TDI39578) : Transform String type to id_bytes[]

* fix(TDI39578) : Set Binary db type for id_byte[]

* fix(TDI39578) : Retrieve binary field in all case."

* I happens that MS CRM don't sent the type of a field in the pload
* Olingo retrieve Null type and so set it as String, its default one
* Transform the generate String in byte[] if the java type is byte[]
2017-11-13 17:04:33 +02:00
wchen-talend
f535fc8c6d fix(TUP-18592): make the not_show_if only work with outupts (#1697)
* fix(TUP-18592): make the not_show_if only work with outupts

* fix(TUP-18592): add some junit
2017-11-10 18:37:56 +08:00
Pierre Teyssier
71f3adc84b Revert "feat(TDI-39298): GoogleDrive Integration (#1686)" (#1714)
This reverts commit 6038390d62.
2017-11-10 15:54:12 +08:00
Emmanuel GALLOIS
6038390d62 feat(TDI-39298): GoogleDrive Integration (#1686)
* feat(TDI-39298): GoogleDrive Migration Task
* feat(TDI-39298): add google-drive component
* feat(TDI-39298): remove GoogleDrive old javajet components
2017-11-09 14:44:23 +01:00
jzhao
2a96e6be37 fix(TDI-39662):"log4jSb_tGreenplumGPLoad_1" cannot be resolved (#1711) 2017-11-09 18:00:39 +08:00
ypiel
d2c1673272 fix(TDI39642) : MSCRM lib version to 3.2-20171107 (#1708)
- Update version from 3.2-2017*0*1107 to 3.2-20171107
- Linked to TDI39571
2017-11-08 10:05:27 +02:00
ypiel
8c83085443 fix(TDI39642) : MSCRM lib version to 3.2-201701107 (#1705)
- Linked to TDI39571
2017-11-08 09:18:29 +02:00
wang wei
a405053525 fix(TDI-39364): For tCloudStart, make the input field for key pair invisible if "Process with Key Pair" is not checked(#1706) 2017-11-08 11:15:24 +08:00
pyzhou
8d6eafeba1 fix(TDI-39653): tSocketOutput does not work with the "" (#1704)
* fix(TDI-39653): tSocketOutput does not work with the ""

* remove useless code

* fix the behavior change

* correct the logic

* fix(TDI-39653):revert the change of xml
2017-11-08 11:13:54 +08:00
GGu
bf32b3df50 feat(TUP-18529): change the parent version to 7.0.1 (#1702) 2017-11-06 15:22:47 +08:00
GGu
61af86f6c9 feat(TUP-18529): change the parent version to 7.0.1 (#1701) 2017-11-06 15:13:31 +08:00
GGu
59a6a17e98 feat(TUP-18529): add zmq libraries (#1647) 2017-11-06 14:14:52 +08:00
zwxue
4018b9aeea fix(TUP-18770):Implicit project level settings issue in migration. (#1694) 2017-11-06 10:40:11 +08:00
wchen-talend
656b1ea638 fix(TUP-18738):UHG - Configuring SVN Polling from TAC (#1681)
* fix(TUP-18738):UHG - Configuring SVN Polling from TAC

* fix(TUP-18738):UHG - Configuring SVN Polling from TAC
2017-11-06 10:08:52 +08:00
Dmytro Sylaiev
94c0ce8801 fix(TDI-35682): Fix releasing file stream for multiple connections (#1699) 2017-11-03 18:09:24 +02:00
wang wei
649a135e24 fix(TUP-18545): adapter the new interface with new parameter RuntimeContext which pass var from platform to tcomp (#1698)
* fix(TUP-18545): adapter the new interface with new parameter
RuntimeContext which pass var from platform to tcomp

* fix(TUP-18545): remove the unuseful one
2017-11-03 15:28:35 +08:00
jzhao
40a0a7b70e fix(TDI-39612)Talend 6.4 tExtractJSONFields not working similar to 6.2.1. (#1696) 2017-11-02 16:07:36 +08:00
pyzhou
f84d543d4b fix(TDI-37322):tFileInputXML incorrectly counts NB_LINE value. (#1692) 2017-11-02 14:34:17 +08:00
pyzhou
ea8a737f2a fix(TDI-35102):Change default version to 12c for Oracle components. (#1693) 2017-11-02 09:23:15 +08:00
nrousseau
2f890b233a fix(TUP-18280) fix issue of routines on the classpath adjuster 2017-10-31 16:51:01 +08:00
ypiel
c9ecf92799 fix(TDI39631) : Correct some missing parenthesis. (#1691)
* fix(TDI39631) : Correct some missing parenthesis.

* fix(TDI39631) : Remove (Odata) label on 2016 version.
2017-10-31 10:39:38 +02:00
wchen-talend
b1401cbe38 Wchen/feature/tup 18373 improve module view (#1626)
* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x

* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.
2017-10-31 12:15:00 +08:00
SunChaoqun
dcd130743a TESB-20462:tRestRequest job is built to microservice with unexpected (#1690)
suffix when select lastest version
2017-10-31 11:56:45 +08:00
GGu
3053ecdbd1 fix(TUP-18545): set mapping url for job (#1683) 2017-10-31 09:58:41 +08:00
Chao MENG
39a286bd81 fix(TUP-18261): there is an error when Studio tries to make a query to (#1682)
fix(TUP-18261): there is an error when Studio tries to make a query to secured tmc service
https://jira.talendforge.org/browse/TUP-18261
2017-10-30 16:25:10 +08:00
hwang-talend
926831e5e6 fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name (#1568)
in talend schema like tdatapreprun component
2017-10-27 01:05:18 -05:00
ypiel
2e493dac38 fix(TDI-39571): Set navigation link to null (#1668)
* fix(TDI-39571): Set navigation link to null

* fix(TDI-39571): Extract navigation link name from lookup

* fix(TDI39571) : Add some unit tests

* fix(TDI39571) : Add unit tests class

* fix(TDI39571) : junit dependency is in scope test.

* fix(TDI39571) : Remove duplicate junit dependency.
2017-10-25 09:40:59 +01:00
wchen-talend
ce32fab783 fix(TUP-18592): remove not useful junit (#1678) 2017-10-25 10:23:33 +08:00
Emmanuel GALLOIS
555ee790de fix(TDI-39319): correct include/exclude types in REST API (#1677)
* fix(TDI-39525): correct include/exclude types in REST API
2017-10-24 18:16:52 +01:00
wang wei
7f829eedb6 fix(TDI-39568): Component tSocketOutput does not provide error message (#1675) 2017-10-24 14:45:59 +08:00
pyzhou
a249057454 Revert "fix(TDI-39423):Amend the escape method." (#1674) 2017-10-24 10:46:24 +08:00
wang wei
2d948c5901 fix(TDI-39584): Timestamp shifts to wrong time during DST (#1665) 2017-10-24 09:57:22 +08:00
wang wei
290506f43f fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8 (#1664)
* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8

* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.10 as 1.2.8 have
some bug though amazon release note don't contain 1.2.10 now
2017-10-23 17:55:25 +08:00
wang wei
79bba735e8 fix(TDI-39361): When creating a table in MS SQL, if the size of the varchar is greater than 8000, Talend should create the table using a varchar(max)(#1670) 2017-10-23 14:08:55 +08:00
pyzhou
6bc721719a fix(TDI-39423):Amend the escape method. (#1667) 2017-10-23 10:25:39 +08:00
nrousseau
1cc9b914de feat(TUP-18531) Modify studio setup to only support java 8 (#1632)
* feat(TUP-18531) Modify studio setup to only support java 8

* feat(TUP-18531) set back the generation to java 6 for jet emitters

Jet emitters do not support yet java 7/8 because of an eclipse bug.
So switch back to java 6. (this doesn't change the final codegen of
components)

* feat(TUP-18531): [bug]after migrate project from old build, the java
version in project setting is blank.
2017-10-21 18:51:32 +08:00
Jenkins Continuous Build server
eb8fe84277 Set version to 7.0.1 SNAPSHOT 2017-10-20 10:21:51 +02:00
Anas KHABALI
93dd41fc48 feat(TDI-38984): add ability to use enpoint to tS3Connection (#1640)
* feat(TDI-38984): add ability to use enpoint to tS3Connection

* feat(TDI-38984): keep region choice for encryption key

* feat(TDI-38984): move the endpoint settings to advanced tab
2017-10-17 09:26:06 +02:00
pyzhou
6bbda1ff63 Pyzhou/tdi 39519 make tjdbcscdelt support for snowflake (#1662)
* feat(TDI-39519):fix little bug.

* feat(TDI-39519):fix the update sql for type1.

* feat(TDI-39519):remove the useless code.
2017-10-17 09:57:48 +08:00
Mike Yan
1327965d5e TESB-20466: Add micorservice launcher template name (#1663) 2017-10-16 13:48:24 +08:00
SunChaoqun
38810ca60d TESB-20466:Data Services (REST) as Microservice - Part II (#1660) 2017-10-13 17:58:22 +08:00
wchen-talend
c199eecf2f fix(TUP-18592):No connector can be selected after remove it on UI (#1657) 2017-10-12 14:12:18 +08:00
qiongli
0625b98f61 TDQ-14308 include some drools file for tRulesurvivorhsip. (#1638)
* TDQ-14308 include some drools file for tRulesurvivorhsip.

* TDQ-14308 move the code of copy drools file to 'ProcesssorUtilites.java'
2017-10-12 14:08:23 +08:00
wchen-talend
3d1f5e6fc1 fix(TUP-18613):NOT_READONLY_IF does not refresh correctly (#1659) 2017-10-12 11:11:00 +08:00
hcyi
ab78655ad4 fix(TUP-18423): An error occurs when testing expression returning char (#1627)
type in Expression builder in tMap
2017-10-11 10:02:35 +08:00
Elena Tatarintseva
ee837fe093 TIPAAS-10910 Rename checkbox tActionFailue->tJobFailue in tLogCatcher (#1652) 2017-10-10 14:23:19 +01:00
jzhao
67d04a0dc3 fix(TDI-39562):tFileOutputExcel "Keep existing cell format" doesn't work in some situation (#1658) 2017-10-10 17:49:56 +08:00
pyzhou
08a8280047 Pyzhou/tdi 39527 implement t jdbcscdelt with vertica 7.1 (#1656)
* feat(TDI-39477):Implement tJDBCSCDELT with Vertica 7.1

* feat(TDI-39527):restore the mis-deletion.

* feat(TDI-39527):fix query for sequence.

* feat(TDI-39527):Fix the compile error causing by last commit.
2017-10-09 11:14:40 +08:00
ypiel-talend
d39173ba68 Ypiel/tdi 39294 t microsoft crm xxx on premise2016 o data (#1642)
* feat(TDI-39294): MS CRM 2016 on-premise / OData (with NTLM authentication)
* bug(TDI-39522): Use UUID for Guid attributes
2017-10-04 11:16:15 +02:00
Yu
b5c9a6d0d7 feat(TBD-4197): set hive query name for tracking (#1646)
* feat(TBD-4197): set hive job name for tracking

For tHiveRow, every time when we submit a query to HiveServer2, setting the application name (for Mapreduce Engine) or DAG name (for Tez engine) as : talend_{job name}_{timestamp}, and show it in console under info level logs. So that users can track this job on Yarn RM UI or Tez UI.

* small changes

* changes...

* still small changes...

* add setting hive query name feat for tHiveInput

* remove modification for AbstractDBInputBegin
2017-09-29 17:22:00 +02:00
nrousseau
98a8722124 fix(TUP-18280) fix an issue of libjars for bd jobs 2017-09-29 20:22:28 +08:00
Chao MENG
fecbbacf9d feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. (#1645)
* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard
2017-09-28 14:55:13 +08:00
Mike Yan
021e9b4285 TESB-20466: Fixed export microservice as Zip option (#1648) 2017-09-27 15:27:29 +08:00
Diya Muliyil
f33f8c3fb3 TESB-20340 - Talend Studio hangs when building a job] (#1644) 2017-09-25 17:36:02 +08:00
GGu
d410562f5d feat(TUP-18122): do audit for components and extension modules (#1579) 2017-09-22 01:06:04 -05:00
SunChaoqun
a00d4d2fed TESB-20333:Data Services (REST) as Microservice (#1641) 2017-09-21 17:57:40 +08:00
Laurent BOURGEOIS
00dc6bd9dc Fix(TBD-5655) Can't use contexts in Spark Yarn cluster mode (#1639)
* fix(TBD5655) : WIP

* fix(TBD-5655) : Handle contexts subdir while copying jar content

* chore(TBD-5655) : Code format

* chore(TBD-5655) : Code format
2017-09-19 15:30:47 +02:00
wchen-talend
0aa7d4abb9 Wchen/feature/tup 18350 nexus3 (#1605)
* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x

* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x
2017-09-19 16:10:33 +08:00
Chao MENG
e1395af71a fix(TUP-18466): complete URL Pop-up with LDAP SSH Git Authentication (#1636)
https://jira.talendforge.org/browse/TUP-18466
fix a bug when managing connection in login dialog
2017-09-18 18:25:59 +08:00
jzhao
acc4aa63e8 fix(TDI-39333):tRedshiftOutputBulk log issue (#1637) 2017-09-18 17:31:34 +08:00
nrousseau
c6b7c1bae3 feat(TUP-18319) avoid unneeded exception 2017-09-18 13:15:08 +08:00
nrousseau
adff42bda4 fix(TUP-18487) fix problem of junit, avoid to hang (#1635) 2017-09-15 14:09:53 +08:00
SunChaoqun
011b61973c TESB-20333:Data Services (REST) as Microservice (#1634)
* TESB-20333:Data Services (REST) as Microservice

* TESB-20333:Data Services (REST) as Microservice
2017-09-15 10:58:07 +08:00
pyzhou
11ff8135b4 fix(TDI-39423):Amend the escape method. (#1630)
* fix(TDI-39423):Amend the escape method.

* fix(TDI-39423): Eliminate the flag trap.
2017-09-13 14:33:29 +08:00
hwang-talend
3c37721edc Wwang talend/tdi 39241 (#1622)
* feat(TUP-18319):Hide Wizard if TCOMP wizard is JDBC

* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18393):when select JDBC, create GenericConnection successfully

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18323):Implement the drag&drop of NFC JDBC

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* fix(TUP-5360): Retrieve Salesforce Modules option is missing

Conflicts:
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/action/CreateGenericConnectionAction.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/GenericConnWizard.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection
2017-09-12 10:51:42 +08:00
nrousseau
4a4ce66b3b fix(TUP-18434) fix wrong node initialization 2017-09-11 15:09:13 +08:00
pyzhou
e4d5369610 fix(TDI-39432):Correct the wrong mvn path. (#1631) 2017-09-11 14:57:28 +08:00
hwang-talend
ae34139d1e feat(TUP-18510):Guess schema doesn't work in tverticaInput if schema is (#1629)
left empty in tverticaconnection
2017-09-08 15:01:29 +08:00
wang wei
96080bf0cb fix(TDI-39229): tXMLMap does not make the right match when the lookup is an xml document(#1628) 2017-09-07 15:20:30 +08:00
Irene Wang
fdcf943d0d Update copyright to 2017 2017-09-05 19:24:56 +02:00
Irene Wang
533a6b8b37 Update copyright to 2017 2017-09-05 17:12:36 +02:00
Seloen
22bc7d41ff feat(TUP-18354): intelligent auto map leveraging data quality algorithms (#1604)
* feat(TUP-18354)Intelligent Auto-Map,leveraging Data Quality algorithms

*subtask of TUP-18192
*implement Levenshtein and improvement

https://jira.talendforge.org/browse/TUP-18354

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Levenshtein and Jaccard done

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Refined version

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms
*Refined version

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*when set both weights to 0, automap will match columns exactly the same

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*parameter is saved per tmap now

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*add preset function

https://jira.talendforge.org/browse/TUP-18192
2017-09-05 17:51:15 +08:00
hcyi
6c1ba7fdf2 fix (TUP-18492): Stats&Logs still use JTDS driver even select Microsoft (#1625) 2017-09-05 16:00:04 +08:00
nrousseau
046b7287e1 fix(TUP-18434) fix junits 2017-09-05 14:28:59 +08:00
jzhao
58196408cb feat(TDI-38397): Support dynamic output table name in ELT components (#1589) 2017-09-04 17:29:37 +08:00
nrousseau
f2c80b3282 fix(TUP-18434): fix problem of refresh (#1616)
Fix the problem of reference display and limit the number of refresh
done.
2017-09-04 10:32:40 +08:00
Seloen
e8931ceb4e fix(TUP-17199)tMap Column name filter always can't save modification (#1623)
https://jira.talendforge.org/browse/TUP-17199
2017-09-01 03:10:33 -05:00
pyzhou
e95c6fdf39 fix(TDI-39376):Import the jar to eliminate compile error. (#1621) 2017-09-01 11:53:29 +08:00
jzhao
2f1eb5ea42 fix(TDI-39289) : support tSnowflakeConnection in ELTJDBC (#1607) 2017-09-01 10:02:07 +08:00
hcyi
3b48ad91b0 fix (TUP-18453): Guess Schema on tAS400Input fails with MissingDriverException. (#1620)
* fix (TUP-18453): Guess Schema on tAS400Input fails with
MissingDriverException.

* fix (TUP-18453): Guess Schema on tAS400Input fails with
MissingDriverException.
2017-08-31 17:21:38 +08:00
jzhao
0f7ad6aef1 fix(TDI-39350): Performance decline for tFileInputXML compared to 5.3.1 (#1617) 2017-08-31 11:29:45 +08:00
wang wei
bc0f9b3cfc fix(TDI-39363): add the miss instance type (#1615) 2017-08-28 14:18:54 +08:00
Vladimir Bogatyrov
60c3deaf65 [TESB-20121] Add CXF swagger-ui setting for jobs (#1614) 2017-08-28 11:05:23 +08:00
sgandon
a2238a28c1 fix(TUP-18440):added quotes to ReferenceProperties object during code generation (#1606) 2017-08-28 10:04:30 +08:00
Pingwen Lin
bba63d0829 TMDM-9923 Ability to control the timeout or start/end date of the transaction in MDM components (remove dependency of routines.MDM) (#1612) 2017-08-25 15:05:55 +08:00
Seloen
cd72bc2569 fix(TUP-18404): Link Target Issue (#1608)
* fix(TUP-18404)Link Target Issue

*add colors for table since mac does not support row separater line
*adjust "y" coordinate of end point of line on mac

https://jira.talendforge.org/browse/TUP-18404

* fix(TUP-18404)Link Target Issue

xwen committed 2 hours ago
*add colors for table since mac does not support row separater line
*adjust "y" coordinate of end point of line on mac

https://jira.talendforge.org/browse/TUP-18404
2017-08-24 09:42:36 +08:00
hcyi
44b052c4f4 fix TUP-18358:Drag oracle connection will change the query too (#1583)
* TUP-18358:Drag oracle connection will change the query too

* fix TUP-18358:Drag oracle connection will change the query too

* fix (TUP-18358): Drag oracle connection will change the query too
2017-08-23 16:25:15 +08:00
wang wei
174bd50f37 fix(TDI-39320): tcloudstart can't work (#1593) 2017-08-22 14:19:57 +08:00
wang wei
9b4f2f05eb fix(TDI-39054): improve the support for version and after the fix, no need to change the xml every release. (#1487) 2017-08-18 17:23:41 +08:00
Ihor Istomin
f872de0c9c Revert fix(TDI-39229): Fix lookup in tXMLMap when lookup source is document. (#1600) 2017-08-16 17:11:45 +08:00
jzhao
44a8270484 fix(TDI-38635): tMicrosoftOutput can't be update null value with V2016 odata (#1551)
* tMicrosoftOutput can't be update null value with V2016
odata

* update odata jar with talend patch
2017-08-16 17:08:46 +08:00
GGu
1d00b7a1e0 fix(TUP-18405/module): enable to update the list of modules parameter (#1596) 2017-08-16 16:26:36 +08:00
SunChaoqun
5d0737287c TESB-20243: SAM Custom properties not work for tRESTClient component (#1595) 2017-08-16 10:22:35 +08:00
ypiel-talend
a972dadd6f fix(TDI-39101) : Don't send null for rejected (#1594)
* fix(TDI-39101) : Don't send null for rejected

* fix(TDI-39101) : Correct indentation after review.
2017-08-11 16:45:07 +02:00
hcyi
13d9f321cd fix TUP-18355:Opening a BD job from the search feature in Studio transforms it into a DI job (#1581)
* TUP-18355:Opening a BD job from the search feature in Studio transforms
it into a DI job

* TUP-18355:add junits for Opening a BD job from the search feature in
Studio transforms it into a DI job
2017-08-11 10:29:21 +08:00
hwang-talend
7974975185 Hwang/tup 18362 (#1586)
* Revert "fix(TUP-18325)Interface of Row line component display deformation (#1572)"

This reverts commit 51023d952a.

* fix(TUP-18362):Generic schemas: UI layout of "Create new generic
schemaof 2" isn't correct
2017-08-11 10:01:01 +08:00
apoltavtsev
f5b63bac7d TESB-20067 Axis library is patched to resolve logging issue and wsdl4j library is added to generated bundle to resolve classloading issue with tWebServiceInput component in Runtime (#1590) 2017-08-09 18:11:57 +08:00
ypiel-talend
2df464dd01 fix(TDI-39101) : Update export labels (#1588) 2017-08-07 14:38:18 +02:00
chmyga
9a12c786ff feat(TCOMP-291):property value from current record (#1366)
* feat(TCOMP-291):property value from current record

* Add check for dynamic property values

* Add tagging of dynamic property values

* Add update of dynamic property values for every row

* feat(TCOMP-291):property value from current record

* Add processing of globalMap and context

* feat(TCOMP-291): fix problems

* Fix problems with setting ReferenceProperties

* Fix duplicated List creation

* feat(TCOMP-291): fix PR comment
2017-08-07 14:58:31 +03:00
chmyga
fd54a21d95 feat(TDKN-127): add searchable definitions (#1299)
* Add definition registry injection to post-deserialization process
2017-08-07 10:57:08 +03:00
ypiel-talend
dfd439118b fix(TDI-39105): Exclude trashed files in queries
* fix(TDI-39105) : Fix after QA message (#1587)
* Add a parenthesis in generated code
2017-08-04 15:43:22 +02:00
sbliu
259b6dfab0 TMDM-11149: remove DSC related. (#1582) 2017-08-04 14:48:09 +08:00
Pingwen Lin
ad7be3685a TMDM-11214 [tMDMConnection] "OnComponentError" and "On SubjobError" not triggered when an error occurs (#1577) 2017-08-03 17:49:47 +08:00
zwxue
28caa22cc4 fix(TUP-17688): Performing HDFS operation after a tDataPrepRun. (#1482) 2017-08-03 17:35:20 +08:00
hwang-talend
cb8b3b3987 fix(TUP-5432):Component Framework :Salesforce: For component (#1557)
tsalesforceinput when select a repository salesforce which convert to
context will show pop up error.
2017-08-03 16:14:59 +08:00
ypiel-talend
ae763ef3e6 fix(TDI-39101) : Export Google documents
* Add  parameters to choose export mime-types
* Add parameter to add an extension on exported files
2017-08-01 12:11:17 +02:00
ypiel-talend
4f878585f7 fix(TDI-39248) : Prefix SP by schema (#1574)
* fix(TDI-39248) : Prefix SP by schema
2017-08-01 11:39:38 +02:00
Emmanuel GALLOIS
638f125499 feat(TDI-38797): Add Marketo SOAP API SDK (#1573) 2017-07-31 10:30:58 +01:00
ypiel-talend
fad19c1798 Ypiel/tdi 39105 t google drive list retrieve documents form the google drive recycle bin (#1499)
* fix(TDI-39105): Exclude trashed files in queries

Update google drive queries to exclude trashed files.

* fix(TDI-39105) : Exclude or include trashed files

Add a boolean property to include or exclude trashed files.
Include trashed files is allowed to prevent regression.

* fix(TDI-39105) : Migration task to keep behavior

When a job is migrated, set INCLUDTRASHFILES property to 'true' in
order to keep its previous behavior.

* fix(TDI-39105) : Clean migration task

* fix(TDI-39105) : Correct migration task class name

* fix(TDI-39105) : Propagation of the new class name
2017-07-28 21:17:26 +08:00
Seloen
51023d952a fix(TUP-18325)Interface of Row line component display deformation (#1572)
https://jira.talendforge.org/browse/TUP-18325
2017-07-28 18:22:12 +08:00
Dmytro Sylaiev
c660e00a20 Dsylaiev/tdi 35682 add logging when use existing connection (#1571)
* fix(TDI-35682): Add logging into tRedshiftConnection

* Input component won't create and close logfile when using existing connection

* Close component will close logwriter stream also

* chore(TDI-35682): fix indentation
2017-07-28 12:46:34 +03:00
Ihor Istomin
e19c349c0b fix(TDI-39229): Fix lookup in tXMLMap when lookup source is document. (#1563) 2017-07-28 12:36:26 +03:00
Ihor Istomin
2a36e4734b fix(TDI-37182): Improve handling of parsing related errors. (#1527)
* Improve handling of parsing related errors.
2017-07-28 12:32:28 +03:00
Ihor Istomin
56be6a81ba fix(TDI-39179): Fix handling of 'Ignore trailing zeros for BigDecimal' (#1523) 2017-07-28 12:30:10 +03:00
Chao MENG
1e39b0ae89 fix(TUP-17627): can't data viewer for HDFS schema when HDFS is HA (#1565)
fix(TUP-17627): can't data viewer for HDFS schema when HDFS is HA
https://jira.talendforge.org/browse/TUP-17627
2017-07-28 17:12:23 +08:00
wchen-talend
0d8a6cf4da fix(TUP-18265):tELTSAPMAP component does not work as expected (#1542) 2017-07-28 17:01:36 +08:00
wchen-talend
4c35a9795b fix(TUP-17937):Joblet: Joblets category will disappear in palette when (#1570)
move component to expanded joblet
2017-07-28 16:43:50 +08:00
hcyi
e77b75b74e TUP-10160:use javadb embeded connect derby,when finish there are errors (#1567) 2017-07-28 14:55:03 +08:00
wchen-talend
62b792fa49 Wchen/bugfix/tup 17936 joblet reload problem (#1569)
* fix(TUP-17936):Joblet: move component to joblet in job, not save the
job, but can see this component when next time drag this joblet to the
job

* fix(TUP-17936): add junit
2017-07-28 10:46:21 +08:00
Dmytro Sylaiev
091ff2c3e2 fix(TDI-39237): Set correct schema value for searching (#1566) 2017-07-27 12:26:48 +03:00
Yucheng Bai
06ba1e58db fix(TUP-18099): assertConnectorTopologyCompatibility should not throw (#1555)
exception during design time
2017-07-27 10:07:51 +08:00
Dmytro Sylaiev
98bc21712c fix(TDI-39235): Close logfiles output stream in tRedshiftInput (#1561)
* fix(TDI-39235): Close logfiles output stream in tRedshiftInput
2017-07-26 12:17:53 +03:00
pyzhou
8fad24c729 fix(TDI-38127):amend type0 on memory save mode. (#1562) 2017-07-26 16:14:51 +08:00
mbasiuk-talend
175b875f5d Revert "fix(TDI-38923): change library for generating json from xml (#1534)" (#1560)
This reverts commit 7332044c57.
2017-07-25 16:16:25 +03:00
Anas KHABALI
2c9a51e764 fix(TDI-39234): sort the DB type in alphabet order for tCreateTable (#1559) 2017-07-25 11:08:28 +02:00
SunChaoqun
3d175846e1 TESB-19960:ESB Infrastrcuture Service - Spring-dm replacement (#1558)
Merged as it's only used by ESB part changes.
2017-07-25 16:19:34 +08:00
mbasiuk-talend
2e4748cc68 Mbasiuk/tdi 38923 fix t write json fields with null values (#1556)
* fix(TDI-38923): change library for generating json from xml

* Revert "fix(TDI-38923): change library for generating json from xml"

This reverts commit 6e5470d217.
2017-07-25 09:51:58 +03:00
Dmytro Sylaiev
5602fc2637 fix(TDI-39067): Fix wrong processing response from nzload.exe (#1554)
* fix(TDI-39067): Fix wrong processing response from nzload.exe

* fix(TDI-39067): Add logging support
2017-07-24 11:01:03 +03:00
mbasiuk-talend
7332044c57 fix(TDI-38923): change library for generating json from xml (#1534) 2017-07-24 10:08:23 +03:00
hwang-talend
7646989952 fix(TUP-4834):New framework components can't use keyboard shortcuts to (#1539)
call the variable when enter password
2017-07-24 14:56:44 +08:00
Seloen
8db4eb0021 fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job (#1553)
https://jira.talendforge.org/browse/TUP-17378
2017-07-21 04:15:00 -05:00
Seloen
f4e02efd3a Xwen/tup 17721 username in spark configuation is missing (#1508)
* fix(TUP-17721)Username in SparkConfiguation is missing 

https://jira.talendforge.org/browse/TUP-17721

* fix(TUP-17721)Username in SparkConfiguation is missing

*add junit

https://jira.talendforge.org/browse/TUP-17721

* fix(TUP-17721)Username in SparkConfiguation is missing

*junit modified

https://jira.talendforge.org/browse/TUP-17721

* fix(TUP-17721)Username in SparkConfiguation is missing

https://jira.talendforge.org/browse/TUP-17721

* fix(TUP-17721)Username in SparkConfiguation is missing

https://jira.talendforge.org/browse/TUP-17721

* fix(TUP-17721)Username in SparkConfiguation is missing

https://jira.talendforge.org/browse/TUP-17721
2017-07-21 16:28:50 +08:00
Seloen
d4b628c512 Revert "fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job" (#1552)
* Revert "Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1550)"

This reverts commit e799a8be05.

* Revert "fix(TDI-38195):make footer invisible and throw an exception for the (#1543)"

This reverts commit 31d4031954.

* Revert "fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job (#1545)"

This reverts commit 09cf4feb68.
2017-07-21 02:55:10 -05:00
Dmytro Sylaiev
e799a8be05 Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1550)
* fix(TDI-39089): Hide new checkbox when it is not needed
2017-07-21 10:11:12 +03:00
pyzhou
31d4031954 fix(TDI-38195):make footer invisible and throw an exception for the (#1543)
* fix(TDI-38195):make footer invisible and throw an exception for the
stream input

* fix(TDI-38159):change Exception to RuntimeException.
2017-07-21 14:01:40 +08:00
Seloen
09cf4feb68 fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job (#1545)
https://jira.talendforge.org/browse/TUP-17378
2017-07-21 11:55:06 +08:00
zwxue
b0a20cd4b1 fix(TUP-18278):Could not find or load main class exception after (#1547) 2017-07-21 09:44:51 +08:00
Dmytro Sylaiev
20d9d7bd4d Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1548)
* fix(TDI-39089): Add 'encode URI' property
2017-07-20 19:03:38 +03:00
Anas KHABALI
a44cd79800 feat(TDI-39194): support Redshift in tCreateTable (#1549) 2017-07-20 16:52:35 +02:00
Anas KHABALI
2ba204333b feature(TDI-39196): support Exasol in tCreateTable (#1546) 2017-07-20 13:44:30 +02:00
wang wei
6052110d19 fix(TDI-38703): can't run job successfully use new component (#1544) 2017-07-20 18:13:21 +08:00
Anas KHABALI
8c76e69283 feature(TDI-39195) : add support to vertica71 in tCreateTable (#1538) 2017-07-20 12:07:52 +02:00
mtuhai
2e55e5e75d fix(TBD-4416/components): Cann't run job that use joblet use existing connection for tHiveInput - fixed (#1540) 2017-07-19 14:59:30 +02:00
Dmytro Sylaiev
6f72a87380 Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1541)
* fix(TDI-39089): Remove redundant migration task
2017-07-19 14:31:10 +03:00
hcyi
6b86e661ba TUP-18254:Impala: NPE error when guess query for tImpalaInput that use (#1532)
build-in context
2017-07-19 18:06:07 +08:00
hwang-talend
520ef71875 fix(TUP-18270):Propogation problems when change contexts in a joblet (#1535)
which use by some jobs.
2017-07-19 09:56:40 +08:00
Dmytro Sylaiev
3edc8b33cd Dsylaiev/tdi 39175 fix broken tujs (#1537)
* fix(TDI-39175): Fix year shifting
2017-07-18 15:33:52 +03:00
ypiel-talend
ec19973c1d fix(TDI-39213) : Remove dropbox-core-sdk-1.7.5.jar (#1536) 2017-07-18 13:52:18 +02:00
Ihor Istomin
a28b6289f1 fix(TDI-37942): Fix handling of base64 encoded LDIF entry (#1522) 2017-07-18 13:07:34 +03:00
pyzhou
952fbfad7e fix(TDI-38433):tRedshiftBulkExec should involve DB schema when check (#1519)
* fix(TDI-38433):tRedshiftBulkExec should involve DB schema when check
table whether exist or not

* fix(TDI-38433):eliminate confusing variable.

* fix(TDI-38433):remove useless migration.

* Revert "fix(TDI-38433):remove useless migration."

This reverts commit aed3e4c294.

* Revert "fix(TDI-38433):eliminate confusing variable."

This reverts commit fdb3505097.

* Revert "fix(TDI-38433):tRedshiftBulkExec should involve DB schema when check table whether exist or not"

This reverts commit 7a2fe73566.

* fix(TDI-38433):remove the useless check box.
2017-07-18 16:03:28 +08:00
hcyi
4ccd8bd8e7 TUP-6845:Get error when open SQL Builder with Repository type on (#1528)
stats&logs category
2017-07-18 15:15:53 +08:00
Ivan Gonchar
3ae65cab86 Igonchar/revert codegen (#1530)
* fix(TDI-37213): revert IncomingSchemaEnforcer

* fix(TDI-37213): revert OutgoingSchemaEnforcer

* fix(TDI-37213): revert enforcer creator

* fix(TDI-37213): revert tests

* fix(TDI-31213): change talend-codegen-utils lib version to 0.20.2

* fix(TDI-31213): change talend-codegen-utils lib version in Studio to 0.20.2

* chore(TDI-31213): fix formatting

* fix(TDI-37213): remove test for Double to BigDecimal conversion
2017-07-17 20:52:35 +03:00
Dmytro Sylaiev
73b9b1a46f fix(TDI-39175): Revert unsafe changes, move it into mysql component (#1533)
* Move calling generateYearResultSet method from abstract javajet to mysql one
2017-07-17 16:03:21 +03:00
Dmytro Sylaiev
178d6f7f9b fix(TDI-39175): Fix exception when encountering 0000 year value (#1529) 2017-07-17 12:25:26 +03:00
wang wei
b2144b29ba fix(TDI-39198): tUniqRow use high memory with very large data volumes when caching to disk (#1531) 2017-07-17 12:03:22 +08:00
pyzhou
8c9418634b fix(TDI-38127):SCD components type0 cannot work with other type (#1525) 2017-07-14 17:09:06 +08:00
jzhao
332fc11a49 fix(TDI-39174):tFileInputExcel can't check sheet position in some situation.(#1526) 2017-07-14 03:53:37 -05:00
wchen-talend
162095dd57 fixe(TUP-18118):Remote run in studio fails with file not found exception (#1511)
* fixe(TUP-18118):Remote run in studio fails with file not found exception

* fix(TUP-18118):Remote run in studio fails with file not found exception
2017-07-14 09:48:20 +08:00
zwxue
1ab83eb9a5 fix(TUP-18055):Deployment Version:Click "Select all subjobs" button will (#1520)
refresh the new version to old versions.
2017-07-14 09:47:26 +08:00
Ivan Gonchar
ba085bf281 Igonchar/fix dependency on di (#1524)
* fix: change usage classed from di to classes from current lib

* fix: fix BigDecimal converter to convert Double

* fix: upgrade talend-codegen-utils lib to 0.20.1 version

* fix: change talend-codegen-utils library version to 0.20.1 in Studio

* fix: fix wrong package in javadoc
2017-07-13 19:52:45 +03:00
Seloen
18ca7b2adf fix(TUP-18087)The visibility of Property Type of tNetsuiteInput/Output (#1517)
https://jira.talendforge.org/browse/TUP-18087
2017-07-13 15:19:37 +08:00
pyzhou
95e1bc41c7 fix(TDI-34905):tackle stupid mistake. (#1521) 2017-07-13 15:06:28 +08:00
hwang-talend
b43905df77 fix(TUP-18217):Testcase for tWriteJSONFiled gives junitGlobalMap cannot (#1509)
be resolved exception
2017-07-13 09:51:42 +08:00
zwxue
0907ea1a4f fix(TUP-17858):Use different version of subjob in father job (#1518)
:NoClassDefFoundError.
2017-07-12 16:26:59 +08:00
Dmytro Sylaiev
3e06e5f4b1 fix(TDI-35112): Add supporting MySQL YEAR(4) type in tMysqlOutput (#1516)
* fix(TDI-35112): Add supporting MySQL YEAR(4) type in tMysqlOutput

* chore(TDI-35112): Fix indentation

* chore(TDI-35112): Small refactoring
2017-07-12 11:12:08 +03:00
mbasiuk-talend
bca3b19d24 Mbasiuk/tdi 31661 (#1515)
* fix(TDI-31661): add possibility to store last value in tHashOutput

* chore(TDI-31661): format issue

* fix(TDI-31661): changes according to PR comments.

* fix(TDI-31661): minor changes

* fix(TDI-31661): update library version
2017-07-11 18:24:55 +03:00
Emmanuel GALLOIS
beb8a5bbd9 fix(TDI-39167): fix migration for LeadSelector (#1513) 2017-07-11 15:37:16 +01:00
mbasiuk-talend
663d2f1650 Mbasiuk/tdi 31661 keep last thashoutput (#1503)
* fix(TDI-31661): add possibility to store last value in tHashOutput

* chore(TDI-31661): format issue

* fix(TDI-31661): changes according to PR comments.

* fix(TDI-31661): minor changes
2017-07-11 16:54:59 +03:00
wchen-talend
871bb3826a fix(TUP-1362):Summary links in documentation can not work in mac. (#1510) 2017-07-11 15:52:46 +08:00
pyzhou
fd865ea70b fix(TDI-34905):fix the compile error. (#1507) 2017-07-11 14:05:12 +08:00
hwang-talend
09787a11a9 fix(TUP-17299):the back ground is not refresh (#1504) 2017-07-11 09:58:09 +08:00
Chao MENG
1fc91e6c97 fix(TUP-18213): set correct connection bean if logon studio using (#1501)
fix(TUP-18213): set correct connection bean if logon studio using parameters instead of logon dialog
https://jira.talendforge.org/browse/TUP-18213
2017-07-10 17:12:32 +08:00
wang wei
374e624301 fix(TDI-39076): Ref: Large temp files being created on disk while look up in tmap component and filling the disk(#1449) 2017-07-10 17:05:41 +08:00
pyzhou
646db822fb fix(TDI-39135):Handle duplicate variable in tOracleBlukOutput. (#1502) 2017-07-10 14:54:47 +08:00
jzhao
b512bcaf95 fix(TDI-31586): tMomOutput "Websphere MQ"/"Jboss" mode transaction is unavailable. (#1500) 2017-07-10 01:44:45 -05:00
kjwang-talend
d23afcd2d5 Kjwang/fix(tup 18210)inconsistencies of keyboard shortcut commands in talend studio on mac os (#1497)
* fix(TUP-18210):Inconsistencies of keyboard shortcut commands in Talend
Studio on macOS.
https://jira.talendforge.org/browse/TUP-18210

* fix(TUP-18210):Inconsistencies of keyboard shortcut commands in Talend
Studio on macOS.
https://jira.talendforge.org/browse/TUP-18210
2017-07-10 11:14:31 +08:00
kjwang-talend
0d3e3bf372 fix(TUP-18199)The tools preference page can't work well on mac OS. (#1484)
https://jira.talendforge.org/browse/TUP-18199
2017-07-10 11:13:21 +08:00
kjwang-talend
9717c7821b fix(TUP-18184):Read schema on JSON Metadata throw NPE (#1486)
https://jira.talendforge.org/browse/TUP-18184
2017-07-10 11:11:04 +08:00
Chao MENG
ea08790d50 fix(TUP-18152): when the first time create tag,always met the issue (#1498)
fix(TUP-18152): when the first time create tag,always met the issue"connect server timeout"
https://jira.talendforge.org/browse/TUP-18152
2017-07-07 18:17:59 +08:00
wang wei
eebb590232 fix(TDI-33892): If the action on data is "insert" and "extend insert", the commit/batch is never used(#1496) 2017-07-07 15:13:11 +08:00
jzhao
622e751d99 fix(TDI-39079) tFileInputExcel sheet position does not work for event model (#1494) 2017-07-07 01:48:19 -05:00
Ivan Gonchar
65e34b2113 igonchar/tdi 37213 call codegen-utils library in codegen instead of calling daikon (#1450)
* chore(TDI-37213): replace call to Daikon with call to codegen-utils library

* chore(TDI-37213): rename enforcer variables from current to incoming/outgoingEnforcer

* chore(TDI-37213): improve talend type setting in codegen

* fix(TDI-37213): fix setting values from enforcer to rowStruct

* fix(TDI-37213): fix setting default value to RowStruct

* chore(TDI-37213): bump talend-codegen-utils version to 0.20.0
2017-07-06 15:33:40 +03:00
jzhao
cd7ceaf3e0 fix(TDI-39051): tMSSqlSP doesn't always return execution error (#1493) 2017-07-06 05:07:16 -05:00
zwxue
9c3832761a fix(TUP-18193):list of user defined routines not reflecting immediately (#1491)
in the routine selector.
2017-07-06 17:27:25 +08:00
Ihor Istomin
017792e5c4 fix(TDI-33080): Implement ignoring of LogCatcher internal errors (#1443)
* Implement ignoring of LogCatcher internal errors
2017-07-06 11:40:27 +03:00
Seloen
15733af7e6 fix(TUP-18189): ClassNotFound when Guess schama in tMSSqlInput for MSSQL
* fix(TUP-18189)ClassNotFound when Guess schama in tMSSqlInput for MSSQL

https://jira.talendforge.org/browse/TUP-18189

* fix(TUP-18189)junit

https://jira.talendforge.org/browse/TUP-18189
2017-07-06 14:59:12 +08:00
Dmytro Sylaiev
7a53dc6bd7 fix(TDI-32464): Extends local properties class for respecting order (#1489) 2017-07-05 16:22:41 +03:00
Haiting Yin
fc218317a8 TMDM-9331 tMDMOutput :Source name is useless when working with staging db (#1476) 2017-07-05 15:42:17 +08:00
wchen-talend
3069e9ba8f fix(TUP-18128):joblets change not applied to all jobs automatically (#1459) 2017-07-05 14:25:16 +08:00
zwxue
8b65fbf02f fix(TUP-15902):CI plugin: version of Bean and Pig UDF not change if (#1485)
enable <deploy.version> in pom.xml.
2017-07-05 10:49:49 +08:00
Vladimir Bogatyrov
957523f3f3 [TESB-19484] tJMSInput and tJMSOutput do not handle exceptions correctly (#1432)
* [TESB-19484] tJMSInput and tJMSOutput do not handle exceptions correctly

* [TESB-19484] Switched from using globalMap to resourceMap

* [TESB-19484] Added cid to exception variable name
2017-07-04 21:53:41 +03:00
Dmytro Sylaiev
120d81affd fix(TDI-39089): Add uri encoding in tFileFetch (#1479)
* fix(TDI-39089): Add uri encoding in tFileFetch

* Incorrect uri would become correct in the job using URI.toASCIIString method

* No changes for ftp and smb protocol due to they should work OK with special characters

* Already correct uri become incorrect-encoded in properties (migration task)

* fix(TDI-39089): Add uri decoding in tFileFetch

* Update plugin.xml

* chore(TDI-39089): Fix indentations
2017-07-04 14:26:19 +03:00
Ivan Gonchar
8091f30085 chore(TDI-37213): switch talend-codegen-utils lib to the latest 0.20. version (#1447) 2017-07-04 14:08:36 +03:00
zwxue
b76358559a fix(TUP-17939):Joblet: when propagate the changes to the job, error (#1473)
thrown in error log.
2017-07-04 18:27:53 +08:00
yyin-talend
3505d1d6db TDQ-13899 when save pattern, on the "Update Detection" dialog can not (#1481)
show the job name of tMultiPatternCheck as others --fixed
2017-07-04 15:03:56 +08:00
wang wei
6c03b8c9dc fix(TDI-39087): tExaBulkExec can not have empty string as field delimiter (#1480)
* fix(TDI-39087): tExaBulkExec can not have empty string as field
delimiter

* fix(TDI-39087): fix the version
2017-07-04 11:23:26 +08:00
pyzhou
ba3cceb061 fix(TDI-34905):add stream support for tFileinputJason JSONpath (#1474)
* fix(TDI-34905):add stream support for tFileinputJason JSONpath

* fix(TDI-34905):change filename to filemnameOrStream.
2017-07-04 10:35:20 +08:00
pyzhou
35ed549410 TDI-39098:handle ClassCastException and remove useless code. (#1478)
* TDI-39098:handle ClassCastException and remove useless code.

* fix(TDI-39098):check the other type too.
2017-07-04 10:13:52 +08:00
Sebastian Hoß
b6d30918fd TESB-17533 - Expose attributes as JSON elements (#880)
Signed-off-by: Sebastian Hoss <shoss@talend.com>
2017-07-03 17:30:12 +08:00
Vladimir Bogatyrov
6213c63877 [TESB-18845] Service made in DI technology used JMS and ActiveMQ does not produce log output (#1475) 2017-07-03 15:03:28 +08:00
Pingwen Lin
61e9fc383e TMDM-11072 : Support of AWS ELB for MDM Cluster (#1464) 2017-06-30 01:33:56 -05:00
Yucheng Bai
cbfb428b75 fix(TUP-18178): add junits (#1472) 2017-06-30 14:10:21 +08:00
zwxue
6fe2ff12d4 fix(TUP-18158):tELTOracleMap / ELT Oracle Map Editor / left panel empty (#1471)
after migration from 6.1.1 to 6.3.1.
2017-06-30 11:11:00 +08:00
Yucheng Bai
f295053b03 fix(TUP-18178): tMicrosoftCRMOutput Online 2016(oada) can't work (#1468) 2017-06-29 17:56:47 +08:00
jzhao
a2e60dbe20 fix(TDI-39045) improve the error message when when used the tMicrosoftCRMOutput to do the update without key column is set(#1469) 2017-06-29 04:33:15 -05:00
wchen-talend
b1e679a331 Wchen/bugfix/tup 17974 npe build job wizard (#1467)
* fix(TUP-17974):NPE error when click build job on the Job Type parent
node if that contain a folder

* fix(TUP-17974): add junit

* fix(TUP-17974): add junit
2017-06-29 11:25:39 +08:00
hcyi
3ad6daf6cf TUP-17844:[6.4.0] When opening Spark Streaming job and lock it it grays (#1434)
out hadoop distro selection.
2017-06-29 11:19:52 +08:00
wang wei
e9a00b4632 fix(TDI-39087): tExaBulkExec can not have empty string as field delimiter (#1462)
* fix(TDI-39087): tExaBulkExec can not have empty string as field
delimiter

* fix(TDI-39087): fix the component part

* fix(TDI-39087): remove the unuseful jar
2017-06-29 09:58:10 +08:00
Seloen
e649729391 fix(TUP-17755)Hover text for column filter icon make no sense in tMap (#1463)
* fix(TUP-17755)Hover text for column filter icon make no sense in tMap

https://jira.talendforge.org/browse/TUP-17755

* fix(TUP-17755)Hover text for column filter icon make no sense in tMap
2017-06-28 06:00:33 -05:00
Yucheng Bai
5f50f29e21 fix(TUP-18156): improve and add junits. (#1461) 2017-06-28 01:20:17 -05:00
hcyi
c7625cdb1e TUP-18106:Mysql JDBC with context mode generate wrong select statement. (#1451) 2017-06-28 09:51:48 +08:00
Yucheng Bai
964517d849 fix(TUP-18156): Issue with Date pattern retrieved from Metadata (#1460) 2017-06-27 06:44:40 -05:00
pyzhou
d85fbbbb81 fix(TDI-33531):hide batch size when update or insert. (#1456) 2017-06-27 17:35:42 +08:00
pyzhou
d06e13e6f4 fix(TDI-30685):eliminate duplicate log. (#1458) 2017-06-27 17:33:25 +08:00
Yucheng Bai
ef79d74eb9 fix(TUP-18154): Cleanup the code related to quotes for new component (#1455)
framework
2017-06-27 14:35:57 +08:00
pyzhou
e766dfbb9e fix(TDI-39037):Handle NPE for tReplaceList. (#1436)
* fix(TDI-39037):Handle NPE for tReplaceList.

* fix(TDI-32121):make vacant `replacement` available.
2017-06-27 10:36:18 +08:00
pyzhou
2b5e280596 fix(TDI-38965):upgrade the talend_DB_mssqlUtil-1.1-20170612.jar (#1380) 2017-06-27 10:24:11 +08:00
pyzhou
4611d22bfa fix(TDI-32121):make "not null" fixed in db2 create table statement. (#1442)
* fix(TDI-32121):make "not null" fixed in db2 create table statement.

* fix(TDI-32121):Change String id to refer static constant

* fix(TDI-32121):correct typo。
2017-06-27 10:14:10 +08:00
zwxue
ad342a1190 fix(TUP-18109):"Use Custom groupId" checkbox does not work for migrated (#1452)
job under the folder for publish.
2017-06-27 10:09:53 +08:00
Seloen
50baa095d1 fix(TUP-4739)No search in Routes (#1454)
https://jira.talendforge.org/browse/TUP-4739
2017-06-26 05:50:48 -05:00
Yucheng Bai
97922344b6 test(TUP-18151): fix junits (#1453)
* test(TUP-18151): fix
org.talend.repository.generic.util.GenericConnectionUtilTest.testSynNamePropertyWithItem

* test(TUP-18151): fix
org.talend.repository.generic.util.GenericContextUtilTest.testExportAndRevertContextForComponentProperties
2017-06-26 18:36:48 +08:00
hcyi
a7789150b8 TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1448)
* TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database
Connection.

* TUP-18046:update,Cannot Retrieve Columns from Metadata MapRDB Database
Connection
2017-06-26 15:27:41 +08:00
wchen-talend
743011d3de fix(TUP-18120): fix document generate and export problems (#1438) 2017-06-26 15:17:50 +08:00
zwxue
dc6c0e698c test(TUP-18011):Add JUnit for pom settings. (#1427) 2017-06-26 10:00:06 +08:00
Ivan Gonchar
afd7a19c2a Igonchar/tdi 37213 move converters to codegen utils (#1441)
* chore(TDI-37213): bump version to 0.20.0

* chore(TDI-37213): copy DI conversion staff from Daikon to codegen-utils library
2017-06-23 15:35:54 +03:00
Ivan Gonchar
6d968d3f9a chore(TDI-37213): bump version to 0.17.0 (#1440) 2017-06-23 15:28:59 +03:00
Dmytro Sylaiev
de580d13c4 fix(TDI-32802): Implement functionality for get NB_LINE in NetezzaNZLoad (#1439)
* fix(TDI-32802): Implement functionality for get NB_LINE in NetezzaNZLoad

* fix(TDI-32802): Minor changes
2017-06-23 13:33:35 +03:00
hcyi
5b132db6e4 TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1445)
Connection.
2017-06-23 18:10:15 +08:00
Seloen
7ee900929c fix(TUP-17832)Spark Configuration UI not good for smaller screens (#1433)
*add scroll bar for Spark Configuration, Advanced Setting, Basic Run
view

https://jira.talendforge.org/browse/TUP-17832
2017-06-23 17:52:39 +08:00
Yucheng Bai
19886e28c9 fix(TUP-18146): https://jira.talendforge.org/browse/TUP-18146 (#1446)
* fix(TUP-18146) fix quote issue

* fix(TUP-18146): update junits.

* fix(TUP-18146): update junits.
2017-06-23 17:23:51 +08:00
Dmytro Sylaiev
8ec4a5faa2 Dsylaiev/tdi 34972 change default ignore tail zeros value t map (#1444)
* fix(TDI-34972): change default ignoreTailZeros value tMap

* fix(TDI-34972): Add migration task

* Migration task will set "CHANGE_HASH_AND_EQUALS_FOR_BIGDECIMAL" to false if it was null
2017-06-23 12:17:53 +03:00
pyzhou
6a73e6604a fix(TDI-31454):eliminate useless code in MSSQLManager (#1437) 2017-06-22 17:07:44 +08:00
kevin.cui
30020302ea TMDM-11077 : tMDMBulkLoad & tMDMConnection can't load data with auto commit setting (#1417) 2017-06-20 22:31:08 -05:00
Yucheng Bai
e562fdd5ae fix(TUP-18098): Hive Connectivity post-kerberos on Talend (#1426) 2017-06-20 21:05:44 -05:00
wchen-talend
b903b91084 fix(TUP-17950):update plugin version (#1428) 2017-06-20 18:23:31 +08:00
hwang-talend
adb12b8eb7 fix(TUP-17540):Campaign label value is lost after reopenning job when it is read-only 2017-06-20 17:34:51 +08:00
hwang-talend
ab1dec25e9 fix(TUP-17916):Improve propagation behavior when multiple output schemas exist in the component 2017-06-20 17:31:40 +08:00
kjwang-talend
1e36e872fd fix(TUP-17996):When Deploying one customer's job in CI, the build failed with error: constant string too long (#1403)
fix(TUP-17996):When Deploying one customer's job in CI, the build failed with error: constant string too long
https://jira.talendforge.org/browse/TUP-17996
2017-06-20 14:15:00 +08:00
hcyi
52ea9f7082 TUP-17951:Changing datatype for middle variable in a tMap requires (#1401)
pressing 'Return/Enter' to confirm selection.
2017-06-20 13:51:22 +08:00
wchen-talend
45cdd59b71 fix(TUP-17950):fix the pom for test plugin (#1425) 2017-06-20 13:29:21 +08:00
Liu Xinquan
c2e25e7d21 TDQ-13814 TDQ-13930 always ask user to change the Property to built-in mode (#1422) 2017-06-20 13:29:06 +08:00
wchen-talend
906a226a00 Bugfix/6.5.1/tup 17950 t postgresql scd additional columns (#1408)
* fix(TUP-17950):Failed to generate code after making minor valid changes
to tPostgresqlSCD component

* fix(TUP-17950):add junit
2017-06-20 10:18:42 +08:00
wchen-talend
d2adb9d23d fix(TUP-17731):UI issue after MySQL jar has been installed via "Install (#1415)
and Download" from Studio
2017-06-20 10:08:20 +08:00
mtuhai
918fdfb10c bug(TBD-5111/components): tBigQueryBulkExec component does not report error when failures happen - fixed (#1419) 2017-06-19 13:43:35 +02:00
zafkirTalend
ad6436289d fix(TBD-4990): Avoid NullPointerException when the component's flow connector is not shown (#1416) 2017-06-19 09:41:23 +02:00
zwxue
99588773d0 fix(TUP-17726):java version for reference project changed to 1.8 after (#1404)
migration.
2017-06-19 11:55:44 +08:00
zwxue
31cd1f28d5 fix(TUP-18075):Studio throw NPE error when switch to page "Deployment" (#1402)
for a service child node.
2017-06-19 11:55:02 +08:00
wang wei
8915344ff9 fix(TDI-37439): make the class name shorter (#1411)
* fix(TDI-37439): make the class name shorter

* fix(TDI-37439): update the component part
2017-06-19 11:30:31 +08:00
zwxue
9fc687710b fix(TUP-18055):Deployment Version:Click "Select all subjobs" button will (#1412)
refresh the new version to old versions.
2017-06-19 09:47:19 +08:00
zwxue
43a474e122 fix(TUP-18094):The Deployment Versioning dialog UI needs improving. (#1413) 2017-06-19 09:38:11 +08:00
Dmytro Sylaiev
9ccb1e6fb9 fix (TDI-38883): Add missing property name in tInformix output (#1414) 2017-06-16 16:44:59 +03:00
zwxue
f85b5adbde fix(TUP-18053):Deployment Version: Changed project version should not (#1407)
saved if do cancel the change process.
2017-06-16 09:20:37 +08:00
Dmytro Sylaiev
e0d4d63030 chore(TDI-39000): remove code duplication (#1410) 2017-06-15 17:50:57 +03:00
zafkirTalend
020b1319b7 fix(TBD-4990): Avoid NullPointerException when the component's flow connector is not shown (#1409) 2017-06-15 15:55:35 +02:00
Dmytro Sylaiev
e29b39175d fix(TDI-38143): Process null data in tReplaceList correctly (#1405)
* fix(TDI-38143): Process null data in tReplaceList correctly

* fix(TDI-38143): minor changes
2017-06-15 16:17:39 +03:00
pyzhou
a5d0f6b17c fix(TDI-32438):add verification to the current_path in tFTPfileList. (#1406) 2017-06-15 17:12:42 +08:00
pyzhou
748956a78b fix(TDI-32344):add the missing name. (#1392) 2017-06-15 17:12:22 +08:00
Jenkins Continuous Build server
8e118e3a37 Set version to 6.5.0 SNAPSHOT 2017-06-14 13:27:31 +02:00
Yucheng Bai
d0e0d02f03 fix(TDI-38486): fix the migration problem. (#1400) 2017-06-14 16:11:00 +08:00
GGu
e7b072e24f fix(TUP-18062): disable the deploy settings for tos (#1398) 2017-06-14 15:19:20 +08:00
nrousseau
2d5c576854 babili-export (#1397) 2017-06-14 10:40:38 +08:00
nrousseau
00b2fbf010 feat(TUP-18003) Add help plugins 2017-06-14 09:14:57 +08:00
hcyi
9fcf67dbbe TUP-17219:When set a spark job from repository to local mode and then (#1396)
uncheck the "use local mode" checkbox,the job returns to repository with
a wrong state.
2017-06-13 18:57:14 +08:00
wang wei
3ab68fbce5 fix(TDI-38785): fix the tsapconnection (#1395) 2017-06-13 18:21:12 +08:00
jzhao
c84d2450c9 feat(TDI-38890):Add parameter "applicationName=Talend;" for tSQLDWHXXX components (#1394) 2017-06-13 05:16:49 -05:00
zwxue
c7baf6d878 fix(TUP-18052):Deployment Versioning:Job's "use snapshot" choice can not (#1393)
updated if do not accompany with the change of maven version.
2017-06-13 18:13:34 +08:00
nrousseau
788f23cdeb feat(TUP-18003) Add help plugins 2017-06-13 16:28:21 +08:00
jzhao
ff8aa39b58 feat(TDI-38772): Upgrade to CXF 3.1.11 (#1389) 2017-06-13 02:41:36 -05:00
hwang-talend
9a97d13d7a feat(TUP-18048):Update translations for 6.4.1 (#1391) 2017-06-13 14:45:10 +08:00
Chao MENG
4b93c49ce5 fix(TUP-16516): after change context group under repository re-import (#1390)
fix(TUP-16516): after change context group under repository re-import the whole project again will get error
https://jira.talendforge.org/browse/TUP-16516
2017-06-13 11:53:52 +08:00
Prada Souvanlasy
4e72896c41 fix(TBD-5244): add network tags in tGoogleDataprocManage (#1388) 2017-06-12 16:12:16 +02:00
Ihor Istomin
aad50b750c fix(TDI-38997): Fix migration of search confitions. (#1384) 2017-06-12 14:44:02 +03:00
zwxue
3ac34f7f21 fix(TUP-17864):Project Settings > Maven > Deploy Version: selecting or (#1379)
manipulating items takes very long.
2017-06-12 19:23:19 +08:00
Liu Xinquan
e2748a5b00 TDQ-13814 TDQ-13929 the list of select Embedded rule dialog is empty (#1381) 2017-06-12 19:22:57 +08:00
Yucheng Bai
f06fbcff9f fix(TUP-17946): tSalesForceInput - Guess Schema (#1387)
* fix(TUP-17946) fix reference issue for components

* fix(TUP-17946): tSalesForceInput - Guess Schema
https://jira.talendforge.org/browse/TUP-17946

* fix(TUP-17946): fix some problems and add junits.
2017-06-12 19:12:50 +08:00
Chao MENG
1abe5a02db fix(TUP-18027): can't get git project branch with "listProject -b" (#1385)
fix(TUP-18027): can't get git project branch with "listProject -b" command
https://jira.talendforge.org/browse/TUP-18027
2017-06-12 19:08:03 +08:00
wchen-talend
40bc81c9a7 fix(TUP-18033):Deprecate Axis exports in build job (#1386) 2017-06-12 19:03:32 +08:00
hwang-talend
ce8e897988 fix(TUP-18025):Misleading Task Publisher Status when Job has compilation (#1383)
errors
2017-06-12 18:57:21 +08:00
wchen-talend
42e2f8c119 fix(TUP-18032):Deprecate Component designer (#1378)
* fix(TUP-18032):Deprecate Component designer

* fix(TUP-18032):Deprecate Component designer

* Update plugin.xml

fix(TUP-18032):Deprecate Component designer
2017-06-12 18:41:24 +08:00
Yucheng Bai
c31f323548 fix(TUP-18030): One more double quote for text area if copy/paste for (#1373)
all new frame work components
2017-06-12 18:39:41 +08:00
GGu
0dcb76cf2c feat(TUP-17662): add the log for failed messages (#1360)
* feat(TUP-17662): add the log for failed messages

* feat(TUP-17662): do i18n for some message title

* fix(TUP-17616) improve component reload
2017-06-12 18:30:43 +08:00
pyzhou
2acbdaf360 fix(TDI-38965):tMssqlInput returns null for some Date column. (#1377) 2017-06-12 17:48:58 +08:00
wang wei
95fbcbd415 fix(TDI-38904): change the value for user agent (#1374) 2017-06-12 17:31:26 +08:00
kjwang-talend
1e77f439fe TUP-17701 Can't setup / reopen tMap if component is not existing (D&D (#1375)
tmap from palette to Job)
https://jira.talendforge.org/browse/TUP-17701
2017-06-12 17:30:32 +08:00
wang wei
3da35d1881 fix(TDI-38904): Tracking influence for AWS connectors (#1372) 2017-06-12 15:00:50 +08:00
kjwang-talend
e70e985e08 fix(TUP-5461):AmazonAurora components can't select existing connection (#1371)
https://jira.talendforge.org/browse/TUP-5461
2017-06-12 14:58:22 +08:00
Yucheng Bai
2202cfa721 fix(TUP-17883): Can't propagate the modifications of Azure wizard to all (#1362)
job
2017-06-10 10:29:53 +08:00
Yucheng Bai
f5cdc3b54d fix(TUP-17889): Snowflake Component - JsonParseException: Unexpected (#1349)
character ('s' (code 115))
2017-06-10 10:28:25 +08:00
hwang-talend
e7968546eb fix(TUP-18017):Password not encrypt after import a context contain (#1370)
password from a lower version
2017-06-10 10:23:35 +08:00
Rémy DUBOIS
980841a8c8 fix(TBD-5163): Remove the dependencies signature in the fat jar (#1369) 2017-06-09 15:41:05 +02:00
nrousseau
9f8e976afb feat(TUP-18003) Add help plugins (#1367) 2017-06-09 15:43:23 +08:00
Seloen
3b52729bb3 fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts (#1363)
* fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts

https://jira.talendforge.org/browse/TUP-17971

* fix(TUP-17971)

* fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts

https://jira.talendforge.org/browse/TUP-17971

* f
2017-06-09 14:09:21 +08:00
Chao MENG
c0be8e7904 fix(TUP-18012): ui problem for json wizard (#1364)
fix(TUP-18012): ui problem for json wizard
https://jira.talendforge.org/browse/TUP-18012
2017-06-09 10:16:28 +08:00
zwxue
57fc9ce63a fix(TUP-18010):NPE when use Implicit tContextLoad in job. (#1361) 2017-06-09 09:53:28 +08:00
zafkirTalend
995f7a0376 fix(TBD-4990): Remove tHiveRow's output links for Google Dataproc (#1365) 2017-06-08 16:10:01 +02:00
Vladimir Bogatyrov
bab9a317f8 [TESB-19636] Routes, Services, Bundle Jobs POM templates use Java 7 instead of Java 8 (#1328) 2017-06-08 16:52:17 +08:00
zwxue
73d72c224a feat(TUP-17620): Set default value of project version. (#1359) 2017-06-08 15:21:30 +08:00
Vladimir Bogatyrov
e720827c20 [TESB-19596] Swagger JSON documentation appears to be 'cached' (#1344)
Merge as this file is only used for REST DS Job and a very little adjustment in the template.
Yi
2017-06-08 15:00:59 +08:00
nrousseau
e211fd0607 fix(TUP-18008) add joda-time 2.8.2 to platform 2017-06-08 13:06:44 +08:00
zwxue
97440000cd fix(TUP-17749):[6.4.0] Building Spark job that couldnt run in studio (#1356)
doesnt give any error but also doesnt produce zip.
2017-06-08 12:33:42 +08:00
Chao MENG
fab7e4f83b fix(TUP-17983): random issue when logon remote project error pop up (#1355)
fix(TUP-17983): random issue when logon remote project error pop up
https://jira.talendforge.org/browse/TUP-17983
2017-06-08 11:47:39 +08:00
jzhao
e4cec94ef1 feat(TDI-38890):New components Azure SQL Datawarehouse (#1341) 2017-06-07 22:16:42 -05:00
pyzhou
c1216ba3ec feat(TDI-38110):eliminate the job name and job version. (#1357) 2017-06-08 10:33:28 +08:00
jzhao
57ba4b252c chore(TDI-38854):tSQSInput parameter rename (#1353) 2017-06-07 16:57:28 +08:00
Mike Yan
c76ac98b6b TESB-19577: Disable the deployment tab for SOAP data service type job (#1354) 2017-06-07 14:51:52 +08:00
Yucheng Bai
ccdfd03e7a fix(TUP-17980): Unable to use filter expression of (#1352)
tAuzreTableStorageInput like before
2017-06-07 11:42:48 +08:00
zwxue
76e8e24369 fix(TUP-17660):Context: propagation won't be applied to jobs which (#1348)
aren't opened when renaming a context group.
2017-06-06 18:44:25 +08:00
yyin-talend
e83a6c98a5 fix(TDQ-13705): run tPatternCheck/tPatternExtract job, on pop up change to (#1350)
build-in mode dialog select "ok", Regex Pattern field can not show.
2017-06-06 16:54:07 +08:00
zwxue
97bb4084bf feat(TUP-17620): Add -snapshot checkbox in deployment tab and project settings. (#1335)
* feat(TUP-17871):Support Service of deployment.

* feat(TUP-17620): Add -snapshot checkbox in deployment tab and project
settings.

* feat(TUP-17620):change texts and fix some bugs.

* feat(TUP-17620): Add JUnit.
2017-06-06 16:06:18 +08:00
Ihor Istomin
6ad51beeaf fix(TDI-34726): Upgrade milyn-smooks framework. (#1319)
* Upgrade milyn-smooks framework. Provide compatibility of output EDI/XML document.
2017-06-06 10:33:58 +03:00
wang wei
668231d905 fix(TDI-38852): Align apache http versions (#1346) 2017-06-06 11:06:36 +08:00
hcyi
d85a1a884d TUP-17753:tMap Option: "Enable/ Disable column filter " does not save (#1347)
value
2017-06-06 10:51:10 +08:00
SunChaoqun
bcd7233550 TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig component (#1271)
* TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig
component

* TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig
component
2017-06-05 17:52:54 +08:00
wang wei
879654a589 fix(TDI-32437): fix the Bug_TDI_29037_tOracleInput_65535 tuj (#1345) 2017-06-05 17:38:55 +08:00
Yucheng Bai
798ae53e07 fix(TUP-17673): tAzureStoragePut job from V6.2.1 can't compile at (#1337) 2017-06-05 10:27:36 +08:00
Chao MENG
03b01b6a3c fix(TUP-17766): unable to rollback git version with routine dependencies (#1343)
fix(TUP-17766): unable to rollback git version with routine dependencies setting
https://jira.talendforge.org/browse/TUP-17766
2017-06-05 10:06:21 +08:00
Chao MENG
cfdc3d9c55 fix(TUP-17869): routines dependencies cannot be added to newly created (#1342)
fix(TUP-17869): routines dependencies cannot be added to newly created job automatically even tick the checkbox
https://jira.talendforge.org/browse/TUP-17869
2017-06-05 10:02:47 +08:00
wchen-talend
4e9d2ab4c8 fix(TUP-17900):"Export all projects documentation" does not create the (#1329)
zip file
2017-06-02 18:44:52 +08:00
zwxue
d176e7051d fix(TUP-17863):Use routine in job, could build job successfully even (#1340)
routine has compile error.
2017-06-02 17:55:00 +08:00
kjwang-talend
e307121b92 kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing (#1334)
* kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing
https://jira.talendforge.org/browse/TUP-17701

* kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing
https://jira.talendforge.org/browse/TUP-17701

* kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing
https://jira.talendforge.org/browse/TUP-17701
2017-06-02 17:54:34 +08:00
hcyi
8144e41de5 TUP-17910:tELTHiveMap output table is deleted when related link is (#1336)
removed
2017-06-02 17:00:51 +08:00
wchen-talend
13a9f80b1d fix(TUP-17890):tRunJob takes 1 minute to display the component tab (#1338)
content
2017-06-02 15:55:15 +08:00
zwxue
16b54f5048 fix(TUP-17726):java version for reference project changed to 1.8 after (#1339)
migration.
2017-06-02 15:24:42 +08:00
wang wei
6c1a39fb8c fix(TDI-34993): tDB2Output Truncate Table FAILS (#1331) 2017-06-02 11:33:12 +08:00
nrousseau
3a22ce8c33 fix(TUP-2233) avoid to copy template jet files (#1332) 2017-06-02 10:42:48 +08:00
SunChaoqun
d8743e6abe TESB-19643:RouteBuilder - cConfig Install button active and creation of (#1333)
6.0.0-SNAPSHOT Versions
2017-06-02 10:39:15 +08:00
Chao MENG
52eebb3a77 fix(TUP-17707): an error happened during login in (#1330)
Talend-Studio-20170510_1410-V6.4.0EP
https://jira.talendforge.org/browse/TUP-17707
2017-06-01 18:04:41 +08:00
wang wei
e949672070 fix(TDI-38780): Compile error for tSAPELTMap, if two tSAPELTXX are connected to a tUnite(#1325) 2017-06-01 09:55:29 +08:00
Pierre Teyssier
6bd5d50d98 fix(TDI-33938):incorrect counter value tjdbcoutput (#1289)
This reverts commit a8cbdb901b.
2017-05-31 23:29:24 +08:00
jzhao
80b02f95de fix(TDI-38686):jms connection fails when use jndi (#1278) 2017-05-31 18:34:47 +08:00
Emmanuel GALLOIS
a5df49ddf7 fix(TDI-38672) : rename listParamValue to listParamListName (#1318) 2017-05-31 10:08:39 +01:00
yyin-talend
6a33f2c60c TDQ-13685-tMultiPatternCheck: fix but about refresh when deleted (#1323)
patterns
2017-05-31 16:44:29 +08:00
pyzhou
b5dbe0ad10 Pyzhou/tdi 38925 simpleexcel talendexcel have wrong name (#1324)
* fix(TDI-38925):Make the artifactId and version unified.

* fix(TDI-38925):include jars in build.

* Revert "fix(TDI-38925):include jars in build."

This reverts commit a7f66f3543.
2017-05-31 13:32:01 +08:00
nrousseau
9b4bdecd1c fix(TUP-17372) modify fix only for non-repository params 2017-05-31 11:17:00 +08:00
pyzhou
800fa1112d TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't (#1243)
* TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't
work after Excel upgrade to 2016

* TDI-38693:correct the group ID.
2017-05-31 10:01:20 +08:00
pyzhou
1cabb0cb10 TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after (#1246)
* TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after
Excel upgrade to 2016),  data will read two times

* TDI-38694:Correct the java version

* TDI-38694:Eliminate old simpleexcel.jar.

* TDI-38694:Correct the group ID
2017-05-31 10:00:58 +08:00
wang wei
627ef9eb77 fix(TDI-38919): tUniqRow outputs a line per generated output @INFO level in the logs(#1321) 2017-05-31 09:59:29 +08:00
apoltavtsev
99c052d1ed TESB-19575 Dynamic update of OIDC configuration for Studio is added (#1300)
* TESB-19575 Dynamic update of OIDC configuration for Studio is added

* Update JavaProcessor.java
2017-05-28 23:13:05 +02:00
Seloen
9f07c9ac07 fix(TUP-17720)useless component should not visible in studio palette (#1317)
https://jira.talendforge.org/browse/TUP-17720
2017-05-27 18:07:04 +08:00
nrousseau
5c94d3be7e fix(TUP-17372) switch automatically combo box (#1316) 2017-05-27 17:55:03 +08:00
wchen-talend
c9a62d6c2d fix(TUP-17775):change of default behaviours in tMap (#1308) 2017-05-27 10:33:05 +08:00
Seloen
15187a7c58 Bugfix/6.4.1/tup 17720 hadoop cluster configuration input visible in studio palette (#1315)
* fix(TUP-17720)HadoopClusterConfigurationInput visible in studio palette

https://jira.talendforge.org/browse/TUP-17720

* fix(TUP-17720)HadoopClusterConfigurationInput visible in studio palette

https://jira.talendforge.org/browse/TUP-17720
2017-05-27 09:36:40 +08:00
GGu
afe6ed8f69 fix(TUP-17680): disable to install for new CF components (#1314) 2017-05-26 18:24:56 +08:00
hcyi
83d058e364 TUP-17740:add junits for Expressions in tMap. (#1313) 2017-05-26 16:35:53 +08:00
hcyi
1f05711fcb TUP-17741:Tmap -custom blanks out the whole expression (#1310) 2017-05-26 15:11:47 +08:00
hcyi
2bce3af19c TUP-17849:tWebservice wsdl wizard don't works. (#1301) 2017-05-26 15:01:07 +08:00
hcyi
014ef20135 TUP-17740:Expressions in tMap (#1311) 2017-05-26 14:25:06 +08:00
zwxue
1ac8770447 Revert "fix(TUP-17863):Use routine in job, could build job successfully even (#1298)" (#1312)
This reverts commit db90f45ce1.
2017-05-26 14:12:08 +08:00
nrousseau
a481961091 fix(TUP-17860) avoid popup on table for new framework (#1309) 2017-05-25 15:39:01 +08:00
wang wei
dfefe4a070 fix(TDI-38840): include the version in the artifact name for the maven path in component definition xml (#1295)
* fix(TDI-38840): include the version in the artifact name for the maven
path in component definition xml

* fix(TDI-38840): change the module attribute too

* fix(TDI-38840): change the name attribute too to avoid misleading
2017-05-25 11:12:43 +08:00
wchen-talend
8d3cf2ee2e Bugfix/6.4.1/tup 17695 improve joblet (#1297)
* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.

* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.

* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.
2017-05-25 10:58:06 +08:00
dlin-talend
2b963b5c3a fix(TUP-17889):Snowflake Component-JsonParseException: Unexpected (#1306)
character ('s' (code 115))
2017-05-24 18:31:19 +08:00
hwang-talend
fb54f80f32 fix(TUP-17556):map equals (#1303) 2017-05-24 14:44:19 +08:00
zwxue
db90f45ce1 fix(TUP-17863):Use routine in job, could build job successfully even (#1298)
routine has compile error.
2017-05-24 10:02:36 +08:00
nrousseau
34f49ca066 fix(TUP-17821): fix repository builtin switch (#1296) 2017-05-22 16:17:35 +08:00
hcyi
5be39d4f8d TUP-17703:tMap - rename menu of Batch Change of Expressions (#1279)
* TUP-17703:tMap - rename menu of Batch Change of Expressions

* TUP-17703:rename menu for tMap Batch Change of Expressions
2017-05-22 14:41:23 +08:00
hwang-talend
a1552cfbd0 fix(TUP-17508):SHOW_IF/NOT_SHOW_IF can't work as expect when use it in (#1294)
"ITEM" of a "TABLE" parameeter
2017-05-19 17:24:26 +08:00
pyzhou
a77a845c8a Feature/6.4.1/tdi 28181 (#1223)
* Revert "BatchUpdateExceptionHelper used to setup a meaningful exception in the (#932)"

This reverts commit bef9fb8767.

* TDI-28181:Throw new Exception.

* TDI-28181: Add the cid
2017-05-19 16:39:28 +08:00
Chen Bin
5d4ea8a8d6 TBD-4988: The feature 'Path to Google Credentials file' of tHiveInput (#1283)
can't generate code with Google Dataproc
2017-05-19 11:26:27 +08:00
nrousseau
45b140e5d7 fix(TUP-17365): fix refresh status of name (#1292)
Setup again the listener in the dynamic composite, when the component is
setup from the wizard.
2017-05-18 18:04:05 +08:00
jzhao
d5eec9fa6e fix(TDI-38801):tAdvancedFileOutputXML throws null pointer if there is more then one component in a flow and one appends the xml file (#1291) 2017-05-18 16:53:56 +08:00
Dmytro Sylaiev
a8cbdb901b Bugfix/6.4/tdi 33938 incorrect counter value tjdbcoutput (#1289)
* bug(TDI-33938): fix TJDBCOutput_NB_LINE counter

* bug(TDI-33938): fix TJDBCOutput_NB_LINE counter

* remove reduntant buggy counter
2017-05-18 11:01:03 +03:00
Seloen
72a828ec66 Bugfix/6.4.1/tup 16603 tds missing warning when no link (#1293)
* fix(TUP-16603):TDS Components missing warning when no link 

https://jira.talendforge.org/browse/TUP-16603

* fix(TUP-16603):TDS Components missing warning when no link

https://jira.talendforge.org/browse/TUP-16603

* fix(tup-16603):TDS Components missing warning when no link 

https://jira.talendforge.org/browse/TUP-16603

* Update Component.java
2017-05-18 14:50:53 +08:00
hwang-talend
c5ff64ffe1 fix(TUP-17556):Changes to a tmap in an expanded joblet from a job does not get saved 2017-05-18 11:07:42 +08:00
hwang-talend
6f37a9f01d fix(TUP-17591):Cannot drag the Spark Streaming joblet to the Spark (#1287)
Streaming job which are both converted from Spark job for the first time
2017-05-18 11:03:45 +08:00
wang wei
6a582e4a75 fix(TDI-38840): SAP libraries are syncing old one from talend central repo(#1290) 2017-05-18 10:57:15 +08:00
kjwang-talend
7aedd3907c fix(TUP-17642):6.3.1 studio takes about 25 mins to update project (#1273)
* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642

* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642

* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642
2017-05-17 17:34:19 +08:00
GGu
14d3135c87 test(TUP-17687): fix the problem for tdm (#1286) 2017-05-17 11:20:13 +08:00
jzhao
932d6747cd fix(TDI-33784):tFirebirdOutput can't create table with use an exist connection when tFirebirdConnection check Auto commit(#1285) 2017-05-17 10:05:19 +08:00
jzhao
56b5a327e2 fix(TDI-38749):AMQ 5.14.5 Upgrade for tMOM, SAP RFC server (#1263) 2017-05-16 18:21:13 +08:00
pyzhou
aa343b7383 TDI-34461:tSybaseIQ components DB version is for DB driver type. (#1284) 2017-05-16 18:04:08 +08:00
hwang-talend
8672bddf17 fix(TUP-17586):Warning message when use joblet in a job as a lookup to a (#1281)
tMap
2017-05-16 15:33:48 +08:00
hwang-talend
5b7e3da324 fix(TUP-17159):Test Case's routine dependencies management. (#1280) 2017-05-16 15:30:23 +08:00
wang wei
033c33320f fix(TDI-38773): tUniqRow's temporary file name pattern always the same. (#1277) 2017-05-16 10:33:18 +08:00
Yucheng Bai
1141b8c42d fix(TUP-17608): Metadata Bridge(version 9.1.0):NPE error at error log (#1275)
list when import DataStage &InformaticaPowerCenter
2017-05-15 17:17:47 +08:00
GGu
4689bd02fb test(TUP-17687): enhance the junits (#1269)
* test(TUP-17687): disable the junits for maven build

* test(TUP-17687): enhance the generic type

* test(TUP-17687): enable the junits of build job

* test(TUP-17687): add maven debug parameter
2017-05-15 16:37:21 +08:00
Emmanuel GALLOIS
faffeaff08 fixed migration for tMarketoListOperation connectors (#1276) 2017-05-15 09:21:51 +01:00
hwang-talend
c165914f67 fix(TUP-17556):Changes to a tmap in an expanded joblet from a job does (#1268)
not get saved
2017-05-15 10:19:42 +08:00
wchen-talend
402e3c9b46 fix(TUP-16668): Mediation Perspective Bean Code Library Dependencies go Global (#1264) 2017-05-15 10:14:17 +08:00
wang wei
fd454a6448 fix(TDI-38733): tRunJob pass the empty password context variable from empty to 'null'(#1274) 2017-05-12 17:26:17 +08:00
jzhao
9a9fda46f8 fix(TDI-38009):compile error on tSSH component if use context expression on port field (#1272) 2017-05-12 15:45:52 +08:00
kevin.cui
955b7249f1 TMDM-9923 : Ability to control the timeout or start/end date of the transaction in MDM components (#1249) 2017-05-12 01:19:14 -05:00
Pierre Bailly-Ferry
69c92b82a8 fix(TBD-4972): Correctly reverberate bigdata-launcher API changes. (#1270) 2017-05-11 16:17:52 +02:00
Jenkins Continuous Build server
a71bc32dca Set version to 6.4.1 SNAPSHOT 2017-05-11 10:49:04 +02:00
GGu
dedc32c0f6 test(TUP-17674): cleanup the test component in project. 2017-05-11 15:46:22 +08:00
jzhao
0e0e900d83 fix(TDI-36331):avoid password code generate when parameter is hidden in twebservice(#1267) 2017-05-11 15:34:17 +08:00
Dmytro Sylaiev
42170b317b fix(TDI-38441): Fix migration task (#1265)
* tFileCopy will have failOn set to true even if copydir was absent before
2017-05-11 10:31:26 +03:00
Seloen
d4ead80df1 fix(TUP-17621):Studio quick tour page size problem (#1266)
*change page size to fit all resolution for Windows
*Its about resolution, not Windows version

https://jira.talendforge.org/browse/TUP-17621
2017-05-11 15:26:22 +08:00
GGu
405881516b test(TUP-17674): temp to disable the junits 2017-05-11 10:52:00 +08:00
Prada Souvanlasy
2313f7e69b fix(TBD-4970): correct cluster version value in tGoogleDataprocManage 2017-05-10 11:28:14 +02:00
GGu
277ae8d202 test(TUP-17674): check some junits (#1262) 2017-05-10 16:14:28 +08:00
hcyi
3c4ae07e9e TUP-17226:When drag a hadoop cluster with spark property into a spark (#1261)
job,the advanced properties in the Spark configuration can be changed.
2017-05-10 15:30:30 +08:00
wang wei
4f44da78c9 fix(TDI-38744): Amazon Redshift (tRedshiftOutput) - Too many parameters. (#1259)
Exceeding the 255 method parameters list.
2017-05-10 15:00:19 +08:00
pyzhou
d35c6fcfb9 TDI-38734:Upgrade json-path.jar of tfileinputJson to v2.1.0 and (#1257)
integrate it into org.talend.libraries.json
2017-05-10 11:42:13 +08:00
GGu
4e59013a35 test(TUP-17674): fix the issue of junits to block (#1260) 2017-05-10 11:34:48 +08:00
wchen-talend
69e7f19ae2 TUP-17011:Some components are missing when context click "Open tRunJob (#1258)
Component" of a Spark subjob in a standard job
2017-05-10 10:00:31 +08:00
jzhao
04705a5d12 fix(TDI-38636):tMicrosoftCRMOutput shouldn't display 'Transform empty lookup string values to NULL' when Action is delete(#1256) 2017-05-09 15:38:54 +08:00
wang wei
837d34bb65 fix(TUP-16778): keep the reference properties object when call Component.getCodegenPropInfos method (#1238)
* fix(TUP-16778): keep the reference properties object when call
Component.getCodegenPropInfos method

* fix(TUP-16778): add more test
2017-05-09 11:42:40 +08:00
hwang-talend
326948bbff fix(TUP-17600):Label on lookup from joblet to another joblet is removed (#1247)
when child joblet is changed
2017-05-09 11:33:46 +08:00
wchen-talend
c3d716f8eb TUP-17597:WebService component name display wrong after open job (#1255) 2017-05-08 18:36:07 +08:00
zwxue
180b0a6aa5 fix(TUP-17581): Fix UI problem of project setting in Linux and Mac. (#1254) 2017-05-08 17:12:05 +08:00
Dmytro Sylaiev
92a040d5d3 bug(TDI-38441): Add missing property name (#1253)
* return FailOn property name which was deleted by babili
2017-05-08 16:17:35 +08:00
pyzhou
b884daaa78 TDI-38693:Refactor TalendExcel.jar to build by maven. (#1252) 2017-05-08 11:27:00 +08:00
pyzhou
d3e930015f TDI-38694:Build the simpleexcel.jar by maven (#1251) 2017-05-08 11:26:47 +08:00
wchen-talend
c1204124b3 TUP-5694:In Studio 6.1.1 when you right click on a job and click on (#1245)
build, green progress bar does not change
2017-05-08 10:35:46 +08:00
Yucheng Bai
a0b170ff61 fix(TUP-17303): fix the NPE. (#1250) 2017-05-05 17:21:24 +08:00
Seloen
df41eea66e (bugfix)TUP-17209 (#1242)
Create a Routine(Sql Template,Pig UDF,bean, business models) can't show
the version at the editor title
https://jira.talendforge.org/browse/TUP-17209
2017-05-05 17:21:11 +08:00
wang wei
24817e8637 fix(TDI-31891): tUniqRow cannot cope with very large data volumes when caching to disk(#1248) 2017-05-05 15:57:39 +08:00
Prada Souvanlasy
3f7dbac2e9 fix(TBD-4923): fix tGoogleDataprocManage_java.xml 2017-05-04 17:13:37 +02:00
Pingwen Lin
a5ba6b6b14 TMDM-10814 : Too slow when tMDMoutput rejects a bad data (fix compile issue for partial update) (#1241) 2017-05-04 17:28:19 +08:00
Prada Souvanlasy
86949081ff feat(TBD-4923): add tGoogleDataprocManage component (#1236) 2017-05-04 10:07:49 +02:00
nrousseau
f97dfaabbc babili-export (#1237) 2017-05-04 10:11:03 +08:00
Ivan Gonchar
2fc0d0f6b3 Bugfix/tdi 38316 logical types support (#1181)
* fix(TDI-38316): add support for logical types, fix API calls for DiIncomingSchemaEnforcer

* fix(TDI-38316): fix logical type setting

* fix(TDI-38316): change recreateRuntimeSchema() to createRuntimeSchema()
2017-05-03 20:48:00 +03:00
Pierre Bailly-Ferry
f9b6401134 [TBD-4722] Add Hive on Dataproc (#1235)
* faet(TBD-4722): Add Dataproc to Hive.

* feat(TBD-4722): Add Dataproc on tHiveRow.

* feat(TBD-4722): Add compaitbility dataproc/hiveInput; display logs on dataproc.

* feat(TBD-4722): Fix tHiveRow and tHiveInput.

* chore(TBD-4722): Text and formatting.
2017-05-03 17:46:16 +02:00
kjwang-talend
53e3ef1ad1 fix(TUP-17123):TUP-17123 Build as War will miss wsdd and wsdl folder if (#1234)
studio patch include blank
https://jira.talendforge.org/browse/TUP-17123
2017-05-03 18:25:27 +08:00
wchen-talend
6a6ab697b1 TUP-17457:Salesforce Metadata Bug (#1229) 2017-05-03 18:19:54 +08:00
GGu
440eadd51a fix(TUP-17607): fix the UI thread problem for dialog (#1233) 2017-05-03 17:27:18 +08:00
Mike Yan
9b0db4f0ec TESB-19129: Fixed only use JMX monitor for route tracing 2017-05-03 17:18:44 +08:00
Mike Yan
c785bb7696 Merge branch 'master' of https://github.com/Talend/tdi-studio-se.git 2017-05-03 17:12:38 +08:00
Seloen
fa886ed09d bugfix(TUP-17303) (#1226)
Azure blob components should hide property type with use an existing
connection used
https://jira.talendforge.org/browse/TUP-17303
2017-05-03 11:07:33 +08:00
hcyi
d8e249886f Bugfix/6.4/tup 17590 update translations for 6.4.0 (#1227)
* TUP-17590:Update translations for 6.4.0.

* TUP-17590:Update translations for 6.4.0
2017-05-03 10:42:20 +08:00
amarouni
4f9aa772fa TBD-4486: Add Spark Dataframe column order migration job (#1228) 2017-05-02 17:40:02 +02:00
pyzhou
bc9ff3b0ad TDI-38627:Correct brackets issue (#1225) 2017-05-02 16:18:59 +08:00
Mike Yan
8a1ba3f8b6 TESB-19437: ESB Studio with local runtime does not show logs (#1224) 2017-05-02 15:38:53 +08:00
Mike Yan
a1aa6018e1 TESB-19437: ESB Studio with local runtime does not show logs 2017-05-02 15:31:26 +08:00
GGu
88220c0085 test(TUP-17393): fix one failure junit 2017-05-02 14:45:20 +08:00
Pingwen Lin
42abf42b3c TMDM-10814 : Too slow when tMDMoutput rejects a bad data (fix compile issue without batch size) (#1221) 2017-05-02 14:01:06 +08:00
nrousseau
ee25252c16 fix(TUP-17521): avoid maven remote resolve (#1218) 2017-05-02 10:42:54 +08:00
Yucheng Bai
b0b9041560 feat(TUP-17570): Add version to new component framework to Component (#1219)
class
2017-05-02 10:38:38 +08:00
zwxue
b3823ff0ac test(TUP-17449): update MavenVersionUtilsTest. 2017-05-02 10:33:10 +08:00
nrousseau
3bb264cb30 fix(TUP-17065): fix new framework propagation (#1217) 2017-04-29 09:51:59 +08:00
Rémy DUBOIS
f389b389d3 feat(tbd-4453): Add support for dynamic hadoop configuration (#155) 2017-04-28 13:56:54 +02:00
Pingwen Lin
55bff69765 TMDM-10814 : Too slow when tMDMoutput rejects a bad data (#1213) 2017-04-28 18:31:05 +08:00
wchen-talend
00fab63bf2 TUP-17149:Build Job very slow compared to version 5 even with TPS-1656 (#1212) 2017-04-28 16:36:40 +08:00
Dmytro Sylaiev
31ccd15559 Bug/6.4/tdi 38441 migration task (#1210)
* fix(TDI-38441): create migration task for tFileCopy at 640

* fix(TDI-38441): small refactoring

* refactor(TDI-38441): Move inner class to anonymous

* style(TDI-38441): Fix indentation
2017-04-28 11:09:53 +03:00
hcyi
9200142204 TUP-17465:tMap filter : enable status not save after reopen map editor. (#1204) 2017-04-28 15:37:11 +08:00
Mike Yan
db89b1b4e0 TESB-19381: Fixed JMX connection number calculate problem (#1216) 2017-04-28 15:36:33 +08:00
Jan Lolling
bef9fb8767 BatchUpdateExceptionHelper used to setup a meaningful exception in the (#932)
* BatchUpdateExceptionHelper used to setup a meaningful exception in the
batch mode

* TDI-28181:use inner class to reduce the code bytes.

* TDI-28181:Add the error.print.

* Revert "TDI-28181:Add the error.print."

This reverts commit 4b054de417.

* TDI-28181:correct the error print issue.
2017-04-28 15:17:00 +08:00
jzhao
df8d9b6c5a fix(TDI-38625): fix tMicrosoftCRMOutput handle exception issue (#1211) 2017-04-28 15:15:42 +08:00
SunChaoqun
8a5005b3c4 TESB-19012:[Runtime / Studio] Upgrade to AMQ 5.14.4 (#1103) 2017-04-28 14:32:53 +08:00
zwxue
7efad1ee15 fix(TUP-17453): When convert a hadoop cluster to context,the context (#1207)
group is not added into MR/Spark job which uses it.
2017-04-28 14:01:20 +08:00
Yucheng Bai
547d1dfdc1 fix(TUP-17501): fix quotes problems of new framework. (#1197) 2017-04-28 12:06:40 +08:00
Yucheng Bai
1f3ef7181f fix(TUP-17565): Can't have two HDFS components in the same job using (#1203)
dynamic conf jar
2017-04-28 10:34:24 +08:00
Ihor Istomin
c1d212bdc9 fix(TDI-38674): Fix migration of tNetsuiteOutput component with outgoing flow (#1209) 2017-04-27 16:05:18 +03:00
zshen-talend
9355476f0d fix(TDQ-13503): when save Patterns, propagate to jobs issue. (#1208) 2017-04-27 18:58:42 +08:00
jzhao
5ed30ebf65 Revert "feat(TDI-38114): Amazon quicksight (#979)"
This reverts commit 5f705f078e.
                and 4851905ac3.
2017-04-27 18:43:01 +08:00
jzhao
e2b21d2cab fix(TDI-38625):update tMicrosoftCRM odata client api version (#1202) 2017-04-27 18:16:18 +08:00
jzhao
b93c295516 fix(TDI-38625): fix some connection issue for tMicrosoftCRMXX (#1201)
* fix crm odata reuse connection and timeout not work in some case

* fix crm odata input connection rest issue

* fix reuse httpclient problem and remove private default entityset

* fix crm component odata api work with proxy

* fix(TDI-38625):change property show value for crm input component
2017-04-27 18:04:57 +08:00
pyzhou
a6d3b7c442 TDI-38665:tELTSybaseMap -> Missing version (#1205) 2017-04-27 16:16:01 +08:00
pyzhou
8b8f79f242 TDI-38627:NUMERIC format problem on tAS400Output (#1199) 2017-04-27 11:19:53 +08:00
pyzhou
e31cb5c59b TDI-38545:Update version of "json-path" dependency for (#1196)
"tExtractJSONFields" component to 2.1.0  (TESB-19182)
2017-04-27 11:15:52 +08:00
zwxue
7548b986ad fix(TUP-17449): Cannot deploy a snapshot feature from TAC esbconductor. (#1200) 2017-04-27 09:57:17 +08:00
hwang-talend
492d44c1ea fix(TUP-17538):"The connected components in a job must not form a closed (#1189)
loop"
2017-04-27 09:54:26 +08:00
hwang-talend
368c99c7d4 fix(TUP-17451):Guess schema fail for sybase 16. (#1194) 2017-04-27 09:50:53 +08:00
wang wei
6550a1dc4e fix(TDI-38667): upgrade the redshift jdbc driver to the lastest one (#1195) 2017-04-26 15:30:46 +08:00
Vladimir Bogatyrov
696b388f50 [TESB-19256] Newlines in Swagger description for blueprint 2017-04-26 08:22:40 +03:00
Mike Yan
e88630143f TESB-19405: Fixed to load blueprint template for local runtime server (#1193) 2017-04-26 11:06:54 +08:00
zwxue
c899ef03ab feat(TUP-17364): Studio: Change Code-Gen Compiler Compliance Level to (#1176)
Java 8.
2017-04-26 10:27:21 +08:00
Vladimir Bogatyrov
1bd12bd5bf [TESB-19256] Preserve newlines in Swagger description for blueprint 2017-04-25 19:08:44 +03:00
wchen-talend
453bbb3a1b TUP-17149:Build Job very slow compared to version 5 even with TPS-1656 (#1192) 2017-04-25 18:57:28 +08:00
wang wei
9ef6838d46 fix(TDI-38518): Logic error for the unchanged data in type2 of (#1191)
tJDBCSCDELT (Netezza)
2017-04-25 16:54:17 +08:00
msjian
6a4a5b4b7a TUP-17554: Move org.talend.libraries.jboss and (#1190)
org.talend.libraries.jboss.jars from tdi-studio-se to tcommon-studio-se
2017-04-25 16:22:56 +08:00
Seloen
f3f1e7b430 bugfix(TUP-17050):tmap looses setting for Die on error (#1187)
*add a if judge in initCurrentModel() method

https://jira.talendforge.org/browse/TUP-17050
2017-04-25 14:17:52 +08:00
yyin-talend
123cee14fe fix(TUP-17557): need to judge if it is a node (#1188)
* TUP-17557 need to judge if it is a node

* TDQ-13507 "Cancel" button which on "Pattern Selector" dialog will dirty
the job.
2017-04-25 14:16:02 +08:00
nrousseau
d83b1a238e feat(TUP-16710): update excel libs (#1186) 2017-04-25 12:38:44 +08:00
pyzhou
7797a6d4f9 TDI-37924:revert the commit of change localprovider pom. (#1183) 2017-04-25 11:56:26 +08:00
zwxue
54f363303d fix(TUP-17479): When run testcase in CI, the group id in pom file do not (#1182)
use the job's group id.
2017-04-25 11:20:42 +08:00
pyzhou
06b49829b2 TDI-37924:Upgrade poi.jar to 3.16 (#1162)
* TDI-37924:Upgrade poi.jar to 3.16

* TDI-37924:delete the new jar & change the pom and version.

* TDI-37924: update to download automatically the jar of mail util
2017-04-25 09:44:17 +08:00
Dmytro Sylaiev
f1fd2b54f4 Bugfix/6.4/tdi 38421 refix (#1180)
* bug(TDI-38421): Fix problem with reference connection component using Teradata

* bug(TDI-38421): Some refactoring

* Delete unnecessary variables
2017-04-24 13:47:05 +03:00
yyin-talend
2e920ede37 fix(TDQ-13437): fix TDQ-13503 fixed issue 1 and TDQ-13484 reopen job path lost (#1179) 2017-04-24 17:09:26 +08:00
Emmanuel GALLOIS
3d80892e1d Correct typo in tMarketoInput's operation since 563 (#1177) 2017-04-24 09:48:33 +02:00
wchen-talend
82f02eb3e9 TUP-17457:Salesforce Metadata Bug (#1173) 2017-04-24 15:03:36 +08:00
jzhao
1ff62b7884 fix(TDI-38639):tMicrosoftCRMOutput can't support 'lookup type mapping' (#1169)
* tMicrosoftCRMOutput can't support 'lookup type mapping'
* tMicrosoftCRMXX can't pass the custom entity correctly with V2016
odata
2017-04-24 01:58:14 -05:00
GGu
904b424483 test(TUP-17549): fix the failed junits 2017-04-24 14:57:11 +08:00
Chao MENG
3b665c3dc3 bug(TUP-17396): saved job changes are lost when studio crashes (#1159)
https://jira.talendforge.org/browse/TUP-17396
2017-04-21 17:54:14 +08:00
wchen-talend
95606200da TUP-17454:Generation Error When using tFileInputPositional with Reject (#1174)
Row Link in a Spark Job
2017-04-21 17:20:43 +08:00
Anas KHABALI
0962939c4e fix(TDI-38519): revert the order caching in the tFileOutputMSXML (#1163)
we can't cache the xml element order because it's not a fix order and it's may change in branch
by caching the order we get bas insert position for the element causing IndexOutOfBoundsException
2017-04-21 09:53:56 +02:00
msjian
1d45215f94 fix(TDQ-13464): fix running the match analysis with "Store on disk" option (#1175) 2017-04-21 15:40:38 +08:00
Yucheng Bai
0e438c8b2d TUP-17187: Some issues for tsalesforceInput with repository (#1161) 2017-04-21 11:38:41 +08:00
hwang-talend
27e7d000e5 fix(TUP-17459):Have a Json error on error log when run mr or spark job (#1157) 2017-04-21 11:36:58 +08:00
hwang-talend
4dbd95ec76 fix(TUP-17255):Context groups once edited, changes it name. (#1167) 2017-04-21 11:34:19 +08:00
GGu
521b16f244 Revert "TDQ-13464:rename org.talend.libraries.persist.lookup" (#1172)
* Revert "Revert "TDQ-13464: fix running the match analysis with "Store on disk" option" (#1171)"

This reverts commit f3cc37feaf.

* Revert "TDI-38641:Change the default DB version to Sybase 16 (#1170)"

This reverts commit ae982f2cb8.

* Revert "fix(TDI-38345): Implement migration task for NetSuite components (#1140)"

This reverts commit e4d6865632.

* Revert "TDQ-13464:rename org.talend.libraries.persist.lookup (#1168)"

This reverts commit b529e8e40f.
2017-04-21 10:50:32 +08:00
GGu
f3cc37feaf Revert "TDQ-13464: fix running the match analysis with "Store on disk" option" (#1171)
* Revert "TDI-38641:Change the default DB version to Sybase 16 (#1170)"

This reverts commit ae982f2cb8.

* Revert "fix(TDI-38345): Implement migration task for NetSuite components (#1140)"

This reverts commit e4d6865632.

* Revert "TDQ-13464:rename org.talend.libraries.persist.lookup (#1168)"

This reverts commit b529e8e40f.

* Revert "TDQ-13464: fix running the match analysis with "Store on disk" option (#1165)"

This reverts commit 31fb3a14ac.
2017-04-21 10:49:35 +08:00
pyzhou
ae982f2cb8 TDI-38641:Change the default DB version to Sybase 16 (#1170) 2017-04-21 10:21:58 +08:00
Ihor Istomin
e4d6865632 fix(TDI-38345): Implement migration task for NetSuite components (#1140)
* fix(TDI-38345): Implement migration task for NetSuite components

* fix(TDI-38345): Corrected formatting

* fix(TDI-38345): Fix migration to handle 'dieOnError' and 'apiVersion'
properties

* fix(TDI-38345): Reverted refactoring of conversion code

* fix(TDI-38345): Minor corrections

* fix(TDI-38345): Line endings

* fix(TDI-38345): Correct comments
2017-04-21 10:16:59 +08:00
msjian
b529e8e40f TDQ-13464:rename org.talend.libraries.persist.lookup (#1168)
* TDQ-13464: fix running the match analysis with "Store on disk" option
get error

* TDQ-13464: rename org.talend.libraries.persist.lookup to
org.talend.persist.lookup
2017-04-20 16:24:47 +08:00
msjian
31fb3a14ac TDQ-13464: fix running the match analysis with "Store on disk" option (#1165)
get error
2017-04-20 15:47:17 +08:00
kjwang-talend
6197015b36 fix(TUP-17412): remote Runs from Studio Display Project Setting Log4jLevel (#1164) 2017-04-20 15:36:40 +08:00
wchen-talend
e7e788c175 TUP-17421:SHOW_IF for input CONNECTOR (#1166) 2017-04-20 11:42:03 +08:00
yyin-talend
deeb182554 TDQ-13437 modify tmultipatter to support repository mode (#1160) 2017-04-20 11:02:03 +08:00
Mike Yan
03fdc50a93 TESB-19257: Add JMX listener and add to run process context (#1158)
* TESB-19257: Add JMX listener for route running and add it into Run
Process Context

* TESB-19257: Fixed NPE in creating JMX connection
2017-04-19 11:18:58 +08:00
wchen-talend
d0dc3f95a8 Feature/6.4.1/tup 17421 input connector show if (#1149)
* TUP-17421:SHOW_IF for input CONNECTOR

* TUP-17421:SHOW_IF for input CONNECTOR

* TUP-17421: add junit
2017-04-18 18:25:55 +08:00
jzhao
debf7af041 fix(TDI-38334):MaxNumberOfMessages for tSQSInput should displayed always (#1156) 2017-04-18 04:42:34 -05:00
Yucheng Bai
a30990f067 Feature/6.4/tup 16698 improve context of hadoop metadata (#1150)
* Revert "Feature/6.4.0/tup 16698 revert feature (#1123)"

This reverts commit 726ea7a500.

* TUP-16698: take back the feature.

* TUP-16698: Remove dynamic loading for OSGI built jobs

* TUP-16698: add more junits.
2017-04-18 16:46:52 +08:00
Emmanuel GALLOIS
2a20b945f3 feature(TDI-38596): Add API properties to Marketo jobs created pre 6.1 (#1155) 2017-04-18 08:21:34 +01:00
Emmanuel GALLOIS
df0bf75a83 bugfix(TDI-38465) : manage correctly Apimode for old jobs (#1154) 2017-04-18 08:20:59 +01:00
wchen-talend
1e422e3909 TUP-17491 : sap repository reivew dialog (#1151) 2017-04-18 10:14:32 +08:00
jzhao
b6fa27a53c fix(TDI-38613):the entitySet of MicrosoftCRM can't refresh with V2016(odata) (#1152) 2017-04-17 06:02:25 -05:00
nrousseau
c0fe59d71f TUP-17392: update resources folder, since it can get conflict with
resources from original plugin
2017-04-17 18:04:30 +08:00
pyzhou
4711acf239 TDI-37699: correct the list name. (#1153) 2017-04-17 17:44:44 +08:00
wchen-talend
7954f797cc TUP-17428:File>Edit Project properties>Job Settings>Implicit Context 2017-04-17 16:20:36 +08:00
hcyi
1abba405b9 TUP-17494:tWarn log level conflicts with Log4j "Advanced settings" (#1148) 2017-04-17 16:05:50 +08:00
wchen-talend
9686dbf683 TUP-17428:File>Edit Project properties>Job Settings>Implicit Context (#1146)
load>From Database>Query Condition is red (Value is invalid)
2017-04-17 15:50:24 +08:00
wang wei
546d08ebc7 fix(TDI-38476): Compile error for tJDBCSCDELT when use redshift and table action is truncate table(#1147) 2017-04-17 11:20:30 +08:00
hwang-talend
cf09805f19 feat(TUP-16710/hwang):Update Excel components to support Excel 2016/next (#1144)
version
2017-04-17 10:56:02 +08:00
wchen-talend
e997378fd4 Bugfix/6.4.1/tup 17454 disable validationrule for bigdata (#1142)
* TUP-17454:Generation Error When using tFileInputPositional with Reject
Row Link in a Spark Job

* TUP-17454: add junit
2017-04-14 18:36:43 +08:00
Vladimir Bogatyrov
855872277f [TESB-19256] Add option 'Include Documentation into Swagger spec' to cREST and tRestRequest 2017-04-13 13:55:11 +03:00
wang wei
07e9b3c559 fix(TDI-38242): For Exasol/Ingres/Redshift, unable to run tELTJDBCOutput with table action.(#1145) 2017-04-13 15:04:49 +08:00
jzhao
152fb3e998 fix(TDI-38108): add the icon for tSQSMessageDelete,
tSQSMessageChangeVisibility
2017-04-13 12:59:46 +08:00
wang wei
a6e743ba71 fix(TDI-38093): add the icon 2017-04-13 11:57:37 +08:00
wang wei
98e8cfe4b4 fix(TDI-38564): tHttpRequest error message is not complete (#1143)
* fix(TDI-38564): tHttpRequest error message is not complete

* fix(TDI-38564): use jvm default encoding for byte to text
2017-04-12 16:37:30 +08:00
zwxue
19c7221d88 fix(TUP-17440): can not import jobs which created by early studio. (#1141) 2017-04-11 19:15:12 +08:00
Chao MENG
5c932df1b3 fix(TUP-17460): can't retrieve projects by default (#1138)
https://jira.talendforge.org/browse/TUP-17460
2017-04-11 16:55:14 +08:00
Anas KHABALI
3eaa5a6394 fix(TDI-38519): IndexOutOfBoundsException When Using tFileOutputMSXML with Several Inputs (#1135)
we need to recalculate the node order when we change the current element to ensure that the order is valid in the XML DOM.
This case happens when we have a loop that change it's order regarding to the prior elements existence in the XML Node

* Root
** Group
*** element (can be absent)
*** loop (the loop order is 1 or 2 regarding of the element presence in the group. So we need to recalculate the loop order for each group node)
2017-04-11 10:32:38 +02:00
hcyi
82d214634f TUP-17203:tMap filter improve: unify column name filter and expression (#1139)
filter
2017-04-11 16:25:49 +08:00
hcyi
fef694af1c TUP-17200:tMap:function of *Find* cannot work well once use column (#1136)
fitler first
2017-04-11 15:37:04 +08:00
nrousseau
b513ab0420 TUP-16711: fix tSybaseConnection 2017-04-10 19:14:23 +08:00
hcyi
251db5c037 TUP-16749:Provide guided Tutorials at Studio Start up. 2017-04-10 18:53:19 +08:00
pyzhou
e820c6c4d5 Feature/6.4.1/tdi 38105 (#1134)
* TDI-38105:Update Excel components to support Excel 2016/next version for some other components.
2017-04-10 18:02:58 +08:00
ycbai
0abecd0bb4 TUP-17424: Cann't retrieve schem for HDFS only on 623 2017-04-10 17:42:11 +08:00
Ihor Istomin
bfe72d326f fix(TDI-38559): Fixed initialization of ComponentReferenceProperties (#1128)
* fix(TDI-38559): Fix initialization of ComponentReferenceProperties in generated job
2017-04-10 12:34:33 +03:00
pyzhou
5c2dd47a95 TDI-38105:Update Excel components to support Excel 2016/next version (#1133) 2017-04-10 16:49:29 +08:00
Chao MENG
986f427f37 Feature/6.4.0/tup 5116 tup 5280 bd project and tic (#1132)
* TUP-5116 feature: Supports BD options for users/projects
https://jira.talendforge.org/browse/TUP-5116

* TUP-5280 feature: Studio use TIC as user management (additionaly to TAC)
https://jira.talendforge.org/browse/TUP-5280

* feat(TUP-5116): fix a logon problem

https://jira.talendforge.org/browse/TUP-5116
2017-04-10 16:29:39 +08:00
jzhao
1bdd40fb43 fix(TDI-38098): upgrade Salesforce API to 39 (#1131) 2017-04-10 03:23:38 -05:00
wchen-talend
6a130986a8 Feature/6.4.1/tup 16685 sap elt map (#1130)
* TUP-16685:SAP Ecc Massive extraction via Push-Down/ABAP generation

* TUP-16685 : do not remove table when remove output connection
2017-04-10 15:56:37 +08:00
jzhao
08fd9e9637 feat(TDI-38091):Support Microsoft CRM online 365/2016 - ODATA (#1122)
* support odata for microsoft crm
2017-04-07 07:10:32 -05:00
Chen Bin
afe0e66e92 TBD-4738: Reuse BigQuery Query function for spark components (#1110)
* TBD-4738: Reuse BigQuery Query function for spark components

* TBD-4738: Reuse BigQuery Query function for spark components, fix after
review
2017-04-07 07:02:48 -05:00
jzhao
ac5cb87b51 feat(TDI-38091):add Microsoft CRM online 365/2016 odata client api (#1129)
* fix the retry can't work in some case

* feat(TDI-38091):add Microsoft CRM online 365/2016  odata client api

* move source code to talend-mscrm
2017-04-07 06:20:52 -05:00
apoltavtsev
9b12637f8a TESB-19255 "openid" inputs are changed to "oidc" 2017-04-07 13:17:24 +03:00
hwang-talend
8d77837429 feat(TUP-16711/hwang):Update Sybase in the db wizard (#1119) 2017-04-07 18:04:42 +08:00
pyzhou
3c9407daa0 TDI-37699:change the version name to fit the wizard and migration task. (#1127)
* TDI-37699:change the version name to fit the wizard and migration task.

* TDI-37699:correct the date of migration task
2017-04-07 17:59:36 +08:00
zwxue
da82ef7733 TUP-17344: TestCase should not support to see Deployment view. (#1120) 2017-04-07 17:32:43 +08:00
zwxue
7257c08496 TUP-17345: Deployment Versioning: select all button will selected items (#1121)
in recyclebin and not in the list.
2017-04-07 17:32:14 +08:00
zwxue
976b36321a TUP-17350: The icon for biddata job do not show correctly. (#1124) 2017-04-07 17:31:32 +08:00
zwxue
11b4398108 TUP-17343: Should not support to edit Group ID and version when open an (#1125)
old version of job.
2017-04-07 17:27:14 +08:00
zwxue
23b788b1f6 TUP-17342: Win 10: can not show borders for GroupId and Version's value. (#1126) 2017-04-07 17:26:58 +08:00
zwxue
37d12ab9fc TUP-17342: Win 10: can not show borders for GroupId and Version's value. 2017-04-07 17:23:57 +08:00
GGu
485871fc1a test(TUP-16755/cf): fix the junits problem for user components 2017-04-07 16:38:47 +08:00
apoltavtsev
cf50de8801 TESB-18905 OpenID support for tRESTRequest (OSGI)
Codegereration for tRESTRequest is extended by OpenID access tokens validation in case of job is created as OSGI bundle
2017-04-07 10:39:24 +03:00
Pierre Teyssier
a700acbb83 TDI-38109 : Deprecate HL7 components 2017-04-07 13:20:48 +08:00
GGu
e97d20e885 feat(TUP-16755/cf): merge the feature from dev branch into master (#1115)
* feat(TUP-17355/cf): enable to load components from project

* feat(TUP-17355/cf): unify the API for download components from exchange

* feat(TUP-17322/cf): install m2 repository from new component updatesite

* feat(TUP-17392/cf): install the new components from "patches" folder

#time 3h
2017-04-07 12:06:04 +08:00
Chao MENG
726ea7a500 Feature/6.4.0/tup 16698 revert feature (#1123)
* Revert "TUP-17405: Cann't retrieve schem for HDFS"

This reverts commit 3e4b479647.

* Revert "TUP-17361: hadoop-conf jar is not in classpath (#1098)"

This reverts commit 91168f1ab8.

* Revert "Feature/6.4/tup 16698 support context for hadoop conf jar (#1046)"

This reverts commit 2adbe617cd.
2017-04-07 10:09:26 +08:00
hcyi
dacda7ba40 TUP-16749:missing resources folder for Provide guided Tutorials. 2017-04-06 18:39:18 +08:00
wang wei
7e993e0648 fix(TDI-37648): add the slf4j dependency (#1099)
https://jira.talendforge.org/browse/TDI-37648
2017-04-06 16:49:40 +08:00
jzhao
7c5d668343 feat(TDI-38091):add Microsoft CRM online 365/2016 odata client api (#1118)
* add odata client source
2017-04-06 03:35:09 -05:00
Emmanuel GALLOIS
e7c0015746 feature(TDI-38379): updated plugins.xml to include Marketo migration (#1116) 2017-04-05 19:33:32 +01:00
hcyi
5d6306d947 Feature/6.4/tup 16749 provide guided tutorials (#1105)
* TUP-16749:Load the tutorials dialog for Provide guided Tutorials.

* TUP-16749:improve for Provide guided Tutorials.

* TUP-16749:Update the icon /description/tab name since attached the UX
review doc

* TUP-16749:Provide guided Tutorials plugin add into tos.feature.

* TUP-16749:update after review of video / tutorial and change to use the
vedio from nexus

* TUP-16749:update after review of video / tutorial and change to use the
vedio from nexus

* TUP-16749:update the video,groupId,artifactId.
2017-04-05 12:31:28 +08:00
Yucheng Bai
858785c4a6 TUP-16713: Need to be able to have Spark component with new framework in the studio (#1117)
* TUP-16713: Need to be able to have Spark component with new framework in
the studio

* TUP-16713: Regard the SupportedProduct.ALL as SupportedProduct.DI
temporarily for
2017-04-05 11:51:33 +08:00
Ivan Gonchar
c140cbbb94 Bugfix/6.4/tdi 38316 dynamic metadata (#1112)
* fix(TDI-38316): set logical type to dynamic metadata

* fix(TDI-38316): replace DI constants with corresponding daikon constants

* fix(TDI-38316): fix wrong argument for getLogicalTypeName() method

* fix(TDI-38316): rename local variable in loop from childDynamic to dynamicMetadata
2017-04-04 14:41:34 +03:00
Vladimir Bogatyrov
e6ee2f9592 [TESB-17836] Set some properties of Swagger feature for tRestRequest 2017-04-03 13:04:16 +03:00
ycbai
3e4b479647 TUP-17405: Cann't retrieve schem for HDFS 2017-04-01 15:14:48 +08:00
Dmytro Sylaiev
13e832680d bug(TDI-38421): Refix (#1113)
* Make the checking for table existing the same as in the tTeradataOutput component

* Remove previous fix
2017-03-31 15:33:05 +03:00
Dmytro Sylaiev
7d9f6b46a4 fix(TDI-38369): Refactoring (#1104)
* Remove duplicate code
2017-03-31 11:00:03 +03:00
pyzhou
81460f047f TDI-37699:Support Sybase IQ/ASE version 16 (#1111) 2017-03-31 10:45:10 +08:00
pyzhou
589457eaa9 TDI-38466:Problem with writing time field with nulls to Exasol (#1114) 2017-03-31 10:44:42 +08:00
Dmytro Sylaiev
56dbb3d918 Bugfix/6.4/tdi 38454 updating thashfile lib (#1108)
* bug(TDI-38454): updating thashfile lib

* Change architecture (create src/main/java folder for sources)

* Change version of lib in the pom.xml

* Change resource directory in the pom.xml

* bug(TDI-38454): updating components lib imports

* Update Import in tHashInput and tHashOutput component (to new lib's jar file)

* Delete old jar file from repository

* bug(TDI-38454): Add lib to localprovider's pom

* Add new dependency to the localprovider's pom.xml (new version of thashfile lib)

* New studio's build should contain new version of lib in the thashfileinput directory

* bug(TDI-38454): Add old jars to clean plugin goal

* bug(TDI-38454): update junit version
2017-03-30 16:45:23 +03:00
zwxue
bc7666e017 TUP-17349: Job should not update the maven version if I close the job (#1109)
without saving after change maven version in project setting.
2017-03-30 14:15:25 +08:00
Dmytro Sylaiev
f6a32cccf9 fix(TDI-38441): add failOn error to tFileCopy (#1102)
* fix(TDI-38441): add failOn error to tFileCopy

* Create new checkbox property for tFileCopy component (default value - false)

* Create en message for it

* Change logic for component - it now trows RuntimeException if failOn is enabled

* fix(TDI-38441): add failOn error to tFileCopy

* Add log4j support in one more place.

* fix(TDI-38441): Refactoring
2017-03-29 15:23:00 +03:00
wchen-talend
8cf4c7f86e TUP-17072:Misleading Task Generation Status when jars are missing (#1106) 2017-03-29 13:34:11 +08:00
GGu
ef5be4fc3d TUP-17017: enable to use reference template for reference jobs. (#1081) 2017-03-28 14:24:31 +08:00
ycbai
502325225d TDI-38379: fix the compile errors. 2017-03-28 11:06:29 +08:00
Dmytro Sylaiev
ac5b75d968 fix(TDI-38421): Add specific behavior for Teradata (#1101)
* fix(TDI-38421): Add specific behavior for Teradata

* Add an additional check before drop a table

* If table name present in metadata - component checks if it present under current user

* This information should be stored into DBC.tables service table

* fix(TDI-38421): fix typo

* In the messages_en.properties fix "not exits" to "does not exist"

* fix(TDI-38421): Aboid SQL Injection

* Replace Statement to PreparedStatement
2017-03-27 15:30:37 +03:00
Emmanuel GALLOIS
eeeedb7ce4 feature(TDI-38474): Remove the NON-TCOMP tMarketoXX components (#1097) 2017-03-27 11:06:35 +01:00
Emmanuel GALLOIS
214c24c927 Feature/6.4/tdi 38379 marketo migration (#1096)
* feature(TDI-38379): initial commit for tMarketoComponents Migration Task
* feature(TDI-38379): added API mode migration
* feature(TDI-38379): fixed NPE for API mode migration
* feature(TDI-38379): changed getOrder() value to today
* feature(TDI-38474): manage MAX_RETURN and BATCH_SIZE parameters properly
2017-03-27 11:04:16 +01:00
wang wei
4c9b781fe6 fix(TDI-38244): For Teradata, the create statement is wrong in the (#1100)
tELTJDBCOutput
https://jira.talendforge.org/browse/TDI-38244
2017-03-27 17:54:11 +08:00
Yucheng Bai
91168f1ab8 TUP-17361: hadoop-conf jar is not in classpath (#1098) 2017-03-27 15:36:37 +08:00
Dmytro Sylaiev
08f988f7ac fix(TDI-38351): set correct talend-mscrm version (#1083)
* fix(TDI-38351): set correct talend-mscrm version

* Fix wrong talend-mscrm lib version, it should be 2.1, not 2.0 for tos6.4

* fix(TDI-38351): fix for proxy (#1035)

* fix(TDI-38351): fix tMicrosoftInput failing with Timeout

* Fix initial issue of Proxy settings

* fix(TDI-38351): fix tMicrosoftInput failing with Timeout
2017-03-24 17:35:04 +02:00
Dmytro Sylaiev
5ad91e8fa4 fix(TDI-38442): tFileDelete doesnt trigger errors (on Component Error/on Subjob error) (#1095)
* fix(TDI-38442): tFileDelete doesnt trigger errors

* Add throwing RuntimeException for case when deleting wasn't successfull

* Fix log-levels for errors (new level now is "error" instead of "info")

* fix(TDI-38442): tFileDelete doesnt trigger errors

* Refactoring
2017-03-24 16:18:31 +02:00
nrousseau
4d1a964df6 TDI-38374 : change the reference point for salesforce bundle jar 2017-03-24 16:33:12 +08:00
nrousseau
d00acc2726 TDI-38374 : change the reference point for salesforce bundle jar 2017-03-24 11:33:18 +08:00
pyzhou
a55423bbc5 TDI-38212:upgrade the jar (#1082) 2017-03-24 10:50:12 +08:00
pyzhou
5f251d64d8 TDI-38464: handle Error in code generation. (#1092) 2017-03-24 10:48:26 +08:00
nrousseau
74150081dc TUP-17268: fix radio button
Simple re-use the old code to find the related radio buttons to the same
group, and set the value to false. (moved code to util class)
2017-03-23 14:00:18 +08:00
hwang-talend
b84c7fb8a7 TUP-16639:fix a junit problem (#1089) 2017-03-22 17:36:27 +08:00
Dmytro Sylaiev
af424902e6 fix(TDI-37068): Increase performance of tHashcomponents (#1088)
* fix(TDI-37068): Increase performance of tHashcomponents

* Make changes in the thashfile lib

* clearChildCache method in MapHashFile class now delete used keys from keyMap

* Fix artifactName, source folder in the pom.xml

* Refactoring: replace wildcart concurrency import with ConcurentHashMap directly

* Refactoring: avoid twice-getting value from keyMap
2017-03-22 11:28:30 +02:00
hwang-talend
40c028b3ce Merge pull request #1090 from Talend/bugfix/master/TUP-17315
TUP-17315: Build job with compile error, should be given some tips.
2017-03-22 16:39:47 +08:00
ycbai
5a473f5dde TUP-17095: Job is not properly built when the reference project is
presented
2017-03-22 16:38:17 +08:00
nrousseau
5286025d9d feat(TBD-4707): fix compilation error (renaming) 2017-03-22 13:52:09 +08:00
nrousseau
a9cddd5a76 fix wrong setup of build.properties of excel plugin. 2017-03-22 12:29:02 +08:00
zwxue
773d541adb TUP-17315: Build job with compile error, should be given some tips. 2017-03-22 11:25:27 +08:00
Pierre Bailly-Ferry
4c69aaa08c feat(TBD-4707): Add Google Dataproc context Handling. (#1086)
* feat(TBD-4707): Add Google Dataproc context Handling.

* feat(TBD-4707): Improve naming.
2017-03-21 15:51:37 +01:00
nrousseau
31d9dcf097 TUP-17326: fix tMap for bigdata, since it should not be as virtual (#1087)
component
2017-03-21 14:32:59 +08:00
Yucheng Bai
2adbe617cd Feature/6.4/tup 16698 support context for hadoop conf jar (#1046)
* TUP-17110: remove hadoop confs jars in classpath of bat/shell script.

* TUP-17110: added tHadoopConfManager component.

* TUP-17110: modify codegen part and fix context bugs.

* TUP-17110: fix context problems. add one migration task to adapt old
conf jar. improve some parts.
2017-03-21 11:00:14 +08:00
Rémy DUBOIS
60d480bebd feat(tbd-4623): Support hybrid spark distributions (#1085) 2017-03-20 18:14:31 +01:00
Yucheng Bai
520aa09e90 TUP-17240: Fix wrong Job's dependency list, when component supports (#1084)
multiple runtimes
2017-03-20 17:20:10 +08:00
zwxue
e6476528d8 TUP-17277: Add warning if jobs are locked when version from project
settings.
2017-03-20 17:07:49 +08:00
zwxue
3b0bc0013c TUP-17278: Rename Job Version to Deployment Version. 2017-03-20 17:07:49 +08:00
zwxue
3c879b65c0 TUP-16674: fix repository tree view problem in versioning page. 2017-03-20 17:07:49 +08:00
zwxue
8ad03ec9d7 Merge pull request #1078 from Talend/bugfix/master/TUP-17287
TUP-17287:Preferences: Run/Debug: VM arguments show in wrong way
2017-03-20 16:03:22 +08:00
wchen-talend
e56b56ffab Merge pull request #1074 from Talend/bugfix/6.4/TUP-17196_tOracleSCD_Type0_fields_disappears
TUP-17196:tOracleSCD : Type 0 fields window disappears / invisible in SCD component editor when many columns in Type 1 fields
2017-03-17 18:40:19 +08:00
Dmytro Sylaiev
6be7dfdacb Bugfix/tdi 38351 update axis2 libraries (#1055)
* fix(TDI-38351): update axis2 libraries versions

* Change xml files for 2 components and update some libraries for fix max
* connection pool size problem

* fix(TDI-38351): update axis2 libraries versions

* Fix indents

* Remove parameters comes from master (not nessessary here)

* fix(TDI-38351): update axis2 libraries versions

* Fix tMicrosoftCrmOutput_java.xml parameters

* fix(TDI-38351): update axis2 libraries versions

* Change 6.0.0 version to 6.3.0 (present in the nexus repo) for httpcore
* and for httpclient

* fix(TDI-38351): update axis2 libraries versions

* Delete unnesessary urlpaths

* Update lib version to 20170314 in the org.talend.libraries.crm/pom.xml
2017-03-17 11:45:55 +02:00
zwxue
5ef03e842a Merge pull request #1066 from Talend/bugfix/master/TUP-17255
Bugfix/master/tup 17255
2017-03-17 17:03:13 +08:00
dlin-talend
df8d3f07b1 TUP-17234:Change new branding images for 6.4 (#1076) 2017-03-17 15:40:35 +08:00
Dmytro Sylaiev
ad57fb4d79 Bugfix/tdi 38369 t run job send datatypes to childjob (#1059)
* fix(TDI-38369): Storing contextParams types in job

* Add one more param to evaluate: "--contextType key=type"

* Add class PropertiesWithType extends java.util.Properties

* ContextProperties and evaluated properties extend new one class

* PropertyTypes Map fills only with parent's job context variables

* fix(TDI-38369): Send and process contextTypes

* tRunJob now send --contextType parameters into child job (for
* transmitWholeContext setting)

* tContextDump now process parents contextParams' types for passwords and
* replace with asterisks
2017-03-17 09:31:58 +02:00
chmyga
5f64ccd264 TCOMP-234: modified codegen class to run standalone components' runtimes (#660)
* TCOMP-234: modified codegen class to run standalone components' runtimes.

* feat(TCOMP-234): add support for Standalone components which should be launched only on Driver node
2017-03-17 09:22:38 +02:00
hwang
e81cd8643a TUP-17287:Preferences: Run/Debug: VM arguments show in wrong way 2017-03-17 11:47:25 +08:00
Ihor Istomin
7619531179 Merge pull request #1077 from Talend/bugfix/TDI-38453
bugfix(TDI-38453): Removed legacy NetSuite components to facilitate u…
2017-03-16 15:18:25 +02:00
Ihor Istomin
3f63059194 bugfix(TDI-38453): Removed legacy NetSuite components to facilitate usage of new NetSuite components. 2017-03-16 14:45:46 +02:00
hcyi
ebabcf5ee1 TUP-17196:tOracleSCD : Type 0 fields window disappears / invisible in
SCD component editor when many columns in Type 1 fields
2017-03-16 17:45:57 +08:00
wchen-talend
472a9d2fda TUP-17072 : fix the junit 2017-03-16 17:17:53 +08:00
wchen-talend
84b998e093 TUP-17072: add junit (#1072) 2017-03-16 13:00:08 +08:00
nrousseau
49ce1d774d TUP-17072:Misleading Task Generation Status when jars are missing (#1071) 2017-03-16 11:21:17 +08:00
nrousseau
85686885b2 Revert "Bug/tbd 4639 t hive output sp to ss convert" (#1069)
* Revert "TUP-16639:fix a junit problem (#1065)"

This reverts commit 7fa29e77ea.

* Revert "TBD4649 Process conversion compatible with MR Process (#1054)"

This reverts commit 3e016e8550.
2017-03-16 10:58:59 +08:00
hwang-talend
7fa29e77ea TUP-16639:fix a junit problem (#1065) 2017-03-16 10:52:15 +08:00
lbourgeois
3e016e8550 TBD4649 Process conversion compatible with MR Process (#1054) 2017-03-15 16:01:59 +01:00
Yucheng Bai
f6d13365e6 TUP-17273: issue about Implicit Context load from JDBC metadata (#1067) 2017-03-15 18:25:39 +08:00
yyin-talend
ff164e53dc TDQ-13484 open job with tPatternCheck and tPatternExtract which select
Repository pattern type get error dialog, job can not run--on windows
2017-03-15 16:09:28 +08:00
Mike Yan
198aa366a9 TESB-19053: Fixed to use default process context (#1063)
* TESB-18750: Add ESB runtime server in target exec tab

* TESB-18750: Add JMX implemention for PerformanceMonitor on route running

* TESB-19053: fixed job default run in esb runtime container

* TESB-19053: Fixed to use default process context
2017-03-15 14:29:35 +08:00
hcyi
8b74fbdaf3 Merge pull request #1053 from Talend/bugfix/6.4.1/TUP-17245_rename_connection_label
Bugfix/6.4.1/tup 17245 rename connection label
2017-03-15 14:25:55 +08:00
pyzhou
ee4248c0c6 TDI-38429:Correct the wrong jar name. (#1062) 2017-03-15 14:13:42 +08:00
hwang
0dd0c0e1bd TUP-17255:Context groups once edited, changes it name. 2017-03-15 10:35:01 +08:00
Ivan Gonchar
11b21b6670 chore(TDI-38103): add TCOMP marketo component family 0.18.0-SNAPSHOT (#1060) 2017-03-14 18:17:40 +08:00
Ivan Gonchar
5ba53d8452 chore(TDI-36057): add netsuite component family feature (#1056) 2017-03-14 17:30:09 +08:00
Yucheng Bai
5d67239be8 TUP-17246: OSX hits GC Overhead Error modifying salesforce metadata in (#1057)
jobs
2017-03-14 15:46:35 +08:00
yyin-talend
163817f9be TDQ-11688 make pattern-regex visiable when built-in 2017-03-14 15:45:36 +08:00
wchen-talend
148cb7f1ae Merge pull request #1040 from Talend/bugfix/6.4/TUP-17232_Double_Pipe_delimiter_doesn't_work
TUP-17232:Double Pipe delimiter - doesn't work
2017-03-14 11:51:07 +08:00
wchen-talend
1ef41e33e8 TUP-17245: add junit 2017-03-13 19:21:01 +08:00
wchen-talend
a30ad75e2b TUP-17245:Link names are renamed in jobs as Main1 when migrating from
5.4.1 to 6.2.1
2017-03-13 19:20:15 +08:00
kevin
45ad7b3e03 TUP-6549 tFixFlowInput on the Ubuntu job:show an error when I click add
button before add schema
https://jira.talendforge.org/browse/TUP-6549
2017-03-13 18:14:49 +08:00
hwang
22e960a91a TUP-17255:Context groups once edited, changes it name. 2017-03-13 17:11:53 +08:00
Mike Yan
6cbe91a693 Fixed TESB-19053: ESB runtime test container realted issue (#1052)
* TESB-18750: Add ESB runtime server in target exec tab

* TESB-18750: Add JMX implemention for PerformanceMonitor on route running

* TESB-19053: fixed job default run in esb runtime container
2017-03-13 16:50:09 +08:00
GGu
74f2ef5243 TUP-17276: Hide build type when the build provider <1. (#1051) 2017-03-13 16:36:32 +08:00
wang wei
f692fa51bd fix(TDI-38366): tRedshiftBulkExec doesn't excludes Schema when creating
a temporal table
2017-03-13 16:26:04 +08:00
zwxue
d0206db029 Merge pull request #1042 from Talend/bugfix/master/TUP-17214
TUP-17214:Problem by using joblets from the reference project
2017-03-13 10:32:23 +08:00
wchen-talend
59650e69ee Merge pull request #1044 from Talend/bugfix/6.4/TUP-17198_tMap_filter_after_cleanfilter_result_cannot_update
TUP-17198:tMap filter: After clean filter condition, the filtered result cannot update(TUP-17197)
2017-03-13 09:44:46 +08:00
wang wei
5e08935ed4 fix(TDI-38093): Create Generic tJDBCSCDELT Component 2017-03-10 18:48:53 +08:00
Ivan Gonchar
535221ae57 Merge pull request #1037 from Talend/bugfix/6.4/TDI-38348-tContextLoad_Logs_Display_Passwords
fix(TDI-38348): Add context variables typechecking before printing
2017-03-10 12:46:16 +02:00
wchen-talend
e8bd7683db Bugfix/6.4.1/tup 17231 tmap match mode (#1045)
* TUP-17231:tMap changes match mode after edit

* TUP-17231:add junit test
2017-03-10 14:33:05 +08:00
pyzhou
362cb3f072 TDI-37831:Add Support for ExaSol 6 (#952) 2017-03-10 14:31:56 +08:00
hcyi
f576288d1d TUP-17198:tMap filter: After clean filter condition, the filtered result
cannot update(TUP-17197)
2017-03-10 11:32:39 +08:00
hwang
044f20968d TUP-17214:Problem by using joblets from the reference project 2017-03-10 11:25:33 +08:00
hcyi
84c76e129b TUP-17262:tMap filter improve: redraw the text control if height is not
enough.
2017-03-09 18:27:50 +08:00
hwang
cce76bab43 TUP-17214:Problem by using joblets from the reference project 2017-03-09 17:25:57 +08:00
yyin-talend
6fb87d81f5 TDQ-11688: use command to replace use service to modify the job
directly, and fix one problem found.
2017-03-09 16:54:08 +08:00
yyin-talend
e3ba2abe5e TDQ-11688 Propagate changes from the pattern to jobs 2017-03-09 16:54:08 +08:00
hwang-talend
f1dbee9058 TUP-17194:Error with a job using nested joblets with MDM components (#1041) 2017-03-09 11:58:33 +08:00
hcyi
8b59187b9a TUP-17232:Double Pipe delimiter - doesn't work and add some junits 2017-03-08 17:04:22 +08:00
Anas KHABALI
1915ba9a3e fix(TDI-38294) migration task for jobs using azureBlob cpt to tcomp (#1024)
This migration task move jobs, using Azure Blob components, from old
format to new TCOMP format

* tAzureStorageConnection
* tAzureStorageContainerCreate
* tAzureStorageContainerDelete
* tAzureStorageContainerExist
* tAzureStorageDelete
* tAzureStorageGet
* tAzureStorageList
* tAzureStoragePut
2017-03-08 09:53:12 +01:00
hcyi
c5c4d9ab70 TUP-17232:Double Pipe delimiter - doesn't work 2017-03-07 18:02:53 +08:00
ycbai
922c242f67 TUP-17176: set modules from "HOTLIBS" as dynamic. 2017-03-07 14:10:27 +08:00
GGu
85ad347109 TUP-16719: Hide osgi tmp, because need recheck for ESB. 2017-03-07 11:46:14 +08:00
GGu
f4247f990d Merge pull request #960 from Talend/feature/6.4.1/TUP-16719_deployment_options
TUP-16719: maven  deployment options
2017-03-07 11:06:04 +08:00
Mike Yan
35453609d9 TESB-18750: Add JMX implemention for PerformanceMonitor on route running (#1038)
* TESB-18750: Add ESB runtime server in target exec tab

* TESB-18750: Add JMX implemention for PerformanceMonitor on route running
2017-03-07 10:50:24 +08:00
pyzhou
c5d23ba8ca TDI-38346:Refactor WebServiceInsert.jar form Ant to Maven. (#1023)
* TDI-38346:Refactor WebServiceInsert.jar form Ant to Maven.

* TDI-38346:Remove old project.

* TDI-38346:Amend the pom.
2017-03-07 10:22:22 +08:00
Irene Wang
6d4eb8a1fd Use proxy repo to talend-update 2017-03-03 14:51:13 +01:00
Dmytro Sylaiev
34f5480402 fix(TDI-38348): Add context variables typechecking
* Before print load-logs to the console component now checks the type

* If type is Password - replace all symbols with '*'
2017-03-03 13:10:50 +02:00
zwxue
f8e9f9dedc Merge pull request #1026 from Talend/bugfix/master/TUP-17201
TUP-17201:Upgrade issue with Jobs referencing joblets from a reference
2017-03-03 17:15:21 +08:00
hwang
44f7255836 TUP-17201:Upgrade issue with Jobs referencing joblets from a reference 2017-03-03 17:13:09 +08:00
zwxue
49900c82e5 Merge pull request #1005 from Talend/bugfix/master/TUP-17185
TUP-17185:"Auto-Conversion of Types" does not work with columns in
2017-03-03 16:56:25 +08:00
zwxue
aab7320c37 TUP-17003: optimize UI. 2017-03-03 16:48:33 +08:00
wchen-talend
09c130e368 Merge pull request #1004 from Talend/bugfix/6.4/TUP-17074_Warning_when_Having_SQM_Query_Comments
TUP-17074:Unexpected tOracleInput Warning when Having SQM Query Comments
2017-03-03 14:35:29 +08:00
dmytro-sylaiev
5c5a51260c fix(TDI-35306): Add support of cursors in tJDBCInput components for M… (#1022)
* fix(TDI-35306): Add support of cursors in tJDBCInput components for MySQL

* (New versions of MySQL support's setFetchSize for cursor)

* setFetchSize() code now generates even for mysql connector

* add case-insensitive string "contains" check
2017-03-03 12:57:33 +08:00
zshen-talend
61d1e6a63a bug fixed TDQ-13053 fixed nullPointerException with mutilpass case (#1000) 2017-03-02 17:17:00 +08:00
hwang
0cf8b5c385 TUP-17201:Upgrade issue with Jobs referencing joblets from a reference
project.
2017-03-02 11:48:49 +08:00
pyzhou-talend
44c9710a04 TDI-38212: Upgrade the WebServiceInput.jar 2017-03-01 11:36:03 +08:00
wchen-talend
8667def052 Merge pull request #1018 from Talend/bugfix/6.4/TUP-17195_tMap_can't_batch_change
TUP-17195:tMap: can't batch change the expressions for the attached job
2017-03-01 10:01:41 +08:00
zwxue
fc0caac1f7 TUP-17044: fix some bugs. 2017-02-28 18:01:59 +08:00
wang wei
0082a9e908 update the pom to adapter the new talend maven nexus repository(or only (#1019)
change a name mapping)
2017-02-28 17:29:58 +08:00
hcyi
1cfc09abf0 TUP-17195:tMap: can't batch change the expressions for the attached job 2017-02-28 16:41:57 +08:00
pyzhou
160d8a103c TDI-38212:tWebServiceInput returning empty result (#993)
* TDI-38212:tWebServiceInput returning empty result

* TDI-38212: Insert into single row instead of multiple.

* TDI-38212: Clean unused import.
2017-02-28 15:52:27 +08:00
GGu
c73439b8a8 TUP-16719: try to save the process editor directly 2017-02-28 14:55:29 +08:00
GGu
589ba33f84 TUP-16719: Fix the NPE for active editor. 2017-02-28 14:42:20 +08:00
GGu
7f1ddd64d4 TUP-16719: fix the i18n for build type. 2017-02-28 11:45:28 +08:00
zwxue
86ed9d8a4c TUP-17158: The layout of Deployment is not good for my linux in Job
Setting view.
Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/views/jobsettings/tabs/DeploymentComposite.java
2017-02-28 11:25:34 +08:00
zwxue
691cfc7398 TUP-16674: Add header comments. 2017-02-28 11:16:31 +08:00
GGu
1f5ab2a770 TUP-17150: when build or run, use the right build type. 2017-02-28 11:13:37 +08:00
GGu
b3deb2d078 TUP-17150: when build job, still use old way temp, and when run, will be
standalone only.
2017-02-28 11:13:34 +08:00
GGu
d6c808f3dc TUP-16719: impl the export type when build. 2017-02-28 11:13:31 +08:00
GGu
ba9f48c3d6 TUP-17000:Impl the build handler for standalone. 2017-02-28 11:13:29 +08:00
GGu
d50257dc8f TUP-16779: Add osgi build provider test. 2017-02-28 11:13:26 +08:00
GGu
fa3ce1e499 TUP-16779: move osgi pom template to se. 2017-02-28 11:13:23 +08:00
GGu
cb9cfc2106 TUP-16779: add junit tests for build providers. 2017-02-28 11:13:21 +08:00
GGu
46f86f3e7f TUP-16779: Add OSGi bundle build provider. 2017-02-28 11:13:18 +08:00
GGu
d853e85f76 TUP-16779: Add route test case build provider. 2017-02-28 11:13:15 +08:00
GGu
8d9fdb2f25 TUP-16779: If no build provider, will use old way to create pom. 2017-02-28 11:13:12 +08:00
GGu
21954eb7b5 TUP-17000: Impl build handler for standalone. 2017-02-28 11:13:10 +08:00
GGu
6c9dc3836b TUP-16779: Change the build parameters. 2017-02-28 11:13:07 +08:00
GGu
380e10605a TUP-16779: impl the pom creator for standalone. 2017-02-28 11:13:04 +08:00
zwxue
f55ebc28fc TUP-17044: Add Versioning in project settings. 2017-02-28 10:20:42 +08:00
zwxue
8876095d8d TUP-17003: Add Deployment tab in job setting view. 2017-02-28 10:20:38 +08:00
iwangtalend
ad8d2baa83 Merge pull request #1012 from Talend/feature/DEVOPS-1729/master_nexus
DEVOPS-1729 Nexus migration: Update URLs [master]
2017-02-28 00:18:12 +01:00
build-talend
6f11b1fca0 DEVOPS-1729 Nexus migration: Update URLs 2017-02-27 17:32:50 +01:00
hwang
569713403b TUP-17185:"Auto-Conversion of Types" does not work with columns in 2017-02-27 18:12:54 +08:00
hwang
7cd3c81ece TUP-17185:"Auto-Conversion of Types" does not work with columns in
multi-byte characters
2017-02-27 16:29:00 +08:00
hcyi
b0ac339ff6 TUP-17074:Unexpected tOracleInput Warning when Having SQM Query Comments 2017-02-27 15:53:11 +08:00
nrousseau
0ea883e524 Revert "TUP-16710:Update Excel components to support Excel 2016/next version" (#1003) 2017-02-24 22:58:49 +08:00
chmyga
1f8d72b160 feat(TDI-35388): handle ExpiredSecurityTokenException (#1002)
* feat(TDI-35388): handle ExpiredSecurityTokenException

* Add reconnect timeout and retries parameters to MS CRM components

* Update mscrm library version in libraries pom.xml

* Update mscrm library version in components xml

* feat(TDI-35388): handle ExpiredSecurityTokenException

* Set the smallest value of reconnect retries to 0
2017-02-24 09:03:42 +02:00
hcyi
ab08561f3b Feature/6.4/tup 16703 centralize spark properties (#999)
* TUP-17141:The advanced properties will populate the spark properties
table in the Spark configuration of Run tab,add context
support(TUP-16703)

* TUP-17152:Refactoring GUI part of Spark properties in the cluster,fix
some other bugs to improve(TUP-16703)
2017-02-23 17:33:06 +08:00
zwxue
7280d65371 Merge pull request #1001 from Talend/bugfix/master/TUP-17093_errormessage
TUP-17093:[Talend Studio] Compilation error not shown on a box
2017-02-23 17:13:36 +08:00
hwang
1d41204a5f TUP-17093:[Talend Studio] Compilation error not shown on a box 2017-02-23 17:09:38 +08:00
chmyga
600a3c67aa Merge pull request #996 from Talend/feature/6.4/TDI-35388_expired_token_handling
feat(TDI-35388): handle ExpiredSecurityTokenException
2017-02-23 08:32:52 +02:00
nrousseau
e10dcb13b8 TUP-17080: fix the resolution of jars (review fix) 2017-02-23 11:34:19 +08:00
Dmytro Chmyga
60d32ed6c1 feat(TDI-35388): handle ExpiredSecurityTokenException
* Add reconnect timeout and retries parameters to MSCRMClient
2017-02-22 16:06:33 +02:00
dmytro-sylaiev
7c147a0744 Merge pull request #998 from Talend/bugfix/6.4/TDI-38213_poor_performance_of_tPivotToColumns_Delimited
fix(TDI-38213): poor performance of tPivotToColumnsDelimited
2017-02-22 13:13:51 +02:00
Dmytro Sylaiev
5a84546c34 fix(TDI-38213): Poor performance of tPivotToColumnsDelimited
* Add main part of component to commit.

* Small refactoring: rename variables, delete commented code
2017-02-22 12:30:25 +02:00
nrousseau
bdcc4d2f19 TUP-17080: fix the resolution of jars (simplify current fix) 2017-02-22 18:28:59 +08:00
Dmytro Sylaiev
afc0bbc2fa fix(TDI-38213): poor performance of tPivotToColumnsDelimited
* Substitute groupKeys List with groupKeys LinkedHashSet

* Add iterators
2017-02-22 11:36:49 +02:00
Anas KHABALI
b77618bbe6 fix(TDI-38232): fix the indexoutofboud while adding elements to branch (#988) 2017-02-22 09:38:04 +01:00
pyzhou
72aeae227b TDI-38279:Remove the old Azure components. (#997) 2017-02-22 15:37:40 +08:00
Dmytro Chmyga
5e7ea69063 feat(TDI-35388): handle ExpiredSecurityTokenException
* Add wrapper for OrganizationServiceStub

* Implement automatic token renewal

* Increment talend-mscrm lib version
2017-02-22 07:41:29 +02:00
GGu
278876a691 TUP-17139: change the junit package to org.talend 2017-02-22 10:15:54 +08:00
hcyi
9350f93e29 Merge pull request #991 from Talend/bugfix/6.4.1/TUP-17120_sapbapi_output_reoder
Bugfix/6.4.1/tup 17120 sapbapi output reoder
2017-02-22 10:04:49 +08:00
nrousseau
67627e52f7 TUP-17080: fix maven resolution for dependencies with splitted
components
2017-02-21 17:32:11 +08:00
GGu
faed222fd9 TUP-17139: fixed the problem for wrong renaming expression. (#995) 2017-02-21 16:48:02 +08:00
wchen-talend
3c791d58db Merge pull request #982 from Talend/feature/6.4/TUP-5330_tMap_Batch_Change_Expressions
TUP-5330:tMap - Batch Change of Expressions
2017-02-21 16:34:40 +08:00
zwxue
767636aa8f Merge pull request #987 from Talend/feature/master/TUP-16710
TUP-16710:Update Excel components to support Excel 2016/next version
2017-02-21 16:11:36 +08:00
zwxue
e4cd301ddb Merge pull request #994 from Talend/bugfix/master/TUP-17093
TUP-17093:[Talend Studio] Compilation error not shown on a box
2017-02-21 14:23:10 +08:00
hwang
74a579bdd2 TUP-17093:[Talend Studio] Compilation error not shown on a box 2017-02-21 12:15:19 +08:00
Ivan Gonchar
fd8a0383b2 Merge pull request #896 from Talend/feature/6.4/TCOMP-230_flowvariables
feat(TCOMP-230): add flow varibles support
2017-02-20 16:08:56 +02:00
hcyi
ca5f1e575e Merge pull request #950 from Talend/feature6.4/TUP-16673_Provide_Filters_in_tMap_component_
feature TUP-16673:Provide Filters in tMap component
2017-02-20 18:41:46 +08:00
Mike Hirt
bb67c898c1 Update README.md 2017-02-20 10:33:30 +01:00
guol
037682a847 TUP-16673 improve code & fixed refresh perference problems 2017-02-20 16:10:25 +08:00
wchen-talend
bbb1cac632 TUP-17120: add junit 2017-02-17 17:33:02 +08:00
wchen-talend
864228270a TUP-17120:Changing the order of output rows from tSAPBapi component
breaks the code generation
2017-02-17 17:32:15 +08:00
Mike Yan
1e1141e71e TESB-18750: Add ESB runtime server in target exec tab (#989) 2017-02-17 16:52:13 +08:00
pyzhou
48d6b7a325 TDI-38235:Remove useless Encoding option. (#990) 2017-02-17 16:21:26 +08:00
Chen Bin
9f389d9465 TBD-4538: support allowLargeResult for tBigQueryInput(DI) component 2017-02-17 11:52:39 +08:00
nrousseau
a7c6f37881 TUP-17128: fixed the installation of component from exchange 2017-02-16 18:50:40 +08:00
Ivan Gonchar
43fc0e7763 Merge pull request #983 from Talend/feature/6.4/TCOMP-230_codegenUtils
fix(TCOMP-230): fix NPE problem in case of empty Iterable returned fr…
2017-02-16 12:44:26 +02:00
wang wei
2946a12625 TDI-37582: tSAPBapi does not return data when BAPI name contains a
namespace
https://jira.talendforge.org/browse/TDI-37582
2017-02-16 17:49:10 +08:00
wang wei
d656619d20 fix(TDI-37582): make the build and install process auto, the jar will be
pushed to talend newbuild maven repository by a jenkins job, then other
plugin can fetch it by the maven path when talend studio build process
2017-02-16 17:49:08 +08:00
pyzhou
4e8ee36187 TDI-38197: Performance issue for tMssqlOutput. (#981)
* TDI-38197: Performance issue for tMssqlOutput.

* TDI-38197:Simplify code and restore NB_LINE.
2017-02-16 16:35:02 +08:00
hwang
0f1c4d4446 TUP-16710:Update Excel components to support Excel 2016/next version 2017-02-16 16:32:10 +08:00
ycbai
176f783201 Fix problem of junit:
org.talend.designer.core.generic.utils.ComponentsUtilsTest.testGetParametersFromForm
2017-02-16 16:02:52 +08:00
zwxue
b967d7d527 Merge pull request #977 from Talend/bugfix/master/TUP-17091
TUP-17091:Unexpected Warning with tOracleOutput when Parallel Execution
2017-02-16 14:38:58 +08:00
Yucheng Bai
6fda07277a TUP-16792: can not select all salesforce modules in wizard from v6.2.1 (#985) 2017-02-16 11:46:35 +08:00
zwxue
f763522297 Merge pull request #984 from Talend/bugfix/master/TUP-17093
TUP-17093:[Talend Studio] Compilation error not shown on a box
2017-02-16 11:37:00 +08:00
hwang
8e768d6936 TUP-17093:[Talend Studio] Compilation error not shown on a box 2017-02-16 11:08:25 +08:00
Ivan Honchar
4468771cb5 fix(TCOMP-230): fix NPE problem in case of empty Iterable returned from wrapped Writer 2017-02-15 18:00:23 +02:00
Ivan Honchar
82455b1636 fix(TCOMP-230): fix compilation errors 2017-02-15 17:45:05 +02:00
Ivan Honchar
eb16aa3dad feat(TCOMP-230): add flow varibles support 2017-02-15 17:45:05 +02:00
hcyi
5521f7b81c TUP-5330:tMap - Batch Change of Expressions 2017-02-15 17:34:10 +08:00
cmeng-talend
f90a692f64 TUP-17099 fix: Studio blocked after click refresh button
https://jira.talendforge.org/browse/TUP-17099
2017-02-15 15:39:18 +08:00
wang wei
9a909075a3 fix(TDI-38230): NoSuchFieldError When Using Amazon S3 and Google Cloud
Storage Components in One Job
2017-02-15 14:15:16 +08:00
jzhao
5f705f078e fix(TDI-38114): data file location incorrect in manifest file for
tQuickSightOutputBulkExec
2017-02-15 11:27:42 +08:00
Pierre Teyssier
3da325f1cc TDI-29152 : Create additional components to support Azure Blob and Azure Queues
- fix missing jar in NB
2017-02-14 18:41:53 +08:00
jzhao
4851905ac3 feat(TDI-38114): Amazon quicksight (#979)
* add Amazon quicksight components
2017-02-14 04:14:38 -06:00
pyzhou
2c2d15b356 TDI-38177:tFileDelimitedOutput compile error if split every is empty. (#974) 2017-02-13 17:36:48 +08:00
pyzhou
3a725350fb TDI-38154:tOracleBulkExec Error in the CTL file generated (#957) 2017-02-13 17:36:25 +08:00
hwang
13c33ab773 TUP-17091:Unexpected Warning with tOracleOutput when Parallel Execution
is Enabled
2017-02-13 16:02:30 +08:00
guol
1eefc17958 feature 6.4 TUP-16673 fixed linux/windos resize issue & fixed filter
status
2017-02-13 15:00:13 +08:00
zwxue
8edf390d6e Merge pull request #975 from Talend/bugfix/master/TUP-16584
TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No
2017-02-13 11:09:15 +08:00
zwxue
907f9e195e Merge pull request #976 from Talend/bugfix/master/TUP-17068
TUP-17068:Use a joblet more than once in job, the component id is wrong.
2017-02-13 11:08:05 +08:00
hwang
f39c7d492c TUP-17068:Use a joblet more than once in job, the component id is wrong. 2017-02-10 18:04:55 +08:00
pyzhou
ff4d0c9483 TDI-38110 : Google Components: Adding Partner Data Tracking in GCS (#970)
* TDI-38110:Adding Partner Data Tracking for tBigQueryBulkExec

* TDI-38110:Adding Partner Data Tracking in GCS

* TDI-38110:Adding Partner Data Tracking in Google Drive components.

* Revert "TDI-38110:Adding Partner Data Tracking in Google Drive components."

This reverts commit 6d04150cfd.

* Revert "TDI-38110:Adding Partner Data Tracking in GCS"

This reverts commit 6ac9037647.

* Revert "TDI-38110:Adding Partner Data Tracking for tBigQueryBulkExec"

This reverts commit ff19911d22.

* TDI-38110:Google Components: Adding Partner Data Tracking in GCS

* TDI-38110:Remove the redundance semicolon。
2017-02-10 17:49:01 +08:00
pyzhou
1252dfe969 TDI-38166 : tPOP component throws an exception when deleting emails using imap (#973)
* TDI-38166:tPOP component throws an exception when deleting emails imap

* TDI-38166: Add Massimiliano Rizzato to hall of fame.
2017-02-10 15:39:10 +08:00
hwang
ebdbc1a3be TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No
escape character works [MacOS]
2017-02-10 14:53:13 +08:00
hcyi
262315da84 Merge pull request #972 from Talend/bugfix/6.4.1/TUP-17048_tunit_schema
TUP-17048:Warning about schema attached to tUnite component while no
2017-02-10 10:52:41 +08:00
hcyi
bde3839a86 Merge pull request #971 from Talend/bugfix/6.4.1/TUP-17032_code_line_number
TUP-17032:Lines Numbers do not appear In Talend Studio Code View
2017-02-10 10:08:15 +08:00
chmyga
6a0a7671d1 Merge pull request #963 from Talend/bugfix/6.4/TDI-37987_tMicrosoftCrmOutput_NullPointerException
Bugfix/6.4/tdi 37987 t microsoft crm output null pointer exception
2017-02-09 14:31:48 +02:00
Dmytro Chmyga
44cddf2f95 Merge branch 'master' into bugfix/6.4/TDI-37987_tMicrosoftCrmOutput_NullPointerException 2017-02-09 14:30:11 +02:00
guol
06f35fd321 TUP-16673 improve code & fix linux resize table issue & fix icon display
issue
2017-02-09 19:15:33 +08:00
wang wei
fe70f2e426 fix(TDI-38094): Add Action on Table to tELTJDBCOutput 2017-02-09 17:56:55 +08:00
wang wei
f690d70d31 fix(TDI-38094): only remove the unuseful code and format the javajet 2017-02-09 17:56:52 +08:00
pyzhou
a2dc8f1ccf TDI-37772: tFileOutputDelimited prevent overwriting existing file. (#958)
* TDI-37772: tFileOutputDelimited prevent overwriting existing file.

* TDI-37772:Correct file name.

* TDI-37772 : Amend the ErrorMessage of Exception.
2017-02-09 15:38:34 +08:00
wchen-talend
f4582278c3 TUP-17048:Warning about schema attached to tUnite component while no
difference found in schema editor
2017-02-09 14:52:30 +08:00
wchen-talend
271edfbb64 Merge pull request #967 from Talend/bugfix/6.4/TUP-17058_ELT_Map_Queries_problems
TUP-17058:ELT Map Queries : error on fields in query
2017-02-09 11:13:33 +08:00
wchen-talend
ff5bc30a01 TUP-17032:Lines Numbers do not appear In Talend Studio Code View 2017-02-09 11:10:38 +08:00
hcyi
669ca37ede Merge pull request #962 from Talend/bugfix/6.4.1/TUP-17033_eltmap_remove_output
TUP-17033:Unable to edit tELTMSSqlMap anymore after removing output
2017-02-09 10:03:54 +08:00
guol
5e169ad3fa TUP-16673 improve code and update 2017-02-08 19:10:03 +08:00
guol
49dcb4368d TUP-16673 improve code and update 2017-02-08 18:57:45 +08:00
pyzhou
568f5c226a TDI-37755:Using the origin replaceCRLFInMEMO_SQL method. (#969) 2017-02-08 15:17:27 +08:00
hcyi
5b4d109c1f Merge pull request #968 from Talend/bugfix/6.4.1/TUP-16061_download_not_related_jar
TUP-16061:not related jar asked to download when use oracle 11
2017-02-08 09:49:19 +08:00
wchen-talend
d663fe7b99 TUP-16061:not related jar asked to download when use oracle 11 2017-02-07 18:10:22 +08:00
hcyi
d13e5c95cf TUP-17058:ELT Map Queries : error on fields in query 2017-02-07 17:27:31 +08:00
hcyi
962650d6a8 Merge pull request #965 from Talend/bugfix/6.4.1/TUP-17054_npe_refact_joblet
TUP-17054:Refactor to joblet fail.
2017-02-07 17:25:13 +08:00
wchen-talend
82f8c9f53f TUP-17054:Refactor to joblet fail. 2017-02-07 17:07:58 +08:00
hcyi
9db7447209 Merge pull request #961 from Talend/bugfix/6.4.1/TUP-5958_tXMLMap_input_pattern
TUP-5958:tXMLMap: Pattern is hidden for input
2017-02-07 10:20:35 +08:00
Dmytro Chmyga
0099467842 fix(TDI-37987): tMicrosoftCrmOutput has NullPointerException
* Add migration task
2017-02-06 13:48:28 +02:00
Dmytro Chmyga
c7e49e3d2d fix(TDI-37987): tMicrosoftCrmOutput has NullPointerException
* Add "Ignore null" property

* Add ignoring null values code

* Add fix for NPE when set primitive value from null(Online 2011 API)
2017-02-06 13:32:12 +02:00
wchen-talend
23b190870c TUP-17033:Unable to edit tELTMSSqlMap anymore after removing output 2017-02-06 17:45:22 +08:00
Yucheng Bai
15cbe1a7ab TUP-16778: Make Studio compatible with new TCOMP API for properties reference (#942)
* TUP-16778: Make Studio compatible with new TCOMP API for properties
reference

* TUP-16778: fix compile errors of codegen.
2017-02-06 16:59:03 +08:00
wchen-talend
840c2d855f TUP-5958:tXMLMap: Pattern is hidden for input 2017-02-06 14:42:06 +08:00
pyzhou
b3d8f69e65 TDI-37712: Revert commit f347eb0599 (#959) 2017-02-04 17:46:48 +08:00
Diya Muliyil
1e8e7be62b [TESB-18799]rename cCXF component to cSOAP (#953) 2017-02-03 15:03:44 +08:00
Diya Muliyil
5ed7a57d4d [TESB-18761] Rename cCXFRS component to cREST (#956) 2017-02-03 14:53:55 +08:00
hwang-talend
0c469650cb Merge pull request #951 from Talend/bugfix/master/TUP-16318
TUP-16318:Password field in connection components should not mask global
2017-01-25 10:39:44 +08:00
hwang
910db6f716 TUP-16318:Password field in connection components should not mask global 2017-01-25 10:34:02 +08:00
hwang-talend
f1b9d86500 Merge pull request #949 from Talend/bugfix/master/TUP-16318
TUP-16318:Password field in connection components should not mask global
2017-01-25 10:14:28 +08:00
guol
a07906f880 feature TUP-16673:Provide Filters in tMap component 2017-01-24 19:02:47 +08:00
hwang
9248dcd264 TUP-16318:Password field in connection components should not mask global
variables only string
2017-01-24 18:54:45 +08:00
chmyga
8ca2279e4e feat(TDI-38068): integrate snowflake component (#948) 2017-01-24 18:36:00 +08:00
wchen-talend
600f57f694 TUP-16108:joblet in job , not support copy/paste if joblet contain (#947)
joblet component (input/output)
2017-01-24 17:50:57 +08:00
cmeng-talend
f1258aa623 TUP-16796 fix: Can't run any jobs after build a job which have
compilation error
https://jira.talendforge.org/browse/TUP-16796
2017-01-24 15:03:54 +08:00
zwxue
c91a73424d Merge pull request #946 from Talend/bugfix/master/TUP-16410
Bugfix/master/tup 16410
2017-01-24 10:18:54 +08:00
hwang
a69b529001 TUP-16410:JSON Wizard and Studio hangs when loading a big JSON file 2017-01-23 18:31:11 +08:00
nrousseau
a63bb06379 TUP-16598: add missing plugin.xml 2017-01-23 17:54:38 +08:00
hwang
3893ddf345 TUP-16410:JSON Wizard and Studio hangs when loading a big JSON file 2017-01-23 17:41:56 +08:00
pyzhou
49bf861d05 TDI-37755:compile error when "+" sign for concatenating string exists (#894)
* TDI-37755:compile error when "+" sign for concatenating string exists

* TDI-37755: Only replace the line separator in double quote.

* TDI-37755: Correct Format.

* TDI-37755:Fix this issue base on NodeUtil.replaceCRLFInMEMO_SQL()

* TDI-37755: Move the redundancy code to NodeUtil.
2017-01-23 12:12:16 +08:00
pyzhou
7cd9101f99 Bug/6.3.1/tdi 37712 (#802)
* TDI-37712 : tFileInputPositional : length is not correct with the option

* TDI-37712 : correct format issue.

* TDI-37712: Rebuild the file_enhanced_20070724.jar in java 1.7

* TDI-37712:Add the condition to make the generated code clearly.
2017-01-22 11:22:36 +08:00
wchen-talend
ce2148100c TUP-16196:For status management and version management, if check "Job (#944)
Designs" on the left, only show standard job on the right
2017-01-20 17:53:29 +08:00
wchen-talend
dafea42fe7 TUP-16061:not related jar asked to download when use oracle 11 (#943) 2017-01-20 17:46:38 +08:00
hwang-talend
043b21b1d8 Merge pull request #938 from Talend/bugfix/master/TUP-16771
TUP-16771: slow when open routines.
2017-01-20 14:51:33 +08:00
pyzhou
c4462a71b8 TDI-38131:error message for tRunjob is not complete in tLogCatcher's output (#941) 2017-01-20 14:49:41 +08:00
jzhao
5f6aacca06 TDI-38108:Add tSQSMessageDelete/tSQSMessageChangeVisibility and updated
tSQSInput
https://jira.talendforge.org/browse/TDI-38108

* add tSQSMessageDelete/tSQSMessageChangeVisibility

* add custom max return number for tSQSInput

* change some parameters show value in i18n

* change parameters order in i18n
2017-01-20 13:44:12 +08:00
pyzhou
804be6f485 TDI-37833:tEXAOutput component does not support dynamic schema (#940) 2017-01-20 10:52:16 +08:00
zwxue
60c0403c4a TUP-16771: slow when open routines. 2017-01-18 11:37:26 +08:00
jzhao
50feff3a4c feat(TDI-35748):salesforce connection save and reuse session (#916)
* migration from old framework
* add directory mapping with widget type
2017-01-17 18:50:04 +08:00
Yucheng Bai
7a8aa34c62 TUP-16774: File Widget of session directory in metadata for salesforce (#937) 2017-01-17 17:34:56 +08:00
xqliu-talend
6cd9138f00 TDQ-13120 wrong GID in multipass swoosh 2017-01-17 14:56:59 +08:00
Jan Lolling
4b8c41a135 TDI-38122 Feature: tEXARow enable NB_LINE counters (#929)
* TDI-38122 Feature: tEXARow enable NB_LINE counters

* Make the counter available as globalMap vars within the the flow.

* Label text more clear
2017-01-17 11:57:50 +08:00
GGu
420d518bc5 TUP-16598: set the bundle to singleton. 2017-01-17 10:37:33 +08:00
GGu
746d39131f TUP-16695: add TimeMeasure function for build job, export item, run job. (#921) 2017-01-17 10:01:57 +08:00
zwxue
39626c46bc TUP-16746: Excel file metadata : Error "Unable to recognize OLE stream" (#934)
when reading XLSX file.
2017-01-16 16:43:11 +08:00
wang wei
86e0adb1b6 fix(TDI-38038): update tAdvancedHash to remove
"advancedPersistentLookupLib-1.jar"
2017-01-16 16:08:40 +08:00
Yucheng Bai
6247096180 TUP-16757: Can not drag salesforce metadata into standard job. (#933) 2017-01-16 14:25:19 +08:00
dlin-talend
5e3a850343 TUP-16598: add codegenutil to org.talend.libraries.custom and set to (#928)
component framework by default
2017-01-16 10:33:57 +08:00
hwang-talend
fe0c311991 Merge pull request #930 from Talend/bugfix/master/TUP-5622
TUP-5622: after migration, comments are not applied to each group.
2017-01-16 10:28:27 +08:00
zwxue
c8947ce39d TUP-5622: after migration, comments are not applied to each group. 2017-01-13 15:32:51 +08:00
Pingwen Lin
9acef82b95 TMDM-10433 : Data Services with MDM Connection - behaviour change from 6.1.1 (#913) 2017-01-13 13:48:20 +08:00
wang wei
ff9fc98131 fix(TDI-33559): tAccessXX don't work when access database encrypted 2017-01-12 16:39:40 +08:00
zwxue
da2f3a5cf2 Merge pull request #927 from Talend/bugfix/master/TUP-16724
TUP-16724:Drag joblet to job, there is no corresponding context in job
2017-01-12 16:15:44 +08:00
zwxue
98a4f5d529 Merge pull request #920 from Talend/bugfix/master/TUP-1722
TUP-1722:In Open studio license information leads to an Not found page
2017-01-12 14:31:17 +08:00
hwang
96239c31f6 TUP-16724:Drag joblet to job, there is no corresponding context in job
context view
2017-01-12 13:58:33 +08:00
pyzhou
66281ea6a7 TDI-38048: Add setCharset method. (#922) 2017-01-11 17:32:58 +08:00
hwang-talend
99eb2d9c78 TUP-16639:Impossible to filter components from the new framework (#905)
* TUP-16639:Impossible to filter components from the new framework

* TUP-16639:Impossible to filter components from the new framework

* TUP-16639:Impossible to filter components from the new framework
2017-01-11 10:22:44 +08:00
hwang-talend
1b4a357341 TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No (#925)
* TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No
escape character works [MacOS]

* TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No #925

* TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No #912
2017-01-10 14:05:26 +08:00
SunChaoqun
11207ef65b TESB-18147:java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getContainingClass() (#923)
* TESB-18147:java.lang.NoSuchMethodError:
org.springframework.core.MethodParameter.getContainingClass()

* TESB-18147:java.lang.NoSuchMethodError:
org.springframework.core.MethodParameter.getContainingClass()
2017-01-10 11:36:28 +08:00
zwxue
d744ab0261 Merge pull request #912 from Talend/bugfix/master/TUP-16584
TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No
2017-01-06 18:19:20 +08:00
jzhao
3483e02bb2 fix(TDI-34440): compile error in tNetsuiteOutput/tNetsuiteInput 2017-01-06 14:04:54 +08:00
Yucheng Bai
211a799f35 TUP-16665: Repository link on Spark Configuration incorrect when (#919)
dragging database to job
2017-01-05 18:45:23 +08:00
hwang
157920f7d0 TUP-1722:In Open studio license information leads to an Not found page 2017-01-05 18:15:13 +08:00
Liu Xinquan
5e28bc6f69 Merge pull request #918 from zshen-talend/master
bug fixed TDQ-12896 support get dbname or schema from exist connection
2017-01-05 15:30:22 +08:00
zshen
1d414e0c08 bug fixed TDQ-12896 support get dbname or schema from exist connection
node
2017-01-05 15:25:08 +08:00
wchen-talend
eb68297572 TUP-16671:AMC database repository connect doesn't grab all context (#911)
groups
2017-01-04 17:58:17 +08:00
hwang
613f4d7d51 TUP-16584:Job run Tab >> Advanced Settings >> Add JVM argument - No
escape character works [MacOS]
2017-01-04 10:16:12 +08:00
Vladimir Bogatyrov
3613093e40 [TESB-17836] Disable Swagger scan to make it work in OSGi environment 2017-01-03 21:11:38 +02:00
Irene Wang
ac7ff1a66c DEVOPS-1593 Add distributionManagement 2017-01-03 09:36:53 +01:00
Chao MENG
7660f6b3cc TUP-16616 fix: Error "java.util.ConcurrentModificationException" when (#903)
connecting to studio
https://jira.talendforge.org/browse/TUP-16616
2017-01-03 11:45:03 +08:00
wchen-talend
e1edc0bc2c TUP-4640:Created in Temp but not removed (#908) 2017-01-03 10:45:44 +08:00
kjwang-talend
055211b42d TUP-15678 Fix Job icon and style is displayed as standard when I use (#910)
find components for Map reduce job components
https://jira.talendforge.org/browse/TUP-15678
2017-01-03 10:01:51 +08:00
nrousseau
1a5a7e700e TUP-16666: add persist.lookup plugin by default in TOS product 2016-12-30 15:10:41 +08:00
wchen-talend
5c1a5bc7ab TUP-16398: fix the junit 2016-12-30 11:49:36 +08:00
wchen-talend
b9a11c96a3 TUP-16566:Quick tour:Need space between two words (#907) 2016-12-30 11:40:17 +08:00
hwang-talend
de3123aab9 Merge pull request #906 from Talend/bugfix/master/TUP-16528
TUP-16528: CI missing jobPom.xml for non generated java code.
2016-12-30 11:08:04 +08:00
wchen-talend
bd46ffac0c TUP-16398 : fix the junit 2016-12-29 17:16:19 +08:00
Yucheng Bai
be2b6d6e67 TUP-16634: Miss space on txxxInput/txxxCreateTable schema shell between of and component name (#904)
* TUP-16634: Miss space on txxxInput/txxxCreateTable schema shell between
of and component name

* TUP-16634: reset other properties in messages file.
2016-12-29 14:55:31 +08:00
zwxue
7620a0724b TUP-16528: CI missing jobPom.xml for non generated java code. 2016-12-29 14:42:32 +08:00
wchen-talend
813a7a5176 TUP-5760:only password filling window pop up if no svn user name and (#899)
password when logon svn project
2016-12-28 18:09:29 +08:00
wchen-talend
42a40ddccd Bugfix/6.4.1/tup 16398 wrong error showing (#902)
* TUP-16398:The error is showing in wrong studio component in designer

* TUP-16398:add junit
2016-12-28 18:06:28 +08:00
Yucheng Bai
958eef9059 TUP-16491: NPE error when focus on jobname view then select Main tab,after convert spark job to standard (#901)
* TUP-16491: NPE error when focus on jobname view then select Main
tab,after convert spark job to standard

* TUP-16491: NPE error when focus on jobname view then select Main
tab,after convert spark job to standard
2016-12-28 18:04:30 +08:00
pyzhou
45f68b84f1 TDI-37961: tMysqlnput with mariadb driver cause compilation error (#866)
* TDI-37961: tMysqlnput with mariadb driver cause compilation error

* TDI-37961: MigrtionTask for this issue.

* Revert "TDI-37961: MigrtionTask for this issue."

This reverts commit 0c8dbcbbbf.

* TDI-37961 :  tMysqlnput with mariadb driver cause compilation error
2016-12-28 14:06:27 +08:00
pyzhou
09c497c4b3 TDI-37967:Component tXSDValidator returns null in flow variable. (#873)
* Revert "TDI-37967:Component tXSDValidator returns null in flow variable."

This reverts commit 0ef52b15df9b39bf42f7da4aab1cd6b4b31ac520.

* TDI-37967 : Component tXSDValidator returns null in XSD_ERROR_MESSAGE

* Revert "TDI-37967 : Component tXSDValidator returns null in XSD_ERROR_MESSAGE"

This reverts commit b35e59d2f83abcfef16a9d02e8f8b33cf771330f.

* TDI-37967:correct the usage of flow variable.

* TDI-37967: Add the miss two variables.
2016-12-28 10:57:27 +08:00
kjwang-talend
89d83d36d4 TUP-14737 too slowly when import items using overwrite to svn/git project (#881)
* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737

* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737
2016-12-27 17:07:18 +08:00
wang wei
eed1758a2c fix(TDI-37985): Enhance job info when exception in component 2016-12-27 11:06:09 +08:00
wang wei
05f93b3179 fix(TDI-38021): OutOfMemory when large file is uploaded via tREST 2016-12-26 15:20:50 +08:00
wchen-talend
79da995182 Merge pull request #876 from Talend/bugfix/6.4.1/TUP-16459_keywords_validate
TUP-16459:key word validator
2016-12-26 14:15:48 +08:00
pyzhou
1ed0079f79 TDI-38006:Batter way to fix it. (#891) 2016-12-26 14:04:32 +08:00
kjwang-talend
02330cc81e TUP-16553 Logon Project:Focous switch from git project to svn project (#898)
each time do "refresh" on branch option
https://jira.talendforge.org/browse/TUP-16553
2016-12-26 10:46:18 +08:00
sbliu
33c681438d Revert "TMDM-10190: remove mdm webservice ce plugin from feature list." (#897) 2016-12-23 18:35:48 +08:00
Ivan Honchar
9b4ac51fae feat(TCOMP-230): fix codegen-utils version to 0.17.0-SNAPSHOT 2016-12-23 10:56:50 +02:00
Sebastian Hoß
8f366f7a51 Merge pull request #893 from csuntalendbj/master
TESB-17960:Exceptions of DI jobs embedded in service jobs are not logged
2016-12-23 08:44:21 +01:00
zwxue
7a54c20ef8 Merge pull request #892 from Talend/bugfix/master/TUP-16635
TUP-16635:Test case failed after modify the default test job
2016-12-23 14:26:57 +08:00
SunChaoqun
91a8bb8b1f TESB-17960:Exceptions of DI jobs embedded in service jobs are not logged 2016-12-23 10:36:37 +08:00
Ivan Gonchar
c678f71c98 Merge pull request #886 from Talend/feature/6.4/TCOMP-230_codegen_utils
Feature/6.4/tcomp 230 codegen utils
2016-12-22 10:11:40 +02:00
pyzhou
ef009a1fb5 TDI-38006:Global Variable on tFileArchive miss a letter. (#890) 2016-12-22 15:39:54 +08:00
sbliu
125a67a470 TMDM-10190: remove mdm webservice ce plugin from feature list. (#888) 2016-12-22 15:26:22 +08:00
hwang
6f94d5145d TUP-16635:Test case failed after modify the default test job 2016-12-22 12:00:54 +08:00
Yucheng Bai
7d857a3cb8 Bugfix/6.3/tup 15503 fix guess schema of ssl hive (#889)
* TUP-15503: Cann't guess schema for SSL Hive

* TUP-15503: Cann't guess schema for SSL Hive

* TUP-15503: Cann't guess schema for SSL Hive
2016-12-22 11:46:49 +08:00
Jenkins Continuous Build server
f74f6e5949 Set version to 6.4.0 SNAPSHOT 2016-12-21 16:10:20 +01:00
hwang
5452fa8811 TUP-16161: code improve 2016-12-21 16:35:50 +08:00
hwang-talend
734adb22c7 TUP-16161:Different behavior on triggers between 611 and 621 (#887) 2016-12-21 15:36:33 +08:00
hwang-talend
e8836795c5 Merge pull request #885 from Talend/bugfix/master/TUP-16617
TUP-16617: Unresolved compilation error causing the job's java process to be kept alive.
2016-12-21 14:23:03 +08:00
zwxue
7ed30ba9eb TUP-16503: Guess Schema with MariaDB fails. (#875) 2016-12-21 11:13:16 +08:00
Ivan Honchar
8ed5e4bf47 feat(TCOMP-230): clean pom.xml 2016-12-20 18:14:43 +02:00
Ivan Honchar
edf2298755 feat(TCOMP-230): make formatting correct 2016-12-20 18:01:52 +02:00
Ivan Honchar
150d823dd9 feat(TCOMP-230): add di codegen classes from daikon 2016-12-20 17:42:37 +02:00
Ivan Honchar
3362518614 feat(TCOMP-230): add license headers 2016-12-20 17:40:55 +02:00
Ivan Honchar
e9b6ff2988 feat(TCOMP-230): implement codegen utilities library 2016-12-20 17:28:30 +02:00
zwxue
293be59654 TUP-16617: Unresolved compilation error causing the job's java process
to be kept alive.
2016-12-20 18:47:58 +08:00
wang wei
d55397aed1 fix(TDI-37734): build the jar with compiler level 1.7 2016-12-20 16:58:17 +08:00
Chao MENG
577e324385 Merge pull request #882 from Talend/bugfix/6.4/TUP-16619_fixEncodingProblemOfFTP
TUP-16619: SFTP problems related to the migration from 5.2.1 to 6.2.1
2016-12-20 16:25:25 +08:00
ycbai
0eba2cc2b7 TUP-16619: SFTP problems related to the migration from 5.2.1 to 6.2.1 2016-12-20 15:54:47 +08:00
zwxue
61e671ed14 Merge pull request #878 from Talend/bugfix/master/TUP-16590
TUP-16590:[6.2.1] Nested Joblets cause code generation failures for
2016-12-19 17:25:09 +08:00
GuoLiang
51026b9b5b bugfix recheck: TUP-14431 ELT Map queries : compilation error with (#877)
quotes
2016-12-19 16:44:29 +08:00
chmyga
cc2486e0f9 Merge pull request #867 from Talend/bugfix/6.4/TDI-37734_NegativeArray_exception
Bugfix/6.4/tdi 37734 negative array exception
2016-12-19 09:41:30 +02:00
RyanSkraba
d7c0b22e11 TCOMP-275 Specify the DI execution engine for component runtimes. (#879) 2016-12-16 19:25:07 +08:00
jzhao
255bc4016b TDI-37950:When Using a tFileInputRaw as a Lookup into tMap there is an
error
https://jira.talendforge.org/browse/TDI-37950
2016-12-16 15:23:20 +08:00
hwang
49feebd497 TUP-16590:[6.2.1] Nested Joblets cause code generation failures for 2016-12-16 11:34:38 +08:00
hwang
dee0d69b68 TUP-16590:[6.2.1] Nested Joblets cause code generation failures for 2016-12-15 19:45:13 +08:00
Pierre Teyssier
4a8eee86ca Delete useless xml file
- Caused Antelink issue
2016-12-15 19:39:11 +08:00
pyzhou
329492c6c8 TDI-37968:tXSDValidatoris not containing all the expected fields. (#874)
* TDI-37968:tXSDValidatoris not containing all the expected fields.
* TDI-37968: tXSDValidator  returns 0 rows in reject line.
2016-12-15 17:41:30 +08:00
hcyi
1f37e55ab8 TUP-16459:key word validator 2016-12-15 15:12:42 +08:00
ycbai
3d06077675 TUP-16607: Generation issue on ELTMap component using Alias 2016-12-14 18:45:56 +08:00
qiongli
1d291573a9 TDQ-13026 and TDQ-12852 (#872)
* TDQ-13026 consider the sub-job and joblet dependecies wherether include
tRuleSurvivorship node when export job.

* TDQ-12852 avoid error when export job with tRuleSurvivorship.
2016-12-14 17:54:00 +08:00
Yucheng Bai
b80845de5b Bugfix/6.3/tup 16562 fix data viewer problem of sf (#869)
* TUP-16562: No reaction when click "data viewer" on salesforce item

* TUP-16562: handle new component schema parameter case.

* TUP-16562: add junits.
2016-12-14 11:41:07 +08:00
Dmytro Chmyga
56ad06e6fc TDI-37734: replace advancedPersistentLookupLib to include the latest code 2016-12-13 09:43:06 +02:00
ycbai
386daf2d1a Fixd the problem which caused by TCOMP-275 in studio. 2016-12-13 15:28:22 +08:00
nrousseau
20fd3e0e87 Revert "Bug fix/6.2/tdi 36791 elt map queries compilation error with quotes" (#864) 2016-12-13 12:54:00 +08:00
qiongli
adf5d0b37e TDQ-12474 add a profiler "include-survivorship-rules" to export (#862)
survivorship rules. it only execute when the "include-items" not be
added.
2016-12-12 10:53:56 +08:00
zwxue
b431714500 TUP-16573: cmdline generate time increase as the tasks number increase. (#860) 2016-12-09 14:29:32 +08:00
ycbai
e730675db0 Merge branch 'fixJunits' 2016-12-08 14:18:38 +08:00
ycbai
8e0073d489 Fix some junits. 2016-12-08 11:57:36 +08:00
Vladimir Bogatyrov
bade679b0c [TESB-18057] Fix (#832)
* [TESB-18057] Fix

* [TESB-18057] Declare launchingThread variable only in case when multithreading is turned on

* [TESB-18057] Change map key name to JobInterrupted

* [TESB-18057] Added handling of java.lang.Exception
2016-12-08 11:49:56 +08:00
hwang
f1e0dd978c TUP-14909:Studio can not update the modification in joblets to jobs in
the below scenario.
2016-12-08 11:01:57 +08:00
wang wei
e34adbd3d5 Revert "fix(TUP-16456): TDS Output does not translate reserved field names to external names"
This reverts commit b46834e443.
2016-12-07 17:19:23 +08:00
Dmytro Chmyga
50c5e41c6d TDI-37734: use long values for data length in output stream 2016-12-07 08:24:45 +02:00
Remy Dubois
dab9e4850c TBD-4312 fixed - Review the AWS dependencies 2016-12-06 19:12:09 +01:00
Chen Bin
612b04cbe4 TBD-4260: migration task for redshift component to correct type mapping 2016-12-06 17:32:13 +08:00
pyzhou
57b4a6dc43 TDI-37949 : tRest is throwing exception on HTTP response code 204 (#855)
* TDI-37949 : tRest is throwing exception on HTTP response code 204

* TDI-37949:indentation.
2016-12-06 16:53:37 +08:00
GGu
4fc5ad86f5 TUP-16405: enable to deploy component dependencies. (#854) 2016-12-05 17:56:41 +08:00
Haiting Yin
c3156bb73d TMDM-10262 [tMDMInput] Unsupported predicates found in tMDMInput. (#840)
- Remove StrictAnd and Exactly from predicates list
2016-12-05 16:44:27 +08:00
kjwang-talend
48dac6da9e TUP-16458 projects not retrieved correctly when do refresh on logon (#851)
window
https://jira.talendforge.org/browse/TUP-16458
2016-12-05 15:45:32 +08:00
wang wei
6f136d4f2d fix(TDI-37692): compile error occured after migration from v562 to v621 2016-12-05 15:29:04 +08:00
Pierre Teyssier
07c57ea873 Revert "Merge pull request #568 from Talend/bugfix/6.3.1/TDI-31661_add_KEEP_LAST_feature"
This reverts commit edff44d8c4, reversing
changes made to 7e3cd27d95.
2016-12-05 15:22:19 +08:00
jzhao
36bf249bdf TDI-37934: tExtractJSONFIelds: no Getter for field scale in class
BigDecimal
https://jira.talendforge.org/browse/TDI-37934
2016-12-04 23:40:56 -06:00
wang wei
b46834e443 fix(TUP-16456): TDS Output does not translate reserved field names to
external names
2016-12-02 18:07:51 +08:00
chmyga
616f267c54 Bugfix/6.3/tdi 37922 postgresql uuid string value (#846)
* TDI-37922: add UUID processing to postgre manager.

* TDI-37922: add Talend type checking to UUID processing.
2016-12-02 17:49:39 +08:00
jzhao
ffe17c8c2b Revert "TDI-37769: tFileOutputLDIF add new option "Binary transfer required" https://jira.talendforge.org/browse/TDI-37769"
This reverts commit 27068ca588.
2016-12-02 17:17:41 +08:00
wang wei
8abf1bd001 fix(TDI-37941): rename the httputil lib to a better name like
talend-httputil
2016-12-02 15:50:09 +08:00
wang wei
3eb96d3258 fix(TDI-37941): change the source dir name for httputil lib 2016-12-02 15:50:06 +08:00
Yucheng Bai
0617c7076c TUP-16451: afterCampaignName() method is called many times during input (#843) 2016-12-02 10:04:22 +08:00
zwxue
90f052a18d Merge pull request #845 from Talend/bugfix/master/TUP-16469
TUP-16469:Studio Usage JSON Component Needs an Array
2016-12-02 10:04:12 +08:00
Ivan Gonchar
edff44d8c4 Merge pull request #568 from Talend/bugfix/6.3.1/TDI-31661_add_KEEP_LAST_feature
Bugfix/6.3.1/tdi 31661 add keep last feature
2016-12-01 14:17:20 +02:00
Ivan Honchar
16f4bcdf61 TDI-31661 replace thashfile library with new version 2016-12-01 14:16:37 +02:00
Ivan Honchar
d314635329 TDI-31661 add correct import for thashfile library 2016-12-01 14:16:37 +02:00
Carsten Biermann
136f9d0009 Copyright changed (dummy) 2016-12-01 14:16:37 +02:00
Ivan Honchar
7f7dd61b55 TDI-31661 Added pom.xml for automated build 2016-12-01 14:16:37 +02:00
Ivan Honchar
4e2f6e0c3d TDI-31661 change library directory structure to standard maven project structure 2016-12-01 14:15:35 +02:00
Ivan Honchar
25ee422ef0 TDI-31661 Added deprecated anotation for old classes 2016-12-01 14:15:35 +02:00
Ivan Honchar
b1c9393739 TDI-31661 Swithed from LinkedHashMap to LindkedHashSet to make KEEP_LAST, KEEP_FIRST implementation more clear. Fixed errors in javajet 2016-12-01 14:15:35 +02:00
Ivan Honchar
685874278f TDI-31661 Added KEEP_LAST feature for tHashInput/tHashOutput components 2016-12-01 14:15:35 +02:00
Ivan Honchar
79212826d4 TDI-31661 Implemented MemoryCacheFactory 2016-12-01 14:15:35 +02:00
Ivan Honchar
8bea2950df TDI-31661 Implemented a set of MemoryCache with different keep mode 2016-12-01 14:15:35 +02:00
Ivan Honchar
10ebb265da TDI-31661 Added Cache interface 2016-12-01 14:15:35 +02:00
hwang
59bcf337e6 TUP-16469:Studio Usage JSON Component Needs an Array 2016-12-01 18:42:06 +08:00
GGu
7e3cd27d95 TUP-16344: enhance the install components (#841) 2016-12-01 16:41:32 +08:00
zwxue
bcee3a56d0 Merge pull request #831 from Talend/bugfix/master/TUP-16466
TUP-16466:XML/XSD:Studio hang on after detect update
2016-12-01 11:35:32 +08:00
hwang
4a343ff152 TUP-16466:XML/XSD:Studio hang on after detect update 2016-12-01 11:34:52 +08:00
pyzhou
286af9ffbf TDI-37879:tMySqlOutput generates invalid create statement when DOUBLE (#833) 2016-12-01 10:40:55 +08:00
Ivan Gonchar
e2a21f6eb4 Merge pull request #816 from Talend/feature/TCOMP-331_reject_after_close
TCOMP-331 Support reject after close
2016-11-30 19:40:52 +02:00
chmyga
09de7f2220 TDI-37919: fix version of AmazonAWS lib for tAmazonEMRResize and tAmazonEMRListInstances (#839) 2016-11-30 23:55:19 +08:00
Remy Dubois
72c88f58ab TBD-3951 fixed - Add jets3t dependency to the tHiveInput for HDInsight 2016-11-30 15:47:30 +01:00
Jan Lolling
596a62c5c2 Using the correct Workbook methods to iterate over the sheets. This preserves the compatibility to newer Apache-POI releases. (#798) 2016-11-30 05:39:21 -06:00
jzhao
27068ca588 TDI-37769: tFileOutputLDIF add new option "Binary transfer required"
https://jira.talendforge.org/browse/TDI-37769
2016-11-30 19:00:35 +08:00
GGu
f67aa569ca TUP-16324: Enhance the dialog to use dynamic jobs. (#811) 2016-11-30 12:34:46 +08:00
Yucheng Bai
31e65ed3d7 TUP-16441: Issue with opening job with context group in Salesforce (#829)
component.
2016-11-30 12:31:26 +08:00
francisu
c9ccd99cdd TCOMP-331 Add support for getting rejection records after close 2016-11-29 17:10:30 -08:00
francisu
0949923c4a Merge remote-tracking branch 'origin/master' into feature/TCOMP-331_reject_after_close 2016-11-29 16:23:13 -08:00
Pierre Teyssier
a0695a9d8d Revert "[TESB-18057] After undeploying a service instances of services are getting created continuously logs"
This reverts commit b2ed9faa24.
2016-11-29 22:28:29 +08:00
wang wei
050f66bb59 fix(TDI-36824): use a better util class : ObjectUtil 2016-11-29 22:17:59 +08:00
wang wei
731895ddd0 fix(TDI-36824): tDatasetOutput: Allow limit to be infinite if null (or
empty) is set
2016-11-29 22:17:59 +08:00
Vladimir Bogatyrov
7021fb9d05 [TDI-37915] Fix Job code generate error when there are two same component and enable Multi thread execution 2016-11-29 15:01:40 +02:00
pyzhou
b3fc530234 Bug/6.3.1/tdi 37860 (#825)
* TDI-37860 : TMarketoInput has NullPointerException when Access token is invalid
*  TDI-37860 Update the jars
* TDI-37860 : Add the Exception errorMessage to other similar method.
* TDI-37860 : Correct the maven path.
2016-11-29 19:17:45 +08:00
pyzhou
e56e928bfd TDI-36713 : TMarketoInput can not handle large input to match data (#823)
* TDI-36713 : change method to post.
* TDI-36713 reduce the duplicate code.
2016-11-29 19:16:44 +08:00
hwang
0c2903f421 TUP-16466:XML/XSD:Studio hang on after detect update 2016-11-29 15:18:44 +08:00
Remy Dubois
1fba52dd19 TBD-1725 fixed - Fix the Hive components default values for hadoop properties checkboxes 2016-11-28 17:22:03 +01:00
GGu
4b95b17afc TUP-16344: enable to deal with all files for artifact and content. 2016-11-28 18:38:46 +08:00
wchen-talend
c2065c5a98 Merge pull request #820 from Talend/bugfix/6.3.1/TUP-6142-Readonly_for_ref_project
TUP-6142 fix: main project can add context variable to ref project
2016-11-28 16:48:48 +08:00
cmeng-talend
e5988b1a40 TUP-6142 fix: main project can add context variable to ref project
https://jira.talendforge.org/browse/TUP-6142
2016-11-28 16:43:47 +08:00
qiongli
55eb33bc6e TDQ-12852 only TDM execute the needed method. (#828) 2016-11-28 15:22:42 +08:00
GGu
5b828ee09b TUP-16344: Enable to install new comonents from exchange. (#824) 2016-11-26 11:37:32 +08:00
Remy Dubois
3b7ea2e9db TBD-4271 fixed - Remove joda-time from the pig shade jar and force the use of joda 2.8.1 2016-11-25 17:11:56 +01:00
hcyi
eeb9fb8b46 Merge pull request #822 from Talend/bugfix/6.3.1/TUP-16281_datasetinput_parallel
TUP-16281:Job with tDataprepinput with parallelisation enabled does not
2016-11-25 18:55:48 +08:00
wchen-talend
fc6cee1fc2 TUP-16281:Job with tDataprepinput with parallelisation enabled does not
compile on clicking run
2016-11-25 15:44:59 +08:00
Ivan Gonchar
4169ef06ab fix(TDI-37846): upgrade db2 driver for tCreatetable and tMondrianInput (#821) 2016-11-24 21:13:09 +08:00
GuoLiang
27cae19b7f TUP-5658 fix:Error when run job trowgenerator to tlogrow with check and (#818)
uncheck a column.
2016-11-24 18:25:09 +08:00
dlin-talend
776dd216d0 Merge pull request #817 from csuntalendbj/master
TESB-18310:Command-Line exportRoute as Microservice ignores "maven" option
2016-11-24 17:14:06 +08:00
dlin-talend
c7d0269694 Merge pull request #819 from Talend/bugfix/6.3/TUP-5737_change_error_to_warning_can't_re-create_the_link_between_tMap_after_it's_deleted
TUP-5737 fix: can't re-create the link between tMap after it's deleted
2016-11-24 16:06:43 +08:00
cmeng-talend
0e9336f487 TUP-6142 fix: main project can add context variable to ref project
https://jira.talendforge.org/browse/TUP-6142
2016-11-24 15:54:44 +08:00
guol
82b3b2b220 TUP-5737 fix: can't re-create the link between tMap after it's deleted
change from error to warning
2016-11-24 15:52:09 +08:00
SunChaoqun
ae1d5584d3 TESB-18310:Command-Line exportRoute as Microservice ignores "maven"
option
2016-11-24 10:34:37 +08:00
francisu
64ccd8170d TCOMP-331 Support reject after close 2016-11-23 05:04:42 -08:00
jzhao
e9eb912ea3 TDI-37105 :tMarketoInput/tMarketoOutput default schema is wrong
https://jira.talendforge.org/browse/TDI-37105
Note:Fix other marketo components
2016-11-23 16:13:19 +08:00
wang wei
fc67c017e9 TDI-36765: Datasource in DI jobs is always a singleton and violates the
DataSource approach
https://jira.talendforge.org/browse/TDI-36765
2016-11-23 11:49:47 +08:00
jzhao
720ba94f6f TDI-37105 :tMarketoInput/tMarketoOutput default schema is wrong
https://jira.talendforge.org/browse/TDI-37105
2016-11-23 11:12:01 +08:00
nrousseau
0416fa2a11 TUP-16421: update copyright date in the about 2016-11-23 10:45:56 +08:00
jzhao
b3284f3411 TDI-35817: tDB2output z/OS : NB_LINE_INSERTED is always set to 0
https://jira.talendforge.org/browse/TDI-35817
2016-11-22 17:08:34 +08:00
jzhao
b3bbb5241e TDI-37454: Upgrade of tSalesforceInput -with Manual input of SOQL query-
broken in 6.2.1
https://jira.talendforge.org/browse/TDI-37454
2016-11-22 02:23:18 -06:00
wang wei
1609c463a6 Merge pull request #814 from Talend/bug/6.3/TDI-37837
TDI-37837: ClassNotFoundException: org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
2016-11-22 15:44:54 +08:00
jzhao
e220d97130 TDI-37769: tFileOutputLDIF is not Generating ';binary' when Replacing
binary/base64 Certificate LDAP Entry Attribute Value 
https://jira.talendforge.org/browse/TDI-37769
2016-11-22 13:28:59 +08:00
wang wei
1d6d875a37 TDI-37837: ClassNotFoundException:
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
https://jira.talendforge.org/browse/TDI-37837
2016-11-22 12:07:43 +08:00
wchen-talend
fc29bfc46a Merge pull request #813 from Talend/bugfix/6.3/TUP-16395_tMap_Cannot_get_GlobalMap_value_in_Joblet
TUP-16395:[tMap] Cannot get GlobalMap value used in Joblet
2016-11-22 11:30:10 +08:00
hcyi
5a00a03925 Merge pull request #809 from Talend/bugfix/6.3.1/TUP-16281_datasetinput_parallel
TUP-16281:Job with tDataprepinput with parallelisation enabled does not
2016-11-22 10:59:14 +08:00
chmyga
10d3519455 Merge pull request #806 from Talend/bugfix/6.3/TDI-37558_null_value_for_lookup_tmicrosoftcrmoutput
Bugfix/6.3/tdi 37558 null value for lookup tmicrosoftcrmoutput
2016-11-21 11:59:22 +02:00
Ivan Gonchar
33aaf581a9 Merge pull request #812 from Talend/frature/6.3.1/TDI-37116
TDI-37116 : Upgrade exajdbc-5.0.12.jar to exajdbc-5.0.13.jar
2016-11-21 11:04:31 +02:00
hcyi
d9f47100cd TUP-16395:[tMap] Cannot get GlobalMap value used in Joblet 2016-11-21 05:55:10 +08:00
pyzhou-talend
d818400cca TDI-35416: Add getNextException to show more error message (#764)
* TDI-35416: Add getNextException to show more error message

* TDI-35416 : write a util for repetitive code. add log.

* TDI-35416 : make the code more clean.

* TDI-35416 : move setglobalVars out of try-catch add die on error

* TDI-35416 : Remove the duplicate record to log4j.

* TDI-35416 : replace the last system.err.print with log4j witch I forgot.
2016-11-18 16:26:02 +08:00
pyzhou-talend
5b514a9e80 TDI-37116 : Change the jar to the new version. 2016-11-18 16:04:26 +08:00
hwang-talend
a527abff70 Merge pull request #803 from Talend/bugfix/master/TUP-16127
TUP-16127: no context group selection window pop up when click .. button
2016-11-18 15:13:48 +08:00
kjwang-talend
ebf4a52be0 Bugfix/6.3.1/tup 14307 Memory Run on Remote Server:alway said there is no job running (#801)
* bugfix/6.3.1/TUP-14307 Memory Run on Remote Server:alway said there is
no job running
https://jira.talendforge.org/browse/TUP-14307

* bugfix/6.3.1/TUP-14307 Memory Run on Remote Server:alway said there is
no job running
https://jira.talendforge.org/browse/TUP-14307
2016-11-18 15:11:31 +08:00
wchen-talend
bfdfd49421 Merge pull request #794 from Talend/bugfix/6.3.1/TUP-5203-Dispose_problem
TUP-5203 fix: Can not load job properties when repeat switch from Extra to main in jobsettings.
2016-11-18 10:55:25 +08:00
zwxue
110638d7de Merge pull request #808 from Talend/bugfix/master/TUP-15118
TUP-15118:A wrong warning shown when convert MR job which is converted
2016-11-18 10:05:32 +08:00
wchen-talend
f43a7125a3 TUP-16281:Job with tDataprepinput with parallelisation enabled does not
compile on clicking run
2016-11-18 09:59:11 +08:00
hwang
1efa01578e TUP-15118:A wrong warning shown when convert MR job which is converted
by spark job with test case to Spark back.
2016-11-17 18:03:36 +08:00
Carsten Biermann
5f65af08f6 [DEVOPS-771]: Adds configuration for thashfile jenkins job - lint 2016-11-17 10:15:42 +01:00
Carsten Biermann
50aa53168f [DEVOPS-771]: Added initial pom 2016-11-17 10:15:42 +01:00
wang wei
3abaaa9f23 Merge pull request #807 from Talend/bugfix/6.3/TDI-37682_session_duration_invalid_value
TDI-37682: change the process of session duration property value
2016-11-17 17:01:49 +08:00
Dmytro Chmyga
da6a2f0d2b TDI-37682: change the process of session duration property value 2016-11-17 10:44:42 +02:00
Ivan Gonchar
69cda3dc66 fix(TDI-37694): fix maven url for db2jcc4 driver in DB2 components (#804) 2016-11-17 15:40:59 +08:00
Dmytro Chmyga
5f66e89fc5 TDI-37558: add transformation of empty string lookup values to null 2016-11-17 08:36:30 +02:00
Dmytro Chmyga
d05e010bb9 Merge branch 'master' into bugfix/6.3/TDI-37558_null_value_for_lookup_tmicrosoftcrmoutput 2016-11-17 08:33:51 +02:00
wang wei
35aeb7bd81 Merge pull request #805 from Talend/bugfix/6.3/TDI-37741_auto_convert
TDI-37741: Automatic Type Conversion from Object to byte/short/int/long/..... issue
2016-11-17 14:14:14 +08:00
jzhao
c85ba0f62d TDI-37741: Automatic Type Conversion from Object to Integer throw an
error if the Object is not cast-able to an Integer
https://jira.talendforge.org/browse/TDI-37741
2016-11-17 12:22:03 +08:00
wang wei
f4cd05f362 TDI-35743: add the NUMERIC check as we add it in the mapping
https://jira.talendforge.org/browse/TDI-35743
2016-11-17 11:50:49 +08:00
zwxue
bbdd3aaba8 TUP-16127: no context group selection window pop up when click .. button
to select table.
2016-11-16 19:01:16 +08:00
chmyga
3db5c3937c Merge pull request #800 from Talend/bugfix/6.3/TDI-37512_datetime_field_tmicrosoftcrmoutput
TDI-37512: add normalization to datetime field.
2016-11-16 08:55:03 +02:00
pyzhou-talend
5ea990c6df TDI-37712 : Add miss <%=cid%>. (#799) 2016-11-16 11:24:32 +08:00
Yucheng Bai
9ef91a1e40 TUP-16317: migration : password of implicit context Load project (#795)
settings wrongly handled.
2016-11-16 11:20:56 +08:00
jzhao
c29793061b TDI-37798: tFileInputExcel "User mode" dynamic with empty row avoid NPE
https://jira.talendforge.org/browse/TDI-37798
2016-11-16 11:13:33 +08:00
jzhao
2b82605eff TDI-37817: tMicrosoftCrmInput CRM 2015 on premise mode didn't set nb
line
https://jira.talendforge.org/browse/TDI-37817
2016-11-16 10:43:56 +08:00
Dmytro Chmyga
4cae15f69e TDI-37512: add normalization to datetime field. 2016-11-15 16:21:12 +02:00
hcyi
0c5f3ea69d Merge pull request #797 from Talend/bugfix/6.3.1/TUP-16319_xmlmap_import_from_repository
TUP-16319:tXMLMAp with GIT remote connection : option "import from
2016-11-15 18:46:39 +08:00
zwxue
4ce68aa2eb Merge pull request #796 from Talend/bugfix/master/TUP-16252
TUP-16252:CI builder throws error message with SUCCESS BUILD
2016-11-15 18:02:53 +08:00
chmyga
15e125dc6a TDI-37558: Added processing of null lookup values. (#748) 2016-11-15 17:34:20 +08:00
wchen-talend
7dd451a9b3 TUP-16319:tXMLMAp with GIT remote connection : option "import from
repository" disappears
2016-11-15 17:02:59 +08:00
hwang
f26d5b7ad3 TUP-16252:CI builder throws error message with SUCCESS BUILD 2016-11-15 16:44:40 +08:00
Remy Dubois
752be2c4e6 TBD-4140 fixed - Upgrade the aws-java-sdk 2016-11-15 09:36:06 +01:00
chmyga
3a2b72c61a Merge pull request #677 from Talend/TDI-32687_enforce_NTLM_authentication
Tdi 32687 enforce ntlm authentication
2016-11-15 10:32:55 +02:00
wang wei
1636d71568 TDI-35743: fix the create table action for redshift
https://jira.talendforge.org/browse/TDI-35743
2016-11-15 16:22:02 +08:00
kjwang-talend
f277434be8 TUP-16169 Improve: Sometimes cannot run job (#793)
https://jira.talendforge.org/browse/TUP-16169
2016-11-14 17:51:45 +08:00
kjwang-talend
0b038f5ac7 TUP-16183 Fix: Component tRunJob has warnings of "The context name (#768)
* TUP-16183 Fix: Component tRunJob has warnings of "The context name
<value> of line <#> is not existed in column
https://jira.talendforge.org/browse/TUP-16183

* TUP-16183 Fix Component tRunJob has warnings of "The context name
<value> of line <#> is not existed in column
https://jira.talendforge.org/browse/TUP-16183

* TUP-16183 Fix Component tRunJob has warnings of "The context name
<value> of line <#> is not existed in column
https://jira.talendforge.org/browse/TUP-16183
2016-11-14 17:39:54 +08:00
cmeng-talend
58f08a29ad TUP-5203 fix: Can not load job properties when repeat switch from Extra
to main in jobsettings.
https://jira.talendforge.org/browse/TUP-5203
2016-11-14 16:51:46 +08:00
chmyga
a47cf4adea TDI-37704: add unit(minutes) for session duration field(assume role feature) (#788) 2016-11-14 13:59:25 +08:00
Ivan Honchar
757209c21c Revert "Revert "Merge pull request #771 from Talend/bugfix/6.3/TCOMP-333_integrate_outgoing_enforcer""
This reverts commit 8c2622b125.
2016-11-13 11:01:31 +02:00
dlin-talend
a17111d059 Merge pull request #789 from Talend/bugfix/6.3/TUP-5677_chooseDefaultNewComponentWhenDND
TUP-5677: Component Framework :Salesforce:D&D the defaule component not input component
2016-11-11 18:32:44 +08:00
ycbai
5ceb2aea96 TUP-5677: Component Framework :Salesforce:D&D the defaule component not
input component
2016-11-11 18:28:33 +08:00
dlin-talend
269b4781d7 Merge pull request #780 from Talend/bugfix/6.3/TUP-15927_add_joblet_components
TUP-15927:When input "O" in joblet editor, component "OUTPUT" should show in the list
2016-11-11 18:26:51 +08:00
wchen-talend
459df4b329 Merge pull request #783 from Talend/bugfix/6.3/TUP-16022_fix_a_problem_if_tos
TUP-16022:job/joblet "description" field should extend to match the "job view" size
2016-11-11 18:13:14 +08:00
pyzhou-talend
8666c08763 TDI-37735 : S3 Job throw errors but does complete successfully. (#769)
* TDI-37735 : S3 Job throw errors but does complete successfully.
2016-11-11 17:46:17 +08:00
chmyga
a8bb5a42d0 Merge pull request #787 from Talend/bugfix/6.3/TDI-37703_sqs_assume_role
Bugfix/6.3/tdi 37703 sqs assume role
2016-11-11 11:40:46 +02:00
Dmytro Chmyga
62adeb483b TDI-37703: add units to session duration field name. 2016-11-11 11:38:55 +02:00
Chao MENG
3c0d572488 Merge pull request #778 from Talend/bugfix/6.3/TUP-16211_fixNPEOfDNDHdItemsOfRefProjects
TUP-16211: NPE error when main spark job ues ref project hadoop cluster
2016-11-11 15:55:18 +08:00
hcyi
4d99fe18a8 TUP-16022:job/joblet "description" field should extend to match the "job
view" size
2016-11-11 14:42:30 +08:00
chmyga
c8cd00aa55 Merge pull request #782 from Talend/bugfix/6.3/TDI-37174_talend_mscrm_lib_fix
TDI-37174: update talend-mscrm library version.
2016-11-11 08:22:46 +02:00
Dmytro Chmyga
ba12dcc30c TDI-37174: update talend-mscrm library version. 2016-11-11 07:55:57 +02:00
pyzhou-talend
98a33788ca TDI-37787 : Add code to support Number Formula and Date Formula. (#781) 2016-11-11 11:48:32 +08:00
zwxue
6d12cdece3 Merge pull request #770 from Talend/bugfix/master/TUP-16297
TUP-16297:Importing a Job from 5.5 to 6.2 throws errors on ftp component
2016-11-11 10:01:18 +08:00
zwxue
4f67a9c613 Merge pull request #777 from Talend/bugfix/master/TUP-16152
TUP-16152:Convert joblet: when schema have ", change it type from spark
2016-11-11 10:00:16 +08:00
Dmytro Chmyga
088a57a895 TDI-37703: add assume role feature to SQS queue purge component. 2016-11-10 15:47:31 +02:00
Dmytro Chmyga
14314f4b0c TDI-37703: add assume role feature to SQS queue list component. 2016-11-10 15:47:06 +02:00
Dmytro Chmyga
17fe50f85a TDI-37703: add assume role feature to SQS queue delete component. 2016-11-10 15:46:44 +02:00
Dmytro Chmyga
2350766543 TDI-37703: add assume role feature to SQS queue create component. 2016-11-10 15:46:18 +02:00
Dmytro Chmyga
b295e42f83 TDI-37703: add assume role feature to SQS output component. 2016-11-10 15:45:51 +02:00
Dmytro Chmyga
e392a6bcd9 TDI-37703: add assume role feature to SQS input component. 2016-11-10 15:45:26 +02:00
Dmytro Chmyga
825bb94e7f TDI-37703: add assume role feature to SQS connection component. 2016-11-10 15:44:01 +02:00
hcyi
005d28dad5 TUP-15927:When input "O" in joblet editor, component "OUTPUT" should
show in the list
2016-11-10 18:53:29 +08:00
ycbai
4e8c2f3bfb TUP-16211: NPE error when main spark job ues ref project hadoop cluster 2016-11-10 11:45:40 +08:00
pyzhou-talend
de16152718 TDI-37725 : tHttpRequest add error massage to global map (#773)
* TDI-37725 : tHttpRequest add error massage to global map

* TDI-37725 : Add error message to global map for another Exception

* TDI-37725 : change currentcompnent to <%cid%>
2016-11-10 11:38:33 +08:00
Vladimir Bogatyrov
b2ed9faa24 [TESB-18057] After undeploying a service instances of services are getting created continuously logs 2016-11-09 21:43:27 +02:00
Ivan Honchar
8c2622b125 Revert "Merge pull request #771 from Talend/bugfix/6.3/TCOMP-333_integrate_outgoing_enforcer"
This reverts commit 765e1430c2, reversing
changes made to 4717660389.
2016-11-09 16:19:48 +02:00
chmyga
d96c6b80de Merge pull request #776 from Talend/bugfix/6.3/TDI-37174_talend_mscrm_lib_fix
TDI-37174: add required class files to talend-mscrm library
2016-11-09 15:37:47 +02:00
hwang
7a6741cecb TUP-16152:Convert joblet: when schema have ", change it type from spark
to stand, name will changed " to _
2016-11-09 18:08:16 +08:00
Dmytro Chmyga
b5625b4c9c TDI-37174: add required class files to talend-mscrm library 2016-11-09 11:54:34 +02:00
Ivan Gonchar
765e1430c2 Merge pull request #771 from Talend/bugfix/6.3/TCOMP-333_integrate_outgoing_enforcer
Bugfix/6.3/tcomp 333 integrate outgoing enforcer
2016-11-09 11:22:21 +02:00
jzhao
4717660389 Bugfix/6.3/tdi 36696 tmicrosoftcrminput 2015 paging (#774)
* TDI-36696: add paging information to tMicrosoftCrmInput component for 2015 on premise version.
2016-11-09 03:07:47 -06:00
Ivan Honchar
d33d51b071 fix(TCOMP-333): fix duplicate variable issue 2016-11-09 10:42:16 +02:00
Yucheng Bai
80f82fa08d TUP-5172: Integer properties' text fields are failed to be presented(new (#772)
framework)
2016-11-09 12:44:29 +08:00
Ivan Honchar
d9fb0a7e86 refactor(TCOMP-333): replace method call to getDynamicFieldsSchema() 2016-11-08 18:13:02 +02:00
Ivan Honchar
7ebd88f2c1 refactor(TCOMP-333): reduce DiOutgoingSchemaEnforcer.get() method calls 2016-11-08 16:08:04 +02:00
Ivan Honchar
075996fecf refactor(TCOMP-333): change DiOutgoingSchemaEnforcer creation 2016-11-08 15:45:51 +02:00
hwang
a7a55b39a5 TUP-16297:Importing a Job from 5.5 to 6.2 throws errors on ftp component 2016-11-08 18:43:20 +08:00
chmyga
da241a7a87 Bugfix/6.3/tdi 37174 tmicrosoftcrm ignoring proxy setting (#755)
* TDI-37174: use SystemDefaultHttpClient with Axis2 lib.

* TDI-37174: update Talend MSCRM lib to 20161102 version; update all required libs to newer versions.

* TDI-37174: changed axis2 version in comments.
2016-11-08 02:14:52 -06:00
nrousseau
071715fe9b TUP-16305: set the type of the fields 2016-11-08 15:50:42 +08:00
zwxue
72ea2d3997 TUP-16305: update zip file of tMap to add the map/structure 2016-11-08 14:34:50 +08:00
zwxue
1cdaf8ca09 Merge pull request #766 from Talend/bugfix/master/TUP-16215
TUP-16215:Can't export dependencies when job version is created by "open
2016-11-08 10:40:50 +08:00
zwxue
d3be986ecc Merge pull request #762 from Talend/bugfix/master/TUP-15926
TUP-15926:Joblet with the same name as in the referenced project cannot
2016-11-08 10:19:04 +08:00
Yucheng Bai
01b73eb36e TMDM-10243: fix the problem of loading parameters of new components. (#767) 2016-11-07 18:42:54 +08:00
hwang
692073eea1 TUP-16215:Can't export dependencies when job version is created by "open
another version"
2016-11-07 17:34:31 +08:00
kjwang-talend
60face033b TUP-16139 Fix: Layout is not proper for tsalesforce component (#761)
https://jira.talendforge.org/browse/TUP-16139
2016-11-07 10:22:31 +08:00
Yucheng Bai
e9fbaf1f2f TUP-16225: TDS components : Comments table can't refresh automically (#763)
after schema has values
2016-11-04 17:54:21 +08:00
hwang
7fb76752a8 TUP-15926:Joblet with the same name as in the referenced project cannot
be deleted from the referencing project
2016-11-04 15:00:12 +08:00
Chao MENG
5292f9267f TUP-16216 fix> Git: can't switch to remote mode (#754)
https://jira.talendforge.org/browse/TUP-16216
2016-11-04 11:57:59 +08:00
hcyi
db51b6dd03 TUP-16022:job/joblet "description" field should extend to match the "job (#758)
view" size
2016-11-04 11:56:11 +08:00
zwxue
84ac463cba Merge pull request #757 from Talend/bugfix/master/TUP-5269
TUP-5269:All the components use the new framework will lost the value if
2016-11-04 11:53:28 +08:00
Yucheng Bai
da9d950001 TUP-16224: TDS components : When selecting the TDS connection from (#760)
metadata, the schema synchronization dialog always pop up
2016-11-04 09:48:07 +08:00
Yucheng Bai
08e922c8a7 TUP-15964: TDS conmponent:it always pop up message "Successful connection" while check or uncheck 'Use lax schema mode' (#759)
* TUP-15964: TDS conmponent:it always pop up message "Successful
connection" while check or uncheck 'Use lax schema mode'

* Revert "TUP-15964: TDS conmponent:it always pop up message "Successful connection" while check or uncheck 'Use lax schema mode'"

This reverts commit 85a341d25a.

* TUP-15964: only popup dialog if there are errors.
2016-11-04 09:47:49 +08:00
hwang
73c2d3af80 TUP-5269:All the components use the new framework will lost the value if
you change to jobscript
2016-11-03 14:05:19 +08:00
dlin-talend
953369e0cc Merge pull request #756 from Talend/bugfix/6.3/TUP-5524_trunjob_npe
TUP-5524: Fixed the NPE if the process has been removed.
2016-11-03 10:56:24 +08:00
Vladimir Bogatyrov
0d81f1cc27 [TESB-17356] Include new custom dependencies of cMQConnectionFactory into the Bundle-ClassPath by default 2016-11-02 19:33:59 +02:00
Carsten Biermann
187f6ebffe Set version for 6.3.1-SNAPSHOT 2016-11-02 11:03:39 +00:00
GGu
ee5c5f69a5 TUP-5524: Fixed the NPE if the process has been removed. 2016-11-02 18:21:15 +08:00
Kevin Wang
573e8c7bde TUP-7147 Fix:[5.6.1] Special characters when used within a component
cause job to dont open properly
https://jira.talendforge.org/browse/TUP-7147
2016-11-01 18:10:49 +08:00
Yucheng Bai
4a5c1395cd TUP-15873: Salesforce migration issue for 'Module Name' option in new (#752)
framework
2016-11-01 17:54:01 +08:00
wang wei
e06c87379f TDI-37078: Upgrade to activemq 5.14.1
https://jira.talendforge.org/browse/TDI-37078
2016-11-01 16:49:20 +08:00
wang wei
926a1ed8bb Merge pull request #608 from csuntalendbj/master
TDI-37078 Upgrade to activemq 5.14.0
2016-11-01 16:30:11 +08:00
Chao MENG
568fe4d0c8 Merge pull request #751 from Talend/bugfix/6.3/TUP-15922_saveMetadataProblemOfFDInSpark
TUP-15922: BD batch job:there is error when click "Save the property to Metadata" of tFileOutputDelimited
2016-11-01 14:58:18 +08:00
Chao MENG
f26c862323 Merge pull request #750 from Talend/bugfix/6.3.1/TUP-16126_tLDAPInput_Filter_is_shouldn't_be_enabled_if_PropertyType_is_from_repository
TUP-15459 fix: tLDAPInput: Filter is shouldn't be enabled if
2016-11-01 14:51:44 +08:00
ycbai
d7c99051f6 TUP-15922: BD batch job:there is error when click "Save the property to
Metadata" of tFileOutputDelimited
2016-11-01 11:43:47 +08:00
guol
86176343ca TUP-15459 fix: tLDAPInput: Filter is shouldn't be enabled if
PropertyType is from repository
2016-11-01 09:59:53 +08:00
pyzhou-talend
3cad212e99 TDI-37592 : Date Pattern doesn't take effect when set Type as 'Dynamic' (#740)
* TDI-37592 : Date Pattern doesn't take effect when set Type as 'Dynamic'
in schema of tFileInputExcel when reading .xls (97-2003) format.
https://jira.talendforge.org/browse/TDI-37592

* remove the useless "if..else" code

*  add "_<%=cid%>" for variables to avoid variable duplicate issue
2016-10-31 17:19:57 +08:00
Yucheng Bai
5d34a82de7 TUP-16192: Propagating tSalesForceInputs Schema Changes Are Destroying tMap Mappings (#749)
* TUP-16192: Propagating tSalesForceInputs Schema Changes Are Destroying
tMap Mappings

* TUP-16192: Consider schema propagated is true for new components.
2016-10-31 16:11:22 +08:00
zwxue
8f4bc14533 Merge pull request #746 from Talend/bugfix/master/TUP-16104
TUP-16104:[6.2.1] Get error in the tRedshiftInput when Guess Schema
2016-10-31 15:12:36 +08:00
Dmytro Chmyga
e71539511c TDI-37558: Added processing of null lookup values. 2016-10-28 11:31:20 +03:00
Chao MENG
fbba03dc1b Merge pull request #747 from Talend/bugfix/6.3/TUP-15848_tRowGeneratorCannotSaveParameter
TUP-15848: tRowGenerator Not Saving DataMasking Parameters
2016-10-28 14:49:39 +08:00
hwang
d6424ae5f1 TUP-16104:[6.2.1] Get error in the tRedshiftInput when Guess Schema
selected
2016-10-28 14:45:44 +08:00
ycbai
46ef2efebc TUP-15848: tRowGenerator Not Saving DataMasking Parameters 2016-10-28 13:34:41 +08:00
hwang
d9a65fa79c TUP-16104:[6.2.1] Get error in the tRedshiftInput when Guess Schema
selected
2016-10-28 12:11:11 +08:00
Pierre Teyssier
c0ca534a2b Merge pull request #745 from Talend/bugfix/6.3/TDI-37174_tmicrosoftcrm_ignoring_proxy_setting
TDI-37174: add new version of crm lib.
2016-10-27 14:12:05 +08:00
Dmytro Chmyga
6c3850d3c0 TDI-37174: add new version of crm lib. 2016-10-27 08:49:11 +03:00
nrousseau
3f4541328e Bugfix/6.3/tup 16184 revert file delimited (#744)
* Revert "TUP-15986: Set Job project setting, occur compiler error (#701)"

This reverts commit 3408139c7c.

* Revert some modification of TUP-16019 which cause the bug of proxy for
salesforce

* Revert "TUP-15929: Cann't retrieve schema for HDFS"

This reverts commit 8104fd4378.

* Remove New Delimited migrationtasks.

* Revert (TDI-36957): Add new filedelimited components and new rename old
components
2016-10-26 12:51:40 +08:00
dlin-talend
5adc70b723 Merge pull request #722 from Talend/bugfix/6.3/TUP-5737_improved_can't_re_create_the_link_between_tMap_after_it's_deleted
TUP-5737 fix: improved -- can't re-create the link between tMap after
2016-10-26 11:50:30 +08:00
hwang-talend
f88c37a3bd Merge pull request #739 from Talend/bugfix/master/TUP-16135
TUP-16135: Have en error about projectname/.setting don't exist when
2016-10-26 09:49:32 +08:00
wang wei
83f844c677 Merge pull request #743 from Talend/bug/6.3/TDI-37658-runtime
TDI-37658: fix the runtime issue
2016-10-25 19:35:59 +08:00
wang wei
a5fa3dd423 TDI-37658: fix the runtime issue
https://jira.talendforge.org/browse/TDI-37658
2016-10-25 19:20:01 +08:00
Pierre Teyssier
77bcad04c7 Merge pull request #742 from Talend/bugfix/6.3/TDI-37174_tmicrosoftcrm_ignoring_proxy_setting
TDI-37174: added sources for talend-mscrm library and created pom for it.
2016-10-25 18:15:53 +08:00
Dmytro Chmyga
1f7748ff55 TDI-37174: added sources for talend-mscrm library and created pom for it. 2016-10-25 12:58:57 +03:00
jzhao
252de338c7 TDI-37545:tFileInputDelimited missing error message 2016-10-25 16:20:21 +08:00
SunChaoqun
242f3457cc TDI-37078:Upgrade to activemq 5.14.1 2016-10-25 10:48:22 +08:00
SunChaoqun
8390a64b17 Merge branch 'master' into forked-master 2016-10-25 10:41:12 +08:00
hcyi
9700fb4550 Merge pull request #738 from Talend/bugfix/6.3.1/TUP-16013_can_not_close_sqlbuilder
TUP-16084:need to restart studio if not download the jar when expand
2016-10-25 09:57:01 +08:00
hcyi
28b1a33c43 Merge pull request #737 from Talend/bugfix/6.3.1/TUP-6195_refresh_jobsetting_after_close_job
TUP-6195:Should better restore the jobsetting view after close a job,
2016-10-24 17:47:20 +08:00
zwxue
d221c4948b TUP-16135: Have en error about projectname/.setting don't exist when
logon a new created svn project.
2016-10-24 11:59:39 +08:00
nrousseau
df18fec707 TUP-16131: fix errors when using validation rules 2016-10-21 18:40:14 +08:00
Ivan Gonchar
857aef48a8 TCOMP-229 Implemented adding Iterate flow for TCOMP components (#667)
* TCOMP-229 Implemented adding Iterate flow for TCOMP components

* feat(TCOMP-229): add default iterate connectors creation for TCOMP components
2016-10-21 18:32:34 +08:00
zwxue
9fc75c36af Merge pull request #735 from Talend/bugfix/master/TUP-15865
TUP-15865:For columns under salesforce schemas, when select to export
2016-10-21 16:26:28 +08:00
ycbai
726d4ab915 TUP-16137: FileDelimited: Background shouldn't be white in
Wizard->Middle part
2016-10-21 15:27:51 +08:00
wchen-talend
db25577d0f TUP-16084:need to restart studio if not download the jar when expand
table in SQL builder
2016-10-21 15:14:59 +08:00
nrousseau
8c7030d2c9 TUP-16140: fix classcast issue 2016-10-21 14:45:06 +08:00
wchen-talend
a1c5ab8180 TUP-6195:Should better restore the jobsetting view after close a job,
now show unhandle error when switch pages
2016-10-21 13:24:46 +08:00
Pierre Teyssier
68b7730e44 Merge pull request #736 from Talend/feature/6.3/TDI-35666_ts3put_multipart_upload
TDI-35666: fixed compile error for server-side encryption.
2016-10-21 13:02:22 +08:00
Dmytro Chmyga
4ffbaa703d TDI-35666: fixed compile error for server-side encryption. 2016-10-21 07:55:31 +03:00
hwang
47907d1abb TUP-15865:For columns under salesforce schemas, when select to export
items, in export page the salesforce connection is not selected.
2016-10-21 11:39:21 +08:00
GGu
9de4580b44 Merge pull request #730 from sbliu/master
TMDM-9925: add webservice fragment to feature list.
2016-10-20 16:47:01 +08:00
ycbai
562fd9e9f1 Fix the display problem of component view. 2016-10-20 16:45:39 +08:00
dlin-talend
adc2ee483c Merge pull request #734 from yanbasic/master
TESB-17993: Fixed replace line separator in DSL builder
2016-10-20 16:42:59 +08:00
Mike Yan
f3adfd6c38 TESB-17993: Fixed replace line separator in DSL builder 2016-10-20 16:31:19 +08:00
wchen-talend
61c2d8bd9d TUP-15990:FileDelimited:Schema layout shouldn't be in same row of (#733)
PropertyType
2016-10-20 16:30:59 +08:00
zwxue
42e1f7b533 Merge pull request #731 from Talend/bugfix/master/TUP-16114
TUP-16114:MSSQL:value of "JDBC Privoder" not correct after import lower
2016-10-20 16:26:42 +08:00
ycbai
da4e84dfdd TUP-16101: Old File delimited item cannot be unfolded in DI perspective 2016-10-20 15:52:27 +08:00
GGu
ad8e2ca802 Merge pull request #724 from Talend/bugfix/6.3/TUP-16019_fixFieldsRefreshProblemOfContext
TUP-16019: FileDelimited: All Fields is Empty for tFileInputDelimited after using metadata in context mode from repository
2016-10-20 15:45:14 +08:00
Yucheng Bai
3408139c7c TUP-15986: Set Job project setting, occur compiler error (#701) 2016-10-20 15:42:48 +08:00
wang wei
0fff1e21a2 Merge pull request #689 from Talend/bugfix/6.3/TDI-37548_tFlowToIterate_NB_LINE_is_incorrect
TDI-37548: moved NB_LINE increment out of the columns cycle.
2016-10-20 15:16:57 +08:00
hwang
7b7aab8559 TUP-16114:MSSQL:value of "JDBC Privoder" not correct after import lower
version to new version
2016-10-20 14:53:59 +08:00
nrousseau
162247d787 TUP-16046: fix problem of test cases 2016-10-20 14:47:06 +08:00
Yucheng Bai
2338913399 TUP-16014: FileDelimited: Job has many compile errors after migration (#729)
job from 6.2.1
2016-10-20 14:41:10 +08:00
sbliu
543462854a TMDM-9925: add webservice fragment to feature list. 2016-10-20 14:20:41 +08:00
wang wei
03d7a4c5f6 Merge pull request #728 from Talend/feature/6.3/TDI-37639
TDI-37639: Upgrade to Bonita 7.2
2016-10-20 10:42:57 +08:00
RyanSkraba
3cc14e817a Merge pull request #727 from amarouni/feature/support_maprtickets_52
[TBD-3936] : Support new Mapr tickets API
2016-10-19 14:40:36 +02:00
Abbass MAROUNI
2297e98f33 [TBD-3936] : Support new Mapr tickets API 2016-10-19 14:37:25 +02:00
wang wei
58a11628ca Merge pull request #721 from Talend/feature/6.3/TDI-36946_update_dropbox_library
Feature/6.3/tdi 36946 update dropbox library
2016-10-19 20:21:28 +08:00
Ivan Honchar
2c88064bdd fix(TDI-36946/port): fix components according PR review 2016-10-19 14:20:55 +03:00
zwxue
11b4b40f41 Merge pull request #723 from Talend/bugfix/master/TUP-16058
TUP-16058:can't Guess Query successfully for Oracle
2016-10-19 18:44:51 +08:00
hwang
8167a514b8 TUP-16058:can't Guess Query successfully for Oracle 2016-10-19 18:43:57 +08:00
zwxue
46c7ebb15f Merge pull request #725 from Talend/bugfix/master/TUP-15335
TUP-15335:Cann't run ref project spark job if logon main project
2016-10-19 17:52:09 +08:00
hwang
147a926cf9 TUP-15335:Cann't run ref project spark job if logon main project 2016-10-19 17:08:25 +08:00
wang wei
32f351753d Merge pull request #719 from Talend/feature/6.3/TDI-36698_assume_roles_for_tS3_components
Feature/6.3/tdi 36698 assume roles for t s3 components
2016-10-19 17:03:01 +08:00
Dmytro Chmyga
261ddb871d TDI-36698: fixed review comments. 2016-10-19 11:34:13 +03:00
Dmytro Chmyga
c4e229a302 Merge branch 'master' into feature/6.3/TDI-36698_assume_roles_for_tS3_components 2016-10-19 11:07:09 +03:00
wang wei
0806a07dae Merge pull request #720 from Talend/feature/6.3/TDI-35666_ts3put_multipart_upload
TDI-35666: added Multipart Upload feature to tS3Put component.
2016-10-19 15:59:14 +08:00
Dmytro Chmyga
701e0cb4b1 TDI-35666: fixed review comments. 2016-10-19 10:53:33 +03:00
ycbai
f26328c23a TUP-16019: FileDelimited: All Fields is Empty for tFileInputDelimited
after using metadata in context mode from repository
2016-10-19 15:44:17 +08:00
hwang
b183dc93da TUP-16058:can't Guess Query successfully for Oracle 2016-10-19 10:59:13 +08:00
wang wei
5625cb7941 TDI-37639: Upgrade to Bonita 7.2
https://jira.talendforge.org/browse/TDI-37639
2016-10-19 09:32:43 +08:00
guol
46fdb1381f TUP-5737 fix: improved -- can't re-create the link between tMap after
it's deleted
2016-10-19 09:24:56 +08:00
Ivan Honchar
5934150c36 feat(TDI-36946/port): update Dropbox components configuration files to API library v2 2016-10-18 19:59:13 +03:00
Ivan Honchar
ed581facf4 feat(TDI-36946/port): add the same exception types and messages as were before in v1 2016-10-18 19:01:06 +03:00
Ivan Honchar
b0ce90ce88 feat(TDI-36946/port): added root folder path handling DropboxList component according to API update 2016-10-18 18:25:40 +03:00
Ivan Honchar
adc980046c feat(TDI-36946/port): update dropbox API library version in tDropboxList component to v2 2016-10-18 18:07:53 +03:00
Ivan Honchar
8365136932 feat(TDI-36946/port): update dropbox API library version in tDropboxDelete component to v2 2016-10-18 14:29:39 +03:00
Dmytro Chmyga
49c4c5dc33 TDI-35666: added Multipart Upload feature to tS3Put component. 2016-10-18 14:21:08 +03:00
Ivan Honchar
8389e677a7 feat(TDI-36946/port): update dropbox API library version in tDropboxPut component to v2 2016-10-18 14:12:37 +03:00
cmeng-talend
ba75415bde TUP-5155 fix> GIT: Offline Mode: Logon Branch is always master instead
of previous logged branch
https://jira.talendforge.org/browse/TUP-5155
2016-10-18 17:44:48 +08:00
GGu
a2f9224c38 Merge pull request #706 from Talend/bugfix/6.3/TUP-16050_fixNPEOfReplaceMultiFlowBytReplicateMigrationTask
TUP-16050: FileDelimited: When import old item, have NPE in ReplaceMultiFlowBytReplicateMigrationTask
2016-10-18 15:18:27 +08:00
wchen-talend
a7c4b631fb Merge pull request #712 from Talend/bugfix/6.3.0/TUP-5155-Last_used_branch
TUP-5155 fix> GIT: Offline Mode: Logon Branch is always master instead of previous logged branch
2016-10-18 15:00:50 +08:00
Haiting Yin
c143c12047 TMDM-10151 Uncheck Fire a Create/Update event option would happen compile error (#715) 2016-10-18 14:49:48 +08:00
hcyi
c742e04061 Merge pull request #716 from Talend/bugfix/6.3.1/TUP-16059_schema_change_buildin_when_reroute_source
TUP-16059:tSAPTableInput: Repository schema is changed to built-in when
2016-10-18 10:37:36 +08:00
Vladimir Bogatyrov
752dfff6e1 [TESB-17359] tMomOutput closes producer when using existing AMQ-connection 2016-10-17 21:42:44 +03:00
Ivan Honchar
4825847c32 feat(TDI-36946/port): update dropbox API library version in tDropboxGet component to v2 2016-10-17 17:48:22 +03:00
Sebastien Gandon
ac1663018f refactor (TCOMP-294): changed the bundle name for tcom services 2016-10-17 15:38:31 +02:00
Dmytro Chmyga
bdb407d984 TDI-36698: added Assume role feature to tS3List component. 2016-10-17 15:27:56 +03:00
Dmytro Chmyga
5c270bc128 TDI-36698: added Assume role feature to tS3Get component. 2016-10-17 15:27:31 +03:00
Dmytro Chmyga
7cf5ffa51e TDI-36698: added Assume role feature to tS3Delete component. 2016-10-17 15:27:02 +03:00
Dmytro Chmyga
ec184c8da3 TDI-36698: added Assume role feature to tS3Copy component. 2016-10-17 15:25:43 +03:00
Ivan Honchar
d6db1d1de9 feat(TDI-36946/port): update dropbox API library version in tDropboxConnection component to v2 2016-10-17 14:57:42 +03:00
Dmytro Chmyga
3beeb97745 TDI-36698: added Assume role feature to tS3Put component. 2016-10-17 14:44:29 +03:00
Dmytro Chmyga
4d84447d19 TDI-36698: added Assume role feature to tS3BucketList component. 2016-10-17 14:28:59 +03:00
Dmytro Chmyga
5b22b9c5ad TDI-36698: added Assume role feature to tS3BucketExist component. 2016-10-17 14:08:03 +03:00
Dmytro Chmyga
dc17ecc21b TDI-36698: added Assume role feature to tS3BucketDelete component. 2016-10-17 13:39:53 +03:00
Dmytro Chmyga
2d484a0f1e TDI-36698: fixed some properties visibility in tS3BucketCreate component. 2016-10-17 12:45:08 +03:00
Dmytro Chmyga
59a58277e8 TDI-36698: added Assume role feature to tS3BucketCreate component. 2016-10-17 12:09:40 +03:00
Dmytro Chmyga
acc46e034a TDI-36698: added Assume role feature to tS3Connection component. 2016-10-17 11:44:09 +03:00
zwxue
18716c4459 Merge pull request #713 from Talend/bugfix/master/TUP-16066
TUP-16066:when delete a componet for spark job that used joblet, line is
2016-10-17 16:01:35 +08:00
wchen-talend
50dac0371d TUP-16059:tSAPTableInput: Repository schema is changed to built-in when
main row is re-routed
2016-10-17 14:37:39 +08:00
wang wei
30086c5987 TDI-37519: fix the common javajet part
https://jira.talendforge.org/browse/TDI-37519
2016-10-17 14:34:35 +08:00
sgandon
7c9a074116 Merge pull request #714 from Talend/bug/6.3/TDI-37519-daikon
TDI-37519: fix the import
2016-10-16 17:12:24 +02:00
Sebastien Gandon
7afe1068c7 fix (TDI-37519): add missing import in manifest for daikon.runtime 2016-10-16 17:11:51 +02:00
wang wei
69826a054d TDI-37519: fix the import
https://jira.talendforge.org/browse/TDI-37519
2016-10-14 22:37:21 +08:00
hwang
fbd056c0b7 TUP-16066:when delete a componet for spark job that used joblet, line is
not deleted
2016-10-14 17:15:31 +08:00
zwxue
1393bf4c30 Merge pull request #710 from Talend/bugfix/master/TUP-16037
TUP-16037:Version for MSSQL is missing in Some Settings
2016-10-14 11:31:19 +08:00
cmeng-talend
18a2454cef TUP-5155 fix> GIT: Offline Mode: Logon Branch is always master instead
of previous logged branch
https://jira.talendforge.org/browse/TUP-5155
2016-10-14 11:28:12 +08:00
Chao MENG
3d0a0f94d8 Merge pull request #711 from Talend/bugfix/6.3/TUP-16060_!!!SchemaController.schemaOf!!!_display_on_Guess_schema_dialog
TUP-16060 fix:!!!SchemaController.schemaOf!!! display on Guess schema
2016-10-13 18:04:53 +08:00
wchen-talend
bdbfa95aff Merge pull request #704 from Talend/bugfix/6.3/TUP-16049_Enable_Auto_Conversion_types_only_for_standard_job
TUP-16049:"Enable Auto-Conversion of types" not added for Bigdata job
2016-10-13 17:35:22 +08:00
guol
2d2aeb90ce TUP-16060 fix:!!!SchemaController.schemaOf!!! display on Guess schema
dialog
2016-10-13 17:10:17 +08:00
GGu
a578b60a6c Merge pull request #699 from Talend/bugfix/6.3/TUP-15958_fixRefactorJobletProblem
TUP-15958: NPE error when refactor for joblet for tFileInputDelimited on spark job
2016-10-13 16:55:25 +08:00
GGu
b60befa081 Merge pull request #695 from Talend/bugfix/6.3/TUP-15962_fixUpdateProblem
TUP-15962: FileDelimited: Imported job always need Update when open it even if run job and auto-save
2016-10-13 16:53:38 +08:00
wchen-talend
91476446dd Merge pull request #702 from Talend/bugfix/6.3/TUP-16004_MapRDB_column_family_missing
TUP-16004:Column family is not set when drag MapRDB schema to job
2016-10-13 15:31:26 +08:00
GGu
bdc7cdc344 Merge pull request #707 from msjian/master
TDQ-7446: fix TDQ-7348 pattern list in tMultiPatternCheck show more than
2016-10-13 15:30:29 +08:00
hwang
918fce7dbd TUP-16037:Version for MSSQL is missing in Some Settings 2016-10-13 15:13:44 +08:00
msjian
56e3de1c02 TDQ-7446: fix TDQ-7348 pattern list in tMultiPatternCheck show more than
once.
2016-10-13 14:56:26 +08:00
wang wei
8e0d42279e Merge pull request #696 from Talend/bugfix/6.3/TDI-37552_Azure_support_for_other_mssql_components
Bugfix/6.3/tdi 37552 azure support for other mssql components
2016-10-13 13:54:53 +08:00
dlin-talend
503b97e6cd Merge pull request #705 from Talend/bugfix/master/TUP-15833
TUP-15833: [6.2.1] General JDBC metadata connection cannot use SAPHana
2016-10-13 11:12:08 +08:00
zwxue
f3a6d29e32 TUP-15833: [6.2.1] General JDBC metadata connection cannot use SAPHana
Mapping.
2016-10-13 11:05:54 +08:00
hcyi
057fac325b TUP-16049:"Enable Auto-Conversion of types" not added for Bigdata job 2016-10-13 10:46:35 +08:00
ycbai
ce6f72393a TUP-16050: FileDelimited: When import old item, have NPE in
ReplaceMultiFlowBytReplicateMigrationTask
2016-10-13 10:42:07 +08:00
hcyi
69f14ae212 Merge pull request #698 from Talend/bugfix/6.3.1/TUP-15996_saphana_guess_schema
TUP-15996:Guess Schema for tJDBCInput/tSAPHanaInput does not work for
2016-10-13 09:59:20 +08:00
wang wei
044e159924 Merge pull request #703 from Talend/bugfix/6.3/TDI-37525_support_document
TDI-37525: Add support document type in new framework
2016-10-13 09:56:44 +08:00
jzhao
b08772f36d TDI-37525: Fix delimited wrong migration mapping
https://jira.talendforge.org/browse/TDI-37525
2016-10-12 20:15:14 +08:00
jzhao
25fd1de78f TDI-37525: Add support document type in new framework
https://jira.talendforge.org/browse/TDI-37525
2016-10-12 18:15:09 +08:00
hcyi
3301983a59 TUP-16004:Column family is not set when drag MapRDB schema to job 2016-10-12 17:10:59 +08:00
nrousseau
a7591376b6 TUP-15998: Improve build speed for jobs (#700) 2016-10-12 10:25:37 +02:00
jzhao
6c93bea4c4 TDI-37606: Avoid NPE during filedelimited components migration 2016-10-11 18:40:50 +08:00
ycbai
8164b9ec83 TUP-15958: NPE error when refactor for joblet for tFileInputDelimited on
spark job
2016-10-11 18:22:20 +08:00
hwang-talend
aba9c3b6fc Merge pull request #693 from Talend/bugfix/master/TUP-15833
TUP-15833: Add migration task.
2016-10-11 17:25:56 +08:00
wchen-talend
dbdc5194da Merge pull request #697 from Talend/bugfix/6.3/TUP-15901_Proposal_for_Auto_Conversion
TUP-15901:Improve: Should support "Ctrl+Space" to list available functions in ProjectSetting->General->"Auto-Conversion of types"
2016-10-11 17:20:10 +08:00
wchen-talend
31800ac634 Merge pull request #691 from Talend/bugfix/6.3.0/TUP-15939-Git_offline_mode
TUP-15939 fix> GIT: Cannot Switch to Offline Mode if tag is selected in Remote Connection list
2016-10-11 17:12:48 +08:00
wchen-talend
d259f0310d TUP-15996:Guess Schema for tJDBCInput/tSAPHanaInput does not work for
SAP HANA tables
2016-10-11 16:19:17 +08:00
hcyi
90973106bc TUP-15901:Improve: Should support "Ctrl+Space" to list available
functions in ProjectSetting->General->"Auto-Conversion of types"
2016-10-11 14:09:57 +08:00
Dmytro Chmyga
af4f8fdea0 TDI-37552: added driver selection to tELTMSSqlMap component. 2016-10-10 15:32:52 +03:00
jzhao
e7ac065285 TDI-37525: Fix new delimited components table migration issue
https://jira.talendforge.org/browse/TDI-37525
2016-10-10 18:58:39 +08:00
ycbai
944146b602 TUP-15962: FileDelimited: Imported job always need Update when open it
even if run job and auto-save
2016-10-10 15:09:56 +08:00
GGu
a9a547bb26 Add missing test file. 2016-10-10 14:07:19 +08:00
Chao MENG
1bdcb41e1c Merge pull request #694 from Talend/bugfix/6.3.0/TUP-15923_git_editor_conn_status
TUP-15923:Git merge: parameter "Active" can be edited but can not be
2016-10-10 10:03:26 +08:00
GGu
4b3b81a1ab Merge pull request #690 from Talend/bugfix/6.3/TUP-15961_fixOverwriteProblemOfImportItems
TUP-15961: FileDelimited: Cannot list dup item if check "Overwrite existing item"
2016-10-10 09:50:01 +08:00
wchen-talend
4f4cf8571a TUP-15923:Git merge: parameter "Active" can be edited but can not be
saved.
2016-10-09 18:10:37 +08:00
zwxue
f600260074 TUP-15833: Add migration task. 2016-10-09 16:28:26 +08:00
wchen-talend
e1e463ef22 Merge pull request #692 from Talend/bugfix/6.3/TUP-15920_default_checked_auto_conversion_type
TUP-15920:when create tmap not enable option if checked auto-conversion of type in project setting
2016-10-09 15:36:10 +08:00
Mike Yan
b1af456353 TESB-17993: Add escapeJavaString method in CamelEndpointBuilder and
reformat
2016-10-09 15:23:44 +08:00
Mike Yan
a666f6a1f2 Merge branch 'master' of https://github.com/Talend/tdi-studio-se.git 2016-10-09 15:17:32 +08:00
hcyi
1038f0afce TUP-15920:when create tmap not enable option if checked auto-conversion
of type in project setting
2016-10-09 14:37:00 +08:00
cmeng-talend
f9acdcb0ec TUP-15939 fix> GIT: Cannot Switch to Offline Mode if tag is selected in
Remote Connection list
https://jira.talendforge.org/browse/TUP-15939
2016-10-08 18:36:17 +08:00
ycbai
0c383cf322 TUP-15961: FileDelimited: Cannot list dup item if check "Overwrite
existing item"
2016-10-08 16:37:52 +08:00
jzhao
d9036bdeec TUP-5011: tJMSInput "Enable Durable Subscription" causing
ClassCastException
https://jira.talendforge.org/browse/TUP-5011
2016-10-08 16:13:43 +08:00
Chao Meng
c88a63a754 Merge pull request #688 from Talend/bugfix/6.2/TUP-5737_can't_re_create_the_link_between_tMap_after_it's_deleted
TUP-5737 fix: can't re-create the link between tMap after it's deleted
2016-10-08 11:12:04 +08:00
wang wei
0f9501f816 TDI-37540: Unable to convert Dynamic type to String type in tMap with
'Auto Type Convert'
https://jira.talendforge.org/browse/TDI-37540
2016-10-08 10:47:58 +08:00
hcyi
2cfa9a3faf Merge pull request #682 from Talend/bugfix/6.3.0/TUP-15975_npe_in_tWebService
TUP-15975:Get NPE when click refresh on tWebService wizard with specific
2016-10-08 10:31:13 +08:00
Dmytro Chmyga
0109697cbd TDI-37552: added Azure support for tCreateTable component. 2016-10-06 10:48:20 +03:00
Dmytro Chmyga
7102262427 TDI-37548: moved NB_LINE increment out of the columns cycle. 2016-10-03 09:38:25 +03:00
dlin-talend
f0703aa0db Merge pull request #668 from Talend/bugfix/6.3/TUP-5524
TUP-5524: Keep the job id always, won't set empty in backgroud.
2016-09-30 16:49:33 +08:00
guol
90fdabd479 TUP-5737 fix: can't re-create the link between tMap after it's deleted 2016-09-30 16:40:34 +08:00
GGu
7fa9786249 Merge pull request #687 from Talend/bugfix/6.3/TUP-15957_fixReadonlyProblem
TUP-15957: fix the problem that contexted fileds are not readonly after export context.
2016-09-30 16:11:46 +08:00
ycbai
abb83569f7 TUP-15957: fix the problem that contexted fileds are not readonly after
export context.
2016-09-30 15:47:38 +08:00
GGu
08731d1528 Merge pull request #686 from Talend/bugfix/6.3/TUP-15954_rowSepEmptyAfterExportContext
TUP-15954: FileDelimited: "Row Seperator" is Empty after "Export as Context"
2016-09-30 15:29:34 +08:00
GGu
c49b7de01c Merge pull request #685 from Talend/feature/TUP-15978_addReadonlySupportForConfOfWidget
TUP-15978: Make READ_ONLY configuration of widget take effect in studio
2016-09-30 15:27:00 +08:00
GGu
7ec2820c95 Merge pull request #683 from Talend/bugfix/6.3/TUP-15955_fixContextIssuse
TUP-15955: FileDelimited: Useless context variable after "Export as Context"
2016-09-30 15:25:30 +08:00
ycbai
2f4adf5454 TUP-15954: FileDelimited: "Row Seperator" is Empty after "Export as
Context"
2016-09-30 15:05:32 +08:00
jzhao
4722c8ddb5 TDI-37525: Fix new delimited encoding migration
https://jira.talendforge.org/browse/TDI-37525
2016-09-29 19:43:17 +08:00
ycbai
a7fd418387 TUP-15978: Make READ_ONLY configuration of widget take effect in studio 2016-09-29 18:00:54 +08:00
dlin-talend
a6b4263a9f Merge pull request #684 from Talend/bugfix/6.3/TUP-15971
TUP-15971: Fix the problem for condition of Map components.
2016-09-29 17:01:09 +08:00
ycbai
a85d9e607a TUP-15955: FileDelimited: Useless context variable after "Export as
Context"
2016-09-29 16:46:37 +08:00
GGu
8f405c003d TUP-15971: Fix the problem for condition of Map components. 2016-09-29 16:29:53 +08:00
GGu
60adffbed8 Merge pull request #681 from Talend/bugfix/6.3/TUP-15948_fileNameQuotesProblem
TUP-15948: FileDelimited:file name is not right when choose an existed metadata for tFileInputDelimited
2016-09-29 16:02:17 +08:00
wchen-talend
c582f6b33d TUP-15975:Get NPE when click refresh on tWebService wizard with specific
wsdl.
2016-09-29 15:34:44 +08:00
ycbai
80f76d3b07 TUP-15948: FileDelimited:file name is not right when choose an existed
metadata for tFileInputDelimited
2016-09-29 11:00:57 +08:00
GGu
20c2765b2c Merge pull request #680 from Talend/bugfix/6.3/TUP-15940_fixNPEWhenSaveJobWithFileDelimitedComponent
TUP-15940: Studio throw a NPE error log when saving a testcase or a job contain tfileInputDelimited/tfileOutputDelimited.
2016-09-28 17:36:07 +08:00
GGu
babe894758 Merge pull request #679 from Talend/bugfix/6.3/TUP-15937_fixRefreshProblem
TUP-15937: New framework components UI can't be refreshed
2016-09-28 17:35:27 +08:00
jzhao
a8d479471e TDI-37525: Fix filedelimited "rowseparator" migration issue.
https://jira.talendforge.org/browse/TDI-37525
2016-09-28 17:19:04 +08:00
ycbai
d273256dbe TUP-15940: Studio throw a NPE error log when saving a testcase or a job
contain tfileInputDelimited/tfileOutputDelimited.
2016-09-28 15:39:26 +08:00
ycbai
17f18fdc3d TUP-15937: New framework components UI can't be refreshed 2016-09-28 15:05:43 +08:00
hwang-talend
a30f500c56 Merge pull request #676 from Talend/bugfix/master/TUP-15938
TUP-15938:Cann't create joblet when use TP_BD license
2016-09-27 18:52:36 +08:00
GGu
4b7eff2772 Merge pull request #678 from Talend/bugfix/6.3/TUP-15929_fixProblemOfHDFSRetrieveSchema
TUP-15929: Cann't retrieve schema for HDFS
2016-09-27 18:05:28 +08:00
ycbai
8104fd4378 TUP-15929: Cann't retrieve schema for HDFS 2016-09-27 17:57:52 +08:00
hwang-talend
ddbbc4b683 Merge pull request #675 from Talend/bugfix/master/TUP-15880
TUP-15880: "Guess schema" throwing ClassNotFoundException when
2016-09-27 17:50:59 +08:00
Dmytro Chmyga
df1422cdda TDI-32687: added enforcement property to tSOAP component; updated talend-soap library version. 2016-09-27 12:31:48 +03:00
hwang
daf01d0bd4 TUP-15938:Cann't create joblet when use TP_BD license 2016-09-27 17:29:08 +08:00
Dmytro Chmyga
39cdc79b5a TDI-32687: added ntlm credentials enforcement to talend-soap library. 2016-09-27 12:26:48 +03:00
jzhao
eb94936002 TDI-37525: Fix Output components just passed the input records to next
component
https://jira.talendforge.org/browse/TDI-37525
2016-09-27 17:26:16 +08:00
zwxue
4aff5e0147 Merge pull request #673 from Talend/bugfix/master/TUP-15870
TUP-15870:NPE shows when drag Big Data schema to Spark/Spark Streaming
2016-09-27 17:13:59 +08:00
zwxue
9a9699cc6a TUP-15880: "Guess schema" throwing ClassNotFoundException when
t<DB>Connection in Joblet.
2016-09-27 17:01:54 +08:00
Mike Yan
9ad7832c84 Merge branch 'master' of https://github.com/Talend/tdi-studio-se.git 2016-09-27 09:55:51 +08:00
Mike Yan
23cdd58198 Merge branch 'master' of https://github.com/Talend/tdi-studio-se.git 2016-09-26 14:27:02 +08:00
hwang
38948abcc6 TUP-15870:NPE shows when drag Big Data schema to Spark/Spark Streaming
joblet
2016-09-26 13:29:57 +08:00
GGu
6089570f6d TUP-5524: Keep the job id always, won't set empty in backgroud. 2016-09-22 15:32:31 +08:00
Mike Yan
d0a92a5c16 Merge branch 'master' of https://github.com/Talend/tdi-studio-se.git 2016-09-22 09:41:33 +08:00
Mike Yan
5cf148fbee TESB-17856: ESB Microservice can be exported only with Default context 2016-09-21 19:35:15 +08:00
SunChaoqun
37729ca979 TDI-37078 Upgrade to activemq 5.14.0 2016-08-16 13:32:11 +08:00
15442 changed files with 501683 additions and 140602 deletions

34
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,34 @@
**What is the current behavior?** (You can also link to an open issue here)
**What is the new behavior?**
**Please check if the PR fulfills these requirements**
- [ ] The commit message follows Talend standard
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features) ?
- [ ] The code coverage on new code >75%
- [ ] The new code does not introduce new technical issues (sonar / eslint)
**What kind of change does this PR introduce?**
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build / CI related changes
- [ ] Other... Please describe:
**Does this PR introduce a breaking change?**
- [ ] Yes
- [ ] No
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
**Other information**:

View File

@@ -3,4 +3,5 @@ Huge thanks to these people who contributed in making Talend product better:
- [deki](https://github.com/deki) (Dennis Kieselhorst)
- [jlolling](https://github.com/jlolling) (Jan -and Miss- Lolling)
- [kirkalicious](https://github.com/kirkalicious) (Kirk Tarou)
- [mrizzato](https://github.com/mrizzato) (Massimiliano Rizzato)
- [brazabr](https://github.com/brazabr) (Thiago Benvenuto)

68
PATCH_RELEASE_NOTE.md Normal file
View File

@@ -0,0 +1,68 @@
---
version: 7.0.1
module: https://talend.poolparty.biz/coretaxonomy/42
product:
- https://talend.poolparty.biz/coretaxonomy/23
---
# TPS-3404
| Info | Value |
| ---------------- | ---------------- |
| Patch Name | Patch\_20190920\_TPS-3404\_v1-7.0.1 |
| Release Date | 2019-10-11 |
| Target Version | 7.0.1.20190226\_1146-patch |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-3404 [7.0.1] An error occurs on tFileOutputExcel after Iterate when /tmp/profiles folder does not exist (TDI-42092)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 7.0.1 must be installed.
- Patch TPS-2956 must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
### Installing the patch using Commandline
Execute the following commands:
1. Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 --talendDebug
2. initRemote {tac_url} -ul {TAC login username} -up {TAC login password}
3. checkAndUpdate -tu {TAC login username} -tup {TAC login password}
## Uninstallation
Backup the Affected files list below. Uninstall the patch by restore the backup files.
## Affected files for this patch
The following files are installed by this patch:
- {Talend\_Studio\_path}/plugins/org.talend.designer.components.localprovider\_7.0.1.20190226\_1146-patch/components/tFileOutputExcel/tFileOutputExcel/_begin.javajet

View File

@@ -2,7 +2,7 @@
http://www.talend.com
![alt text](http://www.talend.com/sites/all/themes/talend_responsive/images/logo.png "Talend")
![alt text](https://www.talend.com/wp-content/uploads/2016/07/talend-logo.png "Talend")
> Contents
@@ -27,7 +27,7 @@ All Talend Studio repositories follow the same file structure:
## Download
You can download this product from the [Talend website](http://www.talend.com/download/talend-open-studio?qt-product_tos_download_new=1&utm_source=github&utm_campaign=tosdi).
You can download this product from the [Talend website](http://www.talend.com/download/talend-open-studio?qt-product_tos_download_new=1&utm_medium=communityext&utm_source=github&utm_campaign=tosdi).
## Usage and Documentation
@@ -55,6 +55,6 @@ See the [CONTRIBUTORS.md](./CONTRIBUTORS.md) file for details.
## License
Copyright (c) 2006-2015 Talend
Copyright (c) 2006-2016 Talend
Licensed under the Apache V2 License

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<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>

View File

@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.talend.componentdesigner.nl</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -1,8 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.nl
Bundle-Version: 6.3.0.qualifier
Fragment-Host: org.talend.componentdesigner
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -1,6 +0,0 @@
source.. = src/
output.. = class/
bin.includes = META-INF/,\
.,\
plugin_en.properties,\
plugin_zh.properties

View File

@@ -1,2 +0,0 @@
#Created by JInto - www.guh-software.de
#Tue Mar 04 09:02:03 CST 2008

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,40 +0,0 @@
AbstractXMLConfigPage.TYPETip=\u0646\u0648\u0639 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A
PushToPaletteActionProvider.Error2=\u062E\u0637\u0623
AbstractXMLConfigPage.MAXOUTPUTTip=\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0645\u062E\u0631\u062C\u0627\u062A \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
AbstractXMLConfigPage.MAXINPUTTip=\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0645\u062F\u062E\u0644\u0627\u062A \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
AddExternalResourceAction.JarSelection=\u0625\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 Jar
ComponentProjectManager.CreationProblems=\u0623\u062E\u0637\u0627\u0621 \u0627\u0644\u0625\u0646\u0634\u0627\u0621
CreateComponentWizard.SpecifyRes=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u0648\u0627\u0631\u062F
PushToPaletteActionProvider.Error=\u062E\u0637\u0623
ComponentProjectManager.InternalErrorMsg=\u062E\u0637\u0623 \u062F\u0627\u062E\u0644\u064A: {0}
AbstractXMLConfigPage.IntValue=\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629.
WizardComponentFolderPage.Available=\u0645\u0648\u062C\u0648\u062F \u0641\u064A
AbstractXMLConfigPage.EXTENSIONTip=\u0642\u064A\u0645\u0629 \u0646\u0635\u064A\u0629 \u0644\u0627\u0633\u0645 \u0627\u0644\u0625\u0636\u0627\u0641\u0629. \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629.
ComponentProjectPreferencePage.ChooseProject=\u0627\u062E\u062A\u0631 \u0645\u062C\u0644\u062F \u0644\u0645\u0634\u0631\u0648\u0639 \u0645\u0635\u0645\u0645 \u0627\u0644\u0645\u0643\u0648\u0646
AbstractXMLConfigPage.BooleanTip=\u0642\u064A\u0645\u0629 \u0645\u0646\u0637\u0642\u064A\u0629 (\u0635\u062D \u0623\u0648 \u062E\u0637\u0623).
AbstractXMLConfigPage.Delete=\u062D\u0630\u0641
ComponentProjectPreferencePage.Warning=\u062A\u062D\u0630\u064A\u0631
AbstractXMLConfigPage.VERSIONTip=\u0642\u064A\u0645\u0629 \u0639\u0634\u0631\u064A\u0629 \u0644\u062A\u062D\u062F\u064A\u062F \u0646\u0633\u062E\u0629 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u062C\u062F\u064A\u062F.
WizardJetFilesChoosePage.Directory=\u0627\u0644\u0645\u062C\u0644\u062F:
WizardComponentFolderPage.Name=\u0627\u0644\u0627\u0633\u0645
WizardJetFilesChoosePage.UseIconFrom=\u0627\u0633\u062A\u062E\u062F\u0645 \u0623\u064A\u0642\u0648\u0646\u0629 \u0645\u0646:
AbstractXMLConfigPage.SetProperties=\u062A\u062D\u062F\u064A\u062F \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062E\u062A\u0627\u0631.
ComponentProjectPreferencePage.ComponentProject=\u0645\u0634\u0631\u0648\u0639 \u0645\u0643\u0648\u0646:
AddResourceAction.AddLib=\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u062A\u0628\u0627\u062A...
WizardComponentFolderPage.Perl=\u0628\u064A\u0631\u0644
AddExternalResourceAction.ErrorTitle=\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u0623\u0631\u0634\u064A\u0641 \u0627\u0644\u062E\u0627\u0631\u062C\u064A
AbstractXMLConfigPage.MININPUTTip=\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0644\u0645\u062F\u062E\u0644\u0627\u062A \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
WizardJetFilesChoosePage.UseDefaultIcon=\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
AddResourceAction.JARSecection=\u0625\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 Jar
AddExternalResourceAction.ErrorMsg=\u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0631\u0634\u064A\u0641 \u0627\u0644\u062E\u0627\u0631\u062C\u064A \u0627\u0644\u0645\u062D\u062F\u062F
ComponentProjectManager.NewProject=\u0645\u0634\u0631\u0648\u0639 \u0645\u0643\u0648\u0646 \u062C\u062F\u064A\u062F
WizardJetFilesChoosePage.ChoseAIcon=\u0627\u062E\u062A\u0631 \u0623\u064A\u0642\u0648\u0646\u0629
ComponentProjectPreferencePage.SelectPath=\u0627\u062E\u062A\u0631 \u0645\u0633\u0627\u0631 \u0645\u0634\u0631\u0648\u0639 \u0645\u0643\u0648\u0646
ProjectSelectionDialog.ComponentProject=\u0645\u0634\u0631\u0648\u0639 \u0645\u0643\u0648\u0646:
CreateComponentWizard.MainProperties=\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
WizardComponentFolderPage.Family=\u0627\u0644\u0639\u0627\u0626\u0644\u0629
AbstractXMLConfigPage.CTYPETip=\u0646\u0648\u0639 \u0627\u0644\u0645\u0648\u0635\u0644.
ImportComponentDialog.WarningTitle=\u062A\u062D\u0630\u064A\u0631
AddExternalResourceAction.AddELibs=\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u062A\u0628\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629...
WizardComponentFolderPage.Java=\u062C\u0627\u0641\u0627
AbstractXMLConfigPage.MINOUTPUTTip=\u0642\u064A\u0645\u0629 \u0631\u0642\u0645\u064A\u0629. \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0644\u0645\u062E\u0631\u062C\u0627\u062A \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062A\u0635\u0627\u0644

View File

@@ -1,91 +0,0 @@
FileCopy.ExceptionMSG=Die Quelldatei "
PushToPaletteActionProvider.PushComponentsToPalette=Komponente in Palette <20>bernehmen
EditComponentActionProvider.Edit=Edit This Component
ImportComponentDialog.ErrorMSG4=Es wurden keine Komponente f<>r den Import ausgew<65>hlt.
ProjectSelectionDialog.SelectPath=Projekt-Pfad w<>hlen
AbstractXMLConfigPage.TYPETip=Datentyp.
PushToPaletteActionProvider.Error2=Fehler
CopyFromPaletteActionProvider.Label2=Importiere Komponenten von der Palette
AbstractXMLConfigPage.MAXOUTPUTTip=Ganzzahliger Wert. Maximale Anzahl an Ausgaben f<>r diese Verbindung.
ComponentProjectPreferencePage.WarningMSG=Achtung, diese <20>nderung wirkt sich nur auf den Component-Designer, aber nicht auf die Palette aus.
AbstractXMLConfigPage.MAXINPUTTip=Ganzzahliger Wert. Maximale Anzahl an Eingaben f<>r diese Verbindung.
PushToPaletteActionProvider.ErrorMSG2=Verzeichnis f<>r Benutzerkomponente existiert nicht.
AddExternalResourceAction.JarSelection=JAR-Auswahl
ComponentProjectManager.CreationProblems=Erstellungsprobleme
CopyComponentActionProvider.InputName=Gebe einen neuen Komponentennamen f<>r
CreateComponentWizard.SpecifyRes=Ressourcen festlegen
AbstractXMLConfigPage.REPOSITORYVALUETip=Zu w<>hlendes Metadaten-Repository.
PushToPaletteActionProvider.ErrorMSG=Verzeichnis f<>r Benutzerkomponente wurde nicht angegeben.
AbstractXMLConfigPage.NUMROWTip=Integer-Wert. Zeile dieses Parameters in der Component-View
PushToPaletteActionProvider.Error=Fehler
ComponentProjectManager.InternalErrorMsg=Internal error: {0}
AbstractXMLConfigPage.IntValue=Integer-Wert.
ImportComponentDialog.ImportCanceled=Import der Komponenten abgebrochen
WizardComponentFolderPage.Available=Verf<EFBFBD>gbar in
PushToPaletteActionProvider.OK=Aktualisieren
WizardJetFilesChoosePage.BeginFile=Dateianfang
AbstractXMLConfigPage.COLORTip=Hex-Wert f<>r RGB. Zum Beispiel: "00FF00"
CreateComponentWizard.CreateXMLPerl=Erzeugen der XML-Konfigurationsdatei der PERL-Komponente
ImportComponentDialog.SelectDirectoryLabel=W<EFBFBD>hlen Sie ein Verzeichnis:
PushToPaletteActionProvider.Information=Informaton
NewActionProvider.New=Neu
AbstractXMLConfigPage.EXTENSIONTip=String-Wert des Plugin-Namens. Diese Option ist f<>r externe Komponenten.
NewActionProvider.NewComponent=Neue Komponente
ImportComponentDialog.ShowPaletteComponents=Komponentenpalette anzeigen
ComponentProjectPreferencePage.ChooseProject=W<EFBFBD>hlen Sie ein Projekt f<>r diesen Komponentendesigner
WizardComponentFolderPage.ErrMSG5=Die Komponentenfamilie ist leer
WizardComponentFolderPage.ErrMSG4=Der lange Name der Komponente ist leer
AbstractXMLConfigPage.BooleanTip=Boolean-Wert (true oder false).
AbstractXMLConfigPage.Delete=L<EFBFBD>schen
WizardComponentFolderPage.ErrMSG3=Diese Komponente existiert bereits
WizardComponentFolderPage.ErrMSG2=Der Komponentenname ist leer
WizardComponentFolderPage.ErrMSG1=Die Sprache der Komponente wurde nicht ausgew<65>hlt
ImportComponentDialog.Filter=Filter:
CreateComponentWizard.FillIn=Tragen Sie die Komponenten-Eigenschaften ein
ComponentProjectPreferencePage.Warning=Warnung
AbstractXMLConfigPage.VERSIONTip=Ein Dezimalwert zur Angabe der Version Ihrer neuen Komponente.
WizardJetFilesChoosePage.Directory=Verzeichnis:
CreateComponentWizard.NewComponent=Neue Komponente
WizardComponentFolderPage.Name=Name
RemoveResourceAction.Remove=Entfernen
WizardJetFilesChoosePage.UseIconFrom=Verwende Icon von:
ImportComponentDialog.ImportFinished=Import der Komponente abgeschlossen
AbstractXMLConfigPage.SetProperties=Eigenschaften des gew<65>hlten Elements setzen.
ComponentProjectPreferencePage.ComponentProject=Projektkomponente:
AddResourceAction.AddLib=Libraries hinzuf<75>gen...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=Komponenten erfolgreich importiert.
AddExternalResourceAction.ErrorTitle=Fehler in externem Archiv
AbstractXMLConfigPage.NBLINESTip=Ganzzahliger Wert. Zeilenabstand f<>r diesen Parameter in der Komponentenansicht
AbstractXMLConfigPage.MININPUTTip=Ganzzahliger Wert. Minimale Anzahl an Eingaben f<>r diese Verbindung.
WizardJetFilesChoosePage.MainFile=Main File
CreateComponentWizard.CreateXMLJava=Erzeugen der XML-Konfigurationsdatei der JAVA-Komponente
WizardJetFilesChoosePage.UseDefaultIcon=Standard-Icon verwenden
WizardComponentFolderPage.LongName=Langer Name (Maus-Tooltip)
CopyComponentActionProvider.CopyComponent=Diese Komponente kopieren
AddResourceAction.JARSecection=JAR-Auswahl
AddExternalResourceAction.ErrorMsg=Das angegebene externe Archiv ist nicht verf<72>gbar oder existiert nicht.
CopyFromPaletteActionProvider.Label=Kopiere Komponenten von der Palette
WizardJetFilesChoosePage.ChoseAIcon=Icon ausw<73>hlen
AbstractXMLConfigPage.LINESTYLETip=Integer Wert. Stil der Verbindungen (1: Durchgehend, 2:Gestrichelt, 3:Gepunktet, 4:Gepunktet/Gestrichelt)
WizardJetFilesChoosePage.EndFile=End File
PushToPaletteActionProvider.InformationMSG=Komponente wurden ver<65>ffentlicht. Die Palette wird aktualisiert.
EditComponentActionProvider.GroupEdit=group.edit
ProjectSelectionDialog.ComponentProject=Projektkomponente:
ComponentProjectPreferencePage.ButtonLabel0=<EFBFBD>bernehmen
AbstractXMLConfigPage.New=Neu
CopyComponentValidator.ComponentExist=Die Komponente existiert bereits
CreateComponentWizard.MainProperties=Haupteigenschaften
ComponentProjectManager.WarningMsg=The underlying file system is case insensitive. There is an existing project which conflicts with {0}
WizardComponentFolderPage.Family=Familie
PushToPaletteActionProvider.OK3=Aktualisieren
PushToPaletteActionProvider.OK2=Aktualisieren
CopyComponentActionProvider.CopyComponent2=Komponente kopieren
AbstractXMLConfigPage.CTYPETip=Connector-Typ.
AddResourceAction.ChooseResource=W<EFBFBD>hlen Sie JAR und ZIP-Ar&chive zum hinzuf<75>gen aus:
ImportComponentDialog.WarningTitle=Warnung
AddExternalResourceAction.AddELibs=Externe Libraries hinzuf<75>gen...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=Keine Komponenten verf<72>gbar.
AbstractXMLConfigPage.MINOUTPUTTip=Ganzzahliger Wert. Minimale Anzahl an Ausgaben f<>r diese Verbindung.
ValidateComponentXMLActionProvider.ok=<EFBFBD>bernehmen

View File

@@ -1,103 +0,0 @@
FileCopy.ExceptionMSG=\u03A4\u03BF \u03C0\u03B7\u03B3\u03B1\u03AF\u03BF \u0391\u03C1\u03C7\u03B5\u03AF\u03BF "
PushToPaletteActionProvider.PushComponentsToPalette=\u03A0\u03C1\u03BF\u03CE\u03B8\u03B7\u03C3\u03B7 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03C3\u03C4\u03B7\u03BD \u03A0\u03B1\u03BB\u03AD\u03C4\u03B1
EditComponentActionProvider.Edit=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u0391\u03C5\u03C4\u03BF\u03CD \u03C4\u03BF\u03C5 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
ImportComponentDialog.ErrorMSG4=\u039A\u03B1\u03BD\u03AD\u03BD\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B5 \u03B3\u03B9\u03B1 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE.
ProjectSelectionDialog.SelectPath=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u039C\u03BF\u03BD\u03BF\u03C0\u03B1\u03C4\u03B9\u03BF\u03CD \u0388\u03C1\u03B3\u03BF\u03C5
AbstractXMLConfigPage.TYPETip=\u03A4\u03CD\u03C0\u03BF\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD.
PushToPaletteActionProvider.Error2=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
CopyFromPaletteActionProvider.Label2=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03C0\u03B1\u03BB\u03AD\u03C4\u03B1
AbstractXMLConfigPage.MAXOUTPUTTip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF\u03C2 \u0391\u03C1 \u03B5\u03BE\u03CC\u03B4\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
ImportComponentDialog.Browser=\u03A0\u03B5\u03C1\u03B9\u03B7\u03B3\u03B7\u03C4\u03AE\u03C2..
ComponentProjectPreferencePage.WarningMSG=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7, \u03B1\u03C5\u03C4\u03AE \u03B7 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B8\u03B1 \u03B5\u03C0\u03B7\u03C1\u03B5\u03AC\u03C3\u03B5\u03B9 \u03BC\u03CC\u03BD\u03BF \u03C4\u03BF \u03A3\u03C7\u03B5\u03B4\u03B9\u03B1\u03C3\u03C4\u03AE \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD, \u03CC\u03C7\u03B9 \u03C4\u03B7\u03BD \u03A0\u03B1\u03BB\u03AD\u03C4\u03B1.
AbstractXMLConfigPage.MAXINPUTTip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF\u03C2 \u0391\u03C1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
PushToPaletteActionProvider.ErrorMSG2=\u039F \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9.
AddExternalResourceAction.JarSelection=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE Jar
ComponentProjectManager.CreationProblems=\u03A0\u03C1\u03BF\u03B2\u03BB\u03AE\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2
CopyComponentActionProvider.InputName=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03BD\u03AD\u03BF\u03C5 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03B3\u03B9\u03B1
CreateComponentWizard.SpecifyRes=\u039A\u03B1\u03B8\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03C0\u03CC\u03C1\u03BF\u03B9
AbstractXMLConfigPage.REPOSITORYVALUETip=\u03A7\u03CE\u03C1\u03BF\u03C2 \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2 \u03BC\u03B5\u03C4\u03B1\u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE.
PushToPaletteActionProvider.ErrorMSG=\u039F \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C2.
AbstractXMLConfigPage.NUMROWTip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u0398\u03AD\u03C3\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03B1\u03C5\u03C4\u03AE\u03C2 \u03C4\u03B7\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03C4\u03C1\u03BF\u03C5 \u03C3\u03C4\u03B7\u03BD \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF
PushToPaletteActionProvider.Error=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1
ComponentProjectManager.InternalErrorMsg=\u0395\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1: {0}
AbstractXMLConfigPage.IntValue=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03A4\u03B9\u03BC\u03AE.
ImportComponentDialog.ImportCanceled=\u0397 \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u0391\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5
WizardComponentFolderPage.Available=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03C3\u03B5
PushToPaletteActionProvider.OK=\u039F\u039A
WizardJetFilesChoosePage.BeginFile=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF \u0391\u03C1\u03C7\u03AE\u03C2
AbstractXMLConfigPage.COLORTip=\u0394\u03B5\u03BA\u03B1\u03B5\u03BE\u03B1\u03B4\u03B9\u03BA\u03AE \u03C4\u03B9\u03BC\u03AE RGB. \u0393\u03B9\u03B1 \u03C0\u03B1\u03C1\u03AC\u03B4\u03B5\u03B9\u03B3\u03BC\u03B1: "00FF00"
CreateComponentWizard.CreateXMLPerl=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C4\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03BC\u03B5\u03C4\u03C1\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 XML \u03B3\u03B1 \u03C4\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF PERL
ImportComponentDialog.SelectDirectoryLabel=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5:
PushToPaletteActionProvider.Information=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B1
PluginConstant.Borwser=\u03A0\u03B5\u03C1\u03B9\u03B7\u03B3\u03B7\u03C4\u03AE\u03C2..
NewActionProvider.New=\u039D\u03AD\u03BF
AbstractXMLConfigPage.EXTENSIONTip=\u03A4\u03B9\u03BC\u03AE \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2. \u0391\u03C5\u03C4\u03AE \u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03B5\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AC \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1.
NewActionProvider.NewComponent=\u039D\u03AD\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF
ImportComponentDialog.ShowPaletteComponents=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03A0\u03B1\u03BB\u03AD\u03C4\u03B1\u03C2 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD
ComponentProjectPreferencePage.ChooseProject=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5 \u03AD\u03C1\u03B3\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C3\u03C7\u03B5\u03B4\u03B9\u03B1\u03C3\u03C4\u03AE \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
WizardComponentFolderPage.ErrMSG5=\u03A4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Family \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
WizardComponentFolderPage.ErrMSG4=\u03A4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Long Name \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
AbstractXMLConfigPage.BooleanTip=Boolean \u03C4\u03B9\u03BC\u03AE (\u03BF\u03C1\u03B8\u03CC \u03AE \u03BB\u03AC\u03B8\u03BF\u03C2)
AbstractXMLConfigPage.Delete=\u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
WizardComponentFolderPage.ErrMSG3=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7
WizardComponentFolderPage.ErrMSG2=\u03A4\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u038C\u03BD\u03BF\u03BC\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
WizardComponentFolderPage.ErrMSG1=\u0397 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03C7\u03B8\u03B5\u03AF
ImportComponentDialog.Filter=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF:
CreateComponentWizard.FillIn=\u03A3\u03C5\u03BC\u03C0\u03BB\u03AE\u03C1\u03C9\u03C3\u03B7 \u03B9\u03B4\u03B9\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
ImportComponentDialog.ImportCanceledMSG=\u0397 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B3\u03B9\u03B1 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03C0\u03B1\u03BB\u03AD\u03C4\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03B1\u03BA\u03C5\u03C1\u03C9\u03B8\u03B5\u03AF.
ComponentProjectPreferencePage.Warning=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
AbstractXMLConfigPage.VERSIONTip=\u039C\u03B9\u03B1 \u03B4\u03B5\u03BA\u03B1\u03B4\u03B9\u03BA\u03AE \u03C4\u03B9\u03BC\u03AE \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03C5\u03C0\u03CC\u03B4\u03B5\u03B9\u03BE\u03B7 \u03C4\u03B7\u03C2 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7\u03C2 \u03C4\u03BF\u03C5 \u03BD\u03AD\u03BF\u03C5 \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5.
WizardJetFilesChoosePage.Directory=\u039A\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF\u03C2:
CreateComponentWizard.NewComponent=\u039D\u03AD\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF
WizardComponentFolderPage.Name=\u038C\u03BD\u03BF\u03BC\u03B1
RemoveResourceAction.Remove=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
WizardJetFilesChoosePage.UseIconFrom=\u03A7\u03C1\u03AE\u03C3\u03B7 \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03BF\u03C5 \u03B1\u03C0\u03CC:
ImportComponentDialog.ImportFinished=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CE\u03BD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03A4\u03B5\u03BB\u03B5\u03AF\u03C9\u03C3\u03B5
AbstractXMLConfigPage.SetProperties=\u039F\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C4\u03C9\u03BD \u03B9\u03B4\u03B9\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD \u03B3\u03B9\u03B1 \u03C4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF.
ProjectSelectionDialog.ChooseFolder=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5 \u03AD\u03C1\u03B3\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03C5\u03BD\u03B5\u03B4\u03C1\u03AF\u03B1
ComponentProjectPreferencePage.ComponentProject=\u0388\u03C1\u03B3\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5:
AddResourceAction.AddLib=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u0392\u03B9\u03B2\u03BB\u03B9\u03BF\u03B8\u03B7\u03BA\u03CE\u03BD...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u03A4\u03B1 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B9\u03C3\u03AE\u03C7\u03B8\u03B7\u03C3\u03B1\u03BD \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03CE\u03C2.
AddExternalResourceAction.ErrorTitle=\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
AbstractXMLConfigPage.MININPUTTip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF\u03C2 \u0391\u03C1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
WizardJetFilesChoosePage.MainFile=\u039A\u03CD\u03C1\u03B9\u03BF \u0391\u03C1\u03C7\u03B5\u03AF\u03BF
CreateComponentWizard.CreateXMLJava=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03C4\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03BC\u03B5\u03C4\u03C1\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 XML \u03B3\u03B1 \u03C4\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF JAVA
WizardJetFilesChoosePage.UseDefaultIcon=\u03A7\u03C1\u03AE\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03BF\u03C5
CopyComponentActionProvider.CopyComponent=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u0391\u03C5\u03C4\u03BF\u03CD \u03C4\u03BF\u03C5 \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
ImportComponentDialog.ChooseComponentsLabel=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03C0\u03C1\u03BF\u03C2 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE:
AddResourceAction.JARSecection=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE Jar
AddExternalResourceAction.ErrorMsg=\u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03B5\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B7 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03AE \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9.
ComponentProjectManager.NewProject=\u039D\u03AD\u03BF \u0388\u03C1\u03B3\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
CopyFromPaletteActionProvider.Label=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03A0\u03B1\u03BB\u03AD\u03C4\u03B1
WizardJetFilesChoosePage.ChoseAIcon=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03CC\u03C2 \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03BF\u03C5
ComponentProjectPreferencePage.SelectPath=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u039C\u03BF\u03BD\u03BF\u03C0\u03B1\u03C4\u03B9\u03BF\u03CD \u0388\u03C1\u03B3\u03BF\u03C5 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
AbstractXMLConfigPage.LINESTYLETip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u03A3\u03C4\u03C5\u03BB \u0393\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2 (1: \u03A3\u03C5\u03BD\u03B5\u03C7\u03AE\u03C2, 2: \u0394\u03B9\u03B1\u03BA\u03B5\u03BA\u03BF\u03BC\u03BC\u03AD\u03BD\u03B7, 3: \u039C\u03B5 \u03C4\u03B5\u03BB\u03B5\u03AF\u03B5\u03C2, 4: \u0394\u03B9\u03B1\u03BA\u03B5\u03BA\u03BF\u03BC\u03BC\u03AD\u03BD\u03B7 \u03BC\u03B5 \u03C4\u03B5\u03BB\u03B5\u03AF\u03B5\u03C2)
WizardJetFilesChoosePage.EndFile=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF \u03A4\u03AD\u03BB\u03BF\u03C5\u03C2
PushToPaletteActionProvider.InformationMSG=\u03A4\u03B1 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03B4\u03B7\u03BC\u03BF\u03C3\u03B9\u03B5\u03CD\u03C4\u03B7\u03BA\u03B1\u03BD. \u0397 \u03C0\u03B1\u03BB\u03AD\u03C4\u03B1 \u03B8\u03B1 \u03B1\u03BD\u03B1\u03BD\u03B5\u03C9\u03B8\u03B5\u03AF.
ProjectSelectionDialog.ComponentProject=\u0388\u03C1\u03B3\u03BF \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03BF\u03CD \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5:
ComponentProjectPreferencePage.ButtonLabel0=\u039F\u03BA
AbstractXMLConfigPage.New=\u039D\u03AD\u03BF
ImportComponentDialog.WarningMSG=\u0391\u03C5\u03C4\u03AE \u03B7 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B8\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03B9 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03BD\u03C4\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03C3\u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03C0\u03C1\u03B1\u03B3\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u03BD\u03B1 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1;
CreateComponentWizard.MainProperties=\u039A\u03CD\u03C1\u03B9\u03B5\u03C2 \u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2
ComponentProjectManager.WarningMsg=\u03A4\u03BF \u03C5\u03C0\u03BF\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03C3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03C5\u03B1\u03AF\u03C3\u03B8\u03B7\u03C4\u03BF \u03C3\u03C4\u03B1 \u03BA\u03B5\u03C6\u03B1\u03BB\u03B1\u03AF\u03B1-\u03BC\u03B9\u03BA\u03C1\u03AC \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2. \u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AD\u03BD\u03B1 \u03AD\u03C1\u03B3\u03BF \u03C0\u03BF\u03C5 \u03C3\u03C5\u03B3\u03BA\u03C1\u03BF\u03CD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF {0}
WizardComponentFolderPage.Family=\u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1
PushToPaletteActionProvider.OK3=\u039F\u039A
PushToPaletteActionProvider.OK2=\u039F\u039A
CopyComponentActionProvider.CopyComponent2=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5
AbstractXMLConfigPage.CTYPETip=\u03A4\u03CD\u03C0\u03BF\u03C2 \u03C3\u03C5\u03B6\u03B5\u03C5\u03BA\u03C4\u03AE\u03C1\u03B1.
AddResourceAction.ChooseResource=&\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE jars \u03BA\u03B1\u03B9 jars \u03B3\u03B9\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7:
ImportComponentDialog.WarningTitle=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
AddExternalResourceAction.AddELibs=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CE\u03BD \u0392\u03B9\u03B2\u03BB\u03B9\u03BF\u03B8\u03B7\u03BA\u03CE\u03BD...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u039A\u03B1\u03BD\u03AD\u03BD\u03B1 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF.
AbstractXMLConfigPage.MINOUTPUTTip=\u0391\u03BA\u03AD\u03C1\u03B1\u03B9\u03B1 \u03C4\u03B9\u03BC\u03AE. \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF\u03C2 \u0391\u03C1 \u03B5\u03BE\u03CC\u03B4\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
ValidateComponentXMLActionProvider.error=\n\t\u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AD\u03BD\u03B1 \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C3\u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE {0}
ValidateComponentXMLActionProvider.fatalerror=\n\t\u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AD\u03BD\u03B1 \u039A\u03B1\u03AF\u03C1\u03B9\u03BF \u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03C3\u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE {0}
ValidateComponentXMLActionProvider.invalid=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 XML\:\n
ValidateComponentXMLActionProvider.ok=\u039F\u039A
ValidateComponentXMLActionProvider.result=\u0391\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2
ValidateComponentXMLActionProvider.valid=\u03A4\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF XML \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\!
ValidateComponentXMLActionProvider.validate=\u0395\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9 \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF\u03C5 XML
ValidateComponentXMLActionProvider.warning=\n\t\u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03BC\u03B9\u03B1 \u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=\u0391\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7\u03C2

View File

@@ -1,108 +0,0 @@
FileCopy.ExceptionMSG=The source File "
PushToPaletteActionProvider.PushComponentsToPalette=Push Components to Palette
EditComponentActionProvider.Edit=Edit This Component
ImportComponentDialog.ErrorMSG4=No component was selected for importing.
ProjectSelectionDialog.SelectPath=Select Project Path
AbstractXMLConfigPage.TYPETip=Data type.
PushToPaletteActionProvider.Error2=Error
CopyFromPaletteActionProvider.Label2=Import components from palette
AbstractXMLConfigPage.MAXOUTPUTTip=Integer value. Maximum Nr of output for this connection
ImportComponentDialog.Browser=Browser..
ComponentProjectPreferencePage.WarningMSG=Warning, this modification will only impact Component Designer, not the Palette.
AbstractXMLConfigPage.MAXINPUTTip=Integer value. Maximum Nr of input for this connection
PushToPaletteActionProvider.ErrorMSG2=User component folder does not exist.
AddExternalResourceAction.JarSelection=Jar Selection
ComponentProjectManager.CreationProblems=Creation Problems
CopyComponentActionProvider.InputName=Input a new component name for
CreateComponentWizard.SpecifyRes=Specify resources
AbstractXMLConfigPage.REPOSITORYVALUETip=Metadata repository to select.
PushToPaletteActionProvider.ErrorMSG=User component folder is not set.
AbstractXMLConfigPage.NUMROWTip=Integer value. Row position of this parameter in the Component view
PushToPaletteActionProvider.Error=Error
ComponentProjectManager.InternalErrorMsg=Internal error: {0}
AbstractXMLConfigPage.IntValue=Integer value.
ImportComponentDialog.ImportCanceled=Import Components Canceled
WizardComponentFolderPage.Available=Available in
PushToPaletteActionProvider.OK=OK
WizardJetFilesChoosePage.BeginFile=Begin File
AbstractXMLConfigPage.COLORTip=Hex value of RGB. For example: "00FF00"
CreateComponentWizard.CreateXMLPerl=Create the XML configuration file for PERL Component
ImportComponentDialog.SelectDirectoryLabel=Select a directory:
PushToPaletteActionProvider.Information=Information
PluginConstant.Borwser=Browser..
NewActionProvider.New=New
AbstractXMLConfigPage.EXTENSIONTip=String value of plugin name. This option is for external components.
NewActionProvider.NewComponent=New Component
ImportComponentDialog.ShowPaletteComponents=Show the Palette of Components
ComponentProjectPreferencePage.ChooseProject=Choose a project folder for this component designer
WizardComponentFolderPage.ErrMSG5=The component Family is empty
WizardComponentFolderPage.ErrMSG4=The component Long Name is empty
AbstractXMLConfigPage.BooleanTip=Boolean value (true or false).
AbstractXMLConfigPage.Delete=Delete
WizardComponentFolderPage.ErrMSG3=This component already exists
WizardComponentFolderPage.ErrMSG2=The component Name is empty
WizardComponentFolderPage.ErrMSG1=The component language have not been selected
ImportComponentDialog.Filter=Filter:
CreateComponentWizard.FillIn=Fill in component properties
ImportComponentDialog.ImportCanceledMSG=The task for importing Components from the palette has been cancelled.
ComponentProjectPreferencePage.Warning=Warning
AbstractXMLConfigPage.VERSIONTip=A decimal value to indicate the version of your new component.
WizardJetFilesChoosePage.Directory=Directory:
CreateComponentWizard.NewComponent=New Component
WizardComponentFolderPage.Name=Name
RemoveResourceAction.Remove=Remove
WizardJetFilesChoosePage.UseIconFrom=Use icon from:
ImportComponentDialog.ImportFinished=Import Components Finished
AbstractXMLConfigPage.SetProperties=Set the properties for the selected element.
ProjectSelectionDialog.ChooseFolder=Choose a project folder for this session
ComponentProjectPreferencePage.ComponentProject=Component Project:
AddResourceAction.AddLib=Add Libraries...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=Components imported successfully.
AddExternalResourceAction.ErrorTitle=External Archive Error
AbstractXMLConfigPage.NBLINESTip=Integer value. Lines spans of this parameter in the Component view
AbstractXMLConfigPage.MININPUTTip=Integer value. Minimum Nr of input for this connection
WizardJetFilesChoosePage.MainFile=Main File
CreateComponentWizard.CreateXMLJava=Create the XML configuration file for JAVA Component
WizardJetFilesChoosePage.UseDefaultIcon=Use default icon
WizardComponentFolderPage.LongName=Long Name (mouseover tooltip)
CopyComponentActionProvider.CopyComponent=Copy This Component
ImportComponentDialog.ChooseComponentsLabel=Choose components to import:
AddResourceAction.JARSecection=JAR Selection
AddExternalResourceAction.ErrorMsg=The selected external archive is unavailable or does not exist.
ComponentProjectManager.NewProject=New Component Project
CopyFromPaletteActionProvider.Label=Copy Components from Palette
WizardJetFilesChoosePage.ChoseAIcon=Chose an icon
ComponentProjectPreferencePage.SelectPath=Select Component Project Path
AbstractXMLConfigPage.LINESTYLETip=Integer value. Connection Line style (1: Solid, 2: Dash, 3: Dot, 4: Dashdot)
WizardJetFilesChoosePage.EndFile=End File
PushToPaletteActionProvider.InformationMSG=Components have been published. The palette is going to be refreshed.
EditComponentActionProvider.GroupEdit=group.edit
ProjectSelectionDialog.ComponentProject=Component Project:
ComponentProjectPreferencePage.ButtonLabel0=Ok
AbstractXMLConfigPage.New=New
CopyComponentValidator.ComponentExist=The component exists
ImportComponentDialog.WarningMSG=This operation will overwrite the existing components in workspace. Do you really want to import the selected components?
CreateComponentWizard.MainProperties=Main Properties
ComponentProjectManager.WarningMsg=The underlying file system is case insensitive. There is an existing project which conflicts with {0}
WizardComponentFolderPage.Family=Family
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=Copy Component
AbstractXMLConfigPage.CTYPETip=Connector type.
AddResourceAction.ChooseResource=&Choose jars and zips to add:
ImportComponentDialog.WarningTitle=Warning
AddExternalResourceAction.AddELibs=Add External Libraries...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=No Components available.
AbstractXMLConfigPage.MINOUTPUTTip=Integer value. Minimum Nr of output for this connection
ValidateComponentXMLActionProvider.error=\n\tThere is an Error on line {0}
ValidateComponentXMLActionProvider.fatalerror=\n\tThere is a Fatal Error on line {0}
ValidateComponentXMLActionProvider.invalid=Invalid component XML file\:\n
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=Validation result
ValidateComponentXMLActionProvider.valid=Component XML file is valid\!
ValidateComponentXMLActionProvider.validate=Validate Component XML
ValidateComponentXMLActionProvider.warning=\n\tThere is a Warning on line {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.failed=Push components to palette failed for these invalid XML files.\n
PushToPaletteActionProvider.PushToPaletteActionProvider.result=Validation result

View File

@@ -1,47 +0,0 @@
AbstractXMLConfigPage.TYPETip=Tipo de Dato
PushToPaletteActionProvider.Error2=Error
AbstractXMLConfigPage.MAXOUTPUTTip=Valor entero. N<>mero m<>ximo de salidas para esta conexi<78>n
AbstractXMLConfigPage.MAXINPUTTip=Valor entero. N<>mero m<>ximo de entradas para esta conexi<78>n
ComponentProjectManager.CreationProblems=Error en creaci<63>n
AbstractXMLConfigPage.REPOSITORYVALUETip=Repositorio de metadatos a seleccionar
AbstractXMLConfigPage.NUMROWTip=Valor Entero. Posicion de la Fila de Este Parametro en el Componente View
PushToPaletteActionProvider.Error=Error
ComponentProjectManager.InternalErrorMsg=Error interno: {0}
AbstractXMLConfigPage.IntValue=Valor Entero.
WizardComponentFolderPage.Available=Disponible en
WizardJetFilesChoosePage.BeginFile=Comienzo de fichero
AbstractXMLConfigPage.COLORTip=Valor hexadecimal de RGB. Por ejemplo: "00FF00"
AbstractXMLConfigPage.EXTENSIONTip=Valor de Cadena para Nombre de Plugin. Esta Opcion es Para Componentes Externos
WizardComponentFolderPage.ErrMSG5=El componente Familia est<73> vac<61>o
WizardComponentFolderPage.ErrMSG4=El componente Nombre Largo est<73> vac<61>o
AbstractXMLConfigPage.BooleanTip=Booleano (verdadero
AbstractXMLConfigPage.Delete=Borrar
WizardComponentFolderPage.ErrMSG3=Este componente ya existe
WizardComponentFolderPage.ErrMSG2=El componente Nombre est<73> vac<61>o
WizardComponentFolderPage.ErrMSG1=No se ha seleccionado el lenguaje del componente
ComponentProjectPreferencePage.Warning=Advertencia
AbstractXMLConfigPage.VERSIONTip=Un valor decimal indica la versi<73>n de tu componente
WizardJetFilesChoosePage.Directory=Directorio:
WizardComponentFolderPage.Name=Nombre
AbstractXMLConfigPage.SetProperties=Define las Propiedades Para Elemento Seleccionado
AddResourceAction.AddLib=Adherir Librer<65>as
WizardComponentFolderPage.Perl=Perl
AddExternalResourceAction.ErrorTitle=Error de Archivo Externo
AbstractXMLConfigPage.NBLINESTip=Valor de n<>mero entero. Los palmos de l<>neas de este par<61>metro en la vista del Componente
AbstractXMLConfigPage.MININPUTTip=Valor entero. N<>mero m<>nimo de entradas para esta conexi<78>n
WizardJetFilesChoosePage.UseDefaultIcon=Usar icono por defecto
AddExternalResourceAction.ErrorMsg=El archivo externo seleccionado no est
WizardJetFilesChoosePage.ChoseAIcon=Seleccione un icono
AbstractXMLConfigPage.LINESTYLETip=Valor Entero. Linea de estilo de coneccion (1: Solida, 2:Guion, 3:Punto, 4:Punteada)
WizardJetFilesChoosePage.EndFile=Fin de fichero
WizardComponentFolderPage.Family=Familia
AbstractXMLConfigPage.CTYPETip=Tipo de conector.
AddResourceAction.ChooseResource=&Elegir jars y zips a a<>adir:
ImportComponentDialog.WarningTitle=Advertencia
AddExternalResourceAction.AddELibs=Adherir librer<65>a externa
WizardComponentFolderPage.Java=Java
AbstractXMLConfigPage.MINOUTPUTTip=Valor Entero . Minimo Numero de Salidas Para Esta Conexion
ValidateComponentXMLActionProvider.result=Resultado de validaci<63>n
ValidateComponentXMLActionProvider.valid=Componente fichero XML es v<>lido!
ValidateComponentXMLActionProvider.validate=Validar Componente XML
PushToPaletteActionProvider.PushToPaletteActionProvider.result=Resultado de validaci<63>n

View File

@@ -1,107 +0,0 @@
FileCopy.ExceptionMSG=Le fichier source "
PushToPaletteActionProvider.PushComponentsToPalette=Mettre les composants dans la Palette
EditComponentActionProvider.Edit=Modifier ce composant
ImportComponentDialog.ErrorMSG4=Aucun composant s<>lectionn<6E> pour l'import
ProjectSelectionDialog.SelectPath=S<EFBFBD>lectionner le chemin du projet
AbstractXMLConfigPage.TYPETip=Type de donn<6E>es.
PushToPaletteActionProvider.Error2=ERROR
CopyFromPaletteActionProvider.Label2=Importer les composants de la Palette
AbstractXMLConfigPage.MAXOUTPUTTip=Entier. Nombre maximum de sorties pour cette connexion.
ImportComponentDialog.Browser=Parcourir...
ComponentProjectPreferencePage.WarningMSG=Attention, cette modifiication s'appliquera seulement au Designer de Composants, pas <20> la Palette.
AbstractXMLConfigPage.MAXINPUTTip=Entier. Nombre maximum d'entr<74>es pour cette connexion.
PushToPaletteActionProvider.ErrorMSG2=Le r<>pertoire des composants utilisateur n'existe pas.
AddExternalResourceAction.JarSelection=S<EFBFBD>lection Jar
ComponentProjectManager.CreationProblems=Probl<EFBFBD>mes de Cr<43>ation
CopyComponentActionProvider.InputName=Saisir le nom du nouveau composant pour
CreateComponentWizard.SpecifyRes=Sp<EFBFBD>cifier les ressources
AbstractXMLConfigPage.REPOSITORYVALUETip=R<EFBFBD>f<EFBFBD>rentiel de M<>tadonn<6E>es <20> s<>lectionner.
PushToPaletteActionProvider.ErrorMSG=Le r<>pertoire des composants utilisateur n'est pas d<>fini.
AbstractXMLConfigPage.NUMROWTip=Entier. Position de ligne du param<61>tre dans la vue Composant
PushToPaletteActionProvider.Error=ERROR
ComponentProjectManager.InternalErrorMsg=Erreur interne \: {0}
AbstractXMLConfigPage.IntValue=Entier
ImportComponentDialog.ImportCanceled=Import des composants annul<75>
WizardComponentFolderPage.Available=Disponible dans
PushToPaletteActionProvider.OK=OK
WizardJetFilesChoosePage.BeginFile=D<EFBFBD>but de fichier
AbstractXMLConfigPage.COLORTip=Valeur hexa RVB. Ex: "00FF00"
CreateComponentWizard.CreateXMLPerl=Cr<EFBFBD>er la configuration XML pour le Composant PERL
ImportComponentDialog.SelectDirectoryLabel=S<EFBFBD>lectionner un r<>pertoire :
PushToPaletteActionProvider.Information=Informations
PluginConstant.Borwser=Parcourir...
NewActionProvider.New=Nouveau
AbstractXMLConfigPage.EXTENSIONTip=Nom du plugin. Cette option est disponible pour les composants externes.
NewActionProvider.NewComponent=Nouveau composant
ImportComponentDialog.ShowPaletteComponents=Montrer la Palette de composants
ComponentProjectPreferencePage.ChooseProject=S<EFBFBD>lectionner un r<>pertoire pour le Component Designer
WizardComponentFolderPage.ErrMSG5=La famille du composant est vide
WizardComponentFolderPage.ErrMSG4=Le nom long du composant est vide
AbstractXMLConfigPage.BooleanTip=Bool<EFBFBD>en (vrai ou faux)
AbstractXMLConfigPage.Delete=DELETE
WizardComponentFolderPage.ErrMSG3=Ce composant existe d<>j<EFBFBD>
WizardComponentFolderPage.ErrMSG2=Le nom du composant est vide
WizardComponentFolderPage.ErrMSG1=Le langage du composant n'a pas <20>t<EFBFBD> s<>lectionn<6E>
ImportComponentDialog.Filter=Filtre \:
CreateComponentWizard.FillIn=Renseignez les propri<72>t<EFBFBD>s du composant
ImportComponentDialog.ImportCanceledMSG=La t<>che d'import des composants depuis la Palette a <20>t<EFBFBD> annul<75>e
ComponentProjectPreferencePage.Warning=Avertissement
AbstractXMLConfigPage.VERSIONTip=Valeur d<>cimale indiquant la version de votre nouveau composant
WizardJetFilesChoosePage.Directory=R<EFBFBD>pertoire :
CreateComponentWizard.NewComponent=Nouveau composant
WizardComponentFolderPage.Name=Nom
RemoveResourceAction.Remove=Supprimer
WizardJetFilesChoosePage.UseIconFrom=Utiliser l'ic<69>ne \:
ImportComponentDialog.ImportFinished=Import des composants termin<69>
AbstractXMLConfigPage.SetProperties=D<EFBFBD>finir les propri<72>t<EFBFBD>s de l'<27>l<EFBFBD>ment s<>lectionn<6E>.
ProjectSelectionDialog.ChooseFolder=Choisir un dossier de projet pour cette session
ComponentProjectPreferencePage.ComponentProject=Projet Composant:
AddResourceAction.AddLib=Ajouter des biblioth<74>ques...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=Composants import<72>s avec succ<63>s.
AddExternalResourceAction.ErrorTitle=Erreur Archive externe
AbstractXMLConfigPage.NBLINESTip=Entier. Nombre de lignes pour ce param<61>tre dans la vue Composant
AbstractXMLConfigPage.MININPUTTip=Entier. Nombre minimum d'entr<74>es pour cette connexion.
WizardJetFilesChoosePage.MainFile=Fichier principal
CreateComponentWizard.CreateXMLJava=Cr<EFBFBD>er le fichier de configuration XML pour le composant JAVA
WizardJetFilesChoosePage.UseDefaultIcon=Ic<EFBFBD>ne par d<>faut
WizardComponentFolderPage.LongName=Nom long (passez la souris sur la bulle)
CopyComponentActionProvider.CopyComponent=Copier ce composant
ImportComponentDialog.ChooseComponentsLabel=Choisir les composants <20> importer
AddResourceAction.JARSecection=S<EFBFBD>lection Jar
AddExternalResourceAction.ErrorMsg=L'archive externe s<>lectionn<6E>e n'est pas disponible ou n'existe pas.
ComponentProjectManager.NewProject=Nouveau Projet Composant
CopyFromPaletteActionProvider.Label=Copier les composants depuis la Palette
WizardJetFilesChoosePage.ChoseAIcon=Choisir une ic<69>ne
ComponentProjectPreferencePage.SelectPath=S<EFBFBD>lectionner Chemin Projet Composant
AbstractXMLConfigPage.LINESTYLETip=Entier. Style de la ligne de connexion (1: plein, 2: tirets, 3: points, 4: points-tirets)
WizardJetFilesChoosePage.EndFile=Fin de fichier
PushToPaletteActionProvider.InformationMSG=Les composants ont <20>t<EFBFBD> publi<6C>s. La Palette sera rafra<72>chie.
EditComponentActionProvider.GroupEdit=group.edit
ProjectSelectionDialog.ComponentProject=Projet Composant \:
ComponentProjectPreferencePage.ButtonLabel0=OK
AbstractXMLConfigPage.New=Nouveau
CopyComponentValidator.ComponentExist=Le composant existe d<>j<EFBFBD>
ImportComponentDialog.WarningMSG=Cette op<6F>ration va <20>craser les composants existants dans l'espace de travail. Voulez-vous vraiment importer les composants s<>lectionn<6E>s?
CreateComponentWizard.MainProperties=Propri<EFBFBD>t<EFBFBD>s principales
ComponentProjectManager.WarningMsg=Le syst<73>me de fichiers sous-jacent est insensible <20> la casse. {0} est en conflit avec un projet existant
WizardComponentFolderPage.Family=Famille
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=Copier le composant
AbstractXMLConfigPage.CTYPETip=Type de connecteur.
AddResourceAction.ChooseResource=&Choisir les JAR et ZIP <20> ajouter :
ImportComponentDialog.WarningTitle=Avertissement
AddExternalResourceAction.AddELibs=Ajouter des biblioth<74>ques externes...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=Pas de composant disponible.
AbstractXMLConfigPage.MINOUTPUTTip=Entier. Nombre minimum de sorties pour cette connexion.
ValidateComponentXMLActionProvider.error=\n\tIl y a une erreur dans la ligne {0}
ValidateComponentXMLActionProvider.fatalerror=\n\til y a une erreur fatale dans la ligne {0}
ValidateComponentXMLActionProvider.invalid=Le fichier XML du composant est invalide\:\n
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=R<EFBFBD>sultat de validation
ValidateComponentXMLActionProvider.valid=Le fichier XML du composant est valide.
ValidateComponentXMLActionProvider.validate=Valider le composant XML
ValidateComponentXMLActionProvider.warning=\n\til y a un Warning sur la ligne {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=R<EFBFBD>sultat de la validation

View File

@@ -1,49 +0,0 @@
AbstractXMLConfigPage.TYPETip=Tip podatka
PushToPaletteActionProvider.Error2=Gre\u0161ka
CopyFromPaletteActionProvider.Label2=Uvezi komponente iz izbornika Palette
AbstractXMLConfigPage.MAXOUTPUTTip=Integer vrijednost. Najve\u0107i broj izlaza za ovu vezu.
AbstractXMLConfigPage.MAXINPUTTip=Integer vrijednost. Maksimalni broj u\u010Ditavanja za tu konekciju
CopyComponentActionProvider.InputName=Unesi novo ime komponente za
AbstractXMLConfigPage.REPOSITORYVALUETip=Repozitorij metapodataka za odabir.
AbstractXMLConfigPage.NUMROWTip=Integer vrijednost. Pozicija retka koji sadr\u017Ei taj parametar unutrar Component pogleda.
PushToPaletteActionProvider.Error=Gre\u0161ka
AbstractXMLConfigPage.IntValue=Integer vrijednost
PushToPaletteActionProvider.OK=U redu
AbstractXMLConfigPage.COLORTip=Hex RGB vrijednost. Npr. "00FF00"
AbstractXMLConfigPage.EXTENSIONTip=String izraz za naziv plugin-a. Ova opcija je za vanjske komponente.
WizardComponentFolderPage.ErrMSG4=Duga\u010Dko ime za ovu komponentu je prazno
AbstractXMLConfigPage.BooleanTip=Boolean vrijednost (true ili false)
AbstractXMLConfigPage.Delete=Obri\u0161i
WizardComponentFolderPage.ErrMSG3=Ta komponenta ve\u0107 postoji
WizardComponentFolderPage.ErrMSG1=Nije ozna\u010Den jezik za komponentu
CreateComponentWizard.FillIn=Popuni svojstva komponente
ComponentProjectPreferencePage.Warning=Upozorenje
AbstractXMLConfigPage.VERSIONTip=Decimalna vrijednost koja ozna\u010Dava verziju va\u0161e nove komponente.
WizardJetFilesChoosePage.Directory=Direktorij:
WizardComponentFolderPage.Name=Ime
RemoveResourceAction.Remove=Ukloni
WizardJetFilesChoosePage.UseIconFrom=Koristi ikonu iz:
AbstractXMLConfigPage.SetProperties=Postavi svojstva odabranog elementa.
AddResourceAction.AddLib=Dodaj biblioteke...
WizardComponentFolderPage.Perl=Perl
AbstractXMLConfigPage.NBLINESTip=Cjelobrojna vrijednost. Linije se prote\u017Eu od tog parametra unutar Component pogleda.
AbstractXMLConfigPage.MININPUTTip=Integer vrijednost. Najmanji broj ulaza za ovu vezu.
WizardJetFilesChoosePage.UseDefaultIcon=Koristi zadanu ikonu
WizardComponentFolderPage.LongName=Duga\u010Dko ime (mouseover tooltip)
CopyComponentActionProvider.CopyComponent=Kopiraj tu komponentu
AddExternalResourceAction.ErrorMsg=Ozna\u010Dena vanjska arhiva nije dostupna ili ne postoji.
CopyFromPaletteActionProvider.Label=Kopiraj komponentu iz izbornika Palette
WizardJetFilesChoosePage.ChoseAIcon=Odaberi ikonu
AbstractXMLConfigPage.LINESTYLETip=Cjelobrojna vrijednost'. Stil spojne linije (1. Puna, 2: Crtkana, 3: To\u010Dka, 4: Crta-To\u010Dka)
ComponentProjectPreferencePage.ButtonLabel0=U redu
CreateComponentWizard.MainProperties=Glavna svojstva
PushToPaletteActionProvider.OK3=U redu
PushToPaletteActionProvider.OK2=U redu
CopyComponentActionProvider.CopyComponent2=Kopiraj komponentu
AbstractXMLConfigPage.CTYPETip=Tip konektora
AddResourceAction.ChooseResource=&Odaberi jar i zip datoteke za dodavanje:
ImportComponentDialog.WarningTitle=Upozorenje
AddExternalResourceAction.AddELibs=Dodavanje vanjskih biblioteka
WizardComponentFolderPage.Java=Java
AbstractXMLConfigPage.MINOUTPUTTip=Integer vrijednost. Najmanji broj izlaza za ovu vezu.
ValidateComponentXMLActionProvider.ok=U redu

View File

@@ -1,81 +0,0 @@
FileCopy.ExceptionMSG=File sorgente "
AbstractXMLConfigPage.TYPETip=Tipo di dato.
PushToPaletteActionProvider.Error2=Errore
CopyFromPaletteActionProvider.Label2=Importare componenti dalla tavolozza
AbstractXMLConfigPage.MAXOUTPUTTip=Valore intero. Numero massimo di uscite per questa connessione
ImportComponentDialog.Browser=Browser..
ComponentProjectPreferencePage.WarningMSG=Attenzione, questa modifica solo il Componente di Progettazione, non la tavolozza.
AbstractXMLConfigPage.MAXINPUTTip=Valore intero. Numero massimo di ingressi per questa connessione
AddExternalResourceAction.JarSelection=Selezione Jar
ComponentProjectManager.CreationProblems=Problema di creazione
CopyComponentActionProvider.InputName=Inserire il nuovo nome componente per
CreateComponentWizard.SpecifyRes=Specificare risorsa
AbstractXMLConfigPage.REPOSITORYVALUETip=Deposito di Metadati da selezionare.
AbstractXMLConfigPage.NUMROWTip=Valore Integer. Posizione di questo parametro tra i componenti
PushToPaletteActionProvider.Error=Errore
ComponentProjectManager.InternalErrorMsg=Errore interno: {0}
AbstractXMLConfigPage.IntValue=Valore intero.
WizardComponentFolderPage.Available=Disponibile in
PushToPaletteActionProvider.OK=OK
WizardJetFilesChoosePage.BeginFile=Inizio File
AbstractXMLConfigPage.COLORTip=Valore HEX di RGB. Ad esempio: "00FF00"
CreateComponentWizard.CreateXMLPerl=Creare il file XML di configurazione per il componente PERL
PushToPaletteActionProvider.Information=Informazione
PluginConstant.Borwser=Browser..
NewActionProvider.New=Nuovo
AbstractXMLConfigPage.EXTENSIONTip=Nome plugin. Opzione per componenti esterni.
NewActionProvider.NewComponent=Nuovo Componente
ComponentProjectPreferencePage.ChooseProject=Scegliere una cartella di progetto per questo componente progettuale.
WizardComponentFolderPage.ErrMSG5=La faniglia del componente <20> vuota
WizardComponentFolderPage.ErrMSG4=Il nome lungo del componente <20> vuoto
AbstractXMLConfigPage.BooleanTip=Valore Booleano (vero o falso)
AbstractXMLConfigPage.Delete=Cancellare
WizardComponentFolderPage.ErrMSG3=Componente esistente
WizardComponentFolderPage.ErrMSG2=Il Nome del componente <20> vuoto
WizardComponentFolderPage.ErrMSG1=Il componente lingua non <20> stato selezionato
CreateComponentWizard.FillIn=Inserire propriet<65> del componente
ComponentProjectPreferencePage.Warning=Avvertimento
AbstractXMLConfigPage.VERSIONTip=Un valore decimale per indicare la versione del tuo nuovo componente
WizardJetFilesChoosePage.Directory=Cartella:
CreateComponentWizard.NewComponent=Nuovo Componente
WizardComponentFolderPage.Name=Nome
RemoveResourceAction.Remove=Cancellare
WizardJetFilesChoosePage.UseIconFrom=Usare icona da:
AbstractXMLConfigPage.SetProperties=Definire le propriet<65> dell'elemento selezionato.
ComponentProjectPreferencePage.ComponentProject=Componente Progetto:
AddResourceAction.AddLib=Aggiungere librerie...
WizardComponentFolderPage.Perl=Perl
AddExternalResourceAction.ErrorTitle=Errore Archivio Esterno
AbstractXMLConfigPage.MININPUTTip=Valore intero. Numero minimo di ingressi per questa connessione
WizardJetFilesChoosePage.MainFile=File principlae
CreateComponentWizard.CreateXMLJava=Creare il file XML di configurazione per il componente JAVA
WizardJetFilesChoosePage.UseDefaultIcon=Usare icona predefinita
WizardComponentFolderPage.LongName=Nome lungo(mouseover tooltip)
CopyComponentActionProvider.CopyComponent=Copiare questo componente
AddResourceAction.JARSecection=Selezione Jar
AddExternalResourceAction.ErrorMsg=L'rachivio esterno selezionato non <20> disponibile o non esiste.
ComponentProjectManager.NewProject=Nuovo componente progetto
CopyFromPaletteActionProvider.Label=Copiare il componente dalla tavolozza
WizardJetFilesChoosePage.ChoseAIcon=Scegliere un icona
ComponentProjectPreferencePage.SelectPath=Selezionare Percorso Componente Progetto
AbstractXMLConfigPage.LINESTYLETip=Intero. Stile della linea di collegamento. (1: Continua, 2: Tratteggiata, 3: Punteggiata, 4: Punto-Linea)
WizardJetFilesChoosePage.EndFile=Fine File
EditComponentActionProvider.GroupEdit=group.edit
ProjectSelectionDialog.ComponentProject=Componente Progetto:
ComponentProjectPreferencePage.ButtonLabel0=OK
AbstractXMLConfigPage.New=Nuovo
CopyComponentValidator.ComponentExist=Il componente esite gi<67>
CreateComponentWizard.MainProperties=Propriet<EFBFBD> principali
ComponentProjectManager.WarningMsg=Il file system di base <20> case insensitive. Vi <20> un progetto esistente che contrasta con {0}
WizardComponentFolderPage.Family=Famiglia
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=Copiare componente
AbstractXMLConfigPage.CTYPETip=Tipo di connettore.
AddResourceAction.ChooseResource=&Scegliere JARS e ZIP da aggiungere:
ImportComponentDialog.WarningTitle=Avvertimento
AddExternalResourceAction.AddELibs=Aggiungere librerie esterne...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=Nessun componente disponibile.
AbstractXMLConfigPage.MINOUTPUTTip=Valore intero. Numero minimo di uscite per questa connessione
ValidateComponentXMLActionProvider.ok=OK

View File

@@ -1,108 +0,0 @@
FileCopy.ExceptionMSG=\u30B3\u30D4\u30FC\u5143\u30D5\u30A1\u30A4\u30EB "
PushToPaletteActionProvider.PushComponentsToPalette=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30D1\u30EC\u30C3\u30C8\u306B\u30D7\u30C3\u30B7\u30E5
EditComponentActionProvider.Edit=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u7DE8\u96C6
ImportComponentDialog.ErrorMSG4=\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ProjectSelectionDialog.SelectPath=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D1\u30B9\u306E\u9078\u629E
AbstractXMLConfigPage.TYPETip=\u30C7\u30FC\u30BF\u578B
PushToPaletteActionProvider.Error2=\u30A8\u30E9\u30FC
CopyFromPaletteActionProvider.Label2=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30DD\u30FC\u30C8
AbstractXMLConfigPage.MAXOUTPUTTip=\u6574\u6570\u5024\u3002\u3053\u306E\u63A5\u7D9A\u306E\u6700\u5927\u51FA\u529B\u6570\u3002
ImportComponentDialog.Browser=\u30D6\u30E9\u30A6\u30B6...
ComponentProjectPreferencePage.WarningMSG=\u8B66\u544A\u3001\u3053\u306E\u5909\u66F4\u306F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30C7\u30B6\u30A4\u30CA\u30FC\u3060\u3051\u306B\u5F71\u97FF\u3057\u3001\u30D1\u30EC\u30C3\u30C8\u306B\u306F\u53CD\u6620\u3055\u308C\u307E\u305B\u3093\u3002
AbstractXMLConfigPage.MAXINPUTTip=\u6574\u6570\u5024\u3002\u3053\u306E\u63A5\u7D9A\u306E\u6700\u5927\u5165\u529B\u6570\u3002
PushToPaletteActionProvider.ErrorMSG2=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
AddExternalResourceAction.JarSelection=Jar\u306E\u9078\u629E
ComponentProjectManager.CreationProblems=\u4F5C\u6210\u306E\u554F\u984C
CopyComponentActionProvider.InputName=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u540D\u524D\u306E\u5165\u529B \:
CreateComponentWizard.SpecifyRes=\u30EA\u30BD\u30FC\u30B9\u306E\u6307\u5B9A
AbstractXMLConfigPage.REPOSITORYVALUETip=\u9078\u629E\u5BFE\u8C61\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u30EA\u30DD\u30B8\u30C8\u30EA\u3002
PushToPaletteActionProvider.ErrorMSG=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
AbstractXMLConfigPage.NUMROWTip=\u6574\u6570\u5024\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D3\u30E5\u30FC\u306E\u3053\u306E\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u884C\u4F4D\u7F6E
PushToPaletteActionProvider.Error=\u30A8\u30E9\u30FC
ComponentProjectManager.InternalErrorMsg=\u5185\u90E8\u30A8\u30E9\u30FC \: {0}
AbstractXMLConfigPage.IntValue=\u6574\u6570\u5024
ImportComponentDialog.ImportCanceled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F
WizardComponentFolderPage.Available=\u6709\u52B9
PushToPaletteActionProvider.OK=OK
WizardJetFilesChoosePage.BeginFile=\u958B\u59CB\u30D5\u30A1\u30A4\u30EB
AbstractXMLConfigPage.COLORTip=RGB\u306E16\u9032\u6570\u5024\u3002\u4F8B \:"00FF00"
CreateComponentWizard.CreateXMLPerl=Perl\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306EXML\u69CB\u6210\u30D5\u30A1\u30A4\u30EB\u306E\u4F5C\u6210
ImportComponentDialog.SelectDirectoryLabel=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u9078\u629E \:
PushToPaletteActionProvider.Information=\u60C5\u5831
PluginConstant.Borwser=\u30D6\u30E9\u30A6\u30B6...
NewActionProvider.New=\u65B0\u898F
AbstractXMLConfigPage.EXTENSIONTip=\u30D7\u30E9\u30B0\u30A4\u30F3\u540D\u3092\u8868\u3059\u6587\u5B57\u5217\u3002\u3053\u308C\u306F\u5916\u90E8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3067\u3059\u3002
NewActionProvider.NewComponent=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
ImportComponentDialog.ShowPaletteComponents=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D1\u30EC\u30C3\u30C8\u306E\u8868\u793A
ComponentProjectPreferencePage.ChooseProject=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30C7\u30B6\u30A4\u30CA\u7528\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u9078\u629E
WizardComponentFolderPage.ErrMSG5=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A1\u30DF\u30EA\u304C\u7A7A\u3067\u3059
WizardComponentFolderPage.ErrMSG4=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306ELong Name\u304C\u7A7A\u3067\u3059
AbstractXMLConfigPage.BooleanTip=Boolean\u5024 (TRUE \u307E\u305F\u306F FALSE)\u3002
AbstractXMLConfigPage.Delete=\u524A\u9664
WizardComponentFolderPage.ErrMSG3=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059
WizardComponentFolderPage.ErrMSG2=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D\u304C\u7A7A\u3067\u3059
WizardComponentFolderPage.ErrMSG1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u8A00\u8A9E\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093
ImportComponentDialog.Filter=\u30D5\u30A3\u30EB\u30BF \:
CreateComponentWizard.FillIn=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5165\u529B
ImportComponentDialog.ImportCanceledMSG=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30BF\u30B9\u30AF\u306F\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
ComponentProjectPreferencePage.Warning=\u8B66\u544A
AbstractXMLConfigPage.VERSIONTip=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u8868\u305910\u9032\u5024\u3002
WizardJetFilesChoosePage.Directory=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA \:
CreateComponentWizard.NewComponent=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
WizardComponentFolderPage.Name=\u540D\u524D
RemoveResourceAction.Remove=\u524A\u9664
WizardJetFilesChoosePage.UseIconFrom=\u30A2\u30A4\u30B3\u30F3\u306E\u4F7F\u7528 \:
ImportComponentDialog.ImportFinished=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306E\u5B8C\u4E86
AbstractXMLConfigPage.SetProperties=\u9078\u629E\u3057\u305F\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u8A2D\u5B9A\u3002
ProjectSelectionDialog.ChooseFolder=\u3053\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
ComponentProjectPreferencePage.ComponentProject=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \:
AddResourceAction.AddLib=\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u8FFD\u52A0...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306F\u6210\u529F\u3057\u307E\u3057\u305F\u3002
AddExternalResourceAction.ErrorTitle=\u5916\u90E8\u30A2\u30FC\u30AB\u30A4\u30D6\u30A8\u30E9\u30FC
AbstractXMLConfigPage.NBLINESTip=\u6574\u6570\u5024\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D3\u30E5\u30FC\u306E\u3053\u306E\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u7DDA\u30B9\u30D1\u30F3
AbstractXMLConfigPage.MININPUTTip=\u6574\u6570\u5024\u3002\u3053\u306E\u63A5\u7D9A\u306E\u6700\u5C0F\u5165\u529B\u6570\u3002
WizardJetFilesChoosePage.MainFile=\u30E1\u30A4\u30F3\u30D5\u30A1\u30A4\u30EB
CreateComponentWizard.CreateXMLJava=Java\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306EXML\u69CB\u6210\u30D5\u30A1\u30A4\u30EB\u306E\u4F5C\u6210
WizardJetFilesChoosePage.UseDefaultIcon=\u30C7\u30D5\u30A9\u30EB\u30C8\u30A2\u30A4\u30B3\u30F3\u306E\u4F7F\u7528
WizardComponentFolderPage.LongName=\u9577\u3044\u540D\u524D\uFF08\u30DE\u30A6\u30B9\u30AA\u30FC\u30D0\u30FC\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\uFF09
CopyComponentActionProvider.CopyComponent=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30D4\u30FC
ImportComponentDialog.ChooseComponentsLabel=\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u9078\u629E \:
AddResourceAction.JARSecection=Jar\u306E\u9078\u629E
AddExternalResourceAction.ErrorMsg=\u9078\u629E\u3057\u305F\u5916\u90E8\u30A2\u30FC\u30AB\u30A4\u30D6\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u304B\u3001\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
ComponentProjectManager.NewProject=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
CopyFromPaletteActionProvider.Label=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30D4\u30FC
WizardJetFilesChoosePage.ChoseAIcon=\u30A2\u30A4\u30B3\u30F3\u306E\u9078\u629E
ComponentProjectPreferencePage.SelectPath=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\t\n\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D1\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044
AbstractXMLConfigPage.LINESTYLETip=\u6574\u6570\u5024\u3002\u63A5\u7D9A\u7DDA\u306E\u7A2E\u985E(1\: Solid, 2\: Dash, 3\: Dot, 4\: Dashdot)
WizardJetFilesChoosePage.EndFile=\u7D42\u4E86\u30D5\u30A1\u30A4\u30EB
PushToPaletteActionProvider.InformationMSG=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u767A\u884C\u3055\u308C\u307E\u3057\u305F\u3002\u30D1\u30EC\u30C3\u30C8\u306F\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3055\u308C\u308B\u3067\u3057\u3087\u3046\u3002
EditComponentActionProvider.GroupEdit=\u30B0\u30EB\u30FC\u30D7\u7DE8\u96C6
ProjectSelectionDialog.ComponentProject=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \:
ComponentProjectPreferencePage.ButtonLabel0=OK
AbstractXMLConfigPage.New=\u65B0\u898F
CopyComponentValidator.ComponentExist=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
ImportComponentDialog.WarningMSG=\u3053\u306E\u64CD\u4F5C\u306F\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306E\u65E2\u5B58\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4E0A\u66F8\u304D\u3057\u307E\u3059\u3002\u672C\u5F53\u306B\u9078\u629E\u3057\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059\u304B?
CreateComponentWizard.MainProperties=\u30E1\u30A4\u30F3\u30D7\u30ED\u30D1\u30C6\u30A3
ComponentProjectManager.WarningMsg=\u57FA\u306B\u306A\u308B\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306F\u5927\u6587\u5B57\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u307E\u305B\u3093\u3002{0} \u3068\u7AF6\u5408\u3059\u308B\u65E2\u5B58\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u3042\u308A\u307E\u3059\u3002
WizardComponentFolderPage.Family=\u30D5\u30A1\u30DF\u30EA
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30D4\u30FC
AbstractXMLConfigPage.CTYPETip=\u30B3\u30CD\u30AF\u30BF\u306E\u7A2E\u985E
AddResourceAction.ChooseResource=\u8FFD\u52A0\u3059\u308Bjar\u3068zip\u306E\u9078\u629E (&C) \:
ImportComponentDialog.WarningTitle=\u8B66\u544A
AddExternalResourceAction.AddELibs=\u5916\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u8FFD\u52A0...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u5229\u7528\u53EF\u80FD\u306A\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002
AbstractXMLConfigPage.MINOUTPUTTip=\u6574\u6570\u5024\u3002\u3053\u306E\u63A5\u7D9A\u306E\u6700\u5C0F\u51FA\u529B\u6570\u3002
ValidateComponentXMLActionProvider.error=\n\t\u884C {0} \u306B\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
ValidateComponentXMLActionProvider.fatalerror=\n\t\u884C {0} \u306B\u81F4\u547D\u7684\u306A\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
ValidateComponentXMLActionProvider.invalid=\u7121\u52B9\u306A\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u30D5\u30A1\u30A4\u30EB \:
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=\u691C\u8A3C\u7D50\u679C
ValidateComponentXMLActionProvider.valid=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u30D5\u30A1\u30A4\u30EB\u306F\u6709\u52B9\u3067\u3059\u3002
ValidateComponentXMLActionProvider.validate=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u306E\u691C\u8A3C
ValidateComponentXMLActionProvider.warning=\n\t\u884C {0}\u306B\u8B66\u544A\u304C\u3042\u308A\u307E\u3059
PushToPaletteActionProvider.PushToPaletteActionProvider.failed=\u7121\u52B9\u306AXML\u30D5\u30A1\u30A4\u30EB\u306E\u305F\u3081\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D1\u30EC\u30C3\u30C8\u3078\u306E\u30D7\u30C3\u30B7\u30E5\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\n
PushToPaletteActionProvider.PushToPaletteActionProvider.result=\u691C\u8A3C\u7D50\u679C

View File

@@ -1,106 +0,0 @@
FileCopy.ExceptionMSG=\u30BD\u30FC\u30B9\u30D5\u30A1\u30A4\u30EB "
PushToPaletteActionProvider.PushComponentsToPalette=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30D1\u30EC\u30C3\u30C8\u306B\u62BC\u3059
EditComponentActionProvider.Edit=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u7DE8\u96C6
ImportComponentDialog.ErrorMSG4=\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093
ProjectSelectionDialog.SelectPath=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D1\u30B9\u3092\u9078\u629E
AbstractXMLConfigPage.TYPETip=\u30C7\u30FC\u30BF\u578B\u3002
PushToPaletteActionProvider.Error2=\u30A8\u30E9\u30FC
CopyFromPaletteActionProvider.Label2=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
AbstractXMLConfigPage.MAXOUTPUTTip=Integer\u5024\u3002\u3053\u306E\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u306E\u6700\u5927\u51FA\u529B\u6570
ImportComponentDialog.Browser=\u30D6\u30E9\u30A6\u30BA...
ComponentProjectPreferencePage.WarningMSG=\u8B66\u544A,\u3053\u306E\u5909\u66F4\u306F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30C7\u30B6\u30A4\u30CA\u30FC\u3060\u3051\u306B\u5F71\u97FF\u3057\u3001\u30D1\u30EC\u30C3\u30C8\u306B\u306F\u53CD\u6620\u3055\u308C\u307E\u305B\u3093\u3002
AbstractXMLConfigPage.MAXINPUTTip=Integer\u5024\u3002\u3053\u306E\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u306E\u6700\u5927\u5165\u529B\u6570\u3002
PushToPaletteActionProvider.ErrorMSG2=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
AddExternalResourceAction.JarSelection=Jar\u9078\u629E
ComponentProjectManager.CreationProblems=\u751F\u6210\u306E\u554F\u984C
CopyComponentActionProvider.InputName=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D\u306E\u5165\u529B
CreateComponentWizard.SpecifyRes=\u30EA\u30BD\u30FC\u30B9\u3092\u6307\u5B9A
AbstractXMLConfigPage.REPOSITORYVALUETip=\u9078\u629e\u3057\u305f\u30e1\u30bf\u30c7\u30fc\u30bf\u30ea\u30dd\u30b8\u30c8\u30ea\u3002
PushToPaletteActionProvider.ErrorMSG=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u672A\u8A2D\u5B9A\u3067\u3059\u3002
AbstractXMLConfigPage.NUMROWTip=Integer\u5024\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D3\u30E5\u30FC\u306E\u3053\u306E\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u884C\u4F4D\u7F6E
PushToPaletteActionProvider.Error=\u30A8\u30E9\u30FC
ComponentProjectManager.InternalErrorMsg=\u5185\u90E8\u30A8\u30E9\u30FC: {0}
AbstractXMLConfigPage.IntValue=Integer\u5024
ImportComponentDialog.ImportCanceled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F
WizardComponentFolderPage.Available=\u6709\u52B9
PushToPaletteActionProvider.OK=\u4E86\u89E3
WizardJetFilesChoosePage.BeginFile=\u30D5\u30A1\u30A4\u30EB\u958B\u59CB
AbstractXMLConfigPage.COLORTip=RGB\u306E16\u9032\u6570\u5024\u3002\u4F8B:"00FF00"
CreateComponentWizard.CreateXMLPerl=Perl\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u7528\u306eXML\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u751f\u6210
ImportComponentDialog.SelectDirectoryLabel=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u9078\u629E
PushToPaletteActionProvider.Information=\u60C5\u5831
PluginConstant.Borwser=\u30D6\u30E9\u30A6\u30B6...
NewActionProvider.New=\u65B0\u898F
AbstractXMLConfigPage.EXTENSIONTip=\u30D7\u30E9\u30B0\u30A4\u30F3\u540D\u3092\u8868\u3059\u6587\u5B57\u5217\u3002\u3053\u308C\u306F\u5916\u90E8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3067\u3059\u3002
NewActionProvider.NewComponent=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
ImportComponentDialog.ShowPaletteComponents=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D1\u30EC\u30C3\u30C8\u3092\u8868\u793A
ComponentProjectPreferencePage.ChooseProject=\u3053\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c7\u30b6\u30a4\u30ca\u30fc\u306e\u305f\u3081\u306b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e
WizardComponentFolderPage.ErrMSG5=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A1\u30DF\u30EA\u304C\u7A7A\u3067\u3059
WizardComponentFolderPage.ErrMSG4=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30F3\u30B0\u30CD\u30FC\u30E0\u304C\u7A7A\u3067\u3059
AbstractXMLConfigPage.BooleanTip=Boolean\u5024\uFF08\u771F\u507D\uFF09
AbstractXMLConfigPage.Delete=\u524A\u9664
WizardComponentFolderPage.ErrMSG3=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059
WizardComponentFolderPage.ErrMSG2=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D\u304C\u7A7A\u3067\u3059
WizardComponentFolderPage.ErrMSG1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u8A00\u8A9E\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093
ImportComponentDialog.Filter=\u30D5\u30A3\u30EB\u30BF\u30FC
CreateComponentWizard.FillIn=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u5c5e\u6027\u3092\u8a18\u5165
ImportComponentDialog.ImportCanceledMSG=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30BF\u30B9\u30AF\u306F\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
ComponentProjectPreferencePage.Warning=\u8B66\u544A
AbstractXMLConfigPage.VERSIONTip=\u65B0\u3057\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u8868\u3059\u5341\u9032\u5024
WizardJetFilesChoosePage.Directory=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA:
CreateComponentWizard.NewComponent=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
WizardComponentFolderPage.Name=\u540D\u524D
RemoveResourceAction.Remove=\u524A\u9664
WizardJetFilesChoosePage.UseIconFrom=\u30A2\u30A4\u30B3\u30F3\u3092\u4F7F\u7528:
ImportComponentDialog.ImportFinished=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30A4\u30F3\u30DD\u30FC\u30C8\u5B8C\u4E86
AbstractXMLConfigPage.SetProperties=\u9078\u629e\u3057\u305f\u30a8\u30ec\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u8a2d\u5b9a\u3002
ProjectSelectionDialog.ChooseFolder=\u3053\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
ComponentProjectPreferencePage.ComponentProject=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8:
AddResourceAction.AddLib=\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u8FFD\u52A0...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u6B63\u5E38\u306B\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u3057\u305F\u3002
AddExternalResourceAction.ErrorTitle=\u5916\u90E8\u30A2\u30FC\u30AB\u30A4\u30D6\u30A8\u30E9\u30FC
AbstractXMLConfigPage.NBLINESTip=Integer\u5024\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D3\u30E5\u30FC\u3067\u306E\u3053\u306E\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u7DDA\u306E\u5E45\u3002
AbstractXMLConfigPage.MININPUTTip=Integer\u5024\u3002\u3053\u306E\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u306E\u6700\u5C0F\u5165\u529B\u6570
WizardJetFilesChoosePage.MainFile=\u30E1\u30A4\u30F3\u30D5\u30A1\u30A4\u30EB
CreateComponentWizard.CreateXMLJava=Java\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u7528\u306eXML\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u751f\u6210
WizardJetFilesChoosePage.UseDefaultIcon=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u4F7F\u7528
WizardComponentFolderPage.LongName=\u30ED\u30F3\u30B0\u30CD\u30FC\u30E0\uFF08\u30DE\u30A6\u30B9\u30AA\u30FC\u30D0\u30FC\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\uFF09
CopyComponentActionProvider.CopyComponent=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30B3\u30D4\u30FC
ImportComponentDialog.ChooseComponentsLabel=\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u9078\u629E
AddResourceAction.JARSecection=Jar\u9078\u629E
AddExternalResourceAction.ErrorMsg=\u9078\u629E\u3057\u305F\u5916\u90E8\u30A2\u30FC\u30AB\u30A4\u30D6\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3001\u3082\u3057\u304F\u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
ComponentProjectManager.NewProject=\u65B0\u3057\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
CopyFromPaletteActionProvider.Label=\u30D1\u30EC\u30C3\u30C8\u304B\u3089\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30B3\u30D4\u30FC
WizardJetFilesChoosePage.ChoseAIcon=\u30A2\u30A4\u30B3\u30F3\u3092\u9078\u629E
ComponentProjectPreferencePage.SelectPath=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\t\n\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30D1\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044
AbstractXMLConfigPage.LINESTYLETip=Integer\u5024\u3002\u30B3\u30CD\u30AF\u30B7\u30E7\u30F3\u30E9\u30A4\u30F3\u30B9\u30BF\u30A4\u30EB\uFF081:\u30BD\u30EA\u30C3\u30C9\u30012:\u30C0\u30C3\u30B7\u30E5\u30013:\u30C9\u30C3\u30C8\u30014:\u30C0\u30C3\u30B7\u30E5\u30C9\u30C3\u30C8\uFF09
WizardJetFilesChoosePage.EndFile=\u30D5\u30A1\u30A4\u30EB\u7D42\u4E86
PushToPaletteActionProvider.InformationMSG=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u767A\u884C\u3055\u308C\u307E\u3057\u305F\u3002\u30D1\u30EC\u30C3\u30C8\u306F\u66F4\u65B0\u3055\u308C\u308B\u3067\u3057\u3087\u3046\u3002
EditComponentActionProvider.GroupEdit=\u30B0\u30EB\u30FC\u30D7\u7DE8\u96C6
ProjectSelectionDialog.ComponentProject=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8:
ComponentProjectPreferencePage.ButtonLabel0=\u4E86\u89E3
AbstractXMLConfigPage.New=\u65B0\u898F
CopyComponentValidator.ComponentExist=\u3053\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
ImportComponentDialog.WarningMSG=\u3053\u306E\u64CD\u4F5C\u306F\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306E\u65E2\u5B58\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4E0A\u66F8\u304D\u3057\u307E\u3059\u3002\u672C\u5F53\u306B\u9078\u629E\u3057\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059\u304B?
CreateComponentWizard.MainProperties=\u4E3B\u8981\u5C5E\u6027
ComponentProjectManager.WarningMsg=\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306F\u5927\u6587\u5B57\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u307E\u305B\u3093\u3002{0}\u3068\u885D\u7A81\u3059\u308B\u65E2\u5B58\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u3042\u308A\u307E\u3059\u3002
WizardComponentFolderPage.Family=\u30D5\u30A1\u30DF\u30EA
PushToPaletteActionProvider.OK3=\u4E86\u89E3
PushToPaletteActionProvider.OK2=\u4E86\u89E3
CopyComponentActionProvider.CopyComponent2=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30B3\u30D4\u30FC
AbstractXMLConfigPage.CTYPETip=\u30B3\u30CD\u30AF\u30BF\u578B
AddResourceAction.ChooseResource=\u8FFD\u52A0\u3059\u308Bjar\u3068zip\u3092\u9078\u629E\uFF08&C\uFF09
ImportComponentDialog.WarningTitle=\u8B66\u544A
AddExternalResourceAction.AddELibs=\u5916\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u8FFD\u52A0...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u4F7F\u7528\u53EF\u80FD\u306A\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002
AbstractXMLConfigPage.MINOUTPUTTip=Integer\u5024\u3002\u3053\u306E\u63A5\u7D9A\u306B\u304A\u3051\u308B\u51FA\u529B\u306E\u6700\u5C0F\u6570\u3002
ValidateComponentXMLActionProvider.error=\n\t\u884C {0}\u306B\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
ValidateComponentXMLActionProvider.fatalerror=\n\t\u884C {0}\u306B\u81F4\u547D\u7684\u306A\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
ValidateComponentXMLActionProvider.invalid=\u59A5\u5F53\u3067\u306A\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u30D5\u30A1\u30A4\u30EB\:\n
ValidateComponentXMLActionProvider.ok=\u4E86\u89E3
ValidateComponentXMLActionProvider.result=\u691C\u8A3C\u7D50\u679C
ValidateComponentXMLActionProvider.valid=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u30D5\u30A1\u30A4\u30EB\u306F\u59A5\u5F53\u3067\u3059\u3002
ValidateComponentXMLActionProvider.validate=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8XML\u3092\u691C\u8A3C
ValidateComponentXMLActionProvider.warning=\n\t\u884C {0}\u306B\u8B66\u544A\u304C\u3042\u308A\u307E\u3059

View File

@@ -1,3 +0,0 @@
AbstractXMLConfigPage.TYPETip=\uB370\uC774\uD130 \uD0C0\uC785
AbstractXMLConfigPage.Delete=\uC0AD\uC81C
WizardComponentFolderPage.Name=\uC774\uB984

View File

@@ -1,13 +0,0 @@
PushToPaletteActionProvider.Error2=Fout
PushToPaletteActionProvider.Error=Fout
NewActionProvider.New=Nieuw
NewActionProvider.NewComponent=Nieuw Component
AbstractXMLConfigPage.Delete=Verwijderen
WizardJetFilesChoosePage.Directory=Directory:
CreateComponentWizard.NewComponent=Nieuw Component
WizardComponentFolderPage.Name=Naam
WizardComponentFolderPage.Perl=Perl
WizardJetFilesChoosePage.UseDefaultIcon=Gebruik default icon
WizardJetFilesChoosePage.ChoseAIcon=Kies een icon
AbstractXMLConfigPage.New=Nieuw
WizardComponentFolderPage.Java=Java

View File

@@ -1,66 +0,0 @@
EditComponentActionProvider.Edit=Edytuj ten komponent
AbstractXMLConfigPage.TYPETip=Typ danych.
PushToPaletteActionProvider.Error2=B\u0142\u0105d
CopyFromPaletteActionProvider.Label2=Importuj komponenty z palety
AbstractXMLConfigPage.MAXOUTPUTTip=Warto\u015B\u0107 ca\u0142kowitoliczbowa. Maks. ilo\u015Bc wyj\u015B\u0107 dla po\u0142\u0105czenia
AbstractXMLConfigPage.MAXINPUTTip=Warto\u015B\u0107 ca\u0142kowitoliczbowa. Maks. ilo\u015Bc wej\u015B\u0107 dla po\u0142\u0105czenia
AddExternalResourceAction.JarSelection=Wyb<EFBFBD>r archiwum jar
ComponentProjectManager.CreationProblems=Problemy przy tworzeniu
CreateComponentWizard.SpecifyRes=Podaj zasoby
AbstractXMLConfigPage.REPOSITORYVALUETip=Repozytorium metadanych do zaznaczenia.
AbstractXMLConfigPage.NUMROWTip=Warto\u015B\u0107 ca\u0142kowitoliczbowa. Pozycja parametru w Widoku komponent<6E>w
PushToPaletteActionProvider.Error=B\u0142\u0105d
ComponentProjectManager.InternalErrorMsg=B\u0142\u0105d wewn\u0119trzny: {0}
AbstractXMLConfigPage.IntValue=Warto\u015B\u0107 ca\u0142kowitoliczbowa.
WizardComponentFolderPage.Available=Dost\u0119pne w
WizardJetFilesChoosePage.BeginFile=Plik pocz\u0105tkowy
AbstractXMLConfigPage.COLORTip=Warto\u015B\u0107 Hex RGB. Np.: "00FF00"
NewActionProvider.New=Nowy
AbstractXMLConfigPage.EXTENSIONTip=Warto\u015B\u0107 znakowa nazwy wtyczki. Opcja przeznaczona do zewn\u0119trznych komponent<6E>w.
ComponentProjectPreferencePage.ChooseProject=Wybierz folder proejktu dla projektanta komponentu
WizardComponentFolderPage.ErrMSG5=Rodzina komponentu jest pusta
WizardComponentFolderPage.ErrMSG4=Pe\u0142na nazwa komponentu jest pusta
AbstractXMLConfigPage.BooleanTip=Warto\u015B\u0107 logicza (prawda albo fa\u0142sz)
AbstractXMLConfigPage.Delete=Usu\u0144
WizardComponentFolderPage.ErrMSG3=Komponent juz istnieje
WizardComponentFolderPage.ErrMSG2=Nazwa komponentu jest pusta
WizardComponentFolderPage.ErrMSG1=Nie wybrano j\u0119zyka komponentu
ComponentProjectPreferencePage.Warning=Ostrze\u017Cenie
WizardJetFilesChoosePage.Directory=Folder
WizardComponentFolderPage.Name=Nazwa
RemoveResourceAction.Remove=Usu\u0144
WizardJetFilesChoosePage.UseIconFrom=U\u017Cyj ikony z:
AbstractXMLConfigPage.SetProperties=Ustaw w\u0142a\u015Bciwo\u015Bci zaznaczonego elementu.
AddResourceAction.AddLib=Dodaj biblioteki...
WizardComponentFolderPage.Perl=Perl
AddExternalResourceAction.ErrorTitle=B\u0142\u0105d archiwum zewn\u0119trznego
AbstractXMLConfigPage.MININPUTTip=Warto\u015B\u0107 ca\u0142kowitoliczbowa. Min. ilo\u015Bc wej\u015B\u0107 dla po\u0142\u0105czenia
WizardJetFilesChoosePage.MainFile=Plik g\u0142<34>wny
WizardJetFilesChoosePage.UseDefaultIcon=U\u017Cyj domy\u015Blnej ikony
WizardComponentFolderPage.LongName=Pe\u0142na nazwa (mouseover tooltip)
CopyComponentActionProvider.CopyComponent=Skopiuj komponent
AddResourceAction.JARSecection=Wyb<EFBFBD>r archiwum jar
AddExternalResourceAction.ErrorMsg=Zaznaczone archiwa zewn\u0119trzne s\u0105 niedost\u0119pne lub nie istniej\u0105.
CopyFromPaletteActionProvider.Label=Skopiuj komponenty z palety
WizardJetFilesChoosePage.ChoseAIcon=Wybierz ikon\u0119
ComponentProjectPreferencePage.SelectPath=Wybierz \u015Bcie\u017Ck\u0119 projektu komponentu
AbstractXMLConfigPage.LINESTYLETip=Watro\u015B\u0107 ca\u0142kowitoliczbowa. Styl lini po\u0142\u0105czenia (1: Pe\u0142na, 2: Kreski, 3: Kropki, 4:Kreski kropki)
WizardJetFilesChoosePage.EndFile=Plik ko\u0144cowy
AbstractXMLConfigPage.New=Nowy
CreateComponentWizard.MainProperties=W\u0142a\u015Bciwo\u015Bci g\u0142<34>wne
WizardComponentFolderPage.Family=Rodzina
CopyComponentActionProvider.CopyComponent2=Skopiuj komponent
AbstractXMLConfigPage.CTYPETip=Typ Connectora
AddResourceAction.ChooseResource=&Wybierz pliki jar i zip do dodania:
ImportComponentDialog.WarningTitle=Ostrze\u017Cenie
AddExternalResourceAction.AddELibs=Dodaj biblioteki zewn\u0119trzne...
WizardComponentFolderPage.Java=Java
AbstractXMLConfigPage.MINOUTPUTTip=Warto\u015B\u0107 ca\u0142kowitoliczbowa. Min. ilo\u015Bc wyj\u015B\u0107 dla po\u0142\u0105czenia
ValidateComponentXMLActionProvider.error=ntThere b\u0142\u0105d w linii {0}
ValidateComponentXMLActionProvider.fatalerror=ntThere b\u0142\u0105d krytyczny w linii {0}
ValidateComponentXMLActionProvider.invalid=Niepoprawny komponent plik XML:n
ValidateComponentXMLActionProvider.result=Wynik walidacji
ValidateComponentXMLActionProvider.valid=Komponent plik XML poprawny!
ValidateComponentXMLActionProvider.validate=Sprawd\u017A poprawno\u015B\u0107 komponentu XML
ValidateComponentXMLActionProvider.warning=Ostrze\u017Cenie \n\tThere w linii {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=Wynik walidacji

View File

@@ -1,56 +0,0 @@
EditComponentActionProvider.Edit=Editar este componente
ProjectSelectionDialog.SelectPath=Selecione um caminho para o Projeto
AbstractXMLConfigPage.TYPETip=Tipo do dado
PushToPaletteActionProvider.Error2=Erro
CopyFromPaletteActionProvider.Label2=Importar componentes da paleta
ComponentProjectPreferencePage.WarningMSG=Aten<EFBFBD><EFBFBD>o, essa modifica<63><61>o s<> ira modificar o Designer de Componente, e n<>o a Palheta
AddExternalResourceAction.JarSelection=seleccao do JAR
ComponentProjectManager.CreationProblems=Problemas na cria<69><61>o
CopyComponentActionProvider.InputName=Inserir novo nome de componente
CreateComponentWizard.SpecifyRes=Especificar recursos
AbstractXMLConfigPage.REPOSITORYVALUETip=Reposit<EFBFBD>rio de Metadados a selecionar
PushToPaletteActionProvider.Error=Erro
ComponentProjectManager.InternalErrorMsg=Erro interno: {0}
AbstractXMLConfigPage.IntValue=Valor inteiro.
WizardComponentFolderPage.Available=Dispon<EFBFBD>vel em
PushToPaletteActionProvider.OK=OK
AbstractXMLConfigPage.COLORTip=Valor Hex de RGB. Exemplo:"00FF00"
CreateComponentWizard.CreateXMLPerl=Criar o arquivo de configura<72><61>o XML par PERL Component
ImportComponentDialog.SelectDirectoryLabel=Selecione um diret<65>rio:
ComponentProjectPreferencePage.ChooseProject=Selecione uma pasta de projeto para este designer de componentes
AbstractXMLConfigPage.BooleanTip=Valor booleano (verdadeiro ou falso)
AbstractXMLConfigPage.Delete=Deletar
CreateComponentWizard.FillIn=Preencher as propriedades do componente
ComponentProjectPreferencePage.Warning=Advert<EFBFBD>ncia
AbstractXMLConfigPage.VERSIONTip=Um valor decimal para indicar a vers<72>o do seu novo componente
WizardJetFilesChoosePage.Directory=Diret<EFBFBD>rio:
WizardComponentFolderPage.Name=Nome
WizardJetFilesChoosePage.UseIconFrom=Usar <20>cone de:
ProjectSelectionDialog.ChooseFolder=Escolha uma pasta de projetos para esta sess<73>o
ComponentProjectPreferencePage.ComponentProject=Projeto do Componente:
AddResourceAction.AddLib=Adicionar Bibliotecas...
WizardComponentFolderPage.Perl=Perl
AddExternalResourceAction.ErrorTitle=Erro de arquivo externo
CreateComponentWizard.CreateXMLJava=Criar o arquivo de configura<72><61>o XML para componente JAVA
WizardJetFilesChoosePage.UseDefaultIcon=Use o <20>cone padr<64>o
CopyComponentActionProvider.CopyComponent=Copiar este componente
AddResourceAction.JARSecection=seleccao do JAR
AddExternalResourceAction.ErrorMsg=O arquivo selecionado n<>o est<73> dispon<6F>vel ou n<>o existe.
ComponentProjectManager.NewProject=Novo Projeto de Componente
CopyFromPaletteActionProvider.Label=Copiar componentes para a palheta
WizardJetFilesChoosePage.ChoseAIcon=Escolha o <20>cone
ComponentProjectPreferencePage.SelectPath=Selecione o Caminho do Projeto do Componente
EditComponentActionProvider.GroupEdit=Grupo de edi<64><69>o
ProjectSelectionDialog.ComponentProject=Projeto do Componente:
ComponentProjectPreferencePage.ButtonLabel0=OK
CopyComponentValidator.ComponentExist=O Componente j<> existe
CreateComponentWizard.MainProperties=Propriedades principais
ComponentProjectManager.WarningMsg=O sistema de arquivos n<>o <20> sens<6E>vel <20> caixa. Existe um projeto em conflito com {0}
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
CopyComponentActionProvider.CopyComponent2=Copiar componente
AbstractXMLConfigPage.CTYPETip=Tipo de conector.
ImportComponentDialog.WarningTitle=Advert<EFBFBD>ncia
AddExternalResourceAction.AddELibs=Adicionar bibliotecas externas
WizardComponentFolderPage.Java=Java
ValidateComponentXMLActionProvider.ok=OK

View File

@@ -1,34 +0,0 @@
WizardComponentFolderPage.Available=Disponibil in
PushToPaletteActionProvider.OK=OK
WizardJetFilesChoosePage.BeginFile=Inceput Fisier
NewActionProvider.New=Nou
WizardComponentFolderPage.ErrMSG5=Componenta Family este vida
WizardComponentFolderPage.ErrMSG4=Componenta Nume Lung este vida
AbstractXMLConfigPage.Delete=sterge
WizardComponentFolderPage.ErrMSG3=Componenta exista deja
WizardComponentFolderPage.ErrMSG2=Componenta nume este vida
WizardComponentFolderPage.ErrMSG1=Limba componentei nu a fost selectata
WizardJetFilesChoosePage.Directory=Directory:
WizardComponentFolderPage.Name=Nume
RemoveResourceAction.Remove=Sterge
WizardJetFilesChoosePage.UseIconFrom=Foloseste icoana de la:
WizardComponentFolderPage.Perl=Perl
WizardJetFilesChoosePage.MainFile=Fiser principal
WizardJetFilesChoosePage.UseDefaultIcon=Foloseste icoana predefinita
WizardComponentFolderPage.LongName=Nume Lung (mouse tooltip)
WizardJetFilesChoosePage.ChoseAIcon=Alege o icoana
WizardJetFilesChoosePage.EndFile=Sfarsit Fiser
AbstractXMLConfigPage.New=Nou
WizardComponentFolderPage.Family=Family
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.OK2=OK
WizardComponentFolderPage.Java=Java
ValidateComponentXMLActionProvider.error=\n\tEroare la linia {0}
ValidateComponentXMLActionProvider.fatalerror=\n\tEroare Fatala la linia {0}
ValidateComponentXMLActionProvider.invalid=Fisier XML component invalid\:\n
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=Rezultat validare
ValidateComponentXMLActionProvider.valid=Fisierul componenta XML e valid!
ValidateComponentXMLActionProvider.validate=Valideaza componenta XML
ValidateComponentXMLActionProvider.warning=\n\tEste o atentionare la linia {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=Rezultat validare

View File

@@ -1,94 +0,0 @@
EditComponentActionProvider.Edit=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
AbstractXMLConfigPage.TYPETip=\u0422\u0438\u043F \u0434\u0430\u043D\u043D\u044B\u0445.
PushToPaletteActionProvider.Error2=\u041E\u0448\u0438\u0431\u043A\u0430
CopyFromPaletteActionProvider.Label2=\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u0438\u0437 \u043F\u0430\u043B\u0438\u0442\u0440\u044B
AbstractXMLConfigPage.MAXOUTPUTTip=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer. \u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u044B\u0445\u043E\u0434\u043E\u0432 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F.
ImportComponentDialog.Browser=\u041E\u0431\u043E\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043B\u044C
ComponentProjectPreferencePage.WarningMSG=\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u044D\u0442\u0430 \u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043F\u043E\u0432\u043B\u0438\u044F\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0430 \u0434\u0438\u0437\u0430\u0439\u043D\u0435\u0440 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442, \u043D\u043E \u043D\u0435 \u043F\u0430\u043B\u0438\u0442\u0440\u0443.
AbstractXMLConfigPage.MAXINPUTTip=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer. \u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u0445\u043E\u0434\u043E\u0432 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
AddExternalResourceAction.JarSelection=\u0412\u044B\u0431\u043E\u0440 \u0444\u0430\u0439\u043B\u0430 Jar
ComponentProjectManager.CreationProblems=\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438
CopyComponentActionProvider.InputName=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430 \u0434\u043B\u044F
CreateComponentWizard.SpecifyRes=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438
AbstractXMLConfigPage.REPOSITORYVALUETip=\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0439 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445 \u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430.
AbstractXMLConfigPage.NUMROWTip=\u0426\u0435\u043B\u043E\u0447\u0438\u0441\u043B\u0435\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435. \u041F\u043E\u0437\u0438\u0446\u0438\u044F \u044D\u0442\u043E\u0433\u043E \u043F\u0430\u0440\u0430\u043C\u0435\u043D\u0442\u0430 \u0432 \u0440\u044F\u0434\u0443 \u0432 "\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432"
PushToPaletteActionProvider.Error=\u041E\u0448\u0438\u0431\u043A\u0430
ComponentProjectManager.InternalErrorMsg=\u0412\u043D\u0443\u0442\u0440\u0435\u043D\u043D\u044F\u044F \u043E\u0448\u0438\u0431\u043A\u0430: {0}
AbstractXMLConfigPage.IntValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer
WizardComponentFolderPage.Available=\u0414\u043E\u0441\u0442\u0443\u043F\u0435\u043D \u0432
PushToPaletteActionProvider.OK=\u041E\u043A
WizardJetFilesChoosePage.BeginFile=\u041D\u0430\u0447\u0430\u043B\u043E \u0444\u0430\u0439\u043B\u0430
AbstractXMLConfigPage.COLORTip=16-\u0440\u0438\u0447\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 RGB, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 "00FF00"
CreateComponentWizard.CreateXMLPerl=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 XML \u0444\u0430\u0439\u043B \u0434\u043B\u044F \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430 \u043D\u0430 PERL
ImportComponentDialog.SelectDirectoryLabel=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0438\u0440\u0435\u043A\u0442\u043E\u0440\u0438\u044E\:
PushToPaletteActionProvider.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
PluginConstant.Borwser=\u041E\u0431\u043E\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043B\u044C
NewActionProvider.New=\u0421\u043E\u0437\u0434\u0430\u0442\u044C
AbstractXMLConfigPage.EXTENSIONTip=\u0421\u0442\u0440\u043E\u043A\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0438\u043C\u0435\u043D\u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u0430. \u042D\u0442\u0430 \u043E\u043F\u0446\u0438\u044F \u0434\u043B\u044F \u0432\u043D\u0435\u0448\u043D\u0438\u0445 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442.
NewActionProvider.NewComponent=\u041D\u043E\u0432\u044B\u0439 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
ImportComponentDialog.ShowPaletteComponents=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432
ComponentProjectPreferencePage.ChooseProject=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043D\u043E\u0432\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u043F\u0440\u043E\u0435\u043A\u0442\u0430 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0434\u0438\u0437\u0430\u0439\u043D\u0435\u0440\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
WizardComponentFolderPage.ErrMSG5=\u0421\u0435\u043C\u0435\u0439\u0441\u0442\u0432\u043E \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u043F\u0443\u0441\u0442\u043E\u0435
WizardComponentFolderPage.ErrMSG4=\u0414\u043B\u0438\u043D\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430 \u043D\u0435 \u0437\u0430\u043F\u043E\u043B\u043D\u0435\u043D\u043E
AbstractXMLConfigPage.BooleanTip=\u0411\u0443\u043B\u0435\u0432\u0441\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 (true \u0438\u043B\u0438 false)
AbstractXMLConfigPage.Delete=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
WizardComponentFolderPage.ErrMSG3=\u0422\u0430\u043A\u043E\u0439 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
WizardComponentFolderPage.ErrMSG2=\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430 \u043D\u0435 \u0437\u0430\u043F\u043E\u043B\u043D\u0435\u043D\u043E
WizardComponentFolderPage.ErrMSG1=\u041D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D \u044F\u0437\u044B\u043A \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B
ImportComponentDialog.Filter=\u0424\u0438\u043B\u044C\u0442\u0440\:
CreateComponentWizard.FillIn=\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430
ComponentProjectPreferencePage.Warning=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
AbstractXMLConfigPage.VERSIONTip=\u0414\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432\u0435\u0440\u0441\u0438\u0438 \u0432\u0430\u0448\u0435\u0439 \u043D\u043E\u0432\u043E\u0439 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B
WizardJetFilesChoosePage.Directory=\u041F\u0443\u0442\u044C:
CreateComponentWizard.NewComponent=\u041D\u043E\u0432\u044B\u0439 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
WizardComponentFolderPage.Name=\u0418\u043C\u044F
RemoveResourceAction.Remove=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
WizardJetFilesChoosePage.UseIconFrom=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443 \u0438\u0437:
AbstractXMLConfigPage.SetProperties=\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430
ProjectSelectionDialog.ChooseFolder=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u043F\u0440\u043E\u0435\u043A\u0442\u0430 \u0434\u043B\u044F \u044D\u0442\u043E\u0439 \u0441\u0435\u0441\u0441\u0438\u0438
ComponentProjectPreferencePage.ComponentProject=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u043F\u0440\u043E\u0435\u043A\u0442\u0430:
AddResourceAction.AddLib=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438...
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B.
AddExternalResourceAction.ErrorTitle=\u041E\u0448\u0438\u0431\u043A\u0430 \u0432\u043E \u0432\u043D\u0435\u0448\u043D\u0435\u043C \u0430\u0440\u0445\u0438\u0432\u0435
AbstractXMLConfigPage.NBLINESTip=\u0426\u043A\u043B\u043E\u0447\u0438\u0441\u043B\u0435\u043D\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435. \u041F\u0440\u043E\u0442\u044F\u0436\u0435\u043D\u043D\u043E\u0441\u0442\u044C \u043B\u0438\u043D\u0438\u0438 \u044D\u0442\u043E\u0433\u043E \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430 \u0432 "\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432"
AbstractXMLConfigPage.MININPUTTip=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer. \u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u0445\u043E\u0434\u043E\u0432 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
WizardJetFilesChoosePage.MainFile=\u0413\u043B\u0430\u0432\u043D\u044B\u0439 \u0444\u0430\u0439\u043B
CreateComponentWizard.CreateXMLJava=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 XML \u0444\u0430\u0439\u043B \u0434\u043B\u044F \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430 \u043D\u0430 JAVA
WizardJetFilesChoosePage.UseDefaultIcon=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
WizardComponentFolderPage.LongName=\u0414\u043B\u0438\u043D\u043D\u043E\u0435 \u0418\u043C\u044F (\u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0430 \u043F\u043E\u0434 \u0443\u043A\u0430\u0437\u0430\u0442\u0435\u043B\u0435\u043C \u043C\u044B\u0448\u0438)
CopyComponentActionProvider.CopyComponent=\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u042D\u0442\u043E\u0442 \u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
AddResourceAction.JARSecection=\u0412\u044B\u0431\u043E\u0440 \u0444\u0430\u0439\u043B\u0430 Jar
AddExternalResourceAction.ErrorMsg=\u0412\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0432\u043D\u0435\u0448\u043D\u0438\u0439 \u0430\u0440\u0445\u0438\u0432 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D \u0438\u043B\u0438 \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
ComponentProjectManager.NewProject=\u041D\u043E\u0432\u044B\u0439 \u043F\u0440\u043E\u0435\u043A\u0442
CopyFromPaletteActionProvider.Label=\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u0438\u0437 \u043F\u0430\u043B\u0438\u0442\u0440\u044B
WizardJetFilesChoosePage.ChoseAIcon=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043A\u043E\u043D\u043A\u0443
ComponentProjectPreferencePage.SelectPath=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0443\u0442\u044C \u0434\u043B\u044F \u043F\u0440\u043E\u0435\u043A\u0442\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430
AbstractXMLConfigPage.LINESTYLETip=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer. \u0421\u0442\u0438\u043B\u044C \u0441\u043E\u0435\u0434\u0438\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u043B\u0438\u043D\u0438\u0438 (1: \u043B\u0438\u043D\u0438\u044F, 2: \u0448\u0442\u0440\u0438\u0445, 3: \u043F\u0443\u043D\u043A\u0442\u0438\u0440, 4: \u0448\u0442\u0440\u0438\u0445\u043E-\u043F\u0443\u043D\u043A\u0442\u0438\u0440)
WizardJetFilesChoosePage.EndFile=\u041A\u043E\u043D\u0435\u0446 \u0444\u0430\u0439\u043B\u0430
EditComponentActionProvider.GroupEdit=group.edit
ProjectSelectionDialog.ComponentProject=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u043F\u0440\u043E\u0435\u043A\u0442\u0430:
ComponentProjectPreferencePage.ButtonLabel0=Ok
AbstractXMLConfigPage.New=\u0421\u043E\u0437\u0434\u0430\u0442\u044C
CopyComponentValidator.ComponentExist=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
CreateComponentWizard.MainProperties=\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430
ComponentProjectManager.WarningMsg=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u0430\u044F \u0444\u0430\u0439\u043B\u043E\u0432\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u043D\u0435 \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u0438 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0435 \u0431\u0443\u043A\u0432\u044B \u0432 \u0438\u043C\u0435\u043D\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0440\u043E\u0435\u043A\u0442 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 {0}
WizardComponentFolderPage.Family=\u0421\u0435\u043C\u0435\u0439\u0441\u0442\u0432\u043E
PushToPaletteActionProvider.OK3=\u041E\u043A
PushToPaletteActionProvider.OK2=\u041E\u043A
CopyComponentActionProvider.CopyComponent2=\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
AbstractXMLConfigPage.CTYPETip=\u0422\u0438\u043F \u043A\u043E\u043D\u043D\u0435\u043A\u0442\u043E\u0440\u0430.
AddResourceAction.ChooseResource=&\u0412\u044B\u0431\u0440\u0430\u0442\u044C Jar \u0438 Zip \u0444\u0430\u043B\u044B \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F:
ImportComponentDialog.WarningTitle=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
AddExternalResourceAction.AddELibs=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432\u043D\u0435\u0448\u043D\u0438\u0435 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u043D\u0435 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B.
AbstractXMLConfigPage.MINOUTPUTTip=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 Integer. \u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u044B\u0445\u043E\u0434\u043E\u0432 \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
ValidateComponentXMLActionProvider.error=\u0415\u0441\u0442\u044C \u043E\u0448\u0438\u0431\u043A\u0430 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435 {0}
ValidateComponentXMLActionProvider.invalid=\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0439 XML \u0444\u0430\u0439\u043B \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B\:\n
ValidateComponentXMLActionProvider.ok=\u041E\u043A
ValidateComponentXMLActionProvider.result=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438
ValidateComponentXMLActionProvider.valid=XML \u0444\u0430\u0439\u043B \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0439!
ValidateComponentXMLActionProvider.validate=\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C XML \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430
ValidateComponentXMLActionProvider.warning=\n\t\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435 {0}
PushToPaletteActionProvider.PushToPaletteActionProvider.result=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438

View File

@@ -1,24 +0,0 @@
AbstractXMLConfigPage.TYPETip=D<EFBFBD>tov<EFBFBD> typ.
PushToPaletteActionProvider.Error2=CHYBA
AbstractXMLConfigPage.REPOSITORYVALUETip=Metad<EFBFBD>ta <20>lo\u017Eisko na v<>ber.
PushToPaletteActionProvider.Error=CHYBA
PushToPaletteActionProvider.OK=Ok
NewActionProvider.New=Nov<EFBFBD>
AbstractXMLConfigPage.Delete=Zmaza\u0165
ImportComponentDialog.Filter=Filter:
ComponentProjectPreferencePage.Warning=Varovanie
WizardComponentFolderPage.Name=Meno
RemoveResourceAction.Remove=Odstr<EFBFBD>ni\u0165
WizardJetFilesChoosePage.UseIconFrom=Pou\u017Ei\u0165 ikonu z:
AddResourceAction.AddLib=Prida\u0165 Kni\u017Enice...
WizardJetFilesChoosePage.MainFile=Hlavn<EFBFBD> S<>bor
AddExternalResourceAction.ErrorMsg=Vybran<EFBFBD> extern<72> arch<63>v je nedostupn<70> alebo neexistuje.
AbstractXMLConfigPage.New=Nov<EFBFBD>
CreateComponentWizard.MainProperties=Hlavn<EFBFBD> Vlastnosti
WizardComponentFolderPage.Family=Rodina
PushToPaletteActionProvider.OK3=Ok
PushToPaletteActionProvider.OK2=Ok
AbstractXMLConfigPage.CTYPETip=Typ konektora.
ImportComponentDialog.WarningTitle=Varovanie
AddExternalResourceAction.AddELibs=Prida\u0165 Extern<72> Kni\u017Enice...
ValidateComponentXMLActionProvider.ok=Ok

View File

@@ -1,2 +0,0 @@
PushToPaletteActionProvider.Error2=Gre\u0161ka
PushToPaletteActionProvider.Error=Gre\u0161ka

View File

@@ -1,108 +0,0 @@
AbstractXMLConfigPage.BooleanTip=Boolean value (true or false).
AbstractXMLConfigPage.COLORTip=Hex value of RGB. For example\: "00FF00"
AbstractXMLConfigPage.CTYPETip=Connector type.
AbstractXMLConfigPage.Delete=Delete
AbstractXMLConfigPage.EXTENSIONTip=String value of plugin name. This option is for external componet.
AbstractXMLConfigPage.IntValue=Integer value.
AbstractXMLConfigPage.LINESTYLETip=Integer value. Line style of the connetion. (1\: Solid Line, 2\: Dash Line, 3\: Dot Line, 4\: Dashdot Line)
AbstractXMLConfigPage.MAXINPUTTip=Integer value. Maximum input connection for this connection
AbstractXMLConfigPage.MAXOUTPUTTip=Integer value. Maximum output connection for this connection
AbstractXMLConfigPage.MININPUTTip=Integer value. Minimum input connection for this connection
AbstractXMLConfigPage.MINOUTPUTTip=Integer value. Minimum output connection for this connection
AbstractXMLConfigPage.NBLINESTip=Integer value. Lines spans of this parameter in the component's properties view
AbstractXMLConfigPage.NUMROWTip=Integer value. Row position of this parameter in the component's properties view
AbstractXMLConfigPage.New=New
AbstractXMLConfigPage.REPOSITORYVALUETip=Metadata repository to select.
AbstractXMLConfigPage.SetProperties=Set the properties for selected element.
AbstractXMLConfigPage.TYPETip=Data type.
AbstractXMLConfigPage.VERSIONTip=A decimal value to indicate the version of your new component.
AddExternalResourceAction.AddELibs=Add External Libraries...
AddExternalResourceAction.ErrorMsg=The selected external archive is unavailable or does not exist.
AddExternalResourceAction.ErrorTitle=External Archive Error
AddExternalResourceAction.JarSelection=Jar Selection
AddResourceAction.AddLib=Add Libraries...
AddResourceAction.ChooseResource=&Choose jars and zips to add\:
AddResourceAction.JARSecection=JAR Selection
ComponentProjectManager.CreationProblems=Creation Problems
ComponentProjectManager.InternalErrorMsg=Internal error\: {0}
ComponentProjectManager.NewProject=New Component Project
ComponentProjectManager.WarningMsg=The underlying file system is case insensitive. There is an existing project which conflicts with {0}
ComponentProjectPreferencePage.ButtonLabel0=Ok
ComponentProjectPreferencePage.ChooseProject=Choose a project folder for this component designer
ComponentProjectPreferencePage.ComponentProject=Component Project\:
ComponentProjectPreferencePage.SelectPath=Select Component Project Path
ComponentProjectPreferencePage.Warning=Warning
ComponentProjectPreferencePage.WarningMSG=Warning, this modification will only impact Component Designer, not the Palette.
CopyComponentActionProvider.CopyComponent=Copy This Component
CopyComponentActionProvider.CopyComponent2=Copy Component
CopyComponentActionProvider.InputName=Input a new component name for
CopyComponentValidator.ComponentExist=The component has been exsit
CopyFromPaletteActionProvider.Label=Copy Components from Palette
CopyFromPaletteActionProvider.Label2=Import components from palette
CreateComponentWizard.CreateXMLJava=Create the XML configuration file for JAVA Component
CreateComponentWizard.CreateXMLPerl=Create the XML configuration file for PERL Component
CreateComponentWizard.FillIn=Fill in component properties
CreateComponentWizard.MainProperties=Main Properties
CreateComponentWizard.NewComponent=New Component
CreateComponentWizard.SpecifyRes=Specify resources
EditComponentActionProvider.Edit=Edit This Component
EditComponentActionProvider.GroupEdit=group.edit
FileCopy.ExceptionMSG=The source File "
ImportComponentDialog.Browser=Browser..
ImportComponentDialog.ChooseComponentsLabel=Choose components to import\:
ImportComponentDialog.ErrorMSG4=No component was selected for importing.
ImportComponentDialog.Filter=Filter\:
ImportComponentDialog.ImportCanceled=Import Components Canceled
ImportComponentDialog.ImportCanceledMSG=Task import components from palette was canceled.
ImportComponentDialog.ImportFinished=Import Components Finished
ImportComponentDialog.ImportFinishedMSG=Components imported successfully.
ImportComponentDialog.NoComponentsAvailable=No Components available.
ImportComponentDialog.SelectDirectoryLabel=Select a directory\:
ImportComponentDialog.ShowPaletteComponents=Show Palette Components
ImportComponentDialog.WarningMSG=This operation will overwrite the existing components in workspace. Do you really want to import the selected components?
ImportComponentDialog.WarningTitle=Warning
NewActionProvider.New=New
NewActionProvider.NewComponent=New Component
PluginConstant.Borwser=Browser..
ProjectSelectionDialog.ChooseFolder=Choose a project folder for this session
ProjectSelectionDialog.ComponentProject=Component Project\:
ProjectSelectionDialog.SelectPath=Select Project Path
PushToPaletteActionProvider.Error=Error
PushToPaletteActionProvider.Error2=Error
PushToPaletteActionProvider.ErrorMSG=User component folder is not set.
PushToPaletteActionProvider.ErrorMSG2=User component folder doesn't exist.
PushToPaletteActionProvider.Information=Informaton
PushToPaletteActionProvider.InformationMSG=Components have been published. The palette is going to be refreshed.
PushToPaletteActionProvider.OK=OK
PushToPaletteActionProvider.OK2=OK
PushToPaletteActionProvider.OK3=OK
PushToPaletteActionProvider.PushComponentsToPalette=Push Components to Palette
PushToPaletteActionProvider.PushToPaletteActionProvider.failed=Push components to palette failed for these invalid XML files.\n
PushToPaletteActionProvider.PushToPaletteActionProvider.result=Validation result
RemoveResourceAction.Remove=Remove
ValidateComponentXMLActionProvider.error=\n\tThere is an Error on line {0}
ValidateComponentXMLActionProvider.fatalerror=\n\tThere is a Fatal Error on line {0}
ValidateComponentXMLActionProvider.invalid=Invalid component XML file\:\n
ValidateComponentXMLActionProvider.ok=OK
ValidateComponentXMLActionProvider.result=Validation result
ValidateComponentXMLActionProvider.valid=Component XML file is valid\!
ValidateComponentXMLActionProvider.validate=Validate Component XML
ValidateComponentXMLActionProvider.warning=\n\tThere is a Warning on line {0}
WizardComponentFolderPage.Available=Available in
WizardComponentFolderPage.ErrMSG1=The component language have not been selected
WizardComponentFolderPage.ErrMSG2=The component Name is empty
WizardComponentFolderPage.ErrMSG3=This component already exists
WizardComponentFolderPage.ErrMSG4=The component Long Name is empty
WizardComponentFolderPage.ErrMSG5=The component Family is empty
WizardComponentFolderPage.Family=Family
WizardComponentFolderPage.Java=Java
WizardComponentFolderPage.LongName=Long Name (mouseover tooltip)
WizardComponentFolderPage.Name=Name
WizardComponentFolderPage.Perl=Perl
WizardJetFilesChoosePage.BeginFile=Begin File
WizardJetFilesChoosePage.ChoseAIcon=Chose an icon
WizardJetFilesChoosePage.Directory=Directory\:
WizardJetFilesChoosePage.EndFile=End File
WizardJetFilesChoosePage.MainFile=Main File
WizardJetFilesChoosePage.UseDefaultIcon=Use default icon
WizardJetFilesChoosePage.UseIconFrom=Use icon from\:

View File

@@ -1,10 +0,0 @@
AbstractXMLConfigPage.TYPETip=Veri tipi.
PushToPaletteActionProvider.Error2=Hata
AddExternalResourceAction.JarSelection=JAR se<73>imi
PushToPaletteActionProvider.Error=Hata
AbstractXMLConfigPage.IntValue=Tamsay\u0131 de\u011Feri.
AbstractXMLConfigPage.Delete=Sil
WizardComponentFolderPage.Name=Ad\u0131
AddResourceAction.AddLib=K<EFBFBD>t<EFBFBD>phane ekle...
AddResourceAction.JARSecection=JAR se<73>imi
WizardComponentFolderPage.Family=Aile

View File

@@ -1,88 +0,0 @@
FileCopy.ExceptionMSG=\u6E90\u6587\u4EF6"
EditComponentActionProvider.Edit=\u7F16\u8F91\u7EC4\u4EF6
ImportComponentDialog.ErrorMSG4=\u6CA1\u6709\u9009\u62E9\u7EC4\u4EF6\u5BFC\u5165
AbstractXMLConfigPage.TYPETip=%u8CC7%u6599%u578B%u614B.
PushToPaletteActionProvider.Error2=\u9519\u8BEF
CopyFromPaletteActionProvider.Label2=\u4ECEpalette\u5BFC\u5165\u7EC4\u4EF6
AbstractXMLConfigPage.MAXOUTPUTTip=\u6574\u6570\u503C.\u8FDE\u63A5\u6700\u5927\u503C\u8F93\u51FA
ImportComponentDialog.Browser=\u6D4F\u89C8..
ComponentProjectPreferencePage.WarningMSG=\u8B66\u544A,\u8FD9\u79CD\u4FEE\u6539\u4EC5\u4EC5\u5F71\u54CD\u7EC4\u4EF6\u8BBE\u8BA1\u5668\uFF0C\u4E0D\u5F71\u54CDPalette.
AbstractXMLConfigPage.MAXINPUTTip=\u6574\u6570\u503C.\u8FDE\u63A5\u6700\u5927\u503C\u8F93\u5165.
PushToPaletteActionProvider.ErrorMSG2=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\u4E0D\u5B58\u5728\u3002
ComponentProjectManager.CreationProblems=\u95ee\u9898\u521b\u5efa
CopyComponentActionProvider.InputName=\u8F93\u5165\u65B0\u7684\u7EC4\u4EF6\u540D
CreateComponentWizard.SpecifyRes=\u6307\u5B9A\u8D44\u6E90
AbstractXMLConfigPage.REPOSITORYVALUETip=%u9078%u64C7 Metadata %u5132%u85CF%u5EAB.
PushToPaletteActionProvider.ErrorMSG=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\u672A\u8BBE\u7F6E\u3002
AbstractXMLConfigPage.NUMROWTip=\u6574\u6570\u503C.\u6B64\u53C2\u6570\u5217\u4F4D\u7F6E\u5728\u7EC4\u4EF6\u89C6\u56FE
PushToPaletteActionProvider.Error=\u9519\u8BEF
ComponentProjectManager.InternalErrorMsg=\u5185\u90E8\u9519\u8BEF\uFF1A{0}
AbstractXMLConfigPage.IntValue=%u6574%u6578%u503C
ImportComponentDialog.ImportCanceled=\u5BFC\u5165\u7EC4\u4EF6\u5DF2\u53D6\u6D88
PushToPaletteActionProvider.OK=\u786E\u5B9A
WizardJetFilesChoosePage.BeginFile=\u5F00\u59CB\u6587\u4EF6
AbstractXMLConfigPage.COLORTip=RGB\u5341\u516D\u8FDB\u5236.\u4F8B\u5982:"00FF00"
CreateComponentWizard.CreateXMLPerl=\u521B\u5EFAPERL\u7EC4\u4EF6\u7684XML\u914D\u7F6E\u6587\u4EF6
ImportComponentDialog.SelectDirectoryLabel=\u9009\u62E9\u4E00\u4E2A\u8DEF\u5F84\uFF1A
PushToPaletteActionProvider.Information=\u4FE1\u606F
PluginConstant.Borwser=\u6D4F\u89C8..
NewActionProvider.New=\u65b0
AbstractXMLConfigPage.EXTENSIONTip=\u63D2\u4EF6\u540D\u79F0\u5B57\u7B26\u4E32\u503C.\u6B64\u9009\u9879\u7528\u4E8E\u5916\u90E8\u7EC4\u4EF6.
ImportComponentDialog.ShowPaletteComponents=\u663E\u793A\u7EC4\u4EF6\u8C03\u8272\u677F
ComponentProjectPreferencePage.ChooseProject=\u9009\u62E9\u7EC4\u4EF6\u8BBE\u8BA1\u5DE5\u7A0B\u6587\u4EF6\u5939
WizardComponentFolderPage.ErrMSG5=\u7EC4\u4EF6\u65CF\u65E0\u5185\u5BB9
AbstractXMLConfigPage.BooleanTip=Boolean\u503C(\u771F\u6216\u5047).
AbstractXMLConfigPage.Delete=\u5220\u9664
WizardComponentFolderPage.ErrMSG3=\u7EC4\u4EF6\u5DF2\u5B58\u5728
WizardComponentFolderPage.ErrMSG2=\u7EC4\u4EF6\u540D\u4E3A\u7A7A
WizardComponentFolderPage.ErrMSG1=\u6CA1\u6709\u9009\u62E9\u7EC4\u4EF6\u7684\u8BED\u8A00
CreateComponentWizard.FillIn=\u586B\u5199\u7EC4\u4EF6\u5C5E\u6027
ImportComponentDialog.ImportCanceledMSG=\u5DF2\u53D6\u6D88\u4ECEPalette\u4E0A\u5BFC\u5165\u7EC4\u4EF6
ComponentProjectPreferencePage.Warning=\u8B66\u544A
AbstractXMLConfigPage.VERSIONTip=%u8ACB%u7528%u4E00%u500B%u5341%u9032%u4F4D%u6578%u503C%u4F86%u6A19%u8A18%u60A8%u7684%u65B0%u5143%u4EF6%u7248%u672C.
WizardJetFilesChoosePage.Directory=\u76EE\u5F55
WizardComponentFolderPage.Name=\u8fde\u63a5\u540d
RemoveResourceAction.Remove=\u5220\u9664
WizardJetFilesChoosePage.UseIconFrom=\u9009\u62E9\u56FE\u6807\uFF1A
ImportComponentDialog.ImportFinished=\u5BFC\u5165\u7EC4\u4EF6\u5B8C\u6210
AbstractXMLConfigPage.SetProperties=\u8BBE\u7F6E\u9009\u62E9\u5143\u7D20\u5C5E\u6027
ProjectSelectionDialog.ChooseFolder=\u5728\u6B64\u4F1A\u8BDD\u4E2D\u9009\u62E9\u4E00\u4E2A\u5DE5\u7A0B\u6587\u4EF6\u5939
ComponentProjectPreferencePage.ComponentProject=\u7EC4\u4EF6\u5DE5\u7A0B
ImportComponentDialog.ImportFinishedMSG=\u7EC4\u4EF6\u5BFC\u5165\u6210\u529F
AddExternalResourceAction.ErrorTitle=\u5916\u90E8\u6863\u6848\u9519\u8BEF
AbstractXMLConfigPage.MININPUTTip=\u6574\u6570\u503C.\u8FDE\u63A5\u6700\u5C0F\u503C\u8F93\u51FA
WizardJetFilesChoosePage.MainFile=\u4E3B\u6587\u4EF6
CreateComponentWizard.CreateXMLJava=\u521B\u5EFAJava\u7EC4\u4EF6\u7684XML\u914D\u7F6E\u6587\u4EF6
WizardJetFilesChoosePage.UseDefaultIcon=\u4F7F\u7528\u9ED8\u8BA4\u7684\u56FE\u6807
CopyComponentActionProvider.CopyComponent=\u590D\u5236\u8FD9\u4E2A\u7EC4\u4EF6
ImportComponentDialog.ChooseComponentsLabel=\u9009\u62E9\u8981\u5BFC\u5165\u7684\u7EC4\u4EF6\uFF1A
AddExternalResourceAction.ErrorMsg=\u9009\u5B9A\u7684\u5916\u90E8\u6863\u6848\u662F\u4E0D\u53EF\u7528\u6216\u4E0D\u5B58\u5728.
ComponentProjectManager.NewProject=\u65B0\u7EC4\u4EF6\u9879\u76EE
CopyFromPaletteActionProvider.Label=\u4ECEPalette\u590D\u5236\u7EC4\u4EF6
WizardJetFilesChoosePage.ChoseAIcon=\u9009\u62E9\u6309\u94AE
ComponentProjectPreferencePage.SelectPath=\u9009\u62E9\u7EC4\u4EF6\u5DE5\u7A0B\u8DEF\u5F84
AbstractXMLConfigPage.LINESTYLETip=\u6574\u6570\u503C.\u8FDE\u63A5\u7EBF\u98CE\u683C(1: Solid, 2: Dash, 3: Dot, 4: Dashdot)
WizardJetFilesChoosePage.EndFile=\u7ED3\u675F\u6587\u4EF6
PushToPaletteActionProvider.InformationMSG=\u7EC4\u4EF6\u5DF2\u53D1\u5E03\uFF0Cpalette\u5C06\u5237\u65B0\u3002
ProjectSelectionDialog.ComponentProject=\u7EC4\u4EF6\u5DE5\u7A0B
ComponentProjectPreferencePage.ButtonLabel0=\u786E\u5B9A
AbstractXMLConfigPage.New=\u65b0
CopyComponentValidator.ComponentExist=\u6B64\u7EC4\u4EF6\u5DF2\u5B58\u5728
ImportComponentDialog.WarningMSG=\u64CD\u4F5C\u5C06\u8986\u76D6\u5DE5\u4F5C\u533A\u5DF2\u5B58\u5728\u7684\u7EC4\u4EF6\u3002\u60A8\u771F\u7684\u8981\u5BFC\u5165\u5DF2\u9009\u62E9\u7684\u7EC4\u4EF6\u5417\uFF1F
CreateComponentWizard.MainProperties=\u4E3B\u8981\u5C5E\u6027
ComponentProjectManager.WarningMsg=\u5E95\u5C42\u6587\u4EF6\u7CFB\u7EDF\u4E0D\u533A\u5206\u5927\u5C0F\u5199\u3002\u5DF2\u7ECF\u5B58\u5728\u4E00\u4E2A\u9879\u76EE\u4E0E{0}\u51B2\u7A81
WizardComponentFolderPage.Family=\u65cf
PushToPaletteActionProvider.OK3=\u786E\u5B9A
PushToPaletteActionProvider.OK2=\u786E\u5B9A
CopyComponentActionProvider.CopyComponent2=\u590D\u5236\u7EC4\u4EF6
AbstractXMLConfigPage.CTYPETip=\u8FDE\u7ED3\u5668\u7C7B\u578B
AddResourceAction.ChooseResource=&\u9009\u62E9\u6DFB\u52A0jars\u548Czips:
ImportComponentDialog.WarningTitle=\u8B66\u544A
AddExternalResourceAction.AddELibs=\u6DFB\u52A0\u5916\u90E8\u5E93...
ImportComponentDialog.NoComponentsAvailable=\u6CA1\u6709\u53EF\u7528\u7684\u7EC4\u4EF6
AbstractXMLConfigPage.MINOUTPUTTip=\u6574\u6570\u503C\u3002\u8FDE\u63A5\u6700\u5C0F\u503C\u8F93\u51FA
ValidateComponentXMLActionProvider.ok=\u786E\u8BA4
ValidateComponentXMLActionProvider.result=\u9A8C\u8BC1\u7ED3\u679C
ValidateComponentXMLActionProvider.valid=\u7EC4\u4EF6XML\u6587\u4EF6\u5408\u6CD5\uFF01
ValidateComponentXMLActionProvider.validate=\u9A8C\u8BC1\u7EC4\u4EF6XML\u6587\u4EF6
PushToPaletteActionProvider.PushToPaletteActionProvider.result=\u9A8C\u8BC1\u7ED3\u679C

View File

@@ -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"/>
<classpathentry kind="output" path="class"/>
</classpath>

View File

@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.talend.componentdesigner.rcp.nl</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -1,6 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.rcp.nl
Bundle-Version: 6.3.0.qualifier
Fragment-Host: org.talend.componentdesigner.rcp

View File

@@ -1,4 +0,0 @@
source.. = src/
output.. = class/
bin.includes = META-INF/,\
.

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.rcp.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,3 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=\u0645\u0633&\u0627\u0639\u062F\u0629
ApplicationActionBarAdvisor.fileMenu=\u0645&\u0644\u0641
ApplicationActionBarAdvisor.windowMenu=\u0625\u0637&\u0627\u0631

View File

@@ -1,5 +0,0 @@
FileWizard.0=Datei Assistent
ApplicationActionBarAdvisor.helpMenu=&Hilfe
ApplicationActionBarAdvisor.fileMenu=Datei(&F)
ApplicationActionBarAdvisor.windowMenu=&Fenster
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP Anwendung

View File

@@ -1,6 +0,0 @@
FileWizard.0=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 \u039F\u03B4\u03B7\u03B3\u03CC\u03C2 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
ApplicationActionBarAdvisor.helpMenu=&\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
ApplicationActionBarAdvisor.fileMenu=&\u0391\u03C1\u03C7\u03B5\u03AF\u03BF
ShowViewAction.actionLabel=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2...
ApplicationActionBarAdvisor.windowMenu=&\u03A0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF
ApplicationWorkbenchWindowAdvisor.rcpApp=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE RCP

View File

@@ -1,11 +0,0 @@
FileWizard.0=File Wizard
ApplicationActionBarAdvisor.helpMenu=&Help
ApplicationActionBarAdvisor.fileMenu=&File
ShowViewAction.actionLabel=Show view...
ApplicationActionBarAdvisor.windowMenu=&Window
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP Application
ApplicationActionBarAdvisor.ShowView_errorTitle=Problems Showing View
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message0=Exit application?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message1=Exit {0}?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_shellTitle=Confirm Exit
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_choice=&Always exit without prompt

View File

@@ -1,3 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Ayuda
ApplicationActionBarAdvisor.fileMenu=&Archivo
ApplicationActionBarAdvisor.windowMenu=&Ventana

View File

@@ -1,10 +0,0 @@
FileWizard.0=Assistant Fichier
ApplicationActionBarAdvisor.helpMenu=&Aide
ApplicationActionBarAdvisor.fileMenu=&Fichier
ShowViewAction.actionLabel=Montrer la vue...
ApplicationActionBarAdvisor.windowMenu=Fe&n<>tre
ApplicationWorkbenchWindowAdvisor.rcpApp=Application RCP
ApplicationActionBarAdvisor.ShowView_errorTitle=Probl<EFBFBD>me lors de l'affichage de la vue
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message0=Quitter l'application ?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message1=Quitter {0} ?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_shellTitle=Confirmer sortie

View File

@@ -1,2 +0,0 @@
FileWizard.0=\u010Carobnjak za datoteke
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP Aplikacija

View File

@@ -1,5 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Aiuto
ApplicationActionBarAdvisor.fileMenu=&File
ShowViewAction.actionLabel=Mostrare vista...
ApplicationActionBarAdvisor.windowMenu=&Finestra
ApplicationWorkbenchWindowAdvisor.rcpApp=Applicazione RCP

View File

@@ -1,11 +0,0 @@
FileWizard.0=\u30D5\u30A1\u30A4\u30EB\u30A6\u30A3\u30B6\u30FC\u30C9
ApplicationActionBarAdvisor.helpMenu=\u30D8\u30EB\u30D7 (&H)
ApplicationActionBarAdvisor.fileMenu=\u30D5\u30A1\u30A4\u30EB (&F)
ShowViewAction.actionLabel=\u30D3\u30E5\u30FC\u306E\u8868\u793A...
ApplicationActionBarAdvisor.windowMenu=\u30A6\u30A4\u30F3\u30C9\u30A6 (&W)
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
ApplicationActionBarAdvisor.ShowView_errorTitle=\u30D3\u30E5\u30FC\u306E\u8868\u793A\u3067\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message0=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u7D42\u4E86\u3057\u307E\u3059\u304B\uFF1F
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message1={0}\u3092\u7D42\u4E86\u3057\u307E\u3059\u304B\uFF1F
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_shellTitle=\u78BA\u8A8D
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_choice=\u4EE5\u964D\u78BA\u8A8D\u3057\u306A\u3044

View File

@@ -1,6 +0,0 @@
FileWizard.0=\u30D5\u30A1\u30A4\u30EB\u30A6\u30A3\u30B6\u30FC\u30C9
ApplicationActionBarAdvisor.helpMenu=\u30D8\u30EB\u30D7\uFF08&H\uFF09
ApplicationActionBarAdvisor.fileMenu=\u30D5\u30A1\u30A4\u30EB\uFF08&F\uFF09
ShowViewAction.actionLabel=\u30D3\u30E5\u30FC\u3092\u8868\u793A...
ApplicationActionBarAdvisor.windowMenu=\u30A6\u30A4\u30F3\u30C9\u30A6\uFF08&W\uFF09
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3

View File

@@ -1,4 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=\uB3C4\uC6C0\uB9D0\uBA54\uB274
ApplicationActionBarAdvisor.fileMenu=\uD30C\uC77C\uBA54\uB274
ApplicationActionBarAdvisor.windowMenu=\uC708\uB3C4\uC6B0
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP \uC5B4\uD50C\uB9AC\uCF00\uC774\uC158

View File

@@ -1,3 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Help
ApplicationActionBarAdvisor.fileMenu=&Bestand
ApplicationActionBarAdvisor.windowMenu=&Venster

View File

@@ -1,4 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Pomoc
ApplicationActionBarAdvisor.fileMenu=&Plik
ApplicationActionBarAdvisor.windowMenu=&Okno
ApplicationWorkbenchWindowAdvisor.rcpApp=Aplikacja RCP

View File

@@ -1,5 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Ajuda
ApplicationActionBarAdvisor.fileMenu=&Arquivo
ShowViewAction.actionLabel=Mostrar vizualiza<7A><61>o ...
ApplicationActionBarAdvisor.windowMenu=&Janela
ApplicationWorkbenchWindowAdvisor.rcpApp=Aplica<EFBFBD><EFBFBD>o RCP

View File

@@ -1,6 +0,0 @@
FileWizard.0=\u041C\u0430\u0441\u0442\u0435\u0440 \u0444\u0430\u0439\u043B\u043E\u0432
ApplicationActionBarAdvisor.helpMenu=&\u041F\u043E\u043C\u043E\u0449\u044C
ApplicationActionBarAdvisor.fileMenu=&\u0424\u0430\u0439\u043B
ShowViewAction.actionLabel=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440...
ApplicationActionBarAdvisor.windowMenu=&\u041E\u043A\u043D\u043E
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435

View File

@@ -1,6 +0,0 @@
ApplicationActionBarAdvisor.fileMenu=&File
ApplicationActionBarAdvisor.helpMenu=&Help
ApplicationActionBarAdvisor.windowMenu=&Window
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP Application
FileWizard.0=File Wizard
ShowViewAction.actionLabel=Show view...

View File

@@ -1,2 +0,0 @@
ApplicationActionBarAdvisor.helpMenu=&Yard\u0131m
ApplicationActionBarAdvisor.fileMenu=&Dosya

View File

@@ -1,6 +0,0 @@
FileWizard.0=\u6587\u4EF6\u5411\u5BFC
\n
ApplicationActionBarAdvisor.helpMenu=\u5E2E\u52A9(&H)
ApplicationActionBarAdvisor.fileMenu=\u6587\u4EF6(&F)
ShowViewAction.actionLabel=\u663E\u793A\u89C6\u56FE...(&v)
ApplicationActionBarAdvisor.windowMenu=\u7A97\u53E3(&W)

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.abstractmap.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.abstractmap

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,8 +1,8 @@
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52D5
prefs.configuration.title=\u30DE\u30C3\u30D7\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u57FA\u672C\u8A2D\u5B9A \:
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA\uFF08\u9AD8\u901F\uFF09
prefs.configuration.title=\u30DE\u30C3\u30D7\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u57FA\u672C\u8A2D\u5B9A :
prefs.configuration.LINK_STYLE.LINE=Lines (fast)
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7DDA
prefs.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A \:
prefs.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A :
DraggingInfosPopup.draggingEntry={0} \u30A8\u30F3\u30C8\u30EA\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002
DraggingInfosPopup.dropInvalid=\n<< \u7121\u52B9\u306A\u30C9\u30ED\u30C3\u30D7 >>\n
DraggingInfosPopup.draggingEntries={0} \u30A8\u30F3\u30C8\u30EA\u3092\u30C9\u30E9\u30C3\u30B0

View File

@@ -1,3 +1,14 @@
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
prefs.configuration.title=\u8fd0\u884c\u6b65\u9aa4\u914d\u7f6e
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
DraggingInfosPopup.draggingEntry=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.draggingEntries=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.overwriteMode=\ > \u8986\u76D6\u6A21\u5F0F
DraggingInfosPopup.appendMode=>\u9644\u52A0\u6A21\u5F0F
DraggingInfosPopup.appendModeToOverwrite=\u9644\u52A0\u6A21\u5F0F(\u6309Ctrl\u952E\u7528\u6765\u8986\u76D6)
DraggingInfosPopup.insertAllSelectedEntries=> \u63D2\u5165\u6240\u6709\u9009\u62E9\u9879
DraggingInfosPopup.insertRemainingEntries=\ > \u63D2\u5165\u5269\u4F59\u9879
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift\u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=>\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u5230\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift \u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=\u6240\u6709\u6E90\u9879\u5230\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.alfrescooutput.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.alfrescooutput

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,12 +1,12 @@
AlfrescoModelDialog.missingAspectDefinitions.msg=\u9078\u629E\u3055\u308C\u305F\u30A2\u30B9\u30DA\u30AF\u30C8\u306F\u4E0D\u660E\u306EAlfresco\u30A2\u30B9\u30DA\u30AF\u30C8\:${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\u305D\u308C\u3089\u3092\u5B9A\u7FA9\u3057\u305FAlfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AlfrescoModelDialog.missingAspectDefinitions.msg=\u9078\u629E\u3055\u308C\u305F\u30A2\u30B9\u30DA\u30AF\u30C8\u306F\u4E0D\u660E\u306EAlfresco\u30A2\u30B9\u30DA\u30AF\u30C8:${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\u305D\u308C\u3089\u3092\u5B9A\u7FA9\u3057\u305FAlfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AlfrescoModelDialog.modelTable.title=\u30BF\u30A4\u30C8\u30EB
AlfrescoModelDialog.availableAspects=\u53EF\u80FD\u306A\u30A2\u30B9\u30DA\u30AF\u30C8
AlfrescoModelDialog.missingAspectDefinitions.title=\u30A2\u30B9\u30DA\u30AF\u30C8\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093\u3002
AlfrescoOutputManager.schemaError.title=\u30B9\u30AD\u30FC\u30DE\u30A8\u30E9\u30FC
AlfrescoOutputManager.schemaError.title=\u30B9\u30AD\u30FC\u30DE\u306E\u30A8\u30E9\u30FC
AlfrescoModelDialog.missingTypeDefinitions.msg=\u9078\u629E\u3057\u305F\u65B9\u306F\u4E0D\u660E\u306EAlfresco\u578B\u3082\u3057\u304F\u306F\u30A2\u30B9\u30DA\u30AF\u30C8${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\u305D\u308C\u3089\u3092\u5B9A\u7FA9\u3057\u305FAlfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AlfrescoModelDialog.missingTypeDefinitions.title=\u578B\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093
AlfrescoModelDialog.add=\u8FFD\u52A0...
AlfrescoOutputModelManager.errorReadingModel=Alfresco\u30e2\u30c7\u30eb\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u8fbc\u307f\u30a8\u30e9\u30fc
AlfrescoOutputModelManager.errorReadingModel=Alfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u8FBC\u307F\u30A8\u30E9\u30FC
AlfrescoModelDialog.aspects=\u30A2\u30B9\u30DA\u30AF\u30C8
AlfrescoOutputManager.schemaError.msg=\u6700\u521D\u306B\u30B9\u30AD\u30FC\u30DE\u3092\u540C\u671F\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AlfrescoOutputModelManager.alreadyAdded=\u3053\u306E\u30E2\u30C7\u30EB\u306F\u65E2\u306B\u8FFD\u52A0\u6E08\u307F\u3067\u3059\u3002

View File

@@ -14,4 +14,5 @@ AlfrescoOutputModelManager.prefixConflict=N
AlfrescoOutputModelManager.notYetAdded=Este modelo aind n<>o foi adicionado
AlfrescoModelDialog.addModelFailed=Falha ao adicionar modelo
AlfrescoModelDialog.modelTable.name=Nome
AlfrescoModelDialog.remove=Remover
AlfrescoOutputManager.failedLoadModel=Falha ao carregar modelo do metadado do componente, reinicializando

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.business.diagram.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.business.diagram
Bundle-Localization: plugin

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -87,6 +87,7 @@ BusinessRulersAndGridComposite.Ruler_On_Label_Text=Show Ruler
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=Ruler Units
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=Grid Spacing
BusinessRulersAndGridComposite.Display_Group_Label_Text=Display
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=Mesure
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=Grid Line
BusinessRulersAndGridComposite.Line_Color_Label_Text=Color
BusinessRulersAndGridComposite.Line_Style_Label_Text=Style
@@ -95,6 +96,7 @@ BusinessRulersAndGridComposite.Inches_Label_Text=Inches
BusinessRulersAndGridComposite.Centimeters_Label_Text=Centimeters
BusinessRulersAndGridComposite.Pixel_Label_Text=Pixels
BusinessRulersAndGridComposite.Solid_Label_Text=Solid
BusinessRulersAndGridComposite.Dash_Label_Text=Tiret
BusinessRulersAndGridComposite.Dot_Label_Text=Dot
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=Dash Dot
BusinessRulersAndGridComposite.Dash_Dot_Dot_Label_Text=Dash Dot Dot

View File

@@ -8,26 +8,26 @@ BusinessAbstractParser.StringIntegerConvertError=String \u5024\u3092 Integer \u5
BusinessPaletteFactory.CreateGear=\u65B0\u898F\u6B6F\u8ECA\u306E\u4F5C\u6210
SimpleBusinessCreationWizardPage.Title=\u65B0\u898F\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u56F3
BusinessNewDiagramFileWizard.CreateNewDiagram={0} \u30E2\u30C7\u30EB\u30B3\u30F3\u30C6\u30F3\u30C4\u306B\u57FA\u3065\u3044\u305F\u65B0\u898F\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u3092\u4F5C\u6210
BusinessAbstractParser.UnknownLiteral=\u4E0D\u660E\u306A\u30EA\u30C6\u30E9\u30EB \:
BusinessAbstractParser.UnknownLiteral=\u4E0D\u660E\u306A\u30EA\u30C6\u30E9\u30EB :
BusinessAbstractParser.StringLongConverError=String \u5024\u3092 Long \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
AssignmentPropertySection.DeleteAssignment=\u5272\u308A\u5F53\u3066\u306E\u524A\u9664
AssignmentPropertySection.Type=\u30BF\u30A4\u30D7
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u5229\u7528\u53EF\u80FD\u306A\u30C9\u30E1\u30A4\u30F3\u30E2\u30C7\u30EB\u8981\u7D20 \:
BusinessModelingAssistantProvider.AvaiableDomainModelElements=\u4F7F\u7528\u53EF\u80FD\u306A\u30C9\u30E1\u30A4\u30F3\u30E2\u30C7\u30EB\u30A8\u30EC\u30E1\u30F3\u30C8:
BusinessPaletteFactory.BidirectionalRelationShip=\u53CC\u65B9\u5411\u95A2\u4FC2
BusinessPaletteFactory.CreateDirectionalRelationShip=\u65B0\u898F\u578B\u65B9\u5411\u95A2\u4FC2\u306E\u4F5C\u6210
BusinessPaletteFactory.CreateBidirectionalRelationShip=\u65B0\u898F\u53CC\u65B9\u5411\u95A2\u4FC2\u306E\u4F5C\u6210
AssignmentPropertySection.Name=\u540D\u524D
CreateAssignmentCommand.CannotAssign=\u5272\u308A\u5F53\u3066\u3089\u308C\u307E\u305B\u3093\u3002
BusinessNewDiagramFileWizard.DiagramRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30EB\u30FC\u30C8 \u8981\u7D20
BusinessNewDiagramFileWizard.DiagramRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30EB\u30FC\u30C8\u30A8\u30EC\u30E1\u30F3\u30C8
BusinessNewDiagramFileWizard.NoDiagramRootElementSelectedError=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30EB\u30FC\u30C8 \u8981\u7D20\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093
BusinessVisualIDRegistry.ParseError=visualID \u756A\u53F7\u3068\u3057\u3066\u30D3\u30E5\u30FC\u30BF\u30A4\u30D7\u3092\u89E3\u6790\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F \:
BusinessVisualIDRegistry.ParseError=visualID \u756A\u53F7\u3068\u3057\u3066\u30D3\u30E5\u30FC\u30BF\u30A4\u30D7\u3092\u89E3\u6790\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F :
OpenDiagramAction.EditBusinessModel=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u56F3\u306E\u7DE8\u96C6
BusinessAbstractParser.ValueOfTypeByteIsExpected=Byte \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=Character \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessPaletteFactory.ActionComment=\u65B0\u898F\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u4F5C\u6210
BusinessAbstractParser.ValueOfTypeStringIsExpected=String \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessInitDiagramFileAction.Error=\u30A8\u30E9\u30FC
BusinessNewDiagramFileWizard.SelectRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30EB\u30FC\u30C8\u8981\u7D20\u306E\u9078\u629E
BusinessNewDiagramFileWizard.SelectRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30EB\u30FC\u30C8\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u9078\u629E
RepositoryFactoryProxyLabelProvider.Deleted=(\u524A\u9664\u6E08)
BusinessPaletteFactory.TerminalComment=\u65B0\u898F\u7AEF\u672B\u306E\u4F5C\u6210
BusinessAbstractParser.ValueOfShortIsExpected=Short \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
@@ -39,18 +39,18 @@ BusinessInitDiagramFileAction.IntialNew=\u521D\u671F\u5316
FindAssignmentAction.FindAssignments=\u5272\u308A\u5F53\u3066\u306E\u691C\u7D22
RepositoryFactoryProxyLabelProvider.NotFound=(\u898B\u3064\u304B\u308A\u307E\u305B\u3093)
BusinessPaletteFactory.Terminal=\u7AEF\u672B
BusinessAbstractParser.InvalidInputAt=\u7121\u52B9\u306A\u5165\u529B \:
BusinessAbstractParser.InvalidInputAt=\u7121\u52B9\u306A\u5165\u529B :
BusinessPaletteFactory.Gear=\u6B6F\u8ECA
BusinessPaletteFactory.InputComment=\u65B0\u898F\u5165\u529B\u306E\u4F5C\u6210
BusinessPaletteFactory.Data=\u30C7\u30FC\u30BF
BusinessPaletteFactory.Ellipse=\u6955\u5186
BusinessPaletteFactory.Input=\u5165\u529B
BusinessPaletteFactory.Input=Input (\u5165\u529B)
BusinessPaletteFactory.List=\u30EA\u30B9\u30C8
BusinessPaletteFactory.Relationshop=\u95A2\u4FC2
BusinessAbstractParser.ValueOfBooleanIsExpected=Boolean \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessPaletteFactory.decision=\u5224\u5B9A
BusinessPaletteFactory.Document=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
BusinessModelingAssistantProvider.SelectDomainModelElement=\u30C9\u30E1\u30A4\u30F3\u30E2\u30C7\u30EB\u8981\u7D20\u306E\u9078\u629E
BusinessPaletteFactory.Document=Document (\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8)
BusinessModelingAssistantProvider.SelectDomainModelElement=\u30C9\u30E1\u30A4\u30F3\u30E2\u30C7\u30EB\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u9078\u629E
BusinessPaletteFactory.CreateActor=\u65B0\u898F\u64CD\u4F5C\u8005\u306E\u4F5C\u6210
BusinessAbstractParser.StringDoubleConvertError=String \u5024\u3092 Double \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessPaletteFactory.Actor=\u64CD\u4F5C\u8005
@@ -62,18 +62,18 @@ BusinessPaletteFactory.DirectionalRelationShip=\u7247\u65B9\u5411\u95A2\u4FC2
BusinessPaletteFactory.Action=\u30A2\u30AF\u30B7\u30E7\u30F3
BusinessPaletteFactory.RelationshopComment=\u65B0\u898F\u95A2\u4FC2\u306E\u4F5C\u6210
SimpleBusinessCreationWizardPage.Super=BusinessProcessCreatePage
BusinessInitDiagramFileAction.LoadFaild=\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F
BusinessInitDiagramFileAction.LoadFaild=\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u306B\u5931\u6557\u3057\u307E\u3057\u305F
BusinessPaletteFactory.DecisionComment=\u65B0\u898F\u5224\u5B9A\u306E\u4F5C\u6210
BusinessAbstractParser.ValueOfDoubleIsExpected=Double \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
OpenDiagramAction.ReadBusinessModel=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u56F3\u306E\u8AAD\u8FBC\u307F
BusinessInitDiagramFileAction.UnableToLoadResource=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093 \:
BusinessInitDiagramFileAction.UnableToLoadResource=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093 :
BusinessPaletteFactory.CreateEllipse=\u65B0\u898F\u6955\u5186\u306E\u4F5C\u6210
BusinessNewDiagramFileWizard.DiagramFile=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30D5\u30A1\u30A4\u30EB
BusinessNewDiagramFileWizard.DiagramFile=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30D5\u30A1\u30A4\u30EB
BusinessAbstractParser.StringShortConverError=String \u5024\u3092 Short \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessPaletteFactory.DocuemntComment=\u65B0\u898F\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u4F5C\u6210
BusinessAbstractParser.ValueOfIntegerIsExpected=Integer \u578B\u306E\u5024\u304C\u671F\u5F85\u3055\u308C\u3066\u3044\u307E\u3059
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30EB\u30FC\u30C8\u8981\u7D20\u306E\u9078\u629E \:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u306B\u8868\u793A\u3055\u308C\u308B \u30BB\u30DE\u30F3\u30C6\u30A3\u30C3\u30AF \u30E2\u30C7\u30EB\u8981\u7D20\u306E\u9078\u629E
BusinessNewDiagramFileWizard.SelectDiagramRootElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u30EB\u30FC\u30C8\u30A8\u30EC\u30E1\u30F3\u30C8\u306E\u9078\u629E:
BusinessNewDiagramFileWizard.SelectSemanticModelElement=\u30C0\u30A4\u30A2\u30B0\u30E9\u30E0\u306B\u8868\u3059\u30BB\u30DE\u30F3\u30C6\u30A3\u30C3\u30AF\u30E2\u30C7\u30EB\u30A8\u30EC\u30E1\u30F3\u30C8\u3092\u9078\u629E
BusinessAbstractParser.StringFloatConvertError=String \u5024\u3092 Float \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=String \u5024\u3092 Byte \u5024\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u65B0\u898F Ecore \u30C0\u30A4\u30A2\u30B0\u30E9\u30E0 \u30D5\u30A1\u30A4\u30EB\u306E\u521D\u671F\u5316
@@ -81,8 +81,25 @@ BusinessTooltipFigure.assignedMeta=\u5272\u308A\u5F53\u3066\u3089\u308C\u305F\u3
DeleteAssignmentAction.DeleteAssignment=\u5272\u308A\u5F53\u3066\u306E\u524A\u9664
BusinessDiagramEditor.canNotSaveTitle=\u8B66\u544A
BusinessDiagramEditor.canNotSaveMessage=\u4ED6\u306E\u30E6\u30FC\u30B6\u304C\u64CD\u4F5C\u4E2D\u306E\u305F\u3081\u3001\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3002
BusinessRulersAndGridComposite.Grid_On_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306E\u8868\u793A
BusinessRulersAndGridComposite.Grid_Level_Label_Text=\u30B0\u30EA\u30C3\u30C9\u3092\u524D\u3078
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306B\u30B9\u30CA\u30C3\u30D7
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u30B7\u30A7\u30A4\u30D7\u306B\u30B9\u30CA\u30C3\u30D7
BusinessRulersAndGridComposite.Ruler_On_Label_Text=\u30EB\u30FC\u30E9\u30FC\u3092\u8868\u793A
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=\u30EB\u30FC\u30E9\u30FC\u30E6\u30CB\u30C3\u30C8
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306E\u9593\u9694
BusinessRulersAndGridComposite.Display_Group_Label_Text=\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=\u5358\u4F4D
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=\u30B0\u30EA\u30C3\u30C9\u7DDA
BusinessRulersAndGridComposite.Line_Color_Label_Text=\u8272
BusinessRulersAndGridComposite.Line_Style_Label_Text=\u30B9\u30BF\u30A4\u30EB
BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u30C7\u30D5\u30A9\u30EB\u30C8\u3092\u5FA9\u5143
BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u5FA9\u5143
BusinessRulersAndGridComposite.Inches_Label_Text=\u30A4\u30F3\u30C1
BusinessRulersAndGridComposite.Centimeters_Label_Text=\u30BB\u30F3\u30C1\u30E1\u30FC\u30C8\u30EB
BusinessRulersAndGridComposite.Pixel_Label_Text=\u30D4\u30AF\u30BB\u30EB
BusinessRulersAndGridComposite.Solid_Label_Text=\u30BD\u30EA\u30C3\u30C9
BusinessRulersAndGridComposite.Dash_Label_Text=Dash
BusinessRulersAndGridComposite.Dot_Label_Text=Dot
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=Dash Dot
BusinessRulersAndGridComposite.Dash_Dot_Dot_Label_Text=Dash Dot Dot
BusinessRulersAndGridComposite.Spaced_Dot_Label_Text=Spaced Dot

View File

@@ -79,3 +79,26 @@ BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u521D\u59CB\u5316\u65B0\
BusinessTooltipFigure.assignedMeta={0}\u5206\u914D\u5143\u6570\u636E
DeleteAssignmentAction.DeleteAssignment=\u5220\u9664\u8D4B\u503C
BusinessDiagramEditor.canNotSaveTitle=\u8B66\u544A
BusinessDiagramEditor.canNotSaveMessage=\u4E1A\u52A1\u6A21\u578B\u672A\u88AB\u7528\u6237\u9501\u5B9A\uFF0C\u65E0\u6CD5\u4FDD\u5B58\u3002
BusinessRulersAndGridComposite.Grid_On_Label_Text=\u663E\u793A\u7F51\u683C
BusinessRulersAndGridComposite.Grid_Level_Label_Text=\u7F51\u683C\u5728\u524D\u9762
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u5BF9\u9F50\u7F51\u683C
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u6309\u7167\u5F62\u72B6\u5BF9\u9F50
BusinessRulersAndGridComposite.Ruler_On_Label_Text=\u663E\u793A\u6807\u5C3A
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=\u6807\u5C3A\u5355\u4F4D
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=\u7F51\u683C\u95F4\u8DDD
BusinessRulersAndGridComposite.Display_Group_Label_Text=\u663E\u793A
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=\u5EA6\u91CF
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=\u7F51\u683C\u7EBF
BusinessRulersAndGridComposite.Line_Color_Label_Text=\u989C\u8272
BusinessRulersAndGridComposite.Line_Style_Label_Text=\u6837\u5F0F
BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u6062\u590D\u9ED8\u8BA4\u503C
BusinessRulersAndGridComposite.Inches_Label_Text=\u82F1\u5BF8
BusinessRulersAndGridComposite.Centimeters_Label_Text=\u5398\u7C73
BusinessRulersAndGridComposite.Pixel_Label_Text=\u50CF\u7D20
BusinessRulersAndGridComposite.Solid_Label_Text=\u56FA\u4F53
BusinessRulersAndGridComposite.Dash_Label_Text=\u7834\u6298\u53F7
BusinessRulersAndGridComposite.Dot_Label_Text=\u70B9
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=\u70B9\u5212\u7EBF
BusinessRulersAndGridComposite.Dash_Dot_Dot_Label_Text=\u53CC\u70B9\u5212\u7EBF
BusinessRulersAndGridComposite.Spaced_Dot_Label_Text=\u95F4\u9694\u70B9

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.codegen Nl Fragment
Bundle-SymbolicName: org.talend.designer.codegen.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.codegen
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -1,3 +1,5 @@
providerName=www.example.org
pluginName=EmittersPool \u30E2\u30C7\u30EB
components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
trunjob=tRunJob
format=\u5F62\u5F0F

View File

@@ -1,2 +1,3 @@
providerName=www.example.org
pluginName=\u7EC4\u4EF6\u6A21\u5757
format=\u683C\u5F0F

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -135,3 +135,8 @@ CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=Update the palette for
ComponentsPreferencePage.componentAssist=Enable Component Creation Assistant
ComponentsPreferencePage.notValidDirectory=Your selection will result in folder nesting, which is not recommended. Do you want to continue anyway?
ComponentsFactory.loadComponents.missingFolder=The folder "{0}" is missing in the plugin "{1}".
ComponentsPreferencePage_SuccessTitle=Success
ComponentsPreferencePage_SuccessMessage1=Need restart studio to load the new components. Else, will be loaded in next time when start.
ComponentsPreferencePage_SuccessMessage2=Do you want to restart right now?
ComponentsPreferencePage.installComponentsFailure=Install components failure
generatedcode.copyright.body1=This source code has been automatically generated by {0}

View File

@@ -1,4 +1,3 @@
generatedcode.copyright.body1==
CodeGenerator.newLine=\n\n\n\n
CodeGenInit.createProject=Crear proyecto {0}
CodeGenInit.deleteProject=Borrar proyecto {0}

View File

@@ -111,7 +111,7 @@ FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=Cube OLAP
FAMILY.Oracle=Oracle
FAMILY.Orchestration=Orchestration
FAMILY.Output=Ecriture
FAMILY.Output=<EFBFBD>criture
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
@@ -135,3 +135,6 @@ CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=Mettre
ComponentsPreferencePage.componentAssist=Activer l'assistant de cr<63>ation de composant
ComponentsPreferencePage.notValidDirectory=Votre s<>lection va imbriquer des dossiers, ce n'est pas recommand<6E>. Continuer ?
ComponentsFactory.loadComponents.missingFolder=Le plug-in "{1}" manque dans le dossier "{0}".
ComponentsPreferencePage_SuccessMessage1=Red<EFBFBD>marrez le Studio pour charger les nouveaux composants. Sinon,ils seront charg<72>s au prochain d<>marrage.
ComponentsPreferencePage_SuccessMessage2=Red<EFBFBD>marrer maintenant ?
ComponentsPreferencePage.installComponentsFailure=<EFBFBD>chec de l'installation des composants

View File

@@ -1,17 +1,19 @@
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093\: org.talend.designer.codegen.JavaRoutineSynchronizer line\:49
JavaRoutineSynchronizer.UnsupportedOperation.Exception1=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093: org.talend.designer.codegen.JavaRoutineSynchronizer line:49
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitter \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3001\u5168\u4F53\u306E\u518D\u521D\u671F\u5316\u304C\u5FC5\u8981\u3067\u3059\u3002
generatedcode.footerprocess.nbcharsgenerated={1} \u306B\u3088\u308A {0} \u6587\u5B57\u751F\u6210\u3055\u308C\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.Class.NotFound=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u306F\u307E\u3060\u5B58\u5728\u3057\u307E\u3059\u304C\u3001\u30AF\u30E9\u30B9 {0} \u306F\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u304B\u3089\u6D88\u3048\u307E\u3057\u305F\u3002\u3053\u306E\u30E6\u30CB\u30C3\u30C8\u306E\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u304C\u5FC5\u8981\u3067\u3059\u3002
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u6301\u7D9A\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093 \:
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u6301\u7D9A\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093 :
generatedcode.copyright.title=Copyright (c) 2005-2009, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=\u751F\u6210\u30A8\u30F3\u30B8\u30F3\u306E\u521D\u671F\u5316\u4E2D...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html)\u3002
EmfEmittersPersistence.CodeGen.DataMissing=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30C7\u30FC\u30BF\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002\u5B8C\u5168\u306A\u30B3\u30FC\u30C9\u751F\u6210\u3092\u958B\u59CB\u3057\u3066\u3044\u307E\u3059\u3002
CodeGenerator.JET.TimeOut=JET\u306E\u521D\u671F\u5316\u51E6\u7406\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F
CodeGenerator.JET.TimeOut=JET\u521D\u671F\u5316\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8
generatedcode.copyright.body4=\u3053\u306E\u30B3\u30FC\u30C9\u306FGNU LGPL\u30E9\u30A4\u30BB\u30F3\u30B9\u306E\u6761\u4EF6\u306B\u57FA\u3065\u3044\u3066\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059
CodeGenerator.Node.NotFound=\u73FE\u5728\u306E\u30D7\u30ED\u30BB\u30B9\u306B\u30CE\u30FC\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
generatedcode.copyright.body3=You can find more information about Talend products at www.talend.com.
generatedcode.copyright.body3=Talend\u88FD\u54C1\u306E\u3055\u3089\u306B\u8A73\u3057\u3044\u60C5\u5831\u306F\u3001www.talend.com\u3092\u3054\u89A7\u4E0B\u3055\u3044\u3002
EmittersPoolFactoryImpl.Class.IllegalArg=\u30AF\u30E9\u30B9 '{0}' \u306F\u6709\u52B9\u306A\u5206\u985E\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093
generatedcode.copyright.body2=/ JobDesigner (CodeGenerator version {0}).
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093\: org.talend.designer.codegen.JavaRoutineSynchronizer line\:58
generatedcode.copyright.body2=/ JobDesigner (CodeGenerator\u30D0\u30FC\u30B8\u30E7\u30F3{0}).
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093: org.talend.designer.codegen.JavaRoutineSynchronizer line:58
CodeGenerator.getGraphicalNode1=------process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n
@@ -19,8 +21,8 @@ JetSkeletonManager.unableLoad=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u
JetSkeletonManager.unableSave=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.updateProblem=\u30B9\u30B1\u30EB\u30C8\u30F3\u6C38\u7D9A\u30C7\u30FC\u30BF\u66F4\u65B0\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.codeThread=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u30B9\u30EC\u30C3\u30C9
CodeGeneratorEmittersPoolFactory.componentCompiled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u307E\u3057\u305F\: \u6240\u8981\u6642\u9593 {0} \u30DF\u30EA\u79D2
CodeGeneratorEmittersPoolFactory.failCompail=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f : \r\n
CodeGeneratorEmittersPoolFactory.componentCompiled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F{0}\u30DF\u30EA\u79D2\u3067\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.failCompail=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B3\u30F3\u30D1\u30A4\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F : \r\n
CodeGeneratorEmittersPoolFactory.initialException=\u521D\u671F\u5316\u4E2D\u306B\u4F8B\u5916\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=JetEmitter\u306E\u521D\u671F\u5316\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorService.invalidLanguage1=\u7121\u52B9\u306A\u8A00\u8A9E\u30BF\u30A4\u30D7\u3067\u3059\u3002
@@ -31,43 +33,43 @@ CodeGenInit.deleteProject={0} \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u524A\u
CodeGenInit.initTemplate=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u306E\u521D\u671F\u5316
CodeGenInit.removeLink=\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30EA\u30BD\u30FC\u30B9\u306E\u524A\u9664
CodeGenInit.saveWorkspace=\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306E\u4FDD\u5B58\u4E2D
DocumentRootImpl.mixed=\ (mixed \:
DocumentRootImpl.mixed=\ (mixed :
NodesSubTree.enableParallel=__ENABLE_PARALLEL__
PoolTypeImpl.persistentPool=\ (persistentPool\:
TalendJetEmitter.compileFail=\ \u30B3\u30F3\u30D1\u30A4\u30EB\u5931\u6557 \: {0} \: {1}
TalendJetEmitter.exception=\u4F8B\u5916 \:
PoolTypeImpl.persistentPool=\ (persistentPool:
TalendJetEmitter.compileFail=\u30B3\u30F3\u30D1\u30A4\u30EB\u5931\u6557\uFF1A{0}\uFF1A{1}
TalendJetEmitter.exception=\u4F8B\u5916
JetFilesProviderManager.unableLoad={0}JetFilesProviderManager \u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
CodeGeneratorEmittersPoolFactory.dialogContent=JetEmitter\u751F\u6210\u306F\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3001\u3053\u306E\u539F\u56E0\u3092\u907F\u3051\u308B\u305F\u3081\u306B\u3001Ctrl + Shift + F3 \u3092\u62BC\u4E0B\u3057\u3066\u518D\u5EA6\u751F\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002
CodeGeneratorEmittersPoolFactory.operationCanceled=\u64CD\u4F5C\u306F\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F
ComponentsFactory.afterSystemComponent=\u30B7\u30B9\u30C6\u30E0\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u5F8C
ComponentsFactory.componentNotFound=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093:
ComponentsFactory.load.components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u8AAD\u8FBC\u307F...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A\: *.inc.javajet\u306E\u89AA\u304C\u30EA\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\uFF01
ComponentsLocalProviderService.componentLoadError=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30ED\u30FC\u30C9\u30A8\u30E9\u30FC
ComponentsFactory.componentNotFound=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093 :
ComponentsFactory.load.components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A: *.inc.javajet\u306E\u89AA\u304C\u30EA\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\uFF01
ComponentsLocalProviderService.componentLoadError=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9\u30A8\u30E9\u30FC
ComponentsLocalProviderService.talendExchangeError=Talend Exchange \u30A8\u30E9\u30FC
ComponentsPreferencePage.ButtonLabel0=Ok
ComponentsPreferencePage.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30FB\u30DE\u30C3\u30D4\u30F3\u30B0\u30FB\u30EA\u30F3\u30AF\u3068\u3057\u3066\u8868\u793A\uFF1A
ComponentsPreferencePage.ButtonLabel0=OK
ComponentsPreferencePage.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A :
ComponentsPreferencePage.rowLimit=\u884C\u6570\u5236\u9650
ComponentsPreferencePage.WarningMsg=Talend Open Studio\u3092\u518D\u8D77\u52D5\u3057\u3066\u3001\u62E1\u5F35\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3057\u307E\u3059\u3002
ComponentsPreferencePage.WarningTitle=\u8B66\u544A
ComponentsPreferencePage.directoryFieldLabel=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u30FC:
ComponentsProviderManager.unableLoad=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u30ED\u30FC\u30C9\u304C\u3067\u304D\u307E\u305B\u3093
ComponentsPreferencePage.directoryFieldLabel=\u30E6\u30FC\u30B6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0 :
ComponentsProviderManager.unableLoad=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D0\u30A4\u30C0\u304C\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
ComponenttRunJobPreferencePage.label=tRunJob\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u5F8C\u3001\u5BFE\u5FDC\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3057\u306A\u3044\u3002
ComponentJobletPreferencePage.label=Joblet\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u5F8C\u3001\u5BFE\u5FDC\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3057\u306A\u3044\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=tRunJob\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u5F8C\u3001\u5BFE\u5FDC\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3059\u308B\u3002
ComponentJobletPreferencePage.label=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u5F8C\u306B\u5BFE\u5FDC\u3059\u308B\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3057\u306A\u3044\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=tRunJob\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u5F8C\u3001\u5BFE\u5FDC\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3059\u308B
XsdValidationCacheManager.unableLoadxsd=XSD\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306E\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3002
XsdValidationCacheManager.unableSavexsd=XSD\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306E\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52D5
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7DDA
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA(\u6700\u901F)
prefs.configuration.LINK_STYLE.LINE=Lines (fast)
FAMILY.AS400=AS400
FAMILY.Access=Access
FAMILY.Alfresco=Alfresco
FAMILY.Business=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
FAMILY.Business_Intelligence=\u30D3\u30B8\u30CD\u30B9\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30B9
FAMILY.CentricCRM=CentricCRM
FAMILY.Charts=Charts
FAMILY.Connections=\u63A5\u7D9A
FAMILY.Charts=\u30C1\u30E3\u30FC\u30C8
FAMILY.Connections=\u63A5\u7D9A\u8A2D\u5B9A
FAMILY.Custom_Code=\u30AB\u30B9\u30BF\u30E0\u30B3\u30FC\u30C9
FAMILY.DB2=DB2
FAMILY.DB_Generic=\u6C4E\u7528ODBC
@@ -79,22 +81,22 @@ FAMILY.ELT=ELT
FAMILY.ESB=ESB
FAMILY.EXASolution=EXASolution
FAMILY.eXist=eXist
FAMILY.FTP=FTP
FAMILY.Fields=\u9805\u76EE\u5024\u5909\u63DB
FAMILY.FTP=ftp
FAMILY.Fields=\u30D5\u30A3\u30FC\u30EB\u30C9
FAMILY.File=\u30D5\u30A1\u30A4\u30EB
FAMILY.FireBird=Firebird
FAMILY.Greenplum=Greenplum
FAMILY.HSQLDb=HSQLDb
FAMILY.Healthcare=Healthcare
FAMILY.HSQLDb=HSQLdb
FAMILY.Healthcare=\u30D8\u30EB\u30B9\u30B1\u30A2
FAMILY.Hive=Hive
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u30D5\u30A1\u30A4\u30EB\u5165\u529B
FAMILY.Input=Input (\u5165\u529B)
FAMILY.Interbase=Interbase
FAMILY.Internet=\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8
FAMILY.Jasper=Jasper
FAMILY.JavaDB=JavaDB
FAMILY.JDBC=\u6C4E\u7528JDBC
FAMILY.JDBC=JDBC
FAMILY.LDAP=LDAP
FAMILY.Logs_Errors=\u30ED\u30B0\uFF06\u30A8\u30E9\u30FC\u30CF\u30F3\u30C9\u30EA\u30F3\u30B0
FAMILY.MS_SQL_Server=MS SQL Server
@@ -109,25 +111,32 @@ FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=OLAP\u30AD\u30E5\u30FC\u30D6
FAMILY.Oracle=Oracle
FAMILY.Orchestration=\u30D7\u30ED\u30BB\u30B9\u5236\u5FA1
FAMILY.Output=\u30D5\u30A1\u30A4\u30EB\u51FA\u529B
FAMILY.Output=\u51FA\u529B
FAMILY.ParAccel=ParAccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
FAMILY.Processing=\u5909\u63DB\u51E6\u7406
FAMILY.Processing=\u51E6\u7406\u4E2D
FAMILY.SAP=SAP
FAMILY.Sas=Sas
FAMILY.Sas=SAS
FAMILY.SCD=SCD
FAMILY.SCP=SCP
FAMILY.SPSS=SPSS
FAMILY.SQLite=SQLite
FAMILY.Salesforce=Salesforce
FAMILY.Salesforce=Salesforce (\u30BB\u30FC\u30EB\u30B9\u30D5\u30A9\u30FC\u30B9)
FAMILY.SugarCRM=SugarCRM
FAMILY.Sybase=Sybase
FAMILY.System=\u30B7\u30B9\u30C6\u30E0
FAMILY.Technical=\u30C6\u30AF\u30CB\u30AB\u30EB
FAMILY.Technical=\u6280\u8853
FAMILY.Teradata=Teradata
FAMILY.Vertica=Vertica
FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u30A8\u30C7\u30A3\u30BF\u306E\u30D1\u30EC\u30C3\u30C8\u306E\u66F4\u65B0
FAMILY.XML=XML\u30D5\u30A1\u30A4\u30EB
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u30D1\u30EC\u30C3\u30C8\u3092\u66F4\u65B0
ComponentsPreferencePage.componentAssist=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4F5C\u6210\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3092\u6709\u52B9\u5316
ComponentsPreferencePage.notValidDirectory=\u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u30CD\u30B9\u30C8\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?
ComponentsFactory.loadComponents.missingFolder=\u30D7\u30E9\u30B0\u30A4\u30F3"{1}"\u5185\u306B\u30D5\u30A9\u30EB\u30C0\u30FC"{0}"\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ComponentsPreferencePage_SuccessTitle=\u6210\u529F
ComponentsPreferencePage_SuccessMessage1=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3059\u308B\u305F\u3081\u306B\u306F\u3001Studio\u3092\u518D\u8D77\u52D5\u3057\u307E\u3059\u3002\u53C8\u306F\u6B21\u56DE\u306E\u958B\u59CB\u6642\u306B\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
ComponentsPreferencePage_SuccessMessage2=\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F
generatedcode.copyright.body1=\u3053\u306E\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F{0}\u306B\u3088\u3063\u3066\u81EA\u52D5\u7684\u306B\u751F\u6210\u3055\u308C\u307E\u3057\u305F

View File

@@ -7,7 +7,6 @@ EmfEmittersPersistence.CodeGen.DataMissing=Falta de dados na gera
CodeGenerator.JET.TimeOut=Inicializa<EFBFBD><EFBFBD>o do JET excedeu o limite de tempo
CodeGenerator.Node.NotFound=Nodo n<>o encontrado no processo atual
EmittersPoolFactoryImpl.Class.IllegalArg=A classe '{0}' n<>o <20> uma classe v<>lida
generatedcode.copyright.body1==
CodeGenerator.getGraphicalNode1=-----process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n

View File

@@ -7,8 +7,11 @@ CodeGenerator.JET.TimeOut=JET\u521D\u59CB\u5316\u8D85\u65F6\uFF01
generatedcode.copyright.body4=\u4F60\u53EF\u4EE5\u5728\u5728GNU LGPL \u8BB8\u53EF\u8BC1\u4E0B\u652F\u914D\u8FD9\u4E9B\u4EE3\u7801
CodeGenerator.Node.NotFound=\u5728\u5F53\u524D
generatedcode.copyright.body3=\u4F60\u53EF\u4EE5\u5728www.talend.com\u53D1\u73B0\u66F4\u591A\u5173\u4E8ETalend\u4EA7\u54C1\u4FE1\u606F
EmittersPoolFactoryImpl.Class.IllegalArg=\u7C7B ' {0}' \u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684\u5206\u7C7B\u5668
generatedcode.copyright.body2=/ \u4F5C\u4E1A\u8BBE\u8BA1 (CodeGenerator version {0}).
generatedcode.copyright.body1=\u6E90\u4EE3\u7801\u88AB{0}\u81EA\u52A8\u751F\u6210
CodeGenerator.getGraphicalNode1=\u8FDB\u7A0B\u5F97\u5230\u56FE\u5F62\u8282\u70B9\uFF08\uFF09
CodeGenerator.getGraphicalNode2=\u8FDB\u7A0B\u5F97\u5230\u751F\u6210\u8282\u70B9\uFF08\uFF09
CodeGenerator.newLine=\n\n\n\n
JetSkeletonManager.updateProblem=\u5F53\u66F4\u65B0\u6301\u4E45\u6570\u636E\u65F6\u51FA\u73B0\u9519\u8BEF
CodeGeneratorEmittersPoolFactory.codeThread=\u4EE3\u7801\u751F\u6210\u540E\u53F0\u7EBF\u7A0B
CodeGeneratorEmittersPoolFactory.componentCompiled=\u7EC4\u4EF6\u7F16\u8BD1{0}\u6BEB\u79D2
@@ -24,14 +27,23 @@ CodeGenInit.initTemplate=\u521D\u59CB\u5316\u6A21\u677F
CodeGenInit.removeLink=\u5220\u9664\u94FE\u63A5\u8D44\u6E90
CodeGenInit.saveWorkspace=\u4FDD\u5B58\u5DE5\u4F5C\u533A
DocumentRootImpl.mixed=\ (\u6DF7\u5408:
CodeGeneratorEmittersPoolFactory.dialogContent=\u4E3A\u4E86\u907F\u514D\u4EA7\u751F\u95EE\u9898\uFF0C\u8BF7\u6309Ctrl+Shift+F3\u6765\u518D\u6B21\u751F\u6210\uFF01
CodeGeneratorEmittersPoolFactory.operationCanceled=\u64CD\u4F5C\u5DF2\u53D6\u6D88
ComponentsFactory.afterSystemComponent=\u5728\u7CFB\u7EDF\u7EC4\u4EF6
ComponentsFactory.componentNotFound=\u7EC4\u4EF6\u6587\u4EF6\u5939\u6CA1\u53D1\u73B0
ComponentsFactory.load.components=\u52A0\u8F7D\u7EC4\u4EF6...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A\: \u7236 *.inc.javajet \u6CA1\u6709\u91CD\u65B0\u7F16\u8BD1
ComponentsLocalProviderService.componentLoadError=\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF
ComponentsLocalProviderService.talendExchangeError=Talend Exchange\u9519\u8BEF
ComponentsPreferencePage.ButtonLabel0=\u786E\u5B9A
ComponentsPreferencePage.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
ComponentsPreferencePage.rowLimit=\u884c\u9650\u5236
ComponentsPreferencePage.WarningMsg=\u60A8\u9700\u8981\u91CD\u65B0\u542F\u52A8Talend Open Studio\u4EE5\u52A0\u8F7D\u989D\u5916\u7684\u7EC4\u4EF6\u3002
ComponentsPreferencePage.WarningTitle=\u8B66\u544A
ComponentsPreferencePage.directoryFieldLabel=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\ :
ComponentsProviderManager.unableLoad=\u65E0\u6CD5\u52A0\u8F7D\u7EC4\u4EF6\u63D0\u4F9B\u7A0B\u5E8F
ComponenttRunJobPreferencePage.label=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u4E0D\u663E\u793A\u5BF9\u5E94\u7684JOB
ComponentJobletPreferencePage.label=\u53CC\u51FBJoblet\u7EC4\u4EF6\u540E\uFF0C\u4E0D\u663E\u793A\u76F8\u5E94\u7684\u4F5C\u4E1A\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u663E\u793A\u5BF9\u5E94JOB
XsdValidationCacheManager.unableLoadxsd=\u52A0\u8F7Dxsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
XsdValidationCacheManager.unableSavexsd=\u4FDD\u5B58xsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
@@ -39,7 +51,33 @@ prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
FAMILY.Access=Access
FAMILY.Business=\u4E1A\u52A1
FAMILY.Business_Intelligence=\u5546\u4E1A\u667A\u80FD
FAMILY.Connections=\u8FDE\u63A5
FAMILY.eXist=\u9000\u51FA
FAMILY.File=\u6587\u4ef6
FAMILY.FireBird=\u706B\u9E1F
FAMILY.HSQLDb=HSQLdb
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u8F93\u5165
FAMILY.Internet=\u4E92\u8054\u7F51
FAMILY.JavaDB=JavaDB
FAMILY.MSSql=MSSQL
FAMILY.MaxDB=MaxDB
FAMILY.MySQL=MySQL
FAMILY.Netezza=\u7F51\u7EDC\u6635\u79F0
FAMILY.Oracle=Oracle
FAMILY.Output=\u6807\u51c6\u8f93\u51fa
FAMILY.PostgreSQL=PostgreSQL
FAMILY.SQLite=SQLite
FAMILY.Sybase=Sybase
FAMILY.System=\u7CFB\u7EDF
FAMILY.Teradata=Teradata
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u66F4\u65B0\u7F16\u8F91\u5668\u7684\u8C03\u8272\u677F
ComponentsPreferencePage.componentAssist=\u542F\u7528\u7EC4\u4EF6\u521B\u5EFA\u52A9\u624B
ComponentsPreferencePage.notValidDirectory=\u60A8\u7684\u9009\u62E9\u5C06\u5BFC\u81F4\u6587\u4EF6\u5939\u5D4C\u5957\uFF0C\u8FD9\u662F\u4E0D\u63A8\u8350\u7684\u3002 \u4F60\u60F3\u7EE7\u7EED\u5417\uFF1F
ComponentsFactory.loadComponents.missingFolder=\u6587\u4EF6\u5939 "{0}" \u7F3A\u5C11\u63D2\u4EF6 "{1}".
ComponentsPreferencePage_SuccessTitle=Success
ComponentsPreferencePage_SuccessMessage1=\u9700\u8981\u91CD\u542FStudio\u6765\u52A0\u8F7D\u7EC4\u4EF6\u3002\u5426\u5219\uFF0C\u4F1A\u5728\u4E0B\u6B21\u542F\u52A8\u65F6\u52A0\u8F7D\u3002
ComponentsPreferencePage_SuccessMessage2=\u60A8\u60F3\u8981\u9A6C\u4E0A\u91CD\u542F\u5417\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u5B89\u88C5\u7EC4\u4EF6\u5931\u8D25

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.components.exchange.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.components.exchange

View File

@@ -1,3 +1,4 @@
Exchange=Exchange
DownloadComponenentsAction.Label=\u4E0B\u8F7D\u9009\u62E9\u7684\u7EC4\u4EF6
RefreshComponenentsAction.Label=\u5237\u65B0\u7EC4\u4EF6\u6E05\u5355
providerName=www.example.org

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -94,3 +94,8 @@ ImportExchangeDialog.REFRESHING_PROGRESSBAR=Refreshing\! Please Wait.....
ImportExchangeDialog.OPERATION_CANCELLED=Operation was cancelled
Exchange.logon.error=Exchange user have not been registered, please register using the preferences .
ImportExchangeDialog.download.extensions=Download extensions\! Please Wait\!
DownloadComponenentsAction_restartMessage=Install the new component successfully, but need to restart studio to load it, do you want to restart now?
DownloadComponenentsAction_restartTitle=Need restart
DownloadComponenentsAction_failureTitle=Failure
DownloadComponenentsAction_failureMessage=Fail to install the component {0}, need check the component is valid or not.
DownloadComponenentsAction.installComponentsTitle=Install components

View File

@@ -13,6 +13,7 @@ DownloadedExtensionsComposite.DownloadDate=Date de t
DownloadedExtensionsComposite.installOperateStatus=Installer
DownloadedExtensionsComposite.installedOperateStatus=Install<EFBFBD>
DownloadedExtensionsComposite.updateOperateStatus=UPDATE
MyExtensionsComposite.ExtensionName=Nom de l'extension
MyExtensionsComposite.Version=Version
MyExtensionsComposite.UploadDate=Date du chargement
MyExtensionsComposite.AddNewExtensionTitle=Ajouter une nouvelle extension
@@ -53,11 +54,14 @@ DeleteExtensionJob.DeleteFailureTip=Veuillez v
ModifyExtensionJob.Title=Modifier une extension...
ModifyExtensionJob.Message=Modifier une extension...
ModifyExtensionJob.ModifyFailure=Echec de la modification
ModifyExtensionJob.ModifyFailureTip=V<EFBFBD>rifiez.
InstalledExtensionJob.Title=Installation de l'extension...
InsertionExtensionAction.InstalledFailure=Echec de l'installation
InsertionExtensionAction.InstalledFailureTip=Vous devez le v<>rifier.
UploadRevisionJob.Title=Chargement de la r<>vision...
UploadRevisionJob.Message=Charger une r<>vision...
UploadRevisionAction.InstalledFailure=Echec du chargement de la r<>vision.
UploadRevisionAction.InstalledFailureTip=Vous devez le v<>rifier.
DownloadComponenentsAction.installExchange=Installer les composants Exchange
DownloadComponenentsAction.DownloadTaskTitle=T<EFBFBD>l<EFBFBD>chargement des fichiers depuis Exchange
DownloadComponenentsAction.DownloadTaskName=T<EFBFBD>l<EFBFBD>chargement du fichier depuis l'URL :
@@ -81,3 +85,8 @@ ImportExchangeDialog.REFRESH_BUTTON=Rafra
ImportExchangeDialog.REFRESHING_PROGRESSBAR=Rafra<EFBFBD>chissement, veuillez patienter..
ImportExchangeDialog.OPERATION_CANCELLED=L'op<6F>ration a <20>t<EFBFBD> annul<75>e
Exchange.logon.error=L'utilisateur de l'Exchange n'est pas enregistr<74>. Enregistrez-vous via les Pr<50>f<EFBFBD>rences.
DownloadComponenentsAction_restartMessage=Installation du nouveau composant r<>ussie, mais un red<65>marrage est requis pour le charger. Red<65>marrer ?
DownloadComponenentsAction_restartTitle=Red<EFBFBD>marrage requis
DownloadComponenentsAction_failureTitle=<EFBFBD>chec
DownloadComponenentsAction_failureMessage=<EFBFBD>chec de l'installation du composant {0}, v<>rifiez s'il est valide.
DownloadComponenentsAction.installComponentsTitle=Installer les composants

View File

@@ -2,8 +2,8 @@ ExchangeView.Exchange=Exchange
AvailableExtensionsComposite.ExtensionName=Extension\u540D
AvailableExtensionsComposite.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
AvailableExtensionsComposite.Rating=\u8A55\u4FA1
AvailableExtensionsComposite.Author=\u4f5c\u6210\u8005
AvailableExtensionsComposite.FilterTitle=\u30D5\u30A3\u30EB\u30BF
AvailableExtensionsComposite.Author=\u4F5C\u6210\u8005
AvailableExtensionsComposite.FilterTitle=\u30D5\u30A3\u30EB\u30BF\u30FC
AvailableExtensionsComposite.ViewDetail.installOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
AvailableExtensionsComposite.ViewDetail.WriteReview=\u518D\u8ABF\u67FB\u306E\u66F8\u304D\u8FBC\u307F
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailure=Review\u633F\u5165\u5931\u6557\u3002
@@ -13,7 +13,7 @@ DownloadedExtensionsComposite.DownloadedVersion=\u30C0\u30A6\u30F3\u30ED\u30FC\u
DownloadedExtensionsComposite.DownloadDate=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u65E5\u4ED8
DownloadedExtensionsComposite.OperateStatus=\u30B9\u30C6\u30FC\u30BF\u30B9\u64CD\u4F5C
DownloadedExtensionsComposite.installOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
DownloadedExtensionsComposite.installedOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
DownloadedExtensionsComposite.installedOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E08
DownloadedExtensionsComposite.updateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ExtensionName=Extension\u540D
MyExtensionsComposite.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
@@ -21,26 +21,26 @@ MyExtensionsComposite.UploadDate=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u65E5\u4ED
MyExtensionsComposite.AddNewExtensionTitle=\u65B0\u898FExtension\u8FFD\u52A0
MyExtensionsComposite.UpLoadNewVersionOperateStatus=\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
MyExtensionsComposite.UpdateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ModifyOperateStatus=\u4FEE\u6B63
MyExtensionsComposite.ModifyOperateStatus=\u5909\u66F4
MyExtensionsComposite.DeleteOperateStatus=\u524A\u9664
MyExtensionsComposite.Form.Return=Return
MyExtensionsComposite.Form.Return=\u623B\u308A\u5024
MyExtensionsComposite.Form.ExtensionTitle=Extension\u30BF\u30A4\u30C8\u30EB
MyExtensionsComposite.Form.InitialVersion=\u521D\u671F\u30D0\u30FC\u30B8\u30E7\u30F3
MyExtensionsComposite.Form.Compatibility=\u4E92\u63DB\u6027
MyExtensionsComposite.Form.Compatibility=\u9069\u5408\u6027
MyExtensionsComposite.Form.Compatibility.AllVersions=\u5168\u3066\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
MyExtensionsComposite.Form.Compatibility.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
MyExtensionsComposite.Form.Compatibility.AndOlder=\u3088\u308A\u53E4\u3044
MyExtensionsComposite.Form.Compatibility.AndNewer=\u3088\u308A\u65B0\u3057\u3044
MyExtensionsComposite.Form.Compatibility.AllVersionsExcept=\u5168\u3066\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u4EE5\u5916
MyExtensionsComposite.Form.Compatibility.OnlyTheseVersions=\u3053\u308C\u3089\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3060\u3051\:
MyExtensionsComposite.Form.Compatibility.OnlyTheseVersions=\u3053\u308C\u3089\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3060\u3051:
MyExtensionsComposite.Form.Description=\u8AAC\u660E
MyExtensionsComposite.Form.Visibility=\u8868\u793A
MyExtensionsComposite.Form.Visibility=\u53EF\u8996\u6027
MyExtensionsComposite.Form.Visibility.Public=\u5171\u6709(\u5168\u54E1\u304C\u53EF\u8996)
MyExtensionsComposite.Form.Visibility.Private=\u500B\u4EBA(\u81EA\u5206\u306E\u307F\u53EF\u8996)
MyExtensionsComposite.Form.Upload=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
MyExtensionsComposite.Form.Upload.SelectAnItem=\u73FE\u5728\u958B\u3044\u3066\u3044\u308B\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304B\u3089\u30A2\u30A4\u30C6\u30E0\u3092\u9078\u629E
MyExtensionsComposite.Form.Upload.File=\u30D5\u30A1\u30A4\u30EB\:
MyExtensionsComposite.Form.Upload.Browse=\u30D6\u30E9\u30A6\u30BA...
MyExtensionsComposite.Form.Upload.File=\u30D5\u30A1\u30A4\u30EB:
MyExtensionsComposite.Form.Upload.Browse=\u53C2\u7167...
MyExtensionsComposite.Form.Upload.Browse.SelectFile=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3059\u308Bextension\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E
MyExtensionsComposite.Form.DeleteExtensionTile=Extension\u524A\u9664
MyExtensionsComposite.Form.DeleteExtensionMessage=\u3053\u306EExtension\u3092\u524A\u9664\u3057\u3066\u3082\u3044\u3044\u3067\u3059\u304B\uFF1F
@@ -64,14 +64,14 @@ ModifyExtensionJob.ModifyFailureTip=\u30C1\u30A7\u30C3\u30AF\u3092\u3057\u3066\u
InstalledExtensionJob.Title=Extension\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB...
InstalledExtensionJob.Message=Extension\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB...
InsertionExtensionAction.InstalledFailure=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F
InsertionExtensionAction.InstalledFailureTip=\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044
InsertionExtensionAction.InstalledFailureTip=\u30C1\u30A7\u30C3\u30AF\u3092\u3057\u3066\u304F\u3060\u3055\u3044\u3002
UploadRevisionJob.Title=\u30EA\u30D3\u30B8\u30E7\u30F3\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
UploadRevisionJob.Message=\u30EA\u30D3\u30B8\u30E7\u30F3\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
UploadRevisionAction.InstalledFailure=\u30EA\u30D3\u30B8\u30E7\u30F3\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3002
UploadRevisionAction.InstalledFailureTip=\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044
UploadRevisionAction.InstalledFailureTip=\u30C1\u30A7\u30C3\u30AF\u3092\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DownloadComponenentsAction.installExchange=Exchange\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
DownloadComponenentsAction.DownloadTaskTitle=Exchange\u304B\u3089\u30D5\u30A1\u30A4\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
DownloadComponenentsAction.DownloadTaskName=URL\u304B\u3089\u30D5\u30A1\u30A4\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\:
DownloadComponenentsAction.DownloadTaskName=URL\u304B\u3089\u30D5\u30A1\u30A4\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9:
DownloadComponenentsAction.ReloadPalette=\u30D1\u30EC\u30C3\u30C8\u306E\u66F4\u65B0...
DownloadComponenentsAction.DownloadFailure=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u5931\u6557\u3002
DownloadComponenentsAction.DownloadFailureTip=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u8A2D\u5B9A\u3092\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002
@@ -81,16 +81,21 @@ ExchangeWebService.deleteExtensionSuccessful=Extension\u524A\u9664\u6210\u529F\u
ExchangeWebService.insertReviewSuccessful=Review\u633F\u5165\u6210\u529F\u3002
ExchangeWebService.updateRevisionSuccessful=\u30EA\u30D3\u30B8\u30E7\u30F3\u66F4\u65B0\u6210\u529F\u3002
ExchangeWebService.insertionRevisionSuccessful=\u30EA\u30D3\u30B8\u30E7\u30F3\u633F\u5165\u6210\u529F\u3002
ImportExchangeDialog.dialogTitle=Talend Exchange\u304B\u3089\u9805\u76EE\u9078\u629E
ImportExchangeDialog.dialogTitle=Talend Exchange \u304B\u3089\u9805\u76EE\u306E\u9078\u629E
ImportExchangeDialog.WARNING=\u8B66\u544A
ImportExchangeDialog.NOTSELECTWARNING=\u30C6\u30FC\u30D6\u30EB\u304B\u3089\uFF11\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ImportExchangeDialog.NOTSELECTWARNING=\u30C6\u30FC\u30D6\u30EB\u304B\u3089\u30A2\u30A4\u30C6\u30E0\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044\u3002
ImportExchangeDialog.downloadProgressBar=\u30A2\u30A4\u30C6\u30E0\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059...
ImportExchangeDialog.EXTENSION_NAME=Extension\u540D
ImportExchangeDialog.AUTHOR_NAME=\u4F5C\u6210\u8005
ImportExchangeDialog.AUTHOR_NAME=\u4F5C\u6210\u8005\u540D
ImportExchangeDialog.LATEST_REVISION=\u6700\u65B0\u30EA\u30D3\u30B8\u30E7\u30F3
ImportExchangeDialog.EXTENSION_DESCRIPTION=Extension\u8AAC\u660E
ImportExchangeDialog.REFRESH_BUTTON=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
ImportExchangeDialog.EXTENSION_DESCRIPTION=\u62E1\u5F35\u306E\u8AAC\u660E
ImportExchangeDialog.REFRESH_BUTTON=\u66F4\u65B0
ImportExchangeDialog.REFRESHING_PROGRESSBAR=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u4E2D\u3067\u3059...
ImportExchangeDialog.OPERATION_CANCELLED=\u64CD\u4F5C\u3092\u30AD\u30E3\u30F3\u30BB\u30EB
Exchange.logon.error=Exchange\u30E6\u30FC\u30B6\u304C\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u521D\u671F\u8A2D\u5B9A\u3092\u4F7F\u7528\u3057\u3066\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ImportExchangeDialog.download.extensions=\u62E1\u5F35\u6A5F\u80FD\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059\u3001\u66AB\u304F\u304A\u5F85\u3061\u4E0B\u3055\u3044\u3002
DownloadComponenentsAction_restartMessage=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\u3002Studio\u306E\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
DownloadComponenentsAction_restartTitle=\u518D\u8D77\u52D5\u8981
DownloadComponenentsAction_failureTitle=\u5931\u6557
DownloadComponenentsAction_failureMessage=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u59A5\u5F53\u304B\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
DownloadComponenentsAction.installComponentsTitle=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB

View File

@@ -1,24 +1,79 @@
ExchangeView.Exchange=Exchange
AvailableExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
AvailableExtensionsComposite.Version=\u7248\u672C
AvailableExtensionsComposite.Rating=\u8BC4\u5206
AvailableExtensionsComposite.Author=\u4F5C\u8005
AvailableExtensionsComposite.FilterTitle=\u8FC7\u6EE4
AvailableExtensionsComposite.ViewDetail.installOperateStatus=\u5B89\u88C5
AvailableExtensionsComposite.ViewDetail.WriteReview=\u53D1\u8868\u8BC4\u8BBA
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailure=\u63D2\u5165\u5BA1\u67E5\u5931\u8D25
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=\u8BF7\u68C0\u67E5
DownloadedExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
DownloadedExtensionsComposite.DownloadedVersion=\u4E0B\u8F7D\u7248\u672C
DownloadedExtensionsComposite.DownloadDate=\u4E0B\u8F7D\u65E5\u671F
DownloadedExtensionsComposite.OperateStatus=\u64CD\u4F5C\u72B6\u6001
DownloadedExtensionsComposite.installOperateStatus=\u5B89\u88C5
DownloadedExtensionsComposite.installedOperateStatus=\u5DF2\u88C5\u8F7D
DownloadedExtensionsComposite.updateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
MyExtensionsComposite.Version=\u7248\u672C
MyExtensionsComposite.UploadDate=\u4E0A\u4F20\u65E5\u671F
MyExtensionsComposite.UpdateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ModifyOperateStatus=\u4FEE\u6539
MyExtensionsComposite.DeleteOperateStatus=\u5220\u9664
MyExtensionsComposite.Form.Return=\u8FD4\u56DE
MyExtensionsComposite.Form.ExtensionTitle=\u6269\u5C55\u6807\u9898
MyExtensionsComposite.Form.InitialVersion=\u521D\u59CB\u7248\u672C
MyExtensionsComposite.Form.Compatibility.AllVersions=\u6240\u6709\u7248\u672C
MyExtensionsComposite.Form.Compatibility.Version=\u7248\u672C
MyExtensionsComposite.Form.Compatibility.AndNewer=\u548C\u66F4\u65B0\u7684
MyExtensionsComposite.Form.Compatibility.AllVersionsExcept=\u6240\u6709\u7248\u672C\u9664\u5916:
MyExtensionsComposite.Form.Description=\u5FC5\u8981\u7684
MyExtensionsComposite.Form.Visibility=\u80FD\u89C1\u5EA6
MyExtensionsComposite.Form.Visibility.Public=\u516C\u5F00\uFF08\u5168\u90E8\u53EF\u89C1\uFF09
MyExtensionsComposite.Form.Visibility.Private=\u79C1\u4EBA(\u6211\u770B\u5F97\u89C1)
MyExtensionsComposite.Form.Upload=\u4E0A\u4F20
MyExtensionsComposite.Form.Upload.SelectAnItem=\u4ECE\u5F53\u524D\u6253\u5F00\u7684\u9879\u76EE\u4E2D\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u3002
MyExtensionsComposite.Form.Upload.File=\u6587\u4EF6:
MyExtensionsComposite.Form.Upload.Browse=\u6D4F\u89C8...
MyExtensionsComposite.Form.Upload.Browse.SelectFile=\u9009\u62E9\u8981\u4E0A\u4F20\u7684\u6269\u5C55\u540D\u7684\u6587\u4EF6
MyExtensionsComposite.Form.DeleteExtensionTile=\u5220\u9664\u6269\u5C55\u540D
MyExtensionsComposite.Form.DeleteExtensionMessage=\u786E\u5B9E\u8981\u5220\u9664\u6B64\u6269\u5C55\u540D\u5417?
MyExtensionsComposite.Form.UploadExtension=\u4E0A\u4F20\u6269\u5C55
MyExtensionsComposite.Form.UpdateExtension=\u66F4\u65B0\u6269\u5C55
MyExtensionsComposite.Form.ModifyExtension=\u4FEE\u6539\u6269\u5C55
ShowContributedExtensionsJob.ShowContributedExtensions.Title=\u5BFB\u627E\u5DF2\u5206\u914D\u63D2\u4EF6
ShowContributedExtensionsJob.ShowContributedExtensions.Message=\u5BFB\u627E\u6765\u81EA\u4EA4\u6362\u7684\u5DF2\u5206\u914D\u63D2\u4EF6
DeleteExtensionJob.DeleteExtensionJob.Title=\u5220\u9664\u6269\u5C55\u2026
DeleteExtensionJob.DeleteExtensionJob.Message=\u5220\u9664\u6269\u5C55\u2026
DeleteExtensionJob.DeleteFailure=\u5220\u9664\u5931\u8D25\u3002
DeleteExtensionJob.DeleteFailureTip=\u8BF7\u68C0\u67E5
ModifyExtensionJob.ModifyFailureTip=\u8BF7\u68C0\u67E5
InsertionExtensionAction.InstalledFailureTip=\u8BF7\u68C0\u67E5
UploadRevisionJob.Title=\u4E0A\u4F20\u4FEE\u6539\u4E2D...
UploadRevisionJob.Message=\u4E0A\u4F20\u4FEE\u6539\u4E2D...
UploadRevisionAction.InstalledFailure=\u4E0A\u4F20\u4FEE\u6539\u5931\u8D25\u3002
UploadRevisionAction.InstalledFailureTip=\u8BF7\u68C0\u67E5
DownloadComponenentsAction.installExchange=\u5B89\u88C5\u6765\u81EA Exchange \u4EA4\u6D41\u4E2D\u5FC3\u7684\u7EC4\u4EF6
DownloadComponenentsAction.DownloadTaskTitle=\u4ECEExchange\u4E0B\u8F7D\u6587\u4EF6
DownloadComponenentsAction.DownloadTaskName=\u4ECEURL\u4E0B\u8F7D\u6587\u4EF6
DownloadComponenentsAction.ReloadPalette=\u91CD\u65B0\u8F7D\u5165\u8C03\u8272\u677F...
DownloadComponenentsAction.DownloadFailure=\u4E0B\u8F7D\u5931\u8D25\u3002
DownloadComponenentsAction.DownloadFailureTip=\u5FC5\u987B\u4FEE\u6539\u4E0B\u8F7D\u8BBE\u7F6E\u3002
ExchangeWebService.insertionExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u63D2\u5165\u6210\u529F
ExchangeWebService.downloadingExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u4E0B\u8F7D\u6210\u529F
ExchangeWebService.deleteExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u5220\u9664\u6210\u529F\u3002
ExchangeWebService.insertionRevisionSuccessful=\u63D2\u5165\u4FEE\u6539\u6210\u529F\u3002
ImportExchangeDialog.dialogTitle=\u4ECETalend Exchange\u9009\u62E9\u4E00\u4E2A\u9879\u76EE
ImportExchangeDialog.WARNING=\u8B66\u544A
ImportExchangeDialog.NOTSELECTWARNING=\u8BF7\u4ECE\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u3002
ImportExchangeDialog.EXTENSION_NAME=\u6269\u5C55\u540D
ImportExchangeDialog.AUTHOR_NAME=\u521B\u5EFA\u8005\u540D\u79F0
ImportExchangeDialog.LATEST_REVISION=\u6700\u65B0\u7248\u672C
ImportExchangeDialog.REFRESH_BUTTON=\u5237\u65B0
ImportExchangeDialog.OPERATION_CANCELLED=\u64CD\u4F5C\u5DF2\u53D6\u6D88
Exchange.logon.error=\u4EA4\u6362\u7528\u6237\u5C1A\u672A\u6CE8\u518C\uFF0C\u8BF7\u4F7F\u7528\u9996\u9009\u9879\u6CE8\u518C\u3002
DownloadComponenentsAction_restartMessage=\u6210\u529F\u5B89\u88C5\u65B0\u7EC4\u4EF6\uFF0C\u9700\u8981\u91CD\u542Fstudio\u6765\u52A0\u8F7D\uFF0C\u73B0\u5728\u91CD\u542F\u5417\uFF1F
DownloadComponenentsAction_restartTitle=\u9700\u7528\u91CD\u542F
DownloadComponenentsAction_failureTitle=\u5931\u8D25
DownloadComponenentsAction_failureMessage=\u5B89\u88C5\u7EC4\u4EF6{0}\u5931\u8D25\uFF0C\u9700\u8981\u68C0\u67E5\u7EC4\u4EF6\u662F\u5426\u6709\u6548\u3002

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.designer.core.nl
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.core
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -37,3 +37,5 @@ colorCodeViewer=Code Viewer colors
defaultTypeAndLength=Default Type and Length
metadataofTalendType=Metadata of TalendType
palettesettings=Palette Settings
standard.job.standalone=Standalone
standard.job.osgi=OSGi Bundle

View File

@@ -34,4 +34,7 @@ findJob.title=Trouver un Job
findJob.tootip=Trouver un Job sp<73>cifique
exchange=Exchange
defaultTypeAndLength=Type et longueur par d<>faut
metadataofTalendType=M<EFBFBD>tadonn<EFBFBD>es de type TalendType
palettesettings=Param<EFBFBD>tres de la Palette
standard.job.standalone=Standalone
standard.job.osgi=Bundle OSGi

View File

@@ -2,14 +2,14 @@ pluginName=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30E2\u30C7\u30EB
statsAndLogsView=\u7D71\u8A08\u60C5\u5831/\u30ED\u30B0
logs=\u30ED\u30B0
providerName=www.example.org
statsAndLogs=\u7D71\u8A08\u60C5\u5831\u3068\u30ED\u30B0
statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
componentSettingsView=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
problems=\u554F\u984C
main=\u30E1\u30A4\u30F3
jobHierarchyView=\u30B8\u30E7\u30D6\u968E\u5C64
contexts=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
properties=\u30D7\u30ED\u30D1\u30C6\u30A3
implicitContextLoad=\u6697\u9ED9\u7684\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30ED\u30FC\u30C9
implicitContextLoad=\u6697\u9ED9\u7684\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u8AAD\u307F\u8FBC\u307F
versions=\u30D0\u30FC\u30B8\u30E7\u30F3
jobSettingsView=\u30B8\u30E7\u30D6
view=\u8868\u793A
@@ -19,7 +19,7 @@ designer=\u30C7\u30B6\u30A4\u30CA\u30FC
jobSettings=\u30B8\u30E7\u30D6\u8A2D\u5B9A
useProjectSetting=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u4F7F\u7528
selectitem.useprojectsettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306B\u4F7F\u7528\u3059\u308B\u30A2\u30A4\u30C6\u30E0\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044
Repository=\u30ea\u30dd\u30b8\u30c8\u30ea
Repository=\u30EA\u30DD\u30B8\u30C8\u30EA
appearance=\u5916\u89B3
colors=\u8272
context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
@@ -37,3 +37,5 @@ colorCodeViewer=\u30B3\u30FC\u30C9\u30D3\u30E5\u30FC\u30A2\u30FC\u306E\u8272
defaultTypeAndLength=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B\u3068\u9577\u3055
metadataofTalendType=TalendType\u306E\u30E1\u30BF\u30C7\u30FC\u30BF
palettesettings=\u30D1\u30EC\u30C3\u30C8\u8A2D\u5B9A
standard.job.standalone=\u30B9\u30BF\u30F3\u30C9\u30A2\u30ED\u30F3
standard.job.osgi=OSGi\u30D0\u30F3\u30C9\u30EB

View File

@@ -1,5 +1,6 @@
pluginName=\u7EC4\u4EF6\u6A21\u5757
logs=\u65E5\u5FD7
providerName=www.example.org
statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
componentSettingsView=\u7EC4\u4EF6
problems=\u95EE\u9898
@@ -19,8 +20,12 @@ Repository=\u50a8\u5b58\u5e93
appearance=\u5916\u89C2
colors=\u8272\u5F69
context=\u7EC4\u4EF6
font=\u5B57\u4F53
importExport=\u5BFC\u5165/\u5BFC\u51FA
internationalization=\u56FD\u9645\u5316
outputConsole=\u8F93\u51FA\u63A7\u5236\u53F0
performance=\u6267\u884C
exchange=Exchange
colorCodeViewer=\u4EE3\u7801\u6307\u793A\u989C\u8272
defaultTypeAndLength=\u9ED8\u8BA4\u7C7B\u578B\u548C\u957F\u5EA6
standard.job.standalone=\u5355\u4F8B

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.3.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.core.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.core.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -103,7 +103,6 @@ PropertiesWizardPage.Version=\u0627\u0644\u0646\u0633\u062E\u0629
QueryTypeController.alert=\u062A\u0646\u0628\u064A\u0647
QueryTypeController.nothingToGuess=\u0644\u0627 \u0634\u064A\u0621 \u0644\u0644\u062A\u062E\u0645\u064A\u0646.
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u0625\u0636\u0627\u0641\u0629
SQLPatternComposite.delete=\u062D\u0630\u0641
SQLPatternComposite.up=\u0623\u0639\u0644\u0649
TalendLaunchToolbarAction.information=\u0645\u0639\u0644\u0648\u0645\u0627\u062A

View File

@@ -154,7 +154,6 @@ CreateNodeCommand.Label=Erstelle Node
EParameterName.fileNameStats=Dateiname Statistik
ConnectionReconnectCommand.LabelSource=Verschiebe Verbindungsquelle
Problems.category.routines=Routinen
EmfComponent.Count=Count
ComboController.valueFromRepository=Werte aus dem Repository <20>bernommen
EParameterName.schemaDb=Schema
ConnectionCreateAction.error=Fehler

View File

@@ -174,7 +174,6 @@ CreateNodeCommand.Label=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u
EParameterName.fileNameStats=\u038C\u03BD\u03BF\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03A3\u03C4\u03B1\u03C4\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
ConnectionReconnectCommand.LabelSource=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03A0\u03B7\u03B3\u03AE\u03C2 \u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2
Problems.category.routines=\u03A1\u03BF\u03C5\u03C4\u03AF\u03BD\u03B5\u03C2
EmfComponent.Count=\u039C\u03AD\u03C4\u03C1\u03B7\u03C3\u03B7
ComboController.valueFromRepository=\u03A4\u03B9\u03BC\u03AE \u03C0\u03B1\u03C1\u03BC\u03AD\u03BD\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2
EParameterName.schemaDb=\u03A3\u03C7\u03AE\u03BC\u03B1
ProblemsView.resource=\u03A0\u03CC\u03C1\u03BF\u03C2
@@ -473,7 +472,6 @@ ReloadFromProjectSettings=&\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C
ReloadFromProjectSettingsMessages=\u0397 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03B8\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF, \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5;
ReloadFromProjectSettingsToolTipText=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03B9\u03BC\u03CE\u03BD \u03B1\u03C0\u03CC \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03AD\u03C1\u03B3\u03BF\u03C5 (Shift+R)
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u03A0\u03C1\u03C3\u03B8\u03AE\u03BA\u03B7
SQLPatternComposite.delete=\u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
SQLPatternComposite.down=\u039A\u03AC\u03C4\u03C9
SQLPatternComposite.forbidModification=\u0391\u03C0\u03B1\u03B3\u03BF\u03C1\u03B5\u03CD\u03B5\u03C4\u03B1\u03B9 \u03B7 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF sql \u03C4\u03BF\u03C5 \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2, \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BD\u03AD\u03BF;

View File

@@ -35,7 +35,6 @@ EParameterName.Level.Log.File=Level
ToggleSubjobsAction.LABEL=Toggle Subjobs
EParameterName.schemaOptions=Schema Options
EParameterName.Purpose=Purpose
EParameterName.Purpose=Purpose
MultiPageEditorContributor.Grid=&Grid
EParameterName.tableLogs=Logs Table
SqlMemoController.QueryError.infoMsg=This query can not contain context parameters(like $_context) ,\n or this query has not been enclosed by {0} . Please correct.
@@ -144,7 +143,6 @@ NewProcessWizard.failureText=Job could not be saved
ContextParameterPage.shouldPrompt=Prompt for value
ContextParameterPage.prompt=Prompt
EParameterName.Name=Name
EParameterName.Name=Name
EParameterName.onDatabaseFlag=On Databases
ChangeMetadataCommand.messageDialog.propagate=Propagate
ContextParameterPage.name=Name
@@ -226,7 +224,6 @@ TalendEditorContextMenuProvider.Trigger=Trigger
ConnectionDeleteCommand.Label=Delete Connection
Process.errorLoadingConnectionMessage=Some errors appear after the migration in the following connections, please check them:
EParameterName.Author=Author
EParameterName.Author=Author
EParameterName.componentName=Component Name
SubjobBasicComposite.DialogTitle=Subjob Setting
DesignerPreferencePage.SubjobColorLabel=Subjob Color
@@ -243,7 +240,6 @@ EParameterName.ConnectionFormat=Connection format
ExecuteSystemCommandCommand.Title=Executed command
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Deactivate all linked Subjobs
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=The metadata used in the following component(s) has been modified.\nSelect the component(s) that you want to update from the repository.
NewProcessWizard.title=New Job
CheckController.decoration.description=Value taken from the repository
@@ -304,7 +300,6 @@ NoRepositoryDialog.Title=Error
StatsAndLogsComposite.ReloadMessages=Current setting will be overwritten, do you want to continue?
EParameterName.propertyType=Property Type
EParameterName.Status=Status
EParameterName.Status=Status
EParameterName.Log.Db=Log to Database
NodesPasteAction.paste=Paste
TalendEditorPaletteFactory.Tools=Tools
@@ -418,7 +413,7 @@ JobHierarchyViewPart.showDecription=To display the job hierarchy, select a job,
JobHierarchyViewer.hirarchy=Job Hierarchy
JobLaunchConfigurationDelegate.jobNotFound=Job {0} can not be found. Maybe it is removed.
JobTemplateViewsAndProcessUtil.jobName=Mock job for job template wizard
MultipleThreadDynamicComposite.gatherInformation=Gathering informations from repository
MultipleThreadDynamicComposite.gatherInformation=Gathering information from repository
Node.componentNotExist=This component depend on component {0}, but it doesn't exist.
Node.differentFromSchemaDefined=The schema from the input link "{0}\\" is different from the schema defined in the component.
Node.errorMessage1=A component that is not a sub process start can not have any link on sub job ok / on sub job error in input.
@@ -930,3 +925,24 @@ AbstractSchemaController.connectionNotAvaliable=Connection has not been set or n
AbstractSchemaController.inputNotSet=Input connection not set
AbstractBasicComponent.builtIn=Built-In
AbstractBasicComponent.repository=Repository
Node.notExistedContextName=The context name {0} of line {1} is not existed in column {2}
PerformancePreferencePage.generateLatestVersion=Generate the lastest version of corresponding documentation of job/joblet
ImportExportPreferencePage.rebuildRelationships=Rebuild relationships of items when export.
AbstractMultiPageTalendEditor.readonly=Warning
AbstractMultiPageTalendEditor.readonlyMessage=Can't save the job! Current job or project is readonly!
MainComposite.JobTypeSection.jobletTypeLabel=Joblet Type
ProcessController.UseDynamicJobSelectionDialog.message=Context param will be retrieved from Job : {0} !
GuessSchemaController.schemaOf=Schema of
Node.notFormedLoop=The connected components in a Job must not form a closed loop. Please check.
AbstractSchemaController.schema.title=Schema of {0}
DeploymentComposite.gourpIdLabel=Use Custom GroupId
DeploymentComposite.versionLabel=Use Custom Version
DeploymentComposite.buildTypeLabel=Build Type
DeploymentComposite.valueWarning=Value is invalid.
ComponentRefController.connectionLabel=Connection Component
DeploymentComposite.snapshotLabel=Use snapshot
PerformancePreferencePage.HBaseOrMaprDBScanLimit=HBase/MapR-DB scan limit (for retrieving schema)
PerformancePreferencePage.HBaseOrMaprDBScanLimitTip=If set it by zero, will be same as deactiving the limit.
PerformancePreferencePage.tacTimeout.read=Read timeout from Administrator Center (seconds)
AbstractJobSettingsPage.save=Do you want to update pom for all jobs? \n This operation might take long time depends on your project size.
EmfComponent.Count=Count

View File

@@ -121,7 +121,6 @@ PromptDefaultValueDialog.column=Columna
PromptDefaultValueDialog.defaultValue=Valor Default
PropertiesWizardPage.Version=Versi<EFBFBD>n
QueryTypeController.alert=Alerta
SQLPatternComposite.add=Agregue
SQLPatternComposite.delete=Borrar
TalendEditorDropTargetListener.cancelOperation=Cancelar esta operaci<63>n
TalendEditorDropTargetListener.chooseComponent=Elija un componente a crear.

View File

@@ -35,7 +35,6 @@ EParameterName.Level.Log.File=Niveau
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du sch<63>ma
EParameterName.Purpose=Objectif
EParameterName.Purpose=Objectif
MultiPageEditorContributor.Grid=&Grille
EParameterName.tableLogs=Table de logs
SqlMemoController.QueryError.infoMsg=Cette requ<71>te ne peut contenir des param<61>tres de contexte (comme $_context) ,\n ou cette requ<71>te n'a pas <20>t<EFBFBD> entour<75>e de {0}. Merci de corriger.
@@ -142,7 +141,6 @@ NewProcessWizard.failureText=Le Job n'a pas pu
ContextParameterPage.shouldPrompt=Invite pour une valeur
ContextParameterPage.prompt=Invite
EParameterName.Name=Nom
EParameterName.Name=Nom
EParameterName.onDatabaseFlag=Dans la base de donn<6E>es
ChangeMetadataCommand.messageDialog.propagate=Propager
ContextParameterPage.name=Nom
@@ -224,7 +222,6 @@ TalendEditorContextMenuProvider.Trigger=Trigger
ConnectionDeleteCommand.Label=Supprimer une connexion
Process.errorLoadingConnectionMessage=Des erreurs sont apparues apr<70>s la migration des connexions suivantes, merci de les v<>rifier \:
EParameterName.Author=Cr<EFBFBD><EFBFBD> par :
EParameterName.Author=Cr<EFBFBD><EFBFBD> par :
EParameterName.componentName=Nom du composant
SubjobBasicComposite.DialogTitle=Param<EFBFBD>tre du sous-job
DesignerPreferencePage.SubjobColorLabel=Couleur d'un sous-job
@@ -241,7 +238,6 @@ EParameterName.ConnectionFormat=Format de connexion
ExecuteSystemCommandCommand.Title=Commande ex<65>cut<75>e
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=D<EFBFBD>sactiver les Sous-job li<6C>s
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=La m<>tadonn<6E>e utilis<69>e dans le(s) composant(s) suivant(s) a <20>t<EFBFBD> modifi<66>e.\nS<6E>lectionnez le(s) composant(s) que vous voulez mettre <20> jour <20> partir du R<>f<EFBFBD>rentiel.
NewProcessWizard.title=Nouveau Job
CheckController.decoration.description=Valeur prise du r<>f<EFBFBD>rentiel
@@ -302,7 +298,6 @@ NoRepositoryDialog.Title=ERROR
StatsAndLogsComposite.ReloadMessages=Les param<61>tres actuels seront <20>cras<61>s. Voulez-vous continuer ?
EParameterName.propertyType=Type de propri<72>t<EFBFBD>
EParameterName.Status=Statut
EParameterName.Status=Statut
EParameterName.Log.Db=Logger dans une base de donn<6E>es
NodesPasteAction.paste=Coller
TalendEditorPaletteFactory.Tools=Outils
@@ -672,6 +667,7 @@ ExchangePreferencePage.checkTisLogonExchangeTitle=Ne plus me demander de me conn
ExchangePreferencePage.exchangeCheckUpdatesTitle=Me notifier lorsque des mises <20> jour sont disponibles.
ExchangePreferencePage.currentUserTitle=Utilisateur :
OoziePreferencePage.userName=Utilisateur
OoziePreferencePage.path=Chemin
OoziePreferencePage.nameNodeEndPoint=Endpoint du NameNode
OoziePreferencePage.jobTrackerEndPoint=Endpoint du JobTracker
OoziePreferencePage.oozieEndPoint=Endpoint Oozie
@@ -699,7 +695,9 @@ JavaSampleCodeFactory.askRegenerateCode=G
ProcessUpdateManager.Question=Question
PropertiesContextAction.disableParallelization=D<EFBFBD>sactiver la parall<6C>lisation
OpenExistVersionProcessWizard.windowTitle1=Ouvrir une autre version
Node.supportPartition=ce composant doit supporter le partitionnement <20> pr<70>sent.
OpenExistVersionProcess.open.title1=S<EFBFBD>lectionner une version <20> ouvrir
OpenExistVersionProcessPage.messageCreated1=Si cet <20>l<EFBFBD>ment est verrouill<6C> par un autre utilisateur, vous ne pouvez en cr<63>er de nouvelle version.
OpenExistVersionProcessPage.labelContent=(Le Job est verrouill<6C>, impossible de cr<63>er une nouvelle version.)
OpenExistVersionProcessWizard.labelContent=le Job est verrouill<6C>, impossible de cr<63>er une nouvelle version.
Node.checkTRunjobwithMRProcess=Le Job {1} est compatible uniquement avec une ex<65>cution ind<6E>pendante.
@@ -713,6 +711,9 @@ ModulesInstaller_title1=Liste des modules non install
ModulesInstaller_text2=Les composants s<>lectionn<6E>s requi<75>rent les modules tiers suivants
ModulesInstaller_title2=Liste des modules non install<6C>s pour les composants s<>lectionn<6E>s
PropertiesWizardPage.ItemExistsError=Cet <20>l<EFBFBD>ment existe d<>j<EFBFBD>. V<>rifiez la corbeille et videz-la si besoin.
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
PropertiesWizardPage.NameEmptyError=Le nom est vide.
PropertiesWizardPage.NameFormatError=Le nom contient des caract<63>res incorrects.
ColorsCodeViewerPreferencePage.Comment1Color=Couleur du commentaire1
ColorsCodeViewerPreferencePage.Comment2Color=Couleur du commentaire2
ColorsCodeViewerPreferencePage.FunctionColor=Couleur de la fonction
@@ -726,15 +727,23 @@ MetadataTypeLengthPreferencePage.FIELD=Param
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par d<>faut pour le type de donn<6E>es
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Type par d<>faut
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Longueur par d<>faut
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Type par d<>faut
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Longueur par d<>faut
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.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=Liste
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
ContextParameterProposal.ContextVariable=\n\nVariable de contexte.
ContextParameterProposal.Description=Description : {0}
ContextParameterProposal.NoCommentAvaiable=aucun commentaire disponible.
ContextParameterProposal.Type=\nType\: {1}
@@ -756,23 +765,70 @@ MissingSettingsMultiThreadDynamicComposite.installName=Installer
PaserRuleSelectionDialog.RULE_NAME=Nom de la r<>gle
PaserRuleSelectionDialog.RULE_TYPE=Type de r<>gle
PaserRuleSelectionDialog.RULE_VALUE=Valeur de la r<>gle
TracesConnectionUtils.connectionComment=Le sch<63>ma est vide ou non d<>fini.
GEFDeleteAction.deleteConnectionDialog.msg=Supprimer le lien ne met pas automatiquement <20> jour les Jobs utilisant \nce Joblet. Continuer ?
GEFDeleteAction.deleteConnectionDialog.toggleMsg=Ne plus montrer ce dialogue.
PasswordController.NewPassword=Saisissez un nouveau mot de passe
PasswordController.NoteConvention=Note : suivez la convention Java qui n<>cessite que le texte soit entour<75> de guillemets doubles.
NodeSelectedDialog.title=S<EFBFBD>lectionnez un n\u0153ud
NodeSelectedDialog.msg=S<EFBFBD>lectionnez un n\u0153ud.
ToggleOrientationAction_horizontal_label=&Horizontal
ToggleOrientationAction_horizontal_tooltip=Horizontal
ToggleOrientationAction_horizontal_description=Horizontal
ToggleOrientationAction_vertical_label=&Vertical
ToggleOrientationAction_vertical_tooltip=Vertical
ToggleOrientationAction_vertical_description=Vertical
ToggleOrientationAction_automatic_label=&Automatique
ToggleOrientationAction_automatic_tooltip=Automatique
ToggleOrientationAction_automatic_description=Automatique
ToggleOrientationAction_single_tooltip=Hi<EFBFBD>rarchie seulement
ToggleOrientationAction_single_description=Hi<EFBFBD>rarchie seulement
ToggleViewAction_vajhierarchy_label=Hi<EFBFBD>rarchie du &Type
ToggleViewAction_vajhierarchy_tooltip=Afficher la hi<68>rarchie du type
ToggleViewAction_vajhierarchy_description=Afficher la hi<68>rarchie du type
WorkbenchMessages.SelectionDialog_selectLabel=&S<>lectionner tout
WorkbenchMessages.SelectionDialog_deselectLabel=&D<>s<EFBFBD>lectionner tout
MarkerMessages.Category_One_Item_Label={0} (1 <20>l<EFBFBD>ment)
MarkerMessages.Category_Label={0} ({1} <20>l<EFBFBD>ments)
MarkerMessages.ProblemView_Type=&Type
Node.canNotMultiKindTableOutput=Ce composant ne peut utiliser les types de sortie "{0}" et "{1}" en m<>me temps.
Node.hasMoreThenOneColumn=La table ({0}) a plus d'une colonne.
NodePart_componentNotLoaded=Le composant n'est pas charg<72>
PerformancePreferencePage.autoCheckField=V<EFBFBD>rification auto de SVN pour d<>tecter la mise <20> jour
PerformancePreferencePage.autoCheckTime=D<EFBFBD>tecter les mises <20> jour toutes les (secondes)
TalendEditorPaletteFactory.palette.favorites=Favoris
TalendEditorPaletteFactory.palette.recentlyUsed=R<EFBFBD>cemment utilis<69>
PaletteSettingsPreferencePage.paletteSettingsSearchResultLimitFromHelp=Limite des r<>sultats de l'aide
UpdateHelpIndexJob.title=Indexation de l'aide locale...
PropertiesWizardPage.SameAsProjectname=Le nom est le m<>me que celui du projet.
DesignerPreferencePage.JobletColorGroup=Joblet
CreateProcess.action.createStandardJob=Cr<EFBFBD>er un Job standard
MainComposite.NameSection.Name=Nom
MainComposite.VersionAuthorSection.authorLabel=Auteur
MainComposite.VersionAuthorSection.versionLabel=Version
MainComposite.JobTypeSection.jobTypeLabel=Type de Job
MainComposite.JobFrameworkSection.jobFrameworkLabel=Framework
MainComposite.PurposeStatusSection.purposeLabel=Objectifs
MainComposite.PurposeStatusSection.statusLabel=Statut
MainComposite.DescriptionSection.Label=Description
MainComposite.DateSection.ModificationLabel=Modification
MainComposite.DateSection.creationLabel=Cr<EFBFBD>ation
MainComposite.ItemExistsError=Cet <20>l<EFBFBD>ment existe d<>j<EFBFBD>. V<>rifiez dans la Corbeille et videz-la si n<>cessaire.
MainComposite.KeywordsError=Le nom n'est pas un identifiant valide.
MainComposite.NameEmptyError=Le nom est vide.
MainComposite.NameFormatError=Le nom contient des caract<63>res incorrects.
MainComposite.SameAsProjectname=Le nom est le m<>me que celui du projet.
EOozieParameterName.propertyType=Type de propri<72>t<EFBFBD>
EOozieParameterName.hadoopDistribution=Distribution Hadoop
EOozieParameterName.hadoopVersion=Version d'Hadoop
EOozieParameterName.enableKerberos=Activer la s<>curit<69> Kerberos
EOozieParameterName.nameNodePrincipal=Principal du NameNode
EOozieParameterName.userName=Nom d'utilisateur
EOozieParameterName.group=Groupe
EOozieParameterName.useKeytab=Utiliser un Keytab pour l'authentification
EOozieParameterName.ktPrincipal=Principal
EOozieParameterName.keytab=KeyTab
EOozieParameterName.enableOoKerberos=Activer la s<>curit<69> Kerberos
EOozieParameterName.nameNodeEndPoint=Endpoint du NameNode
EOozieParameterName.jobTrackerEndPoint=Endpoint du JobTracker
EOozieParameterName.oozieEndPointValue=Endpoint Oozie
@@ -782,13 +838,31 @@ EParameterName.namespaces=Espaces de noms
EParameterName.xpathPrefix=Pr<EFBFBD>fixe
Node.checkSparkMLComponentVersion14=Ce composant n<>cessite la version Spark 1.4 ou sup<75>rieure
Node.checkSparkMLComponentVersion15=Ce composant n<>cessite la version Spark 1.5 ou sup<75>rieure
Node.inputMustNotBeAMappingField=Le champ d'entr<74>e ({0}) est utilis<69> dans le mapping. Ce champ doit rester blanc.
PerformancePreferencePage.autoRefreshLocksField=Rafra<EFBFBD>chissement automatique des verrous
AbstractSchemaController.copyChildSchema=Copier le sch<63>ma du Job fils
AbstractSchemaController.copyChildSchema.tooltip=Importer le sch<63>ma du tBufferOutput <20> partir du Job fils.
AbstractSchemaController.editSchema=Modifier le sch<63>ma
AbstractSchemaController.resetButton.tooltip=Cela prend automatiquement les colonnes du composant pr<70>c<EFBFBD>dent
AbstractSchemaController.schemaOf=Sch<EFBFBD>ma du
AbstractSchemaController.syncColumns=Sync colonnes
AbstractSchemaController.validationrule.title.confirm=Confirmer
AbstractSchemaController.validationrule.selectBuildInMsg=Si vous s<>lectionnez Built-In, la r<>gle de validation sous le composant sera perdue. Continuer ?
AbstractSchemaController.validationrule.selectMetadataMsg=La m<>tadonn<6E>e s<>lectionn<6E>e ne contient pas de r<>gle de validation. La r<>gle de validation sera perdue si vous la s<>lectionnez. Continuer ?
AbstractSchemaController.validationrule.cannotApplyValMsg=Impossible d'appliquer la r<>gle de validation au composant car aucun de ses sch<63>mas n'utilise la r<>gle de validation.
AbstractSchemaController.connectionNotAvaliable=La connexion n'est pas configur<75>e ou est mal configur<75>e dans le composant
AbstractSchemaController.inputNotSet=Connexion d'entr<74>e non d<>finie
AbstractBasicComponent.builtIn=Built-in
AbstractBasicComponent.repository=R<EFBFBD>f<EFBFBD>rentiel
PerformancePreferencePage.generateLatestVersion=G<EFBFBD>n<EFBFBD>rer la derni<6E>re version de la documentation du Job/Joblet
ImportExportPreferencePage.rebuildRelationships=Reconstruire les relations des <20>l<EFBFBD>ments lors de l'export.
AbstractMultiPageTalendEditor.readonlyMessage=Impossible de sauvegarder le Job. Le Job ou le projet est en lecture seule.
MainComposite.JobTypeSection.jobletTypeLabel=Type de Joblet
ProcessController.UseDynamicJobSelectionDialog.message=Le param<61>tre de contexte sera r<>cup<75>r<EFBFBD> du Job : {0}.
GuessSchemaController.schemaOf=Sch<EFBFBD>ma de
Node.notFormedLoop=Les composants connect<63>s dans un Job ne doivent pas former de boucle ferm<72>e.
AbstractSchemaController.schema.title=Sch<EFBFBD>ma de {0}
DeploymentComposite.versionLabel=Utiliser version personnalis<69>e
DeploymentComposite.valueWarning=Valeur invalide.
ComponentRefController.connectionLabel=Composant de connexion
DeploymentComposite.snapshotLabel=Utiliser le snapshot

View File

@@ -120,7 +120,6 @@ PropertiesWizardPage.Version.Minor=M
QueryTypeController.alert=Upozorenje
QueryTypeController.nothingToGuess=Ni\u0161ta za pogoditi.
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Dodaj
SQLPatternComposite.delete=Obri\u0161i
TalendLaunchToolbarAction.noAvailableItem=Niti jedna stavka koja se izvr\u0161ava nije dostupna.
WSDL2JAVAController.TOS=Talend Open Studio

View File

@@ -166,7 +166,6 @@ CreateNodeCommand.Label=Creare nodo
EParameterName.fileNameStats=Nome file statistiche
ConnectionReconnectCommand.LabelSource=Spostare la connessione d'origine
Problems.category.routines=Routine
EmfComponent.Count=conta
ComboController.valueFromRepository=Valore ripreso dal repository
EParameterName.schemaDb=Schema
ProblemsView.resource=Risorsa
@@ -463,7 +462,6 @@ ReloadFromProjectSettings=&Ricarica dalle impostazioni del progetto
ReloadFromProjectSettingsMessages=L'attuale impostazione sar<61> sovrascritta. Vuoi continuare?
ReloadFromProjectSettingsToolTipText=Ricarica valori dalla pagina di impostazione del progetto (Shift+R)
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Aggiungi
SQLPatternComposite.delete=Rimuovi
SQLPatternComposite.down=Gi<EFBFBD>
SQLPatternComposite.forbidModification=Modifica proibita suil sistema del template sql. Vuoi crearne una ora?

View File

@@ -3,22 +3,22 @@ AdvancedContextComposite.Name=\u540D\u524D
EParameterName.tableMeter=\u30E1\u30FC\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB
EParameterName.password=\u30D1\u30B9\u30EF\u30FC\u30C9
DesignerPreferencePage.display.useRepositoryName=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u30C9\u30E9\u30C3\u30B0\u30A2\u30F3\u30C9\u30C9\u30ED\u30C3\u30D7\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30E9\u30D9\u30EB\u3068\u3057\u3066\u30EA\u30DD\u30B8\u30C8\u30EA\u540D\u3092\u4F7F\u7528
UpdateDetectionDialog.Expand=\u3059\u3079\u3066\u5C55\u958B\u3059\u308B
UpdateDetectionDialog.Expand=\u3059\u3079\u3066\u5C55\u958B
EParameterName.CurrentOS=\u73FE\u5728\u306EOS
CodeView.Error=/// \u5229\u7528\u3067\u304D\u308B\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093
EParameterName.Activate=\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
EParameterName.Activate=\u6709\u52B9\u5316
CodeView.All=\u3059\u3079\u3066
SubjobBasicComposite.RestoreTip=\u57FA\u672C\u8A2D\u5B9A\u30DA\u30FC\u30B8\u304B\u3089\u8272\u3092\u5FA9\u5143\u3057\u307E\u3059\u3002
EParameterName.catchRuntimeErrors=\u30E9\u30F3\u30BF\u30A4\u30E0\u30A8\u30E9\u30FC\u306E\u30AD\u30E3\u30C3\u30C1
EParameterName.Platform=\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0
EParameterName.FileName=\u30D5\u30A1\u30A4\u30EB\u540D/\u30B9\u30C8\u30EA\u30FC\u30E0
EParameterName.catchRuntimeErrors=\u30E9\u30F3\u30BF\u30A4\u30E0\u30A8\u30E9\u30FC\u3092\u30AD\u30E3\u30C3\u30C1
EParameterName.Platform=Platform
EParameterName.FileName=\u30D5\u30A1\u30A4\u30EB\u540D
ContextParameterPage.description=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306E\u4F5C\u6210
CodeView.Main=\u30E1\u30A4\u30F3
DeleteNoteCommand.Name=\u6CE8\u8A18\u306E\u524A\u9664
ProblemsView.description=\u8AAC\u660E
ConnectionSetAsMainRef.mainLabel=\u63A5\u7D9A\u3092\u30E1\u30A4\u30F3\u306B\u8A2D\u5B9A
UpdateDetectionDialog.Collapse=\u5168\u3066\u6298\u308A\u7573\u3080
EParameterName.FieldSeparator=\u30D5\u30A3\u30FC\u30EB\u30C9\u533A\u5207\u308A\u8A18\u53F7
EParameterName.FieldSeparator=\u30D5\u30A3\u30FC\u30EB\u30C9\u533A\u5207\u308A
GEFDeleteAction.DeleteItems=\u9805\u76EE\u306E\u524A\u9664
ResizeNoteCommand.Name=Note\u306E\u30EA\u30B5\u30A4\u30BA
EParameterName.Log=\u30ED\u30B0
@@ -27,7 +27,7 @@ SendBackwardAction.sendBackward=\u80CC\u9762\u3078\u79FB\u52D5
AdvancedContextComposite.Code=\u30B3\u30FC\u30C9
CommandController.CommandLabel=\u8D77\u52D5...
ContextModifyCommand.label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u66F4
DesignerPreferencePage.propertyCodeCheck=\u30B3\u30FC\u30C9\u751F\u6210\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u30C1\u30A7\u30C3\u30AF (\u7121\u52B9\u306B\u3059\u308B\u3068\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u4F5C\u6210\u304C\u3088\u308A\u901F\u304F\u306A\u308A\u307E\u3059)
DesignerPreferencePage.propertyCodeCheck=\u30B3\u30FC\u30C9\u751F\u6210\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u30C1\u30A7\u30C3\u30AF\uFF08\u7121\u52B9\u306B\u3059\u308B\u3068\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u3088\u308A\u65E9\u304F\u4F5C\u6210\u3057\u307E\u3059\uFF09
ConnectionCreateAction.dialogMessage=\u65B0\u3057\u3044\u51FA\u529B\u540D\uFF1F
ContextChangeDefaultCommand.label=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u66F4
ActivateSubjobAction.DeactivateComplete=\u63A5\u7D9A\u306E\u3042\u308B\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u5168\u3066\u7121\u52B9\u5316
@@ -35,9 +35,8 @@ EParameterName.Level.Log.File=\u30EC\u30D9\u30EB
ToggleSubjobsAction.LABEL=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u5207\u308A\u66FF\u3048
EParameterName.schemaOptions=\u30B9\u30AD\u30FC\u30DE\u30AA\u30D7\u30B7\u30E7\u30F3
EParameterName.Purpose=\u76EE\u7684
EParameterName.Purpose=\u76EE\u7684
MultiPageEditorContributor.Grid=\u30b0\u30ea\u30c3\u30c9 (&G)
EParameterName.tableLogs=\u30ED\u30B0\u30C6\u30FC\u30D6\u30EB
MultiPageEditorContributor.Grid=\u30B0\u30EA\u30C3\u30C9 (&G)
EParameterName.tableLogs=\u30E6\u30FC\u30B6\u30FC\u30ED\u30B0\u30C6\u30FC\u30D6\u30EB
SqlMemoController.QueryError.infoMsg=\u3053\u306E\u30AF\u30A8\u30EA\u30FC\u306B\u306F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC \uFF08$_context\u7B49\uFF09\u3092\u542B\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3001\n \u307E\u305F\u306F\u3001\u3053\u306E\u30AF\u30A8\u30EA\u306F {0} \u3067\u56F2\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u4FEE\u6B63\u3057\u3066\u304F\u3060\u3055\u3044\u3002
NodeBreakpointAction.removeBreakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8\u306E\u524A\u9664
ChangeActivateStatusNodeCommand.Label.Active=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u6709\u52B9\u5316
@@ -50,7 +49,7 @@ ChangeMetadataCommand.changeMetadataValues=\u30E1\u30BF\u30C7\u30FC\u30BF\u5024\
ActivateSubjobAction.ActivateComplete=\u63A5\u7D9A\u306E\u3042\u308B\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u5168\u3066\u6709\u52B9\u5316
MergeOrderDialog.CurrentOrderConnection=\u63A5\u7D9A\u306E\u73FE\u5728\u306E\u9806\u5E8F
EParameterName.port=\u30DD\u30FC\u30C8
CreateProcess.createJob=\u30b8\u30e7\u30d6\u306e\u4f5c\u6210
CreateProcess.createJob=\u30B8\u30E7\u30D6\u306E\u4F5C\u6210
EParameterName.componentList=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30EA\u30B9\u30C8
EParameterName.ModuleList=\u30E2\u30B8\u30E5\u30FC\u30EB\u30EA\u30B9\u30C8
ConnectionCreateAction.dialogTitle=\u51FA\u529B
@@ -58,14 +57,14 @@ DesignerPreferencePage.component.defaultLabel=\u30B3\u30F3\u30DD\u30FC\u30CD\u30
EParameterName.schemaType=\u30B9\u30AD\u30FC\u30DE
EParameterName.tableStats=\u7D71\u8A08\u30C6\u30FC\u30D6\u30EB
EParameterName.Family=\u30D5\u30A1\u30DF\u30EA
UpdateDetectionDialog.Remarks=\u6CE8\u91C8
CreateProcessCommand.createJob=\u30b8\u30e7\u30d6\u306e\u4f5c\u6210
UpdateDetectionDialog.Remarks=\u5099\u8003
CreateProcessCommand.createJob=\u30B8\u30E7\u30D6\u306E\u4F5C\u6210
EParameterName.Level.Log.Stdout=\u30EC\u30D9\u30EB
MergeOrderDialog.MoveUp=\u4E0A\u306B\u79FB\u52D5
Problems.category.jobs=\u30B8\u30E7\u30D6
EditProcess.editJob=\u30B8\u30E7\u30D6\u306E\u7DE8\u96C6
NodesCopyAction.label=\u30B3\u30D4\u30FC
EParameterName.fileNameLogs=\u30ED\u30B0\u30D5\u30A1\u30A4\u30EB\u540D
EParameterName.fileNameLogs=\u30E6\u30FC\u30B6\u30FC\u30ED\u30B0\u30D5\u30A1\u30A4\u30EB\u540D
PropertyChangeCommand.Label=\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4
TextNoteSection.Label=\u30C6\u30AD\u30B9\u30C8
AbstractElementPropertySectionController.fieldRequired=\u3053\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u306F\u5FC5\u9808\u3067\u3059\u3002
@@ -75,11 +74,11 @@ EParameterName.PrintOperations=\u8868\u793A\u64CD\u4F5C
ConfigureConnParamDialog.DialogLabel=\u63A5\u7D9A\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u69CB\u6210
Problems.category.infos=\u30A4\u30F3\u30D5\u30A9\u30E1\u30FC\u30B7\u30E7\u30F3
Process.Job=\u30B8\u30E7\u30D6
ReadProcess.label=\u30b8\u30e7\u30d6\u306e\u8aad\u8fbc\u307f
PropertiesContextAction.Properties=\u8A2D\u5B9A
NotesPasteCommand.label=\u8CBC\u308A\u4ED8\u3051
ReadProcess.label=\u30B8\u30E7\u30D6\u306E\u8AAD\u8FBC\u307F
PropertiesContextAction.Properties=\u57FA\u672C\u8A2D\u5B9A
NotesPasteCommand.label=\u8CBC\u4ED8\u3051
Process.metadataModificationDetected=\u30E1\u30BF\u30C7\u30FC\u30BF\u306E\u5909\u66F4\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F
NodeSetActivateAction.Activate=\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
NodeSetActivateAction.Activate=\u6709\u52B9\u5316
DeleteNodeCommand.Label=\u30CE\u30FC\u30C9\u306E\u524A\u9664
Process.components.notloaded=\u8907\u6570\u306E\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 <{0}> \u304C\u30ED\u30FC\u30C9\u3055\u308C\u3066\u3044\u306A\u3044\u306E\u3067\u3001\u30D7\u30ED\u30BB\u30B9\u3092\u958B\u59CB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093
EditProcess.openJob=\u30B8\u30E7\u30D6\u3092\u958B\u304F
@@ -89,8 +88,8 @@ ContextRepositoryCommand.modifyContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306
EParameterName.DisableWarnings=\u8B66\u544A\u306E\u7121\u52B9\u5316
ChangeConnTextCommand.Label=\u63A5\u7D9A\u30E9\u30D9\u30EB\u306E\u5909\u66F4
TalendEditorPaletteFactory.Note=\u30CE\u30FC\u30C8
EParameterName.tStatCatcherStats=tStatCatcher\u7D71\u8A08
EParameterName.LoadNewVariableLabel=\u5909\u6570\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u3066\u3044\u308B\u304C\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u306A\u3044\u5834\u5408
EParameterName.tStatCatcherStats=tStatCatcher\u7D71\u8A08\u60C5\u5831
EParameterName.LoadNewVariableLabel=\u5909\u6570\u3092\u30ED\u30FC\u30C9\u3059\u308B\u5834\u5408\u306F\u3001\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
EParameterName.startable=\u958B\u59CB\u53EF\u80FD
MultiPageEditorContributor.Snap=\u56F3\u5F62\u5EA7\u6A19\u3078\u306E\u4F4D\u7F6E\u5408\u308F\u305B (&M)
ProblemsView.severity=\u91CD\u5927\u5EA6 (&S)
@@ -100,7 +99,7 @@ ChangeConnectionStatusCommand.setLinkRef=\u30EA\u30F3\u30AF\u3092\u30EB\u30C3\u3
Note.DefaultText=\u30C6\u30AD\u30B9\u30C8
DesignerColorsPreferencePage.ConnectionColorMessages=\u30EA\u30F3\u30AF\u306E\u8272\u3092\u5909\u66F4\u3057\u305F\u3089\u3001\u5909\u66F4\u3092\u6709\u52B9\u306B\u3059\u308B\u305F\u3081\u306B\u73FE\u5728\u306E\u30B8\u30E7\u30D6\u3092\u518D\u8D77\u52D5\u3057\u3066\u304F\u3060\u3055\u3044\u3002
MultiPageEditorContributor.runMenu=\u5B9F\u884C
EParameterName.uniqueName=\u30E6\u30CB\u30FC\u30AF\u306A\u540D\u524D
EParameterName.uniqueName=\u30E6\u30CB\u30FC\u30AF\u540D
ExternalNodeChangeCommand.propagateMessage=\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F
EParameterName.FromFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089
EParameterName.connectionList=\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9\u63A5\u7D9A
@@ -109,42 +108,41 @@ ChangeNoteTextCommand.Name=\u30CE\u30FC\u30C8\u306E\u30C6\u30AD\u30B9\u30C8\u306
EParameterName.HintFormat=\u30D2\u30F3\u30C8\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8
NodeBreakpointAction.addBreakPoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8\u306E\u8FFD\u52A0
EParameterName.preview=\u30D7\u30EC\u30D3\u30E5\u30FC
ConfigureConnParamDialog.ContextText=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 \:
EParameterName.UseStatistics=\u7d71\u8a08\u306e\u4f7f\u7528 (tStatCatcher)
ConfigureConnParamDialog.ContextText=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 :
EParameterName.UseStatistics=\u7D71\u8A08\u60C5\u5831\u30ED\u30B0\u306E\u4F7F\u7528\uFF08tStatCatcher\uFF09
StatsAndLogsComposite.StatsLogsSettings=\u7D71\u8A08\u60C5\u5831\u3068\u30ED\u30B0\u8A2D\u5B9A
NodesPasteCommand.label=\u8CBC\u308A\u4ED8\u3051
ExternalNodeChangeCommand.modifaicationFrom=\u5909\u66F4\u5143 \:
NodesPasteCommand.label=\u8CBC\u4ED8\u3051
ExternalNodeChangeCommand.modifaicationFrom=\u5909\u66F4\u5143 :
EmfComponent.Time=\u6642\u9593
ContextParameterExtractor.ExistedMessages=\u3044\u304F\u3064\u304B\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u304C {0} \u306B\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002
TextController.decoration.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u53D6\u5F97\u3057\u305F\u5024
StatsAndLogsComposite.SaveToolTipText=\u57FA\u672C\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u5024\u3092\u4FDD\u5B58 (Shift+S)
NodeReturn.Availability.FLOW=\u30D5\u30ED\u30FC
CodeView.MultipleComponentError=/// \u5229\u7528\u3067\u304D\u308B\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093 \n/// \u8907\u6570\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30B3\u30FC\u30C9\u3092\u3000\n/// \u8868\u793A\u3067\u304D\u307E\u305B\u3093
EParameterName.onFileFlag=\u30D5\u30A1\u30A4\u30EB\u3078\u51FA\u529B
EParameterName.onFileFlag=\u30D5\u30A1\u30A4\u30EB\u306B\u51FA\u529B
JobHierarchyMessages.JobHierarchyViewPart_title=\u30B8\u30E7\u30D6 {1}\u3001\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 {2}
ParallelExecutionCommand.numberInvalid=\u6570\u5024\u304C\u7121\u52B9\u3067\u3059\u3002
ChangeActivateStatusSubjobCommand.Label.ActiveComplete=\u63A5\u7D9A\u306E\u3042\u308B\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u5168\u3066\u6709\u52B9\u5316
ChangeMetadataCommand.messageDialog.questionMessage=\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F
ChangeActivateStatusNodeCommand.Label.Deactive=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u7121\u52B9\u5316
EParameterName.user=\u30E6\u30FC\u30B6\u30FC
ParallelExecutionCommand.Parallel=\u4E26\u5217\u51E6\u7406\u5316
ParallelExecutionCommand.Parallel=\u4E26\u5217
SendToBackAction.sendToBack=\u6700\u80CC\u9762\u3078\u79FB\u52D5
TalendEditorPaletteFactory.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
EParameterName.fromDatabaseFlag=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u304B\u3089
ContextRemoveParameterCommand.label=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306E\u524A\u9664
ContextRemoveParameterCommand.label=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u3092\u524A\u9664
ContextParameterExtractor.ExistedTitle=\u30A8\u30E9\u30FC
EParameterName.UseVolumetrics=\u30DC\u30EA\u30E5\u30FC\u30E1\u30C8\u30EA\u30C3\u30AF\u30B9\u306E\u4F7F\u7528 (tFlowMeterCatcher)
EParameterName.UseVolumetrics=\u6D41\u91CF\u30E1\u30FC\u30BF\u30FC\u306E\u4F7F\u7528 (tFlowMeterCatcher)
ChangeConnectionStatusCommand.setLinkMain=\u30EA\u30F3\u30AF\u3092\u30E1\u30A4\u30F3\u306B\u8A2D\u5B9A
MergeOrderDialog.ModifyMergeOrder=- \u30DE\u30FC\u30B8\u306E\u9806\u5E8F\u3092\u5909\u66F4
DesignerPreferencePage.largeIconsSize=\u30A2\u30A4\u30B3\u30F3\u306E\u30B5\u30A4\u30BA \:
DesignerPreferencePage.largeIconsSize=\u30A2\u30A4\u30B3\u30F3\u306E\u30B5\u30A4\u30BA :
ContextRenameParameterCommand.renameParameter=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306E\u30EA\u30CD\u30FC\u30E0
Process.component.notloaded=\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 <{0}> \u304C\u30ED\u30FC\u30C9\u3055\u308C\u3066\u3044\u306A\u3044\u306E\u3067\u3001\u30D7\u30ED\u30BB\u30B9\u3092\u958B\u59CB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093
RunProcess.runJob=\u30B8\u30E7\u30D6\u306E\u5B9F\u884C
RunProcess.runJob=\u30B8\u30E7\u30D6\u3092\u5B9F\u884C
NewProcessWizard.failureText=\u30B8\u30E7\u30D6\u306F\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F
ContextParameterPage.shouldPrompt=\u30D7\u30ED\u30F3\u30D7\u30C8\u306E\u5024
ContextParameterPage.prompt=\u30D7\u30ED\u30F3\u30D7\u30C8
EParameterName.Name=\u540D\u524D
EParameterName.Name=\u540D\u524D
EParameterName.onDatabaseFlag=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u3078\u51FA\u529B
ChangeMetadataCommand.messageDialog.propagate=\u53CD\u6620
ContextParameterPage.name=\u540D\u524D
@@ -155,22 +153,22 @@ StatsAndLogsComposite.SavePreferenceMessages=\u73FE\u5728\u306E\u57FA\u672C\u8A2
StatsAndLogsComposite.ReloadToolTipText=\u57FA\u672C\u8A2D\u5B9A\u30DA\u30FC\u30B8\u304B\u3089\u5024\u3092\u30EA\u30ED\u30FC\u30C9 (Shift+R)
ContextParameterPage.nameEmpty=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u540D\u304C\u7A7A\u3067\u3059\u3002
JobHierarchyMessages.JobHierarchyViewPart_createinput="{0}" \u306E\u968E\u5C64\u30BF\u30A4\u30D7\u306E\u751F\u6210\u4E2D...
UpdateDetectionDialog.Messages=\u4EE5\u4E0B\u306E\u9805\u76EE\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\n\n(*) \:\u3000\u30B8\u30E7\u30D6\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
UpdateDetectionDialog.Messages=\u4EE5\u4E0B\u306E\u9805\u76EE\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\n\n(*) :\u3000\u30B8\u30E7\u30D6\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
EParameterName.condition=\u6761\u4EF6
SubjobBasicComposite.SaveTip=\u57FA\u672C\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u8272\u3092\u4FDD\u5B58
ContextParameterWizard.title=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
ResizeNodeCommand.Name=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30EA\u30B5\u30A4\u30BA
DesignerPreferencePage.viewOptions=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u8A2D\u5B9A\u30BF\u30D6\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\uFF1A
TalendEditorPaletteFactory.CreateNote=\u30CE\u30FC\u30C8\u306E\u4F5C\u6210
EmfComponent.Perf=\u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9
EmfComponent.Perf=Perf
MergeOrderDialog.Order=\u9806\u5E8F
DesignerPreferencePage.display.hiddenComponents=\u975e\u8868\u793a\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8868\u793a\u3059\u308b\u3002(\u518d\u8d77\u52d5\u304bCtrl+Shift+F3\u3092\u4f7f\u7528)
DesignerPreferencePage.display.hiddenComponents=\u975E\u8868\u793A\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u8868\u793A\u3059\u308B\u3002(\u518D\u8D77\u52D5\u304BCtrl+Shift+F3\u3092\u4F7F\u7528)
EParameterName.UseLogs=\u30E6\u30FC\u30B6\u30FC\u30ED\u30B0\u306E\u4F7F\u7528 (tLogCatcher)
ConnectionSetAsMainRef.lookupLabel=\u63A5\u7D9A\u3092\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7\u306B\u8A2D\u5B9A
Process.errorLoadingConnectionTitle=\u30B8\u30E7\u30D6\u306E\u30ED\u30FC\u30C9\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
MoveNodeCommand.Label=\u30CE\u30FC\u30C9\u306E\u79FB\u52D5
CreateNoteCommand.Name=\u30CE\u30FC\u30C8\u306E\u4F5C\u6210
MultiPageTalendEditor.InvalidInput=\u7121\u52B9\u306A\u5165\u529B \: IFileEditorInput \u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
MultiPageTalendEditor.InvalidInput=\u7121\u52B9\u306A\u5165\u529B : IFileEditorInput \u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
DesignerPreferencePage.hintShowed=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u8868\u793A
CreateNodeCommand.Label=\u30CE\u30FC\u30C9\u306E\u4F5C\u6210
EParameterName.fileNameStats=\u7D71\u8A08\u30D5\u30A1\u30A4\u30EB\u540D
@@ -182,38 +180,38 @@ ProblemsView.resource=\u30EA\u30BD\u30FC\u30B9
ConnectionCreateAction.error=\u30A8\u30E9\u30FC
OpaqueNoteSection.Label=\u4E0D\u900F\u660E\u5EA6
ProblemsView.problems.defaultTitle=\u554F\u984C
EParameterName.Log.File=\u30D5\u30A1\u30A4\u30EB\u306B\u30ED\u30B0\u51FA\u529B
EParameterName.Log.File=\u30D5\u30A1\u30A4\u30EB\u306B\u30ED\u30B0\u3092\u51FA\u529B
ChangeNodeTextCommand.Label=\u63A5\u7D9A\u30E9\u30D9\u30EB\u306E\u5909\u66F4
ConnectionReconnectCommand.LabelTarget=\u63A5\u7D9A\u5148\u3092\u79FB\u52D5
SubjobBasicComposite.RestoreLabel=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272\u306E\u5FA9\u5143
EParameterName.help=\u30D8\u30EB\u30D7
Category_Label={0}\uFF08{1}\u30A2\u30A4\u30C6\u30E0\uFF09
Category_Label={0} ({1}\u30A2\u30A4\u30C6\u30E0)
Problems.category.errors=\u30A8\u30E9\u30FC
ActivateSubjobAction.ActivatePart=\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u6709\u52B9\u5316
ContextParameterPage.promptEmpty=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u30D7\u30ED\u30F3\u30D7\u30C8\u304C\u7A7A\u3067\u3059\u3002
ContextParameterPage.typeEmpty=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306B\u578B\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
EParameterName.mapping=\u30DE\u30C3\u30D4\u30F3\u30B0
EParameterName.mapping=Mapping
ContextAddParameterCommand.label=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306E\u8FFD\u52A0
EParameterName.catchUserErrors=\u30E6\u30FC\u30B6\u30A8\u30E9\u30FC\u306E\u30AD\u30E3\u30C3\u30C1
ContextProcessSection2.context=CONTEXT\:
EParameterName.catchUserErrors=\u30E6\u30FC\u30B6\u30A8\u30E9\u30FC\u3092\u30AD\u30E3\u30C3\u30C1
ContextProcessSection2.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8:
EParameterName.dbVersion=DB Version
EParameterName.LabelFormat=\u30E9\u30D9\u30EB\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8
ConfigureConnParamDialog.ContextLabel=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 \:
ConfigureConnParamDialog.ContextLabel=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF1A
EParameterName.dbType=DB\u30BF\u30A4\u30D7
EParameterName.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
ProcessUpdateManager.ReadOnlyProcessUpdateWarningMessages=\u3053\u306E\u30B8\u30E7\u30D6\u306F\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u66F4\u65B0\u304C\u5FC5\u8981\u3067\u3059\u304C\u3001\u30B8\u30E7\u30D6\u304C\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u306E\u5834\u5408\u306F\u66F4\u65B0\u3067\u304D\u307E\u305B\u3093\u3002
ModifyMergeOrderAction.actionText=\u30DE\u30FC\u30B8\u306E\u9806\u5E8F\u306E\u5909\u66F4
Category_One_Item_Label={0}\uFF08{1}\u30A2\u30A4\u30C6\u30E0\uFF09
EmfComponent.builtIn=\u7D44\u307F\u8FBC\u307F
EParameterName.ImplicitContextLoad=\u6697\u9ED9\u7684\u306A tContextLoad
EParameterName.ImplicitContextLoad=\u6697\u9ED9\u7684\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u8AAD\u307F\u8FBC\u307F
UpdateDetectionDialog.Title=\u66F4\u65B0\u306E\u691C\u51FA
EParameterName.generateCode=\u30B3\u30FC\u30C9\u306E\u751F\u6210
SubjobBasicComposite.SaveLabel=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272\u3068\u3057\u3066\u4FDD\u5B58
ContextProcessSection2.contextType=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30BF\u30A4\u30D7
EParameterName.catchRealtimeStats=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7D71\u8A08\u306E\u30AD\u30E3\u30C3\u30C1
EParameterName.catchRealtimeStats=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7D71\u8A08\u60C5\u5831\u3092\u30AD\u30E3\u30C3\u30C1
ContextProcessSection.ChangeDefault=\u3053\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u3068\u3057\u3066\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u524A\u9664\u3059\u308B\u306B\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002
EParameterName.encodingType=\u30A8\u30F3\u30B3\u30FC\u30C9
DesignerPreferencePage.defaultFilePathDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30D5\u30A1\u30A4\u30EB\u30D1\u30B9 \:
EParameterName.encodingType=\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0
DesignerPreferencePage.defaultFilePathDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30D5\u30A1\u30A4\u30EB\u30D1\u30B9 :
ExtraComposite.ImplicitContextSettings=\u6697\u9ED9\u7684\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u8AAD\u307F\u8FBC\u307F\u306E\u8A2D\u5B9A
AbstractElementPropertySectionController.syntaxError=\u69CB\u6587\u30A8\u30E9\u30FC\uFF1A
Process.componentsUnloaded=\u3044\u304F\u3064\u304B\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A2\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3057\u305F
@@ -224,10 +222,9 @@ ChangeNoteOpacityCommand.Name=\u30CE\u30FC\u30C8\u306E\u4E0D\u900F\u660E\u5EA6\u
Problems.category.warnings=\u8B66\u544A
TalendEditorContextMenuProvider.Trigger=\u30C8\u30EA\u30AC\u30FC
ConnectionDeleteCommand.Label=\u63A5\u7D9A\u306E\u524A\u9664
Process.errorLoadingConnectionMessage=\u4EE5\u4E0B\u306E\u63A5\u7D9A\u306B\u79FB\u884C\u5F8C\u3001\u3044\u304F\u3064\u304B\u306E\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3002\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\:\u3000
Process.errorLoadingConnectionMessage=\u4EE5\u4E0B\u306E\u63A5\u7D9A\u306B\u79FB\u884C\u5F8C\u3001\u3044\u304F\u3064\u304B\u306E\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3002\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044:\u3000
EParameterName.Author=\u4F5C\u6210\u8005
EParameterName.Author=\u4F5C\u6210\u8005
EParameterName.componentName=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u540d
EParameterName.componentName=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D
SubjobBasicComposite.DialogTitle=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8A2D\u5B9A
DesignerPreferencePage.SubjobColorLabel=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8272
ActivateSubjobAction.DeactivatePart=\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u7121\u52B9\u5316
@@ -237,22 +234,21 @@ MultiPageEditorContributor.runProcess=\u30B8\u30E7\u30D6\u306E\u5B9F\u884C
ConnectionCreateAction.errorCreateConnectionName="{0}" \u306F\u6709\u52B9\u3067\u306A\u3044\u304B\u91CD\u8907\u3057\u3066\u3044\u307E\u3059\u3002
DisplaySubjobCommand.DisplaySubjob=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8868\u793A
ContextParameterPage.title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
NodeReturn.Availability.AFTER=\u5F8C
EmfComponent.repository=\u30ea\u30dd\u30b8\u30c8\u30ea
NodeReturn.Availability.AFTER=\u5B9F\u884C\u5F8C
EmfComponent.repository=\u30EA\u30DD\u30B8\u30C8\u30EA
EParameterName.ConnectionFormat=\u63A5\u7D9A\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8
ExecuteSystemCommandCommand.Title=\u5B9F\u884C\u3057\u305F\u30B3\u30DE\u30F3\u30C9
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=\u63A5\u7D9A\u306E\u3042\u308B\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u5168\u3066\u7121\u52B9\u5316
EParameterName.Description=\u8AAC\u660E
EParameterName.Description=\u8AAC\u660E
Process.IfToUpgradeMetadata=\u4ee5\u4e0b\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u30e1\u30bf\u30c7\u30fc\u30bf\u306f\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \n\u66f4\u65b0\u3057\u305f\u3044\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u304b\u3089\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
Process.IfToUpgradeMetadata=\u4EE5\u4E0B\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30E1\u30BF\u30C7\u30FC\u30BF\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002 \n\u66F4\u65B0\u3057\u305F\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
NewProcessWizard.title=\u65B0\u898F\u30B8\u30E7\u30D6
CheckController.decoration.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u53D6\u5F97\u3057\u305F\u5024
ContextParameterPage.comment=\u30B3\u30E1\u30F3\u30C8
EParameterName.onConsoleFlag=\u30B3\u30F3\u30BD\u30FC\u30EB\u3078\u51FA\u529B
EParameterName.onConsoleFlag=\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u51FA\u529B
NewProcessWizard.failureTitle=\u30A8\u30E9\u30FC
DesignerColorsPreferencePage.ConnectionColorGroup=\u63A5\u7D9A\u306E\u8272
modules.required=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3059\u308B\u305F\u3081\u306B\u5FC5\u8981\u3002
NodeSetActivateAction.Deactivate=\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
modules.required=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3059\u308B\u305F\u3081\u306B\u5FC5\u8981
NodeSetActivateAction.Deactivate=\u7121\u52B9\u5316
EParameterName.database=\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9
EParameterName.start=\u958B\u59CB
EParameterName.prevColumnList=\u5BFE\u8C61\u30AB\u30E9\u30E0 \u30EA\u30B9\u30C8
@@ -261,13 +257,13 @@ EParameterName.host=\u30DB\u30B9\u30C8
DesignerPreferencePage.display.deactiveRepositoryUpdate=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u5909\u66F4\u5F8C\u306E\u81EA\u52D5\u691C\u7D22/\u66F4\u65B0\u3092\u7121\u52B9\u5316
AbstractElementPropertySectionController.variableTooltip=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306B\u4ED8\u968F\u3059\u308B\u5909\u6570\uFF1A
EParameterName.ShowHint=\u30D2\u30F3\u30C8\u306E\u8868\u793A
ContextParameterPage.commentEmpty=\u30B3\u30E1\u30F3\u30C8\u6B04\u306E\u5165\u529B\u3092\u63A8\u5968\u3057\u307E\u3059
ContextParameterPage.commentEmpty=\u7A7A\u306E\u30B3\u30E1\u30F3\u30C8\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002
NewProcessWizard.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u30B8\u30E7\u30D6\u306E\u8FFD\u52A0
EParameterName.additionParam=\u8FFD\u52A0\u30D1\u30E9\u30E1\u30FC\u30BF
EParameterName.filePath=\u30D5\u30A1\u30A4\u30EB\u30D1\u30B9
JobSettingsView.JobSettings=\u30B8\u30E7\u30D6
EParameterName.columnList=\u30AB\u30E9\u30E0 \u30EA\u30B9\u30C8
EParameterName.DisableErrors=\u30A8\u30E9\u30FC\u306E\u7121\u52B9\u5316
EParameterName.columnList=\u30AB\u30E9\u30E0\u30EA\u30B9\u30C8
EParameterName.DisableErrors=\u30A8\u30E9\u30FC\u3092\u7121\u52B9\u306B\u3059\u308B
EParameterName.NotLoadOldVariableLabel=\u5909\u6570\u304C\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u5B58\u5728\u3059\u308B\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u3066\u3044\u306A\u3044\u5834\u5408
DesignerPreferencePage.SubjobColorGroup=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8272
MoveNodeLabelCommand.Label=\u30CE\u30FC\u30C9\u30E9\u30D9\u30EB\u306E\u79FB\u52D5
@@ -286,13 +282,13 @@ EParameterName.dbName=DB\u540D
TalendEditorContextMenuProvider.Row=\u30ED\u30A6
EParameterName.catchUserWarning=\u30E6\u30FC\u30B6\u8B66\u544A\u306E\u30AD\u30E3\u30C3\u30C1
StatsAndLogsComposite.Save=\u57FA\u672C\u8A2D\u5B9A\u306B\u4FDD\u5B58 (&S)
DesignerPreferencePage.schemaOptions=\u5165\u529B\u30C7\u30FC\u30BF\u884C\u304C\u6307\u5B9A\u3057\u305F\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3068\u7570\u306A\u308B\u5834\u5408 \:
NodeReturn.Availability.BEFORE=\u524D
EParameterName.DisableInfos=\u60C5\u5831\u306E\u7121\u52B9\u5316
DesignerPreferencePage.schemaOptions=\u5165\u529B\u30C7\u30FC\u30BF\u884C\u304C\u6307\u5B9A\u3057\u305F\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3068\u7570\u306A\u308B\u5834\u5408 :
NodeReturn.Availability.BEFORE=Before
EParameterName.DisableInfos=\u60C5\u5831\u3092\u7121\u52B9\u306B\u3059\u308B
ChangeValuesFromRepository.messageDialog.takeMessage=\u5165\u529B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u53D6\u5F97\u3057\u307E\u3059\u304B\uFF1F
EParameterName.lookupColumnList=\u30AB\u30E9\u30E0\u30EA\u30B9\u30C8\u306E\u53C2\u7167
EParameterName.lookupColumnList=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7\u30AB\u30E9\u30E0\u30EA\u30B9\u30C8
ExternalNodeChangeCommand.propagate=\u53CD\u6620
NoRepositoryDialog.Text=\u30ea\u30dd\u30b8\u30c8\u30ea\u304c\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002
NoRepositoryDialog.Text=\u30EA\u30DD\u30B8\u30C8\u30EA\u304C\u5229\u7528\u3067\u304D\u307E\u305B\u3093\u3002
ConnectionError.Message=\u7D44\u307F\u8FBC\u307F\u30E2\u30FC\u30C9\u306E\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u63A5\u7D9A\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002
UpdateDetectionDialog.Items=\u30A2\u30A4\u30C6\u30E0
CodeView.End=\u7D42\u4E86
@@ -302,11 +298,10 @@ UpdateDetectionDialog.WarningMessage=\u30C1\u30A7\u30C3\u30AF\u306E\u5165\u3063\
ChangeValuesFromRepository.messageDialog.take=\u53D6\u5F97
NoRepositoryDialog.Title=\u30A8\u30E9\u30FC
StatsAndLogsComposite.ReloadMessages=\u73FE\u5728\u306E\u8A2D\u5B9A\u306F\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3001\u7D9A\u3051\u307E\u3059\u304B\uFF1F
EParameterName.propertyType=\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7
EParameterName.propertyType=Property Type (\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7)
EParameterName.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
EParameterName.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
EParameterName.Log.Db=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u30ED\u30B0\u51FA\u529B
NodesPasteAction.paste=\u8CBC\u308A\u4ED8\u3051
EParameterName.Log.Db=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u30ED\u30B0\u3092\u51FA\u529B
NodesPasteAction.paste=\u8CBC\u4ED8\u3051
TalendEditorPaletteFactory.Tools=\u30C4\u30FC\u30EB
EParameterName.Comment=\u30B3\u30E1\u30F3\u30C8
ChangeActivateStatusSubjobCommand.Label.DeactivePart=\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u7121\u52B9\u5316
@@ -320,7 +315,7 @@ AbstractPreferenceComposite.tipContent=\u30B5\u30D6\u30B8\u30E7\u30D6\u306B\u906
AbstractPreferenceComposite.warning=\u8B66\u544A\uFF1A{0}
ColumnListController.confirm=\u78BA\u8A8D
ColumnListController.saveChange={0} \u30B9\u30AD\u30FC\u30DE\u306E\u9577\u3055\u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F
ComboController.alert=\u8B66\u544A
ComboController.alert=\u30A2\u30E9\u30FC\u30C8
ComboController.nothingGuess=\u63A8\u5B9A\u5BFE\u8C61\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ComponentSearcher.noJobsFound=\u30B8\u30E7\u30D6\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
ComponentSearcher.searchResult=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0} \u306E\u691C\u7D22\u7D50\u679C
@@ -341,35 +336,35 @@ DbTableController.setParameter=\u63A5\u7D9A\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\
DbTableController.showTableList=\u73FE\u5728\u306E\u63A5\u7D9A\u306E\u30C6\u30FC\u30D6\u30EB\u30EA\u30B9\u30C8\u306E\u8868\u793A
DbTableController.waitingForOpen=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9 \u30C6\u30FC\u30D6\u30EB\u9078\u629E\u30C0\u30A4\u30A2\u30ED\u30B0\u304C\u958B\u304F\u306E\u3092\u5F85\u3063\u3066\u3044\u307E\u3059...
DesignerCoreService.property=\u30D7\u30ED\u30D1\u30C6\u30A3
DesignerCoreService.propertySource=\u30D7\u30ED\u30D1\u30C6\u30A3 \: \u30BD\u30FC\u30B9
DesignerCoreService.propertySource=\u30D7\u30ED\u30D1\u30C6\u30A3 : \u30BD\u30FC\u30B9
DesignerPreferencePage.DesignerEditorBackgroundColor=\u80CC\u666F\u8272
DesignerPreferencePage.ReadonlyBackgroundColor=\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u306E\u80CC\u666F\u8272
DesignerPreferencePage.JobDesignerEditorBackgroundColorLabel=\u30B8\u30E7\u30D6\u30C7\u30B6\u30A4\u30CA\u30FC\u30A8\u30C7\u30A3\u30BF\u306E\u8272
DesignerPreferencePage.addOrDeleteVariable=\u8FFD\u52A0/\u524A\u9664\u306E\u5909\u6570\u306E\u5909\u66F4\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u53CD\u6620
DesignerPreferencePage.addOrDeleteVariable=\u5909\u6570\u306E\u8FFD\u52A0/\u524A\u9664\u306E\u5909\u66F4\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u53CD\u6620
DesignerPreferencePage.checkVersion=\u30B8\u30E7\u30D6\u307E\u305F\u306F\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u66F4\u65B0\u6642\u306B\u6700\u7D42\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u307F\u30C1\u30A7\u30C3\u30AF
DesignerPreferencePage.computeLength=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u751F\u6210\u3055\u308C\u305F\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306E\u30D0\u30A4\u30C8\u9577\u3092\u8A08\u7B97
DesignerPreferencePage.defaultConnection=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u63A5\u7D9A
DesignerPreferencePage.generateCode=\u30b8\u30e7\u30d6\u3092\u958b\u3044\u305f\u6642\u306b\u30b3\u30fc\u30c9\u3092\u751f\u6210
DesignerPreferencePage.generateCode=\u30B8\u30E7\u30D6\u3092\u958B\u3044\u305F\u6642\u306B\u30B3\u30FC\u30C9\u3092\u751F\u6210
EParameterName.Information=\u60C5\u5831\u306E\u8868\u793A
EParameterName.NoteColor=Note\u306E\u8272
EParameterName.NoteColor=\u6CE8\u8A18\u306E\u8272
EParameterName.NoteFont=\u30D5\u30A9\u30F3\u30C8
EParameterName.NoteLabelCenter=\u4E2D\u592E\u63C3\u3048
EParameterName.NoteLineColor=Note\u306E\u7DDA\u8272
EParameterName.NoteLineColor=\u6CE8\u8A18\u306E\u7DDA\u306E\u8272
EParameterName.NoteTextBottom=\u4E0B\u8A70\u3081
EParameterName.NoteTextCenter=\u4E2D\u592E\u63C3\u3048
EParameterName.NoteTextColor=\u30D5\u30A9\u30F3\u30C8\u306E\u8272
EParameterName.NoteTextLeft=\u5DE6\u8A70\u3081
EParameterName.NoteTextRight=\u53F3\u8A70\u3081
EParameterName.NoteTextTop=\u4E0A\u8A70\u3081
EParameterName.RowSeparator=\u884C\u533A\u5207\u308A\u8A18\u53F7
EParameterName.RowSeparator=\u884C\u533A\u5207\u308A
EParameterName.SubjobColor=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8272
EParameterName.SubjobTitleColor=\u30BF\u30A4\u30C8\u30EB\u306E\u8272
EParameterName.TracesConnection=\u3053\u306E\u63A5\u7D9A\u306E\u30C8\u30EC\u30FC\u30B9
EParameterName.creation=\u4F5C\u6210
EParameterName.csvOption=CSV\u30AA\u30D7\u30B7\u30E7\u30F3
EParameterName.encoding=\u30A8\u30F3\u30B3\u30FC\u30C9
EParameterName.encoding=\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0
EParameterName.escapeChar=\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57
EParameterName.FontBold=\u30DC\uFF0D\u30EB\u30C9
EParameterName.FontBold=\u592A\u5B57
EParameterName.FontItalic=\u659C\u5B57
EParameterName.FontSize=\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA
EParameterName.jobMainversion=\u30D0\u30FC\u30B8\u30E7\u30F3
@@ -377,31 +372,31 @@ EParameterName.jobVersion=\u30D0\u30FC\u30B8\u30E7\u30F3
EParameterName.modification=\u5909\u66F4
EParameterName.parallelize=\u4E26\u5217\u51E6\u7406\u306E\u6709\u52B9\u5316
EParameterName.parallelizeNumber=\u4E26\u5217\u51E6\u7406\u6570
EParameterName.parallelizeUnitSize=\u30D0\u30C3\u30D5\u30A1\u30E6\u30CB\u30C3\u30C8\u30B5\u30A4\u30BA\u306E\u4E26\u5217\u5316
EParameterName.showSubjob=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u30BF\u30A4\u30C8\u30EB\u306E\u8868\u793A
EParameterName.textEnclosure=\u6587\u5B57\u5217\u306E\u5F15\u7528\u7B26
EParameterName.parallelizeUnitSize=\u4E26\u5217\u5B9F\u884C\u6642\u306E\u30D0\u30C3\u30D5\u30A1\u30E6\u30CB\u30C3\u30C8\u30B5\u30A4\u30BA
EParameterName.showSubjob=\u30B5\u30D6\u30B8\u30E7\u30D6\u30BF\u30A4\u30C8\u30EB\u306E\u8868\u793A
EParameterName.textEnclosure=\u56F2\u307F\u6587\u5B57
EParameterName.title=\u30BF\u30A4\u30C8\u30EB
EParameterName.StatDefaultProjectsetting=Stat \u30c7\u30d5\u30a9\u30eb\u30c8\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u8a2d\u5b9a
EParameterName.StatDefaultProjectsetting=Stat \u30C7\u30D5\u30A9\u30EB\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A
EParameterName.ImplictDefaultProjectsetting=\u6697\u9ED9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A
EmfComponent.0=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0} \u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
EmfComponent.RGBNotCorrect=\u30E9\u30D9\u30EB\u30B3\u30F3\u30C8\u30ED\u30FC\u30E9\u306ERGB\u5B9A\u7FA9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0}\u3002
EmfComponent.attachedConnection=\u63A5\u3057\u3066\u3044\u308B\u63A5\u7D9A
EmfComponent.componentNotExist=<\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\:{0}> \u30b3\u30cd\u30af\u30bf \\"{1}\\" \u304cXML\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001 \u5b58\u5728\u3057\u307e\u305b\u3093\u3002
ExecuteSystemCommandCommand.contentNull=\u30B3\u30F3\u30C6\u30F3\u30C4\u304CNULL\u5024\u3067\u3059
EmfComponent.0=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
EmfComponent.RGBNotCorrect=\u30E9\u30D9\u30EB\u30B3\u30F3\u30C8\u30ED\u30FC\u30E9\u30FC\u5185\u306ERGB\u5B9A\u7FA9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u3002
EmfComponent.attachedConnection=\u4ED8\u52A0\u3055\u308C\u305F\u63A5\u7D9A
EmfComponent.componentNotExist=<\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\uFF1A{0}>\u30B3\u30CD\u30AF\u30BF\u30FC \\"{1}\\" \u304Cxml\u5185\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
ExecuteSystemCommandCommand.contentNull=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304CNULL\u5024\u3067\u3059
ExecuteSystemCommandCommand.typeNull=\u30BF\u30A4\u30D7\u304CNULL\u5024\u3067\u3059
Extra.UseProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u4F7F\u7528
FilterTraceColumnAction.Column=\u30AB\u30E9\u30E0
FilterTraceColumnAction.Condition=\u6761\u4EF6
FilterTraceColumnAction.SelectAll=\u3059\u3079\u3066\u9078\u629E
FilterTraceColumnAction.SetupTraces=\u30C8\u30EC\u30FC\u30B9\u306E\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7
FilterTraceColumnAction.UnselectAll=\u3059\u3079\u3066\u306e\u9078\u629e\u3092\u89e3\u9664
GEFPasteAction.textWarning=\u8B66\u544A
FilterTraceColumnAction.UnselectAll=\u3059\u3079\u3066\u306E\u9078\u629E\u3092\u89E3\u9664
GEFPasteAction.textWarning=\u8B66\u544A\uFF01
GEFPasteAction.warningMessages=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u7279\u6709\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8(Input/output)\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
GuessSchemaController.0=DB\u63A5\u7D9A\u30A8\u30E9\u30FC\u3001\u307E\u305F\u306FSQL\u30AF\u30A8\u30EA\u6587\u5B57\u5217\u306E\u30A8\u30E9\u30FC\u3001\u3082\u3057\u304F\u306F\u300C\u30B9\u30AD\u30FC\u30DE\u306E\u63A8\u5B9A\u300D\u306F\u73FE\u5728\u306ESQL\u30AF\u30A8\u30EA\u6587\u5B57\u5217 {0} \u3068\u4E00\u81F4\u3057\u3066\u3044\u307E\u305B\u3093\u3002
GuessSchemaController.connectionError=\u63A5\u7D9A\u30A8\u30E9\u30FC
GuessSchemaController.connectionFailed=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u63A5\u7D9A\u304C\u5931\u6557\u3057\u307E\u3057\u305F
GuessSchemaController.setParameter=\u63A5\u7D9A\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
I18nPreferencePage.allTranslation=\u3059\u3079\u3066\u306e\u7ffb\u8a33\u306e\u30a4\u30f3\u30dd\u30fc\u30c8
GuessSchemaController.setParameter=\u63A5\u7D9A\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
I18nPreferencePage.allTranslation=\u3059\u3079\u3066\u306E\u7FFB\u8A33\u306E\u30A4\u30F3\u30DD\u30FC\u30C8
I18nPreferencePage.completeInfo=Babili\u304B\u3089\u7FFB\u8A33\u304C\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u30C6\u30B9\u30C8\u306E\u305F\u3081\u306B\u8868\u793A\u3055\u308C\u308B\u3060\u3051\u3067\u3059\u3002\u518D\u8D77\u52D5\u3059\u308B\u3068\u3001\u305D\u308C\u3089\u306E\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306F\u5931\u308F\u308C\u307E\u3059\u3002
I18nPreferencePage.loading=Babili\u304B\u3089\u66F4\u65B0\u306E\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0
I18nPreferencePage.needRestart=\u30ED\u30FC\u30AB\u30EB\u8A00\u8A9E\uFF08\u518D\u8D77\u52D5\u304C\u5FC5\u8981\uFF09
@@ -410,7 +405,7 @@ I18nPreferencePage.translationInformation=Babili\u306E\u7FFB\u8A33\u306E\u30C6\u
I18nPreferencePage.validateTranslation=\u691C\u8A3C\u3055\u308C\u305F\u7FFB\u8A33\u306E\u307F\u306E\u30A4\u30F3\u30DD\u30FC\u30C8
IconSelectionController.MessageTitle=\u30A8\u30E9\u30FC
IconSelectionController.Messages=\u9078\u629E\u3059\u308B\u30A2\u30A4\u30B3\u30F3\u306E\u30B5\u30A4\u30BA\u306F 32x32 \u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
IconSelectionController.Revert=\u5143\u306B\u623B\u3059
IconSelectionController.Revert=\u623B\u3059
ImplicitContextLoad.LoadOldPreferences=ImplicitContextLoad \u306E\u8A2D\u5B9A\u304C\u53E4\u3044\u57FA\u672C\u8A2D\u5B9A\u30DA\u30FC\u30B8\u304B\u3089\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
JavaSampleCodeFactory.schema=//\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3068\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u5F93\u3063\u3066\u751F\u6210\u3055\u308C\u305F\u30B3\u30FC\u30C9
JobHierarchyViewPart.reason=\u3053\u308C\u306B\u306F\u3044\u304F\u3064\u304B\u7406\u7531\u304C\u3042\u308A\u307E\u3059\u3002
@@ -418,7 +413,7 @@ JobHierarchyViewPart.showDecription=\u30B8\u30E7\u30D6\u306E\u968E\u5C64\u3092\u
JobHierarchyViewer.hirarchy=\u30B8\u30E7\u30D6\u968E\u5C64
JobLaunchConfigurationDelegate.jobNotFound=\u30B8\u30E7\u30D6 {0} \u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u304A\u305D\u3089\u304F\u524A\u9664\u3055\u308C\u3066\u3044\u307E\u3059\u3002
JobTemplateViewsAndProcessUtil.jobName=\u30B8\u30E7\u30D6\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30A6\u30A3\u30B6\u30FC\u30C9\u7528\u306E\u30E2\u30C3\u30AF\u30B8\u30E7\u30D6
MultipleThreadDynamicComposite.gatherInformation=\u30ea\u30dd\u30b8\u30c8\u30ea\u304b\u3089\u60c5\u5831\u3092\u53ce\u96c6\u4e2d
MultipleThreadDynamicComposite.gatherInformation=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u60C5\u5831\u3092\u53CE\u96C6\u4E2D
Node.componentNotExist=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0}\u306B\u4F9D\u5B58\u3057\u3066\u3044\u307E\u3059\u304C\u3001\u305D\u308C\u306F\u5B58\u5728\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.differentFromSchemaDefined=\u5165\u529B\u30EA\u30F3\u30AF "{0}\\" \u304B\u3089\u306E\u30B9\u30AD\u30FC\u30DE\u306F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u308B\u30B9\u30AD\u30FC\u30DE\u3068\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002
Node.errorMessage1=\u30B5\u30D6\u30D7\u30ED\u30BB\u30B9\u3092\u8D77\u52D5\u3057\u306A\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F "on sub job ok" / "on sub job error" \u306E\u3044\u305A\u308C\u306E\u30EA\u30F3\u30AF\u3082\u5165\u529B\u306B\u3042\u308A\u307E\u305B\u3093\u3002
@@ -426,7 +421,7 @@ Node.errorMessage2=\u30B5\u30D6\u30D7\u30ED\u30BB\u30B9\u3092\u8D77\u52D5\u3057\
Node.errorMessage3=\u30B5\u30D6\u30D7\u30ED\u30BB\u30B9\u3092\u8D77\u52D5\u3057\u306A\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F "run if" \u30EA\u30F3\u30AF\u306F\u5165\u529B\u306B\u3042\u308A\u307E\u305B\u3093\u3002
Node.errorMessage4=\u30B5\u30D6\u30D7\u30ED\u30BB\u30B9\u3092\u8D77\u52D5\u3057\u306A\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F "on component ok" / "on component error" \u306E\u3044\u305A\u308C\u306E\u30EA\u30F3\u30AF\u3082\u5165\u529B\u306B\u3042\u308A\u307E\u305B\u3093\u3002
Node.getSchemaOrNot=\u30BF\u30FC\u30B2\u30C3\u30C8 \u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30B9\u30AD\u30FC\u30DE\u3092\u53D6\u5F97\u3057\u307E\u3059\u304B\uFF1F
Node.input=\u5165\u529B \:(
Node.input=\u5165\u529B\uFF1A\uFF08
Node.inputLinkDifferentFromSchemaDefined=\u30DE\u30FC\u30B8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u521D\u306E\u5165\u529B\u30EA\u30F3\u30AF "{0}" \u306E\u30B9\u30AD\u30FC\u30DE\u306F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u308B\u30B9\u30AD\u30FC\u30DE\u3068\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002
Node.needOneValue=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) \u306F\u5C11\u306A\u304F\u3068\u3082\uFF11\u3064\u306E\u5024\u3092\u6301\u305F\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
Node.noColumnDefined="{0}"\u3068\u3044\u3046\u540D\u524D\u306E\u51FA\u529B\u30B9\u30AD\u30FC\u30DE/\u30EA\u30F3\u30AF\u306B\u306F\u30AB\u30E9\u30E0\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002
@@ -436,19 +431,19 @@ Node.noRowMainLink=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\
Node.noSchemaDefined=\u30B9\u30AD\u30FC\u30DE\u304C\u307E\u3060\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
Node.notEnoughTypeInput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u306F\u5341\u5206\u306A "{0}" \u30BF\u30A4\u30D7\u306E\u5165\u529B\u304C\u3042\u308A\u307E\u305B\u3093\u3002
Node.notEnoughTypeOutput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u306F\u5341\u5206\u306A "{0}" \u30BF\u30A4\u30D7\u306E\u51FA\u529B\u304C\u3042\u308A\u307E\u305B\u3093\u3002
Node.output=\u51FA\u529B \:(
Node.output=\u51FA\u529B\uFF1A\uFF08
Node.outputNeedInputLink=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u51FA\u529B\u304C\u3042\u308B\u306A\u3089\u3001\u30C7\u30FC\u30BF\u3092\u53CD\u6620\u3059\u308B\u5165\u529B\u30EA\u30F3\u30AF\u304C\u5FC5\u8981\u3067\u3059\u3002
Node.parameterEmpty=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) \u304C\u7A7A\u3067\u3059\u304C\u3001\u5FC5\u9808\u3067\u3059\u3002
Node.parameterEmpty=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) \u304C\u7A7A\u3067\u3059\u3001\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
Node.parameterNotExist=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) \u306F\u3082\u3046\u5B58\u5728\u3057\u306A\u3044\u5024 ({1}) \u3092\u6301\u3063\u3066\u3044\u307E\u3059\u3002
Node.schemaDifferent=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) \: \u30B9\u30AD\u30FC\u30DE\u306F\u30AF\u30A8\u30EA\u3068\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002
Node.schemaDifferent=\u30D1\u30E9\u30E1\u30FC\u30BF ({0}) : \u30B9\u30AD\u30FC\u30DE\u306F\u30AF\u30A8\u30EA\u3068\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002
Node.schemaNotSame=\u30DE\u30FC\u30B8\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u5165\u529B\u30EA\u30F3\u30AF "{0}" \u306E\u30B9\u30AD\u30FC\u30DE\u306F\u4E92\u3044\u306B\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002\u540C\u3058\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
Node.tooMuchTypeInput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E "{0}" \u30BF\u30A4\u30D7\u306E\u5165\u529B\u306F\u591A\u3059\u304E\u307E\u3059\u3002
Node.tooMuchTypeOutput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E "{0}" \u30BF\u30A4\u30D7\u306E\u51FA\u529B\u306F\u591A\u3059\u304E\u307E\u3059\u3002
OpenContextChooseComboDialog.context=CONTEXT\:
OpenContextChooseComboDialog.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8:
OpenExistVersionProcess.open=\u4ED6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u958B\u304F
OpenExistVersionProcess.open.dialog=\u30B8\u30E7\u30D6\u3092\u958B\u304F
OpenExistVersionProcess.open.title=\u30B8\u30E7\u30D6\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u9078\u629E\u3057\u3066\u958B\u304F
OpenExistVersionProcessPage.errorMessage=\u65B0\u898F\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
OpenExistVersionProcessPage.errorMessage=\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
OpenExistVersionProcessPage.messageCreated=\u3053\u306E\u30B8\u30E7\u30D6\u304C\u30E6\u30FC\u30B6\u30FC\u306B\u3088\u3063\u3066\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u306F\u3001\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u30B8\u30E7\u30D6\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
OpenExistVersionProcessPage.textContent=\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F5C\u6210\u3057\u3001\u958B\u304D\u307E\u3059\u304B\uFF1F
OpenJobAction.description=\u30A8\u30C7\u30A3\u30BF\u3067\u30B8\u30E7\u30D6\u3092\u958B\u304F
@@ -465,15 +460,15 @@ ParallelExecutionAction.talend=Talend
PromptDefaultValueDialog.column=\u30AB\u30E9\u30E0
PromptDefaultValueDialog.columnValue=\u30AB\u30E9\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306E\u8A2D\u5B9A
PromptDefaultValueDialog.defaultValue=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024
PropertiesPreferencePage.textFont=\u30E1\u30E2\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8 \:
PropertiesPreferencePage.textFont=\u30E1\u30E2\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8 :
PropertiesTableEditorModel.popWindow=\u9078\u629E\u3057\u305F\u884C\u306E\u30B9\u30AD\u30FC\u30DE\u306F\u524A\u9664\u3055\u308C\u307E\u3059\u3002\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F
PropertiesTableEditorModel.removeSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u524A\u9664
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=m
PropertyTypeController.saveToMetadata=\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u30E1\u30BF\u30C7\u30FC\u30BF\u306B\u4FDD\u5B58
QueryTypeController.alert=\u8B66\u544A
QueryTypeController.nothingToGuess=\u63A8\u5B9A\u3059\u308B\u7269\u304C\u3042\u308A\u307E\u305B\u3093\u3002
QueryTypeController.alert=\u30A2\u30E9\u30FC\u30C8
QueryTypeController.nothingToGuess=\u63A8\u5B9A\u5BFE\u8C61\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ReloadFromProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u304B\u3089\u30EA\u30ED\u30FC\u30C9 (&R)
ReloadFromProjectSettingsMessages=\u73FE\u5728\u306E\u8A2D\u5B9A\u306F\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3001\u7D9A\u3051\u307E\u3059\u304B\uFF1F
ReloadFromProjectSettingsToolTipText=\u30D7\u30EC\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u30DA\u30FC\u30B8\u304B\u3089\u5024\u3092\u30EA\u30ED\u30FC\u30C9 (Shift+R)
@@ -484,23 +479,23 @@ SQLPatternComposite.down=\u4E0B\u3078
SQLPatternComposite.forbidModification=\u30B7\u30B9\u30C6\u30E0\u306ESQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u306E\u5909\u66F4\u306F\u7981\u6B62\u3055\u308C\u3066\u3044\u307E\u3059\u3001\u65B0\u898F\u4F5C\u6210\u3057\u307E\u3059\u304B\uFF1F
SQLPatternComposite.modifySQLPattern=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5909\u66F4\u3057\u307E\u3059\u304B\uFF1F
SQLPatternComposite.sqlPattern=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30EA\u30B9\u30C8
SQLPatternComposite.up=\u4E0A\u3078
SQLPatternComposite.up=\u30A2\u30C3\u30D7
SaveToProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306B\u4FDD\u5B58 (&S)
SaveToProjectSettingsMessage=\u73FE\u5728\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u8A2D\u5B9A\u306F\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3001\u7D9A\u3051\u307E\u3059\u304B\uFF1F
SaveToProjectSettingsToolTipText=\u30D7\u30EC\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306B\u5024\u3092\u4FDD\u5B58 (Shift+S)
SearchComponentInJobs.Title=\u30B8\u30E7\u30D6\u5185\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u691C\u7D22
SearchComponentInJobs.Tooltip=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u30B8\u30E7\u30D6\u3092\u691C\u7D22
SqlMemoController.query=\u30AF\u30A8\u30EA\u30FC
SqlMemoController.query=\u30AF\u30A8\u30EA
StatLogs.LoadOldPreferences=\u7D71\u8A08\u60C5\u5831\u3068\u30ED\u30B0\u8A2D\u5B9A\u304C\u5143\u306E\u57FA\u672C\u8A2D\u5B9A\u304B\u3089\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
StatLogsAndImplicitcontextTreeViewPage.SaveProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u4FDD\u5B58...
StatsAndLogs.UseProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u3092\u4F7F\u7528
StatsAndLogsPreferencePage.repositoryType=\u30ea\u30dd\u30b8\u30c8\u30ea\u30bf\u30a4\u30d7
StatsAndLogs.UseProjectSettings=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u4F7F\u7528
StatsAndLogsPreferencePage.repositoryType=\u30EA\u30DD\u30B8\u30C8\u30EA\u30BF\u30A4\u30D7
StatsAndLogsView.dataNotAvailable=\u7D71\u8A08\u60C5\u5831/\u30ED\u30B0\u304C\u5229\u7528\u3067\u304D\u307E\u305B\u3093\u3002
TalendEditorDropTargetListener.cancelOperation=\u64CD\u4F5C\u3092\u30AD\u30E3\u30F3\u30BB\u30EB
TalendEditorDropTargetListener.chooseComponent=\u4F5C\u6210\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u3072\u3068\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
TalendEditorDropTargetListener.title=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
TalendLaunchToolbarAction.information=\u60C5\u5831
TalendLaunchToolbarAction.noAvailableItem=\u5229\u7528\u3067\u304D\u308B\u5B9F\u884C\u4E2D\u306E\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093\u3002
TalendLaunchToolbarAction.noAvailableItem=\u5229\u7528\u3067\u304D\u308B\u5B9F\u884C\u4E2D\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u3042\u308A\u307E\u305B\u3093\u3002
TalendPaletteContextMenuProvider.descriptionAdd=\u304A\u6C17\u306B\u5165\u308A\u306B\u8FFD\u52A0
TalendPaletteContextMenuProvider.descriptionDisplay=\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u8868\u793A
TalendPaletteContextMenuProvider.descriptionHidden=\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u975E\u8868\u793A
@@ -522,28 +517,28 @@ TraceEnableAction.TraceEnableDesc=\u30C8\u30EC\u30FC\u30B9\u3092\u6709\u52B9\u53
TraceEnableAction.TraceEnableTitle=\u30C8\u30EC\u30FC\u30B9\u306E\u6709\u52B9\u5316
UpdateManagerUtils.updateMOfification=\u66F4\u65B0\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u5909\u66F4
WSDL2JAVAController.TOS=Talend Open Studio
WSDL2JAVAController.generateFileFailed=Java\u30D5\u30A1\u30A4\u30EB\u306E\u751F\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\n{0} \:
WSDL2JAVAController.generateFileFailedFromWSDL=WSDL\u30D5\u30A1\u30A4\u30EB\:{0} \u304B\u3089Java\u30D5\u30A1\u30A4\u30EB\u306E\u751F\u6210\u306F\u6210\u529F\u3057\u307E\u3057\u305F\u3002
WSDL2JAVAController.generateFileFailed=Java\u30D5\u30A1\u30A4\u30EB\u306E\u751F\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\n{0} :
WSDL2JAVAController.generateFileFailedFromWSDL=WSDL\u30D5\u30A1\u30A4\u30EB:{0} \u304B\u3089Java\u30D5\u30A1\u30A4\u30EB\u306E\u751F\u6210\u306F\u6210\u529F\u3057\u307E\u3057\u305F\u3002
JobSettingProjectSettingPage.implictLabel=\u6697\u9ED9\u7684\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u8AAD\u307F\u8FBC\u307F
JobSettingProjectSettingPage.statAndLog=Stats & Logs
JobSettingProjectSettingPage.UseProjectsetting=\u65B0\u898F\u30B8\u30E7\u30D6\u306E\u4F5C\u6210\u6642\u306B\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u3092\u4F7F\u7528
OutputConsolePreferencePage.consoleFont=\u30B3\u30F3\u30BD\u30FC\u30EB\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8 \:
OutputConsolePreferencePage.consoleFont=\u30B3\u30F3\u30BD\u30FC\u30EB\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8\uFF1A
OutputConsolePreferencePage.outputConsole=\u51FA\u529B\u30B3\u30F3\u30BD\u30FC\u30EB
PerformancePreferencePage.display.deactiveRepositoryUpdate=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u5909\u66F4\u5F8C\u306E\u81EA\u52D5\u691C\u7D22/\u66F4\u65B0\u3092\u7121\u52B9\u5316
PerformancePreferencePage.propertyCodeCheck=\u30B3\u30FC\u30C9\u751F\u6210\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u30C1\u30A7\u30C3\u30AF\uFF08\u7121\u52B9\u306B\u3059\u308B\u3068\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u3088\u308A\u65E9\u304F\u4F5C\u6210\u3057\u307E\u3059\uFF09
PerformancePreferencePage.generateCode=\u30b8\u30e7\u30d6\u3092\u958b\u3044\u305f\u6642\u306b\u30b3\u30fc\u30c9\u3092\u751f\u6210
PerformancePreferencePage.generateCode=\u30B8\u30E7\u30D6\u3092\u958B\u3044\u305F\u6642\u306B\u30B3\u30FC\u30C9\u3092\u751F\u6210
PerformancePreferencePage.checkVersion=\u30B8\u30E7\u30D6\u307E\u305F\u306F\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u66F4\u65B0\u6642\u306B\u6700\u7D42\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u307F\u30C1\u30A7\u30C3\u30AF
PerformancePreferencePage.addOrDeleteVariable=\u5909\u6570\u306E\u8FFD\u52A0/\u524A\u9664\u306E\u5909\u66F4\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u53CD\u6620
PerformancePreferencePage.ActivedTimeoutSetting=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u63A5\u7D9A\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u6709\u52B9\u5316
PerformancePreferencePage.ConnectionTimeout=\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09
PerformancePreferencePage.ActivedTimeoutSetting=DB\u63A5\u7D9A\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u6709\u52B9\u5316
PerformancePreferencePage.ConnectionTimeout=\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8(\u79D2)
PerformancePreferencePage.ConnectionTimeoutTip=\u30BC\u30ED\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u3001\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u306B\u3059\u308B\u306E\u3068\u540C\u3058\u3067\u3059\u3002
PerformancePreferencePage.autoUpdateDoc=\u30B8\u30E7\u30D6/\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306B\u5BFE\u5FDC\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u81EA\u52D5\u66F4\u65B0
PerformancePreferencePage.RepositoryPreferencePage.RefreshTitle=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u66F4\u65B0
PerformancePreferencePage.RepositoryPreferencePage.RefreshTitle=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
PerformancePreferencePage.RepositoryPreferencePage.RefreshDeleted=\u9805\u76EE\u524A\u9664\u6642\u306B\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
PerformancePreferencePage.RepositoryPreferencePage.RefreshCreated=\u9805\u76EE\u4F5C\u6210\u6642\u306B\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
PerformancePreferencePage.RepositoryPreferencePage.ReferenceProjectMerged=\u53c2\u7167\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30de\u30fc\u30b8
PerformancePreferencePage.RepositoryPreferencePage.ReferenceProjectMerged=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u30DE\u30FC\u30B8
PerformancePreferencePage.RepositoryPreferencePage.RefreshManually=\u624B\u52D5\u3067\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
PerformancePreferencePage.RepositoryPreferencePage.RefreshSaved=\u9805\u76EE\u306E\u4FDD\u5B58\u6642\u306B\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
PerformancePreferencePage.RepositoryPreferencePage.RefreshSaved=\u9805\u76EE\u4FDD\u5B58\u6642\u306B\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
ShowJobSettingsViewAction.showView=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u30D3\u30E5\u30FC\u306E\u8868\u793A
Node.eachRowNeedLoop=\u5404\u884C\u306E\u30D1\u30E9\u30E1\u30FC\u30BF {0} \u306B\u306F\u5C11\u306A\u304F\u3068\u3082\u4E00\u3064\u306E\u5024\u304C\u5FC5\u8981\u3067\u3059\u3002
ConnectionCreateCommand.inputValid=\u5165\u529B\u304C\u7121\u52B9\u3067\u3059\u3002
@@ -559,7 +554,7 @@ ErrorMessageDialog.EXCEP_IN_COM=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067
GuessSchemaController.connError=\u63A5\u7D9A\u30A8\u30E9\u30FC
GuessSchemaController.waitOpenDatabase=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u304C\u958B\u304F\u306E\u3092\u5F85\u3063\u3066\u3044\u307E\u3059...
AppearancePreferencePage.consoleFont=\u30B3\u30F3\u30BD\u30FC\u30EB\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8\uFF1A
AppearancePreferencePage.textFont=\u30E1\u30E2\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8\uFF1A
AppearancePreferencePage.textFont=\u30E1\u30E2\u306E\u30C6\u30AD\u30B9\u30C8\u30D5\u30A9\u30F3\u30C8 :
AppearancePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316"
EParameterName.columnIndex=\u30AB\u30E9\u30E0 \u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
EParameterName.dataSource=\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9
@@ -568,25 +563,26 @@ EParameterName.sharedConnectionName=\u5171\u6709\u63A5\u7D9A\u540D
EParameterName.useMultiSaparators=\u8907\u6570\u306E\u533A\u5207\u308A\u8A18\u53F7\u306E\u4F7F\u7528
EParameterName.multiSaparators=\u533A\u5207\u308A\u8A18\u53F7
EParameterName.multiKeyValues=\u30AD\u30FC\u5024
EmfComponent.tnsfile=TNS\u30D5\u30A1\u30A4\u30EB\u306E\u4F7F\u7528
ErrorMessageDialog.property_error=\u30D7\u30ED\u30D1\u30C6\u30A3\u30A8\u30E9\u30FC \:
EmfComponent.tnsfile=Tns\u30D5\u30A1\u30A4\u30EB\u306E\u4F7F\u7528
ErrorMessageDialog.property_error=\u30D7\u30ED\u30D1\u30C6\u30A3\u30A8\u30E9\u30FC :
MergeOrderDialog.ConnectionName=\u63A5\u7D9A\u540D
ModifyOutputOrderAction.text={0} \u30EA\u30F3\u30AF\u306E\u9806\u5E8F\u306E\u4FEE\u6B63
ModifyOutputOrderDialog.title=\ {0} - {1} \u306E\u9806\u5E8F\u306E\u66F4\u65B0
TnsEditorDialog.Service=\u30B5\u30FC\u30D3\u30B9
TnsEditorDialog.Value=\u5024
UpdateDetectionDialog.ShowDependenciesMess=\u4EE5\u4E0B\u306E\u9805\u76EE\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\n\n(*) \: \u30B8\u30E7\u30D6\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
UpdateDetectionDialog.ShowDependenciesMess=\u4EE5\u4E0B\u306E\u9805\u76EE\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\n\n(*) : \u30B8\u30E7\u30D6\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
PerformancePreferencePage.itemsRelationDialogMessage=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u306F\u6642\u9593\u304C\u304B\u304B\u308A\u307E\u3059\u3001\u4ECA\u30D3\u30EB\u30C9\u3057\u307E\u3059\u304B\uFF1F
PerformancePreferencePage.itemsRelationDialogTitle=\u30A2\u30A4\u30C6\u30E0\u95A2\u4FC2\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u30D3\u30EB\u30C0\u30FC
PerformancePreferencePage.itemsRelationsCheckbox=\u9805\u76EE\u95A2\u4FC2\u306E\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u4F7F\u7528\uFF08\u5B9F\u9A13\u7684\uFF09
EParameterName.jvmArgTitle=\u7279\u5B9A\u306EJVM\u5F15\u6570\u306E\u4F7F\u7528
EParameterName.service_name=\u30ED\u30FC\u30AB\u30EB\u30B5\u30FC\u30D3\u30B9\u540D
EParameterName.KeepCDCDatasTitle=CDC\u30C6\u30FC\u30D6\u30EB\u306B\u30C7\u30FC\u30BF\u4FDD\u6301
EParameterName.KeepCDCDatasTitle=CDC\u30C6\u30FC\u30D6\u30EB\u306B\u30C7\u30FC\u30BF\u3092\u4FDD\u6301
Node.PatterErrorMessage=\u65E5\u4ED8\u30D1\u30BF\u30FC\u30F3\u306E\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
Node.QueryLosed=XPath \u30AF\u30A8\u30EA\u3092\u5931\u3044\u307E\u3057\u305F
Node.Remove_Rejects="rejects" \u63A5\u7D9A\u3092\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044\u3002
MessageMemoController.Message=\u30E1\u30C3\u30BB\u30FC\u30B8
DocumentationPreferencePage.userDocLogo=\u30E6\u30FC\u30B6\u30FC\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u30ED\u30B4 \:
DocumentationPreferencePage.companyName=\u4F1A\u793E\u540D \:
DocumentationPreferencePage.userDocLogo=\u30E6\u30FC\u30B6\u30FC\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u30ED\u30B4 :
DocumentationPreferencePage.companyName=\u4F1A\u793E\u540D :
EParameterName.FunName=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u540D
I18nPreferencePage.importBabili=Babili\u304B\u3089\u7FFB\u8A33\u306E\u30A4\u30F3\u30DD\u30FC\u30C8
I18nPreferencePage.restart=\u518D\u8D77\u52D5
@@ -600,7 +596,7 @@ OpentRunJobComponent.Tooltip=\u5B50\u30B8\u30E7\u30D6\u3092\u958B\u304F
ShowBreakpointAction.ShowBreakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8\u306E\u8A2D\u5B9A\u3092\u8868\u793A
EParameterName.IDocName=IDoc\u540D
EParameterName.jdbcURL=JDBC URL
EParameterName.driverJar=\u30C9\u30E9\u30A4\u30D0Jar\u30D5\u30A1\u30A4\u30EB
EParameterName.driverJar=Jar\u30C9\u30E9\u30A4\u30D0
EParameterName.className=\u30AF\u30E9\u30B9\u540D
EParameterName.mappingFile=\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB
SetupProcessDependenciesRoutinesAction.title=\u30EB\u30FC\u30C1\u30F3\u306E\u4F9D\u5B58\u95A2\u4FC2\u3092\u8A2D\u5B9A
@@ -613,7 +609,7 @@ ShowRoutineItemsDialog.title=\u30EB\u30FC\u30C1\u30F3\u306E\u9078\u629E
AbstractMultiPageTalendEditor_pleaseWait=\u4FDD\u5B58\u3057\u3066\u3044\u307E\u3059\u3002\u304A\u5F85\u3061\u304F\u3060\u3055\u3044...
DocumentationPreferencePage.use_css_template=HTML\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3059\u308B\u3068\u304DCSS\u30D5\u30A1\u30A4\u30EB\u3092\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4F7F\u7528
DocumentationPreferencePage.css_file=CSS\u30D5\u30A1\u30A4\u30EB
DocumentationPreferencePage.must_css_file=\u5024\u306FCSS\u30D5\u30A1\u30A4\u30EB\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093
DocumentationPreferencePage.must_css_file=CSS\u30D5\u30A1\u30A4\u30EB\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044
DocumentationPreferencePage.must_existing_value=\u5024\u306F\u5B58\u5728\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093\n
Node.componentDoesntSupportDynamic=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30C0\u30A4\u30CA\u30DF\u30C3\u30AF\u30BF\u30A4\u30D7\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093
Node.dynamicNotSupported=\u30C0\u30A4\u30CA\u30DF\u30C3\u30AF\u30BF\u30A4\u30D7\u306F\u3053\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3067\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
@@ -625,12 +621,12 @@ Node.lengthDiffWarning=\u5165\u529B\u30EA\u30F3\u30AF"{0}"\u306E\u30B9\u30AD\u30
WSDL2JAVAController.WSDLEquals=WSDL\u3092""\u306B\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\uFF1B
BringForwardAction_bring_forward=\u524D\u9762\u3078\u79FB\u52D5
BringToFrontAction_bring_to_front=\u6700\u524D\u9762\u3078\u79FB\u52D5
Processor.commandLineLog=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3:
Processor.configureJava=Java \u30A4\u30F3\u30BF\u30D7\u30EA\u30BF\u304C\u69CB\u6210\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
Processor.configurePerl=Perl \u30A4\u30F3\u30BF\u30D7\u30EA\u30BF\u304C\u69CB\u6210\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
Processor.execFailed=\u30B8\u30E7\u30D6\u306E\u5B9F\u884C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
Processor.commandLineLog=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\uFF1A
Processor.configureJava=Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF\u30FC\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
Processor.configurePerl=Perl\u30A4\u30F3\u30BF\u30FC\u30D7\u30EA\u30BF\u30FC\u304C\u672A\u8A2D\u5B9A\u3067\u3059\u3002
Processor.execFailed=\u30B8\u30E7\u30D6\u306E\u5B9F\u884C\u306B\u5931\u6557
Processor.generationFailed=\u30B3\u30FC\u30C9\u306E\u751F\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
Processor.perlModuleNotFound=Perl \u30E2\u30B8\u30E5\u30FC\u30EB \u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
Processor.perlModuleNotFound=Perl\u30E2\u30B8\u30E5\u30FC\u30EB\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
CreateProcess.createRoutes=\u30EB\u30FC\u30C8\u306E\u4F5C\u6210
EParameterName.validationRuleItemid=\u691C\u8A3C\u30EB\u30FC\u30EB\u306E\u9805\u76EEID
EParameterName.validationRules=\u65E2\u5B58\u306E\u691C\u8A3C\u30EB\u30FC\u30EB\u3092\u4F7F\u7528
@@ -653,14 +649,14 @@ DataCertController.tDataCertAdvancedLookUp.componentName=tPassportAdvancedLookUp
tPassportAdvancedDenormalize.needOneValue={0}\u304B{1}\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
tPassportAdvancedDenormalize.needOnlyOneValue={0}\u3068{1}\u306E\u4E21\u65B9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
EParameterName.listExceptions=\u4F8B\u5916
CamelPerformancePreferencePage.display.deactiveRepositoryUpdate=\u30EA\u30DD\u30B8\u30C8\u30EA\u5909\u66F4\u5F8C\u306E\u81EA\u52D5\u691C\u7D22/\u66F4\u65B0\u3092\u7121\u52B9\u5316
CamelPerformancePreferencePage.propertyCodeCheck=\u30B3\u30FC\u30C9\u751F\u6210\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\uFF08\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3067\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u901F\u5EA6\u304C\u901F\u304F\u306A\u308A\u307E\u3059\uFF09
CamelPerformancePreferencePage.display.deactiveRepositoryUpdate=\u30EA\u30DD\u30B8\u30C8\u30EA\u306E\u5909\u66F4\u5F8C\u306E\u81EA\u52D5\u691C\u7D22/\u66F4\u65B0\u3092\u7121\u52B9\u5316
CamelPerformancePreferencePage.propertyCodeCheck=\u30B3\u30FC\u30C9\u751F\u6210\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u30C1\u30A7\u30C3\u30AF\uFF08\u7121\u52B9\u306B\u3059\u308B\u3068\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u3088\u308A\u65E9\u304F\u4F5C\u6210\u3057\u307E\u3059\uFF09
CamelPerformancePreferencePage.generateCode=\u30EB\u30FC\u30C8\u3092\u958B\u304F\u969B\u306B\u30B3\u30FC\u30C9\u3092\u751F\u6210\u3059\u308B
CamelPerformancePreferencePage.checkVersion=\u30EB\u30FC\u30C8\u66F4\u65B0\u6642\u3001\u6700\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u307F\u30C1\u30A7\u30C3\u30AF
CamelPerformancePreferencePage.addOrDeleteVariable=\u8FFD\u52A0/\u524A\u9664\u3057\u305F\u5909\u6570\u306E\u5909\u66F4\u5185\u5BB9\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u53CD\u6620
CamelPerformancePreferencePage.ActivedTimeoutSetting=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u63A5\u7D9A\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u6709\u52B9\u5316
CamelPerformancePreferencePage.ConnectionTimeout=\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09
CamelPerformancePreferencePage.ConnectionTimeoutTip=0\u306B\u8A2D\u5B9A\u3059\u308B\u3068\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u306E\u7121\u52B9\u5316\u306B\u306A\u308A\u307E\u3059\u3002
CamelPerformancePreferencePage.addOrDeleteVariable=\u5909\u6570\u306E\u8FFD\u52A0/\u524A\u9664\u306E\u5909\u66F4\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u53CD\u6620
CamelPerformancePreferencePage.ActivedTimeoutSetting=DB\u63A5\u7D9A\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u6709\u52B9\u5316
CamelPerformancePreferencePage.ConnectionTimeout=\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8(\u79D2)
CamelPerformancePreferencePage.ConnectionTimeoutTip=\u30BC\u30ED\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u3001\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u306B\u3059\u308B\u306E\u3068\u540C\u3058\u3067\u3059\u3002
ImportRulesFromRepository.validator=\u540C\u3058\u540D\u524D\u306E\u30EB\u30FC\u30EB\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059
ImportRulesFromRepository.override=\u65E2\u5B58\u30EB\u30FC\u30EB\u306E\u4E0A\u66F8\u304D
ImportRulesFromRepository.dialog=\u30A4\u30F3\u30DD\u30FC\u30C8
@@ -677,7 +673,7 @@ ExchangePreferencePage.signOutExchangeTitle=\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8
ExchangePreferencePage.checkTisLogonExchangeTitle=\u6B21\u56DE\u304B\u3089TalendForge\u3078\u306E\u30ED\u30B0\u30A4\u30F3\u8A8D\u8A3C\u3092\u6C42\u3081\u306A\u3044
ExchangePreferencePage.exchangeCheckUpdatesTitle=\u66F4\u65B0\u60C5\u5831\u3092\u901A\u77E5\u3059\u308B
ExchangePreferencePage.currentUserTitle=\u73FE\u5728\u306E\u30E6\u30FC\u30B6\u30FC
OoziePreferencePage.userName=\u30E6\u30FC\u30B6\u30FC\u540D
OoziePreferencePage.userName=User name (\u30E6\u30FC\u30B6\u30FC\u540D)
OoziePreferencePage.path=\u30D1\u30B9
OoziePreferencePage.nameNodeEndPoint=\u30CD\u30FC\u30E0\u30CE\u30FC\u30C9\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
OoziePreferencePage.jobTrackerEndPoint=\u30B8\u30E7\u30D6\u30C8\u30E9\u30C3\u30AB\u30FC\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
@@ -687,11 +683,14 @@ OpenExistVersionProcessWizard.windowTitle=\u30B8\u30E7\u30D6\u30D0\u30FC\u30B8\u
Node.checkHasMultiPrejobOrPostJobComponents=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8" {0} "\u306F\u3001\u4E00\u3064\u306E\u30B8\u30E7\u30D6\u3067\u4E00\u3064\u3057\u304B\u5B9A\u7FA9\u51FA\u6765\u307E\u305B\u3093\u3002\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
AbstractMultiPageTalendEditor.canNotSaveTitle=\u8B66\u544A
AbstractMultiPageTalendEditor.canNotSaveMessage=\u30B8\u30E7\u30D6\u3092\u30ED\u30C3\u30AF\u51FA\u6765\u306A\u3044\u306E\u3067\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3002
ConnectionSetAsMainRef.ConnectionModifyError=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30B5\u30D6\u30B8\u30E7\u30D6\u63A5\u7D9A\u3092\u3057\u3066\u3044\u308B\u305F\u3081\u63A5\u7D9A\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
ConnectionSetAsMainRef.ConnectionModifyError=\u958B\u59CB\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u30B5\u30D6\u30B8\u30E7\u30D6\u30EA\u30F3\u30AF\u304C\u3042\u308B\u3068\u304D\u306B\u306F\u3001\u63A5\u7D9A\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
ConnectionSetAsMainRef.ERROR=\u30A8\u30E9\u30FC
ModifyMergeOrderAction.ConnectionModifyError=\u958B\u59CB\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u30B5\u30D6\u30B8\u30E7\u30D6\u30EA\u30F3\u30AF\u304C\u3042\u308B\u3068\u304D\u306B\u306F\u3001\u63A5\u7D9A\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
ModifyMergeOrderAction.ERROE=\u30A8\u30E9\u30FC
ConnectionDeleteCommand.COLLAPSE=\u8B66\u544A
ConnectionDeleteCommand.COLLAPSEJOBLET=\u30B8\u30E7\u30D6\u306B\u5C55\u958B\u3055\u308C\u3066\u3044\u308B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u63A5\u7D9A\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093
MultiPageTalendEditor.DIRTY=\u30C0\u30FC\u30C6\u30A3\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
MultiPageTalendEditor.DIRTYMESSAGE=\ \u304C\u30C0\u30FC\u30C6\u30A3\u3067\u3059\u3002\u6700\u521D\u306B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u3092\u4FDD\u5B58\u3057\u3066\u4E0B\u3055\u3044\u3002\u4FDD\u5B58\u3057\u306A\u3044\u3068\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u5909\u66F4\u304C\u5931\u308F\u308C\u307E\u3059\u3002
UpdateDetectionDialog.jobletMessage=\u30B8\u30E7\u30D6\u306F\u66F4\u65B0\u5F8C\u306B\u30AF\u30ED\u30FC\u30BA\u3057\u307E\u3059\u3002
ImportExportPreferencePage.addClasspathJar=\u30B8\u30E7\u30D6\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3059\u308B\u969B\u306B\u306F\u30AF\u30E9\u30B9\u30D1\u30B9\u306Ejar\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044(\u30B8\u30E7\u30D6\u30B5\u30FC\u30D0\u3068\u306E\u4E92\u63DB\u6027\u306F\u3042\u308A\u307E\u305B\u3093)\u3002
DbTableController.dialog.title=\u30A8\u30E9\u30FC
@@ -710,36 +709,52 @@ Connection.paral_repartitioner=\u30ED\u30A6\u3092\u518D\u5206\u5272
Connection.paral_none=\u306A\u3057
JavaSampleCodeFactory.askRegenerateCode=\u30B3\u30FC\u30C9\u751F\u6210\u3092\u5B9F\u65BD\u3059\u308B\u3068\u4EE5\u4E0B\u306E\u30A6\u30A3\u30F3\u30C9\u30A6\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u30B3\u30FC\u30C9\u3092\u4E0A\u66F8\u304D\u3059\u308B\u3053\u3068\u306B\u306A\u308A\u307E\u3059\u3002\u64CD\u4F5C\u3092\u7D9A\u3051\u307E\u3059\u304B\uFF1F
ProcessUpdateManager.Question=\u8CEA\u554F
ProcessUpdateManager.QuestionString=\u30B8\u30E7\u30D6\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u3088\u3046\u306B\u65B0\u898F\u30AB\u30E9\u30E0\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u304B?
PropertiesContextAction.disableParallelization=\u4E26\u5217\u5316\u7121\u52B9\u5316
OpenExistVersionProcessWizard.windowTitle1=\u4ED6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u958B\u304F
Node.notSupportDepartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.notSupportPartitioning=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3057\u304B\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.partitionKeysNotSame=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u30AD\u30FC\u306F\u3001\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u63A5\u7D9A\u3068\u540C\u3058\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
Node.supportPartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u73FE\u5728\u3001\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002
Node.notSupportPartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.repeatPartition=\u524D\u306B\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u884C\u304C\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
Node.repeatDepartition=\u524D\u306B\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u884C\u304C\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
OpenExistVersionProcess.open.title1=\u958B\u304D\u305F\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u9078\u629E
OpenExistVersionProcessPage.messageCreated1=\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u304C\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u30ED\u30C3\u30AF\u3057\u3066\u3044\u308B\u5834\u5408\u3001\u65B0\u898F\u30D0\u30FC\u30B8\u30E7\u30F3\u306F\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
OpenExistVersionProcessPage.labelContent=(\u30B8\u30E7\u30D6\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u65B0\u898F\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002)
OpenExistVersionProcessWizard.labelContent=\u30B8\u30E7\u30D6\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u4F5C\u6210\u51FA\u6765\u307E\u305B\u3093\u3002
Node.checkTRunjobwithMRProcess={1} \u30B8\u30E7\u30D6\u306F\u72EC\u7ACB\u3057\u305F\u5B9F\u884C({0})\u3068\u306E\u9593\u306B\u306E\u307F\u4E92\u63DB\u6027\u304C\u3042\u308A\u307E\u3059\u3002
Node.lostPartitioner=\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u306E\u524D\u306B\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u304C\u5FC5\u8981\u3067\u3059\u3002
Node.lostDepartitioner=\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u306E\u5F8C\u308D\u306B\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u304C\u5FC5\u8981\u3067\u3059\u3002
Node.setPartitioning=\u30D1\u30E9\u30EC\u30EB\u5316\u3092\u8A2D\u5B9A
Node.nothingDoForPartitioning=\u3053\u306E\u30B8\u30E7\u30D6\u306B\u306F\u4F55\u3082\u3059\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u305B\u3093\u3002
Node.hasInexistentColumn=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC({1})\u306E\u30AB\u30E9\u30E0({0})\u306F\u30B9\u30AD\u30FC\u30DE\u5185\u306B\u5B58\u5728\u305B\u305A\u3001Studio\u306F\u5143\u306E\u30AB\u30E9\u30E0\u3067\u306F\u306A\u304F\u6700\u521D\u306E\u30AB\u30E9\u30E0\u3092\u53D6\u308A\u307E\u3059\u3002\u624B\u52D5\u3067\u4FEE\u6B63\u3057\u3066\u4E0B\u3055\u3044\u3002
TalendEditorDropTargetListener.updateHadoopCfgDialog.title=Hadoop\u8A2D\u5B9A\u60C5\u5831\u3092\u66F4\u65B0\u3057\u307E\u3059
TalendEditorDropTargetListener.updateHadoopCfgDialog.msg=Hadoop\u63A5\u7D9A\u306E\u8A2D\u5B9A\u306F\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002\u8A2D\u5B9A\u3092\u66F4\u65B0\u3057\u307E\u3059\u304B\uFF1F
CodeView.initMessage=\u30B3\u30FC\u30C9\u751F\u6210\u30A8\u30F3\u30B8\u30F3\u3092\u521D\u671F\u5316\u4E2D...
CodeView.initMessage=\u751F\u6210\u30A8\u30F3\u30B8\u30F3\u306E\u521D\u671F\u5316\u4E2D...
Connection.paral_queuesize=\u30AD\u30E5\u30FC\u30B5\u30A4\u30BA
ModulesInstaller_text1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0} \u306F\u3001\u4EE5\u4E0B\u306E3rd party\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059
ModulesInstaller_title1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30EA\u30B9\u30C8
ModulesInstaller_text2=\u9078\u629E\u3055\u308C\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u6B21\u306E\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
ModulesInstaller_title2=\u9078\u629E\u3057\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30EA\u30B9\u30C8
PropertiesWizardPage.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
ColorsCodeViewerPreferencePage.Comment1Color=\u30B3\u30E1\u30F3\u30C81\u8272
ColorsCodeViewerPreferencePage.Comment2Color=\u30B3\u30E1\u30F3\u30C82\u8272
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u8272
ColorsCodeViewerPreferencePage.FunctionColor=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u8272
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\u8272
ColorsCodeViewerPreferencePage.LabelColor=\u30E9\u30D9\u30EB\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.Literal1Color=\u30EA\u30C6\u30E9\u30EB1\u8272
ColorsCodeViewerPreferencePage.Literal2Color=\u30EA\u30C6\u30E9\u30EB2\u8272
ColorsCodeViewerPreferencePage.MarkupColor=\u30DE\u30FC\u30AF\u30A2\u30C3\u30D7\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=\u6A19\u6E96\u8272
ColorsCodeViewerPreferencePage.defaultColor=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272
ColorsCodeViewerPreferencePage.fieldTip=\u592A\u5B57
ColorsCodeViewerPreferencePage.keyword1Color=\u30AD\u30FC\u30EF\u30FC\u30C91\u8272
ColorsCodeViewerPreferencePage.keyword2Color=\u30AD\u30FC\u30EF\u30FC\u30C92\u8272
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\u30C93\u8272
MetadataTypeLengthPreferencePage.VALUE=\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9ANULL
MetadataTypeLengthPreferencePage.FIELD=\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A
@@ -748,20 +763,40 @@ MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u5
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u578B
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570
ContextParameterProposal.Description=\u8AAC\u660E\uFF1A{0}
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
ContextParameterProposal.Type=\n\u30C7\u30FC\u30BF\u578B\: {1}
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
NodeReturnProposal.Description=\u8AAC\u660E\uFF1A{0}
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\uFF1A
RoutinesFunctionProposal.Description=\u8AAC\u660E\uFF1A
RoutinesFunctionProposal.Example=\u4F8B\uFF1A
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u30D6\u30FC\u30EB\u5024
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
MetadataTypeLengthConstants.LONG_LENGTH=Long
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u6587\u5B57
MetadataTypeLengthConstants.OBJECT_LENGTH=\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u6642
MetadataTypeLengthConstants.SHORT_LENGTH=\u77ED\u3044
MetadataTypeLengthConstants.DOUBLE_LENGTH=\u500D\u6570
MetadataTypeLengthConstants.STRING_LENGTH=\u6587\u5B57\u5217
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=\u30EA\u30B9\u30C8
MetadataTypeLengthConstants.DATETIME_LENGTH=\u65E5\u6642
ContextParameterProposal.ContextVariable=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
ContextParameterProposal.Description=\u8AAC\u660E: {0}
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
ContextParameterProposal.Type=\u30BF\u30A4\u30D7: {1}
ContextParameterProposal.VariableName=\u5909\u6570\u540D: {2}
NodeReturnProposal.Availability=\n\u53EF\u7528\u6027: {4}
NodeReturnProposal.Description=\u8AAC\u660E: {0}
NodeReturnProposal.GlobalVariable=\n\n\u30B0\u30ED\u30FC\u30D0\u30EB\u5909\u6570\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{1} [{2}]\u306E\u30D7\u30ED\u30D1\u30C6\u30A3
NodeReturnProposal.Type=\n\u30BF\u30A4\u30D7: {3}
NodeReturnProposal.VariableName=\n\n\u5909\u6570\u540D: {5}
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210:
RoutinesFunctionProposal.Description=\u8AAC\u660E:
RoutinesFunctionProposal.Example=\u4F8B:
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}
GlobalVariableProposal.Description=\u8AAC\u660E\uFF1A{0}
RoutinesFunctionProposal.VariableName=\u5909\u6570\u540D: {2}
GlobalVariableProposal.Description=\u8AAC\u660E: {0}
GlobalVariableProposal.VariableName=\u5909\u6570\u540D: {1}
ActivateSubjobAction.ActivateCompleteRoute=\u30EB\u30FC\u30C8\u30D5\u30ED\u30FC\u3092\u5168\u3066\u6709\u52B9\u5316
ActivateSubjobAction.DeactivateCompleteRoute=\u30EB\u30FC\u30C8\u30D5\u30ED\u30FC\u3092\u5168\u3066\u7121\u52B9\u5316
MissingSettingsMultiThreadDynamicComposite_missingModulesMessages=\u300C{0}\u300D\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059\u3002
@@ -772,14 +807,22 @@ PaserRuleSelectionDialog.RULE_NAME=\u30EB\u30FC\u30EB\u540D
PaserRuleSelectionDialog.RULE_TYPE=\u30EB\u30FC\u30EB\u30BF\u30A4\u30D7
PaserRuleSelectionDialog.RULE_VALUE=\u30EB\u30FC\u30EB\u5024
TracesConnectionUtils.connectionComment=\u30B9\u30AD\u30FC\u30DE\u304C\u7A7A\u53C8\u306F\u5B9A\u7FA9\u3055\u308C\u3066\u307E\u305B\u3093\uFF01
ColumnListController.invalidRegx=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC"{0}"\u306E"FILTER"\u5C5E\u6027\u306E\u5024\u304C\u7121\u52B9\u306A\u305F\u3081\u3001\u30D5\u30A3\u30EB\u30BF\u30FC\u306F\u6709\u52B9\u6027\u3092\u5931\u3044\u307E\u3059\u3002\u4F7F\u7528\u3067\u304D\u308B\u3088\u3046\u306B\u3059\u308B\u5834\u5408\u306F\u3001\u78BA\u8A8D\u3057\u3001\u8A02\u6B63\u3057\u3066\u4E0B\u3055\u3044\u3002
DesignerPreferencePage.notShowWarningDialog=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u5185\u306E\u5165\u529B/\u51FA\u529B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C8\u30EA\u30AC\u30FC\u306B\u53D6\u308A\u4ED8\u3051\u3089\u308C\u305F\u30EA\u30F3\u30AF\u3092\u524A\u9664\u3059\u308B\u3068\u304D\u306B\u3001\u8B66\u544A\u3092\u8868\u793A\u3057\u306A\u3044\u3067\u4E0B\u3055\u3044\u3002
GEFDeleteAction.deleteConnectionDialog.title=\u8B66\u544A
GEFDeleteAction.deleteConnectionDialog.toggleMsg=\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u518D\u8868\u793A\u3057\u306A\u3044
GEFDeleteAction.deleteConnectionDialog.msg=\u30EA\u30F3\u30AF\u3092\u524A\u9664\u3057\u3066\u3082\u3053\u306E\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u30B8\u30E7\u30D6\u306F\u81EA\u52D5\u7684\u306B\u66F4\u65B0\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?
GEFDeleteAction.deleteConnectionDialog.toggleMsg=\u3053\u306E\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u518D\u3073\u8868\u793A\u3057\u306A\u3044\u3002
PasswordController.NewPassword=\u65B0\u898F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B
PasswordController.NoteConvention=\u30E1\u30E2: \u30C6\u30AD\u30B9\u30C8\u3092\u4E8C\u91CD\u5F15\u7528\u7B26\u3067\u56F2\u3080Java\u306E\u901A\u5E38\u306E\u898F\u5247\u306B\u5F93\u3044\u307E\u3059\u3002
NodeSelectedDialog.title=\u30CE\u30FC\u30C9\u306E\u9078\u629E
NodeSelectedDialog.msg=\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044
FocusOnJobAction.FocusOnTypeAction_label=\u6B21\u306B\u30D5\u30A9\u30FC&\u30AB\u30B9...
FocusOnJobAction.FocusOnTypeAction_description=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u65B0\u898F\u30BF\u30A4\u30D7\u306B\u30D5\u30A9\u30FC\u30AB\u30B9
FocusOnJobAction.FocusOnTypeAction_tooltip=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u65B0\u898F\u30BF\u30A4\u30D7\u306B\u30D5\u30A9\u30FC\u30AB\u30B9
FocusOnJobAction.TypeHierarchyViewPart_layout_submenu=&\u30EC\u30A4\u30A2\u30A6\u30C8
ToggleOrientationAction_horizontal_label=&\u6C34\u5E73
ToggleOrientationAction_horizontal_tooltip=\u6C34\u5E73
ToggleOrientationAction_horizontal_description=\u6C34\u5E73
ToggleOrientationAction_horizontal_tooltip=\u6A2A\u4F4D\u7F6E
ToggleOrientationAction_horizontal_description=\u6A2A\u4F4D\u7F6E
ToggleOrientationAction_vertical_label=&\u5782\u76F4
ToggleOrientationAction_vertical_tooltip=\u5782\u76F4
ToggleOrientationAction_vertical_description=\u5782\u76F4
@@ -789,51 +832,117 @@ ToggleOrientationAction_automatic_description=\u81EA\u52D5
ToggleOrientationAction_single_label=\u968E\u5C64&\u306E\u307F
ToggleOrientationAction_single_tooltip=\u968E\u5C64\u306E\u307F
ToggleOrientationAction_single_description=\u968E\u5C64\u306E\u307F
ToggleViewAction_subtypes_label=\u30B5\u30D6&\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_subtypes_tooltip=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_subtypes_description=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_supertypes_label=\u30B9\u30FC&\u30D1\u30FC\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_supertypes_tooltip=Supertype\u968E\u5C64\u306E\u8868\u793A
ToggleViewAction_supertypes_description=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_vajhierarchy_label=&\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_vajhierarchy_tooltip=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_vajhierarchy_description=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
WorkbenchMessages.SelectionDialog_selectLabel=&\u3059\u3079\u3066\u9078\u629E
WorkbenchMessages.SelectionDialog_deselectLabel=&\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
MarkerMessages.Category_One_Item_Label={0} (1\u30A2\u30A4\u30C6\u30E0)
MarkerMessages.Category_Label={0} ({1}\u30A2\u30A4\u30C6\u30E0)
MarkerMessages.problem_statusSummaryBreakdown={0,choice,0#0 errors|1#{0,number,integer} error|1<{0,number,integer} errors}, {1,choice,0#0 warnings|1#{1,number,integer} warning|1<{1,number,integer} warnings}, {2,choice,0#0 infos|1#{2,number,integer} info|1<{2,number,integer} infos}
MarkerMessages.ProblemView_GroupByMenu=&\u5206\u985E\u57FA\u6E96
MarkerMessages.ProblemView_Type=&\u30BF\u30A4\u30D7
MarkerMessages.ProblemView_None=&\u7121\u3057
Node.canNotMultiKindTableOutput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F"{0}"\u30BF\u30A4\u30D7\u3068"{1}"\u30BF\u30A4\u30D7\u306E\u51FA\u529B\u3092\u540C\u6642\u306B\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
Node.ELTDBMap.canNotHaveMultiStartNode="{0}"\u3068"{1}"\u306E\u9593\u306E\u30EA\u30F3\u30AF\u30BF\u30A4\u30D7\u306B\u306F"{2}"\u3092\u4F7F\u7528\u3057\u3066\u4E0B\u3055\u3044\u3002
Node.hasMoreThenOneColumn=\u30C6\u30FC\u30D6\u30EB({0})\u306B\u8907\u6570\u306E\u30AB\u30E9\u30E0\u304C\u3042\u308A\u307E\u3059\u3002
NodePart_componentNotLoaded=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30ED\u30FC\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
NodePart_warning=\u8B66\u544A
Node.repeatMergeSort={0}\u306B\u306F\u30DE\u30FC\u30B8\u30BD\u30FC\u30C8\u304C\u8A2D\u5B9A\u6E08\u307F\u3067\u3059\u3002{1}\u5185\u306E\u30DE\u30FC\u30B8\u30BD\u30FC\u30C8\u3092\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044
DesignerPreferencePage.lineStyle=\u30B8\u30E7\u30D6\u30C7\u30B6\u30A4\u30CA\u30FC\u306B\u306F\u66F2\u7DDA\u63A5\u7D9A\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059
PerformancePreferencePage.autoCheckField=SVN\u306E\u66F4\u65B0\u3092\u81EA\u52D5\u78BA\u8A8D
PerformancePreferencePage.autoCheckTime=\u305D\u308C\u305E\u308C\u306E\u66F4\u65B0\u3092\u691C\u51FA(\u79D2)
TalendEditorPaletteFactory.palette.favorites=\u304A\u6C17\u306B\u5165\u308A
TalendEditorPaletteFactory.palette.recentlyUsed=\u6700\u8FD1\u306E\u4F7F\u7528
TalendEditorPaletteFactory.searchingFromHelp=\u30D8\u30EB\u30D7\u3092\u691C\u7D22
PaletteSettingsPreferencePage.paletteSettingsRecentlyUsedListSize=\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u30EA\u30B9\u30C8\u30B5\u30A4\u30BA
PaletteSettingsPreferencePage.paletteSettingsSearchFromHelp=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u691C\u7D22\u3092\u5B9F\u884C\u3059\u308B\u3068\u304D\u306F\u30D8\u30EB\u30D7\u304B\u3089\u3082\u691C\u7D22
PaletteSettingsPreferencePage.paletteSettingsSearchResultLimitFromHelp=\u30D8\u30EB\u30D7\u304B\u3089\u306E\u7D50\u679C\u306E\u5236\u9650
UpdateHelpIndexJob.title=\u30ED\u30FC\u30AB\u30EB\u30D8\u30EB\u30D7\u306E\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u4ED8\u3051...
PropertiesWizardPage.SameAsProjectname=\u540D\u524D\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059
DesignerPreferencePage.JobletColorGroup=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
DesignerPreferencePage.JobletGroupColorLabel=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8272
CreateProcess.action.createStandardJob=\u6A19\u6E96\u30B8\u30E7\u30D6\u3092\u4F5C\u6210
MainComposite.NameSection.Name=\u540D\u524D
MainComposite.VersionAuthorSection.authorLabel=\u4F5C\u6210\u8005
MainComposite.VersionAuthorSection.versionLabel=\u30D0\u30FC\u30B8\u30E7\u30F3
MainComposite.JobTypeSection.jobTypeLabel=\u30B8\u30E7\u30D6\u30BF\u30A4\u30D7
MainComposite.JobFrameworkSection.jobFrameworkLabel=\u30D5\u30EC\u30FC\u30E0\u30EF\u30FC\u30AF
MainComposite.PurposeStatusSection.purposeLabel=\u76EE\u7684
MainComposite.PurposeStatusSection.statusLabel=\u30B9\u30C6\u30FC\u30BF\u30B9
MainComposite.NameEmptyError=\u540D\u524D\u304C\u7A7A\u3067\u3059\u3002
MainComposite.DescriptionSection.Label=\u8AAC\u660E
MainComposite.DateSection.ModificationLabel=\u5909\u66F4
MainComposite.DateSection.creationLabel=\u4F5C\u6210
MainComposite.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
MainComposite.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
MainComposite.NameEmptyError=\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
MainComposite.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
MainComposite.SameAsProjectname=\u540D\u524D\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059
EOozieParameterName.propertyType=\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7
DesignerPreferencePage.duplicateTestCases=\u30B8\u30E7\u30D6\u306E\u8907\u88FD\u3092\u884C\u3046\u3068\u304D\u306FtestCases\u3092\u8907\u88FD\u3057\u307E\u3059
EOozieParameterName.propertyType=Property Type (\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7)
EOozieParameterName.hadoopDistribution=Hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3
EOozieParameterName.hadoopVersion=Hadoop\u30D0\u30FC\u30B8\u30E7\u30F3
EOozieParameterName.enableKerberos=Kerberos\u8A8D\u8A3C\u3092\u6709\u52B9\u5316
EOozieParameterName.nameNodePrincipal=\u30CD\u30FC\u30E0\u30CE\u30FC\u30C9\u30D7\u30EA\u30F3\u30B7\u30D1\u30EB
EOozieParameterName.userName=\u30E6\u30FC\u30B6\u30FC\u540D
EOozieParameterName.userName=User name (\u30E6\u30FC\u30B6\u30FC\u540D)
EOozieParameterName.group=\u30B0\u30EB\u30FC\u30D7
EOozieParameterName.useKeytab=Keytab\u3092\u8A8D\u8A3C\u306B\u4F7F\u7528
EOozieParameterName.useKeytab=keytab\u3092\u4F7F\u7528\u3057\u3066\u8A8D\u8A3C
EOozieParameterName.ktPrincipal=\u30D7\u30EA\u30F3\u30B7\u30D1\u30EB
EOozieParameterName.keytab=\u30AD\u30FC\u30BF\u30D6
EOozieParameterName.enableOoKerberos=Kerberos\u8A8D\u8A3C\u3092\u6709\u52B9\u5316
EOozieParameterName.nameNodeEndPoint=\u30CD\u30FC\u30E0\u30CE\u30FC\u30C9\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
EOozieParameterName.jobTrackerEndPoint=\u30B8\u30E7\u30D6\u30C8\u30E9\u30C3\u30AB\u30FC\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
EOozieParameterName.oozieEndPointValue=Oozie\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
Node.parameterWrong=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\uFF08{0}\uFF09\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
Connection.languageWarning=*\u30E1\u30E2: Bean\u8A00\u8A9E\u306E\u5834\u5408\u3001\u5F0F\u306F\u5F15\u7528\u7B26\u306A\u3057\u306E\u4FEE\u98FE\u30AF\u30E9\u30B9\u540D\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002 \n*\u30E1\u30E2: None\u8A00\u8A9E\u306E\u5834\u5408\u3001\u5024\u306F\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u306A\u304F\u3001\u5F0F\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002\n*\u30E1\u30E2: XPath\u8A00\u8A9E\u306E\u5834\u5408\u306F\u3001\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u306B\u30C1\u30A7\u30C3\u30AF\u304C\u5165\u3063\u3066\u3044\u308C\u3070\u3001\u305D\u308C\u304C\u81EA\u52D5\u7684\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002
EParameterName.useNamespaces=\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u3092\u8FFD\u52A0
EParameterName.namespaces=\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9
EParameterName.xpathPrefix=\u30D7\u30EC\u30D5\u30A3\u30AF\u30B9
Node.checkSparkMLComponentVersion14=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306FSpark1.4\u4EE5\u4E0A\u3067\u4F7F\u7528\u51FA\u6765\u307E\u3059
Node.checkSparkMLComponentVersion15=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306FSpark1.5\u4EE5\u4E0A\u3067\u4F7F\u7528\u51FA\u6765\u307E\u3059
EParameterName.xpathPrefix=\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9
Node.checkSparkMLComponentVersion14=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001Spark 1.4\u4EE5\u4E0A\u3067\u52D5\u4F5C\u3057\u307E\u3059\u3002
Node.checkSparkMLComponentVersion15=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F Spark 1.5\u4EE5\u4E0A\u3067\u52D5\u4F5C\u3057\u307E\u3059\u3002
Node.inputMustNotBeAMappingField=\u5165\u529B\u30D5\u30A3\u30FC\u30EB\u30C9\uFF08{0}\uFF09\u306F\u30DE\u30C3\u30D4\u30F3\u30B0\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u7A7A\u767D\u306B\u3057\u3066\u304A\u3044\u3066\u4E0B\u3055\u3044\u3002
PerformancePreferencePage.autoRefreshLocksField=\u30ED\u30C3\u30AF\u72B6\u614B\u306E\u81EA\u52D5\u66F4\u65B0
PerformancePreferencePage.tacTimeout=TAC\u3068\u306E\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u5024\uFF08\u79D2\uFF09
AbstractSchemaController.copyChildSchema=\u5B50\u30B8\u30E7\u30D6\u306E\u30B9\u30AD\u30FC\u30DE\u3092\u30B3\u30D4\u30FC
AbstractSchemaController.copyChildSchema.tooltip=\u5B50\u30B8\u30E7\u30D6\u306EtBufferOutput\u30B9\u30AD\u30FC\u30DE\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
PerformancePreferencePage.CodeFormatTimeout=\u30B3\u30FC\u30C9\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8(\u79D2)
AbstractSchemaController.copyChildSchema=\u5B50\u30B8\u30E7\u30D6\u30B9\u30AD\u30FC\u30DE\u306E\u30B3\u30D4\u30FC
AbstractSchemaController.copyChildSchema.tooltip=tBufferOutput\u30B9\u30AD\u30FC\u30DE\u3092\u5B50\u30B8\u30E7\u30D6\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8
AbstractSchemaController.editSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u7DE8\u96C6
AbstractSchemaController.resetButton.tooltip=\u76F4\u524D\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u3082\u3064\u30AB\u30E9\u30E0\u304C\u81EA\u52D5\u7684\u306B\u9069\u7528\u3055\u308C\u307E\u3059
AbstractSchemaController.resetButton.tooltip=\u524D\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30AB\u30E9\u30E0\u3092\u81EA\u52D5\u7684\u306B\u53D6\u308A\u307E\u3059
AbstractSchemaController.schemaOf=\u30B9\u30AD\u30FC\u30DE
AbstractSchemaController.syncColumns=\u30AB\u30E9\u30E0\u3092\u540C\u671F
AbstractSchemaController.syncColumns=\u540C\u671F\u30AB\u30E9\u30E0
AbstractSchemaController.validationrule.title.warn=\u8B66\u544A
AbstractSchemaController.validationrule.title.confirm=\u78BA\u8A8D
AbstractSchemaController.validationrule.cannotApplyValMsg=\u691C\u8A3C\u30EB\u30FC\u30EB\u3092\u9069\u7528\u3067\u304D\u307E\u305B\u3093\u3002\u691C\u8A3C\u30EB\u30FC\u30EB\u306B\u9069\u5408\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u304C\u3042\u308A\u307E\u305B\u3093\u3002
AbstractSchemaController.connectionNotAvaliable=\u63A5\u7D9A\u60C5\u5831\u306B\u8AA4\u308A\u304C\u3042\u308A\u307E\u3059
AbstractSchemaController.validationrule.selectBuildInMsg=\u7D44\u307F\u8FBC\u307F\u3092\u9078\u629E\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u4E0B\u306E\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u5931\u308F\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B?
AbstractSchemaController.validationrule.selectMetadataMsg=\u4ECA\u9078\u629E\u3057\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u306B\u306F\u3001\u6700\u65B0\u306E\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002 \u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u5931\u308F\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B?
AbstractSchemaController.validationrule.cannotApplyValMsg=\u305D\u306E\u30B9\u30AD\u30FC\u30DE\u306B\u691C\u8A3C\u30EB\u30FC\u30EB\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u3082\u306E\u304C\u306A\u3044\u305F\u3081\u3001\u691C\u8A3C\u30EB\u30FC\u30EB\u3092\u3092\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u9069\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
AbstractSchemaController.connectionNotAvaliable=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u5185\u3067\u63A5\u7D9A\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u307E\u305F\u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
AbstractSchemaController.inputNotSet=\u5165\u529B\u63A5\u7D9A\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
AbstractBasicComponent.builtIn=\u7D44\u307F\u8FBC\u307F
AbstractBasicComponent.repository=\u30EA\u30DD\u30B8\u30C8\u30EA
Node.notExistedContextName=\u884C{1}\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u540D{0}\u304C\u30AB\u30E9\u30E0{2}\u5185\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
PerformancePreferencePage.generateLatestVersion=\u30B8\u30E7\u30D6/\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u5BFE\u5FDC\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u6700\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u751F\u6210
ImportExportPreferencePage.rebuildRelationships=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u6642\u306B\u30A2\u30A4\u30C6\u30E0\u306E\u95A2\u4FC2\u3092\u518D\u30D3\u30EB\u30C9\u3057\u307E\u3059\u3002
AbstractMultiPageTalendEditor.readonly=\u8B66\u544A
AbstractMultiPageTalendEditor.readonlyMessage=\u30B8\u30E7\u30D6\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\uFF01\u30B8\u30E7\u30D6\u53C8\u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F\u30EA\u30FC\u30C9\u30AA\u30F3\u30EA\u30FC\u3067\u3059\uFF01
MainComposite.JobTypeSection.jobletTypeLabel=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30BF\u30A4\u30D7
ProcessController.UseDynamicJobSelectionDialog.message=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306F\u3001\u30B8\u30E7\u30D6 {0} \u304B\u3089\u53D6\u5F97\u3055\u308C\u307E\u3059\uFF01
GuessSchemaController.schemaOf=\u30B9\u30AD\u30FC\u30DE
Node.notFormedLoop=\u30B8\u30E7\u30D6\u5185\u306E\u63A5\u7D9A\u3055\u308C\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u9589\u30EB\u30FC\u30D7\u3092\u5F62\u6210\u3057\u306A\u3044\u3088\u3046\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002 \u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
AbstractSchemaController.schema.title={0}\u306E\u30B9\u30AD\u30FC\u30DE
DeploymentComposite.gourpIdLabel=\u30AB\u30B9\u30BF\u30E0GroupId\u306E\u4F7F\u7528
DeploymentComposite.versionLabel=\u30AB\u30B9\u30BF\u30E0\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u4F7F\u7528
DeploymentComposite.buildTypeLabel=\u30D3\u30EB\u30C9\u30BF\u30A4\u30D7
DeploymentComposite.valueWarning=\u5024\u304C\u7121\u52B9\u3067\u3059\u3002
ComponentRefController.connectionLabel=\u63A5\u7D9A\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
DeploymentComposite.snapshotLabel=\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u306E\u4F7F\u7528
PerformancePreferencePage.HBaseOrMaprDBScanLimit=HBase/MapR-DB\u30B9\u30AD\u30E3\u30F3\u5236\u9650(\u30B9\u30AD\u30FC\u30DE\u53D6\u5F97\u306E)
PerformancePreferencePage.HBaseOrMaprDBScanLimitTip=\u30BC\u30ED\u306B\u8A2D\u5B9A\u3059\u308B\u3068\u3001\u5236\u9650\u3092\u7121\u52B9\u5316\u3059\u308B\u306E\u3068\u540C\u3058\u306B\u306A\u308A\u307E\u3059\u3002
PerformancePreferencePage.tacTimeout.read=Administrator Center\u304B\u3089\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u8AAD\u307F\u53D6\u308B(\u79D2)
AbstractJobSettingsPage.save=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306EPOM\u3092\u66F4\u65B0\u3057\u307E\u3059\u304B? #l \u3053\u306E\u64CD\u4F5C\u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30B5\u30A4\u30BA\u306B\u3088\u3063\u3066\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002
EmfComponent.Count=\u30AB\u30A6\u30F3\u30C8

View File

@@ -50,7 +50,6 @@ IconSelectionController.Revert=Revert
OpenContextChooseComboDialog.context=Context:
ParallelExecutionAction.talend=Talend
PropertiesWizardPage.Version=Versie
SQLPatternComposite.add=Toevoegen
SQLPatternComposite.delete=Verwijderen
TalendLaunchToolbarAction.information=Informatie
UpdateManagerUtils.updateMOfification=Update manager modificatie

Some files were not shown because too many files have changed in this diff Show More