Lyrics Window: Added localization templates
Awaiting localizations of the window name in currently supported languages. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
0b82160512
commit
c68b4b9585
5 changed files with 20 additions and 0 deletions
|
@ -1047,6 +1047,10 @@
|
|||
8384915718083EAB00E7332D /* volume1Template.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = volume1Template.pdf; path = Images/volume1Template.pdf; sourceTree = "<group>"; };
|
||||
8384915818083EAB00E7332D /* volume3Template.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = volume3Template.pdf; path = Images/volume3Template.pdf; sourceTree = "<group>"; };
|
||||
83859520234FEB35004E9946 /* Cog.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cog.entitlements; sourceTree = "<group>"; };
|
||||
838EE79E29A8556000CD0580 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE7A029A8556500CD0580 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE7A229A8557000CD0580 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE7A429A8557200CD0580 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
838F851D256B4E5E00C3E614 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
|
||||
83922FB6286B1AA900A0B039 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
||||
|
@ -3077,6 +3081,10 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
83B61E2329A8296500CD0580 /* Base */,
|
||||
838EE79E29A8556000CD0580 /* en */,
|
||||
838EE7A029A8556500CD0580 /* es */,
|
||||
838EE7A229A8557000CD0580 /* ru */,
|
||||
838EE7A429A8557200CD0580 /* pl */,
|
||||
);
|
||||
name = LyricsWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
|
|
3
en.lproj/LyricsWindow.strings
Normal file
3
en.lproj/LyricsWindow.strings
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */
|
||||
"QvC-M9-y7g.title" = "Lyrics";
|
3
es.lproj/LyricsWindow.strings
Normal file
3
es.lproj/LyricsWindow.strings
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */
|
||||
"QvC-M9-y7g.title" = "Lyrics";
|
3
pl.lproj/LyricsWindow.strings
Normal file
3
pl.lproj/LyricsWindow.strings
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */
|
||||
"QvC-M9-y7g.title" = "Lyrics";
|
3
ru.lproj/LyricsWindow.strings
Normal file
3
ru.lproj/LyricsWindow.strings
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */
|
||||
"QvC-M9-y7g.title" = "Lyrics";
|
Loading…
Reference in a new issue