Skip to content

Commit a73cfcd

Browse files
committed
Add Swedish localization.
h/t @christopheranderton
1 parent 9ee8433 commit a73cfcd

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

QLVideo.pkgproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,17 @@
781781
<integer>1</integer>
782782
</dict>
783783
</dict>
784+
<dict>
785+
<key>LANGUAGE</key>
786+
<string>Swedish</string>
787+
<key>VALUE</key>
788+
<dict>
789+
<key>PATH</key>
790+
<string>Resources/sv.lproj/conclusion.rtfd</string>
791+
<key>PATH_TYPE</key>
792+
<integer>1</integer>
793+
</dict>
794+
</dict>
784795
</array>
785796
</dict>
786797
<key>TITLE</key>

QLVideo.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
AB9FB58C1965DF0700D39647 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
109109
ABB1A29A1A1C358500EEF82B /* buildschema */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = buildschema; sourceTree = "<group>"; };
110110
ABB1A29C1A1C392400EEF82B /* schema.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = schema.xml; path = Video.mdimporter/Contents/Resources/schema.xml; sourceTree = BUILT_PRODUCTS_DIR; };
111+
ABB8CF531A1C798B00CF242E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/schema.strings; sourceTree = "<group>"; };
111112
ABE4610F1A15A519006C89A2 /* en */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; name = en; path = en.lproj/schema.strings; sourceTree = "<group>"; };
112113
/* End PBXFileReference section */
113114

@@ -348,6 +349,7 @@
348349
Base,
349350
fr,
350351
it,
352+
sv,
351353
);
352354
mainGroup = AB9FB5641965DD7200D39647;
353355
productRefGroup = AB9FB56E1965DD7200D39647 /* Products */;
@@ -451,6 +453,7 @@
451453
ABE4610F1A15A519006C89A2 /* en */,
452454
AB0E0D3C1A15B0300056CC24 /* fr */,
453455
AB0E0D3D1A15B03B0056CC24 /* it */,
456+
ABB8CF531A1C798B00CF242E /* sv */,
454457
);
455458
name = schema.strings;
456459
path = Resources;
2.28 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
2+
{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
\paperw11900\paperh16840\margl1440\margr1440\vieww7840\viewh7000\viewkind0
5+
\pard\qc
6+
7+
\f0\fs24 \cf0 \
8+
\
9+
10+
\f1 {{\NeXTGraphic Success.png \width1440 \height1440
11+
}¬}
12+
\f0 \
13+
\
14+
15+
\b\fs44 Installationen \'e4r klar.\
16+
17+
\b0\fs26 \
18+
\pard
19+
\cf0 F\'f6r att se miniatyrer av videofiler s\'e5 beh\'f6ver du i vissa dall starta om Finder. Du kan ocks\'e5 logga ut och logga in igen.\
20+
\
21+
Du kan uppleva h\'f6g CPU- och diskanv\'e4ndning n\'e5gra minuter efter installationen. Detta beror p\'e5 att Spotlight omindexerar alla dina video- och audiofiler som p\'e5 f\'f6rhand ej st\'f6ds av Mac OS X.\
22+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"uk_org_marginal_qlvideo_framerate" = "Bildfrekvens";
2+
"uk_org_marginal_qlvideo_subtitles" = "Undertexter";

0 commit comments

Comments
 (0)