Index: /unk/eCard/eCardMVC/Platnosci.Core/Interface/ITranslate.cs
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci.Core/Interface/ITranslate.cs (revision 903)
+++  (revision )
@@ -1,12 +1,0 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Platnosci.Core.Interface
-{
-    public interface ITranslate
-    {
-        string TranslateStr(string className, string keyName);
-    }
-}
Index: /unk/eCard/eCardMVC/Platnosci.Core/Linq/Translate.cs
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci.Core/Linq/Translate.cs (revision 903)
+++  (revision )
@@ -1,19 +1,0 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using Platnosci.Core.Interface;
-
-namespace Platnosci.Core.Linq
-{
-    public class Translate: ITranslate
-    {
-        public string TranslateStr(string className, string keyName)
-        {
-            string strName = HttpContext.GetGlobalResourceObject(className, keyName).ToString();
-            return strName;
-        }
-
-        
-    }
-}
Index: /unk/eCard/eCardMVC/Platnosci.Tests/Web/FakeTranslate.cs
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci.Tests/Web/FakeTranslate.cs (revision 919)
+++  (revision )
@@ -1,23 +1,0 @@
-﻿using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Platnosci.Core.Interface;
-
-namespace Platnosci.Tests.Web
-{
-    public class FakeTranslate: ITranslate
-    {
-        public string TranslateStr(string className, string keyName)
-        {
-            if (keyName == "weryfikacja") return "weryfikacja";
-            else if (keyName == "brakdanych") return "brakdanych";
-            else if (keyName == "zaplacono") return "zaplacono";
-            else if (keyName == "err_imieWK") return "imie";
-            else if (keyName == "err_nazwiskoWK") return "nazwisko";
-            else if (keyName == "error_hash") return "error_hash";
-
-            return "";
-        }
-    }
-}
