Skip to content

Commit

Permalink
Update swedish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
magol committed Sep 19, 2017
1 parent c3ef83d commit 7c2063f
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 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 Down Expand Up @@ -576,4 +576,22 @@ 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>
</root>

0 comments on commit 7c2063f

Please sign in to comment.