Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 65.48 KB | None | 0 0
  1. DECLARE @EnglishId uniqueidentifier;
  2. DECLARE @PolishId uniqueidentifier;
  3. DECLARE @SwedishId uniqueidentifier;
  4. Set @EnglishId = 'C24A8684-3966-E711-80C2-000D3AB02D6A';
  5. Set @PolishId = '62D072E7-E16A-E711-80C2-000D3AB02D6A';
  6. Set @SwedishId = 'AFDD57C2-5170-E711-80C2-000D3AB02D6A';
  7.  
  8. Delete from Resources;
  9. Insert into Resources (LanguageId, "Type", "Key", "Value") values
  10.  
  11. --ORGANIZATIONS--
  12. ---------------------------------------------------------------------------------------------
  13. ---------------------------------------------------------------------------------------------
  14. ---------------------------------------------------------------------------------------------
  15. ---------------------------------------------------------------------------------------------
  16. --ORGANIZATION AddOrganization view
  17. (@EnglishId, '', 'OrganizationAddOrganization', 'Add Organization'),
  18. (@SwedishId, '', 'OrganizationAddOrganization', 'Add Organization'),
  19. (@PolishId, '', 'OrganizationAddOrganization', 'Dodaj Organizacje'),
  20. (@EnglishId, '', 'OrganizationAddOrganizationBtn', 'Add Organization'),
  21. (@SwedishId, '', 'OrganizationAddOrganizationBtn', 'Skapa organisation'),
  22. (@PolishId, '', 'OrganizationAddOrganizationBtn', 'Dodaj Organizacje'),
  23. --Addorganization view (form)
  24. (@EnglishId, '', 'OrganizationAddOrganizationFormType', 'Type'),
  25. (@SwedishId, '', 'OrganizationAddOrganizationFormType', 'Typ'),
  26. (@PolishId, '', 'OrganizationAddOrganizationFormType', 'Typ'),
  27. (@EnglishId, '', 'OrganizationAddOrganizationFormName', 'Name'),
  28. (@SwedishId, '', 'OrganizationAddOrganizationFormName', 'Namn'),
  29. (@PolishId, '', 'OrganizationAddOrganizationFormName', 'Nazwa'),
  30. (@EnglishId, '', 'OrganizationAddOrganizationFormArea', 'Area'),
  31. (@SwedishId, '', 'OrganizationAddOrganizationFormArea', 'Område'),
  32. (@PolishId, '', 'OrganizationAddOrganizationFormArea', 'Obszar'),
  33. --Addorganization view (form) validation messages
  34.  
  35. ---------------------------------------------------------------------------------------------
  36. ---------------------------------------------------------------------------------------------
  37.  
  38. --ORGANIZATION AddOrganizationLicense
  39. (@EnglishId, '', 'OrganizationAddOrganizationLicense', 'Add Organization License'),
  40. (@SwedishId, '', 'OrganizationAddOrganizationLicense', 'Skapa License'),
  41. (@PolishId, '', 'OrganizationAddOrganizationLicense', 'Dodaj licencje dla organizacji'),
  42. (@EnglishId, '', 'OrganizationAddLicenseBtn', 'Add license'),
  43. (@SwedishId, '', 'OrganizationAddLicenseBtn', 'Skapa license'),
  44. (@PolishId, '', 'OrganizationAddLicenseBtn', 'Dodaj licencje'),
  45. --AddOrganizationLicense view (form)
  46. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseName', 'License name'),
  47. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseName', 'License namn'),
  48. (@PolishId, '', 'OrganizationAddLicenseFormLicenseName', 'Nazwa licencji'),
  49. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseDescription', 'Description'),
  50. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseDescription', 'Beskrivning'),
  51. (@PolishId, '', 'OrganizationAddLicenseFormLicenseDescription', 'Opis licencji'),
  52. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseDuration', 'License duration'),
  53. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseDuration', 'Period'),
  54. (@PolishId, '', 'OrganizationAddLicenseFormLicenseDuration', 'Czas trwania licencji'),
  55. (@EnglishId, '', 'OrganizationAddLicenseFormLicensePrice', 'Price'),
  56. (@SwedishId, '', 'OrganizationAddLicenseFormLicensePrice', 'Pris'),
  57. (@PolishId, '', 'OrganizationAddLicenseFormLicensePrice', 'Cena'),
  58. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseRules', 'License rules'),
  59. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseRules', 'Regler'),
  60. (@PolishId, '', 'OrganizationAddLicenseFormLicenseRules', 'Zasady licencji'),
  61. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseType', 'License type'),
  62. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseType', 'License typ'),
  63. (@PolishId, '', 'OrganizationAddLicenseFormLicenseType', 'Typ licencji'),
  64. (@EnglishId, '', 'OrganizationAddLicenseFormLicenseGameType', 'License game type'),
  65. (@SwedishId, '', 'OrganizationAddLicenseFormLicenseGameType', 'License spel typ'),
  66. (@PolishId, '', 'OrganizationAddLicenseFormLicenseGameType', 'Typ gry'),
  67. --AddOrganizationLicense view (form) validation messages
  68.  
  69. ---------------------------------------------------------------------------------------------
  70. ---------------------------------------------------------------------------------------------
  71.  
  72. -- ORGANIZATION AddUser
  73. (@EnglishId, '', 'OrganizationAddUser', 'Add User'),
  74. (@SwedishId, '', 'OrganizationAddUser', 'Lägg till användare'),
  75. (@PolishId, '', 'OrganizationAddUser', 'Dodaj użytkownika'),
  76. (@EnglishId, '', 'OrganizationAddUserBtn', 'Add User'),
  77. (@SwedishId, '', 'OrganizationAddUserBtn', 'Lägg till användare'),
  78. (@PolishId, '', 'OrganizationAddUserBtn', 'Dodaj użytkownika'),
  79. --AddOrganizationLicense view (form)
  80. (@EnglishId, '', 'OrganizationAddUserFormEmail', 'Email'),
  81. (@SwedishId, '', 'OrganizationAddUserFormEmail', 'Epost'),
  82. (@PolishId, '', 'OrganizationAddUserFormEmail', 'Email'),
  83. --AddOrganizationLicense view (form) validation messages
  84.  
  85. ---------------------------------------------------------------------------------------------
  86. ---------------------------------------------------------------------------------------------
  87.  
  88. --ORGANIZATION Index
  89. (@EnglishId, '', 'OrganizationOrganizations', 'Organizations'),
  90. (@SwedishId, '', 'OrganizationOrganizations', 'Organisationer'),
  91. (@PolishId, '', 'OrganizationOrganizations', 'Organizacje'),
  92. (@EnglishId, '', 'OrganizationJoinToOrganizationBtn', 'Join to organization'),
  93. (@SwedishId, '', 'OrganizationJoinToOrganizationBtn', 'Gå med i organisation'),
  94. (@PolishId, '', 'OrganizationJoinToOrganizationBtn', 'Doącz do orgaizacji'),
  95. (@EnglishId, '', 'OrganizationOwnerOf', 'You are owner of: '),
  96. (@SwedishId, '', 'OrganizationOwnerOf', 'Du äger:'),
  97. (@PolishId, '', 'OrganizationOwnerOf', 'Jesteś administratrem: '),
  98. (@EnglishId, '', 'OrganizationNoOwnerOf', 'You are not owner of any organization. '),
  99. (@SwedishId, '', 'OrganizationNoOwnerOf', 'Du äger ingen organisation.'),
  100. (@PolishId, '', 'OrganizationNoOwnerOf', 'Nie jesteś administratorem żadnej organizacji. '),
  101. (@EnglishId, '', 'OrganizationMemberOf', 'You are member of: '),
  102. (@SwedishId, '', 'OrganizationMemberOf', 'Du är medlem i:'),
  103. (@PolishId, '', 'OrganizationMemberOf', 'Jesteś członkiem: '),
  104. (@EnglishId, '', 'OrganizationNoMemberOf', 'You are not member of any organization. '),
  105. (@SwedishId, '', 'OrganizationNoMemberOf', 'Du är inte medlem i någon organisation.'),
  106. (@PolishId, '', 'OrganizationNoMemberOf', 'Nie jesteś członkiem żadnej organizacji. '),
  107. (@EnglishId, '', 'OrganizationInvitedTo', 'You are invited to: '),
  108. (@SwedishId, '', 'OrganizationInvitedTo', 'Du har blivit inbjuden till:'),
  109. (@PolishId, '', 'OrganizationInvitedTo', 'Jesteś zaproszony do: '),
  110. (@EnglishId, '', 'OrganizationNoInvitedTo', 'You are not invited to any organization. '),
  111. (@SwedishId, '', 'OrganizationNoInvitedTo', 'Du har inga inbjudningar.'),
  112. (@PolishId, '', 'OrganizationNoInvitedTo', 'Nie jesteś zaproszony do żadnej organizacji. '),
  113. (@EnglishId, '', 'OrganizationName', 'Name'),
  114. (@SwedishId, '', 'OrganizationName', 'Namn'),
  115. (@PolishId, '', 'OrganizationName', 'Nazwa'),
  116. (@EnglishId, '', 'OrganizationType', 'Type'),
  117. (@SwedishId, '', 'OrganizationType', 'Typ'),
  118. (@PolishId, '', 'OrganizationType', 'Typ'),
  119. (@EnglishId, '', 'OrganizationManageBtn', 'Manage'),
  120. (@SwedishId, '', 'OrganizationManageBtn', 'Hantera'),
  121. (@PolishId, '', 'OrganizationManageBtn', 'Zarządzaj'),
  122. (@EnglishId, '', 'OrganizationLeaveOrganizationBtn', 'Leave'),
  123. (@SwedishId, '', 'OrganizationLeaveOrganizationBtn', 'Lämna'),
  124. (@PolishId, '', 'OrganizationLeaveOrganizationBtn', 'Opuść organizacje'),
  125. (@EnglishId, '', 'OrganizationAcceptRequestBtn', 'Accept'),
  126. (@SwedishId, '', 'OrganizationAcceptRequestBtn', 'Acceptera'),
  127. (@PolishId, '', 'OrganizationAcceptRequestBtn', 'Akceptuj'),
  128. (@EnglishId, '', 'OrganizationDeclineBtn', 'Decline'),
  129. (@SwedishId, '', 'OrganizationDeclineBtn', 'Neka'),
  130. (@PolishId, '', 'OrganizationDeclineBtn', 'Odrzuć'),
  131. ---------------------------------------------------------------------------------------------
  132. ---------------------------------------------------------------------------------------------
  133.  
  134. --ORGANIZATION JoinToOrganization
  135. (@EnglishId, '', 'OrganizationJoinToOrganization', 'Join to organization'),
  136. (@SwedishId, '', 'OrganizationJoinToOrganization', 'Gå med i Organisation'),
  137. (@PolishId, '', 'OrganizationJoinToOrganization', 'Dolacz do organizacji'),
  138. (@EnglishId, '', 'OrganizationSendJoinRequest', 'Send join request'),
  139. (@SwedishId, '', 'OrganizationSendJoinRequest', 'Send join request'),
  140. (@PolishId, '', 'OrganizationSendJoinRequest', 'Poproś o dołączenie'),
  141. --JoinToOrganization (form)
  142. (@EnglishId, '', 'OrganizationJoinToOrganizationFormOrganizationName', 'Organization name'),
  143. (@SwedishId, '', 'OrganizationJoinToOrganizationFormOrganizationName', 'Organisation namn'),
  144. (@PolishId, '', 'OrganizationJoinToOrganizationFormOrganizationName', 'Nazwa organizacji'),
  145. --Index view (form) validation messages
  146.  
  147. ---------------------------------------------------------------------------------------------
  148. ---------------------------------------------------------------------------------------------
  149.  
  150. --ORGANIZATION Leave Organization
  151. (@EnglishId, '', 'OrganizationLeaveOrganization', 'Leave Organization'),
  152. (@SwedishId, '', 'OrganizationLeaveOrganization', 'Lämna Organisation'),
  153. (@PolishId, '', 'OrganizationLeaveOrganization', 'Opuść organizację'),
  154. (@EnglishId, '', 'OrganizationLeaveConfirm', 'Are you sure you want to leave this organization?'),
  155. (@SwedishId, '', 'OrganizationLeaveConfirm', 'Är du säker att du vill lämna denna organisation?'),
  156. (@PolishId, '', 'OrganizationLeaveConfirm', 'Jesteś pewnien, że chcesz opuścić tę organizację?'),
  157. (@EnglishId, '', 'OrganizationLeaveBtn', 'Leave Organization'),
  158. (@SwedishId, '', 'OrganizationLeaveBtn', 'Lämna organisation'),
  159. (@PolishId, '', 'OrganizationLeaveBtn', 'Opuść organizację'),
  160. ---------------------------------------------------------------------------------------------
  161. ---------------------------------------------------------------------------------------------
  162.  
  163. --ORGANIZATION Organization
  164.  
  165. ---------------------------------------------------------------------------------------------
  166. ---------------------------------------------------------------------------------------------
  167.  
  168.  
  169. --Organization Organization Manager
  170. (@EnglishId, '', 'OrganizationOrganizationManager', 'Organization Manager'),
  171. (@SwedishId, '', 'OrganizationOrganizationManager', 'Organisationshanterare'),
  172. (@PolishId, '', 'OrganizationOrganizationManager', 'Menadżer organizacji'),
  173. (@EnglishId, '', 'OrganizationAcceptAllBtn', 'Accept all'),
  174. (@SwedishId, '', 'OrganizationAcceptAllBtn', 'Acceptera alla'),
  175. (@PolishId, '', 'OrganizationAcceptAllBtn', 'Akceptuj wszystkie'),
  176. (@EnglishId, '', 'OrganizationAddNewLicense', 'Add new license'),
  177. (@SwedishId, '', 'OrganizationAddNewLicense', 'Lägg till ny license'),
  178. (@PolishId, '', 'OrganizationAddNewLicense', 'Dodaj nową licencje'),
  179. (@EnglishId, '', 'OrganizationMembers', 'Members'),
  180. (@SwedishId, '', 'OrganizationMembers', 'Medlemmar'),
  181. (@PolishId, '', 'OrganizationMembers', 'Członkowie'),
  182. (@EnglishId, '', 'OrganizationAddMemberBtn', 'Add member'),
  183. (@SwedishId, '', 'OrganizationAddMemberBtn', 'Lägg till medlem'),
  184. (@PolishId, '', 'OrganizationAddMemberBtn', 'Dodaj użytkownika'),
  185. (@EnglishId, '', 'OrganizationEmail', 'Email'),
  186. (@SwedishId, '', 'OrganizationEmail', 'E-post'),
  187. (@PolishId, '', 'OrganizationEmail', 'Email'),
  188. (@EnglishId, '', 'OrganizationRegistrationDate', 'Registration date'),
  189. (@SwedishId, '', 'OrganizationRegistrationDate', 'Datum för registrering'),
  190. (@PolishId, '', 'OrganizationRegistrationDate', 'Data rejestracji'),
  191. (@EnglishId, '', 'OrganizationJoinRequests', 'Join Requests'),
  192. (@SwedishId, '', 'OrganizationJoinRequests', 'Ansökningar'),
  193. (@PolishId, '', 'OrganizationJoinRequests', 'Prośby o dołączenie'),
  194. (@EnglishId, '', 'OrganizationLicenses', 'Licenses'),
  195. (@SwedishId, '', 'OrganizationLicenses', 'Licenser'),
  196. (@PolishId, '', 'OrganizationLicenses', 'Licencje'),
  197. (@EnglishId, '', 'OrganizationPrice', 'Price'),
  198. (@SwedishId, '', 'OrganizationPrice', 'Pris'),
  199. (@PolishId, '', 'OrganizationPrice', 'Cena'),
  200. (@EnglishId, '', 'OrganizationDuration', 'Duration'),
  201. (@SwedishId, '', 'OrganizationDuration', 'Period'),
  202. (@PolishId, '', 'OrganizationDuration', 'Czas trwania'),
  203. (@EnglishId, '', 'OrganizationActive', 'Active'),
  204. (@SwedishId, '', 'OrganizationActive', 'Aktiv'),
  205. (@PolishId, '', 'OrganizationActive', 'Aktywna'),
  206. (@EnglishId, '', 'OrganizationDeactivate', 'Deactivate'),
  207. (@SwedishId, '', 'OrganizationDeactivate', 'Avaktivera'),
  208. (@PolishId, '', 'OrganizationDeactivate', 'Dezaktywuj'),
  209. (@EnglishId, '', 'OrganizationDeleteOrganization', 'Delete organization'),
  210. (@SwedishId, '', 'OrganizationDeleteOrganization', 'Ta bort organisation'),
  211. (@PolishId, '', 'OrganizationDeleteOrganization', 'Usuń organizację'),
  212. ---------------------------------------------------------------------------------------------
  213. ---------------------------------------------------------------------------------------------
  214.  
  215. --Organization Remove organization
  216. (@EnglishId, '', 'OrganizationRemoveOrganization', 'Remove organization'),
  217. (@SwedishId, '', 'OrganizationRemoveOrganization', 'Ta bort organisation'),
  218. (@PolishId, '', 'OrganizationRemoveOrganization', 'Usuń organizację'),
  219. (@EnglishId, '', 'OrganizationRemoveOrganizationBtn', 'Remove organization'),
  220. (@SwedishId, '', 'OrganizationRemoveOrganizationBtn', 'Ta bort organisation'),
  221. (@PolishId, '', 'OrganizationRemoveOrganizationBtn', 'Usuń organizację'),
  222. (@EnglishId, '', 'OrganizationRemoveOrganizationConfirm', 'Are you sure you want to delete this organization?'),
  223. (@SwedishId, '', 'OrganizationRemoveOrganizationConfirm', 'Är du helt säker på att du vill ta bort organisationen?'),
  224. (@PolishId, '', 'OrganizationRemoveOrganizationConfirm', 'Jesteś pewnien że chcesz usunąć organizację?'),
  225. ---------------------------------------------------------------------------------------------
  226. ---------------------------------------------------------------------------------------------
  227.  
  228. --Organization Remove user
  229. (@EnglishId, '', 'OrganizationRemoveUser', 'Remove user'),
  230. (@SwedishId, '', 'OrganizationRemoveUser', 'Ta bort användare'),
  231. (@PolishId, '', 'OrganizationRemoveUser', 'Usuń użytkownika'),
  232. (@EnglishId, '', 'OrganizationRemoveUserBtn', 'Remove user'),
  233. (@SwedishId, '', 'OrganizationRemoveUserBtn', 'Ta bort användare'),
  234. (@PolishId, '', 'OrganizationRemoveUserBtn', 'Usuń użytkownika'),
  235. (@EnglishId, '', 'OrganizationRemoveUserConfirm', 'Are you sure you want to delete this user?'),
  236. (@SwedishId, '', 'OrganizationRemoveUserConfirm', 'Är du säker på att du vill ta bort denna användaren?'),
  237. (@PolishId, '', 'OrganizationRemoveUserConfirm', 'Jesteś pewnien że chcesz usunąć tego użytkownika?'),
  238. ---------------------------------------------------------------------------------------------
  239. ---------------------------------------------------------------------------------------------
  240.  
  241.  
  242.  
  243. --LICENSE--
  244. ---------------------------------------------------------------------------------------------
  245. ---------------------------------------------------------------------------------------------
  246. ---------------------------------------------------------------------------------------------
  247. ---------------------------------------------------------------------------------------------
  248. (@EnglishId, '', 'LicensesYourLicenses', 'Your licenses'),
  249. (@SwedishId, '', 'LicensesYourLicenses', 'Dina lisenser'),
  250. (@PolishId, '','LicensesYourLicenses', 'Twoje licencje'),
  251. (@EnglishId, '', 'LicensesNoLicenses', 'You have no licenses'),
  252. (@SwedishId, '', 'LicensesNoLicenses', 'Du har inga licenser'),
  253. (@PolishId, '','LicensesNoLicenses', 'Nie masz żadnych licencji'),
  254. (@EnglishId, '', 'LicensesLicenseId', 'License ID'),
  255. (@SwedishId, '', 'LicensesLicenseId', 'Lisense ID'),
  256. (@PolishId, '','LicensesLicenseId', 'ID licencji'),
  257. (@EnglishId, '', 'LicensesGameType', 'Game Type'),
  258. (@SwedishId, '', 'LicensesGameType', 'Spel typ'),
  259. (@PolishId, '', 'LicensesGameType', 'Typ gry'),
  260. (@EnglishId, '', 'LicensesStartDate', 'Start Date'),
  261. (@SwedishId, '', 'LicensesStartDate', 'Start datum'),
  262. (@PolishId, '', 'LicensesStartDate', 'Data startowa'),
  263. (@EnglishId, '', 'LicensesExpireDate', 'Expire Date'),
  264. (@SwedishId, '', 'LicensesExpireDate', 'Slut datum'),
  265. (@PolishId, '', 'LicensesExpireDate', 'Data wygasniecia'),
  266. (@EnglishId, '', 'LicensesStatus', 'Status'),
  267. (@SwedishId, '', 'LicensesStatus', 'Status'),
  268. (@PolishId, '', 'LicensesStatus', 'Status'),
  269. (@EnglishId, '', 'LicensesLicensesToBuy', 'Licenses that you can buy'),
  270. (@SwedishId, '', 'LicensesLicensesToBuy', 'Tillgängliga licenser för köp'),
  271. (@PolishId, '', 'LicensesLicensesToBuy', 'Licencje, które możesz kupić'),
  272. (@EnglishId, '', 'LicensesNoBuyLicenses', 'You can''t buy '),
  273. (@SwedishId, '', 'LicensesNoBuyLicenses', 'Du kan'),
  274. (@PolishId, '', 'LicensesNoBuyLicenses', 'Nie możesz kupić żadnych licencji'),
  275. (@EnglishId, '', 'LicensesLicenseType', 'License Type'),
  276. (@SwedishId, '', 'LicensesLicenseType', 'License typ'),
  277. (@PolishId, '', 'LicensesLicenseType', 'Typ Licencji'),
  278. (@EnglishId, '', 'LicensesLicenseName', 'Name'),
  279. (@SwedishId, '', 'LicensesLicenseName', 'Namn'),
  280. (@PolishId, '', 'LicensesLicenseName', 'Nazwa'),
  281. (@EnglishId, '', 'LicensesLicensePrice', 'Price'),
  282. (@SwedishId, '', 'LicensesLicensePrice', 'Pris'),
  283. (@PolishId, '', 'LicensesLicensePrice', 'Cena'),
  284. (@EnglishId, '', 'LicensesLicenseDuration', 'Duration'),
  285. (@SwedishId, '', 'LicensesLicenseDuration', 'Period'),
  286. (@PolishId, '', 'LicensesLicenseDuration', 'Czas trwania'),
  287. (@EnglishId, '', 'LicensesLicenseDurationDays', 'days'),
  288. (@SwedishId, '', 'LicensesLicenseDurationDays', 'dagar'),
  289. (@PolishId, '', 'LicensesLicenseDurationDays', 'dni'),
  290. (@EnglishId, '', 'LicensesDetails', 'Details'),
  291. (@SwedishId, '', 'LicensesDetails', 'detaljer'),
  292. (@PolishId, '', 'LicensesDetails', 'Szczegóły'),
  293. (@EnglishId, '', 'LicenseLicensesDetailsBuyLicense', 'Buy license'),
  294. (@SwedishId, '', 'LicenseLicensesDetailsBuyLicense', 'Köp license'),
  295. (@PolishId, '', 'LicenseLicensesDetailsBuyLicense', 'Kup licencje'),
  296. (@EnglishId, '', 'LicenseLicensesDetailsGoBack', 'Go back'),
  297. (@SwedishId, '', 'LicenseLicensesDetailsGoBack', 'Gå tillbaka'),
  298. (@PolishId, '', 'LicenseLicensesDetailsGoBack', 'Powrót'),
  299. (@EnglishId, '', 'LicenseLicensesDetailsAddToCart', 'Add to cart'),
  300. (@SwedishId, '', 'LicenseLicensesDetailsAddToCart', 'Lägg till i korgen'),
  301. (@PolishId, '', 'LicenseLicensesDetailsAddToCart', 'Dodaj do koszyka'),
  302. --License buy license VM
  303. (@EnglishId, '', 'LicenseRules', 'Rules'),
  304. (@SwedishId, '', 'LicenseRules', 'Regler'),
  305. (@PolishId, '', 'LicenseRules', 'Zasady'),
  306. ---------------------------------------------------------------------------------------------
  307. ---------------------------------------------------------------------------------------------
  308. --License details license VM
  309. (@EnglishId, '', 'LicenseLicenseDetailsLicenseName', 'License name'),
  310. (@SwedishId, '', 'LicenseLicenseDetailsLicenseName', 'License namn'),
  311. (@PolishId, '', 'LicenseLicenseDetailsLicenseName', 'Nazwa licencji'),
  312. (@EnglishId, '', 'LicenseLicenseDetailsLicenseDescription', 'Description'),
  313. (@SwedishId, '', 'LicenseLicenseDetailsLicenseDescription', 'Beskrivning'),
  314. (@PolishId, '', 'LicenseLicenseDetailsLicenseDescription', 'Opis licencji'),
  315. (@EnglishId, '', 'LicenseLicenseDetailsLicenseDuration', 'License duration'),
  316. (@SwedishId, '', 'LicenseLicenseDetailsLicenseDuration', 'License period'),
  317. (@PolishId, '', 'LicenseLicenseDetailsLicenseDuration', 'Czas trwania licencji'),
  318. (@EnglishId, '', 'LicenseLicenseDetailsLicensePrice', 'Price'),
  319. (@SwedishId, '', 'LicenseLicenseDetailsLicensePrice', 'Pris'),
  320. (@PolishId, '', 'LicenseLicenseDetailsLicensePrice', 'Cena'),
  321. (@EnglishId, '', 'LicenseLicenseDetailsLicenseRules', 'License rules'),
  322. (@SwedishId, '', 'LicenseLicenseDetailsLicenseRules', 'License regler'),
  323. (@PolishId, '', 'LicenseLicenseDetailsLicenseRules', 'Zasady licencji'),
  324. (@EnglishId, '', 'LicenseLicenseDetailsLicenseType', 'License type'),
  325. (@SwedishId, '', 'LicenseLicenseDetailsLicenseType', 'License typ'),
  326. (@PolishId, '', 'LicenseLicenseDetailsLicenseType', 'Typ licencji'),
  327. (@EnglishId, '', 'LicenseLicenseDetailsLicenseGameType', 'License game type'),
  328. (@SwedishId, '', 'LicenseLicenseDetailsLicenseGameType', 'License spel typ'),
  329. (@PolishId, '', 'LicenseLicenseDetailsLicenseGameType', 'Typ gry'),
  330. (@EnglishId, '', 'LicenseLicenseDetailsLicenseArea', 'License area'),
  331. (@SwedishId, '', 'LicenseLicenseDetailsLicenseArea', 'License area'),
  332. (@PolishId, '', 'LicenseLicenseDetailsLicenseArea', 'Obszar'),
  333. (@EnglishId, '', 'LicenseLicenseDetailsAcceptTerms', 'I agree with terms and conditions.'),
  334. (@SwedishId, '', 'LicenseLicenseDetailsAcceptTerms', 'Jag accepterar reglerna och lovar att följa dom.'),
  335. (@PolishId, '', 'LicenseLicenseDetailsAcceptTerms', 'Zgadzam się z regulaminem'),
  336. --License details error messages
  337. (@EnglishId, '', 'LicenseLicenseDetailsAcceptTermsErrorMessage', 'You have to accept terms and conditions.'),
  338. (@SwedishId, '', 'LicenseLicenseDetailsAcceptTermsErrorMessage', 'Du har accepterat våra regler'),
  339. (@PolishId, '', 'LicenseLicenseDetailsAcceptTermsErrorMessage', 'Musisz zaakceptować regulamin'),
  340.  
  341. --TEAMS
  342. ---------------------------------------------------------------------------------------------
  343. ---------------------------------------------------------------------------------------------
  344. ---------------------------------------------------------------------------------------------
  345. ---------------------------------------------------------------------------------------------
  346. --TEAMS AddTeam
  347. (@EnglishId, '', 'TeamAddTeam', 'Add Team'),
  348. (@SwedishId, '', 'TeamAddTeam', 'Lägg till team'),
  349. (@PolishId, '', 'TeamAddTeam', 'Dodaj zespol'),
  350. (@EnglishId, '', 'TeamAddTeamBtn', 'Add Team'),
  351. (@SwedishId, '', 'TeamAddTeamBtn', 'Lägg till team'),
  352. (@PolishId, '', 'TeamAddTeamBtn', 'Dodaj zespol'),
  353. (@EnglishId, '', 'TeamUsersOfOrganization', 'Users that can be invited'),
  354. (@SwedishId, '', 'TeamUsersOfOrganization', 'Users that can be invited'),
  355. (@PolishId, '', 'TeamUsersOfOrganization', 'Uzytkownicy ktorych mozesz zaprosic'),
  356. --AddTeam view (form)
  357.  
  358. --AddTeam view (form) validation messages
  359.  
  360. ---------------------------------------------------------------------------------------------
  361. ---------------------------------------------------------------------------------------------
  362.  
  363.  
  364. --Index
  365. (@EnglishId, '', 'TeamTeams', 'Teams'),
  366. (@SwedishId, '', 'TeamTeams', 'Team'),
  367. (@PolishId, '', 'TeamTeams', 'Zespoły'),
  368. (@EnglishId, '', 'TeamJoinToTeamBtn', 'Join to team'),
  369. (@SwedishId, '', 'TeamJoinToTeamBtn', 'Gå med i team'),
  370. (@PolishId, '', 'TeamJoinToTeamBtn', 'Doącz do zespołu'),
  371. (@EnglishId, '', 'TeamOwnerOf', 'You are owner of: '),
  372. (@SwedishId, '', 'TeamOwnerOf', 'Du äger:'),
  373. (@PolishId, '', 'TeamOwnerOf', 'Jesteś administratrem: '),
  374. (@EnglishId, '', 'TeamNoOwnerOf', 'You are not owner of any team. '),
  375. (@SwedishId, '', 'TeamNoOwnerOf', 'Du äger inga team.'),
  376. (@PolishId, '', 'TeamNoOwnerOf', 'Nie jesteś administratorem żadnego zespołu. '),
  377. (@EnglishId, '', 'TeamMemberOf', 'You are member of: '),
  378. (@SwedishId, '', 'TeamMemberOf', 'Du är medlem i:'),
  379. (@PolishId, '', 'TeamMemberOf', 'Jesteś członkiem: '),
  380. (@EnglishId, '', 'TeamNoMemberOf', 'You are not member of any team. '),
  381. (@SwedishId, '', 'TeamNoMemberOf', 'Du är inte medlem i några team.'),
  382. (@PolishId, '', 'TeamNoMemberOf', 'Nie jesteś członkiem żadnego zespołu. '),
  383. (@EnglishId, '', 'TeamInvitedTo', 'You are invited to: '),
  384. (@SwedishId, '', 'TeamInvitedTo', 'Du är inbjuden till:'),
  385. (@PolishId, '', 'TeamInvitedTo', 'Jesteś zaproszony do: '),
  386. (@EnglishId, '', 'TeamNoInvitedTo', 'You are not invited to any team. '),
  387. (@SwedishId, '', 'TeamNoInvitedTo', 'Du är inte inbjuden till några team.'),
  388. (@PolishId, '', 'TeamNoInvitedTo', 'Nie jesteś zaproszony do żadnego zespołu. '),
  389. (@EnglishId, '', 'TeamName', 'Name'),
  390. (@SwedishId, '', 'TeamName', 'Namn'),
  391. (@PolishId, '', 'TeamName', 'Nazwa'),
  392. (@EnglishId, '', 'TeamOrganizationName', 'Organization Name'),
  393. (@SwedishId, '', 'TeamOrganizationName', 'Team namn'),
  394. (@PolishId, '', 'TeamOrganizationName', 'Nazwa organizacji'),
  395. (@EnglishId, '', 'TeamManageBtn', 'Manage'),
  396. (@SwedishId, '', 'TeamManageBtn', 'Hantera'),
  397. (@PolishId, '', 'TeamManageBtn', 'Zarządzaj'),
  398. (@EnglishId, '', 'TeamAcceptRequestBtn', 'Accept'),
  399. (@SwedishId, '', 'TeamAcceptRequestBtn', 'Acceptera'),
  400. (@PolishId, '', 'TeamAcceptRequestBtn', 'Akceptuj'),
  401. (@EnglishId, '', 'TeamDeclineBtn', 'Decline'),
  402. (@SwedishId, '', 'TeamDeclineBtn', 'Neka'),
  403. (@PolishId, '', 'TeamDeclineBtn', 'Odrzuć'),
  404. (@EnglishId, '', 'TeamAddTeamFormEmail', 'Email'),
  405. (@SwedishId, '', 'TeamAddTeamFormEmail', 'Epost'),
  406. (@PolishId, '', 'TeamAddTeamFormEmail', 'Email'),
  407. (@EnglishId, '', 'TeamJoinToTeamFormTeamName', 'Team name'),
  408. (@SwedishId, '', 'TeamJoinToTeamFormTeamName', 'Lagnamn'),
  409. (@PolishId, '', 'TeamJoinToTeamFormTeamName', 'Nazwa zespołu'),
  410. (@EnglishId, '', 'TeamJoinToTeamFormOrganizationName', 'Organization name'),
  411. (@SwedishId, '', 'TeamJoinToTeamFormOrganizationName', 'Organisationsnamn'),
  412. (@PolishId, '', 'TeamJoinToTeamFormOrganizationName', 'Nazwa organizacji'),
  413. --Invite User
  414. (@EnglishId, '', 'TeamAddUser', 'Add User'),
  415. (@SwedishId, '', 'TeamAddUser', 'Lägg till användare'),
  416. (@PolishId, '', 'TeamAddUser', 'Dodaj użytkownika'),
  417. (@EnglishId, '', 'TeamAddUserBtn', 'Add User'),
  418. (@SwedishId, '', 'TeamAddUserBtn', 'Lägg till användare'),
  419. (@PolishId, '', 'TeamAddUserBtn', 'Dodaj użytkownika'),
  420. ---------------------------------------------------------------------------------------------
  421. ---------------------------------------------------------------------------------------------
  422.  
  423. --Join to team
  424. (@EnglishId, '', 'TeamJoinToTeam', 'Join to team'),
  425. (@SwedishId, '', 'TeamJoinToTeam', 'Gå med i lag'),
  426. (@PolishId, '', 'TeamJoinToTeam', 'Dołącz do zespołu'),
  427. (@EnglishId, '', 'TeamJoinToTeamRequestBtn', 'Join to team request'),
  428. (@SwedishId, '', 'TeamJoinToTeamRequestBtn', 'Gå med i lag'),
  429. (@PolishId, '', 'TeamJoinToTeamRequestBtn', 'Wyślij zapytanie o dołączenie'),
  430. --Join to team view (form)
  431.  
  432. --Join to team view (form) validation messages
  433.  
  434. ---------------------------------------------------------------------------------------------
  435. ---------------------------------------------------------------------------------------------
  436.  
  437. --Leave team
  438. (@EnglishId, '', 'TeamLeaveTeam', 'Leave team'),
  439. (@SwedishId, '', 'TeamLeaveTeam', 'Lämna team'),
  440. (@PolishId, '', 'TeamLeaveTeam', 'Opusc zespół'),
  441. (@EnglishId, '', 'TeamLeaveTeamCoinformation', 'Are you sure you want to leave this team?'),
  442. (@SwedishId, '', 'TeamLeaveTeamCoinformation', 'Är du säker på att du vill lämna det här laget?'),
  443. (@PolishId, '', 'TeamLeaveTeamCoinformation', 'Jesteś pewnien że chcesz opuścić ten zespół?'),
  444. (@EnglishId, '', 'TeamLeaveTeamBtn', 'Leave team'),
  445. (@SwedishId, '', 'TeamLeaveTeamBtn', 'Lämna laget'),
  446. (@PolishId, '', 'TeamLeaveTeamBtn', 'Opusc zespół'),
  447. ---------------------------------------------------------------------------------------------
  448. ---------------------------------------------------------------------------------------------
  449.  
  450. --Remove team
  451. (@EnglishId, '', 'TeamRemoveTeam', 'Delete team'),
  452. (@SwedishId, '', 'TeamRemoveTeam', 'Ta bort lag'),
  453. (@PolishId, '', 'TeamRemoveTeam', 'Usun zespol'),
  454. (@EnglishId, '', 'TeamRemoveTeamCoinformation', 'Are you sure you want to delete this team?'),
  455. (@SwedishId, '', 'TeamRemoveTeamCoinformation', 'Är du säker på att du vill ta bort det här laget?'),
  456. (@PolishId, '', 'TeamRemoveTeamCoinformation', 'Jesteś pewnien że chcesz usunąć ten zespół?'),
  457. (@EnglishId, '', 'TeamRemoveTeamBtn', 'Delete team'),
  458. (@SwedishId, '', 'TeamRemoveTeamBtn', 'Ta bort lag'),
  459. (@PolishId, '', 'TeamRemoveTeamBtn', 'Usun zespol'),
  460. ---------------------------------------------------------------------------------------------
  461. ---------------------------------------------------------------------------------------------
  462.  
  463. --Remove user
  464. (@EnglishId, '', 'TeamRemoveUser', 'Delete user'),
  465. (@SwedishId, '', 'TeamRemoveUser', 'Ta bort användare'),
  466. (@PolishId, '', 'TeamRemoveUser', 'Usun uzytkownika'),
  467. (@EnglishId, '', 'TeamRemoveUserCoinformation', 'Are you sure you want to delete this user?'),
  468. (@SwedishId, '', 'TeamRemoveUSerCoinformation', 'Jesteś pewnien że chcesz usunąć tego uzytkownika?'),
  469. (@PolishId, '', 'TeamRemoveUSerCoinformation', 'Jesteś pewnien że chcesz usunąć tego uzytkownika?'),
  470. (@EnglishId, '', 'TeamRemoveUserBtn', 'Delete user'),
  471. (@SwedishId, '', 'TeamRemoveUserBtn', 'Ta bort användaren'),
  472. (@PolishId, '', 'TeamRemoveUserBtn', 'Usun użytkownika'),
  473. ---------------------------------------------------------------------------------------------
  474. ---------------------------------------------------------------------------------------------
  475.  
  476. --Team Manager
  477. (@EnglishId, '', 'TeamTeamManager', 'Team manager'),
  478. (@SwedishId, '', 'TeamTeamManager', 'Lag hanterare'),
  479. (@PolishId, '', 'TeamTeamManager', 'Zarządzaj zespołem'),
  480. (@EnglishId, '', 'TeamTeamManagerUsers', 'Users'),
  481. (@SwedishId, '', 'TeamTeamManagerUsers', 'Användare'),
  482. (@PolishId, '', 'TeamTeamManagerUsers', 'Uzytkownicy'),
  483. (@EnglishId, '', 'TeamUserName', 'Name'),
  484. (@SwedishId, '', 'TeamUserName', 'Namn'),
  485. (@PolishId, '', 'TeamUserName', 'Nazwa'),
  486. (@EnglishId, '', 'TeamUserEmail', 'Email'),
  487. (@SwedishId, '', 'TeamUserEmail', 'E-post'),
  488. (@PolishId, '', 'TeamUserEmail', 'Email'),
  489. (@EnglishId, '', 'TeamUserRegisterDate', 'Register date'),
  490. (@SwedishId, '', 'TeamUserRegisterDate', 'Datum för registrering'),
  491. (@PolishId, '', 'TeamUserRegisterDate', 'Data rejestracji'),
  492. (@EnglishId, '', 'TeamRequests', 'Requests'),
  493. (@SwedishId, '', 'TeamRequests', 'Förfrågningar'),
  494. (@PolishId, '', 'TeamRequests', 'Zapytania'),
  495. (@EnglishId, '', 'TeamRemove', 'Remove'),
  496. (@SwedishId, '', 'TeamRemove', 'Ta bort'),
  497. (@PolishId, '', 'TeamRemove', 'Usun'),
  498. (@EnglishId, '', 'TeamAcceptAllRequests', 'Accept all'),
  499. (@SwedishId, '', 'TeamAcceptAllRequests', 'Acceptera alla'),
  500. (@PolishId, '', 'TeamAcceptAllRequests', 'Akceptuj wszystkie'),
  501. ---------------------------------------------------------------------------------------------
  502. ---------------------------------------------------------------------------------------------
  503.  
  504. --Cart Controller
  505. ---------------------------------------------------------------------------------------------
  506. ---------------------------------------------------------------------------------------------
  507. --Cart Accepted
  508. (@EnglishId, '', 'CartPaymentAccepted', 'Payment Accepted'),
  509. (@SwedishId, '', 'CartPaymentAccepted', 'Betalning godkänd'),
  510. (@PolishId, '', 'CartPaymentAccepted', 'Platnosc zaakceptowana'),
  511. ---------------------------------------------------------------------------------------------
  512. ---------------------------------------------------------------------------------------------
  513. --Cart Cancelled
  514. (@EnglishId, '', 'CartPaymentCancelled', 'Payment has been cancelled'),
  515. (@SwedishId, '', 'CartPaymentCancelled', 'Betalningen avbröts'),
  516. (@PolishId, '', 'CartPaymentCancelled', 'Platnosc zostala odrzucona'),
  517. ---------------------------------------------------------------------------------------------
  518. ---------------------------------------------------------------------------------------------
  519. --Cart Index
  520. (@EnglishId, '', 'CartCart', 'Cart'),
  521. (@SwedishId, '', 'CartCart', 'Vagn'),
  522. (@PolishId, '', 'CartCart', 'Koszyk'),
  523. (@EnglishId, '', 'CartLicense', 'License'),
  524. (@SwedishId, '', 'CartLicense', 'License'),
  525. (@PolishId, '', 'CartLicense', 'Licencja'),
  526. (@EnglishId, '', 'CartDescription', 'Description'),
  527. (@SwedishId, '', 'CartDescription', 'Beskrivning'),
  528. (@PolishId, '', 'CartDescription', 'Opis'),
  529. (@EnglishId, '', 'CartType', 'Type'),
  530. (@SwedishId, '', 'CartType', 'Typ'),
  531. (@PolishId, '', 'CartType', 'Typ'),
  532. (@EnglishId, '', 'CartLimitation', 'Limitation'),
  533. (@SwedishId, '', 'CartLimitation', 'Begränsningar'),
  534. (@PolishId, '', 'CartLimitation', 'Ograniczenie'),
  535. (@EnglishId, '', 'CartPrice', 'Price'),
  536. (@SwedishId, '', 'CartPrice', 'Pris'),
  537. (@PolishId, '', 'CartPrice', 'Cena'),
  538. (@EnglishId, '', 'CartAmount', 'Amount'),
  539. (@SwedishId, '', 'CartAmount', 'Antal'),
  540. (@PolishId, '', 'CartAmount', 'Ilosc'),
  541. (@EnglishId, '', 'CartRemove', 'Remove'),
  542. (@SwedishId, '', 'CartRemove', 'Ta bort'),
  543. (@PolishId, '', 'CartRemove', 'Usun'),
  544. (@EnglishId, '', 'CartContinueShopping', 'Continue shopping'),
  545. (@SwedishId, '', 'CartContinueShopping', 'Fortsätt handla'),
  546. (@PolishId, '', 'CartContinueShopping', 'Kontynuuj zakupy'),
  547. (@EnglishId, '', 'CartSubmitOrderAndPay', 'Submit Order and Pay'),
  548. (@SwedishId, '', 'CartSubmitOrderAndPay', 'Beställ och betala'),
  549. (@PolishId, '', 'CartSubmitOrderAndPay', 'Kupuje i place!'),
  550.  
  551. --Account Controller
  552. ---------------------------------------------------------------------------------------------
  553. ---------------------------------------------------------------------------------------------
  554. ---------------------------------------------------------------------------------------------
  555. ---------------------------------------------------------------------------------------------
  556. --Login
  557. (@EnglishId, '', 'LoginTitle', 'Log in to your account'),
  558. (@SwedishId, '', 'LoginTitle', 'Logga in'),
  559. (@PolishId, '', 'LoginTitle', 'Zaloguj się na swoje konto'),
  560. (@EnglishId, '', 'LoginInfo', 'Please log in to your account in order to continue'),
  561. (@SwedishId, '', 'LoginInfo', 'Du måste vara inloggad för att fortsätta'),
  562. (@PolishId, '', 'LoginInfo', 'Zaloguj się aby kontynuować'),
  563. (@EnglishId, '', 'LoginButton', 'Sign in'),
  564. (@SwedishId, '', 'LoginButton', 'Logga in'),
  565. (@PolishId, '', 'LoginButton', 'Zaloguj'),
  566. (@EnglishId, '', 'LoginRegisterLink', 'Sign up'),
  567. (@SwedishId, '', 'LoginRegisterLink', 'Registrera'),
  568. (@PolishId, '', 'LoginRegisterLink', 'Zarejestruj'),
  569. (@EnglishId, '', 'LoginEmail', 'Email address'),
  570. (@SwedishId, '', 'LoginEmail', 'E-post adress'),
  571. (@PolishId, '', 'LoginEmail', 'Adres e-mail'),
  572. (@EnglishId, '', 'LoginPassword', 'Password'),
  573. (@SwedishId, '', 'LoginPassword', 'Lösenord'),
  574. (@PolishId, '', 'LoginPassword', 'Hasło'),
  575. (@EnglishId, '', 'LoginRememberMe', 'Remember me'),
  576. (@SwedishId, '', 'LoginRememberMe', 'Kom ihåg mig'),
  577. (@PolishId, '', 'LoginRememberMe', 'Zapamiętaj mnie'),
  578. (@EnglishId, '', 'LoginEmailRequired', 'Email address is required'),
  579. (@SwedishId, '', 'LoginEmailRequired', 'Du måste ange e-pst'),
  580. (@PolishId, '', 'LoginEmailRequired', 'Adres email jest wymagany'),
  581. (@EnglishId, '', 'LoginPasswordRequired', 'Password is required'),
  582. (@SwedishId, '', 'LoginPasswordRequired', 'Du måste ange ett lösenord'),
  583. (@PolishId, '', 'LoginPasswordRequired', 'Hasło jest wymagane'),
  584. --Account VM
  585. (@EnglishId, '', 'AccountExtLogConfEmailErrorMessage', 'Confirm e-mail address'),
  586. (@SwedishId, '', 'AccountExtLogConfEmailErrorMessage', 'Bekräfta e-postadress'),
  587. (@PolishId, '', 'AccountExtLogConfEmailErrorMessage', 'Potwierdz adres e-mail'),
  588. (@EnglishId, '', 'AccountForgotPassEmailErrorMessage', 'Enter e-mail address'),
  589. (@SwedishId, '', 'AccountForgotPassEmailErrorMessage', 'Skriv in e-post adress'),
  590. (@PolishId, '', 'AccountForgotPassEmailErrorMessage', 'Podaj adres e-mail'),
  591. (@EnglishId, '', 'AccountForgotEmailErrorMessage', 'Enter e-mail address'),
  592. (@SwedishId, '', 'AccountForgotEmailErrorMessage', 'Skriv in e-post adress'),
  593. (@PolishId, '', 'AccountForgotEmailErrorMessage', 'Podaj adres e-mail'),
  594. (@EnglishId, '', 'AccountResetPasswordEmailErrorMessage', 'Enter e-mail address'),
  595. (@SwedishId, '', 'AccountResetPasswordEmailErrorMessage', 'Skriv in e-post adress'),
  596. (@PolishId, '', 'AccountResetPasswordEmailErrorMessage', 'Podaj adres e-mail'),
  597. (@EnglishId, '', 'AccountResetPasswordPasswordErrorMessage', 'Enter a new password'),
  598. (@SwedishId, '', 'AccountResetPasswordPasswordErrorMessage', 'Lägg till lösenord'),
  599. (@PolishId, '', 'AccountResetPasswordPasswordErrorMessage', 'Podaj nowe haslo'),
  600. ---------------------------------------------------------------------------------------------
  601. ---------------------------------------------------------------------------------------------
  602. --External login partial
  603. (@EnglishId, '', 'AccountUseAnotherServiceToLogIn', 'Use another service to log in.'),
  604. (@SwedishId, '', 'AccountUseAnotherServiceToLogIn', 'Använd en annan tjänst för att logga in'),
  605. (@PolishId, '', 'AccountUseAnotherServiceToLogIn', 'Uzyj innego serwisu aby sie zalogowac'),
  606. (@EnglishId, '', 'AccountLoInUsingYour', 'Log in using your'),
  607. (@SwedishId, '', 'AccountLoInUsingYour', 'Logga in genom att använda'),
  608. (@PolishId, '', 'AccountLoInUsingYour', 'Zaloguj sie uzywajac swojego'),
  609. (@EnglishId, '', 'AccountAccount', 'account'),
  610. (@SwedishId, '', 'AccountAccount', 'konto'),
  611. (@PolishId, '', 'AccountAccount', 'konta'),
  612. (@EnglishId, '', 'AccountExtLogConfEmailDisplayName', 'E-mail'),
  613. (@SwedishId, '', 'AccountExtLogConfEmailDisplayName', 'E-post'),
  614. (@PolishId, '', 'AccountExtLogConfEmailDisplayName', 'E-mail'),
  615. ---------------------------------------------------------------------------------------------
  616. ---------------------------------------------------------------------------------------------
  617. --ConfirmEmail
  618. (@EnglishId, '', 'AccountEmailConfirmThanks', 'Thank you for confirming your email. Please'),
  619. (@SwedishId, '', 'AccountEmailConfirmThanks', 'Tack för att du har bekräftat din e-post'),
  620. (@PolishId, '', 'AccountEmailConfirmThanks', 'Dziekujemy za potwierdzenie swojego email''a. Prosimy'),
  621. (@EnglishId, '', 'AccountEmailConfirm', 'Confirm Email'),
  622. (@SwedishId, '', 'AccountEmailConfirm', 'Bekräfta e-post'),
  623. (@PolishId, '', 'AccountEmailConfirm', 'Potwierdzenie Email'),
  624. ---------------------------------------------------------------------------------------------
  625. ---------------------------------------------------------------------------------------------
  626. --Forgot password
  627. (@EnglishId, '', 'AccountForgotPassword?', 'Forgot your password?'),
  628. (@SwedishId, '', 'AccountForgotPassword?', 'Glömt lösenord?'),
  629. (@PolishId, '', 'AccountForgotPassword?', 'Zapomniales hasla?'),
  630. (@EnglishId, '', 'AccountEnterYourEmail', 'Enter your email.'),
  631. (@SwedishId, '', 'AccountEnterYourEmail?', 'Wprowadz email'),
  632. (@PolishId, '', 'AccountEnterYourEmail?', 'Wprowadz email'),
  633. (@EnglishId, '', 'AccountEmailLink', 'Email Link'),
  634. (@SwedishId, '', 'AccountEmailLink', 'E-post länk'),
  635. (@PolishId, '', 'AccountEmailLink', 'Email Link'),
  636. ---------------------------------------------------------------------------------------------
  637. ---------------------------------------------------------------------------------------------
  638. --Forgot password coinformation
  639. (@EnglishId, '', 'AccountForgotPasswordConfirmation', 'Forgot Password Confirmation'),
  640. (@SwedishId, '', 'AccountForgotPasswordConfirmation', 'Bekräfta att du lömt lösenord'),
  641. (@PolishId, '', 'AccountForgotPasswordConfirmation', 'Potwierdzenie zapomnianego hasla'),
  642. (@EnglishId, '', 'AccountPleaseCheckYourEmailToResetYourPassword.', 'Please check your email to reset your password.'),
  643. (@SwedishId, '', 'AccountPleaseCheckYourEmailToResetYourPassword.', 'Please check your email to reset your password.'),
  644. (@PolishId, '', 'AccountPleaseCheckYourEmailToResetYourPassword', 'Prosimy sprawdzic swoj email aby zresetowac haslo'),
  645. ---------------------------------------------------------------------------------------------
  646. ---------------------------------------------------------------------------------------------
  647. --Register
  648. (@EnglishId, '', 'AccountSignUp', 'Sign Up'),
  649. (@SwedishId, '', 'AccountSignUp', 'Registrera dig'),
  650. (@PolishId, '', 'AccountSignUp', 'Zarejestruj sie'),
  651. (@EnglishId, '', 'AccountUploadImage', 'Upload Image'),
  652. (@SwedishId, '', 'AccountUploadImage', 'Lägg till bild'),
  653. (@PolishId, '', 'AccountUploadImage', 'Wyslij zdjecie'),
  654. (@EnglishId, '', 'AccountIAgreeWithterms', 'I agree with terms and conditions.'),
  655. (@SwedishId, '', 'AccountIAgreeWithterms', 'Jag accepterar reglerna'),
  656. (@PolishId, '', 'AccountIAgreeWithterms', 'Akceptuje regulamin'),
  657. (@EnglishId, '', 'AccountRegister', 'Register'),
  658. (@SwedishId, '', 'AccountRegister', 'Registrera'),
  659. (@PolishId, '', 'AccountRegister', 'Zarejestruj'),
  660. --Register form
  661. (@EnglishId, '', 'AccountRegisterFormEmail', 'Email'),
  662. (@SwedishId, '', 'AccountRegisterFormEmail', 'E-post'),
  663. (@PolishId, '', 'AccountRegisterFormEmail', 'Email'),
  664. (@EnglishId, '', 'AccountRegisterFormFirstName', 'First name'),
  665. (@SwedishId, '', 'AccountRegisterFormFirstName', 'Förnamn'),
  666. (@PolishId, '', 'AccountRegisterFormFirstName', 'Imię'),
  667. (@EnglishId, '', 'AccountRegisterFormLastName', 'Last name'),
  668. (@SwedishId, '', 'AccountRegisterFormLastName', 'Efternamn'),
  669. (@PolishId, '', 'AccountRegisterFormLastName', 'Nazwisko'),
  670. (@EnglishId, '', 'AccountRegisterFormAddress', 'Address'),
  671. (@SwedishId, '', 'AccountRegisterFormAddress', 'Address'),
  672. (@PolishId, '', 'AccountRegisterFormAddress', 'Adres'),
  673. (@EnglishId, '', 'AccountRegisterFormAreaCode', 'Area code'),
  674. (@SwedishId, '', 'AccountRegisterFormAreaCode', 'Postnummer'),
  675. (@PolishId, '', 'AccountRegisterFormAreaCode', 'Kod obszaru'),
  676. (@EnglishId, '', 'AccountRegisterFormPersonalNumber', 'Personal Number'),
  677. (@SwedishId, '', 'AccountRegisterFormPersonalNumber', 'Personnummer'),
  678. (@PolishId, '', 'AccountRegisterFormPersonalNumber', 'PESEL'),
  679. (@EnglishId, '', 'AccountRegisterFormCity', 'City'),
  680. (@SwedishId, '', 'AccountRegisterFormCity', 'Stad'),
  681. (@PolishId, '', 'AccountRegisterFormCity', 'Miasto'),
  682. (@EnglishId, '', 'AccountRegisterFormPhoneNumber', 'Phone number'),
  683. (@SwedishId, '', 'AccountRegisterFormPhoneNumber', 'Telefonnummer'),
  684. (@PolishId, '', 'AccountRegisterFormPhoneNumber', 'Telefon'),
  685. (@EnglishId, '', 'AccountRegisterFormHuntingLicenseNumber', 'Hunting license number'),
  686. (@SwedishId, '', 'AccountRegisterFormHuntingLicenseNumber', 'Jaktlicense'),
  687. (@PolishId, '', 'AccountRegisterFormHuntingLicenseNumber', 'Numer licencji'),
  688. (@EnglishId, '', 'AccountRegisterFormProfileImage', 'Upload Profile Image'),
  689. (@SwedishId, '', 'AccountRegisterFormProfileImage', 'Ladda upp profilbild'),
  690. (@PolishId, '', 'AccountRegisterFormProfileImage', 'Zdjęcie profilowe'),
  691. (@EnglishId, '', 'AccountRegisterFormAgreeWithTerms', 'I agree with terms and conditions'),
  692. (@SwedishId, '', 'AccountRegisterFormAgreeWithTerms', 'Jag godkänner sidans regler'),
  693. (@PolishId, '', 'AccountRegisterFormAgreeWithTerms', 'Akceptuje regulamin'),
  694. (@EnglishId, '', 'AccountRegisterFormPassword', 'Password'),
  695. (@SwedishId, '', 'AccountRegisterFormPassword', 'Lösenord'),
  696. (@PolishId, '', 'AccountRegisterFormPassword', 'Hasło'),
  697. (@EnglishId, '', 'AccountRegisterFormConfirmPassword', 'Confirm password'),
  698. (@SwedishId, '', 'AccountRegisterFormConfirmPassword', 'Bekräfta lösenord'),
  699. (@PolishId, '', 'AccountRegisterFormConfirmPassword', 'Potwierdz hasło'),
  700. --Register form validation messages
  701. (@EnglishId, '', 'AccountRegisterEmailErrorMessage', 'Enter e-mail address'),
  702. (@SwedishId, '', 'AccountRegisterEmailErrorMessage', 'Skriv e-postadress'),
  703. (@PolishId, '', 'AccountRegisterEmailErrorMessage', 'Wprowadz adres e-mail'),
  704. (@EnglishId, '', 'AccountRegisterFirstNameErrorMessage', 'Enter first name'),
  705. (@SwedishId, '', 'AccountRegisterFirstNameErrorMessage', 'Förnamn'),
  706. (@PolishId, '', 'AccountRegisterFirstNameErrorMessage', 'Wprowadz imie'),
  707. (@EnglishId, '', 'AccountRegisterAddressErrorMessage', 'Enter address'),
  708. (@SwedishId, '', 'AccountRegisterAddressErrorMessage', 'Skriv in adress'),
  709. (@PolishId, '', 'AccountRegisterAddressErrorMessage', 'Wprowadz adres'),
  710. (@EnglishId, '', 'AccountRegisterAreaCodeErrorMessage', 'Enter area code'),
  711. (@SwedishId, '', 'AccountRegisterAreaCodeErrorMessage', 'Skriv in postnummer'),
  712. (@PolishId, '', 'AccountRegisterAreaCodeErrorMessage', 'Wprowadz kod pocztowy'),
  713. (@EnglishId, '', 'AccountRegisterLastNameErrorMessage', 'Enter last name'),
  714. (@SwedishId, '', 'AccountRegisterLastNameErrorMessage', 'Skriv in efternamn'),
  715. (@PolishId, '', 'AccountRegisterLastNameErrorMessage', 'Wprowadz nazwisko'),
  716. (@EnglishId, '', 'AccountRegisterCityErrorMessage', 'Enter city'),
  717. (@SwedishId, '', 'AccountRegisterCityErrorMessage', 'Skriv in stad'),
  718. (@PolishId, '', 'AccountRegisterCityErrorMessage', 'Wprowadz miasto'),
  719. (@EnglishId, '', 'AccountRegisterPasswordErrorMessage', 'Enter password'),
  720. (@SwedishId, '', 'AccountRegisterPasswordErrorMessage', 'Skriv in lösenord'),
  721. (@PolishId, '', 'AccountRegisterPasswordErrorMessage', 'Wprowadz haslo'),
  722. (@EnglishId, '', 'AccountRegisterRegexErrorMessage', 'Enter personal number (YYDDMM-NNNN)'),
  723. (@SwedishId, '', 'AccountRegisterRegexErrorMessage', 'Enter personal number (YYDDMM-NNNN)'),
  724. (@PolishId, '', 'AccountRegisterRegexErrorMessage', 'Wprowadz Pesel (YYDDMM-NNNN)'),
  725. (@EnglishId, '', 'AccountRegisterRangeErrorMessage', 'Enter personal number (YYDDMM-NNNN)'),
  726. (@SwedishId, '', 'AccountRegisterRangeErrorMessage', 'Enter personal number (YYDDMM-NNNN)'),
  727. (@PolishId, '', 'AccountRegisterRangeErrorMessage', 'Wprowadz PESEL (YYDDMM-NNNN)'),
  728. (@EnglishId, '', 'AccountRegisterAcceptedTheConditions', 'You have to accept the conditions'),
  729. (@SwedishId, '', 'AccountRegisterAcceptedTheConditions', 'Du måste acceptera våra regler för att registrera dig'),
  730. (@PolishId, '', 'AccountRegisterAcceptedTheConditions', 'Musisz zaakceptować warunki'),
  731. (@EnglishId, '', 'AccountRegisterStringLength', 'The {0} must be at least {2} characters long.'),
  732. (@SwedishId, '', 'AccountRegisterStringLength', '{0} måste vara minst {2} tecken långt.'),
  733. (@PolishId, '', 'AccountRegisterStringLength', '{0} musi mieć conajmniej {2} liter'),
  734. (@EnglishId, '', 'AccountRegisterCompareAttribute', 'The password and confirmation password do not match'),
  735. (@SwedishId, '', 'AccountRegisterCompareAttribute', 'Lösenorden matchar inte varandra'),
  736. (@PolishId, '', 'AccountRegisterCompareAttribute', 'Hasła się nie zgadzają'),
  737. (@EnglishId, '', 'AccountRegisterPersonalNumberErrorMessage', 'Enter personal number (YYDDMM-NNNN)'),
  738. (@SwedishId, '', 'AccountRegisterPersonalNumberErrorMessage', 'Skriv in personnummer (YYDDMM-NNNN)'),
  739. (@PolishId, '', 'AccountRegisterPersonalNumberErrorMessage', 'Podaj numer PESEL (YYDDMM-NNNN)'),
  740. (@EnglishId, '', 'AccountRegisterInvalidEmailErrorMessage', 'Email is incorrect'),
  741. (@SwedishId, '', 'AccountRegisterInvalidEmailErrorMessage', 'Felaktig e-post'),
  742. (@PolishId, '', 'AccountRegisterInvalidEmailErrorMessage', 'Podany email jest niepoprawny'),
  743.  
  744. ---------------------------------------------------------------------------------------------
  745. ---------------------------------------------------------------------------------------------
  746. --Reset password
  747. (@EnglishId, '', 'AccountResetPassword', 'Reset password'),
  748. (@SwedishId, '', 'AccountResetPassword', 'Återställ lösenord'),
  749. (@PolishId, '', 'AccountResetPassword', 'Resetuj haslo'),
  750. (@EnglishId, '', 'AccountReset', 'Reset'),
  751. (@SwedishId, '', 'AccountReset', 'Återställ'),
  752. (@PolishId, '', 'AccountReset', 'Resetuj'),
  753. ---------------------------------------------------------------------------------------------
  754. ---------------------------------------------------------------------------------------------
  755. --Reset password coinformation
  756. (@EnglishId, '', 'AccountResetPasswordConfirmation', 'Reset password confirmation'),
  757. (@SwedishId, '', 'AccountResetPasswordConfirmation', 'Återställ lösenord'),
  758. (@PolishId, '', 'AccountResetPasswordConfirmation', 'Potwierdzenie zresetowania hasla'),
  759. (@EnglishId, '', 'AccountYourPasswordHasBeenResetPlease', 'Your password has been reset. Please'),
  760. (@SwedishId, '', 'AccountYourPasswordHasBeenResetPlease', 'Ditt lösenord har återställts'),
  761. (@PolishId, '', 'AccountYourPasswordHasBeenResetPlease', 'Twoje haslo zostalo zresetowane. Prosimy'),
  762. (@EnglishId, '', 'AccountClickHereToLogin', 'click here to log in'),
  763. (@SwedishId, '', 'AccountClickHereToLogin', 'Klicka här för att logga in'),
  764. (@PolishId, '', 'AccountClickHereToLogin', 'klitknij tu zeby sie zalogowac'),
  765. ---------------------------------------------------------------------------------------------
  766. ---------------------------------------------------------------------------------------------
  767. --Send Code
  768. (@EnglishId, '', 'AccountSend', 'Send'),
  769. (@SwedishId, '', 'AccountSend', 'Skicka'),
  770. (@PolishId, '', 'AccountSend', 'Wyslij'),
  771. (@EnglishId, '', 'AccountSendVerificationCode', 'Send verification code'),
  772. (@SwedishId, '', 'AccountSendVerificationCode', 'Skicka verifikationskod'),
  773. (@PolishId, '', 'AccountSendVerificationCode', 'Wyslij kod weryfikacji'),
  774. (@EnglishId, '', 'AccountSelectTwo-FactorAuthenticationProvider', 'Select Two-Factor Authentication Provider:'),
  775. (@SwedishId, '', 'AccountSelectTwo-FactorAuthenticationProvider', 'Välj lösning för två faktor autentisering'),
  776. (@PolishId, '', 'AccountSelectTwo-FactorAuthenticationProvider', 'Wybierz Dwu-Skladnikowego Dostawce Autentykacji'),
  777. ---------------------------------------------------------------------------------------------
  778. ---------------------------------------------------------------------------------------------
  779.  
  780. --Account VerifyCode
  781. (@EnglishId, '', 'AccountVerify', 'Verify'),
  782. (@SwedishId, '', 'AccountVerify', 'Verifiera'),
  783. (@PolishId, '', 'AccountVerify', 'Weryfikuj'),
  784. (@EnglishId, '', 'AccountEnterVerificationCode', 'Enter verification code'),
  785. (@SwedishId, '', 'AccountEnterVerificationCode', 'Skriv in verifikationskod'),
  786. (@PolishId, '', 'AccountEnterVerificationCode', 'Wprowadz kod weryfikujacy'),
  787. (@EnglishId, '', 'AccountSubmit', 'Submit'),
  788. (@SwedishId, '', 'AccountSubmit', 'Sänd'),
  789. (@PolishId, '', 'AccountSubmit', 'Wyslij'),
  790. ---------------------------------------------------------------------------------------------
  791. ---------------------------------------------------------------------------------------------
  792.  
  793. --Manage Controller---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  794. --Manage VM
  795. (@EnglishId, '', 'ManageAddPhoneNumberNumberErrorMessage', 'Enter a phone number'),
  796. (@SwedishId, '', 'ManageAddPhoneNumberNumberErrorMessage', 'Skriv in telefonnummer'),
  797. (@PolishId, '', 'ManageAddPhoneNumberNumberErrorMessage', 'Podaj numer telefonu'),
  798. --Manage Add Phone Number
  799. (@EnglishId, '', 'ManagePhoneNumber', 'Phone Number'),
  800. (@SwedishId, '', 'ManagePhoneNumber', 'Telefonnummer'),
  801. (@PolishId, '', 'ManagePhoneNumber', 'Nr telefonu'),
  802. (@EnglishId, '', 'ManagePhoneNumberErrorMessage', 'Incorrect phone number'),
  803. (@SwedishId, '', 'ManagePhoneNumberErrorMessage', 'Felaktigt telefonnummer'),
  804. (@PolishId, '', 'ManagePhoneNumberErrorMessage', 'niepoprawny numer telefonu'),
  805. ---------------------------------------------------------------------------------------------
  806. ---------------------------------------------------------------------------------------------
  807. --Manage Change Password
  808. (@EnglishId, '', 'ManageChangePassword', 'Change Password'),
  809. (@SwedishId, '', 'ManageChangePassword', 'Ändra lösenord'),
  810. (@PolishId, '', 'ManageChangePassword', 'Zmien haslo'),
  811. (@EnglishId, '', 'ManageChangePasswordForm', 'Change Password Form'),
  812. (@SwedishId, '', 'ManageChangePasswordForm', 'Ändra lösenordsformulär'),
  813. (@PolishId, '', 'ManageChangePasswordForm', 'Formularz zmiany hasla'),
  814. (@EnglishId, '', 'ManageSubmit', 'Change your password'),
  815. (@SwedishId, '', 'ManageSubmit', 'Skicka'),
  816. (@PolishId, '', 'ManageSubmit', 'Zmień hasło'),
  817. --Manage change password VM
  818. (@EnglishId, '', 'ManageOldPassword', 'Your current password'),
  819. (@SwedishId, '', 'ManageOldPassword', 'Ditt nuvarande lösenord'),
  820. (@PolishId, '', 'ManageOldPassword', 'Aktualne haslo'),
  821. (@EnglishId, '', 'ManageNewPassword', 'Your current password'),
  822. (@SwedishId, '', 'ManageNewPassword', 'Ditt nya lösenord'),
  823. (@PolishId, '', 'ManageNewPassword', 'Nowe haslo'),
  824. (@EnglishId, '', 'ManageConfirmNewPassword', 'Confirm new password'),
  825. (@SwedishId, '', 'ManageConfirmNewPassword', 'Bekräfta lösenord'),
  826. (@PolishId, '', 'ManageConfirmNewPassword', 'Potwierdz haslo'),
  827. (@EnglishId, '', 'ManageNewPasswordErrorMessage', 'The {0} must be at least {2} characters long.'),
  828. (@SwedishId, '', 'ManageNewPasswordErrorMessage', '{0} måste vara minst {2} tecken långt.'),
  829. (@PolishId, '', 'ManageNewPasswordErrorMessage', '{0} musi miec conajmniej {2} znakow'),
  830. (@EnglishId, '', 'ManageNewPasswordAndConfirmedErrorMessage', 'The new password and confirmation password do not match.'),
  831. (@SwedishId, '', 'ManageNewPasswordAndConfirmedErrorMessage', 'Lösenorden matchar inte varandra'),
  832. (@PolishId, '', 'ManageNewPasswordAndConfirmedErrorMessage', 'Nowe hslo i potwiedzenie hasla nie sa takie same'),
  833. (@EnglishId, '', 'ManageChangePasswordOldPasswordErrorMessage', 'Enter current password'),
  834. (@SwedishId, '', 'ManageChangePasswordOldPasswordErrorMessage', 'Skriv in nuvarande lösenord'),
  835. (@PolishId, '', 'ManageChangePasswordOldPasswordErrorMessage', 'Podaj aktualne haslo'),
  836. (@EnglishId, '', 'ManageChangePasswordNewPasswordErrorMessage', 'Enter a new password'),
  837. (@SwedishId, '', 'ManageChangePasswordNewPasswordErrorMessage', 'Skriv in ett nytt lösenord'),
  838. (@PolishId, '', 'ManageChangePasswordNewPasswordErrorMessage', 'Podaj nowe haslo'),
  839. (@EnglishId, '', 'ManageSetPasswordNewPasswordErrorMessage', 'Enter a new password'),
  840. (@SwedishId, '', 'ManageSetPasswordNewPasswordErrorMessage', 'Skriv in ett nytt lösenord'),
  841. (@PolishId, '', 'ManageSetPasswordNewPasswordErrorMessage', 'Podaj nowe haslo'),
  842. ---------------------------------------------------------------------------------------------
  843. ---------------------------------------------------------------------------------------------
  844.  
  845. --Manage Index
  846. (@EnglishId, '', 'ManageManage', 'Manage'),
  847. (@SwedishId, '', 'ManageManage', 'Hantera'),
  848. (@PolishId, '', 'ManageManage', 'Zarzadzaj'),
  849. (@EnglishId, '', 'ManageChangeYourAccountSettings', 'Change your account settings'),
  850. (@SwedishId, '', 'ManageChangeYourAccountSettings', 'Ändra kontoinställningar'),
  851. (@PolishId, '', 'ManageChangeYourAccountSettings', 'Zmien ustawienia swojego konta'),
  852. (@EnglishId, '', 'ManageManageInfo', 'Change your account settings'),
  853. (@SwedishId, '', 'ManageManageInfo', 'Ärdra dina kontoinställningar'),
  854. (@PolishId, '', 'ManageManageInfo', 'Change your account settings'),
  855. (@EnglishId, '', 'ManagePassword', 'Password:'),
  856. (@SwedishId, '', 'ManagePassword', 'Lösenord:'),
  857. (@PolishId, '', 'ManagePassword', 'Haslo:'),
  858. (@EnglishId, '', 'ManageExternalLogins', 'External Logins:'),
  859. (@SwedishId, '', 'ManageExternalLogins', 'Externa login:'),
  860. (@PolishId, '', 'ManageExternalLogins', 'Logowanie zewnetrzne:'),
  861. (@EnglishId, '', 'ManageTwo-FactorAutentication', 'Two-Factor Authentication:'),
  862. (@SwedishId, '', 'ManageTwo-FactorAutentication', 'Två faktor autentisering:'),
  863. (@PolishId, '', 'ManageTwo-FactorAutentication', 'Dwu-stopniowa autentykacja:'),
  864. (@EnglishId, '', 'ManageIdPhoto', 'ID Photo'),
  865. (@SwedishId, '', 'ManageIdPhoto', 'ID Photo'),
  866. (@PolishId, '', 'ManageIdPhoto', 'Zdjecie ID'),
  867. (@EnglishId, '', 'ManageChangeYourProfilePic', 'Change your profile picture'),
  868. (@SwedishId, '', 'ManageChangeYourProfilePic', 'Change your profile picture'),
  869. (@PolishId, '', 'ManageChangeYourProfilePic', 'Zmien swoje zdjecie profilowe'),
  870. (@EnglishId, '', 'ManageChangeYourProfileDetails', 'Change your profile details'),
  871. (@SwedishId, '', 'ManageChangeYourProfileDetails', 'Change your profile details'),
  872. (@PolishId, '', 'ManageChangeYourProfileDetails', 'Zmien swoje dane'),
  873. (@EnglishId, '', 'ManageChangeYourIdImage', 'Change your ID image'),
  874. (@SwedishId, '', 'ManageChangeYourIdImage', 'Change your ID image'),
  875. (@PolishId, '', 'ManageChangeYourIdImage', 'Zmien swoje zdjecie dowodu'),
  876. ---------------------------------------------------------------------------------------------
  877. ---------------------------------------------------------------------------------------------
  878.  
  879. --Manage Logins
  880. (@EnglishId, '', 'ManageManageYourExternalLogins', 'Manage your external logins'),
  881. (@SwedishId, '', 'ManageManageYourExternalLogins', 'Hantera externa login'),
  882. (@PolishId, '', 'ManageManageYourExternalLogins', 'Zarzadzaj zewnerznymi loginami'),
  883. (@EnglishId, '', 'ManageRegisteredLogins', 'Registered Logins'),
  884. (@SwedishId, '', 'ManageRegisteredLogins', 'Registrerad inloggning'),
  885. (@PolishId, '', 'ManageRegisteredLogins', 'Zarejestrowane loginy'),
  886. (@EnglishId, '', 'ManageRemoveThis', 'Remove this'),
  887. (@SwedishId, '', 'ManageRemoveThis', 'Ta bort denna'),
  888. (@PolishId, '', 'ManageRemoveThis', 'Usun ten'),
  889. (@EnglishId, '', 'ManageLoginFromYourAccount', 'login from your account'),
  890. (@SwedishId, '', 'ManageLoginFromYourAccount', 'Logga in från ditt konto'),
  891. (@PolishId, '', 'ManageLoginFromYourAccount', 'zaloguj sie ze swojego konta'),
  892. (@EnglishId, '', 'ManageLogInUsingYour', 'Log in using your'),
  893. (@SwedishId, '', 'ManageLogInUsingYour', 'Logga in genom att använda din'),
  894. (@PolishId, '', 'ManageLogInUsingYour', 'Zaloguj się uzywajac swojego'),
  895. (@EnglishId, '', 'ManageAccount', 'account'),
  896. (@SwedishId, '', 'ManageAccount', 'konto'),
  897. (@PolishId, '', 'ManageAccount', 'konta'),
  898. ---------------------------------------------------------------------------------------------
  899. ---------------------------------------------------------------------------------------------
  900.  
  901. --Manage SetPassword
  902. (@EnglishId, '', 'ManageCreatePassword', 'Create Password'),
  903. (@SwedishId, '', 'ManageCreatePassword', 'Skapa lösenord'),
  904. (@PolishId, '', 'ManageCreatePassword', 'Stworz Haslo'),
  905. (@EnglishId, '', 'ManageTextInfo', 'You do not have a local username/password for this site. Add a local account so you can log in without an external login.'),
  906. (@SwedishId, '', 'ManageTextInfo', 'Du måste skapa ett konto för att kunna logga in'),
  907. (@PolishId, '', 'ManageTextInfo', 'Nie posiadasz lokalnej nazwy uzytkownika lub hasla do tej strony. Dodaj konto aby modz sie zalogowac nie kozystajac z zewnetrznych loginow'),
  908. (@EnglishId, '', 'ManageCreateLocalLogin', 'Create Local Login'),
  909. (@SwedishId, '', 'ManageCreateLocalLogin', 'Skapa lokalt login'),
  910. (@PolishId, '', 'ManageCreateLocalLogin', 'Stworz lokalny login'),
  911. (@EnglishId, '', 'ManageSetPassword', 'Set password'),
  912. (@SwedishId, '', 'ManageSetPassword', 'Ange lösenord'),
  913. (@PolishId, '', 'ManageSetPassword', 'Ustaw haslo'),
  914. ---------------------------------------------------------------------------------------------
  915. ---------------------------------------------------------------------------------------------
  916.  
  917. --Manage Verify Phone Number
  918. (@EnglishId, '', 'ManageVerifyPhoneNumber', 'Verify Phone Number'),
  919. (@SwedishId, '', 'ManageVerifyPhoneNumber', 'Bekräfta telefonnummer'),
  920. (@PolishId, '', 'ManageVerifyPhoneNumber', 'Zweryfikuj nr telefonu'),
  921. (@EnglishId, '', 'ManageEnterVerificationCode', 'Enter verification code'),
  922. (@SwedishId, '', 'ManageEnterVerificationCode', 'Skrivin verifikationsnummer'),
  923. (@PolishId, '', 'ManageEnterVerificationCode', 'Wprowadz kod weryfikacyjny'),
  924. --Manage VerifyPhoneNumber VM
  925. (@EnglishId, '', 'ManageCode', 'Code'),
  926. (@SwedishId, '', 'ManageCode', 'Kod'),
  927. (@PolishId, '', 'ManageCode', 'Kod'),
  928. (@EnglishId, '', 'ManageVerifyPhoneNumberCodeErrorMessage', 'Enter a verification code'),
  929. (@SwedishId, '', 'ManageVerifyPhoneNumberCodeErrorMessage', 'Skriv in verifikationskod'),
  930. (@PolishId, '', 'ManageVerifyPhoneNumberCodeErrorMessage', 'Podaj kod weryfikujacy'),
  931. (@EnglishId, '', 'ManageVerifyPhoneNumberPhoneNumberErrorMessage', 'Enter phone number'),
  932. (@SwedishId, '', 'ManageVerifyPhoneNumberPhoneNumberErrorMessage', 'Skriv in telefonnummer'),
  933. (@PolishId, '', 'ManageVerifyPhoneNumberPhoneNumberErrorMessage', 'Podaj numer telefonu'),
  934. ---------------------------------------------------------------------------------------------
  935. ---------------------------------------------------------------------------------------------
  936.  
  937. --Shared------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  938.  
  939. --Shared Error
  940. (@EnglishId, '', 'SharedError', 'Error'),
  941. (@SwedishId, '', 'SharedError', 'Fel'),
  942. (@PolishId, '', 'SharedError', 'Wystapil blad'),
  943. (@EnglishId, '', 'SharedErrorInfo', 'An error occurred while processing your request.'),
  944. (@SwedishId, '', 'SharedErrorInfo', 'Något gick fel under registreringen'),
  945. (@PolishId, '', 'SharedErrorInfo', 'Wystapil blad podczas przetwarzania twojego rzadania'),
  946. (@EnglishId, '', 'SharedLockedOut', 'Locked Out'),
  947. (@SwedishId, '', 'SharedLockedOut', 'Utlåst'),
  948. (@PolishId, '', 'SharedLockedOut', 'Zablokowny!'),
  949. (@EnglishId, '', 'SharedPermissionError', 'Permission Error'),
  950. (@SwedishId, '', 'SharedPermissionError', 'Du har inte access'),
  951. (@PolishId, '', 'SharedPermissionError', 'Blad uprawnien'),
  952. (@EnglishId, '', 'SharedPermissionErrorInfo', 'You have no access'),
  953. (@SwedishId, '', 'SharedPermissionErrorInfo', 'Du har inte access'),
  954. (@PolishId, '', 'SharedPermissionErrorInfo', 'Dostep do tej strony zostal zablokowany'),
  955. ---------------------------------------------------------------------------------------------
  956. ---------------------------------------------------------------------------------------------
  957.  
  958. --Shared Layout
  959. (@EnglishId, '', 'LayoutFeed', 'Feed'),
  960. (@SwedishId, '', 'LayoutFeed', 'Vägg'),
  961. (@PolishId, '', 'LayoutFeed', 'Tablica'),
  962. (@EnglishId, '', 'LayoutTask', 'Tasks'),
  963. (@SwedishId, '', 'LayoutTask', 'Uppgifter'),
  964. (@PolishId, '', 'LayoutTask', 'Zadania'),
  965. (@EnglishId, '', 'LayoutBadges', 'Badges'),
  966. (@SwedishId, '', 'LayoutBadges', 'Badges'),
  967. (@PolishId, '', 'LayoutBadges', 'Odznaki'),
  968. (@EnglishId, '', 'LayoutTeams', 'My Teams'),
  969. (@SwedishId, '', 'LayoutTeams', 'Mina Teams'),
  970. (@PolishId, '', 'LayoutTeams', 'Moje Zespoły'),
  971. (@EnglishId, '', 'LayoutOrganizations', 'My Organizations'),
  972. (@SwedishId, '', 'LayoutOrganizations', 'Mina Organisationer'),
  973. (@PolishId, '', 'LayoutOrganizations', 'Moje Organizacje'),
  974. (@EnglishId, '', 'LayoutLicenses', 'Licenses'),
  975. (@SwedishId, '', 'LayoutLicenses', 'Licenser'),
  976. (@PolishId, '', 'LayoutLicenses', 'Licencje'),
  977. (@EnglishId, '', 'LayoutDogMenagement', 'Dog management'),
  978. (@SwedishId, '', 'LayoutDogMenagement', 'Hundar'),
  979. (@PolishId, '', 'LayoutDogMenagement', 'Zarządzanie psami'),
  980. (@EnglishId, '', 'LayoutMyImages', 'My Images'),
  981. (@SwedishId, '', 'LayoutMyImages', 'Mina bilder'),
  982. (@PolishId, '', 'LayoutMyImages', 'Moje zdjęcia'),
  983. (@EnglishId, '', 'LayoutCalendar', 'Calendar'),
  984. (@SwedishId, '', 'LayoutCalendar', 'Kalender'),
  985. (@PolishId, '', 'LayoutCalendar', 'Kalendarz'),
  986. (@EnglishId, '', 'LayoutShowAreas', 'Show areas'),
  987. (@SwedishId, '', 'LayoutShowAreas', 'Visa area'),
  988. (@PolishId, '', 'LayoutShowAreas', 'Pokaż obszary'),
  989. (@EnglishId, '', 'LayoutEditAreas', 'Edit areas'),
  990. (@SwedishId, '', 'LayoutEditAreas', 'Editera area'),
  991. (@PolishId, '', 'LayoutEditAreas', 'Edytuj obszary'),
  992. (@EnglishId, '', 'LayoutBookShootingRange', 'Book shooting range'),
  993. (@SwedishId, '', 'LayoutBookShootingRange', 'Boka skjutbana'),
  994. (@PolishId, '', 'LayoutBookShootingRange', 'Zarezerwuj strzelnice'),
  995. (@EnglishId, '', 'LayoutJvo', 'JVO'),
  996. (@SwedishId, '', 'LayoutJvo', 'JVO'),
  997. (@PolishId, '', 'LayoutJvo', 'JVO'),
  998. (@EnglishId, '', 'LayoutUserSettings', 'User Settings'),
  999. (@SwedishId, '', 'LayoutUserSettings', 'Användarinställningar'),
  1000. (@PolishId, '', 'LayoutUserSettings', 'Ustawienia użytkownika'),
  1001. (@EnglishId, '', 'LayoutAdministration', 'Administration'),
  1002. (@SwedishId, '', 'LayoutAdministration', 'Administration'),
  1003. (@PolishId, '', 'LayoutAdministration', 'Adminstracja'),
  1004. ---------------------------------------------------------------------------------------------
  1005. ---------------------------------------------------------------------------------------------
  1006.  
  1007. --Shared Login Partial
  1008. (@EnglishId, '', 'LoginPartialHello', 'Hello'),
  1009. (@SwedishId, '', 'LoginPartialHello', 'Hej'),
  1010. (@PolishId, '', 'LoginPartialHello', 'Witaj'),
  1011. (@EnglishId, '', 'LoginPartialRegister', 'Register'),
  1012. (@SwedishId, '', 'LoginPartialRegister', 'Registrera'),
  1013. (@PolishId, '', 'LoginPartialRegister', 'Zarejestruj się'),
  1014. (@EnglishId, '', 'LoginPartialLogin', 'Login'),
  1015. (@SwedishId, '', 'LoginPartialLogin', 'Login'),
  1016. (@PolishId, '', 'LoginPartialLogin', 'Zaloguj sie'),
  1017. (@EnglishId, '', 'LoginPartialLogout', 'Log out'),
  1018. (@SwedishId, '', 'LoginPartialLogout', 'Log out'),
  1019. (@PolishId, '', 'LoginPartialLogout', 'Wyloguj się'),
  1020. (@EnglishId, '', 'LoginPartialAccountSecurity', 'Account security'),
  1021. (@SwedishId, '', 'LoginPartialAccountSecurity', 'Account security'),
  1022. (@PolishId, '', 'LoginPartialAccountSecurity', 'Bezpieczeństwo'),
  1023. (@EnglishId, '', 'LoginPartialChangeAccountDetails', 'Change account details'),
  1024. (@SwedishId, '', 'LoginPartialChangeAccountDetails', 'Change account details'),
  1025. (@PolishId, '', 'LoginPartialChangeAccountDetails', 'Ustawienia konta'),
  1026. (@EnglishId, '', 'LoginPartialMyOrganizations', 'My Organizations'),
  1027. (@SwedishId, '', 'LoginPartialMyOrganizations', 'My Organizations'),
  1028. (@PolishId, '', 'LoginPartialMyOrganizations', 'Moje organizacje'),
  1029. (@EnglishId, '', 'LoginPartialMyTeams', 'My Teams'),
  1030. (@SwedishId, '', 'LoginPartialMyTeams', 'My Teams'),
  1031. (@PolishId, '', 'LoginPartialMyTeams', 'Moje zespoły');
  1032.  
  1033. ---------------------------------------------------------------------------------------------
  1034. ---------------------------------------------------------------------------------------------
  1035.  
  1036. --Shared Login Partial
  1037. (@EnglishId, '', 'AdministrationAdministration', 'Administration'),
  1038. (@SwedishId, '', 'AdministrationAdministration', 'Administracja'),
  1039. (@EnglishId, '', 'AdministrationOrganizationManagement', 'Organization Management'),
  1040. (@SwedishId, '', 'AdministrationOrganizationManagement', 'Zarzadzanie Organizacja'),
  1041. (@EnglishId, '', 'AdministrationTeamManagement', 'Team Mamagement'),
  1042. (@SwedishId, '', 'AdministrationTeamManagement', 'Zarzadzanie Zespolem'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement