Compare commits

...

765 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
9122 changed files with 103992 additions and 69401 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)
- [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

@@ -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.5.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,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,104 +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
AddExternalResourceAction.JarSelection=Jar\u6587\u4EF6\u9009\u62E9
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
WizardComponentFolderPage.Available=\u53EF\u7528
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.
NewActionProvider.NewComponent=\u65B0\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
WizardComponentFolderPage.ErrMSG4=\u7EC4\u4EF6\u957F\u540D\u79F0\u4E3A\u7A7A
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
CreateComponentWizard.NewComponent=\u65B0\u7EC4\u4EF6
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
AddResourceAction.AddLib=\u6DFB\u52A0\u77E5\u8BC6\u5E93
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u7EC4\u4EF6\u5BFC\u5165\u6210\u529F
AddExternalResourceAction.ErrorTitle=\u5916\u90E8\u6863\u6848\u9519\u8BEF
AbstractXMLConfigPage.NBLINESTip=\u6574\u6570\u503C\u3002 \u6B64\u53C2\u6570\u5728\u7EC4\u4EF6\u89C6\u56FE\u7684\u884C\u8303\u56F4
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
WizardComponentFolderPage.LongName=\u957F\u540D\u79F0\uFF08\u9F20\u6807\u79FB\u4E0A\u63D0\u793A\uFF09
CopyComponentActionProvider.CopyComponent=\u590D\u5236\u8FD9\u4E2A\u7EC4\u4EF6
ImportComponentDialog.ChooseComponentsLabel=\u9009\u62E9\u8981\u5BFC\u5165\u7684\u7EC4\u4EF6\uFF1A
AddResourceAction.JARSecection=Jar\u6587\u4EF6\u9009\u62E9
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
EditComponentActionProvider.GroupEdit=\u7EC4\u7F16\u8F91
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...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u6CA1\u6709\u53EF\u7528\u7684\u7EC4\u4EF6
AbstractXMLConfigPage.MINOUTPUTTip=\u6574\u6570\u503C\u3002\u8FDE\u63A5\u6700\u5C0F\u503C\u8F93\u51FA
ValidateComponentXMLActionProvider.error=\n\t\u5728{0}\u884C\u51FA\u73B0\u9519\u8BEF
ValidateComponentXMLActionProvider.fatalerror=\n\t\u5728{0}\u884C\u51FA\u73B0\u4E25\u91CD\u9519\u8BEF
ValidateComponentXMLActionProvider.invalid=\u65E0\u6548\u7684XML\u6587\u4EF6\u7EC4\u4EF6\:\n
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
ValidateComponentXMLActionProvider.warning=\n\t\u5728{0}\u884C\u51FA\u73B0\u8B66\u544A
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,6 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.rcp.nl
Bundle-Version: 6.5.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.5.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,11 +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)
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP\u5E94\u7528\u7A0B\u5E8F
ApplicationActionBarAdvisor.ShowView_errorTitle=\u95EE\u9898\u5217\u8868\u89C6\u56FE
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message0=\u9000\u51FA\u5E94\u7528\u7A0B\u5E8F\uFF1F
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message1=\u9000\u51FA {0}?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_shellTitle=\u786E\u8BA4\u9000\u51FA

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.5.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.abstractmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>

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

@@ -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.5.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.alfrescooutput

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>

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.5.0.qualifier
Bundle-Version: 7.0.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.business.diagram
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>

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,9 +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.Centimeters_Label_Text=\u30B3\u30DF\u30C3\u30BF\u30FC
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

@@ -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.5.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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>

View File

@@ -139,3 +139,4 @@ 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
@@ -137,3 +137,4 @@ ComponentsPreferencePage.notValidDirectory=Votre s
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
@@ -20,7 +22,7 @@ JetSkeletonManager.unableSave=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u
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{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.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\:
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,28 +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
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

@@ -9,7 +9,8 @@ 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
@@ -30,6 +31,7 @@ CodeGeneratorEmittersPoolFactory.dialogContent=\u4E3A\u4E86\u907F\u514D\u4EA7\u7
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
@@ -41,6 +43,7 @@ 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
@@ -54,19 +57,27 @@ 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.5.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

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>

View File

@@ -94,7 +94,7 @@ 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 restart studio to load it, are you want to restart now?
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.

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,15 +81,15 @@ 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
@@ -98,3 +98,4 @@ DownloadComponenentsAction_restartMessage=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u
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

@@ -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.5.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.core
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

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

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.core.nl</artifactId>

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
@@ -946,3 +941,8 @@ 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
@@ -700,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.
@@ -730,6 +727,8 @@ 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
@@ -742,7 +741,9 @@ 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}
@@ -769,6 +770,8 @@ GEFDeleteAction.deleteConnectionDialog.msg=Supprimer le lien ne met pas automati
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
@@ -786,11 +789,16 @@ ToggleViewAction_vajhierarchy_description=Afficher la hi
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
@@ -804,6 +812,7 @@ 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.
@@ -815,6 +824,7 @@ 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
@@ -828,6 +838,7 @@ 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.
@@ -841,8 +852,17 @@ AbstractSchemaController.validationrule.selectMetadataMsg=La m
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=\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,17 +479,17 @@ 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
@@ -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,38 +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.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5B8C\u5168\u306B\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044\u3002
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
@@ -750,21 +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
MetadataTypeLengthConstants.STRING_LENGTH=String
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
@@ -775,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
@@ -792,15 +832,40 @@ 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
PropertiesWizardPage.SameAsProjectname=\u540D\u79F0\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059\u3002
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
@@ -808,48 +873,76 @@ 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.DescriptionSection.Label=\u8A73\u7D30
MainComposite.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5B8C\u5168\u306B\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044\u3002
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
DeploymentComposite.gourpIdLabel=\u30AB\u30B9\u30BF\u30E0\u30B0\u30EB\u30FC\u30D7ID\u3092\u4F7F\u7528
DeploymentComposite.versionLabel=\u30AB\u30B9\u30BF\u30E0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F7F\u7528
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

View File

@@ -94,8 +94,8 @@ DesignerPreferencePage.hintShowed=Poka\u017C podpowiedzi komponent
CreateNodeCommand.Label=Utw<EFBFBD>rz ga\u0142\u0105\u017A
EParameterName.fileNameStats=Nazwa pliku statystyk
ConnectionReconnectCommand.LabelSource=Przenie\u015B po\u0142\u0105czenie \u017Ar<41>d\u0142a
EmfComponent.Count=Ilo\u015B\u0107
EParameterName.schemaDb=Schemat
ProblemsView.resource=Zas<EFBFBD>b
ConnectionCreateAction.error=B\u0142\u0105d
EParameterName.Log.File=Zapis log<6F>w do pliku
ChangeNodeTextCommand.Label=Zmie\u0144 etykiet\u0119 po\u0142\u0105czenia
@@ -240,7 +240,6 @@ PromptDefaultValueDialog.column=Kolumna
PromptDefaultValueDialog.defaultValue=Warto\u015B\u0107 domy\u015Blna
PropertiesWizardPage.Version=Wersja
QueryTypeController.alert=Alarm
SQLPatternComposite.add=Dodaj
SQLPatternComposite.delete=Usu\u0144
SQLPatternComposite.up=W g<>r\u0119
SqlMemoController.query=Zapytanie
@@ -305,3 +304,4 @@ ModifyMergeOrderAction.ERROE=B\u0141\u0104D
ConnectionDeleteCommand.COLLAPSE=Ostrze\u017Cenie
DbTableController.dialog.title=B\u0141\u0104D
ProcessUpdateManager.Question=Pytanie
MainComposite.NameSection.Name=Nazwa

View File

@@ -76,7 +76,7 @@ ConnectionSetAsMainRef.lookupLabel=Definir esta conex
MoveNodeCommand.Label=Mover n<>
MultiPageTalendEditor.InvalidInput=Entrada inv<6E>lida: Dever ser IFileEditorInput
ConnectionReconnectCommand.LabelSource=Mover fonte de conex<65>o
EmfComponent.Count=Contar
ProblemsView.resource=Recurso
ConnectionCreateAction.error=Erro
ChangeNodeTextCommand.Label=Mudar nome da Conex<65>o
ConnectionReconnectCommand.LabelTarget=Mover alvo de conex<65>o
@@ -201,8 +201,8 @@ QueryTypeController.nothingToGuess=Nada a advinhar
ReloadFromProjectSettings=&Recarregar as defini<6E><69>es do Projeto
ReloadFromProjectSettingsMessages=Defini<EFBFBD><EFBFBD>es atuais ser<65>o sobrescritas. Voc<6F> deseja continuar?
ReloadFromProjectSettingsToolTipText=Recarregar valores da p<>gina de defini<6E><69>es do Projeto (Shift+R)
SQLPatternComposite.add=Adicionar
SQLPatternComposite.delete=Deletar
SQLPatternComposite.down=Para baixo
SaveToProjectSettings=Salvar defini<6E><69>es do projeto
SaveToProjectSettingsMessage=Defini<EFBFBD><EFBFBD>es atuais do projeto ser<65>o sobrescritas. Voc<6F> deseja continuar?
SaveToProjectSettingsToolTipText=Salve valores da p<>gina de defini<6E><69>es do projeto (Shift+S)

View File

@@ -31,7 +31,6 @@ IconSelectionController.Revert=Revenire
PromptDefaultValueDialog.column=Coloana
PropertiesWizardPage.Version=Versiune
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Adauga
SQLPatternComposite.delete=sterge
SQLPatternComposite.down=Jos
SQLPatternComposite.up=SUS

View File

@@ -83,7 +83,6 @@ CreateNoteCommand.Name=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0440\u
DesignerPreferencePage.hintShowed=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B
CreateNodeCommand.Label=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0437\u0435\u043B
ConnectionReconnectCommand.LabelSource=\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
EmfComponent.Count=\u0412\u0441\u0435\u0433\u043E
EParameterName.schemaDb=\u0421\u0445\u0435\u043C\u0430
ConnectionCreateAction.error=\u041E\u0448\u0438\u0431\u043A\u0430
ChangeNodeTextCommand.Label=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
@@ -223,7 +222,6 @@ PromptDefaultValueDialog.column=\u0421\u0442\u043E\u043B\u0431\u0435\u0446
PromptDefaultValueDialog.defaultValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
PropertiesWizardPage.Version=\u0412\u0435\u0440\u0441\u0438\u044F
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
SQLPatternComposite.delete=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
SQLPatternComposite.down=\u0412\u043D\u0438\u0437
SQLPatternComposite.up=\u0412\u0432\u0435\u0440\u0445

View File

@@ -86,7 +86,6 @@ GuessSchemaController.connectionError=Chyba pripojenia
IconSelectionController.MessageTitle=CHYBA
PropertiesTableEditorModel.removeSchema=Odstr<EFBFBD>ni\u0165 Sch<63>mu
PropertiesWizardPage.Version=Verzia
SQLPatternComposite.add=Prida\u0165
SQLPatternComposite.delete=Zmaza\u0165
ConnectionCreateCommand.inputValid=Vstup je neplatn<74>.
ErrorMessageDialog.DETAIL=detail

View File

@@ -30,7 +30,6 @@ EParameterName.title=Ba\u015Fl\u0131k
FilterTraceColumnAction.SelectAll=T<EFBFBD>m<EFBFBD>n<EFBFBD> Se<53>
IconSelectionController.MessageTitle=Hata
PropertiesWizardPage.Version=Versiyon
SQLPatternComposite.add=Ekle
SQLPatternComposite.delete=Sil
EParameterName.dataSource=Verikayna\u011F\u0131
EParameterName.routeType=Tip

View File

@@ -33,7 +33,6 @@ ActivateSubjobAction.DeactivateComplete=\u505C\u7528\u6240\u6709\u8FDE\u63A5\u76
EParameterName.Level.Log.File=\u7EA7\u522B
EParameterName.schemaOptions=Schema\u9009\u9879
EParameterName.Purpose=\u76ee\u7684
EParameterName.Purpose=\u76ee\u7684
MultiPageEditorContributor.Grid=\u7f51\u683c(&G)
EParameterName.tableLogs=\u65e5\u5fd7\u8868
SqlMemoController.QueryError.infoMsg=\u67e5\u8be2\u8bed\u53e5\u4e0d\u80fd\u5305\u542b\u4e0a\u4e0b\u6587\u53c2\u6570\uff08\u50cf\uff1a $_context\uff09\uff0c\u6216\u8005\u67e5\u8be2\u8bed\u53e5\u6ca1\u6709\u62ec\u5728 {0} \u5b57\u7b26\u5185\u3002\u8bf7\u6539\u6b63\uff01
@@ -133,7 +132,6 @@ NewProcessWizard.failureText=\u4f5c\u4e1a\u4e0d\u80fd\u4fdd\u5b58
ContextParameterPage.shouldPrompt=\u63d0\u793a\u503c
ContextParameterPage.prompt=\u63d0\u793a
EParameterName.Name=\u540d\u5b57
EParameterName.Name=\u540d\u5b57
EParameterName.onDatabaseFlag=\u8f93\u51fa\u5230\u6570\u636e\u5e93
ChangeMetadataCommand.messageDialog.propagate=\u4f20\u64ad
ContextParameterPage.name=\u540d\u5b57
@@ -163,7 +161,6 @@ CreateNodeCommand.Label=\u521b\u5efa\u8282\u70b9
EParameterName.fileNameStats=\u9759\u6001\u4fe1\u606f\u6587\u4ef6
ConnectionReconnectCommand.LabelSource=\u79fb\u52a8\u8fde\u63a5\u6e90
Problems.category.routines=\u5E38\u89C4
EmfComponent.Count=\u8ba1\u7b97
ComboController.valueFromRepository=\u4ece\u50a8\u5b58\u5e93\u4e2d\u83b7\u53d6\u7684\u503c
EParameterName.schemaDb=\u67B6\u6784
ProblemsView.resource=\u8D44\u6E90
@@ -212,7 +209,6 @@ TalendEditorContextMenuProvider.Trigger=\u89e6\u53d1\u5668
ConnectionDeleteCommand.Label=\u5220\u9664\u8fde\u63a5
Process.errorLoadingConnectionMessage=\u5728\u540e\u9762\u7684\u8fde\u63a5\u4e2d\u79fb\u52a8\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\uff1a
EParameterName.Author=\u4f5c\u8005
EParameterName.Author=\u4f5c\u8005
EParameterName.componentName=\u7ec4\u4ef6\u540d
SubjobBasicComposite.DialogTitle=\u5B50\u4F5C\u4E1A\u8BBE\u7F6E
DesignerPreferencePage.SubjobColorLabel=\u5B50\u4F5C\u4E1A\u989C\u8272
@@ -229,7 +225,6 @@ EParameterName.ConnectionFormat=\u8FDE\u63A5\u683C\u5F0F
ExecuteSystemCommandCommand.Title=\u5DF2\u6267\u884C\u7684\u547D\u4EE4
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=\u505C\u7528\u6240\u6709\u8FDE\u63A5\u7684\u5B50\u4F5C\u4E1A
EParameterName.Description=\u63cf\u8ff0
EParameterName.Description=\u63cf\u8ff0
Process.IfToUpgradeMetadata=\u7ec4\u4ef6{0}\u4e2d\u7684\u5143\u6570\u636e\u88ab\u4fee\u6539\u3002\n\u662f\u5426\u8981\u4ece\u50a8\u5b58\u5e93\u4e2d\u5347\u7ea7\uff1f
NewProcessWizard.title=\u65b0\u4f5c\u4e1a
CheckController.decoration.description=\u4ece\u50a8\u5b58\u5e93\u4e2d\u83b7\u53d6\u7684\u503c
@@ -288,7 +283,6 @@ NoRepositoryDialog.Title=\u9519\u8BEF
StatsAndLogsComposite.ReloadMessages=\u5F53\u524D\u8BBE\u7F6E\u5C06\u88AB\u8986\u76D6\uFF0C\u4ECD\u8981\u7EE7\u7EED\u5417\uFF1F
EParameterName.propertyType=\u5c5e\u6027\u7c7b\u578b
EParameterName.Status=\u72B6\u6001
EParameterName.Status=\u72B6\u6001
EParameterName.Log.Db=\u6570\u636e\u5e93\u8bb0\u5f55\u65e5\u5fd7
NodesPasteAction.paste=\u7c98\u8d34
TalendEditorPaletteFactory.Tools=\u5de5\u5177
@@ -417,6 +411,7 @@ PromptDefaultValueDialog.defaultValue=\u7f3a\u7701\u503c
PropertiesTableEditorModel.removeSchema=\u79FB\u9664\u56FE\u89E3
PropertiesWizardPage.Version=\u7248\u672C
PropertiesWizardPage.Version.Major=\u4E3B\u7248\u672C
PropertiesWizardPage.Version.Minor=M
PropertyTypeController.saveToMetadata=\u5C06\u5C5E\u6027\u4FDD\u5B58\u5230\u5143\u6570\u636E
QueryTypeController.alert=\u8B66\u6212
QueryTypeController.nothingToGuess=\u6CA1\u6709\u8981\u8BA1\u7B97\u7684\u3002
@@ -487,6 +482,7 @@ EParameterName.multiSaparators=\u5206\u9694\u7B26
EmfComponent.tnsfile=\u4F7F\u7528 tns \u6587\u4EF6
ErrorMessageDialog.property_error=\u9519\u8BEF\u7684\u5C5E\u6027
MergeOrderDialog.ConnectionName=\u8FDE\u63A5\u540D\u79F0
TnsEditorDialog.Service=\u670D\u52A1
TnsEditorDialog.Value=\u53C2\u6570\u503C
EParameterName.jvmArgTitle=\u4F7F\u7528\u6307\u5B9A\u7684JVM\u53C2\u6570
EParameterName.service_name=\u672C\u5730\u670D\u52A1\u540D
@@ -579,6 +575,7 @@ MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u5E03\u5C14\u503C
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570\u578B
MetadataTypeLengthConstants.OBJECT_LENGTH=\u5BF9\u8C61
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u671F
@@ -634,6 +631,7 @@ AbstractSchemaController.validationrule.title.confirm=\u786E\u5B9A
AbstractSchemaController.validationrule.selectBuildInMsg=\u5982\u679C\u4F60\u9009\u62E9\u7684\u5185\u7F6E\u5185\u7F6E\u7EC4\u4EF6\u4E0B\u7684\u9A8C\u8BC1\u89C4\u5219\u4F1A\u4E22\u5931\uFF0C\u662F\u5426\u5C06\u7EE7\u7EED\uFF1F
AbstractSchemaController.connectionNotAvaliable=\u672A\u8BBE\u7F6E\u8FDE\u63A5\u6216\u8FDE\u63A5\u8BBE\u7F6E\u4E0D\u5B8C\u6574
AbstractSchemaController.inputNotSet=\u8F93\u5165\u8FDE\u63A5\u672A\u8BBE\u7F6E
AbstractBasicComponent.builtIn=\u5185\u7F6E
AbstractBasicComponent.repository=\u4ED3\u5E93
AbstractMultiPageTalendEditor.readonly=\u8B66\u544A
AbstractMultiPageTalendEditor.readonlyMessage=\u4E0D\u80FD\u4FDD\u5B58\u4EFB\u52A1\uFF01\u5F53\u524D\u4EFB\u52A1\u6216\u9879\u76EE\u53EA\u8BFB\uFF01
@@ -642,3 +640,4 @@ AbstractSchemaController.schema.title={0}\u7684\u6A21\u5F0F
DeploymentComposite.gourpIdLabel=\u4F7F\u7528\u81EA\u5B9A\u4E49Group ID
DeploymentComposite.versionLabel=\u4F7F\u7528\u81EA\u5B9A\u4E49\u7248\u672C
DeploymentComposite.valueWarning=\u503C\u65E0\u6548
ComponentRefController.connectionLabel=\u8FDE\u63A5\u7EC4\u4EF6

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.dbmap.nl
Bundle-Version: 6.5.0.qualifier
Bundle-Version: 7.0.2.qualifier
Fragment-Host: org.talend.designer.dbmap

Some files were not shown because too many files have changed in this diff Show More