From 3c0ada746f5765906625f9b6be1b9373fc51de41 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Fri, 12 May 2017 10:39:06 +0800 Subject: [PATCH] Pull translations from Transifex New languages: * Arabic (ar) * German (de) * Italian - Italy (it-IT) * Japanese (ja) * Slovak (sv) * Spanish (es) --- MacDown.xcodeproj/project.pbxproj | 138 ++++++ MacDown/Localization/ar.lproj/Credits.rtf | 406 ++++++++++++++++++ .../Localization/ar.lproj/InfoPlist.strings | 1 + .../Localization/ar.lproj/Localizable.strings | 1 + .../Localization/ar.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 1 + ...ExportPanelAccessoryViewController.strings | 1 + ...MPGeneralPreferencesViewController.strings | 1 + .../MPHtmlPreferencesViewController.strings | 1 + ...PMarkdownPreferencesViewController.strings | 1 + .../Localization/ar.lproj/MainMenu.strings | 1 + MacDown/Localization/de.lproj/Credits.rtf | 406 ++++++++++++++++++ .../Localization/de.lproj/InfoPlist.strings | 9 + .../Localization/de.lproj/Localizable.strings | 36 ++ .../Localization/de.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 18 + ...ExportPanelAccessoryViewController.strings | 1 + ...MPGeneralPreferencesViewController.strings | 3 + .../MPHtmlPreferencesViewController.strings | 6 + ...PMarkdownPreferencesViewController.strings | 3 + .../Localization/de.lproj/MainMenu.strings | 99 +++++ MacDown/Localization/es.lproj/Credits.rtf | 406 ++++++++++++++++++ .../Localization/es.lproj/InfoPlist.strings | 1 + .../Localization/es.lproj/Localizable.strings | 24 ++ .../Localization/es.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 6 + ...ExportPanelAccessoryViewController.strings | 1 + ...MPGeneralPreferencesViewController.strings | 1 + .../MPHtmlPreferencesViewController.strings | 3 + ...PMarkdownPreferencesViewController.strings | 1 + .../Localization/es.lproj/MainMenu.strings | 87 ++++ MacDown/Localization/it-IT.lproj/Credits.rtf | 406 ++++++++++++++++++ .../it-IT.lproj/InfoPlist.strings | 9 + .../it-IT.lproj/Localizable.strings | 92 ++++ .../it-IT.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 63 +++ ...ExportPanelAccessoryViewController.strings | 6 + ...MPGeneralPreferencesViewController.strings | 27 ++ .../MPHtmlPreferencesViewController.strings | 51 +++ ...PMarkdownPreferencesViewController.strings | 39 ++ .../Localization/it-IT.lproj/MainMenu.strings | 336 +++++++++++++++ MacDown/Localization/ja.lproj/Credits.rtf | 406 ++++++++++++++++++ .../Localization/ja.lproj/InfoPlist.strings | 9 + .../Localization/ja.lproj/Localizable.strings | 92 ++++ .../Localization/ja.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 63 +++ ...ExportPanelAccessoryViewController.strings | 6 + ...MPGeneralPreferencesViewController.strings | 27 ++ .../MPHtmlPreferencesViewController.strings | 57 +++ ...PMarkdownPreferencesViewController.strings | 42 ++ .../Localization/ja.lproj/MainMenu.strings | 348 +++++++++++++++ MacDown/Localization/sk.lproj/Credits.rtf | 406 ++++++++++++++++++ .../Localization/sk.lproj/InfoPlist.strings | 1 + .../Localization/sk.lproj/Localizable.strings | 1 + .../Localization/sk.lproj/MPDocument.strings | 1 + .../MPEditorPreferencesViewController.strings | 63 +++ ...ExportPanelAccessoryViewController.strings | 6 + ...MPGeneralPreferencesViewController.strings | 12 + .../MPHtmlPreferencesViewController.strings | 21 + ...PMarkdownPreferencesViewController.strings | 1 + .../Localization/sk.lproj/MainMenu.strings | 1 + .../Localization/sv.lproj/InfoPlist.strings | 3 +- .../Localization/sv.lproj/Localizable.strings | 49 ++- .../Localization/sv.lproj/MPDocument.strings | 2 +- .../MPEditorPreferencesViewController.strings | 64 +-- ...ExportPanelAccessoryViewController.strings | 7 +- ...MPGeneralPreferencesViewController.strings | 22 +- .../MPHtmlPreferencesViewController.strings | 42 +- ...PMarkdownPreferencesViewController.strings | 30 +- .../Localization/sv.lproj/MainMenu.strings | 265 ++++-------- .../zh-Hans.lproj/InfoPlist.strings | 3 +- .../zh-Hans.lproj/Localizable.strings | 35 +- .../zh-Hans.lproj/MPDocument.strings | 2 +- .../MPEditorPreferencesViewController.strings | 60 +-- ...ExportPanelAccessoryViewController.strings | 7 +- ...MPGeneralPreferencesViewController.strings | 25 +- .../MPHtmlPreferencesViewController.strings | 49 +-- ...PMarkdownPreferencesViewController.strings | 39 +- .../zh-Hans.lproj/MainMenu.strings | 273 +++--------- .../zh-Hant.lproj/InfoPlist.strings | 3 +- .../zh-Hant.lproj/Localizable.strings | 16 +- .../zh-Hant.lproj/MPDocument.strings | 2 +- .../MPEditorPreferencesViewController.strings | 53 +-- ...ExportPanelAccessoryViewController.strings | 6 +- ...MPGeneralPreferencesViewController.strings | 20 +- .../MPHtmlPreferencesViewController.strings | 47 +- ...PMarkdownPreferencesViewController.strings | 43 +- .../zh-Hant.lproj/MainMenu.strings | 349 +-------------- MacDownTests/ar.lproj/InfoPlist.strings | 1 + MacDownTests/de.lproj/InfoPlist.strings | 3 + MacDownTests/es.lproj/InfoPlist.strings | 1 + MacDownTests/it-IT.lproj/InfoPlist.strings | 3 + MacDownTests/ja.lproj/InfoPlist.strings | 3 + MacDownTests/sk.lproj/InfoPlist.strings | 1 + MacDownTests/sv.lproj/InfoPlist.strings | 3 +- MacDownTests/zh-Hans.lproj/InfoPlist.strings | 3 +- MacDownTests/zh-Hant.lproj/InfoPlist.strings | 3 +- 97 files changed, 4610 insertions(+), 1187 deletions(-) create mode 100644 MacDown/Localization/ar.lproj/Credits.rtf create mode 100644 MacDown/Localization/ar.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/ar.lproj/Localizable.strings create mode 100644 MacDown/Localization/ar.lproj/MPDocument.strings create mode 100644 MacDown/Localization/ar.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/ar.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/ar.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/ar.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/ar.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/ar.lproj/MainMenu.strings create mode 100644 MacDown/Localization/de.lproj/Credits.rtf create mode 100644 MacDown/Localization/de.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/de.lproj/Localizable.strings create mode 100644 MacDown/Localization/de.lproj/MPDocument.strings create mode 100644 MacDown/Localization/de.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/de.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/de.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/de.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/de.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/de.lproj/MainMenu.strings create mode 100644 MacDown/Localization/es.lproj/Credits.rtf create mode 100644 MacDown/Localization/es.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/es.lproj/Localizable.strings create mode 100644 MacDown/Localization/es.lproj/MPDocument.strings create mode 100644 MacDown/Localization/es.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/es.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/es.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/es.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/es.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/es.lproj/MainMenu.strings create mode 100644 MacDown/Localization/it-IT.lproj/Credits.rtf create mode 100644 MacDown/Localization/it-IT.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/it-IT.lproj/Localizable.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPDocument.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/it-IT.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/it-IT.lproj/MainMenu.strings create mode 100644 MacDown/Localization/ja.lproj/Credits.rtf create mode 100644 MacDown/Localization/ja.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/ja.lproj/Localizable.strings create mode 100644 MacDown/Localization/ja.lproj/MPDocument.strings create mode 100644 MacDown/Localization/ja.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/ja.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/ja.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/ja.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/ja.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/ja.lproj/MainMenu.strings create mode 100644 MacDown/Localization/sk.lproj/Credits.rtf create mode 100644 MacDown/Localization/sk.lproj/InfoPlist.strings create mode 100644 MacDown/Localization/sk.lproj/Localizable.strings create mode 100644 MacDown/Localization/sk.lproj/MPDocument.strings create mode 100644 MacDown/Localization/sk.lproj/MPEditorPreferencesViewController.strings create mode 100644 MacDown/Localization/sk.lproj/MPExportPanelAccessoryViewController.strings create mode 100644 MacDown/Localization/sk.lproj/MPGeneralPreferencesViewController.strings create mode 100644 MacDown/Localization/sk.lproj/MPHtmlPreferencesViewController.strings create mode 100644 MacDown/Localization/sk.lproj/MPMarkdownPreferencesViewController.strings create mode 100644 MacDown/Localization/sk.lproj/MainMenu.strings create mode 100644 MacDownTests/ar.lproj/InfoPlist.strings create mode 100644 MacDownTests/de.lproj/InfoPlist.strings create mode 100644 MacDownTests/es.lproj/InfoPlist.strings create mode 100644 MacDownTests/it-IT.lproj/InfoPlist.strings create mode 100644 MacDownTests/ja.lproj/InfoPlist.strings create mode 100644 MacDownTests/sk.lproj/InfoPlist.strings diff --git a/MacDown.xcodeproj/project.pbxproj b/MacDown.xcodeproj/project.pbxproj index bab87077..6e59beef 100644 --- a/MacDown.xcodeproj/project.pbxproj +++ b/MacDown.xcodeproj/project.pbxproj @@ -224,6 +224,72 @@ 1F8A8363195346B200B6BF69 /* pmh_styleparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pmh_styleparser.c; path = "Dependency/peg-markdown-highlight/pmh_styleparser.c"; sourceTree = SOURCE_ROOT; }; 1F8A8365195346B600B6BF69 /* pmh_styleparser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pmh_styleparser.h; path = "Dependency/peg-markdown-highlight/pmh_styleparser.h"; sourceTree = SOURCE_ROOT; }; 1F8A837E195348C500B6BF69 /* peg-markdown-highlight.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "peg-markdown-highlight.xcodeproj"; path = "Dependency/peg-markdown-highlight/peg-markdown-highlight.xcodeproj"; sourceTree = SOURCE_ROOT; }; + 1F90340D1EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MainMenu.strings; sourceTree = ""; }; + 1F90340E1EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPExportPanelAccessoryViewController.strings; sourceTree = ""; }; + 1F90340F1EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPGeneralPreferencesViewController.strings; sourceTree = ""; }; + 1F9034101EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPMarkdownPreferencesViewController.strings; sourceTree = ""; }; + 1F9034111EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPEditorPreferencesViewController.strings; sourceTree = ""; }; + 1F9034121EC556A900D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPHtmlPreferencesViewController.strings; sourceTree = ""; }; + 1F9034131EC556AA00D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/MPDocument.strings; sourceTree = ""; }; + 1F9034141EC556AA00D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = Localization/de.lproj/Credits.rtf; sourceTree = ""; }; + 1F9034151EC556AA00D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034161EC556AA00D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/Localizable.strings; sourceTree = ""; }; + 1F9034171EC556AA00D97F9C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034181EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MainMenu.strings; sourceTree = ""; }; + 1F9034191EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPExportPanelAccessoryViewController.strings; sourceTree = ""; }; + 1F90341A1EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPGeneralPreferencesViewController.strings; sourceTree = ""; }; + 1F90341B1EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPMarkdownPreferencesViewController.strings; sourceTree = ""; }; + 1F90341C1EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPEditorPreferencesViewController.strings; sourceTree = ""; }; + 1F90341D1EC556C900D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPHtmlPreferencesViewController.strings; sourceTree = ""; }; + 1F90341E1EC556CA00D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/MPDocument.strings; sourceTree = ""; }; + 1F90341F1EC556CA00D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = Localization/es.lproj/Credits.rtf; sourceTree = ""; }; + 1F9034201EC556CA00D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034211EC556CA00D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/Localizable.strings; sourceTree = ""; }; + 1F9034221EC556CA00D97F9C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034231EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MainMenu.strings"; sourceTree = ""; }; + 1F9034241EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPExportPanelAccessoryViewController.strings"; sourceTree = ""; }; + 1F9034251EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPGeneralPreferencesViewController.strings"; sourceTree = ""; }; + 1F9034261EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPMarkdownPreferencesViewController.strings"; sourceTree = ""; }; + 1F9034271EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPEditorPreferencesViewController.strings"; sourceTree = ""; }; + 1F9034281EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPHtmlPreferencesViewController.strings"; sourceTree = ""; }; + 1F9034291EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/MPDocument.strings"; sourceTree = ""; }; + 1F90342A1EC556E400D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "it-IT"; path = "Localization/it-IT.lproj/Credits.rtf"; sourceTree = ""; }; + 1F90342B1EC556E500D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/InfoPlist.strings"; sourceTree = ""; }; + 1F90342C1EC556E500D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "Localization/it-IT.lproj/Localizable.strings"; sourceTree = ""; }; + 1F90342D1EC556E500D97F9C /* it-IT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "it-IT"; path = "it-IT.lproj/InfoPlist.strings"; sourceTree = ""; }; + 1F90342E1EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MainMenu.strings; sourceTree = ""; }; + 1F90342F1EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPExportPanelAccessoryViewController.strings; sourceTree = ""; }; + 1F9034301EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPGeneralPreferencesViewController.strings; sourceTree = ""; }; + 1F9034311EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPMarkdownPreferencesViewController.strings; sourceTree = ""; }; + 1F9034321EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPEditorPreferencesViewController.strings; sourceTree = ""; }; + 1F9034331EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPHtmlPreferencesViewController.strings; sourceTree = ""; }; + 1F9034341EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/MPDocument.strings; sourceTree = ""; }; + 1F9034351EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = ja; path = Localization/ja.lproj/Credits.rtf; sourceTree = ""; }; + 1F9034361EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034371EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localization/ja.lproj/Localizable.strings; sourceTree = ""; }; + 1F9034381EC556EC00D97F9C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034391EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MainMenu.strings; sourceTree = ""; }; + 1F90343A1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPExportPanelAccessoryViewController.strings; sourceTree = ""; }; + 1F90343B1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPGeneralPreferencesViewController.strings; sourceTree = ""; }; + 1F90343C1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPMarkdownPreferencesViewController.strings; sourceTree = ""; }; + 1F90343D1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPEditorPreferencesViewController.strings; sourceTree = ""; }; + 1F90343E1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPHtmlPreferencesViewController.strings; sourceTree = ""; }; + 1F90343F1EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/MPDocument.strings; sourceTree = ""; }; + 1F9034401EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = sk; path = Localization/sk.lproj/Credits.rtf; sourceTree = ""; }; + 1F9034411EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034421EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = Localization/sk.lproj/Localizable.strings; sourceTree = ""; }; + 1F9034431EC556F300D97F9C /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F9034441EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MainMenu.strings; sourceTree = ""; }; + 1F9034451EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPExportPanelAccessoryViewController.strings; sourceTree = ""; }; + 1F9034461EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPGeneralPreferencesViewController.strings; sourceTree = ""; }; + 1F9034471EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPMarkdownPreferencesViewController.strings; sourceTree = ""; }; + 1F9034481EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPEditorPreferencesViewController.strings; sourceTree = ""; }; + 1F9034491EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPHtmlPreferencesViewController.strings; sourceTree = ""; }; + 1F90344A1EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/MPDocument.strings; sourceTree = ""; }; + 1F90344B1EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = ar; path = Localization/ar.lproj/Credits.rtf; sourceTree = ""; }; + 1F90344C1EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/InfoPlist.strings; sourceTree = ""; }; + 1F90344D1EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = Localization/ar.lproj/Localizable.strings; sourceTree = ""; }; + 1F90344E1EC5576E00D97F9C /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = ""; }; 1F96BD7E1E584A03005E0456 /* MPHomebrewSubprocessController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPHomebrewSubprocessController.h; sourceTree = ""; }; 1F96BD7F1E584A03005E0456 /* MPHomebrewSubprocessController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPHomebrewSubprocessController.m; sourceTree = ""; }; 1F9A14E8194EEE9900D1C6A9 /* MPExportPanelAccessoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExportPanelAccessoryViewController.h; path = Code/Application/MPExportPanelAccessoryViewController.h; sourceTree = ""; }; @@ -777,6 +843,12 @@ sv, "zh-Hant", "zh-Hans", + de, + es, + "it-IT", + ja, + sk, + ar, ); mainGroup = 1FA6DE181941CC9E000409FB; productRefGroup = 1FA6DE221941CC9E000409FB /* Products */; @@ -1096,6 +1168,12 @@ 1FCBDF0B1E536C8400C0F56B /* sv */, 1FCBDF161E536CAE00C0F56B /* zh-Hant */, 1FCBDF211E536CB600C0F56B /* zh-Hans */, + 1F90340D1EC556A900D97F9C /* de */, + 1F9034181EC556C900D97F9C /* es */, + 1F9034231EC556E400D97F9C /* it-IT */, + 1F90342E1EC556EC00D97F9C /* ja */, + 1F9034391EC556F300D97F9C /* sk */, + 1F9034441EC5576E00D97F9C /* ar */, ); name = MainMenu.xib; sourceTree = ""; @@ -1107,6 +1185,12 @@ 1FCBDF111E536C8500C0F56B /* sv */, 1FCBDF1C1E536CAE00C0F56B /* zh-Hant */, 1FCBDF271E536CB700C0F56B /* zh-Hans */, + 1F9034131EC556AA00D97F9C /* de */, + 1F90341E1EC556CA00D97F9C /* es */, + 1F9034291EC556E400D97F9C /* it-IT */, + 1F9034341EC556EC00D97F9C /* ja */, + 1F90343F1EC556F300D97F9C /* sk */, + 1F90344A1EC5576E00D97F9C /* ar */, ); name = MPDocument.xib; path = ../..; @@ -1119,6 +1203,12 @@ 1FCBDF0F1E536C8400C0F56B /* sv */, 1FCBDF1A1E536CAE00C0F56B /* zh-Hant */, 1FCBDF251E536CB600C0F56B /* zh-Hans */, + 1F9034111EC556A900D97F9C /* de */, + 1F90341C1EC556C900D97F9C /* es */, + 1F9034271EC556E400D97F9C /* it-IT */, + 1F9034321EC556EC00D97F9C /* ja */, + 1F90343D1EC556F300D97F9C /* sk */, + 1F9034481EC5576E00D97F9C /* ar */, ); name = MPEditorPreferencesViewController.xib; path = ../..; @@ -1131,6 +1221,12 @@ 1FCBDF101E536C8500C0F56B /* sv */, 1FCBDF1B1E536CAE00C0F56B /* zh-Hant */, 1FCBDF261E536CB700C0F56B /* zh-Hans */, + 1F9034121EC556A900D97F9C /* de */, + 1F90341D1EC556C900D97F9C /* es */, + 1F9034281EC556E400D97F9C /* it-IT */, + 1F9034331EC556EC00D97F9C /* ja */, + 1F90343E1EC556F300D97F9C /* sk */, + 1F9034491EC5576E00D97F9C /* ar */, ); name = MPHtmlPreferencesViewController.xib; path = ../..; @@ -1143,6 +1239,12 @@ 1FCBDF0E1E536C8400C0F56B /* sv */, 1FCBDF191E536CAE00C0F56B /* zh-Hant */, 1FCBDF241E536CB600C0F56B /* zh-Hans */, + 1F9034101EC556A900D97F9C /* de */, + 1F90341B1EC556C900D97F9C /* es */, + 1F9034261EC556E400D97F9C /* it-IT */, + 1F9034311EC556EC00D97F9C /* ja */, + 1F90343C1EC556F300D97F9C /* sk */, + 1F9034471EC5576E00D97F9C /* ar */, ); name = MPMarkdownPreferencesViewController.xib; path = ../..; @@ -1155,6 +1257,12 @@ 1FCBDF121E536C8500C0F56B /* sv */, 1FCBDF1D1E536CAE00C0F56B /* zh-Hant */, 1FCBDF281E536CB700C0F56B /* zh-Hans */, + 1F9034141EC556AA00D97F9C /* de */, + 1F90341F1EC556CA00D97F9C /* es */, + 1F90342A1EC556E400D97F9C /* it-IT */, + 1F9034351EC556EC00D97F9C /* ja */, + 1F9034401EC556F300D97F9C /* sk */, + 1F90344B1EC5576E00D97F9C /* ar */, ); name = Credits.rtf; sourceTree = ""; @@ -1166,6 +1274,12 @@ 1FCBDF131E536C8500C0F56B /* sv */, 1FCBDF1E1E536CAE00C0F56B /* zh-Hant */, 1FCBDF291E536CB700C0F56B /* zh-Hans */, + 1F9034151EC556AA00D97F9C /* de */, + 1F9034201EC556CA00D97F9C /* es */, + 1F90342B1EC556E500D97F9C /* it-IT */, + 1F9034361EC556EC00D97F9C /* ja */, + 1F9034411EC556F300D97F9C /* sk */, + 1F90344C1EC5576E00D97F9C /* ar */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1177,6 +1291,12 @@ 1FCBDF151E536C9F00C0F56B /* sv */, 1FCBDF1F1E536CAF00C0F56B /* zh-Hant */, 1FCBDF2A1E536CB700C0F56B /* zh-Hans */, + 1F9034161EC556AA00D97F9C /* de */, + 1F9034211EC556CA00D97F9C /* es */, + 1F90342C1EC556E500D97F9C /* it-IT */, + 1F9034371EC556EC00D97F9C /* ja */, + 1F9034421EC556F300D97F9C /* sk */, + 1F90344D1EC5576E00D97F9C /* ar */, ); name = Localizable.strings; sourceTree = ""; @@ -1188,6 +1308,12 @@ 1FCBDF0C1E536C8400C0F56B /* sv */, 1FCBDF171E536CAE00C0F56B /* zh-Hant */, 1FCBDF221E536CB600C0F56B /* zh-Hans */, + 1F90340E1EC556A900D97F9C /* de */, + 1F9034191EC556C900D97F9C /* es */, + 1F9034241EC556E400D97F9C /* it-IT */, + 1F90342F1EC556EC00D97F9C /* ja */, + 1F90343A1EC556F300D97F9C /* sk */, + 1F9034451EC5576E00D97F9C /* ar */, ); name = MPExportPanelAccessoryViewController.xib; sourceTree = ""; @@ -1199,6 +1325,12 @@ 1FCBDF0D1E536C8400C0F56B /* sv */, 1FCBDF181E536CAE00C0F56B /* zh-Hant */, 1FCBDF231E536CB600C0F56B /* zh-Hans */, + 1F90340F1EC556A900D97F9C /* de */, + 1F90341A1EC556C900D97F9C /* es */, + 1F9034251EC556E400D97F9C /* it-IT */, + 1F9034301EC556EC00D97F9C /* ja */, + 1F90343B1EC556F300D97F9C /* sk */, + 1F9034461EC5576E00D97F9C /* ar */, ); name = MPGeneralPreferencesViewController.xib; path = ../..; @@ -1211,6 +1343,12 @@ 1FCBDF141E536C8900C0F56B /* sv */, 1FCBDF201E536CAF00C0F56B /* zh-Hant */, 1FCBDF2B1E536CB700C0F56B /* zh-Hans */, + 1F9034171EC556AA00D97F9C /* de */, + 1F9034221EC556CA00D97F9C /* es */, + 1F90342D1EC556E500D97F9C /* it-IT */, + 1F9034381EC556EC00D97F9C /* ja */, + 1F9034431EC556F300D97F9C /* sk */, + 1F90344E1EC5576E00D97F9C /* ar */, ); name = InfoPlist.strings; sourceTree = ""; diff --git a/MacDown/Localization/ar.lproj/Credits.rtf b/MacDown/Localization/ar.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/ar.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/InfoPlist.strings b/MacDown/Localization/ar.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/Localizable.strings b/MacDown/Localization/ar.lproj/Localizable.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/Localizable.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPDocument.strings b/MacDown/Localization/ar.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/ar.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/ar.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/ar.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/ar.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/ar.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ar.lproj/MainMenu.strings b/MacDown/Localization/ar.lproj/MainMenu.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ar.lproj/MainMenu.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/de.lproj/Credits.rtf b/MacDown/Localization/de.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/de.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/de.lproj/InfoPlist.strings b/MacDown/Localization/de.lproj/InfoPlist.strings new file mode 100644 index 00000000..4331b750 --- /dev/null +++ b/MacDown/Localization/de.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* (No Commment) */ +"CFBundleName" = "${PRODUCT_NAME}"; + +/* (No Commment) */ +"CFBundleShortVersionString" = "0.1"; + +/* (No Commment) */ +"NSHumanReadableCopyright" = "Copyright © 2014–2016 Tzu-ping Chung."; + diff --git a/MacDown/Localization/de.lproj/Localizable.strings b/MacDown/Localization/de.lproj/Localizable.strings new file mode 100644 index 00000000..a8b89524 --- /dev/null +++ b/MacDown/Localization/de.lproj/Localizable.strings @@ -0,0 +1,36 @@ +/* Prism theme title */ +"(Default)" = "(Standard)"; + +/* Preference pane title. */ +"Editor" = "Editor"; + +/* Preference pane title. */ +"General" = "Generell"; + +/* Toggle editor pane menu item */ +"Hide Editor Pane" = "Verstecke Editor Fenster"; + +/* Toggle preview pane menu item */ +"Hide Preview Pane" = "Verstecke Vorschau Fenster"; + +/* Install shell utility button */ +"Install" = "Installieren"; + +/* (No Commment) */ +"JJ_PLURAL_FORM_RULE" = "1"; + +/* Preference pane title. */ +"Markdown" = "Markdown"; + +/* Preferences window title. */ +"Preferences" = "Einstellungen"; + +/* Preference pane title. */ +"Terminal" = "Konsole"; + +/* Uninstall shell utility button */ +"Uninstall" = "Deinstallieren"; + +/* default filename if no title can be determined */ +"Untitled" = "Ohne Titel"; + diff --git a/MacDown/Localization/de.lproj/MPDocument.strings b/MacDown/Localization/de.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/de.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/de.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/de.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..81099c0d --- /dev/null +++ b/MacDown/Localization/de.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1,18 @@ +/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ +"8bz-cc-gLF.title" = "Ändern..."; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[1]" = "Aktualisieren"; + +/* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ +"InD-Fc-CTS.title" = "Zeilenabstand:"; + +/* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ +"eXF-SL-hBq.title" = "Basis Schriftart:"; + +/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ +"g5w-Qw-Khw.title" = "×"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ +"vA9-IT-8Z7.title" = "Thema:"; + diff --git a/MacDown/Localization/de.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/de.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/de.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/de.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/de.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..df88d1af --- /dev/null +++ b/MacDown/Localization/de.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1,3 @@ +/* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ +"eLn-fW-Agu.title" = "Aktualisieren"; + diff --git a/MacDown/Localization/de.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/de.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..87e5c951 --- /dev/null +++ b/MacDown/Localization/de.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1,6 @@ +/* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ +"9I3-I7-HLu.title" = "CSS:"; + +/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ +"Jmq-wq-Dux.title" = "Benutzerdefiniert"; + diff --git a/MacDown/Localization/de.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/de.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..dc9d8bad --- /dev/null +++ b/MacDown/Localization/de.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1,3 @@ +/* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ +"0yU-vT-72e.title" = "Fußnote"; + diff --git a/MacDown/Localization/de.lproj/MainMenu.strings b/MacDown/Localization/de.lproj/MainMenu.strings new file mode 100644 index 00000000..8c4c5c32 --- /dev/null +++ b/MacDown/Localization/de.lproj/MainMenu.strings @@ -0,0 +1,99 @@ +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ +"OY7-WF-poV.title" = "Minimieren"; + +/* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ +"Ppl-BS-KtG.title" = "Plugins"; + +/* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ +"SJM-Pp-ywb.title" = "Exportieren"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ +"Td7-aD-5lo.title" = "Fenster"; + +/* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ +"VkR-aw-5AU.title" = "Bild"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ +"W48-6f-4Dl.title" = "Bearbeiten"; + +/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ +"Was-JA-tGl.title" = "Neu"; + +/* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ +"XFN-MJ-RrW.title" = "PDF..."; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "Finden..."; + +/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ +"aTl-1u-JFS.title" = "Drucken..."; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ +"aUF-d1-5bR.title" = "Fenster"; + +/* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ +"bMu-UN-Yfx.title" = "Plugins"; + +/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ +"bib-Uj-vzu.title" = "Datei"; + +/* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ +"dGm-Yl-i3Z.title" = "HTML..."; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ +"dMs-cI-mzQ.title" = "Datei"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ +"dRJ-4n-Yzg.title" = "Rückgängig"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ +"gVA-U4-sdL.title" = "Einfügen"; + +/* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ +"i8c-gf-w29.title" = "Kommentar"; + +/* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ +"jn0-Kb-yH6.title" = "Ungeordnete Liste"; + +/* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ +"jn0-Kb-yH7.title" = "Geordnete Liste"; + +/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ +"jxT-CU-nIS.title" = "Formatieren"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ +"pa3-QI-u2k.title" = "Löschen"; + +/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ +"pxx-59-PXV.title" = "Speichern..."; + +/* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ +"ts7-v5-Htm.title" = "Kopiere HTML"; + +/* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ +"uQy-DD-JDr.title" = "MacDown"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ +"uRl-iY-unG.title" = "Ausschneiden"; + +/* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ +"ugx-EN-xKu.title" = "MacDown Hilfe"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ +"vNY-rz-j42.title" = "Bereinige Menü"; + +/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ +"vmV-6d-7jI.title" = "Hochformat anwenden"; + +/* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ +"wHk-AQ-iOQ.title" = "Verstecke Editor Fenster"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ +"wpr-3q-Mcd.title" = "Hilfe"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ +"x3v-GG-iWU.title" = "Kopieren"; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ +"xSb-2f-W1r.title" = "Ansicht"; + diff --git a/MacDown/Localization/es.lproj/Credits.rtf b/MacDown/Localization/es.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/es.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/InfoPlist.strings b/MacDown/Localization/es.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/es.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/Localizable.strings b/MacDown/Localization/es.lproj/Localizable.strings new file mode 100644 index 00000000..bb948144 --- /dev/null +++ b/MacDown/Localization/es.lproj/Localizable.strings @@ -0,0 +1,24 @@ +/* Displayed when shell utility is not installed */ +"" = ""; + +/* Preference pane title. */ +"General" = "General"; + +/* Install shell utility button */ +"Install" = "Instalar"; + +/* (No Commment) */ +"JJ_PLURAL_FORM_RULE" = "1"; + +/* Preference pane title. */ +"Markdown" = "Markdown"; + +/* Preferences window title. */ +"Preferences" = "Preferencias"; + +/* Uninstall shell utility button */ +"Uninstall" = "Desinstalar"; + +/* default filename if no title can be determined */ +"Untitled" = "Sin Título"; + diff --git a/MacDown/Localization/es.lproj/MPDocument.strings b/MacDown/Localization/es.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/es.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/es.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..7df836df --- /dev/null +++ b/MacDown/Localization/es.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1,6 @@ +/* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ +"bnJ-BQ-mHV.title" = "* (Asterisco)"; + +/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ +"g5w-Qw-Khw.title" = "×"; + diff --git a/MacDown/Localization/es.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/es.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/es.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/es.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/es.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/es.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..e241f583 --- /dev/null +++ b/MacDown/Localization/es.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1,3 @@ +/* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ +"9I3-I7-HLu.title" = "CSS:"; + diff --git a/MacDown/Localization/es.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/es.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/es.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/es.lproj/MainMenu.strings b/MacDown/Localization/es.lproj/MainMenu.strings new file mode 100644 index 00000000..0f4bbaa0 --- /dev/null +++ b/MacDown/Localization/es.lproj/MainMenu.strings @@ -0,0 +1,87 @@ +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ +"4EN-yA-p0u.title" = "Buscar"; + +/* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ +"5kV-Vb-QxS.title" = "Acerca de MacDown"; + +/* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ +"5mp-ev-1el.title" = "Exportar"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ +"6dh-zS-Vam.title" = "Rehacer"; + +/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ +"9ic-FL-obx.title" = "Sustituciones"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ +"BOF-NM-1cW.title" = "Preferencias..."; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ +"Bw7-FT-i3A.title" = "Guardar Como..."; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ +"DVo-aG-piG.title" = "Cerrar"; + +/* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ +"I8Y-e8-XDx.title" = "Convertir a"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ +"IAo-SY-fd9.title" = "Abrir..."; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ +"R4o-n2-Eq4.title" = "Zoom"; + +/* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ +"VkR-aw-5AU.title" = "Imagen"; + +/* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ +"XFN-MJ-RrW.title" = "PDF..."; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "Buscar..."; + +/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ +"YEy-JH-Tfz.title" = "Buscar y Reemplazar..."; + +/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ +"aTl-1u-JFS.title" = "Imprimir..."; + +/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ +"c8a-y6-VQd.title" = "Transformaciones"; + +/* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ +"dGm-Yl-i3Z.title" = "HTML..."; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ +"dRJ-4n-Yzg.title" = "Deshacer"; + +/* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ +"e8h-vX-NQb.title" = "Convertir a"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ +"gVA-U4-sdL.title" = "Pegar"; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ +"hz9-B4-Xy5.title" = "Servicios"; + +/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ +"pxx-59-PXV.title" = "Guardar..."; + +/* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ +"ts7-v5-Htm.title" = "Copiar HTML"; + +/* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ +"uQy-DD-JDr.title" = "MacDown"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ +"uRl-iY-unG.title" = "Cortar"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ +"wpr-3q-Mcd.title" = "Ayuda"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ +"x3v-GG-iWU.title" = "Copiar"; + +/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ +"z6F-FW-3nz.title" = "Mostrar Sustituciones"; + diff --git a/MacDown/Localization/it-IT.lproj/Credits.rtf b/MacDown/Localization/it-IT.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/it-IT.lproj/InfoPlist.strings b/MacDown/Localization/it-IT.lproj/InfoPlist.strings new file mode 100644 index 00000000..4b5ff662 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* (No Commment) */ +"CFBundleName" = "${NOME_PRODOTTO}"; + +/* (No Commment) */ +"CFBundleShortVersionString" = "0.1"; + +/* (No Commment) */ +"NSHumanReadableCopyright" = "Copyright © 2014-2016 Tzu-ping Chung."; + diff --git a/MacDown/Localization/it-IT.lproj/Localizable.strings b/MacDown/Localization/it-IT.lproj/Localizable.strings new file mode 100644 index 00000000..ab82c23d --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/Localizable.strings @@ -0,0 +1,92 @@ +/* Prism theme title */ +"(Default)" = "(Predefinito)"; + +/* Displayed when shell utility is not installed */ +"" = ""; + +/* preview navigation error information */ +"An error occurred while creating the file: +%@" = "Si è verificato un errore nella creazione del file: +%@"; + +/* No comment provided by engineer. */ +"CHARACTERS_NO_SPACES_PLURAL_STRING" = "Carattere %@ (senza spazi);caratteri %@ (senza spazi)"; + +/* No comment provided by engineer. */ +"CHARACTERS_PLURAL_STRING" = "Carattere %@;%@ Caratteri"; + +/* preview navigation error message */ +"Can’t create file: +%@" = "Impossibile create il file +%@"; + +/* Preference pane title. */ +"Editor" = "Editor"; + +/* preview navigation error message */ +"File not found at path: +%@" = "File non trovato all'indirizzo: +%@"; + +/* Preference pane title. */ +"General" = "Generale"; + +/* Toggle editor pane menu item */ +"Hide Editor Pane" = "Nascondi Editor"; + +/* Toggle preview pane menu item */ +"Hide Preview Pane" = "Nascondi Anteprima"; + +/* Install shell utility button */ +"Install" = "Installa"; + +/* (No Commment) */ +"JJ_PLURAL_FORM_RULE" = "1"; + +/* preview navigation error information */ +"MacDown can’t create a file for the clicked link because +the current file is not saved anywhere yet. Save the +current file somewhere to enable this feature." = "MacDown non può creare un file per il link perché +questo file non è ancora stato salvato. Salva il file +da qualche parte per abilitare questa funzione."; + +/* Preference pane title. */ +"Markdown" = "Markdown"; + +/* preview navigation error information */ +"Please check the path of your link is correct. Turn on +“Automatically create link targets” If you want MacDown to +create nonexistent link targets for you." = "Controlla che il percorso del link sia corretto. Attiva +\"Crea automaticamente link di destinazione\" se vuoi che MacDown +crei link di destinazione inesistenti per te."; + +/* Preferences window title. */ +"Preferences" = "Preferenze"; + +/* Preference pane title. */ +"Rendering" = "Resa grafica"; + +/* Toggle editor pane menu item */ +"Restore Editor Pane" = "Ripristina Editor"; + +/* Toggle preview pane menu item */ +"Restore Preview Pane" = "Ripristina Anteprima"; + +/* Label stating that shell utility has been installed */ +"Shell utility installed" = "Supporto Shell installato"; + +/* Label stating that shell utility has not been installed */ +"Shell utility not installed" = "Supporto Shell non installato"; + +/* Preference pane title. */ +"Terminal" = "Terminale"; + +/* Uninstall shell utility button */ +"Uninstall" = "Disinstalla"; + +/* default filename if no title can be determined */ +"Untitled" = "Senza Titolo"; + +/* No comment provided by engineer. */ +"WORDS_PLURAL_STRING" = "%@ parola;%@ parole"; + diff --git a/MacDown/Localization/it-IT.lproj/MPDocument.strings b/MacDown/Localization/it-IT.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/it-IT.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/it-IT.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..7f22e84a --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1,63 @@ +/* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ +"0Bc-iD-VCh.title" = "Marcatori di lista:"; + +/* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ +"2Yf-FT-MDH.title" = "⌘← vai al primo carattere della riga"; + +/* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ +"2yJ-j5-PLm.title" = "- (Segno meno)"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ +"6JP-Pc-JFd.title" = "Comportamento"; + +/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ +"8bz-cc-gLF.title" = "Modifica..."; + +/* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ +"9Wp-5V-GeQ.title" = "Inserisci una riga vuota alla fine del file al salvataggio"; + +/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ +"Ee6-Cj-SWW.title" = "Box di Testo:"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[0]" = "Mostra"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[1]" = "Ricarica"; + +/* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ +"InD-Fc-CTS.title" = "Interlinea"; + +/* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ +"UPm-G1-Bc6.title" = "Numerazione crescente automatica nelle liste"; + +/* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ +"XSN-mi-gbk.title" = "Inserisci spazi al posto di tab"; + +/* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ +"bhL-NA-9No.title" = "Limita larghezza editor a"; + +/* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ +"bnJ-BQ-mHV.title" = "* (Asterisco)"; + +/* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ +"eXF-SL-hBq.title" = "Font predefinito"; + +/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ +"g5w-Qw-Khw.title" = "x"; + +/* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ +"nBR-LK-G9a.title" = "Scorri oltre la fine del file"; + +/* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ +"o4K-iG-sGA.title" = "Auto-completa caratteri corrispondenti"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ +"vA9-IT-8Z7.title" = "Tema:"; + +/* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ +"zGb-kg-2CJ.title" = "Inserisci automaticamente il prefisso della linea per il blocco corrente"; + +/* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ +"zX4-JY-wTT.title" = "+ (Segno più)"; + diff --git a/MacDown/Localization/it-IT.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/it-IT.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..66165556 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1,6 @@ +/* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ +"1f7-JB-VR1.title" = "Evidenzia la sintassi"; + +/* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ +"fod-Ff-UTI.title" = "Includi stili"; + diff --git a/MacDown/Localization/it-IT.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/it-IT.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..312b1c7c --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1,27 @@ +/* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ +"2Uj-Sx-FjV.title" = "Sincronizza le barra di scorrimento dell'editor e dell'anteprima"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ +"Nma-PL-ZvX.title" = "Comportamento"; + +/* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ +"bUn-PQ-5Ez.title" = "Visualizza l'editor a destra"; + +/* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ +"eLn-fW-Agu.title" = "Aggiorna"; + +/* Class = "NSButtonCell"; title = "Automatically create files for link targets"; ObjectID = "hpF-zP-3cM"; */ +"hpF-zP-3cM.title" = "Crea automaticamente file per link di destinazione"; + +/* Class = "NSButtonCell"; title = "Ensure open document on launch"; ObjectID = "l9N-wk-WRY"; */ +"l9N-wk-WRY.title" = "Crea un documento al'apertura"; + +/* Class = "NSButtonCell"; title = "Update preview automatically as you type"; ObjectID = "npz-xj-plX"; */ +"npz-xj-plX.title" = "Aggiorna automaticamente l'anteprima mentre scrivi"; + +/* Class = "NSButtonCell"; title = "Show word count"; ObjectID = "oeW-bF-ybW"; */ +"oeW-bF-ybW.title" = "Mostra conta parole"; + +/* Class = "NSButtonCell"; title = "Include pre-releases"; ObjectID = "vbz-fv-8BX"; */ +"vbz-fv-8BX.title" = "Includi versioni pre-rilascio"; + diff --git a/MacDown/Localization/it-IT.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/it-IT.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..8965d359 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1,51 @@ +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[0]" = "Mostra"; + +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[1]" = "Ricarica"; + +/* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ +"5Ch-dG-juL.title" = "Il supporto a math richiede la connessione internet"; + +/* Class = "NSButtonCell"; title = "TeX-like math syntax"; ObjectID = "6vg-3f-KWk"; */ +"6vg-3f-KWk.title" = "Sintassi matematica in stile TeX"; + +/* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ +"9I3-I7-HLu.title" = "CSS:"; + +/* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ +"BuQ-02-oQB.title" = "Blocco di codice con sintassi evidenziata"; + +/* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ +"GF9-Dm-IoB.title" = "Usa il simbolo dollaro ($) come delimitatore di linea"; + +/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ +"Jmq-wq-Dux.title" = "Personalizzato"; + +/* Class = "NSButtonCell"; title = "Render newline literally"; ObjectID = "Sty-qG-J6K"; */ +"Sty-qG-J6K.title" = "Crea nuova riga con Invio"; + +/* Class = "NSButtonCell"; title = "Show line numbers"; ObjectID = "WZa-V6-vvf"; */ +"WZa-V6-vvf.title" = "Mostra numero linea"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ +"a6o-qD-AIp.title" = "Tema:"; + +/* Class = "NSButtonCell"; title = "Scale preview based on editor font size"; ObjectID = "aWw-Wb-pBl"; */ +"aWw-Wb-pBl.title" = "Ridimensiona anteprima in base alla dimensione del carattere"; + +/* Class = "NSTextFieldCell"; title = "Default path:"; ObjectID = "e1A-Mm-svq"; */ +"e1A-Mm-svq.title" = "Percorso predefinito:"; + +/* Class = "NSButtonCell"; title = "Task list syntax"; ObjectID = "kBf-iW-HlH"; */ +"kBf-iW-HlH.title" = "Sintassi lista di azioni"; + +/* Class = "NSButtonCell"; title = "Detect table of contents token"; ObjectID = "nvS-dZ-eHT"; */ +"nvS-dZ-eHT.title" = "Identifica simboli per sommario"; + +/* Class = "NSMenuItem"; title = "None"; ObjectID = "pWW-vM-8JK"; */ +"pWW-vM-8JK.title" = "Nessuno"; + +/* Class = "NSMenuItem"; title = "Language name"; ObjectID = "qFd-cs-OtZ"; */ +"qFd-cs-OtZ.title" = "Nome linguaggio"; + diff --git a/MacDown/Localization/it-IT.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/it-IT.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..c6637891 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1,39 @@ +/* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ +"0yU-vT-72e.title" = "Note a piè pagina"; + +/* Class = "NSButtonCell"; title = "Quote"; ObjectID = "2lB-hq-5eX"; */ +"2lB-hq-5eX.title" = "Citazione"; + +/* Class = "NSButtonCell"; title = "Highlight"; ObjectID = "8kI-gm-5Lo"; */ +"8kI-gm-5Lo.title" = "Evidenzia"; + +/* Class = "NSButtonCell"; title = "Intra-word emphasis"; ObjectID = "D7l-nP-P0y"; */ +"D7l-nP-P0y.title" = "Enfasi tra le parole"; + +/* Class = "NSButtonCell"; title = "Fenced code block"; ObjectID = "ELg-sx-vIf"; */ +"ELg-sx-vIf.title" = "Blocco di codice fenced"; + +/* Class = "NSButtonCell"; title = "Underline"; ObjectID = "Gdr-Ro-ZnW"; */ +"Gdr-Ro-ZnW.title" = "Sottolinea"; + +/* Class = "NSButtonCell"; title = "Strikethrough"; ObjectID = "RjP-zE-c6b"; */ +"RjP-zE-c6b.title" = "Barrato"; + +/* Class = "NSButtonCell"; title = "Autolink"; ObjectID = "Roe-rh-8f9"; */ +"Roe-rh-8f9.title" = "Collega automaticamente"; + +/* Class = "NSBox"; title = "Block formatting"; ObjectID = "TXy-fD-S4Y"; */ +"TXy-fD-S4Y.title" = "Formattazione del blocco"; + +/* Class = "NSBox"; title = "Inline formatting"; ObjectID = "Ycc-Px-jbu"; */ +"Ycc-Px-jbu.title" = "Formattazione in linea"; + +/* Class = "NSButtonCell"; title = "Superscript"; ObjectID = "k2n-VN-cKT"; */ +"k2n-VN-cKT.title" = "Apice"; + +/* Class = "NSBox"; title = "Document formatting"; ObjectID = "x36-52-U0p"; */ +"x36-52-U0p.title" = "Formattazione doocumento"; + +/* Class = "NSButtonCell"; title = "Table"; ObjectID = "z8g-3M-hbc"; */ +"z8g-3M-hbc.title" = "Tabella"; + diff --git a/MacDown/Localization/it-IT.lproj/MainMenu.strings b/MacDown/Localization/it-IT.lproj/MainMenu.strings new file mode 100644 index 00000000..a866a242 --- /dev/null +++ b/MacDown/Localization/it-IT.lproj/MainMenu.strings @@ -0,0 +1,336 @@ +/* Class = "NSMenuItem"; title = "Header 2"; ObjectID = "0WP-T5-QxP"; */ +"0WP-T5-QxP.title" = "Titolo 2"; + +/* Class = "NSMenuItem"; title = "MacDown"; ObjectID = "1Xt-HY-uBw"; */ +"1Xt-HY-uBw.title" = "MacDown"; + +/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ +"1b7-l0-nxx.title" = "Trova"; + +/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "1gz-YB-DZE"; */ +"1gz-YB-DZE.title" = "Modalità Schermo Intero"; + +/* Class = "NSMenuItem"; title = "Highlight"; ObjectID = "2Os-ij-Aup"; */ +"2Os-ij-Aup.title" = "Evidenzia"; + +/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ +"2oI-Rn-ZJC.title" = "Trasformazioni"; + +/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ +"3IN-sU-3Bg.title" = "Ortografia"; + +/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ +"3rS-ZA-NoH.title" = "Comandi vocali"; + +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ +"4EN-yA-p0u.title" = "Trova"; + +/* Class = "NSMenuItem"; title = "Emphasize"; ObjectID = "4UH-k2-fgy"; */ +"4UH-k2-fgy.title" = "Enfatizza"; + +/* Class = "NSMenuItem"; title = "Quit MacDown"; ObjectID = "4sb-4s-VLi"; */ +"4sb-4s-VLi.title" = "Chiudi MacDown"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ +"5QF-Oa-p0T.title" = "Modifica"; + +/* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ +"5kV-Vb-QxS.title" = "Informazioni su MacDown"; + +/* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ +"5mp-ev-1el.title" = "Esporta"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ +"6dh-zS-Vam.title" = "Ripristina"; + +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "8xL-1V-VPX"; */ +"8xL-1V-VPX.title" = "Controlla aggiornamenti..."; + +/* Class = "NSMenuItem"; title = "Strikethrough"; ObjectID = "9CN-Qi-Fln"; */ +"9CN-Qi-Fln.title" = "Barrato"; + +/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ +"9ic-FL-obx.title" = "Sostituzioni"; + +/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ +"9yt-4B-nSM.title" = "Copia/Incolla Intelligente"; + +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "Correggi Ortografia Automaticamente"; + +/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ +"98U-cK-P7J.title" = "Sottolinea"; + +/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ +"AYu-sK-qS6.title" = "Menu Principale"; + +/* Class = "NSMenuItem"; title = "Header 4"; ObjectID = "B98-b8-che"; */ +"B98-b8-che.title" = "Titolo 4"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ +"BOF-NM-1cW.title" = "Preferenze..."; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ +"Bw7-FT-i3A.title" = "Salva come..."; + +/* Class = "NSMenuItem"; title = "Header 6"; ObjectID = "D4C-PE-qJi"; */ +"D4C-PE-qJi.title" = "Titolo 6"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ +"DVo-aG-piG.title" = "Chiudi"; + +/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ +"Dv1-io-Yv7.title" = "Ortografia e Grammatica"; + +/* Class = "NSMenu"; title = "View"; ObjectID = "EQZ-Zp-VNE"; */ +"EQZ-Zp-VNE.title" = "Vista"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ +"F2S-fz-NVQ.title" = "Aiuto"; + +/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ +"FeM-D8-WVr.title" = "Sostituzioni"; + +/* Class = "NSMenuItem"; title = "Link"; ObjectID = "GIg-Wo-P8m"; */ +"GIg-Wo-P8m.title" = "Collegamento"; + +/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ +"HFQ-gK-NFA.title" = "Sostituzione Testo"; + +/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ +"HFo-cy-zxI.title" = "Mostra Ortografia e Grammatica"; + +/* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ +"I8Y-e8-XDx.title" = "Converti in"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ +"IAo-SY-fd9.title" = "Apri..."; + +/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ +"KaW-ft-85H.title" = "Ripristina File Salvato"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ +"Kd2-mp-pUS.title" = "Mostra Tutto"; + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ +"LE2-aR-0XJ.title" = "Porta tutto in primo piano"; + +/* Class = "NSMenu"; title = "Format"; ObjectID = "N43-55-MPb"; */ +"N43-55-MPb.title" = "Formato"; + +/* Class = "NSMenuItem"; title = "Header 1"; ObjectID = "NLm-rz-EyT"; */ +"NLm-rz-EyT.title" = "Titolo 1"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ +"NMo-om-nkz.title" = "Servizi"; + +/* Class = "NSMenuItem"; title = "Left 3:1 Right"; ObjectID = "NZX-Ev-sWt"; */ +"NZX-Ev-sWt.title" = "Sinistra 3:1 Destra"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ +"OY7-WF-poV.title" = "Minimizza"; + +/* Class = "NSMenuItem"; title = "Hide MacDown"; ObjectID = "Olw-nP-bQN"; */ +"Olw-nP-bQN.title" = "Nascondi MacDown"; + +/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ +"OwM-mh-QMV.title" = "Trova Precedente"; + +/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ +"Oyz-dy-DGm.title" = "Interrompi Riproduzione"; + +/* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ +"Ppl-BS-KtG.title" = "Plug-ins"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ +"R4o-n2-Eq4.title" = "Ingrandimento"; + +/* Class = "NSMenuItem"; title = "Strong"; ObjectID = "Rb9-MG-IjX"; */ +"Rb9-MG-IjX.title" = "Marcato"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ +"Ruw-6m-B2m.title" = "Seleziona Tutto"; + +/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ +"S0p-oC-mLd.title" = "Vai alla Selezione"; + +/* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ +"SJM-Pp-ywb.title" = "Esporta"; + +/* Class = "NSMenuItem"; title = "Hide Preview Pane"; ObjectID = "T74-vt-YUA"; */ +"T74-vt-YUA.title" = "Nascondi Pannello Anteprima"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ +"Td7-aD-5lo.title" = "Finestra"; + +/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ +"UEZ-Bs-lqG.title" = "Capitalizza"; + +/* Class = "NSMenuItem"; title = "Left 1:3 Right"; ObjectID = "VW7-VH-9yl"; */ +"VW7-VH-9yl.title" = "Sinistra 1:3 Destra"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ +"Vdr-fp-XzO.title" = "Nascondi Altri"; + +/* Class = "NSMenuItem"; title = "Render Markdown"; ObjectID = "Vh1-jg-bbV"; */ +"Vh1-jg-bbV.title" = "Crea Markdown"; + +/* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ +"VkR-aw-5AU.title" = "Immagine"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ +"W48-6f-4Dl.title" = "Modifica"; + +/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ +"Was-JA-tGl.title" = "Nuovo"; + +/* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ +"XFN-MJ-RrW.title" = "PDF..."; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "Trova..."; + +/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ +"YEy-JH-Tfz.title" = "Trova e Sostituisci..."; + +/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ +"Ynk-f8-cLZ.title" = "Inizia Riproduzione"; + +/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ +"aTl-1u-JFS.title" = "Stampa..."; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ +"aUF-d1-5bR.title" = "Finestra"; + +/* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ +"bMu-UN-Yfx.title" = "Plug-ins"; + +/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ +"bib-Uj-vzu.title" = "File"; + +/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ +"buJ-ug-pKt.title" = "Usa Selezione per Trovare"; + +/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ +"c8a-y6-VQd.title" = "Trasformazioni"; + +/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ +"d9M-CD-aMd.title" = "Trasforma in Minuscolo"; + +/* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ +"dGm-Yl-i3Z.title" = "HTML..."; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ +"dMs-cI-mzQ.title" = "File"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ +"dRJ-4n-Yzg.title" = "Annulla"; + +/* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ +"e8h-vX-NQb.title" = "Converti in"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ +"gVA-U4-sdL.title" = "Incolla"; + +/* Class = "NSMenuItem"; title = "Left 1:1 Right"; ObjectID = "hOV-YQ-vzy"; */ +"hOV-YQ-vzy.title" = "Sinistra-Destra 1:1"; + +/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ +"hQb-2v-fYv.title" = "Citazioni Intelligenti "; + +/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ +"hz2-CU-CR7.title" = "Controlla Documento Ora"; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ +"hz9-B4-Xy5.title" = "Servizi"; + +/* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ +"i8c-gf-w29.title" = "Commento"; + +/* Class = "NSMenuItem"; title = "Inline Code"; ObjectID = "iRQ-Q6-N4K"; */ +"iRQ-Q6-N4K.title" = "Codice in Linea"; + +/* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ +"jn0-Kb-yH6.title" = "Elenco Puntato"; + +/* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ +"jn0-Kb-yH7.title" = "Elenco Numerato"; + +/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ +"jxT-CU-nIS.title" = "Formatta"; + +/* Class = "NSMenuItem"; title = "Header 3"; ObjectID = "kSO-QG-dHa"; */ +"kSO-QG-dHa.title" = "Titolo 3"; + +/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ +"mK6-2p-4JG.title" = "Controlla Grammatica con Ortografia"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ +"oas-Oc-fiZ.title" = "Apri Recente"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ +"pa3-QI-u2k.title" = "Elimina"; + +/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ +"pxx-59-PXV.title" = "Salva..."; + +/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ +"q09-fT-Sye.title" = "Trova Successivo"; + +/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ +"qIS-W8-SiK.title" = "Impostazione Pagina..."; + +/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ +"rbD-Rh-wIN.title" = "Controlla Ortografia Durante la Scrittura"; + +/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ +"rgM-f4-ycn.title" = "Trattini intelligenti"; + +/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ +"tRr-pd-1PS.title" = "Identificatore Dati"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ +"tXI-mr-wws.title" = "Apri Recente"; + +/* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ +"ts7-v5-Htm.title" = "Copia HTML"; + +/* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ +"uQy-DD-JDr.title" = "MacDown"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ +"uRl-iY-unG.title" = "Taglia"; + +/* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ +"ugx-EN-xKu.title" = "Aiuto MacDown"; + +/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ +"vmV-6d-7jI.title" = "Rendi Maiuscolo"; + +/* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ +"wHk-AQ-iOQ.title" = "Nascondi Editor"; + +/* Class = "NSMenuItem"; title = "Header 5"; ObjectID = "wlq-BA-PKH"; */ +"wlq-BA-PKH.title" = "Titolo 5"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ +"wpr-3q-Mcd.title" = "Aiuto"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ +"x3v-GG-iWU.title" = "Copia"; + +/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "xN5-GU-ASF"; */ +"xN5-GU-ASF.title" = "Paragrafo"; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ +"xSb-2f-W1r.title" = "Vista"; + +/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ +"xrE-MZ-jX0.title" = "Dettatura"; + +/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ +"z6F-FW-3nz.title" = "Mostra Sostituzioni"; + +/* Class = "NSMenuItem"; title = "New Paragraph"; ObjectID = "zHE-JL-8eu"; */ +"zHE-JL-8eu.title" = "Nuovo Paragrafo"; + diff --git a/MacDown/Localization/ja.lproj/Credits.rtf b/MacDown/Localization/ja.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/ja.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/ja.lproj/InfoPlist.strings b/MacDown/Localization/ja.lproj/InfoPlist.strings new file mode 100644 index 00000000..4878e77b --- /dev/null +++ b/MacDown/Localization/ja.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* (No Commment) */ +"CFBundleName" = "MacDown"; + +/* (No Commment) */ +"CFBundleShortVersionString" = "0.1"; + +/* (No Commment) */ +"NSHumanReadableCopyright" = "Copyright © 2014–2016 Tzu-ping Chung."; + diff --git a/MacDown/Localization/ja.lproj/Localizable.strings b/MacDown/Localization/ja.lproj/Localizable.strings new file mode 100644 index 00000000..5eb506e8 --- /dev/null +++ b/MacDown/Localization/ja.lproj/Localizable.strings @@ -0,0 +1,92 @@ +/* Prism theme title */ +"(Default)" = "(デフォルト)"; + +/* Displayed when shell utility is not installed */ +"" = "<未インストール>"; + +/* preview navigation error information */ +"An error occurred while creating the file: +%@" = "ファイル作成中にエラーが発生しました: +%@"; + +/* No comment provided by engineer. */ +"CHARACTERS_NO_SPACES_PLURAL_STRING" = "%@ 文字 (スペースなし);%@ 文字列 (スペースなし)"; + +/* No comment provided by engineer. */ +"CHARACTERS_PLURAL_STRING" = "%@ 文字;%@ 文字列"; + +/* preview navigation error message */ +"Can’t create file: +%@" = "ファイルを作成できません: +%@"; + +/* Preference pane title. */ +"Editor" = "エディタ"; + +/* preview navigation error message */ +"File not found at path: +%@" = "ファイルが見つかりません: +%@"; + +/* Preference pane title. */ +"General" = "一般"; + +/* Toggle editor pane menu item */ +"Hide Editor Pane" = "エディタペインを隠す"; + +/* Toggle preview pane menu item */ +"Hide Preview Pane" = "プレビューペインを隠す"; + +/* Install shell utility button */ +"Install" = "インストール"; + +/* (No Commment) */ +"JJ_PLURAL_FORM_RULE" = "1"; + +/* preview navigation error information */ +"MacDown can’t create a file for the clicked link because +the current file is not saved anywhere yet. Save the +current file somewhere to enable this feature." = "編集中のファイルが保存されていないため,MacDown は +クリックされたファイルを作成できません.この機能を +利用するためには編集中のファイルを保存してください."; + +/* Preference pane title. */ +"Markdown" = "マークダウン"; + +/* preview navigation error information */ +"Please check the path of your link is correct. Turn on +“Automatically create link targets” If you want MacDown to +create nonexistent link targets for you." = "リンクのパスが正しいか確認してください.存在しない +リンク先のファイルを MacDown に作成させるためには +“リンク先のファイルを自動的に作成” をオンにしてください."; + +/* Preferences window title. */ +"Preferences" = "環境設定"; + +/* Preference pane title. */ +"Rendering" = "レンダリング"; + +/* Toggle editor pane menu item */ +"Restore Editor Pane" = "エディタペインを表示"; + +/* Toggle preview pane menu item */ +"Restore Preview Pane" = "プレビューペインを表示"; + +/* Label stating that shell utility has been installed */ +"Shell utility installed" = "コマンドラインツール インストール済み"; + +/* Label stating that shell utility has not been installed */ +"Shell utility not installed" = "コマンドラインツール 未インストール"; + +/* Preference pane title. */ +"Terminal" = "ターミナル"; + +/* Uninstall shell utility button */ +"Uninstall" = "アンインストール"; + +/* default filename if no title can be determined */ +"Untitled" = "名称未設定"; + +/* No comment provided by engineer. */ +"WORDS_PLURAL_STRING" = "%@ word;%@ words"; + diff --git a/MacDown/Localization/ja.lproj/MPDocument.strings b/MacDown/Localization/ja.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/ja.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/ja.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..86a513fb --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1,63 @@ +/* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ +"0Bc-iD-VCh.title" = "リストマーカー:"; + +/* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ +"2Yf-FT-MDH.title" = "⌘← で行の最初の非空白文字にジャンプ"; + +/* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ +"2yJ-j5-PLm.title" = "- (マイナス)"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ +"6JP-Pc-JFd.title" = "動作"; + +/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ +"8bz-cc-gLF.title" = "変更…"; + +/* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ +"9Wp-5V-GeQ.title" = "保存時にファイル末尾が必ず改行になるようにする"; + +/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ +"Ee6-Cj-SWW.title" = "テキスト領域:"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[0]" = "表示"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[1]" = "リロード"; + +/* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ +"InD-Fc-CTS.title" = "行間:"; + +/* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ +"UPm-G1-Bc6.title" = "番号付きリストの数字を自動的にインクリメント"; + +/* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ +"XSN-mi-gbk.title" = "タブをスペースに自動的に展開"; + +/* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ +"bhL-NA-9No.title" = "エディタの最大幅を設定"; + +/* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ +"bnJ-BQ-mHV.title" = "* (アスタリスク)"; + +/* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ +"eXF-SL-hBq.title" = "フォント:"; + +/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ +"g5w-Qw-Khw.title" = "×"; + +/* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ +"nBR-LK-G9a.title" = "最終行の先までスクロール可能にする"; + +/* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ +"o4K-iG-sGA.title" = "対応する括弧等を自動的に補完"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ +"vA9-IT-8Z7.title" = "テーマ:"; + +/* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ +"zGb-kg-2CJ.title" = "改行時にリストや引用のプレフィックスを自動挿入"; + +/* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ +"zX4-JY-wTT.title" = "+ (プラス)"; + diff --git a/MacDown/Localization/ja.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/ja.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..65faf06a --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1,6 @@ +/* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ +"1f7-JB-VR1.title" = "シンタックスハイライトを含める"; + +/* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ +"fod-Ff-UTI.title" = "スタイルを含める"; + diff --git a/MacDown/Localization/ja.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/ja.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..9768ca3b --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1,27 @@ +/* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ +"2Uj-Sx-FjV.title" = "エディタと連動してプレビューもスクロール"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ +"Nma-PL-ZvX.title" = "動作"; + +/* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ +"bUn-PQ-5Ez.title" = "エディタを右側に表示"; + +/* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ +"eLn-fW-Agu.title" = "アップデート"; + +/* Class = "NSButtonCell"; title = "Automatically create files for link targets"; ObjectID = "hpF-zP-3cM"; */ +"hpF-zP-3cM.title" = "リンク先のファイルを自動的に作成"; + +/* Class = "NSButtonCell"; title = "Ensure open document on launch"; ObjectID = "l9N-wk-WRY"; */ +"l9N-wk-WRY.title" = "起動時に必ずドキュメントを開く"; + +/* Class = "NSButtonCell"; title = "Update preview automatically as you type"; ObjectID = "npz-xj-plX"; */ +"npz-xj-plX.title" = "プレビューを自動的に更新"; + +/* Class = "NSButtonCell"; title = "Show word count"; ObjectID = "oeW-bF-ybW"; */ +"oeW-bF-ybW.title" = "単語数を表示"; + +/* Class = "NSButtonCell"; title = "Include pre-releases"; ObjectID = "vbz-fv-8BX"; */ +"vbz-fv-8BX.title" = "プレリリースを含める"; + diff --git a/MacDown/Localization/ja.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/ja.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..1bd36bac --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1,57 @@ +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[0]" = "表示"; + +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[1]" = "リロード"; + +/* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ +"5Ch-dG-juL.title" = "数式のサポートにはインターネット接続が必要です."; + +/* Class = "NSButtonCell"; title = "TeX-like math syntax"; ObjectID = "6vg-3f-KWk"; */ +"6vg-3f-KWk.title" = "LaTeX 風の数式シンタックス"; + +/* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ +"9I3-I7-HLu.title" = "CSS:"; + +/* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ +"BuQ-02-oQB.title" = "コードブロックをシンタックスハイライト"; + +/* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ +"GF9-Dm-IoB.title" = "ドルマーク ($) をインラインデリミタとして使用"; + +/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ +"Jmq-wq-Dux.title" = "カスタム"; + +/* Class = "NSButtonCell"; title = "Render newline literally"; ObjectID = "Sty-qG-J6K"; */ +"Sty-qG-J6K.title" = "改行をそのまま表示"; + +/* Class = "NSButtonCell"; title = "Show line numbers"; ObjectID = "WZa-V6-vvf"; */ +"WZa-V6-vvf.title" = "行番号を表示"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ +"a6o-qD-AIp.title" = "テーマ:"; + +/* Class = "NSButtonCell"; title = "Scale preview based on editor font size"; ObjectID = "aWw-Wb-pBl"; */ +"aWw-Wb-pBl.title" = "エディタのフォントサイズに応じてプレビューを拡大"; + +/* Class = "NSTextFieldCell"; title = "Default path:"; ObjectID = "e1A-Mm-svq"; */ +"e1A-Mm-svq.title" = "デフォルトパス:"; + +/* Class = "NSButtonCell"; title = "Detect Jekyll front-matter"; ObjectID = "iXi-Pv-mFl"; */ +"iXi-Pv-mFl.title" = "Jekyll のフロントマッタを検出"; + +/* Class = "NSButtonCell"; title = "Task list syntax"; ObjectID = "kBf-iW-HlH"; */ +"kBf-iW-HlH.title" = "チェックリストシンタックス"; + +/* Class = "NSButtonCell"; title = "Detect table of contents token"; ObjectID = "nvS-dZ-eHT"; */ +"nvS-dZ-eHT.title" = "目次シンタックス"; + +/* Class = "NSMenuItem"; title = "None"; ObjectID = "pWW-vM-8JK"; */ +"pWW-vM-8JK.title" = "なし"; + +/* Class = "NSMenuItem"; title = "Language name"; ObjectID = "qFd-cs-OtZ"; */ +"qFd-cs-OtZ.title" = "言語名"; + +/* Class = "NSTextFieldCell"; title = "Accessory:"; ObjectID = "wNy-ka-IZm"; */ +"wNy-ka-IZm.title" = "アクセサリ:"; + diff --git a/MacDown/Localization/ja.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/ja.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..1b3cda32 --- /dev/null +++ b/MacDown/Localization/ja.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1,42 @@ +/* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ +"0yU-vT-72e.title" = "脚注"; + +/* Class = "NSButtonCell"; title = "Quote"; ObjectID = "2lB-hq-5eX"; */ +"2lB-hq-5eX.title" = "引用"; + +/* Class = "NSButtonCell"; title = "Highlight"; ObjectID = "8kI-gm-5Lo"; */ +"8kI-gm-5Lo.title" = "ハイライト"; + +/* Class = "NSButtonCell"; title = "Intra-word emphasis"; ObjectID = "D7l-nP-P0y"; */ +"D7l-nP-P0y.title" = "単語内強調"; + +/* Class = "NSButtonCell"; title = "Fenced code block"; ObjectID = "ELg-sx-vIf"; */ +"ELg-sx-vIf.title" = "別行立てコードブロック"; + +/* Class = "NSButtonCell"; title = "Underline"; ObjectID = "Gdr-Ro-ZnW"; */ +"Gdr-Ro-ZnW.title" = "下線"; + +/* Class = "NSButtonCell"; title = "Strikethrough"; ObjectID = "RjP-zE-c6b"; */ +"RjP-zE-c6b.title" = "打ち消し線"; + +/* Class = "NSButtonCell"; title = "Autolink"; ObjectID = "Roe-rh-8f9"; */ +"Roe-rh-8f9.title" = "自動リンク"; + +/* Class = "NSBox"; title = "Block formatting"; ObjectID = "TXy-fD-S4Y"; */ +"TXy-fD-S4Y.title" = "ブロックフォーマット"; + +/* Class = "NSBox"; title = "Inline formatting"; ObjectID = "Ycc-Px-jbu"; */ +"Ycc-Px-jbu.title" = "インラインフォーマット"; + +/* Class = "NSButtonCell"; title = "Smartypants"; ObjectID = "aSK-nR-xMr"; */ +"aSK-nR-xMr.title" = "Smartypants"; + +/* Class = "NSButtonCell"; title = "Superscript"; ObjectID = "k2n-VN-cKT"; */ +"k2n-VN-cKT.title" = "上付き文字"; + +/* Class = "NSBox"; title = "Document formatting"; ObjectID = "x36-52-U0p"; */ +"x36-52-U0p.title" = "ドキュメントフォーマット"; + +/* Class = "NSButtonCell"; title = "Table"; ObjectID = "z8g-3M-hbc"; */ +"z8g-3M-hbc.title" = "表組み"; + diff --git a/MacDown/Localization/ja.lproj/MainMenu.strings b/MacDown/Localization/ja.lproj/MainMenu.strings new file mode 100644 index 00000000..2568a7f1 --- /dev/null +++ b/MacDown/Localization/ja.lproj/MainMenu.strings @@ -0,0 +1,348 @@ +/* Class = "NSMenuItem"; title = "Header 2"; ObjectID = "0WP-T5-QxP"; */ +"0WP-T5-QxP.title" = "見出し 2"; + +/* Class = "NSMenuItem"; title = "MacDown"; ObjectID = "1Xt-HY-uBw"; */ +"1Xt-HY-uBw.title" = "MacDown"; + +/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ +"1b7-l0-nxx.title" = "検索"; + +/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "1gz-YB-DZE"; */ +"1gz-YB-DZE.title" = "フルスクリーンにする"; + +/* Class = "NSMenuItem"; title = "Highlight"; ObjectID = "2Os-ij-Aup"; */ +"2Os-ij-Aup.title" = "ハイライト"; + +/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ +"2oI-Rn-ZJC.title" = "変換"; + +/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ +"3IN-sU-3Bg.title" = "スペル"; + +/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ +"3rS-ZA-NoH.title" = "スピーチ"; + +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ +"4EN-yA-p0u.title" = "検索"; + +/* Class = "NSMenuItem"; title = "Emphasize"; ObjectID = "4UH-k2-fgy"; */ +"4UH-k2-fgy.title" = "強調"; + +/* Class = "NSMenuItem"; title = "Quit MacDown"; ObjectID = "4sb-4s-VLi"; */ +"4sb-4s-VLi.title" = "MacDown を終了"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ +"5QF-Oa-p0T.title" = "編集"; + +/* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ +"5kV-Vb-QxS.title" = "MacDown について"; + +/* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ +"5mp-ev-1el.title" = "エクスポート"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ +"6dh-zS-Vam.title" = "やり直す"; + +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "8xL-1V-VPX"; */ +"8xL-1V-VPX.title" = "アップデートを確認…"; + +/* Class = "NSMenuItem"; title = "Strikethrough"; ObjectID = "9CN-Qi-Fln"; */ +"9CN-Qi-Fln.title" = "打ち消し線"; + +/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ +"9ic-FL-obx.title" = "置換"; + +/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ +"9yt-4B-nSM.title" = "スマートコピー/ペースト"; + +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "スペルを自動的に修正"; + +/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ +"98U-cK-P7J.title" = "下線"; + +/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ +"AYu-sK-qS6.title" = "メインメニュー"; + +/* Class = "NSMenuItem"; title = "Header 4"; ObjectID = "B98-b8-che"; */ +"B98-b8-che.title" = "見出し 4"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ +"BOF-NM-1cW.title" = "環境設定…"; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ +"Bw7-FT-i3A.title" = "別名で保存…"; + +/* Class = "NSMenuItem"; title = "Header 6"; ObjectID = "D4C-PE-qJi"; */ +"D4C-PE-qJi.title" = "見出し 6"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ +"DVo-aG-piG.title" = "閉じる"; + +/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ +"Dv1-io-Yv7.title" = "スペルと文法"; + +/* Class = "NSMenu"; title = "View"; ObjectID = "EQZ-Zp-VNE"; */ +"EQZ-Zp-VNE.title" = "表示"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ +"F2S-fz-NVQ.title" = "ヘルプ"; + +/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ +"FeM-D8-WVr.title" = "置換"; + +/* Class = "NSMenuItem"; title = "Link"; ObjectID = "GIg-Wo-P8m"; */ +"GIg-Wo-P8m.title" = "リンク"; + +/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ +"HFQ-gK-NFA.title" = "テキスト置換"; + +/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ +"HFo-cy-zxI.title" = "スペルと文法を表示"; + +/* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ +"I8Y-e8-XDx.title" = "見出しレベルを変更"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ +"IAo-SY-fd9.title" = "開く…"; + +/* Class = "NSMenuItem"; title = "Shift Left"; ObjectID = "Jzs-tR-jkL"; */ +"Jzs-tR-jkL.title" = "左へシフト"; + +/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ +"KaW-ft-85H.title" = "保存時の状態に戻す"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ +"Kd2-mp-pUS.title" = "すべてを表示"; + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ +"LE2-aR-0XJ.title" = "すべてを前面に"; + +/* Class = "NSMenu"; title = "Format"; ObjectID = "N43-55-MPb"; */ +"N43-55-MPb.title" = "フォーマット"; + +/* Class = "NSMenuItem"; title = "Header 1"; ObjectID = "NLm-rz-EyT"; */ +"NLm-rz-EyT.title" = "見出し 1"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ +"NMo-om-nkz.title" = "サービス"; + +/* Class = "NSMenuItem"; title = "Left 3:1 Right"; ObjectID = "NZX-Ev-sWt"; */ +"NZX-Ev-sWt.title" = "左ペイン 3:1 右ペイン"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ +"OY7-WF-poV.title" = "最小化"; + +/* Class = "NSMenuItem"; title = "Hide MacDown"; ObjectID = "Olw-nP-bQN"; */ +"Olw-nP-bQN.title" = "MacDown を隠す"; + +/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ +"OwM-mh-QMV.title" = "前を検索"; + +/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ +"Oyz-dy-DGm.title" = "読み上げを停止"; + +/* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ +"Ppl-BS-KtG.title" = "プラグイン"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ +"R4o-n2-Eq4.title" = "拡大/縮小"; + +/* Class = "NSMenuItem"; title = "Strong"; ObjectID = "Rb9-MG-IjX"; */ +"Rb9-MG-IjX.title" = "強い強調"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ +"Ruw-6m-B2m.title" = "すべてを選択"; + +/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ +"S0p-oC-mLd.title" = "選択部分へ移動"; + +/* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ +"SJM-Pp-ywb.title" = "エクスポート"; + +/* Class = "NSMenuItem"; title = "Hide Preview Pane"; ObjectID = "T74-vt-YUA"; */ +"T74-vt-YUA.title" = "プレビューペインを隠す"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ +"Td7-aD-5lo.title" = "ウィンドウ"; + +/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ +"UEZ-Bs-lqG.title" = "語頭を大文字にする"; + +/* Class = "NSMenuItem"; title = "Left 1:3 Right"; ObjectID = "VW7-VH-9yl"; */ +"VW7-VH-9yl.title" = "左ペイン 1:3 右ペイン"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ +"Vdr-fp-XzO.title" = "ほかを隠す"; + +/* Class = "NSMenuItem"; title = "Render Markdown"; ObjectID = "Vh1-jg-bbV"; */ +"Vh1-jg-bbV.title" = "レンダリング"; + +/* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ +"VkR-aw-5AU.title" = "画像"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ +"W48-6f-4Dl.title" = "編集"; + +/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ +"Was-JA-tGl.title" = "新規"; + +/* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ +"XFN-MJ-RrW.title" = "PDF…"; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "検索…"; + +/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ +"YEy-JH-Tfz.title" = "検索と置換…"; + +/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ +"Ynk-f8-cLZ.title" = "読み上げを開始"; + +/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ +"aTl-1u-JFS.title" = "印刷…"; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ +"aUF-d1-5bR.title" = "ウィンドウ"; + +/* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ +"bMu-UN-Yfx.title" = "プラグイン"; + +/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ +"bib-Uj-vzu.title" = "ファイル"; + +/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ +"buJ-ug-pKt.title" = "選択部分を検索"; + +/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ +"c8a-y6-VQd.title" = "変換"; + +/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ +"d9M-CD-aMd.title" = "小文字にする"; + +/* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ +"dGm-Yl-i3Z.title" = "HTML…"; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ +"dMs-cI-mzQ.title" = "ファイル"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ +"dRJ-4n-Yzg.title" = "取り消す"; + +/* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ +"e8h-vX-NQb.title" = "見出しレベルを変更"; + +/* Class = "NSMenuItem"; title = "Shift Right"; ObjectID = "g9Y-GM-gdh"; */ +"g9Y-GM-gdh.title" = "右へシフト"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ +"gVA-U4-sdL.title" = "ペースト"; + +/* Class = "NSMenuItem"; title = "Left 1:1 Right"; ObjectID = "hOV-YQ-vzy"; */ +"hOV-YQ-vzy.title" = "左ペイン 1:1 右ペイン"; + +/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ +"hQb-2v-fYv.title" = "スマート引用符"; + +/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ +"hz2-CU-CR7.title" = "書類を今すぐチェック"; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ +"hz9-B4-Xy5.title" = "サービス"; + +/* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ +"i8c-gf-w29.title" = "コメント"; + +/* Class = "NSMenuItem"; title = "Inline Code"; ObjectID = "iRQ-Q6-N4K"; */ +"iRQ-Q6-N4K.title" = "インラインコード"; + +/* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ +"jn0-Kb-yH6.title" = "箇条書きリスト"; + +/* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ +"jn0-Kb-yH7.title" = "番号付きリスト"; + +/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ +"jxT-CU-nIS.title" = "フォーマット"; + +/* Class = "NSMenuItem"; title = "Header 3"; ObjectID = "kSO-QG-dHa"; */ +"kSO-QG-dHa.title" = "見出し 3"; + +/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ +"mK6-2p-4JG.title" = "スペルと一緒に文法をチェック"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ +"oas-Oc-fiZ.title" = "最近使った項目を開く"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ +"pa3-QI-u2k.title" = "削除"; + +/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ +"pxx-59-PXV.title" = "保存…"; + +/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ +"q09-fT-Sye.title" = "次を検索"; + +/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ +"qIS-W8-SiK.title" = "ページ設定…"; + +/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ +"rbD-Rh-wIN.title" = "入力中にスペルチェック"; + +/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ +"rgM-f4-ycn.title" = "スマートダッシュ記号"; + +/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ +"tRr-pd-1PS.title" = "データ検出"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ +"tXI-mr-wws.title" = "最近使った項目を開く"; + +/* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ +"ts7-v5-Htm.title" = "HTML をコピー"; + +/* Class = "NSMenuItem"; title = "Blockquote"; ObjectID = "twd-Mb-qNx"; */ +"twd-Mb-qNx.title" = "ブロック引用"; + +/* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ +"uQy-DD-JDr.title" = "MacDown"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ +"uRl-iY-unG.title" = "カット"; + +/* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ +"ugx-EN-xKu.title" = "MacDown ヘルプ"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ +"vNY-rz-j42.title" = "メニューをクリア"; + +/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ +"vmV-6d-7jI.title" = "大文字にする"; + +/* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ +"wHk-AQ-iOQ.title" = "エディタペインを隠す"; + +/* Class = "NSMenuItem"; title = "Header 5"; ObjectID = "wlq-BA-PKH"; */ +"wlq-BA-PKH.title" = "見出し 5"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ +"wpr-3q-Mcd.title" = "ヘルプ"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ +"x3v-GG-iWU.title" = "コピー"; + +/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "xN5-GU-ASF"; */ +"xN5-GU-ASF.title" = "段落"; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ +"xSb-2f-W1r.title" = "表示"; + +/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ +"xrE-MZ-jX0.title" = "スピーチ"; + +/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ +"z6F-FW-3nz.title" = "置換を表示"; + +/* Class = "NSMenuItem"; title = "New Paragraph"; ObjectID = "zHE-JL-8eu"; */ +"zHE-JL-8eu.title" = "新しい段落"; + diff --git a/MacDown/Localization/sk.lproj/Credits.rtf b/MacDown/Localization/sk.lproj/Credits.rtf new file mode 100644 index 00000000..1d245060 --- /dev/null +++ b/MacDown/Localization/sk.lproj/Credits.rtf @@ -0,0 +1,406 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset128 HiraginoSans-W3;} +{\colortbl;\red255\green255\blue255;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid1\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\vieww15960\viewh12940\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\f0\fs24 \cf0 \ +Open source Markdown editor for OS X. +\fs28 \ +\ + +\b\fs32 Contributors +\fs28 \ +{\field{\*\fldinst{HYPERLINK "https://uranusjr.com"}}{\fldrslt +\b0\fs24 Tzu-ping Chung}} +\b0\fs24 \ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/garrow"}}{\fldrslt \cf0 Garrow Bedrossian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://james-brooks.co.uk"}}{\fldrslt \cf0 James Brooks}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jcomo"}}{\fldrslt \cf0 Jonathan Como}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hszcg"}}{\fldrslt \cf0 Chenguang Zhang}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mdznr.com/"}}{\fldrslt \cf0 Matt Zanchelli}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://henrian.com"}}{\fldrslt \cf0 Christopher Brown}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://dlackty.org/"}}{\fldrslt \cf0 Richard Lee}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://aaronraimist.com/"}}{\fldrslt \cf0 Aaron Raimist}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.zoonref.com/"}}{\fldrslt \cf0 Amornchai Kanokpullwad}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.alexkaessner.de/"}}{\fldrslt \cf0 Alexander K\'e4\'dfner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Mowsh"}}{\fldrslt \cf0 Joseph Stevens}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/xcodejam"}}{\fldrslt \cf0 wenbi}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/yangjian"}}{\fldrslt \cf0 Yang Jian}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://kevinsalter.me"}}{\fldrslt \cf0 Kevin Salter}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/JanX2"}}{\fldrslt \cf0 Jan}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/brovador"}}{\fldrslt \cf0 Jes\'fas Bart\'fas}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/airdrummingfool"}}{\fldrslt \cf0 Tommy Goode}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/sorig"}}{\fldrslt \cf0 Esben S\'f8rig}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/bostaunieux"}}{\fldrslt \cf0 Damien Angelos}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.saurabhg.com"}}{\fldrslt \cf0 Saurabh Garg}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://type.so/"}}{\fldrslt +\f1 \cf0 \'8f\'ac\'8e\'71\'8c\'87\'9d\'47}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 Cedar McKay}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Jmuccigr"}}{\fldrslt \cf0 John Muccigrosso}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://twitter.com/getaaron"}}{\fldrslt \cf0 Aaron Brager}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tbrannam"}}{\fldrslt \cf0 Todd Brannam}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ohthetrees"}}{\fldrslt \cf0 ohthetrees}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt \cf0 Andreas Hippler}}\ +{\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ +{\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://klurig.hk/"}}{\fldrslt \cf0 Niklas Berglund}}\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\fs28 \cf0 \ + +\b\fs32 License +\b0\fs28 \ + +\fs24 The MIT License (MIT)\ +\ +Copyright \'a9 2014 Tzu-ping Chung\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b\fs32 Acknowledgement +\b0\fs24 \ +Portions of this software may utilise the following materials, the use of which is hereby acknowledged:\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mierau/DMTemplates"}}{\fldrslt +\b\fs28 \cf0 DMTemplates}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 Dustin Mierau\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Cocoanetics/DTCoreText"}}{\fldrslt +\b\fs28 \cf0 DTCoreText}}\ +Copyright \'a9 2011, Oliver Drobnik All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls1\ilvl0\cf0 - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \ +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\ +and/or other materials provided with the distribution.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/tomaz/GBCli"}}{\fldrslt +\b\fs28 \cf0 GBCli}}\ +Copyright \'a9 2012 by Tomaz Kragelj\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 \cf0 Hoedown}}\ +Copyright \'a9 2008, Natacha Port\'e9\ +Copyright \'a9 2011, Vicent Mart\'ed\ +Copyright \'a9 2013, Devin Torres and the Hoedown authors\ +\ +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\ +\ +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/hoedown/hoedown"}}{\fldrslt +\b\fs28 Hoextdown}} +\b\fs28 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b0\fs24 \cf0 Copyright \'a9 2014 kjdev\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://pyyaml.org/wiki/LibYAML"}}{\fldrslt +\b\fs28 \cf0 LibYAML}}\ +Copyright \'a9 2006 Kirill Simonov\ +\ +\pard\pardeftab720\partightenfactor0 +\cf0 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/Marxon13/M13OrderedDictionary"}}{\fldrslt +\b\fs28 \cf0 M13OrderedDictionary}}\ +Copyright \'a9 2013 Brandon McQuilkin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/junjie/JJPluralForm"}}{\fldrslt +\b\fs28 \cf0 JJPluralForm}} +\fs28 +\fs24 by Lin Junjie\ +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at {\field{\*\fldinst{HYPERLINK "http://mozilla.org/MPL/2.0/"}}{\fldrslt http://mozilla.org/MPL/2.0/}}.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/shpakovski/MASPreferences"}}{\fldrslt +\b\fs28 \cf0 MASPreferences}} by Vadim Shpakovski\ +MASPreferences is licensed under the 2-clause BSD license.\ +\ +Copyright \'a9 2011-2014, Vadim Shpakovski All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/dhennessy/PAPreferences"}}{\fldrslt +\b\fs28 \cf0 PAPreferences}}\ +Copyright \'a9 2014, Denis Hennessy (Peer Assembly - {\field{\*\fldinst{HYPERLINK "http://peerassembly.com"}}{\fldrslt http://peerassembly.com}})\ +All rights reserved.\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ + * Neither the name of Peer Assembly, Denis Hennessy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PEER ASSEMBLY OR DENIS HENNESSY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://hasseg.org/peg-markdown-highlight/"}}{\fldrslt +\b\fs28 \cf0 PEG Markdown Highlight}}\ +Copyright 2011 Ali Rantakari -- <{\field{\*\fldinst{HYPERLINK "http://hasseg.org"}}{\fldrslt http://hasseg.org}}>\ +\ +PEG-Markdown-Highlight is licensed under the same terms as peg-markdown (see below for more information).\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/jgm/peg-markdown"}}{\fldrslt +\b\fs28 \cf0 peg-markdown}}\ +markdown in c, implemented using PEG grammar\ +Copyright \'a9 2008-2011 John MacFarlane\ +ODF output code \'a9 2011 Fletcher T. Penney\ +\ +peg-markdown is released under both the GPL and MIT licenses. You may pick the license that best fits your needs.\ +\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 + +\b \cf0 The GPL +\b0 \ +\ +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\ +\ + +\b The MIT License +\b0 \ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://prismjs.com"}}{\fldrslt +\b\fs28 Prism}}\ +Copyright \'a9 2012-2013 Lea Verou\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org"}}{\fldrslt +\b\fs28 Sparkle}}\ +\pard\pardeftab720\partightenfactor0 +\cf0 Copyright \'a9 2006 Andy Matuschak\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +\pard\pardeftab720\partightenfactor0 + +\b \cf0 EXTERNAL LICENSES +\b0 \ +\ +License for bspatch.c and bsdiff.c, from bsdiff 4.3 (:\ +\ +Copyright 2003-2005 Colin Percival\ +All rights reserved\ +\ +Redistribution and use in source and binary forms, with or without modification, are permitted providing that the following conditions are met:\ +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mirek/YAML.framework"}}{\fldrslt +\b\fs28 \cf0 YAML.framework}}\ +Copyright \'a9 2010 Mirek Rusin\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 \ +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://mouapp.com"}}{\fldrslt +\b\fs28 \cf0 Mou}} by Chen Luo\ +The following editor theme and CSS files are extracted from Mou.app:\ +\pard\tx220\tx720\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li720\fi-720\partightenfactor0 +\ls2\ilvl0\cf0 {\listtext \'95 }Mou Fresh Air\ +{\listtext \'95 }Mou Fresh Air+\ +{\listtext \'95 }Mou Night\ +{\listtext \'95 }Mou Night+\ +{\listtext \'95 }Mou Paper\ +{\listtext \'95 }Mou Paper+\ +{\listtext \'95 }Tomorrow\ +{\listtext \'95 }Tomorrow Blue\ +{\listtext \'95 }Tomorrow+\ +{\listtext \'95 }Writer\ +{\listtext \'95 }Writer+\ +{\listtext \'95 }Clearness\ +{\listtext \'95 }Clearness Dark\ +{\listtext \'95 }GitHub\ +{\listtext \'95 }GirHub2\ +\pard\tx566\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 +\cf0 Used under permission.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/CodeCatalyst/mou-theme-solarized"}}{\fldrslt +\b\fs28 Solarized Theme for Mou}} by John Yanarella\ +Copyright \'a9 2012 CodeCatalyst, LLC\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ + +\b Solarized +\b0 \ +\ +Copyright \'a9 2011 Ethan Schoonover\ +\ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ +\ +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ +\ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\ +\ +{\field{\*\fldinst{HYPERLINK "https://github.com/dcurtis/markdown-mark"}}{\fldrslt +\b\fs28 Markdown Mark}}\ +DEDICATED TO THE PUBLIC DOMAIN\ +\ +The Markdown Mark has been dedicated to the public domain. It is protected by the Creative Commons CC0 Universal Public Domain Dedication license. You can read the entire license below or at http://creativecommons.org/publicdomain/zero/1.0/deed.en.\ +\ +CC0 UNIVERSAL PUBLIC DOMAIN DEDICATION LICENSE\ +\ +Statement of Purpose\ +\ +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").\ +\ +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.\ +\ +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.\ +\ +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:\ +a. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;\ +b. moral rights retained by the original author(s) and/or performer(s);\ +c. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;\ +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;\ +d. rights protecting the extraction, dissemination, use and reuse of data in a Work;\ +e. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and\ +f. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.\ +\ +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.\ +\ +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.\ +\ +4. Limitations and Disclaimers.\ +\ +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.\ +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.\ +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.\ +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.} \ No newline at end of file diff --git a/MacDown/Localization/sk.lproj/InfoPlist.strings b/MacDown/Localization/sk.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/sk.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sk.lproj/Localizable.strings b/MacDown/Localization/sk.lproj/Localizable.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/sk.lproj/Localizable.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sk.lproj/MPDocument.strings b/MacDown/Localization/sk.lproj/MPDocument.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPDocument.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sk.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/sk.lproj/MPEditorPreferencesViewController.strings new file mode 100644 index 00000000..8f5c6079 --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPEditorPreferencesViewController.strings @@ -0,0 +1,63 @@ +/* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ +"0Bc-iD-VCh.title" = "Značka zoznamu:"; + +/* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ +"2Yf-FT-MDH.title" = "⌘← skočí na prvý znak v riadku"; + +/* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ +"2yJ-j5-PLm.title" = "- (Znak mínus)"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ +"6JP-Pc-JFd.title" = "Správanie"; + +/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ +"8bz-cc-gLF.title" = "Zmeniť..."; + +/* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ +"9Wp-5V-GeQ.title" = "Zabezpečiť nový riadok na konci súboru po uložení"; + +/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ +"Ee6-Cj-SWW.title" = "Odsadenia textu:"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[0]" = "Odhaliť"; + +/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ +"GHX-3h-1HI.ibShadowedLabels[1]" = "Načítať"; + +/* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ +"InD-Fc-CTS.title" = "Riadkovanie:"; + +/* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ +"UPm-G1-Bc6.title" = "Automatické zvyšovanie číslovania v usporiadaných zoznamoch"; + +/* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ +"XSN-mi-gbk.title" = "Vkladať medzery namiesto tabov"; + +/* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ +"bhL-NA-9No.title" = "Obmedziť šírku editora na"; + +/* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ +"bnJ-BQ-mHV.title" = "* (Hviezdička)"; + +/* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ +"eXF-SL-hBq.title" = "Základné písmo:"; + +/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ +"g5w-Qw-Khw.title" = "×"; + +/* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ +"nBR-LK-G9a.title" = "Rolovať za koniec"; + +/* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ +"o4K-iG-sGA.title" = "Automatické dopĺňanie zodpovedajúcich znakov"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ +"vA9-IT-8Z7.title" = "Téma:"; + +/* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ +"zGb-kg-2CJ.title" = "Automaticky vložiť odsadenie riadku pre aktuálny blok"; + +/* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ +"zX4-JY-wTT.title" = "+ (Znak plus)"; + diff --git a/MacDown/Localization/sk.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/sk.lproj/MPExportPanelAccessoryViewController.strings new file mode 100644 index 00000000..c39919f9 --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPExportPanelAccessoryViewController.strings @@ -0,0 +1,6 @@ +/* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ +"1f7-JB-VR1.title" = "Zahrnúť zvýraznenie syntaxe"; + +/* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ +"fod-Ff-UTI.title" = "Zahrnúť štýly"; + diff --git a/MacDown/Localization/sk.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/sk.lproj/MPGeneralPreferencesViewController.strings new file mode 100644 index 00000000..0a6141e0 --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPGeneralPreferencesViewController.strings @@ -0,0 +1,12 @@ +/* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ +"2Uj-Sx-FjV.title" = "Synchronizovať posuvník ukážky pri rolovaní editora"; + +/* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ +"Nma-PL-ZvX.title" = "Správanie"; + +/* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ +"bUn-PQ-5Ez.title" = "Editor umiestniť na pravú stranu"; + +/* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ +"eLn-fW-Agu.title" = "Aktualizovať"; + diff --git a/MacDown/Localization/sk.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/sk.lproj/MPHtmlPreferencesViewController.strings new file mode 100644 index 00000000..cf751377 --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPHtmlPreferencesViewController.strings @@ -0,0 +1,21 @@ +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[0]" = "Odhaliť"; + +/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ +"0rH-I9-Dxr.ibShadowedLabels[1]" = "Načítať"; + +/* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ +"5Ch-dG-juL.title" = "Podpora matematiky vyžaduje internetové pripojenie."; + +/* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ +"9I3-I7-HLu.title" = "CSS:"; + +/* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ +"BuQ-02-oQB.title" = "Syntakticky zvýraznený blok kódov"; + +/* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ +"GF9-Dm-IoB.title" = "Použite znak dolára ($) ako oddeľovač v riadku"; + +/* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ +"a6o-qD-AIp.title" = "Téma:"; + diff --git a/MacDown/Localization/sk.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/sk.lproj/MPMarkdownPreferencesViewController.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/sk.lproj/MPMarkdownPreferencesViewController.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sk.lproj/MainMenu.strings b/MacDown/Localization/sk.lproj/MainMenu.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDown/Localization/sk.lproj/MainMenu.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sv.lproj/InfoPlist.strings b/MacDown/Localization/sv.lproj/InfoPlist.strings index 477b28ff..dc62739d 100644 --- a/MacDown/Localization/sv.lproj/InfoPlist.strings +++ b/MacDown/Localization/sv.lproj/InfoPlist.strings @@ -1,2 +1 @@ -/* Localized versions of Info.plist keys */ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sv.lproj/Localizable.strings b/MacDown/Localization/sv.lproj/Localizable.strings index 89733c24..b7286295 100644 --- a/MacDown/Localization/sv.lproj/Localizable.strings +++ b/MacDown/Localization/sv.lproj/Localizable.strings @@ -1,15 +1,44 @@ -/* - Localizable.strings - MacDown +/* No comment provided by engineer. */ +"CHARACTERS_NO_SPACES_PLURAL_STRING" = "%@ character (inga mellanslag);%@ tecken (inga mellanslag)"; - Created by Tzu-ping Chung on 14/7. - Copyright (c) 2014 Tzu-ping Chung . All rights reserved. -*/ +/* No comment provided by engineer. */ +"CHARACTERS_PLURAL_STRING" = "%@ tecken;%@ tecken"; -"JJ_PLURAL_FORM_RULE" = "1"; +/* Preference pane title. */ +"Editor" = "Redigering"; -"WORDS_PLURAL_STRING" = "%@ word;%@ words"; +/* preview navigation error message */ +"File not found at path: +%@" = "Fil kunde inte hittas på sökväg: +%@"; -"CHARACTERS_PLURAL_STRING" = "%@ character;%@ characters"; +/* Preference pane title. */ +"General" = "Allmänt"; + +/* Toggle editor pane menu item */ +"Hide Editor Pane" = "Dölj redigerings-vy"; + +/* Toggle preview pane menu item */ +"Hide Preview Pane" = "Dölj förhandsvisnings-vy"; + +/* Preference pane title. */ +"Markdown" = "Markdown"; + +/* Preferences window title. */ +"Preferences" = "Inställningar"; + +/* Preference pane title. */ +"Rendering" = "Rendering"; + +/* Toggle editor pane menu item */ +"Restore Editor Pane" = "Återställ redigerings-vy"; + +/* Toggle preview pane menu item */ +"Restore Preview Pane" = "Återställ förhandsvisnings-vy"; + +/* default filename if no title can be determined */ +"Untitled" = "Namnlöst"; + +/* No comment provided by engineer. */ +"WORDS_PLURAL_STRING" = "%@ ord;%@ ord"; -"CHARACTERS_NO_SPACES_PLURAL_STRING" = "%@ character (no spaces);%@ characters (no spaces)"; diff --git a/MacDown/Localization/sv.lproj/MPDocument.strings b/MacDown/Localization/sv.lproj/MPDocument.strings index 8b137891..dc62739d 100644 --- a/MacDown/Localization/sv.lproj/MPDocument.strings +++ b/MacDown/Localization/sv.lproj/MPDocument.strings @@ -1 +1 @@ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sv.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/sv.lproj/MPEditorPreferencesViewController.strings index 52b99009..05ccacdf 100644 --- a/MacDown/Localization/sv.lproj/MPEditorPreferencesViewController.strings +++ b/MacDown/Localization/sv.lproj/MPEditorPreferencesViewController.strings @@ -1,72 +1,30 @@ - -/* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ -"0Bc-iD-VCh.title" = "List marker:"; - -/* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ -"2Yf-FT-MDH.title" = "⌘← jumps to first non-whitespace character in line"; - /* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ -"2yJ-j5-PLm.title" = "- (Minus sign)"; +"2yJ-j5-PLm.title" = "- (minus)"; /* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ -"6JP-Pc-JFd.title" = "Behavior"; +"6JP-Pc-JFd.title" = "Beteende"; /* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ -"8bz-cc-gLF.title" = "Change…"; - -/* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ -"9Wp-5V-GeQ.title" = "Ensure newline at end of file on save"; - -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "BmJ-Oh-va6"; */ -"BmJ-Oh-va6.title" = "Item 2"; - -/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ -"Ee6-Cj-SWW.title" = "Text insets:"; +"8bz-cc-gLF.title" = "Ändra…"; /* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[0]" = "Reveal"; +"GHX-3h-1HI.ibShadowedLabels[0]" = "Visa"; /* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[1]" = "Reload"; - -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "Ia1-VG-EWI"; */ -"Ia1-VG-EWI.title" = "OtherViews"; +"GHX-3h-1HI.ibShadowedLabels[1]" = "Ladda om"; /* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ -"InD-Fc-CTS.title" = "Line spacing:"; - -/* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ -"UPm-G1-Bc6.title" = "Auto-increment numbering in ordered lists"; - -/* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ -"XSN-mi-gbk.title" = "Insert spaces instead of tabs"; +"InD-Fc-CTS.title" = "Rad-avstånd:"; /* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ -"bhL-NA-9No.title" = "Limit editor width to"; +"bhL-NA-9No.title" = "Begränsa redigerings-vyn's bredd till"; /* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ -"bnJ-BQ-mHV.title" = "* (Asterisk)"; - -/* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ -"eXF-SL-hBq.title" = "Base font:"; - -/* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ -"g5w-Qw-Khw.title" = "×"; - -/* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ -"nBR-LK-G9a.title" = "Scroll past end"; - -/* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ -"o4K-iG-sGA.title" = "Auto-complete matching characters"; - -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "qML-FL-WrV"; */ -"qML-FL-WrV.title" = "Item 3"; +"bnJ-BQ-mHV.title" = "* (asterisk)"; /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ -"vA9-IT-8Z7.title" = "Theme:"; - -/* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ -"zGb-kg-2CJ.title" = "Automatically insert line prefix for the current block"; +"vA9-IT-8Z7.title" = "Tema:"; /* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ -"zX4-JY-wTT.title" = "+ (Plus sign)"; +"zX4-JY-wTT.title" = "+ (plus)"; + diff --git a/MacDown/Localization/sv.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/sv.lproj/MPExportPanelAccessoryViewController.strings index 6b790377..dc62739d 100644 --- a/MacDown/Localization/sv.lproj/MPExportPanelAccessoryViewController.strings +++ b/MacDown/Localization/sv.lproj/MPExportPanelAccessoryViewController.strings @@ -1,6 +1 @@ - -/* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ -"1f7-JB-VR1.title" = "Include syntax highlighting"; - -/* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ -"fod-Ff-UTI.title" = "Include styles"; +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/sv.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/sv.lproj/MPGeneralPreferencesViewController.strings index 46298ad4..f1cbb2bc 100644 --- a/MacDown/Localization/sv.lproj/MPGeneralPreferencesViewController.strings +++ b/MacDown/Localization/sv.lproj/MPGeneralPreferencesViewController.strings @@ -1,27 +1,21 @@ - /* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ -"2Uj-Sx-FjV.title" = "Sync preview scrollbar when editor scrolls"; - -/* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ -"Nma-PL-ZvX.title" = "Behavior"; +"2Uj-Sx-FjV.title" = "Synkronisera förhandsvisnings-scrollning med regierings-vyn's scrollning"; /* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ -"bUn-PQ-5Ez.title" = "Put editor on the right"; +"bUn-PQ-5Ez.title" = "Redigerings-vy till höger"; /* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ -"eLn-fW-Agu.title" = "Update"; - -/* Class = "NSButtonCell"; title = "Automatically create files for link targets"; ObjectID = "hpF-zP-3cM"; */ -"hpF-zP-3cM.title" = "Automatically create files for link targets"; +"eLn-fW-Agu.title" = "Uppdatera"; /* Class = "NSButtonCell"; title = "Ensure open document on launch"; ObjectID = "l9N-wk-WRY"; */ -"l9N-wk-WRY.title" = "Ensure open document on launch"; +"l9N-wk-WRY.title" = "Öppna dokument vid start"; /* Class = "NSButtonCell"; title = "Update preview automatically as you type"; ObjectID = "npz-xj-plX"; */ -"npz-xj-plX.title" = "Update preview automatically as you type"; +"npz-xj-plX.title" = "Uppdatera förhandsvisning automatiskt när du skriver"; /* Class = "NSButtonCell"; title = "Show word count"; ObjectID = "oeW-bF-ybW"; */ -"oeW-bF-ybW.title" = "Show word count"; +"oeW-bF-ybW.title" = "Visa antal ord"; /* Class = "NSButtonCell"; title = "Include pre-releases"; ObjectID = "vbz-fv-8BX"; */ -"vbz-fv-8BX.title" = "Include pre-releases"; +"vbz-fv-8BX.title" = "Inkludera förhands-versioner"; + diff --git a/MacDown/Localization/sv.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/sv.lproj/MPHtmlPreferencesViewController.strings index adb2c73b..5518c78d 100644 --- a/MacDown/Localization/sv.lproj/MPHtmlPreferencesViewController.strings +++ b/MacDown/Localization/sv.lproj/MPHtmlPreferencesViewController.strings @@ -1,57 +1,39 @@ - /* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[0]" = "Reveal"; +"0rH-I9-Dxr.ibShadowedLabels[0]" = "Visa fil"; /* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[1]" = "Reload"; +"0rH-I9-Dxr.ibShadowedLabels[1]" = "Ladda om"; /* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ -"5Ch-dG-juL.title" = "Math support requires Internet connection."; +"5Ch-dG-juL.title" = "Matematik-stöd kräver Internet-uppkoppling"; /* Class = "NSButtonCell"; title = "TeX-like math syntax"; ObjectID = "6vg-3f-KWk"; */ -"6vg-3f-KWk.title" = "TeX-like math syntax"; +"6vg-3f-KWk.title" = "Matematik-synax liknande TeX"; /* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ "9I3-I7-HLu.title" = "CSS:"; -/* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ -"BuQ-02-oQB.title" = "Syntax highlighted code block"; - /* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ -"GF9-Dm-IoB.title" = "Use dollar sign ($) as inline delimiter"; - -/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ -"Jmq-wq-Dux.title" = "Custom"; - -/* Class = "NSButtonCell"; title = "Render newline literally"; ObjectID = "Sty-qG-J6K"; */ -"Sty-qG-J6K.title" = "Render newline literally"; +"GF9-Dm-IoB.title" = "Använd dollar-tecken ($) som inline delimiter"; /* Class = "NSButtonCell"; title = "Show line numbers"; ObjectID = "WZa-V6-vvf"; */ -"WZa-V6-vvf.title" = "Show line numbers"; +"WZa-V6-vvf.title" = "Visa radnummer"; /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ -"a6o-qD-AIp.title" = "Theme:"; +"a6o-qD-AIp.title" = "Tema:"; /* Class = "NSButtonCell"; title = "Scale preview based on editor font size"; ObjectID = "aWw-Wb-pBl"; */ -"aWw-Wb-pBl.title" = "Scale preview based on editor font size"; +"aWw-Wb-pBl.title" = "Förhandsvisning skalas baserat på redigeraren's font-storlek"; /* Class = "NSTextFieldCell"; title = "Default path:"; ObjectID = "e1A-Mm-svq"; */ -"e1A-Mm-svq.title" = "Default path:"; - -/* Class = "NSButtonCell"; title = "Detect Jekyll front-matter"; ObjectID = "iXi-Pv-mFl"; */ -"iXi-Pv-mFl.title" = "Detect Jekyll front-matter"; +"e1A-Mm-svq.title" = "Standard-sökväg:"; /* Class = "NSButtonCell"; title = "Task list syntax"; ObjectID = "kBf-iW-HlH"; */ -"kBf-iW-HlH.title" = "Task list syntax"; - -/* Class = "NSButtonCell"; title = "Detect table of contents token"; ObjectID = "nvS-dZ-eHT"; */ -"nvS-dZ-eHT.title" = "Detect table of contents token"; +"kBf-iW-HlH.title" = "Checklist-syntax"; /* Class = "NSMenuItem"; title = "None"; ObjectID = "pWW-vM-8JK"; */ -"pWW-vM-8JK.title" = "None"; +"pWW-vM-8JK.title" = "Ingen"; /* Class = "NSMenuItem"; title = "Language name"; ObjectID = "qFd-cs-OtZ"; */ -"qFd-cs-OtZ.title" = "Language name"; +"qFd-cs-OtZ.title" = "Språknamn"; -/* Class = "NSTextFieldCell"; title = "Accessory:"; ObjectID = "wNy-ka-IZm"; */ -"wNy-ka-IZm.title" = "Accessory:"; diff --git a/MacDown/Localization/sv.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/sv.lproj/MPMarkdownPreferencesViewController.strings index 0236c34b..c2b70f4f 100644 --- a/MacDown/Localization/sv.lproj/MPMarkdownPreferencesViewController.strings +++ b/MacDown/Localization/sv.lproj/MPMarkdownPreferencesViewController.strings @@ -1,33 +1,20 @@ - /* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ -"0yU-vT-72e.title" = "Footnote"; +"0yU-vT-72e.title" = "Fotnot"; /* Class = "NSButtonCell"; title = "Quote"; ObjectID = "2lB-hq-5eX"; */ -"2lB-hq-5eX.title" = "Quote"; - -/* Class = "NSButtonCell"; title = "Highlight"; ObjectID = "8kI-gm-5Lo"; */ -"8kI-gm-5Lo.title" = "Highlight"; - -/* Class = "NSButtonCell"; title = "Intra-word emphasis"; ObjectID = "D7l-nP-P0y"; */ -"D7l-nP-P0y.title" = "Intra-word emphasis"; - -/* Class = "NSButtonCell"; title = "Fenced code block"; ObjectID = "ELg-sx-vIf"; */ -"ELg-sx-vIf.title" = "Fenced code block"; +"2lB-hq-5eX.title" = "Citat"; /* Class = "NSButtonCell"; title = "Underline"; ObjectID = "Gdr-Ro-ZnW"; */ -"Gdr-Ro-ZnW.title" = "Underline"; +"Gdr-Ro-ZnW.title" = "Understrykning"; /* Class = "NSButtonCell"; title = "Strikethrough"; ObjectID = "RjP-zE-c6b"; */ -"RjP-zE-c6b.title" = "Strikethrough"; - -/* Class = "NSButtonCell"; title = "Autolink"; ObjectID = "Roe-rh-8f9"; */ -"Roe-rh-8f9.title" = "Autolink"; +"RjP-zE-c6b.title" = "Genomstrykning"; /* Class = "NSBox"; title = "Block formatting"; ObjectID = "TXy-fD-S4Y"; */ -"TXy-fD-S4Y.title" = "Block formatting"; +"TXy-fD-S4Y.title" = "Block-formattering"; /* Class = "NSBox"; title = "Inline formatting"; ObjectID = "Ycc-Px-jbu"; */ -"Ycc-Px-jbu.title" = "Inline formatting"; +"Ycc-Px-jbu.title" = "Inline-formattering"; /* Class = "NSButtonCell"; title = "Smartypants"; ObjectID = "aSK-nR-xMr"; */ "aSK-nR-xMr.title" = "Smartypants"; @@ -36,7 +23,8 @@ "k2n-VN-cKT.title" = "Superscript"; /* Class = "NSBox"; title = "Document formatting"; ObjectID = "x36-52-U0p"; */ -"x36-52-U0p.title" = "Document formatting"; +"x36-52-U0p.title" = "Dokument-formattering"; /* Class = "NSButtonCell"; title = "Table"; ObjectID = "z8g-3M-hbc"; */ -"z8g-3M-hbc.title" = "Table"; +"z8g-3M-hbc.title" = "Tabell"; + diff --git a/MacDown/Localization/sv.lproj/MainMenu.strings b/MacDown/Localization/sv.lproj/MainMenu.strings index 2dcaf262..5774ae0e 100644 --- a/MacDown/Localization/sv.lproj/MainMenu.strings +++ b/MacDown/Localization/sv.lproj/MainMenu.strings @@ -1,348 +1,249 @@ - /* Class = "NSMenuItem"; title = "Header 2"; ObjectID = "0WP-T5-QxP"; */ -"0WP-T5-QxP.title" = "Header 2"; +"0WP-T5-QxP.title" = "Rubrik 2"; /* Class = "NSMenuItem"; title = "MacDown"; ObjectID = "1Xt-HY-uBw"; */ "1Xt-HY-uBw.title" = "MacDown"; /* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Find"; +"1b7-l0-nxx.title" = "Sök"; /* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "1gz-YB-DZE"; */ -"1gz-YB-DZE.title" = "Enter Full Screen"; - -/* Class = "NSMenuItem"; title = "Highlight"; ObjectID = "2Os-ij-Aup"; */ -"2Os-ij-Aup.title" = "Highlight"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; +"1gz-YB-DZE.title" = "Helskärmsläge"; /* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; +"3IN-sU-3Bg.title" = "Stavning"; /* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; +"3rS-ZA-NoH.title" = "Tal"; /* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Emphasize"; ObjectID = "4UH-k2-fgy"; */ -"4UH-k2-fgy.title" = "Emphasize"; +"4EN-yA-p0u.title" = "Sök"; /* Class = "NSMenuItem"; title = "Quit MacDown"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit MacDown"; +"4sb-4s-VLi.title" = "Avsluta MacDown"; /* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Edit"; +"5QF-Oa-p0T.title" = "Redigera"; /* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About MacDown"; +"5kV-Vb-QxS.title" = "Om MacDown"; /* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ -"5mp-ev-1el.title" = "Export"; +"5mp-ev-1el.title" = "Exportera"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; +"6dh-zS-Vam.title" = "Gör om"; /* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "8xL-1V-VPX"; */ -"8xL-1V-VPX.title" = "Check for Updates…"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ -"98U-cK-P7J.title" = "Underline"; +"8xL-1V-VPX.title" = "Kolla efter uppdateringar..."; /* Class = "NSMenuItem"; title = "Strikethrough"; ObjectID = "9CN-Qi-Fln"; */ -"9CN-Qi-Fln.title" = "Strikethrough"; +"9CN-Qi-Fln.title" = "Genomstrykt"; -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "Rätta stavning automatiskt"; -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; +/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ +"98U-cK-P7J.title" = "Understrykt"; /* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; +"AYu-sK-qS6.title" = "Huvudmeny"; /* Class = "NSMenuItem"; title = "Header 4"; ObjectID = "B98-b8-che"; */ -"B98-b8-che.title" = "Header 4"; +"B98-b8-che.title" = "Rubrik 4"; /* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; +"BOF-NM-1cW.title" = "Inställningar..."; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Save As…"; +"Bw7-FT-i3A.title" = "Spara som"; /* Class = "NSMenuItem"; title = "Header 6"; ObjectID = "D4C-PE-qJi"; */ -"D4C-PE-qJi.title" = "Header 6"; +"D4C-PE-qJi.title" = "Rubrik 6"; /* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; +"DVo-aG-piG.title" = "Stäng"; /* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "EQZ-Zp-VNE"; */ -"EQZ-Zp-VNE.title" = "View"; +"Dv1-io-Yv7.title" = "Stavning och grammatik"; /* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; +"F2S-fz-NVQ.title" = "Hjälp"; /* Class = "NSMenuItem"; title = "Link"; ObjectID = "GIg-Wo-P8m"; */ -"GIg-Wo-P8m.title" = "Link"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; +"GIg-Wo-P8m.title" = "Länk"; /* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; +"HFo-cy-zxI.title" = "Visa stavning och grammatik"; /* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ -"I8Y-e8-XDx.title" = "Convert To"; +"I8Y-e8-XDx.title" = "Konvertera till"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Open…"; - -/* Class = "NSMenuItem"; title = "Shift Left"; ObjectID = "Jzs-tR-jkL"; */ -"Jzs-tR-jkL.title" = "Shift Left"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; +"IAo-SY-fd9.title" = "Öppna…"; /* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; +"LE2-aR-0XJ.title" = "Lägg alla överst"; /* Class = "NSMenu"; title = "Format"; ObjectID = "N43-55-MPb"; */ -"N43-55-MPb.title" = "Format"; +"N43-55-MPb.title" = "Formattera"; /* Class = "NSMenuItem"; title = "Header 1"; ObjectID = "NLm-rz-EyT"; */ -"NLm-rz-EyT.title" = "Header 1"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; +"NLm-rz-EyT.title" = "Rubrik 1"; /* Class = "NSMenuItem"; title = "Left 3:1 Right"; ObjectID = "NZX-Ev-sWt"; */ -"NZX-Ev-sWt.title" = "Left 3:1 Right"; +"NZX-Ev-sWt.title" = "Vänster 3:1 höger"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; +"OY7-WF-poV.title" = "Minimera"; /* Class = "NSMenuItem"; title = "Hide MacDown"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide MacDown"; +"Olw-nP-bQN.title" = "Göm MacDown"; /* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ -"Ppl-BS-KtG.title" = "Plug-ins"; +"OwM-mh-QMV.title" = "Sök föregående"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; - -/* Class = "NSMenuItem"; title = "Strong"; ObjectID = "Rb9-MG-IjX"; */ -"Rb9-MG-IjX.title" = "Strong"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; +"R4o-n2-Eq4.title" = "Zooma"; /* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ -"SJM-Pp-ywb.title" = "Export"; - -/* Class = "NSMenuItem"; title = "Hide Preview Pane"; ObjectID = "T74-vt-YUA"; */ -"T74-vt-YUA.title" = "Hide Preview Pane"; +"SJM-Pp-ywb.title" = "Exportera"; /* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; +"Td7-aD-5lo.title" = "Fönster"; /* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; +"UEZ-Bs-lqG.title" = "Börja med stor bokstav"; /* Class = "NSMenuItem"; title = "Left 1:3 Right"; ObjectID = "VW7-VH-9yl"; */ -"VW7-VH-9yl.title" = "Left 1:3 Right"; +"VW7-VH-9yl.title" = "Vänster 1:3 höger"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; +"Vdr-fp-XzO.title" = "Dölj andra"; /* Class = "NSMenuItem"; title = "Render Markdown"; ObjectID = "Vh1-jg-bbV"; */ -"Vh1-jg-bbV.title" = "Render Markdown"; +"Vh1-jg-bbV.title" = "Rendera Markdown"; /* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ -"VkR-aw-5AU.title" = "Image"; +"VkR-aw-5AU.title" = "Bild"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; +"W48-6f-4Dl.title" = "Redigera"; /* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; +"Was-JA-tGl.title" = "Ny"; /* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ -"XFN-MJ-RrW.title" = "PDF…"; +"XFN-MJ-RrW.title" = "PDF..."; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; +"Xz5-n4-O0W.title" = "Sök…"; /* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; +"YEy-JH-Tfz.title" = "Sök och ersätt…"; /* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; +"aTl-1u-JFS.title" = "Skriv ut…"; /* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Window"; +"aUF-d1-5bR.title" = "Fönster"; /* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ -"bMu-UN-Yfx.title" = "Plug-ins"; +"bMu-UN-Yfx.title" = "Plugins"; /* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; +"bib-Uj-vzu.title" = "Arkiv"; /* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; +"buJ-ug-pKt.title" = "Använd markering för sökning"; /* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; +"d9M-CD-aMd.title" = "Små bokstäver"; /* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ "dGm-Yl-i3Z.title" = "HTML…"; /* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; +"dMs-cI-mzQ.title" = "Arkiv"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Undo"; - -/* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ -"e8h-vX-NQb.title" = "Convert To"; - -/* Class = "NSMenuItem"; title = "Shift Right"; ObjectID = "g9Y-GM-gdh"; */ -"g9Y-GM-gdh.title" = "Shift Right"; +"dRJ-4n-Yzg.title" = "Ångra"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Paste"; +"gVA-U4-sdL.title" = "Klistra in"; /* Class = "NSMenuItem"; title = "Left 1:1 Right"; ObjectID = "hOV-YQ-vzy"; */ -"hOV-YQ-vzy.title" = "Left 1:1 Right"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; +"hOV-YQ-vzy.title" = "Vänster 1:1 höger"; /* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; +"hz9-B4-Xy5.title" = "Tjänster"; /* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ -"i8c-gf-w29.title" = "Comment"; - -/* Class = "NSMenuItem"; title = "Inline Code"; ObjectID = "iRQ-Q6-N4K"; */ -"iRQ-Q6-N4K.title" = "Inline Code"; +"i8c-gf-w29.title" = "Kommentar"; /* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ -"jn0-Kb-yH6.title" = "Unordered List"; +"jn0-Kb-yH6.title" = "Onumrerad lista"; /* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ -"jn0-Kb-yH7.title" = "Ordered List"; - -/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; +"jn0-Kb-yH7.title" = "Numrerad lista"; /* Class = "NSMenuItem"; title = "Header 3"; ObjectID = "kSO-QG-dHa"; */ -"kSO-QG-dHa.title" = "Header 3"; +"kSO-QG-dHa.title" = "Rubrik 3"; /* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; +"mK6-2p-4JG.title" = "Kontrollera grammatik tillsammans med stavning"; /* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; +"oas-Oc-fiZ.title" = "Öppna senaste"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Delete"; +"pa3-QI-u2k.title" = "Ta bort"; /* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Save…"; +"pxx-59-PXV.title" = "Spara…"; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; - -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; +"q09-fT-Sye.title" = "Sök nästa"; /* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; +"rbD-Rh-wIN.title" = "Kontrollera stavning medan jag skriver"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; +"tXI-mr-wws.title" = "Öppna senaste"; /* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ -"ts7-v5-Htm.title" = "Copy HTML"; - -/* Class = "NSMenuItem"; title = "Blockquote"; ObjectID = "twd-Mb-qNx"; */ -"twd-Mb-qNx.title" = "Blockquote"; +"ts7-v5-Htm.title" = "Kopiera HTML"; /* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "MacDown"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Cut"; +"uRl-iY-unG.title" = "Klipp ut"; /* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ -"ugx-EN-xKu.title" = "MacDown Help"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; +"ugx-EN-xKu.title" = "MacDown hjälp"; /* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; +"vmV-6d-7jI.title" = "Stora bokstäver"; /* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ -"wHk-AQ-iOQ.title" = "Hide Editor Pane"; +"wHk-AQ-iOQ.title" = "Dölj redigerings-vy"; /* Class = "NSMenuItem"; title = "Header 5"; ObjectID = "wlq-BA-PKH"; */ -"wlq-BA-PKH.title" = "Header 5"; +"wlq-BA-PKH.title" = "Rubrik 5"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Help"; +"wpr-3q-Mcd.title" = "Hjälp"; /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Copy"; +"x3v-GG-iWU.title" = "Kopiera"; /* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "xN5-GU-ASF"; */ -"xN5-GU-ASF.title" = "Paragraph"; +"xN5-GU-ASF.title" = "Paragraf"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ -"xSb-2f-W1r.title" = "View"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; +"xSb-2f-W1r.title" = "Innehåll"; /* Class = "NSMenuItem"; title = "New Paragraph"; ObjectID = "zHE-JL-8eu"; */ -"zHE-JL-8eu.title" = "New Paragraph"; +"zHE-JL-8eu.title" = "Ny paragraf"; + diff --git a/MacDown/Localization/zh-Hans.lproj/InfoPlist.strings b/MacDown/Localization/zh-Hans.lproj/InfoPlist.strings index 477b28ff..2809b900 100644 --- a/MacDown/Localization/zh-Hans.lproj/InfoPlist.strings +++ b/MacDown/Localization/zh-Hans.lproj/InfoPlist.strings @@ -1,2 +1,3 @@ -/* Localized versions of Info.plist keys */ +/* (No Commment) */ +"NSHumanReadableCopyright" = "Copyright © 2014–2016 Tzu-ping Chung."; diff --git a/MacDown/Localization/zh-Hans.lproj/Localizable.strings b/MacDown/Localization/zh-Hans.lproj/Localizable.strings index 89733c24..69314388 100644 --- a/MacDown/Localization/zh-Hans.lproj/Localizable.strings +++ b/MacDown/Localization/zh-Hans.lproj/Localizable.strings @@ -1,15 +1,30 @@ -/* - Localizable.strings - MacDown +/* Toggle editor pane menu item */ +"Hide Editor Pane" = "隐藏编辑窗口"; - Created by Tzu-ping Chung on 14/7. - Copyright (c) 2014 Tzu-ping Chung . All rights reserved. -*/ +/* Toggle preview pane menu item */ +"Hide Preview Pane" = "隐藏预览窗口"; -"JJ_PLURAL_FORM_RULE" = "1"; +/* Install shell utility button */ +"Install" = "安装"; -"WORDS_PLURAL_STRING" = "%@ word;%@ words"; +/* Preference pane title. */ +"Markdown" = "Markdown"; -"CHARACTERS_PLURAL_STRING" = "%@ character;%@ characters"; +/* Preferences window title. */ +"Preferences" = "偏好设置"; + +/* Label stating that shell utility has been installed */ +"Shell utility installed" = "Shell 工具已安装"; + +/* Label stating that shell utility has not been installed */ +"Shell utility not installed" = "Shell 工具未安装"; + +/* Preference pane title. */ +"Terminal" = "终端"; + +/* Uninstall shell utility button */ +"Uninstall" = "卸载"; + +/* default filename if no title can be determined */ +"Untitled" = "未命名"; -"CHARACTERS_NO_SPACES_PLURAL_STRING" = "%@ character (no spaces);%@ characters (no spaces)"; diff --git a/MacDown/Localization/zh-Hans.lproj/MPDocument.strings b/MacDown/Localization/zh-Hans.lproj/MPDocument.strings index 8b137891..dc62739d 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPDocument.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPDocument.strings @@ -1 +1 @@ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hans.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/zh-Hans.lproj/MPEditorPreferencesViewController.strings index 52b99009..b5ceb00f 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPEditorPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPEditorPreferencesViewController.strings @@ -1,72 +1,36 @@ - -/* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ -"0Bc-iD-VCh.title" = "List marker:"; - /* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ -"2Yf-FT-MDH.title" = "⌘← jumps to first non-whitespace character in line"; +"2Yf-FT-MDH.title" = "⌘← 跳至本行的第一个非空白字符"; /* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ -"2yJ-j5-PLm.title" = "- (Minus sign)"; - -/* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ -"6JP-Pc-JFd.title" = "Behavior"; - -/* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ -"8bz-cc-gLF.title" = "Change…"; +"2yJ-j5-PLm.title" = "- (减号)"; /* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ -"9Wp-5V-GeQ.title" = "Ensure newline at end of file on save"; - -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "BmJ-Oh-va6"; */ -"BmJ-Oh-va6.title" = "Item 2"; - -/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ -"Ee6-Cj-SWW.title" = "Text insets:"; +"9Wp-5V-GeQ.title" = "在保存时确保文末有换行符"; /* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[0]" = "Reveal"; +"GHX-3h-1HI.ibShadowedLabels[0]" = "文件夹"; /* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[1]" = "Reload"; - -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "Ia1-VG-EWI"; */ -"Ia1-VG-EWI.title" = "OtherViews"; +"GHX-3h-1HI.ibShadowedLabels[1]" = "重新加载"; /* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ -"InD-Fc-CTS.title" = "Line spacing:"; - -/* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ -"UPm-G1-Bc6.title" = "Auto-increment numbering in ordered lists"; - -/* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ -"XSN-mi-gbk.title" = "Insert spaces instead of tabs"; +"InD-Fc-CTS.title" = "行间距"; /* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ -"bhL-NA-9No.title" = "Limit editor width to"; +"bhL-NA-9No.title" = "限制编辑窗口最大宽度为:"; /* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ -"bnJ-BQ-mHV.title" = "* (Asterisk)"; +"bnJ-BQ-mHV.title" = "* (星号)"; /* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ -"eXF-SL-hBq.title" = "Base font:"; +"eXF-SL-hBq.title" = "默认字体:"; /* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ "g5w-Qw-Khw.title" = "×"; -/* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ -"nBR-LK-G9a.title" = "Scroll past end"; - -/* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ -"o4K-iG-sGA.title" = "Auto-complete matching characters"; - -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "qML-FL-WrV"; */ -"qML-FL-WrV.title" = "Item 3"; - /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ -"vA9-IT-8Z7.title" = "Theme:"; - -/* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ -"zGb-kg-2CJ.title" = "Automatically insert line prefix for the current block"; +"vA9-IT-8Z7.title" = "主题:"; /* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ -"zX4-JY-wTT.title" = "+ (Plus sign)"; +"zX4-JY-wTT.title" = "+ (加号)"; + diff --git a/MacDown/Localization/zh-Hans.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/zh-Hans.lproj/MPExportPanelAccessoryViewController.strings index 6b790377..dc62739d 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPExportPanelAccessoryViewController.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPExportPanelAccessoryViewController.strings @@ -1,6 +1 @@ - -/* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ -"1f7-JB-VR1.title" = "Include syntax highlighting"; - -/* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ -"fod-Ff-UTI.title" = "Include styles"; +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hans.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/zh-Hans.lproj/MPGeneralPreferencesViewController.strings index 46298ad4..c22135f1 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPGeneralPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPGeneralPreferencesViewController.strings @@ -1,27 +1,12 @@ - /* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ -"2Uj-Sx-FjV.title" = "Sync preview scrollbar when editor scrolls"; - -/* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ -"Nma-PL-ZvX.title" = "Behavior"; +"2Uj-Sx-FjV.title" = "预览窗口同步滚动"; /* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ -"bUn-PQ-5Ez.title" = "Put editor on the right"; +"bUn-PQ-5Ez.title" = "编辑窗口置于右侧"; /* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ -"eLn-fW-Agu.title" = "Update"; - -/* Class = "NSButtonCell"; title = "Automatically create files for link targets"; ObjectID = "hpF-zP-3cM"; */ -"hpF-zP-3cM.title" = "Automatically create files for link targets"; - -/* Class = "NSButtonCell"; title = "Ensure open document on launch"; ObjectID = "l9N-wk-WRY"; */ -"l9N-wk-WRY.title" = "Ensure open document on launch"; - -/* Class = "NSButtonCell"; title = "Update preview automatically as you type"; ObjectID = "npz-xj-plX"; */ -"npz-xj-plX.title" = "Update preview automatically as you type"; - -/* Class = "NSButtonCell"; title = "Show word count"; ObjectID = "oeW-bF-ybW"; */ -"oeW-bF-ybW.title" = "Show word count"; +"eLn-fW-Agu.title" = "更新"; /* Class = "NSButtonCell"; title = "Include pre-releases"; ObjectID = "vbz-fv-8BX"; */ -"vbz-fv-8BX.title" = "Include pre-releases"; +"vbz-fv-8BX.title" = "包括预发行版本"; + diff --git a/MacDown/Localization/zh-Hans.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/zh-Hans.lproj/MPHtmlPreferencesViewController.strings index adb2c73b..b3d0822e 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPHtmlPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPHtmlPreferencesViewController.strings @@ -1,57 +1,18 @@ - -/* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[0]" = "Reveal"; - /* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[1]" = "Reload"; - -/* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ -"5Ch-dG-juL.title" = "Math support requires Internet connection."; - -/* Class = "NSButtonCell"; title = "TeX-like math syntax"; ObjectID = "6vg-3f-KWk"; */ -"6vg-3f-KWk.title" = "TeX-like math syntax"; +"0rH-I9-Dxr.ibShadowedLabels[1]" = "重新载入"; /* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ "9I3-I7-HLu.title" = "CSS:"; -/* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ -"BuQ-02-oQB.title" = "Syntax highlighted code block"; - -/* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ -"GF9-Dm-IoB.title" = "Use dollar sign ($) as inline delimiter"; - -/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ -"Jmq-wq-Dux.title" = "Custom"; - -/* Class = "NSButtonCell"; title = "Render newline literally"; ObjectID = "Sty-qG-J6K"; */ -"Sty-qG-J6K.title" = "Render newline literally"; - /* Class = "NSButtonCell"; title = "Show line numbers"; ObjectID = "WZa-V6-vvf"; */ -"WZa-V6-vvf.title" = "Show line numbers"; +"WZa-V6-vvf.title" = "显示行数"; /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ -"a6o-qD-AIp.title" = "Theme:"; - -/* Class = "NSButtonCell"; title = "Scale preview based on editor font size"; ObjectID = "aWw-Wb-pBl"; */ -"aWw-Wb-pBl.title" = "Scale preview based on editor font size"; +"a6o-qD-AIp.title" = "主题:"; /* Class = "NSTextFieldCell"; title = "Default path:"; ObjectID = "e1A-Mm-svq"; */ -"e1A-Mm-svq.title" = "Default path:"; +"e1A-Mm-svq.title" = "默认路径:"; /* Class = "NSButtonCell"; title = "Detect Jekyll front-matter"; ObjectID = "iXi-Pv-mFl"; */ -"iXi-Pv-mFl.title" = "Detect Jekyll front-matter"; - -/* Class = "NSButtonCell"; title = "Task list syntax"; ObjectID = "kBf-iW-HlH"; */ -"kBf-iW-HlH.title" = "Task list syntax"; - -/* Class = "NSButtonCell"; title = "Detect table of contents token"; ObjectID = "nvS-dZ-eHT"; */ -"nvS-dZ-eHT.title" = "Detect table of contents token"; - -/* Class = "NSMenuItem"; title = "None"; ObjectID = "pWW-vM-8JK"; */ -"pWW-vM-8JK.title" = "None"; - -/* Class = "NSMenuItem"; title = "Language name"; ObjectID = "qFd-cs-OtZ"; */ -"qFd-cs-OtZ.title" = "Language name"; +"iXi-Pv-mFl.title" = "检测 Jekyll 头部参数"; -/* Class = "NSTextFieldCell"; title = "Accessory:"; ObjectID = "wNy-ka-IZm"; */ -"wNy-ka-IZm.title" = "Accessory:"; diff --git a/MacDown/Localization/zh-Hans.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/zh-Hans.lproj/MPMarkdownPreferencesViewController.strings index 0236c34b..431fe323 100644 --- a/MacDown/Localization/zh-Hans.lproj/MPMarkdownPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hans.lproj/MPMarkdownPreferencesViewController.strings @@ -1,42 +1,9 @@ - -/* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ -"0yU-vT-72e.title" = "Footnote"; - -/* Class = "NSButtonCell"; title = "Quote"; ObjectID = "2lB-hq-5eX"; */ -"2lB-hq-5eX.title" = "Quote"; - /* Class = "NSButtonCell"; title = "Highlight"; ObjectID = "8kI-gm-5Lo"; */ -"8kI-gm-5Lo.title" = "Highlight"; - -/* Class = "NSButtonCell"; title = "Intra-word emphasis"; ObjectID = "D7l-nP-P0y"; */ -"D7l-nP-P0y.title" = "Intra-word emphasis"; - -/* Class = "NSButtonCell"; title = "Fenced code block"; ObjectID = "ELg-sx-vIf"; */ -"ELg-sx-vIf.title" = "Fenced code block"; +"8kI-gm-5Lo.title" = "高亮"; /* Class = "NSButtonCell"; title = "Underline"; ObjectID = "Gdr-Ro-ZnW"; */ -"Gdr-Ro-ZnW.title" = "Underline"; +"Gdr-Ro-ZnW.title" = "下划线"; /* Class = "NSButtonCell"; title = "Strikethrough"; ObjectID = "RjP-zE-c6b"; */ -"RjP-zE-c6b.title" = "Strikethrough"; - -/* Class = "NSButtonCell"; title = "Autolink"; ObjectID = "Roe-rh-8f9"; */ -"Roe-rh-8f9.title" = "Autolink"; - -/* Class = "NSBox"; title = "Block formatting"; ObjectID = "TXy-fD-S4Y"; */ -"TXy-fD-S4Y.title" = "Block formatting"; - -/* Class = "NSBox"; title = "Inline formatting"; ObjectID = "Ycc-Px-jbu"; */ -"Ycc-Px-jbu.title" = "Inline formatting"; - -/* Class = "NSButtonCell"; title = "Smartypants"; ObjectID = "aSK-nR-xMr"; */ -"aSK-nR-xMr.title" = "Smartypants"; - -/* Class = "NSButtonCell"; title = "Superscript"; ObjectID = "k2n-VN-cKT"; */ -"k2n-VN-cKT.title" = "Superscript"; - -/* Class = "NSBox"; title = "Document formatting"; ObjectID = "x36-52-U0p"; */ -"x36-52-U0p.title" = "Document formatting"; +"RjP-zE-c6b.title" = "删除线"; -/* Class = "NSButtonCell"; title = "Table"; ObjectID = "z8g-3M-hbc"; */ -"z8g-3M-hbc.title" = "Table"; diff --git a/MacDown/Localization/zh-Hans.lproj/MainMenu.strings b/MacDown/Localization/zh-Hans.lproj/MainMenu.strings index 2dcaf262..4451b725 100644 --- a/MacDown/Localization/zh-Hans.lproj/MainMenu.strings +++ b/MacDown/Localization/zh-Hans.lproj/MainMenu.strings @@ -1,348 +1,213 @@ - /* Class = "NSMenuItem"; title = "Header 2"; ObjectID = "0WP-T5-QxP"; */ -"0WP-T5-QxP.title" = "Header 2"; +"0WP-T5-QxP.title" = "二级标题"; /* Class = "NSMenuItem"; title = "MacDown"; ObjectID = "1Xt-HY-uBw"; */ "1Xt-HY-uBw.title" = "MacDown"; /* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "1gz-YB-DZE"; */ -"1gz-YB-DZE.title" = "Enter Full Screen"; +"1b7-l0-nxx.title" = "查找"; /* Class = "NSMenuItem"; title = "Highlight"; ObjectID = "2Os-ij-Aup"; */ -"2Os-ij-Aup.title" = "Highlight"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; - -/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; - -/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; +"2Os-ij-Aup.title" = "高亮"; /* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Emphasize"; ObjectID = "4UH-k2-fgy"; */ -"4UH-k2-fgy.title" = "Emphasize"; +"4EN-yA-p0u.title" = "查找"; /* Class = "NSMenuItem"; title = "Quit MacDown"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit MacDown"; +"4sb-4s-VLi.title" = "退出 MacDown"; /* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Edit"; +"5QF-Oa-p0T.title" = "编辑"; /* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About MacDown"; +"5kV-Vb-QxS.title" = "关于 MacDown"; /* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ -"5mp-ev-1el.title" = "Export"; +"5mp-ev-1el.title" = "导出到"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; +"6dh-zS-Vam.title" = "重做"; /* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "8xL-1V-VPX"; */ -"8xL-1V-VPX.title" = "Check for Updates…"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ -"98U-cK-P7J.title" = "Underline"; +"8xL-1V-VPX.title" = "检查更新…"; /* Class = "NSMenuItem"; title = "Strikethrough"; ObjectID = "9CN-Qi-Fln"; */ -"9CN-Qi-Fln.title" = "Strikethrough"; - -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; +"9CN-Qi-Fln.title" = "删除线"; -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; - -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "自动纠正拼写"; /* Class = "NSMenuItem"; title = "Header 4"; ObjectID = "B98-b8-che"; */ -"B98-b8-che.title" = "Header 4"; +"B98-b8-che.title" = "四级标题"; /* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; - -/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Save As…"; +"BOF-NM-1cW.title" = "偏好设置…"; /* Class = "NSMenuItem"; title = "Header 6"; ObjectID = "D4C-PE-qJi"; */ -"D4C-PE-qJi.title" = "Header 6"; +"D4C-PE-qJi.title" = "六级标题"; /* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; +"DVo-aG-piG.title" = "关闭"; /* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "EQZ-Zp-VNE"; */ -"EQZ-Zp-VNE.title" = "View"; +"Dv1-io-Yv7.title" = "拼写和语法"; /* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Link"; ObjectID = "GIg-Wo-P8m"; */ -"GIg-Wo-P8m.title" = "Link"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; +"F2S-fz-NVQ.title" = "帮助"; /* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ -"I8Y-e8-XDx.title" = "Convert To"; +"I8Y-e8-XDx.title" = "转换为"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Open…"; - -/* Class = "NSMenuItem"; title = "Shift Left"; ObjectID = "Jzs-tR-jkL"; */ -"Jzs-tR-jkL.title" = "Shift Left"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; +"IAo-SY-fd9.title" = "打开..."; /* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; +"LE2-aR-0XJ.title" = "前置全部窗口"; /* Class = "NSMenu"; title = "Format"; ObjectID = "N43-55-MPb"; */ -"N43-55-MPb.title" = "Format"; +"N43-55-MPb.title" = "格式"; /* Class = "NSMenuItem"; title = "Header 1"; ObjectID = "NLm-rz-EyT"; */ -"NLm-rz-EyT.title" = "Header 1"; +"NLm-rz-EyT.title" = "一级标题"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Left 3:1 Right"; ObjectID = "NZX-Ev-sWt"; */ -"NZX-Ev-sWt.title" = "Left 3:1 Right"; +"NMo-om-nkz.title" = "服务"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; +"OY7-WF-poV.title" = "最小化"; /* Class = "NSMenuItem"; title = "Hide MacDown"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide MacDown"; +"Olw-nP-bQN.title" = "隐藏 MacDown"; /* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; +"OwM-mh-QMV.title" = "查找上一个"; /* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; +"Oyz-dy-DGm.title" = "停止朗读"; /* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ -"Ppl-BS-KtG.title" = "Plug-ins"; +"Ppl-BS-KtG.title" = "插件"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; +"R4o-n2-Eq4.title" = "缩放"; /* Class = "NSMenuItem"; title = "Strong"; ObjectID = "Rb9-MG-IjX"; */ -"Rb9-MG-IjX.title" = "Strong"; +"Rb9-MG-IjX.title" = "加粗"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; +"Ruw-6m-B2m.title" = "全选"; /* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ -"SJM-Pp-ywb.title" = "Export"; - -/* Class = "NSMenuItem"; title = "Hide Preview Pane"; ObjectID = "T74-vt-YUA"; */ -"T74-vt-YUA.title" = "Hide Preview Pane"; +"SJM-Pp-ywb.title" = "导出"; /* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenuItem"; title = "Left 1:3 Right"; ObjectID = "VW7-VH-9yl"; */ -"VW7-VH-9yl.title" = "Left 1:3 Right"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Render Markdown"; ObjectID = "Vh1-jg-bbV"; */ -"Vh1-jg-bbV.title" = "Render Markdown"; +"Td7-aD-5lo.title" = "窗口"; /* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ -"VkR-aw-5AU.title" = "Image"; +"VkR-aw-5AU.title" = "图片"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; +"W48-6f-4Dl.title" = "编辑"; /* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; +"Was-JA-tGl.title" = "新建"; /* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ "XFN-MJ-RrW.title" = "PDF…"; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; +"Xz5-n4-O0W.title" = "查找..."; /* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; +"YEy-JH-Tfz.title" = "查找和替换"; /* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; +"Ynk-f8-cLZ.title" = "开始朗读"; /* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; +"aTl-1u-JFS.title" = "打印..."; /* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Window"; +"aUF-d1-5bR.title" = "窗口"; /* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ -"bMu-UN-Yfx.title" = "Plug-ins"; +"bMu-UN-Yfx.title" = "插件"; /* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; - -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; - -/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; +"bib-Uj-vzu.title" = "文件"; /* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ "dGm-Yl-i3Z.title" = "HTML…"; /* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; +"dMs-cI-mzQ.title" = "文件"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Undo"; +"dRJ-4n-Yzg.title" = "撤消"; /* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ -"e8h-vX-NQb.title" = "Convert To"; - -/* Class = "NSMenuItem"; title = "Shift Right"; ObjectID = "g9Y-GM-gdh"; */ -"g9Y-GM-gdh.title" = "Shift Right"; +"e8h-vX-NQb.title" = "转换为"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Paste"; - -/* Class = "NSMenuItem"; title = "Left 1:1 Right"; ObjectID = "hOV-YQ-vzy"; */ -"hOV-YQ-vzy.title" = "Left 1:1 Right"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; +"gVA-U4-sdL.title" = "粘贴"; /* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ -"i8c-gf-w29.title" = "Comment"; - -/* Class = "NSMenuItem"; title = "Inline Code"; ObjectID = "iRQ-Q6-N4K"; */ -"iRQ-Q6-N4K.title" = "Inline Code"; - -/* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ -"jn0-Kb-yH6.title" = "Unordered List"; - -/* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ -"jn0-Kb-yH7.title" = "Ordered List"; +"hz9-B4-Xy5.title" = "服务"; /* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; +"jxT-CU-nIS.title" = "格式"; /* Class = "NSMenuItem"; title = "Header 3"; ObjectID = "kSO-QG-dHa"; */ -"kSO-QG-dHa.title" = "Header 3"; +"kSO-QG-dHa.title" = "三级标题"; /* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; +"mK6-2p-4JG.title" = "检查拼写和语法"; /* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; +"oas-Oc-fiZ.title" = "打开最近使用"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Delete"; +"pa3-QI-u2k.title" = "删除"; /* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Save…"; +"pxx-59-PXV.title" = "保存…"; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; +"q09-fT-Sye.title" = "查找下一个"; /* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; - -/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; +"qIS-W8-SiK.title" = "页面设置…"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; +"tXI-mr-wws.title" = "打开最近使用"; /* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ -"ts7-v5-Htm.title" = "Copy HTML"; - -/* Class = "NSMenuItem"; title = "Blockquote"; ObjectID = "twd-Mb-qNx"; */ -"twd-Mb-qNx.title" = "Blockquote"; +"ts7-v5-Htm.title" = "拷贝 HTML 代码"; /* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "MacDown"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Cut"; +"uRl-iY-unG.title" = "剪切"; /* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ -"ugx-EN-xKu.title" = "MacDown Help"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; - -/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; +"ugx-EN-xKu.title" = "MacDown 帮助"; /* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ -"wHk-AQ-iOQ.title" = "Hide Editor Pane"; +"wHk-AQ-iOQ.title" = "隐藏编辑窗口"; /* Class = "NSMenuItem"; title = "Header 5"; ObjectID = "wlq-BA-PKH"; */ -"wlq-BA-PKH.title" = "Header 5"; +"wlq-BA-PKH.title" = "五级标题"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Help"; +"wpr-3q-Mcd.title" = "帮助"; /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Copy"; +"x3v-GG-iWU.title" = "拷贝"; /* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "xN5-GU-ASF"; */ -"xN5-GU-ASF.title" = "Paragraph"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ -"xSb-2f-W1r.title" = "View"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; +"xN5-GU-ASF.title" = "段落"; /* Class = "NSMenuItem"; title = "New Paragraph"; ObjectID = "zHE-JL-8eu"; */ -"zHE-JL-8eu.title" = "New Paragraph"; +"zHE-JL-8eu.title" = "新段落"; + diff --git a/MacDown/Localization/zh-Hant.lproj/InfoPlist.strings b/MacDown/Localization/zh-Hant.lproj/InfoPlist.strings index 477b28ff..dc62739d 100644 --- a/MacDown/Localization/zh-Hant.lproj/InfoPlist.strings +++ b/MacDown/Localization/zh-Hant.lproj/InfoPlist.strings @@ -1,2 +1 @@ -/* Localized versions of Info.plist keys */ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hant.lproj/Localizable.strings b/MacDown/Localization/zh-Hant.lproj/Localizable.strings index 89733c24..dc62739d 100644 --- a/MacDown/Localization/zh-Hant.lproj/Localizable.strings +++ b/MacDown/Localization/zh-Hant.lproj/Localizable.strings @@ -1,15 +1 @@ -/* - Localizable.strings - MacDown - - Created by Tzu-ping Chung on 14/7. - Copyright (c) 2014 Tzu-ping Chung . All rights reserved. -*/ - -"JJ_PLURAL_FORM_RULE" = "1"; - -"WORDS_PLURAL_STRING" = "%@ word;%@ words"; - -"CHARACTERS_PLURAL_STRING" = "%@ character;%@ characters"; - -"CHARACTERS_NO_SPACES_PLURAL_STRING" = "%@ character (no spaces);%@ characters (no spaces)"; +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hant.lproj/MPDocument.strings b/MacDown/Localization/zh-Hant.lproj/MPDocument.strings index 8b137891..dc62739d 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPDocument.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPDocument.strings @@ -1 +1 @@ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hant.lproj/MPEditorPreferencesViewController.strings b/MacDown/Localization/zh-Hant.lproj/MPEditorPreferencesViewController.strings index 52b99009..d8cd4ab0 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPEditorPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPEditorPreferencesViewController.strings @@ -1,72 +1,57 @@ - /* Class = "NSTextFieldCell"; title = "List marker:"; ObjectID = "0Bc-iD-VCh"; */ -"0Bc-iD-VCh.title" = "List marker:"; +"0Bc-iD-VCh.title" = "列表標記:"; /* Class = "NSButtonCell"; title = "⌘← jumps to first non-whitespace character in line"; ObjectID = "2Yf-FT-MDH"; */ -"2Yf-FT-MDH.title" = "⌘← jumps to first non-whitespace character in line"; +"2Yf-FT-MDH.title" = "⌘← 跳至行內第一個非空白字元"; /* Class = "NSMenuItem"; title = "- (Minus sign)"; ObjectID = "2yJ-j5-PLm"; */ -"2yJ-j5-PLm.title" = "- (Minus sign)"; +"2yJ-j5-PLm.title" = "- (減號)"; /* Class = "NSBox"; title = "Behavior"; ObjectID = "6JP-Pc-JFd"; */ -"6JP-Pc-JFd.title" = "Behavior"; +"6JP-Pc-JFd.title" = "行為"; /* Class = "NSButtonCell"; title = "Change…"; ObjectID = "8bz-cc-gLF"; */ -"8bz-cc-gLF.title" = "Change…"; +"8bz-cc-gLF.title" = "更改⋯"; /* Class = "NSButtonCell"; title = "Ensure newline at end of file on save"; ObjectID = "9Wp-5V-GeQ"; */ -"9Wp-5V-GeQ.title" = "Ensure newline at end of file on save"; - -/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "BmJ-Oh-va6"; */ -"BmJ-Oh-va6.title" = "Item 2"; - -/* Class = "NSTextFieldCell"; title = "Text insets:"; ObjectID = "Ee6-Cj-SWW"; */ -"Ee6-Cj-SWW.title" = "Text insets:"; +"9Wp-5V-GeQ.title" = "儲存時確認檔案末尾包含空行"; /* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[0] = "Reveal"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[0]" = "Reveal"; - -/* Class = "NSSegmentedCell"; GHX-3h-1HI.ibShadowedLabels[1] = "Reload"; ObjectID = "GHX-3h-1HI"; */ -"GHX-3h-1HI.ibShadowedLabels[1]" = "Reload"; - -/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "Ia1-VG-EWI"; */ -"Ia1-VG-EWI.title" = "OtherViews"; +"GHX-3h-1HI.ibShadowedLabels[0]" = "顯示"; /* Class = "NSTextFieldCell"; title = "Line spacing:"; ObjectID = "InD-Fc-CTS"; */ -"InD-Fc-CTS.title" = "Line spacing:"; +"InD-Fc-CTS.title" = "行距:"; /* Class = "NSButtonCell"; title = "Auto-increment numbering in ordered lists"; ObjectID = "UPm-G1-Bc6"; */ -"UPm-G1-Bc6.title" = "Auto-increment numbering in ordered lists"; +"UPm-G1-Bc6.title" = "自動遞增列表數字"; /* Class = "NSButtonCell"; title = "Insert spaces instead of tabs"; ObjectID = "XSN-mi-gbk"; */ -"XSN-mi-gbk.title" = "Insert spaces instead of tabs"; +"XSN-mi-gbk.title" = "Tab 鍵插入空白"; /* Class = "NSButtonCell"; title = "Limit editor width to"; ObjectID = "bhL-NA-9No"; */ -"bhL-NA-9No.title" = "Limit editor width to"; +"bhL-NA-9No.title" = "限制編輯器寬度"; /* Class = "NSMenuItem"; title = "* (Asterisk)"; ObjectID = "bnJ-BQ-mHV"; */ -"bnJ-BQ-mHV.title" = "* (Asterisk)"; +"bnJ-BQ-mHV.title" = "* (星號)"; /* Class = "NSTextFieldCell"; title = "Base font:"; ObjectID = "eXF-SL-hBq"; */ -"eXF-SL-hBq.title" = "Base font:"; +"eXF-SL-hBq.title" = "基礎字型:"; /* Class = "NSTextFieldCell"; title = "×"; ObjectID = "g5w-Qw-Khw"; */ "g5w-Qw-Khw.title" = "×"; /* Class = "NSButtonCell"; title = "Scroll past end"; ObjectID = "nBR-LK-G9a"; */ -"nBR-LK-G9a.title" = "Scroll past end"; +"nBR-LK-G9a.title" = "捲動超過檔案末端"; /* Class = "NSButtonCell"; title = "Auto-complete matching characters"; ObjectID = "o4K-iG-sGA"; */ -"o4K-iG-sGA.title" = "Auto-complete matching characters"; - -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "qML-FL-WrV"; */ -"qML-FL-WrV.title" = "Item 3"; +"o4K-iG-sGA.title" = "自動補完成對字元"; /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "vA9-IT-8Z7"; */ -"vA9-IT-8Z7.title" = "Theme:"; +"vA9-IT-8Z7.title" = "主題:"; /* Class = "NSButtonCell"; title = "Automatically insert line prefix for the current block"; ObjectID = "zGb-kg-2CJ"; */ -"zGb-kg-2CJ.title" = "Automatically insert line prefix for the current block"; +"zGb-kg-2CJ.title" = "根據當下區塊自動插入行前綴"; /* Class = "NSMenuItem"; title = "+ (Plus sign)"; ObjectID = "zX4-JY-wTT"; */ -"zX4-JY-wTT.title" = "+ (Plus sign)"; +"zX4-JY-wTT.title" = "+ (加號)"; + diff --git a/MacDown/Localization/zh-Hant.lproj/MPExportPanelAccessoryViewController.strings b/MacDown/Localization/zh-Hant.lproj/MPExportPanelAccessoryViewController.strings index 6b790377..4da6fb96 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPExportPanelAccessoryViewController.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPExportPanelAccessoryViewController.strings @@ -1,6 +1,6 @@ - /* Class = "NSButtonCell"; title = "Include syntax highlighting"; ObjectID = "1f7-JB-VR1"; */ -"1f7-JB-VR1.title" = "Include syntax highlighting"; +"1f7-JB-VR1.title" = "包含語法高亮"; /* Class = "NSButtonCell"; title = "Include styles"; ObjectID = "fod-Ff-UTI"; */ -"fod-Ff-UTI.title" = "Include styles"; +"fod-Ff-UTI.title" = "包含樣式"; + diff --git a/MacDown/Localization/zh-Hant.lproj/MPGeneralPreferencesViewController.strings b/MacDown/Localization/zh-Hant.lproj/MPGeneralPreferencesViewController.strings index 46298ad4..aa9feb64 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPGeneralPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPGeneralPreferencesViewController.strings @@ -1,27 +1,27 @@ - /* Class = "NSButtonCell"; title = "Sync preview scrollbar when editor scrolls"; ObjectID = "2Uj-Sx-FjV"; */ -"2Uj-Sx-FjV.title" = "Sync preview scrollbar when editor scrolls"; +"2Uj-Sx-FjV.title" = "編輯器捲動時同步預覽捲軸"; /* Class = "NSBox"; title = "Behavior"; ObjectID = "Nma-PL-ZvX"; */ -"Nma-PL-ZvX.title" = "Behavior"; +"Nma-PL-ZvX.title" = "行為"; /* Class = "NSButtonCell"; title = "Put editor on the right"; ObjectID = "bUn-PQ-5Ez"; */ -"bUn-PQ-5Ez.title" = "Put editor on the right"; +"bUn-PQ-5Ez.title" = "將編輯器置於右側"; /* Class = "NSBox"; title = "Update"; ObjectID = "eLn-fW-Agu"; */ -"eLn-fW-Agu.title" = "Update"; +"eLn-fW-Agu.title" = "更新"; /* Class = "NSButtonCell"; title = "Automatically create files for link targets"; ObjectID = "hpF-zP-3cM"; */ -"hpF-zP-3cM.title" = "Automatically create files for link targets"; +"hpF-zP-3cM.title" = "自動新增檔案於連結目標"; /* Class = "NSButtonCell"; title = "Ensure open document on launch"; ObjectID = "l9N-wk-WRY"; */ -"l9N-wk-WRY.title" = "Ensure open document on launch"; +"l9N-wk-WRY.title" = "啟動時永遠開啟文件"; /* Class = "NSButtonCell"; title = "Update preview automatically as you type"; ObjectID = "npz-xj-plX"; */ -"npz-xj-plX.title" = "Update preview automatically as you type"; +"npz-xj-plX.title" = "輸入時自動更新預覽"; /* Class = "NSButtonCell"; title = "Show word count"; ObjectID = "oeW-bF-ybW"; */ -"oeW-bF-ybW.title" = "Show word count"; +"oeW-bF-ybW.title" = "顯示字數統計"; /* Class = "NSButtonCell"; title = "Include pre-releases"; ObjectID = "vbz-fv-8BX"; */ -"vbz-fv-8BX.title" = "Include pre-releases"; +"vbz-fv-8BX.title" = "包含預發行版"; + diff --git a/MacDown/Localization/zh-Hant.lproj/MPHtmlPreferencesViewController.strings b/MacDown/Localization/zh-Hant.lproj/MPHtmlPreferencesViewController.strings index adb2c73b..a0d3c3da 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPHtmlPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPHtmlPreferencesViewController.strings @@ -1,57 +1,30 @@ - /* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[0] = "Reveal"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[0]" = "Reveal"; +"0rH-I9-Dxr.ibShadowedLabels[0]" = "顯示"; /* Class = "NSSegmentedCell"; 0rH-I9-Dxr.ibShadowedLabels[1] = "Reload"; ObjectID = "0rH-I9-Dxr"; */ -"0rH-I9-Dxr.ibShadowedLabels[1]" = "Reload"; +"0rH-I9-Dxr.ibShadowedLabels[1]" = "重讀"; /* Class = "NSTextFieldCell"; title = "Math support requires Internet connection."; ObjectID = "5Ch-dG-juL"; */ -"5Ch-dG-juL.title" = "Math support requires Internet connection."; +"5Ch-dG-juL.title" = "數學式支援需要網路連線。"; /* Class = "NSButtonCell"; title = "TeX-like math syntax"; ObjectID = "6vg-3f-KWk"; */ -"6vg-3f-KWk.title" = "TeX-like math syntax"; +"6vg-3f-KWk.title" = "類 TeX 數學語法"; /* Class = "NSTextFieldCell"; title = "CSS:"; ObjectID = "9I3-I7-HLu"; */ -"9I3-I7-HLu.title" = "CSS:"; +"9I3-I7-HLu.title" = "CSS:"; /* Class = "NSButtonCell"; title = "Syntax highlighted code block"; ObjectID = "BuQ-02-oQB"; */ -"BuQ-02-oQB.title" = "Syntax highlighted code block"; - -/* Class = "NSButtonCell"; title = "Use dollar sign ($) as inline delimiter"; ObjectID = "GF9-Dm-IoB"; */ -"GF9-Dm-IoB.title" = "Use dollar sign ($) as inline delimiter"; +"BuQ-02-oQB.title" = "程式碼區塊語法高亮"; /* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Jmq-wq-Dux"; */ -"Jmq-wq-Dux.title" = "Custom"; - -/* Class = "NSButtonCell"; title = "Render newline literally"; ObjectID = "Sty-qG-J6K"; */ -"Sty-qG-J6K.title" = "Render newline literally"; +"Jmq-wq-Dux.title" = "自訂"; /* Class = "NSButtonCell"; title = "Show line numbers"; ObjectID = "WZa-V6-vvf"; */ -"WZa-V6-vvf.title" = "Show line numbers"; +"WZa-V6-vvf.title" = "顯示行數"; /* Class = "NSTextFieldCell"; title = "Theme:"; ObjectID = "a6o-qD-AIp"; */ -"a6o-qD-AIp.title" = "Theme:"; - -/* Class = "NSButtonCell"; title = "Scale preview based on editor font size"; ObjectID = "aWw-Wb-pBl"; */ -"aWw-Wb-pBl.title" = "Scale preview based on editor font size"; - -/* Class = "NSTextFieldCell"; title = "Default path:"; ObjectID = "e1A-Mm-svq"; */ -"e1A-Mm-svq.title" = "Default path:"; - -/* Class = "NSButtonCell"; title = "Detect Jekyll front-matter"; ObjectID = "iXi-Pv-mFl"; */ -"iXi-Pv-mFl.title" = "Detect Jekyll front-matter"; - -/* Class = "NSButtonCell"; title = "Task list syntax"; ObjectID = "kBf-iW-HlH"; */ -"kBf-iW-HlH.title" = "Task list syntax"; - -/* Class = "NSButtonCell"; title = "Detect table of contents token"; ObjectID = "nvS-dZ-eHT"; */ -"nvS-dZ-eHT.title" = "Detect table of contents token"; +"a6o-qD-AIp.title" = "主題:"; /* Class = "NSMenuItem"; title = "None"; ObjectID = "pWW-vM-8JK"; */ -"pWW-vM-8JK.title" = "None"; - -/* Class = "NSMenuItem"; title = "Language name"; ObjectID = "qFd-cs-OtZ"; */ -"qFd-cs-OtZ.title" = "Language name"; +"pWW-vM-8JK.title" = "無"; -/* Class = "NSTextFieldCell"; title = "Accessory:"; ObjectID = "wNy-ka-IZm"; */ -"wNy-ka-IZm.title" = "Accessory:"; diff --git a/MacDown/Localization/zh-Hant.lproj/MPMarkdownPreferencesViewController.strings b/MacDown/Localization/zh-Hant.lproj/MPMarkdownPreferencesViewController.strings index 0236c34b..dc62739d 100644 --- a/MacDown/Localization/zh-Hant.lproj/MPMarkdownPreferencesViewController.strings +++ b/MacDown/Localization/zh-Hant.lproj/MPMarkdownPreferencesViewController.strings @@ -1,42 +1 @@ - -/* Class = "NSButtonCell"; title = "Footnote"; ObjectID = "0yU-vT-72e"; */ -"0yU-vT-72e.title" = "Footnote"; - -/* Class = "NSButtonCell"; title = "Quote"; ObjectID = "2lB-hq-5eX"; */ -"2lB-hq-5eX.title" = "Quote"; - -/* Class = "NSButtonCell"; title = "Highlight"; ObjectID = "8kI-gm-5Lo"; */ -"8kI-gm-5Lo.title" = "Highlight"; - -/* Class = "NSButtonCell"; title = "Intra-word emphasis"; ObjectID = "D7l-nP-P0y"; */ -"D7l-nP-P0y.title" = "Intra-word emphasis"; - -/* Class = "NSButtonCell"; title = "Fenced code block"; ObjectID = "ELg-sx-vIf"; */ -"ELg-sx-vIf.title" = "Fenced code block"; - -/* Class = "NSButtonCell"; title = "Underline"; ObjectID = "Gdr-Ro-ZnW"; */ -"Gdr-Ro-ZnW.title" = "Underline"; - -/* Class = "NSButtonCell"; title = "Strikethrough"; ObjectID = "RjP-zE-c6b"; */ -"RjP-zE-c6b.title" = "Strikethrough"; - -/* Class = "NSButtonCell"; title = "Autolink"; ObjectID = "Roe-rh-8f9"; */ -"Roe-rh-8f9.title" = "Autolink"; - -/* Class = "NSBox"; title = "Block formatting"; ObjectID = "TXy-fD-S4Y"; */ -"TXy-fD-S4Y.title" = "Block formatting"; - -/* Class = "NSBox"; title = "Inline formatting"; ObjectID = "Ycc-Px-jbu"; */ -"Ycc-Px-jbu.title" = "Inline formatting"; - -/* Class = "NSButtonCell"; title = "Smartypants"; ObjectID = "aSK-nR-xMr"; */ -"aSK-nR-xMr.title" = "Smartypants"; - -/* Class = "NSButtonCell"; title = "Superscript"; ObjectID = "k2n-VN-cKT"; */ -"k2n-VN-cKT.title" = "Superscript"; - -/* Class = "NSBox"; title = "Document formatting"; ObjectID = "x36-52-U0p"; */ -"x36-52-U0p.title" = "Document formatting"; - -/* Class = "NSButtonCell"; title = "Table"; ObjectID = "z8g-3M-hbc"; */ -"z8g-3M-hbc.title" = "Table"; +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDown/Localization/zh-Hant.lproj/MainMenu.strings b/MacDown/Localization/zh-Hant.lproj/MainMenu.strings index 2dcaf262..dc62739d 100644 --- a/MacDown/Localization/zh-Hant.lproj/MainMenu.strings +++ b/MacDown/Localization/zh-Hant.lproj/MainMenu.strings @@ -1,348 +1 @@ - -/* Class = "NSMenuItem"; title = "Header 2"; ObjectID = "0WP-T5-QxP"; */ -"0WP-T5-QxP.title" = "Header 2"; - -/* Class = "NSMenuItem"; title = "MacDown"; ObjectID = "1Xt-HY-uBw"; */ -"1Xt-HY-uBw.title" = "MacDown"; - -/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "1gz-YB-DZE"; */ -"1gz-YB-DZE.title" = "Enter Full Screen"; - -/* Class = "NSMenuItem"; title = "Highlight"; ObjectID = "2Os-ij-Aup"; */ -"2Os-ij-Aup.title" = "Highlight"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; - -/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; - -/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Emphasize"; ObjectID = "4UH-k2-fgy"; */ -"4UH-k2-fgy.title" = "Emphasize"; - -/* Class = "NSMenuItem"; title = "Quit MacDown"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit MacDown"; - -/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "About MacDown"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About MacDown"; - -/* Class = "NSMenuItem"; title = "Export"; ObjectID = "5mp-ev-1el"; */ -"5mp-ev-1el.title" = "Export"; - -/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; - -/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "8xL-1V-VPX"; */ -"8xL-1V-VPX.title" = "Check for Updates…"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "98U-cK-P7J"; */ -"98U-cK-P7J.title" = "Underline"; - -/* Class = "NSMenuItem"; title = "Strikethrough"; ObjectID = "9CN-Qi-Fln"; */ -"9CN-Qi-Fln.title" = "Strikethrough"; - -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; - -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; - -/* Class = "NSMenuItem"; title = "Header 4"; ObjectID = "B98-b8-che"; */ -"B98-b8-che.title" = "Header 4"; - -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; - -/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Save As…"; - -/* Class = "NSMenuItem"; title = "Header 6"; ObjectID = "D4C-PE-qJi"; */ -"D4C-PE-qJi.title" = "Header 6"; - -/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; - -/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "EQZ-Zp-VNE"; */ -"EQZ-Zp-VNE.title" = "View"; - -/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Link"; ObjectID = "GIg-Wo-P8m"; */ -"GIg-Wo-P8m.title" = "Link"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; - -/* Class = "NSMenu"; title = "Convert To"; ObjectID = "I8Y-e8-XDx"; */ -"I8Y-e8-XDx.title" = "Convert To"; - -/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Open…"; - -/* Class = "NSMenuItem"; title = "Shift Left"; ObjectID = "Jzs-tR-jkL"; */ -"Jzs-tR-jkL.title" = "Shift Left"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; - -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; - -/* Class = "NSMenu"; title = "Format"; ObjectID = "N43-55-MPb"; */ -"N43-55-MPb.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Header 1"; ObjectID = "NLm-rz-EyT"; */ -"NLm-rz-EyT.title" = "Header 1"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Left 3:1 Right"; ObjectID = "NZX-Ev-sWt"; */ -"NZX-Ev-sWt.title" = "Left 3:1 Right"; - -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; - -/* Class = "NSMenuItem"; title = "Hide MacDown"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide MacDown"; - -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenu"; title = "Plug-ins"; ObjectID = "Ppl-BS-KtG"; */ -"Ppl-BS-KtG.title" = "Plug-ins"; - -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; - -/* Class = "NSMenuItem"; title = "Strong"; ObjectID = "Rb9-MG-IjX"; */ -"Rb9-MG-IjX.title" = "Strong"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; - -/* Class = "NSMenu"; title = "Export"; ObjectID = "SJM-Pp-ywb"; */ -"SJM-Pp-ywb.title" = "Export"; - -/* Class = "NSMenuItem"; title = "Hide Preview Pane"; ObjectID = "T74-vt-YUA"; */ -"T74-vt-YUA.title" = "Hide Preview Pane"; - -/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenuItem"; title = "Left 1:3 Right"; ObjectID = "VW7-VH-9yl"; */ -"VW7-VH-9yl.title" = "Left 1:3 Right"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Render Markdown"; ObjectID = "Vh1-jg-bbV"; */ -"Vh1-jg-bbV.title" = "Render Markdown"; - -/* Class = "NSMenuItem"; title = "Image"; ObjectID = "VkR-aw-5AU"; */ -"VkR-aw-5AU.title" = "Image"; - -/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; - -/* Class = "NSMenuItem"; title = "PDF…"; ObjectID = "XFN-MJ-RrW"; */ -"XFN-MJ-RrW.title" = "PDF…"; - -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; - -/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; - -/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; - -/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Window"; - -/* Class = "NSMenuItem"; title = "Plug-ins"; ObjectID = "bMu-UN-Yfx"; */ -"bMu-UN-Yfx.title" = "Plug-ins"; - -/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; - -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; - -/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; - -/* Class = "NSMenuItem"; title = "HTML…"; ObjectID = "dGm-Yl-i3Z"; */ -"dGm-Yl-i3Z.title" = "HTML…"; - -/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; - -/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Undo"; - -/* Class = "NSMenuItem"; title = "Convert To"; ObjectID = "e8h-vX-NQb"; */ -"e8h-vX-NQb.title" = "Convert To"; - -/* Class = "NSMenuItem"; title = "Shift Right"; ObjectID = "g9Y-GM-gdh"; */ -"g9Y-GM-gdh.title" = "Shift Right"; - -/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Paste"; - -/* Class = "NSMenuItem"; title = "Left 1:1 Right"; ObjectID = "hOV-YQ-vzy"; */ -"hOV-YQ-vzy.title" = "Left 1:1 Right"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; - -/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Comment"; ObjectID = "i8c-gf-w29"; */ -"i8c-gf-w29.title" = "Comment"; - -/* Class = "NSMenuItem"; title = "Inline Code"; ObjectID = "iRQ-Q6-N4K"; */ -"iRQ-Q6-N4K.title" = "Inline Code"; - -/* Class = "NSMenuItem"; title = "Unordered List"; ObjectID = "jn0-Kb-yH6"; */ -"jn0-Kb-yH6.title" = "Unordered List"; - -/* Class = "NSMenuItem"; title = "Ordered List"; ObjectID = "jn0-Kb-yH7"; */ -"jn0-Kb-yH7.title" = "Ordered List"; - -/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Header 3"; ObjectID = "kSO-QG-dHa"; */ -"kSO-QG-dHa.title" = "Header 3"; - -/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; - -/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Delete"; - -/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Save…"; - -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; - -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; - -/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; - -/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Copy HTML"; ObjectID = "ts7-v5-Htm"; */ -"ts7-v5-Htm.title" = "Copy HTML"; - -/* Class = "NSMenuItem"; title = "Blockquote"; ObjectID = "twd-Mb-qNx"; */ -"twd-Mb-qNx.title" = "Blockquote"; - -/* Class = "NSMenu"; title = "MacDown"; ObjectID = "uQy-DD-JDr"; */ -"uQy-DD-JDr.title" = "MacDown"; - -/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Cut"; - -/* Class = "NSMenuItem"; title = "MacDown Help"; ObjectID = "ugx-EN-xKu"; */ -"ugx-EN-xKu.title" = "MacDown Help"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; - -/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; - -/* Class = "NSMenuItem"; title = "Hide Editor Pane"; ObjectID = "wHk-AQ-iOQ"; */ -"wHk-AQ-iOQ.title" = "Hide Editor Pane"; - -/* Class = "NSMenuItem"; title = "Header 5"; ObjectID = "wlq-BA-PKH"; */ -"wlq-BA-PKH.title" = "Header 5"; - -/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Copy"; - -/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "xN5-GU-ASF"; */ -"xN5-GU-ASF.title" = "Paragraph"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "xSb-2f-W1r"; */ -"xSb-2f-W1r.title" = "View"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; - -/* Class = "NSMenuItem"; title = "New Paragraph"; ObjectID = "zHE-JL-8eu"; */ -"zHE-JL-8eu.title" = "New Paragraph"; +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/ar.lproj/InfoPlist.strings b/MacDownTests/ar.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDownTests/ar.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/de.lproj/InfoPlist.strings b/MacDownTests/de.lproj/InfoPlist.strings new file mode 100644 index 00000000..8331148b --- /dev/null +++ b/MacDownTests/de.lproj/InfoPlist.strings @@ -0,0 +1,3 @@ +/* (No Commment) */ +"CFBundleShortVersionString" = "1.0"; + diff --git a/MacDownTests/es.lproj/InfoPlist.strings b/MacDownTests/es.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDownTests/es.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/it-IT.lproj/InfoPlist.strings b/MacDownTests/it-IT.lproj/InfoPlist.strings new file mode 100644 index 00000000..8331148b --- /dev/null +++ b/MacDownTests/it-IT.lproj/InfoPlist.strings @@ -0,0 +1,3 @@ +/* (No Commment) */ +"CFBundleShortVersionString" = "1.0"; + diff --git a/MacDownTests/ja.lproj/InfoPlist.strings b/MacDownTests/ja.lproj/InfoPlist.strings new file mode 100644 index 00000000..8331148b --- /dev/null +++ b/MacDownTests/ja.lproj/InfoPlist.strings @@ -0,0 +1,3 @@ +/* (No Commment) */ +"CFBundleShortVersionString" = "1.0"; + diff --git a/MacDownTests/sk.lproj/InfoPlist.strings b/MacDownTests/sk.lproj/InfoPlist.strings new file mode 100644 index 00000000..dc62739d --- /dev/null +++ b/MacDownTests/sk.lproj/InfoPlist.strings @@ -0,0 +1 @@ +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/sv.lproj/InfoPlist.strings b/MacDownTests/sv.lproj/InfoPlist.strings index 477b28ff..dc62739d 100644 --- a/MacDownTests/sv.lproj/InfoPlist.strings +++ b/MacDownTests/sv.lproj/InfoPlist.strings @@ -1,2 +1 @@ -/* Localized versions of Info.plist keys */ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/zh-Hans.lproj/InfoPlist.strings b/MacDownTests/zh-Hans.lproj/InfoPlist.strings index 477b28ff..dc62739d 100644 --- a/MacDownTests/zh-Hans.lproj/InfoPlist.strings +++ b/MacDownTests/zh-Hans.lproj/InfoPlist.strings @@ -1,2 +1 @@ -/* Localized versions of Info.plist keys */ - +/* No Localized Strings */ \ No newline at end of file diff --git a/MacDownTests/zh-Hant.lproj/InfoPlist.strings b/MacDownTests/zh-Hant.lproj/InfoPlist.strings index 477b28ff..dc62739d 100644 --- a/MacDownTests/zh-Hant.lproj/InfoPlist.strings +++ b/MacDownTests/zh-Hant.lproj/InfoPlist.strings @@ -1,2 +1 @@ -/* Localized versions of Info.plist keys */ - +/* No Localized Strings */ \ No newline at end of file