mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-30 20:52:28 +00:00
New Crowdin updates (#56)
* New translations LandingPage.resx (Irish) * New translations LandingPage.resx (Arabic) * New translations LandingPage.resx (French) * New translations BaseLayout.resx (Scottish Gaelic) * New translations BaseLayout.resx (Irish) * New translations BaseLayout.resx (Arabic) * New translations BaseLayout.resx (French) * New translations LandingPage.resx (Swedish) * New translations BaseLayout.resx (Swedish) * New translations LandingPage.resx (Scottish Gaelic)
This commit is contained in:
parent
99bb8f2cc9
commit
02d8e4db34
10 changed files with 525 additions and 13 deletions
66
ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx
Normal file
66
ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="header_home" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
<comment>A button on the header that takes you to the landing page.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_users" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
<comment>A button on the header that takes you to the user listing.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_photos" xml:space="preserve">
|
||||
<value>Photos</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_slots" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_authentication" xml:space="preserve">
|
||||
<value>Authentication</value>
|
||||
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_loginRegister" xml:space="preserve">
|
||||
<value>Login / Register</value>
|
||||
<comment>A button on the header that lets you log in or register.</comment>
|
||||
</data>
|
||||
<data name="header_profile" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
|
||||
</data>
|
||||
<data name="header_adminPanel" xml:space="preserve">
|
||||
<value>Admin Panel</value>
|
||||
<comment>A header link that takes you to the admin panel if available.</comment>
|
||||
</data>
|
||||
<data name="header_logout" xml:space="preserve">
|
||||
<value>Log out</value>
|
||||
<comment>A shortcut to log you out of your account.</comment>
|
||||
</data>
|
||||
</root>
|
66
ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx
Normal file
66
ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="header_home" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
<comment>A button on the header that takes you to the landing page.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_users" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
<comment>A button on the header that takes you to the user listing.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_photos" xml:space="preserve">
|
||||
<value>Photos</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_slots" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_authentication" xml:space="preserve">
|
||||
<value>Authentication</value>
|
||||
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_loginRegister" xml:space="preserve">
|
||||
<value>Login / Register</value>
|
||||
<comment>A button on the header that lets you log in or register.</comment>
|
||||
</data>
|
||||
<data name="header_profile" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
|
||||
</data>
|
||||
<data name="header_adminPanel" xml:space="preserve">
|
||||
<value>Admin Panel</value>
|
||||
<comment>A header link that takes you to the admin panel if available.</comment>
|
||||
</data>
|
||||
<data name="header_logout" xml:space="preserve">
|
||||
<value>Log out</value>
|
||||
<comment>A shortcut to log you out of your account.</comment>
|
||||
</data>
|
||||
</root>
|
66
ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx
Normal file
66
ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="header_home" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
<comment>A button on the header that takes you to the landing page.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_users" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
<comment>A button on the header that takes you to the user listing.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_photos" xml:space="preserve">
|
||||
<value>Photos</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_slots" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_authentication" xml:space="preserve">
|
||||
<value>Authentication</value>
|
||||
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_loginRegister" xml:space="preserve">
|
||||
<value>Login / Register</value>
|
||||
<comment>A button on the header that lets you log in or register.</comment>
|
||||
</data>
|
||||
<data name="header_profile" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
|
||||
</data>
|
||||
<data name="header_adminPanel" xml:space="preserve">
|
||||
<value>Admin Panel</value>
|
||||
<comment>A header link that takes you to the admin panel if available.</comment>
|
||||
</data>
|
||||
<data name="header_logout" xml:space="preserve">
|
||||
<value>Log out</value>
|
||||
<comment>A shortcut to log you out of your account.</comment>
|
||||
</data>
|
||||
</root>
|
66
ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx
Normal file
66
ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="header_home" xml:space="preserve">
|
||||
<value>Home</value>
|
||||
<comment>A button on the header that takes you to the landing page.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_users" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
<comment>A button on the header that takes you to the user listing.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_photos" xml:space="preserve">
|
||||
<value>Photos</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_slots" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
<comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_authentication" xml:space="preserve">
|
||||
<value>Authentication</value>
|
||||
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_loginRegister" xml:space="preserve">
|
||||
<value>Login / Register</value>
|
||||
<comment>A button on the header that lets you log in or register.</comment>
|
||||
</data>
|
||||
<data name="header_profile" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
|
||||
</data>
|
||||
<data name="header_adminPanel" xml:space="preserve">
|
||||
<value>Admin Panel</value>
|
||||
<comment>A header link that takes you to the admin panel if available.</comment>
|
||||
</data>
|
||||
<data name="header_logout" xml:space="preserve">
|
||||
<value>Log out</value>
|
||||
<comment>A shortcut to log you out of your account.</comment>
|
||||
</data>
|
||||
</root>
|
|
@ -43,24 +43,24 @@
|
|||
</data>
|
||||
|
||||
<data name="header_authentication" xml:space="preserve">
|
||||
<value>Authentication</value>
|
||||
<value>Autentisering</value>
|
||||
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
|
||||
</data>
|
||||
|
||||
<data name="header_loginRegister" xml:space="preserve">
|
||||
<value>Login / Register</value>
|
||||
<value>Logga in / Registrera</value>
|
||||
<comment>A button on the header that lets you log in or register.</comment>
|
||||
</data>
|
||||
<data name="header_profile" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
<value>Min Profil</value>
|
||||
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
|
||||
</data>
|
||||
<data name="header_adminPanel" xml:space="preserve">
|
||||
<value>Admin Panel</value>
|
||||
<value>Administrationspanel</value>
|
||||
<comment>A header link that takes you to the admin panel if available.</comment>
|
||||
</data>
|
||||
<data name="header_logout" xml:space="preserve">
|
||||
<value>Log out</value>
|
||||
<value>Logga ut</value>
|
||||
<comment>A shortcut to log you out of your account.</comment>
|
||||
</data>
|
||||
</root>
|
62
ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx
Normal file
62
ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>Welcome to {0}!</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>You are currently logged in as {0}.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="newest_levels" xml:space="preserve">
|
||||
<value>Newest Levels</value>
|
||||
</data>
|
||||
|
||||
<data name="latest_team_picks" xml:space="preserve">
|
||||
<value>Latest Team Picks</value>
|
||||
</data>
|
||||
</root>
|
62
ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx
Normal file
62
ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>Welcome to {0}!</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>You are currently logged in as {0}.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="newest_levels" xml:space="preserve">
|
||||
<value>Newest Levels</value>
|
||||
</data>
|
||||
|
||||
<data name="latest_team_picks" xml:space="preserve">
|
||||
<value>Latest Team Picks</value>
|
||||
</data>
|
||||
</root>
|
62
ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx
Normal file
62
ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>Welcome to {0}!</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>You are currently logged in as {0}.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="newest_levels" xml:space="preserve">
|
||||
<value>Newest Levels</value>
|
||||
</data>
|
||||
|
||||
<data name="latest_team_picks" xml:space="preserve">
|
||||
<value>Latest Team Picks</value>
|
||||
</data>
|
||||
</root>
|
62
ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx
Normal file
62
ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>Welcome to {0}!</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>You are currently logged in as {0}.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="newest_levels" xml:space="preserve">
|
||||
<value>Newest Levels</value>
|
||||
</data>
|
||||
|
||||
<data name="latest_team_picks" xml:space="preserve">
|
||||
<value>Latest Team Picks</value>
|
||||
</data>
|
||||
</root>
|
|
@ -23,40 +23,40 @@
|
|||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>Welcome to {0}!</value>
|
||||
<value>Välkommen till {0}!</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>You are currently logged in as {0}.</value>
|
||||
<value>Du är inloggad som {0}.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<value>Ingen är online. Dags att gibba?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<value>1 användare är online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<value>{0} användare är online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<value>{0} autentiseringsförsök väntar. Klicka här för att visa dem.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="newest_levels" xml:space="preserve">
|
||||
<value>Newest Levels</value>
|
||||
<value>Senaste Banor</value>
|
||||
</data>
|
||||
|
||||
<data name="latest_team_picks" xml:space="preserve">
|
||||
<value>Latest Team Picks</value>
|
||||
<value>Senaste Team Picks</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue