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