Zbiór zmian 915
- Data:
- 2009-12-01 12:20:25 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC
- Pliki:
-
- 1 usunięte
- 4 zmodyfikowane
-
Platnosci.Core/Linq/Payer.cs (zmodyfikowane) (1 diff)
-
Platnosci/App_GlobalResources/tlumaczenia.designer.cs (zmodyfikowane) (2 diffs)
-
Platnosci/App_GlobalResources/tlumaczenia.resx (zmodyfikowane) (2 diffs)
-
Platnosci/Models/MerchantViewData.cs (usunięte)
-
Platnosci/Platnosci.Web.csproj (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/Payer.cs
r883 r915 11 11 public string LastName { get; set; } 12 12 public int Id_faktury { get; set; } 13 public int status { get; set; }14 13 } 15 14 } -
trunk/eCard/eCardMVC/Platnosci/App_GlobalResources/tlumaczenia.designer.cs
r910 r915 162 162 163 163 /// <summary> 164 /// Looks up a localized string similar to Sorry! An unexpected error has occured.. 165 /// </summary> 166 internal static string error_hash { 167 get { 168 return ResourceManager.GetString("error_hash", resourceCulture); 169 } 170 } 171 172 /// <summary> 164 173 /// Looks up a localized string similar to ProszÄ podaÄ numer faktury.. 165 174 /// </summary> … … 271 280 272 281 /// <summary> 273 /// Looks up a localized string similar to Try again....282 /// Looks up a localized string similar to Please try again.... 274 283 /// </summary> 275 284 internal static string KolejnaProba { -
trunk/eCard/eCardMVC/Platnosci/App_GlobalResources/tlumaczenia.resx
r910 r915 211 211 </data> 212 212 <data name="KolejnaProba" xml:space="preserve"> 213 <value> Try again...</value>213 <value>Please try again...</value> 214 214 </data> 215 215 <data name="podziekowania" xml:space="preserve"> … … 293 293 <value>Address:</value> 294 294 </data> 295 <data name="error_hash" xml:space="preserve"> 296 <value>Sorry! An unexpected error has occured.</value> 297 </data> 295 298 </root> -
trunk/eCard/eCardMVC/Platnosci/Platnosci.Web.csproj
r908 r915 99 99 <Compile Include="Models\ErrorViewData.cs" /> 100 100 <Compile Include="Models\InvoiceDetailsViewData.cs" /> 101 <Compile Include="Models\MerchantViewData.cs" />102 101 <Compile Include="Models\OperationType.cs" /> 103 102 <Compile Include="Properties\AssemblyInfo.cs" />
