Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Added missing strings to swedish translation. #5955

Merged
merged 3 commits into from
Nov 12, 2013
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
3 changes: 3 additions & 0 deletions src/nls/sv/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ define({

// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE" : "{0} fel",
"ERRORS_PANEL_TITLE_SINGLE" : "{0} problem",
"ERRORS_PANEL_TITLE_MULTI" : "Lint-problem",
"SINGLE_ERROR" : "1 {0} fel",
"MULTIPLE_ERRORS" : "{1} {0} fel",
"NO_ERRORS" : "Inga {0} fel - bra jobbat!",
Expand Down Expand Up @@ -460,6 +462,7 @@ define({
"LOCALE_PL" : "Polska",
"LOCALE_PT_BR" : "Portugisiska, Brasilien",
"LOCALE_PT_PT" : "Portugisiska",
"LOCALE_RO" : "Rumänska",
"LOCALE_RU" : "Ryska",
"LOCALE_SK" : "Slovakiska",
"LOCALE_SR" : "Serbiska",
Expand Down