Compare commits
2 Commits
csun/bugfi
...
release/7.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed7d8ee180 | ||
|
|
e8697b1578 |
@@ -42,6 +42,6 @@ Feel free to share your Talend components on [Talend Exchange](http://www.talend
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2006-2021 Talend
|
||||
Copyright (c) 2006-2019 Talend
|
||||
|
||||
Licensed under the Apache V2 License
|
||||
|
||||
17
i18n/features/org.talend.babel.all.tos.feature/.project
Normal file
17
i18n/features/org.talend.babel.all.tos.feature/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.babel.all.tos.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
||||
16
i18n/features/org.talend.babel.all.tos.feature/feature.xml
Normal file
16
i18n/features/org.talend.babel.all.tos.feature/feature.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feature id="org.talend.babel.all.tos.feature" label="Babel feature with all languages for TOS" version="7.4.1.qualifier">
|
||||
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
|
||||
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
|
||||
<license url="http://www.example.com/license">[Enter License Description here.]</license>
|
||||
<requires>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_de" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_es" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_fr" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_it" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_ja" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_ru" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.babel.nls_eclipse_zh" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
</feature>
|
||||
13
i18n/features/org.talend.babel.all.tos.feature/pom.xml
Normal file
13
i18n/features/org.talend.babel.all.tos.feature/pom.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>tcommon-studio-se</artifactId>
|
||||
<version>7.4.1-M4</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>org.talend.babel.all.tos.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
7
i18n/plugins/org.talend.common.ui.runtime.nl/.classpath
Normal file
7
i18n/plugins/org.talend.common.ui.runtime.nl/.classpath
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="class"/>
|
||||
</classpath>
|
||||
28
i18n/plugins/org.talend.common.ui.runtime.nl/.project
Normal file
28
i18n/plugins/org.talend.common.ui.runtime.nl/.project
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.common.ui.runtime.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>
|
||||
@@ -0,0 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.common.ui.runtime.nl
|
||||
Bundle-Version: 7.4.1.qualifier
|
||||
Fragment-Host: org.talend.common.ui.runtime
|
||||
@@ -0,0 +1,4 @@
|
||||
source.. = src/main/java/
|
||||
output.. = class/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
12
i18n/plugins/org.talend.common.ui.runtime.nl/pom.xml
Normal file
12
i18n/plugins/org.talend.common.ui.runtime.nl/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>7.4.1-M4</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.common.ui.runtime.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
7
i18n/plugins/org.talend.commons.runtime.nl/.classpath
Normal file
7
i18n/plugins/org.talend.commons.runtime.nl/.classpath
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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="bin"/>
|
||||
</classpath>
|
||||
28
i18n/plugins/org.talend.commons.runtime.nl/.project
Normal file
28
i18n/plugins/org.talend.commons.runtime.nl/.project
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.commons.runtime.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>
|
||||
@@ -0,0 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Nl
|
||||
Bundle-SymbolicName: org.talend.commons.runtime.nl
|
||||
Bundle-Version: 7.4.1.qualifier
|
||||
Fragment-Host: org.talend.commons.runtime
|
||||
@@ -0,0 +1,4 @@
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
12
i18n/plugins/org.talend.commons.runtime.nl/pom.xml
Normal file
12
i18n/plugins/org.talend.commons.runtime.nl/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>7.4.1-M4</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.commons.runtime.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -0,0 +1,22 @@
|
||||
DB2ForZosResultSet.unknowCloumn=Ungültiges Argument: unbekannter Spaltenname
|
||||
ExceptionHandler.Parameter.BeNull=ex param kann nicht null sein
|
||||
ExtensionImplementationProviders.ExtensionPointError=Extension point must authorize a single instance
|
||||
ListenableList.IndexSameLength.Error=indexOrigin und indexDestination müssen die gleiche Länge haben
|
||||
ReflectionPropertyException.Access.ErrorMsg3=Fehler beim versuchten Zugriff auf '{0}' der Eigenschaft '{1}' der Klasse '{2}'
|
||||
ResourceUtils.streamNull=Stream ist null
|
||||
ReusableMultiKey.Keys.BeNull=Die Liste der Schlüsselwerte darf nicht null sein
|
||||
VersionUtils.Version.Error2=Ungültiger String {0} (attending M{1}m)
|
||||
resources.file.notCreated=Datei "{0}" konnte nicht angelegt werden ({1})
|
||||
resources.file.notDeleted=Datei "{0}" konnte nicht gelöscht werden
|
||||
resources.file.notGet=Die erforderliche Datei "{0}" wurde im Ordner "{1}" nicht gefunden
|
||||
resources.folder.notCreated=Ordner "{0}" konnte nicht angelegt werden
|
||||
resources.folder.notDeleted=Ordner "{0}" konnte nicht gelöscht werden
|
||||
resources.folder.notEmptied=Folder "{0}" kann nicht geleert werden
|
||||
resources.folder.notGet=Benötigter Ordner "{0}" nicht gefunden in Projekt "{1}"
|
||||
resources.project.notGet=Benötigtes Projekt "{0}" nicht gefunden
|
||||
resources.resource.notMoved=Ressource "{0}" konnte nicht nach "{1}" verschoben werden
|
||||
utils.data.container=Id {0} wird bereits im Container verwendet
|
||||
utils.workbench.extensions.badNumberOfExtension=Ungültige Anzahl an Erweiterungen gefunden für {0}. Es wurden zwischen {1} und {2} erwartet. Gefunden wurden {3}.
|
||||
utils.workbench.extensions.noExtension=Es konnte kein Plug-In gefunden werden, welches die Extension-Point ID "{0}" erweitert.
|
||||
XmlNodeRetriever.countResult=Zählergebnis:
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
@@ -1,4 +1,4 @@
|
||||
XmlNodeRetriever.countResult=Resultado Contar:
|
||||
XmlNodeRetriever.mainNode=nodoPrincipal=
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
XmlNodeRetriever.xPathExpression=expresionXPath = '
|
||||
XmlNodeRetriever.countResult=Resultado Contar:
|
||||
@@ -0,0 +1,44 @@
|
||||
DB2ForZosResultSet.outofRange=\ est en dehors de la limite.
|
||||
DB2ForZosResultSet.parameterIndex=Argument invalide : index des paramètres
|
||||
DB2ForZosResultSet.unknowCloumn=Argument invalide : nom de colonne inconnu
|
||||
EntryLocation.returnTableName= {tableName={0}, columnName={1}}
|
||||
ExceptionHandler.Parameter.BeNull=le paramètre ex ne peut pas être vide
|
||||
ExtensionImplementationProviders.ExtensionPointError=Le point d'extension doit autoriser une instance unique
|
||||
ListenableList.IndexSameLength.Error=indexOrigin et indexDestination doivent avoir la même longueur
|
||||
ReflectionPropertyException.Access.ErrorMsg3=Une erreur est survenue lors de l'accès à {0} de la propriété ' de la propriété '{1}' de la classe '{2}'
|
||||
ResourceUtils.canMove1=Possible de déplacer
|
||||
ResourceUtils.canMove2=Possible de déplacer {0} vers {1}
|
||||
ResourceUtils.cannotMoveRule3=Impossible de déplacer {0} -> {1} (Règle 3-Descendant)
|
||||
ResourceUtils.cnanotMoveRule1=Impossible de déplacer {0} vers {1} (Règle 1 - Tester si la source et la cible sont différentes)
|
||||
ResourceUtils.go=\ ->
|
||||
ResourceUtils.streamNull=le flux est null
|
||||
ReusableMultiKey.Keys.BeNull=Le tableau de clés ne peut pas être null
|
||||
StringUtils.IllegalArgument0=supporte uniquement l'encodage \\uxxx ou \\xhh.
|
||||
StringUtils.IllegalArgument1=Encodage \\uxxx mal formé.
|
||||
StringUtils.IllegalArgument3=Encodage \\0xxx mal formé.
|
||||
VersionUtils.Version.Error2=Chaîne de caractères mal formée {0} (attendait M{1}m)
|
||||
FilesUtils.operationCanceled=Opération annulée durant la copie des dossiers ou fichiers.
|
||||
resources.file.notCreated=Le fichier "{0}" ne peut être créé ({1})
|
||||
resources.file.notDeleted=Le fichier "{0}" ne peut être supprimé
|
||||
resources.file.notGet=Impossible de trouver le fichier requis "{0}" dans le dossier "{1}"
|
||||
resources.fileContent.notGet=Impossible de récupérer le contenu du fichier "{0}"
|
||||
resources.folder.notCreated=Le dossier "{0}" ne peut être créé
|
||||
resources.folder.notDeleted=Le dossier "{0}" ne peut être supprimé
|
||||
resources.folder.notEmptied=Le dossier "{0}" ne peut être vidé
|
||||
resources.folder.notGet=Impossible de trouver le dossier requis "{0}" dans le projet "{1}"
|
||||
resources.members.notGet=Impossible de récupérer les membres du conteneur "{0}"
|
||||
resources.project.notGet=Impossible de récupérer le projet requis "{0}"
|
||||
resources.resource.notMoved=Impossible de déplacer la ressource "{0}" vers "{1}"
|
||||
utils.data.container=L'ID {0} est déjà utilisée dans le conteneur
|
||||
utils.workbench.extensions.badNumberOfExtension=Mauvais nombre d'extension trouvé dans {0}. Entre {1} et {2} attendu mais {3} trouvé.
|
||||
utils.workbench.extensions.noExtension=Impossible de trouver un plug-in pour étendre le point d'extension d'ID {0}.
|
||||
XmlNodeRetriever.countResult=Compte de résultat \:
|
||||
XmlNodeRetriever.mainExpression=expression principale =
|
||||
XmlNodeRetriever.proposal2Node=proposal2Nodes :
|
||||
XmlNodeRetriever.prposal1Node=proposal1Nodes :
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
VersionUtils.readPropertyFileError=Erreur de lecture de propriété dans le fichier talend.properties.
|
||||
DatabaseContentRetriever.PRODUCTNAME=Nom de produit de la base de données :
|
||||
DatabaseContentRetriever.PRODUCTVERSION=Version du produit de la base de données :
|
||||
AbstractFakeResultSet.unknowCloumn=Argument invalide\: {0} est un nom de colonne inconnu
|
||||
AbstractFakeResultSet.parameterIndexOutOfRange=Argument invalide\: index paramètre {0} hors de portée
|
||||
@@ -0,0 +1,11 @@
|
||||
DB2ForZosResultSet.parameterIndex=Parametro invalido: indice
|
||||
DB2ForZosResultSet.unknowCloumn=Parametro invalido: nome colonna sconosciuto
|
||||
resources.file.notCreated=File "{0}" non puo' essere creato ({1})
|
||||
resources.file.notDeleted=File "{0}" non puo' essere cancellato
|
||||
resources.file.notGet=Il file richiesto "{0}" non trovato in cartella "{1}"
|
||||
resources.folder.notCreated=Impossibile creare cartella "{0}"
|
||||
resources.folder.notDeleted=Impossibile cancellare cartella "{0}"
|
||||
resources.folder.notEmptied=Impossibile svuotare cartella "{0}"
|
||||
resources.folder.notGet=Cartella "{0}" non trovata nel progetto "{1}"
|
||||
utils.data.container=Id {0} già usato nel contenitore
|
||||
XmlNodeRetriever.countResult=Risultato Conteggio :
|
||||
@@ -0,0 +1,46 @@
|
||||
DB2ForZosResultSet.outofRange=\u306F\u7BC4\u56F2\u5916\u3067\u3059\u3002
|
||||
DB2ForZosResultSet.parameterIndex=\u7121\u52B9\u306A\u5F15\u6570 \uFF1A \u30D1\u30E9\u30E1\u30FC\u30BF\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
|
||||
DB2ForZosResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \uFF1A \u4E0D\u660E\u306A\u30AB\u30E9\u30E0\u540D
|
||||
EntryLocation.returnTableName={tableName\={0}, columnName\={1}}
|
||||
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30FC\u30BF\u306FNull\u306B\u3067\u304D\u307E\u305B\u3093
|
||||
ExtensionImplementationProviders.ExtensionPointError=\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8\u306F\u5358\u4E00\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u8A31\u53EF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
|
||||
ListenableList.IndexSameLength.Error=indexOrigin \u3068 indexDestination\u306F \u540C\u3058\u9577\u3055\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
|
||||
ReflectionPropertyException.Access.ErrorMsg3=\u30AF\u30E9\u30B9 '{2}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3 '{1}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E {0} \u3078\u306E\u30A2\u30AF\u30BB\u30B9\u8A66\u884C\u4E2D\u306E\u30A8\u30E9\u30FC
|
||||
ResourceUtils.canMove1=\u79FB\u52D5\u53EF\u80FD
|
||||
ResourceUtils.canMove2=\u79FB\u52D5\u53EF\u80FD {0}->{1}
|
||||
ResourceUtils.cannotMoveRule3=\u79FB\u52D5\u4E0D\u53EF {0}->{1}\uFF08\u30EB\u30FC\u30EB 3-Descendant\uFF09
|
||||
ResourceUtils.cnanotMoveRule1=\u79FB\u52D5\u4E0D\u53EF {0}->{1}\uFF08\u30EB\u30FC\u30EB 1-\u79FB\u52D5\u5143\u3068\u79FB\u52D5\u5148\u304C\u7570\u306A\u308B\u5834\u5408\u306B\u30C6\u30B9\u30C8\uFF09
|
||||
ResourceUtils.go=\ ->
|
||||
ResourceUtils.streamNull=\u30B9\u30C8\u30EA\u30FC\u30E0\u304CNull\u3067\u3059
|
||||
ReusableMultiKey.Keys.BeNull=\u30AD\u30FC\u306E\u914D\u5217\u306FNull\u3067\u3042\u3063\u3066\u306F\u3044\u3051\u307E\u305B\u3093
|
||||
StringUtils.IllegalArgument0=\\uxxxx \u307E\u305F\u306F \\xhh \u30A8\u30F3\u30B3\u30FC\u30C9\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
StringUtils.IllegalArgument1=\u4E0D\u6B63\u306A\u5F62\u5F0F \\uxxxx \u30A8\u30F3\u30B3\u30FC\u30C9\u3002
|
||||
StringUtils.IllegalArgument2=\u4E0D\u6B63\u306A\u5F62\u5F0F \\uxxxx \u30A8\u30F3\u30B3\u30FC\u30C9\u3002
|
||||
StringUtils.IllegalArgument3=\u4E0D\u6B63\u306A\u5F62\u5F0F \\0xxx \u30A8\u30F3\u30B3\u30FC\u30C9\u3002
|
||||
VersionUtils.Version.Error2=\u4E0D\u6B63\u306A\u6587\u5B57\u5217 {0} (M{1}m\u3092\u4F34\u3046)
|
||||
FilesUtils.operationCanceled=\u64CD\u4F5C\u306F\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30D5\u30A1\u30A4\u30EB\u306E\u30B3\u30D4\u30FC\u4E2D\u306B\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
|
||||
resources.file.notCreated=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ({1})
|
||||
resources.file.notDeleted=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
|
||||
resources.file.notGet=\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB "{0}" \u304C\u30D5\u30A9\u30EB\u30C0 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.fileContent.notGet=\u30D5\u30A1\u30A4\u30EB "{0}" \u306E\u5185\u5BB9\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notCreated="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notDeleted="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notEmptied="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093
|
||||
resources.folder.notGet=\u5FC5\u8981\u306A\u30D5\u30A9\u30EB\u30C0 "{0}" \u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.members.notGet=\u30B3\u30F3\u30C6\u30CA "{0}" \u306E\u30E1\u30F3\u30D0\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
|
||||
resources.project.notGet=\u5FC5\u8981\u306A\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8"{0}"\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
|
||||
resources.resource.notMoved=\u30EA\u30BD\u30FC\u30B9 "{0}" \u3092 "{1}" \u306B\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093
|
||||
utils.data.container=ID {0}\u306F\u30B3\u30F3\u30C6\u30CA\u3067\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059
|
||||
utils.workbench.extensions.badNumberOfExtension={0}\u306B\u4E0D\u6B63\u306A\u62E1\u5F35\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002{3}\u3092\u898B\u3064\u3051\u308B\u9593\u306B{1}\u3068{2}\u306E\u9593\u3067\u51E6\u7406\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
utils.workbench.extensions.noExtension=\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8ID"{0}"\u3092\u62E1\u5F35\u3057\u3066\u3044\u308B\u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u898B\u3064\u3051\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
XmlNodeRetriever.countResult=\u30AB\u30A6\u30F3\u30C8\u7D50\u679C \:
|
||||
XmlNodeRetriever.field2Node=\u30D5\u30A3\u30FC\u30EB\u30C92\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.filed1Node=\u30D5\u30A3\u30FC\u30EB\u30C91\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.mainExpression=\u30E1\u30A4\u30F3\u5F0F\=
|
||||
XmlNodeRetriever.mainNode=\u30E1\u30A4\u30F3\u30CE\u30FC\u30C9\=
|
||||
XmlNodeRetriever.proposal2Node=\u63D0\u68482\u30CE\u30FC\u30C9\uFF1A
|
||||
XmlNodeRetriever.prposal1Node=\u63D0\u68481\u30CE\u30FC\u30C9\uFF1A
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
XmlNodeRetriever.xPathExpression=XPath\u5F0F\='
|
||||
DatabaseContentRetriever.PRODUCTNAME=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u540D\uFF1A
|
||||
DatabaseContentRetriever.PRODUCTVERSION=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A
|
||||
@@ -0,0 +1,9 @@
|
||||
DB2ForZosResultSet.parameterIndex=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0430\u0440\u0433\u0443\u043C\u0435\u043D\u0442: \u0438\u043D\u0434\u0435\u043A\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430
|
||||
DB2ForZosResultSet.unknowCloumn=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0430\u0440\u0433\u0443\u043C\u0435\u043D\u0442: \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430
|
||||
VersionUtils.Version.Error2=\u041D\u0435\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 {0} (\u0440\u0430\u0441\u0441\u043C\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u0442\u0441\u044F M{1}m)
|
||||
utils.data.container=\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 {0} \u0443\u0436\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0435
|
||||
XmlNodeRetriever.countResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u043E\u0434\u0441\u0447\u0435\u0442\u0430:
|
||||
XmlNodeRetriever.proposal2Node=proposal2Nodes :
|
||||
\n
|
||||
\nproposal2Nodes :
|
||||
XmlNodeRetriever.prposal1Node=proposal2Nodes :
|
||||
@@ -0,0 +1,26 @@
|
||||
DB2ForZosResultSet.parameterIndex=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u6307\u6807
|
||||
DB2ForZosResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u672A\u77E5\u7684\u5217\u540D
|
||||
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
|
||||
ExtensionImplementationProviders.ExtensionPointError=\u6269\u5C55\u70B9\u5FC5\u987B\u4F7F\u7528\u5355\u5B9E\u4F8B\u6A21\u5F0F
|
||||
ListenableList.IndexSameLength.Error=\u539F\u59CB\u7D22\u5F15\u548C\u76EE\u6807\u7D22\u5F15\u5FC5\u987B\u4E3A\u76F8\u540C\u7684\u957F\u5EA6
|
||||
ReflectionPropertyException.Access.ErrorMsg3=\u5F53\u5F15\u7528\u7C7B{2}\u7684\u5C5E\u6027{1}\u503C{0}\u662F\u51FA\u9519
|
||||
ResourceUtils.canMove1=\u53EF\u79FB\u52A8
|
||||
ResourceUtils.streamNull=\u6D41\u4E3A\u7A7A
|
||||
ReusableMultiKey.Keys.BeNull=\u4E3B\u952E\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A
|
||||
VersionUtils.Version.Error2=\u7578\u5F62\u5B57\u7B26\u4E32{0}(\u51FA\u73B0M{1}m)
|
||||
resources.file.notCreated=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA({1})
|
||||
resources.file.notDeleted=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
|
||||
resources.file.notGet=\u8981\u6C42\u7684\u6587\u4EF6"{0}"\u6CA1\u6709\u5728\u6587\u4EF6\u5939"{1}"\u4E2D
|
||||
resources.folder.notCreated=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA
|
||||
resources.folder.notDeleted=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
|
||||
resources.folder.notEmptied=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u4E3A\u7A7A
|
||||
resources.folder.notGet=\u8981\u6C42\u7684\u6587\u4EF6\u5939"{0}"\u6CA1\u6709\u5728\u5DE5\u7A0B"{1}"\u4E2D
|
||||
resources.project.notGet=\u8981\u6C42\u7684\u5DE5\u7A0B"{0}"\u4E0D\u5B58\u5728
|
||||
resources.resource.notMoved=\u8D44\u6E90"{0}"\u4E0D\u80FD\u79FB\u52A8\u5230"{1}"
|
||||
utils.data.container=Id{0}\u5DF2\u7ECF\u88AB\u4F7F\u7528\u5728\u5BB9\u5668\u4E2D
|
||||
utils.workbench.extensions.badNumberOfExtension=\u65E0\u6548\u7684\u6269\u5C55\u6570\u5B57\u88AB\u53D1\u73B0\u5728{0}\u4E2D\uFF0C\u5F53\u67E5\u627E{3}\u51FA\u73B0\u5728{1}\u548C{2}\u4E4B\u95F4
|
||||
utils.workbench.extensions.noExtension=\u6269\u5C55\u70B9ID\u4E3A"{0}"\u7684Plug-in\u4E0D\u5B58\u5728
|
||||
XmlNodeRetriever.countResult=\u8BB0\u5F55\u7ED3\u679C\u6570
|
||||
XmlNodeRetriever.proposal2Node=\u63D0\u8BAE2\u8282\u70B9\uFF1A
|
||||
XmlNodeRetriever.prposal1Node=\u63D0\u8BAE1\u8282\u70B9\uFF1A
|
||||
XmlNodeRetriever.singleQuotes=.
|
||||
@@ -20,6 +20,3 @@ utils.data.container=Id {0} wird bereits im Container verwendet
|
||||
utils.workbench.extensions.badNumberOfExtension=Ung\u00FCltige Anzahl an Erweiterungen gefunden f\u00FCr {0}. Es wurden zwischen {1} und {2} erwartet. Gefunden wurden {3}.
|
||||
utils.workbench.extensions.noExtension=Es konnte kein Plug-In gefunden werden, welches die Extension-Point ID "{0}" erweitert.
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
DB2ForZosResultSet.unknowCloumn=Ungültiges Argument: unbekannter Spaltenname
|
||||
ExtensionImplementationProviders.ExtensionPointError=Extension point must authorize a single instance
|
||||
XmlNodeRetriever.countResult=Zählergebnis:
|
||||
@@ -0,0 +1,3 @@
|
||||
XmlNodeRetriever.mainNode=nodoPrincipal=
|
||||
XmlNodeRetriever.singleQuotes='
|
||||
XmlNodeRetriever.xPathExpression=expresionXPath = '
|
||||
@@ -47,7 +47,3 @@ AS400ResultSet.parameterIndex=Argument invalide\: index du param\u00E8tre
|
||||
AS400ResultSet.outofRange=\ est hors de la plage.
|
||||
TalendProxySelector.exception.badUriMap=URI du mapping invalide\u00A0: {0}
|
||||
TalendProxySelector.exception.proxySelectionError=Erreur lors de la s\u00E9lection du proxy pour {0}
|
||||
DB2ForZosResultSet.outofRange=\ est en dehors de la limite.
|
||||
ExtensionImplementationProviders.ExtensionPointError=Le point d'extension doit autoriser une instance unique
|
||||
XmlNodeRetriever.proposal2Node=proposal2Nodes :
|
||||
XmlNodeRetriever.prposal1Node=proposal1Nodes :
|
||||
7
i18n/plugins/org.talend.commons.ui.nl/.classpath
Normal file
7
i18n/plugins/org.talend.commons.ui.nl/.classpath
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
28
i18n/plugins/org.talend.commons.ui.nl/.project
Normal file
28
i18n/plugins/org.talend.commons.ui.nl/.project
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.commons.ui.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>
|
||||
@@ -0,0 +1,7 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Commons UI Nl Fragment
|
||||
Bundle-SymbolicName: org.talend.commons.ui.nl
|
||||
Bundle-Version: 7.4.1.qualifier
|
||||
Fragment-Host: org.talend.commons.ui
|
||||
Bundle-Vendor: .Talend SA.
|
||||
4
i18n/plugins/org.talend.commons.ui.nl/build.properties
Normal file
4
i18n/plugins/org.talend.commons.ui.nl/build.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
source.. = src/main/java/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
12
i18n/plugins/org.talend.commons.ui.nl/pom.xml
Normal file
12
i18n/plugins/org.talend.commons.ui.nl/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>7.4.1-M4</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.commons.ui.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
7
i18n/plugins/org.talend.core.nl/.classpath
Normal file
7
i18n/plugins/org.talend.core.nl/.classpath
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
28
i18n/plugins/org.talend.core.nl/.project
Normal file
28
i18n/plugins/org.talend.core.nl/.project
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.core.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>
|
||||
8
i18n/plugins/org.talend.core.nl/META-INF/MANIFEST.MF
Normal file
8
i18n/plugins/org.talend.core.nl/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,8 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.talend.core.nl Fragment
|
||||
Bundle-SymbolicName: org.talend.core.nl
|
||||
Bundle-Version: 7.4.1.qualifier
|
||||
Bundle-Vendor: .Talend SA.
|
||||
Fragment-Host: org.talend.core
|
||||
Bundle-Localization: plugin
|
||||
1
i18n/plugins/org.talend.core.nl/META-INF/eclipse.inf
Normal file
1
i18n/plugins/org.talend.core.nl/META-INF/eclipse.inf
Normal file
@@ -0,0 +1 @@
|
||||
jarprocessor.exclude.children=true
|
||||
18
i18n/plugins/org.talend.core.nl/build.properties
Normal file
18
i18n/plugins/org.talend.core.nl/build.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
source.. = src/main/java/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin_en.properties,\
|
||||
,plugin_zh_CN.properties\
|
||||
,plugin_ru.properties\
|
||||
,plugin_jp.properties\
|
||||
,plugin_hr.properties\
|
||||
,plugin_fr.properties\
|
||||
,plugin_pt_BR.properties\
|
||||
,plugin_nl.properties\
|
||||
,plugin_el.properties\
|
||||
,plugin_ja.properties\
|
||||
,plugin_it.properties\
|
||||
,plugin_es.properties\
|
||||
,plugin_pl.properties\
|
||||
,plugin_de.properties
|
||||
12
i18n/plugins/org.talend.core.nl/pom.xml
Normal file
12
i18n/plugins/org.talend.core.nl/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tcommon-studio-se</artifactId>
|
||||
<version>7.4.1-M4</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.core.nl</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
@@ -0,0 +1,5 @@
|
||||
CreateRuleDialog.conditionLabel=Bedingung
|
||||
CreateRuleDialog.groupLabel=Bedingung erstellen
|
||||
CreateRuleDialog.messageLabel=Neue Bedingung erstellen
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=Neue Bedingung hinzufügen
|
||||
@@ -0,0 +1,6 @@
|
||||
CreateRuleDialog.conditionLabel=Condition
|
||||
CreateRuleDialog.groupLabel=Create rule
|
||||
CreateRuleDialog.messageLabel=create new rule
|
||||
CreateRuleDialog.nameLabel=Name
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=Add a new rule
|
||||
@@ -0,0 +1,2 @@
|
||||
CreateRuleDialog.conditionLabel=Condición
|
||||
CreateRuleDialog.nameLabel=Nombre
|
||||
@@ -0,0 +1,6 @@
|
||||
CreateRuleDialog.conditionLabel=Condition
|
||||
CreateRuleDialog.groupLabel=Créer une règle
|
||||
CreateRuleDialog.messageLabel=Créer une nouvelle règle
|
||||
CreateRuleDialog.nameLabel=Nom
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=Ajouter une nouvelle règle
|
||||
@@ -0,0 +1,2 @@
|
||||
CreateRuleDialog.conditionLabel=Condizione
|
||||
CreateRuleDialog.nameLabel=Nome
|
||||
@@ -0,0 +1,6 @@
|
||||
CreateRuleDialog.conditionLabel=\u6761\u4EF6
|
||||
CreateRuleDialog.groupLabel=\u30EB\u30FC\u30EB\u306E\u4F5C\u6210
|
||||
CreateRuleDialog.messageLabel=\u65B0\u898F\u30EB\u30FC\u30EB\u306E\u4F5C\u6210
|
||||
CreateRuleDialog.nameLabel=\u540D\u524D
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=\u65B0\u898F\u30EB\u30FC\u30EB\u306E\u8FFD\u52A0
|
||||
@@ -0,0 +1,6 @@
|
||||
CreateRuleDialog.conditionLabel=\u6761\u4EF6
|
||||
CreateRuleDialog.groupLabel=\u30EB\u30FC\u30EB\u3092\u4F5C\u6210
|
||||
CreateRuleDialog.messageLabel=\u65B0\u898F\u30EB\u30FC\u30EB\u3092\u4F5C\u6210
|
||||
CreateRuleDialog.nameLabel=\u540D\u524D
|
||||
CreateRuleDialog.ruleComponentName=tRules
|
||||
CreateRuleDialog.title=\u65B0\u3057\u3044\u30EB\u30FC\u30EB\u3092\u8FFD\u52A0
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user