Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
</comment>
</data>
<data name="XA1049" xml:space="preserve">
<value>The 'AndroidEnableMarshalMethods' and 'PublishReadyToRun' MSBuild properties cannot both be set to 'true'. Set one property to 'false'.</value>
<value>Vlastnosti MSBuildu AndroidEnableMarshalMethods a PublishReadyToRun nelze současně nastavit na hodnotu true. Nastavte jednu vlastnost na false.</value>
<comment>The following are literal names and should not be translated: AndroidEnableMarshalMethods, PublishReadyToRun, MSBuild, true, false.</comment>
</data>
<data name="XA4241" xml:space="preserve">
Expand Down Expand Up @@ -1259,6 +1259,36 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>Příkaz {0} selhal.\n{1}</value>
Expand Down
32 changes: 31 additions & 1 deletion src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
</comment>
</data>
<data name="XA1049" xml:space="preserve">
<value>The 'AndroidEnableMarshalMethods' and 'PublishReadyToRun' MSBuild properties cannot both be set to 'true'. Set one property to 'false'.</value>
<value>Die MSBuild-Eigenschaften „AndroidEnableMarshalMethods“ und „PublishReadyToRun“ können nicht beide auf „true“ festgelegt werden. Legen Sie eine der Eigenschaften auf „false“ fest.</value>
<comment>The following are literal names and should not be translated: AndroidEnableMarshalMethods, PublishReadyToRun, MSBuild, true, false.</comment>
</data>
<data name="XA4241" xml:space="preserve">
Expand Down Expand Up @@ -1259,6 +1259,36 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>Befehl „{0}“ fehlgeschlagen.\n{1}</value>
Expand Down
30 changes: 30 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,36 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>Error del comando '{0}'.\n{1}</value>
Expand Down
30 changes: 30 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,36 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>La commande « {0} » a échoué.\n{1}</value>
Expand Down
30 changes: 30 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,36 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>Comando '{0}' non riuscito.\n{1}</value>
Expand Down
30 changes: 30 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>コマンド '{0}' が失敗しました。\n{1}</value>
Expand Down
30 changes: 30 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
<comment>The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier</comment>
</data>
<data name="XA4259" xml:space="preserve">
<value>Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.</value>
<comment>The following terms should not be translated: Java Native Interface, JNI.
{0} - Fully-qualified managed type name
{1} - Colliding JNI constructor signature</comment>
</data>
<data name="XA4260" xml:space="preserve">
<value>Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - Unsupported managed constructor parameter type</comment>
</data>
<data name="XA4261" xml:space="preserve">
<value>Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.</value>
<comment>The following term should not be translated: Java.
{0} - Fully-qualified managed type name
{1} - JNI signature of the derived constructor</comment>
</data>
<data name="XA4262" xml:space="preserve">
<value>Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.</value>
<comment>The following terms should not be translated: Export, SuperArgumentsString.
{0} - Fully-qualified managed type name
{1} - Invalid SuperArgumentsString value</comment>
</data>
<data name="XA4263" xml:space="preserve">
<value>The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].</value>
<comment>The following are literal names and should not be translated: Java, [ExportParameter].
{0} - Fully-qualified managed member name
{1} - Managed parameter or return type</comment>
</data>
<data name="XA0142" xml:space="preserve">
<value>'{0}' 명령이 실패했습니다.\n{1}</value>
Expand Down
Loading