Re: .

#4
Prog wrote:Yes, you need .net SDK or you can send me translated files without compilation.
Ok , but i have lost all files . so do u want a certain file ( u mention just the interface ) or the whole files

thanx
OS : Win XP SP2
CPU : P4 Intel 3.00 GHz "HT"
Memory : 2 GB
DVB-S : Sky Star 2 (2.6D) ( 4.4.0 )
Hotbird 13.0°E | Badr-3/4 26.0°E | Nilesat 101/102 7.0°W

#5
Arabic translation done

but there's some problems :

1. I didn't find any file have the taskbar ( File,edit,view,record ..... and the bull down menu for each ) interface

2. I didn't find any file have Server/client interface

notes :

# of resx file is 41 in main folder
# of resx file is 2 for diseq sub-folder
# of resx file is 10 for epg sub-folder
and one file MyStrings

is that right ?!
OS : Win XP SP2
CPU : P4 Intel 3.00 GHz "HT"
Memory : 2 GB
DVB-S : Sky Star 2 (2.6D) ( 4.4.0 )
Hotbird 13.0°E | Badr-3/4 26.0°E | Nilesat 101/102 7.0°W

Re: .

#7
Prog wrote:You must use winres.exe. It in same folder with *.resx files.
Yup i know that and i have translate all .resx files but i can't find any file include the Taskbar or server/client . i want you point to me files include these feature , plz
OS : Win XP SP2
CPU : P4 Intel 3.00 GHz "HT"
Memory : 2 GB
DVB-S : Sky Star 2 (2.6D) ( 4.4.0 )
Hotbird 13.0°E | Badr-3/4 26.0°E | Nilesat 101/102 7.0°W

#9
What is "taskbar"?

File , Edit, view , navigation etc. & component for each one [/quote]
OS : Win XP SP2
CPU : P4 Intel 3.00 GHz "HT"
Memory : 2 GB
DVB-S : Sky Star 2 (2.6D) ( 4.4.0 )
Hotbird 13.0°E | Badr-3/4 26.0°E | Nilesat 101/102 7.0°W

Re: .

#12
Prog wrote:It can requst IPDev.*.dll file in same directory with resx file.
it's work :D . by the way i tried to compile files but nothing happen after compiling end ( the folder created in Progdvb root empty )

I send to you the files
OS : Win XP SP2
CPU : P4 Intel 3.00 GHz "HT"
Memory : 2 GB
DVB-S : Sky Star 2 (2.6D) ( 4.4.0 )
Hotbird 13.0°E | Badr-3/4 26.0°E | Nilesat 101/102 7.0°W

#13
Hi, I have similar problem as Frozen. I want to translate ProgDVB to czech language, but I can't translate some files. If I try open e.g. MainForm.resx in WinRes I get following errors:

Code: Select all

Error - Failed to load the resource due to the following error:
System.ArgumentException: Soubor ResX Požadovaná hodnota Del nebyla nalezena. Řádek 405, pozice 5 nelze analyzovat. ---> System.Xml.XmlException: Požadovaná hodnota Del nebyla nalezena. Řádek 405, pozice 5 ---> System.ArgumentException: Požadovaná hodnota Del nebyla nalezena.
   v System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   v System.Windows.Forms.KeysConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   v System.ComponentModel.TypeConverter.ConvertFromInvariantString(String text)
   v System.Resources.ResXDataNode.GenerateObjectFromDataNodeInfo(DataNodeInfo dataNodeInfo, ITypeResolutionService typeResolver)
   v System.Resources.ResXDataNode.GetValue(ITypeResolutionService typeResolver)
   v System.Resources.ResXResourceReader.ParseDataNode(XmlTextReader reader, Boolean isMetaData)
   v System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)
   --- Konec trasování zásobníku pro vnitřní výjimku ---
   --- Konec trasování zásobníku pro vnitřní výjimku ---
   v System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)
   v System.Resources.ResXResourceReader.EnsureResData()
   v System.Resources.ResXResourceReader.GetEnumerator()
   v System.Resources.ResourceSet.ReadResources()
   v System.Resources.ResXResourceSet..ctor(Stream stream)
   v Microsoft.Tools.WinRes.ResourcesLoader.BeginLoad(IDesignerLoaderHost designerLoaderHost)
I have 2 IPDev.*.dll files in the resx directory.

Could you help me please?