mirror of
https://github.com/aaru-dps/Aaru.VideoNow.git
synced 2025-12-16 19:24:36 +00:00
Rename miscellaneous.
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<ProjectGuid>{FAA37B4C-8EF8-434B-9342-6185DB0D419C}</ProjectGuid>
|
<ProjectGuid>{FAA37B4C-8EF8-434B-9342-6185DB0D419C}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>DiscImageChef.VideoNow</RootNamespace>
|
<RootNamespace>Aaru.VideoNow</RootNamespace>
|
||||||
<AssemblyName>DiscImageChef.VideoNow</AssemblyName>
|
<AssemblyName>Aaru.VideoNow</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
</Target>
|
</Target>
|
||||||
|
|||||||
@@ -4,12 +4,12 @@ using System.Runtime.InteropServices;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("DiscImageChef.VideoNow")]
|
[assembly: AssemblyTitle("Aaru.VideoNow")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("DiscImageChef.VideoNow")]
|
[assembly: AssemblyProduct("Aaru.VideoNow")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2019 Natalia Portillo")]
|
[assembly: AssemblyCopyright("Copyright © 2020 Natalia Portillo")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Runtime Version:4.0.30319.42000
|
||||||
@@ -10,32 +10,32 @@
|
|||||||
|
|
||||||
namespace Aaru.VideoNow {
|
namespace Aaru.VideoNow {
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
public class Localization {
|
public class Localization {
|
||||||
|
|
||||||
private static System.Resources.ResourceManager resourceMan;
|
private static System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
private static System.Globalization.CultureInfo resourceCulture;
|
private static System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
internal Localization() {
|
internal Localization() {
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static System.Resources.ResourceManager ResourceManager {
|
public static System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.Equals(null, resourceMan)) {
|
if (object.Equals(null, resourceMan)) {
|
||||||
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DiscImageChef.VideoNow.Properties.Localization", typeof(Localization).Assembly);
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aaru.VideoNow.Properties.Localization", typeof(Localization).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static System.Globalization.CultureInfo Culture {
|
public static System.Globalization.CultureInfo Culture {
|
||||||
get {
|
get {
|
||||||
@@ -45,109 +45,109 @@ namespace Aaru.VideoNow {
|
|||||||
resourceCulture = value;
|
resourceCulture = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string Usage {
|
public static string Usage {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("Usage", resourceCulture);
|
return ResourceManager.GetString("Usage", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FileDoesNotExist {
|
public static string FileDoesNotExist {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FileDoesNotExist", resourceCulture);
|
return ResourceManager.GetString("FileDoesNotExist", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FileCannotBeOpened {
|
public static string FileCannotBeOpened {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FileCannotBeOpened", resourceCulture);
|
return ResourceManager.GetString("FileCannotBeOpened", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FileIsTooBig {
|
public static string FileIsTooBig {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FileIsTooBig", resourceCulture);
|
return ResourceManager.GetString("FileIsTooBig", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FileName {
|
public static string FileName {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FileName", resourceCulture);
|
return ResourceManager.GetString("FileName", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string SearchingFirstFrame {
|
public static string SearchingFirstFrame {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("SearchingFirstFrame", resourceCulture);
|
return ResourceManager.GetString("SearchingFirstFrame", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string NoFrameFound {
|
public static string NoFrameFound {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("NoFrameFound", resourceCulture);
|
return ResourceManager.GetString("NoFrameFound", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FirstFrameFoundAt {
|
public static string FirstFrameFoundAt {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FirstFrameFoundAt", resourceCulture);
|
return ResourceManager.GetString("FirstFrameFoundAt", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FirstFrameIsAtSectorBoundary {
|
public static string FirstFrameIsAtSectorBoundary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FirstFrameIsAtSectorBoundary", resourceCulture);
|
return ResourceManager.GetString("FirstFrameIsAtSectorBoundary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FirstFrameIsNotAtSectorBoundary {
|
public static string FirstFrameIsNotAtSectorBoundary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FirstFrameIsNotAtSectorBoundary", resourceCulture);
|
return ResourceManager.GetString("FirstFrameIsNotAtSectorBoundary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string ExtractingAudio {
|
public static string ExtractingAudio {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ExtractingAudio", resourceCulture);
|
return ResourceManager.GetString("ExtractingAudio", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string LookingForMoreFrames {
|
public static string LookingForMoreFrames {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("LookingForMoreFrames", resourceCulture);
|
return ResourceManager.GetString("LookingForMoreFrames", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FrameAndNextAreNotAligned {
|
public static string FrameAndNextAreNotAligned {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FrameAndNextAreNotAligned", resourceCulture);
|
return ResourceManager.GetString("FrameAndNextAreNotAligned", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FrameFoundAtPosition {
|
public static string FrameFoundAtPosition {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FrameFoundAtPosition", resourceCulture);
|
return ResourceManager.GetString("FrameFoundAtPosition", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FrameIsAtSectorBoundary {
|
public static string FrameIsAtSectorBoundary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FrameIsAtSectorBoundary", resourceCulture);
|
return ResourceManager.GetString("FrameIsAtSectorBoundary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FrameIsNotAtSectorBoundary {
|
public static string FrameIsNotAtSectorBoundary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FrameIsNotAtSectorBoundary", resourceCulture);
|
return ResourceManager.GetString("FrameIsNotAtSectorBoundary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string FramesFound {
|
public static string FramesFound {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("FramesFound", resourceCulture);
|
return ResourceManager.GetString("FramesFound", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string ExtractingVideo {
|
public static string ExtractingVideo {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ExtractingVideo", resourceCulture);
|
return ResourceManager.GetString("ExtractingVideo", resourceCulture);
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Uso: DiscImageChef.VideoNow dump.raw</value>
|
<value>Uso: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>El archivo especificado no existe.</value>
|
<value>El archivo especificado no existe.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Usage: DiscImageChef.VideoNow dump.raw</value>
|
<value>Usage: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Le fichier spécifié n'existe pas.</value>
|
<value>Le fichier spécifié n'existe pas.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Utilizzo: DiscImageChef.VideoNow dump.raw</value>
|
<value>Utilizzo: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Il file specificato non esiste.</value>
|
<value>Il file specificato non esiste.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Usage: DiscImageChef.VideoNow dump.raw</value>
|
<value>Usage: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Opgegeven bestand kan niet worden gevonden.</value>
|
<value>Opgegeven bestand kan niet worden gevonden.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Utilização: DiscImageChef.VideoNow dump.raw</value>
|
<value>Utilização: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>O ficheiro especificado não existe.</value>
|
<value>O ficheiro especificado não existe.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Utilização: DiscImageChef.VideoNow dump.raw</value>
|
<value>Utilização: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>O ficheiro especificado não existe.</value>
|
<value>O ficheiro especificado não existe.</value>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
|
||||||
Version 1.3
|
Version 1.3
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
The primary goals of this format is to allow a simple XML format
|
||||||
that is mostly human readable. The generation and parsing of the
|
that is mostly human readable. The generation and parsing of the
|
||||||
various data types are done through the TypeConverter classes
|
various data types are done through the TypeConverter classes
|
||||||
associated with the data types.
|
associated with the data types.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@@ -25,35 +25,35 @@
|
|||||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
There are any number of "resheader" rows that contain simple
|
||||||
name/value pairs.
|
name/value pairs.
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
Each data row contains a name, and value. The row also contains a
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
text/value conversion through the TypeConverter architecture.
|
text/value conversion through the TypeConverter architecture.
|
||||||
Classes that don't support this are serialized and stored with the
|
Classes that don't support this are serialized and stored with the
|
||||||
mimetype set.
|
mimetype set.
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
The mimetype is used for serialized objects, and tells the
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
read any of the formats listed below.
|
read any of the formats listed below.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
value : The object must be serialized into a byte array
|
value : The object must be serialized into a byte array
|
||||||
: using a System.ComponentModel.TypeConverter
|
: using a System.ComponentModel.TypeConverter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
-->
|
-->
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Usage: DiscImageChef.VideoNow dump.raw</value>
|
<value>Usage: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Specified file does not exist.</value>
|
<value>Specified file does not exist.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Folosire: DiscImageChef.VideoNow dump.raw</value>
|
<value>Folosire: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Fișierul specificat nu există.</value>
|
<value>Fișierul specificat nu există.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Использование: DiscImageChef.VideoNow dump.raw</value>
|
<value>Использование: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Указанный файл не существует.</value>
|
<value>Указанный файл не существует.</value>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Usage" xml:space="preserve">
|
<data name="Usage" xml:space="preserve">
|
||||||
<value>Användning: DiscImageChef.VideoNow dump.raw</value>
|
<value>Användning: Aaru.VideoNow dump.raw</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FileDoesNotExist" xml:space="preserve">
|
<data name="FileDoesNotExist" xml:space="preserve">
|
||||||
<value>Angivna filen finns inte.</value>
|
<value>Angivna filen finns inte.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user