Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update swedish localization #467

Merged
merged 2 commits into from
Sep 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 37 additions & 7 deletions Source/ChocolateyGui/Properties/Resources.sv.resx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ NOTE: Probably only necessary to change in RTL languages.</comment>
<value>Avinstallera</value>
</data>
<data name="PackageView_ButtonUnpin" xml:space="preserve">
<value>Avmarkera</value>
<value>Lås upp</value>
</data>
<data name="PackageView_ButtonUpdate" xml:space="preserve">
<value>Uppdatera</value>
Expand Down Expand Up @@ -403,6 +403,12 @@ NOTE: Probably only necessary to change in RTL languages.</comment>
<value>Laddar sida {0}...</value>
<comment>{0} = The page that is loading</comment>
</data>
<data name="RemoteSourceViewModel_SortSelectionAtoZ" xml:space="preserve">
<value>A-Ö</value>
</data>
<data name="RemoteSourceViewModel_SortSelectionPopularity" xml:space="preserve">
<value>Popularitet</value>
</data>
<data name="RemoteSourceViewModel_UnableToConnectToFeed" xml:space="preserve">
<value>Kunde inte ansluta till flöde med källa: {0}. Kontrollera att detta flöde är tillgängligt och försök igen.</value>
</data>
Expand Down Expand Up @@ -519,9 +525,6 @@ NOTE: Probably only necessary to change in RTL languages.</comment>
<data name="SettingsView_Sources" xml:space="preserve">
<value>Källor</value>
</data>
<data name="SettingsView_SourcesBypassProxy" xml:space="preserve">
<value />
</data>
<data name="SettingsView_SourcesCertificate" xml:space="preserve">
<value>Certifikat</value>
</data>
Expand All @@ -546,9 +549,6 @@ NOTE: Probably only necessary to change in RTL languages.</comment>
<data name="SettingsView_SourcesPriority" xml:space="preserve">
<value>Prioritet</value>
</data>
<data name="SettingsView_SourcesSelfService" xml:space="preserve">
<value />
</data>
<data name="SettingsView_SourcesSource" xml:space="preserve">
<value>Källa</value>
</data>
Expand All @@ -573,4 +573,34 @@ NOTE: Probably only necessary to change in RTL languages.</comment>
<data name="VersionNumberProvider_VersionFormat" xml:space="preserve">
<value>Version: {0}</value>
</data>
<data name="SettingsView_SourcesBypassProxy" xml:space="preserve">
<value>Bypass Proxy</value>
</data>
<data name="SettingsView_SourcesSelfService" xml:space="preserve">
<value>Self Service</value>
</data>
<data name="SettingsView_SourcesIsBypassProxy" xml:space="preserve">
<value>Använd Bypass Proxy</value>
</data>
<data name="SettingsView_SourcesIsSelfService" xml:space="preserve">
<value>Använd Self Service</value>
</data>
<data name="SettingsView_SourcesAdminOnly" xml:space="preserve">
<value>Enbart administratörer</value>
</data>
<data name="SettingsView_SourcesIsAdminOnly" xml:space="preserve">
<value>Enbart synlig för administratörer</value>
</data>
<data name="General_UnauthorisedException_Description" xml:space="preserve">
<value>Du verkar inte har lämpliga rättigheter för att utföra denna åtgärd.</value>
</data>
<data name="General_UnauthorisedException_Title" xml:space="preserve">
<value>Kunde inte utföra åtgärd</value>
</data>
<data name="LocalSourceViewModel_FetchingPackages" xml:space="preserve">
<value>Hämtar paket...</value>
</data>
<data name="RemoteSourceViewModel_FetchingPackages" xml:space="preserve">
<value>Hämtar paket...</value>
</data>
</root>