├── .clang-format ├── .gitignore ├── BlueLocalization ├── BlueLocalization.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ └── BlueLocalization.xcscheme ├── Documentation │ ├── BLArrayExtensions │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLBundleObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLCreationStep │ │ ├── Classes │ │ │ └── BLCreationStep_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLCreatorStep │ │ ├── Categories │ │ │ └── BLCreatorStep_BLCreatorStepInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLCreatorStep │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDatabaseDocument │ │ ├── Classes │ │ │ └── BLDatabaseDocument_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDatabaseDocumentActions │ │ ├── Categories │ │ │ └── BLDatabaseDocument_BLDatabaseDocumentActions_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDictionaryExtensions │ │ ├── Categories │ │ │ └── NSDictionary_BLDictionaryExtensions_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDictionaryFile │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDocumentProtocol │ │ ├── CompositePage.html │ │ ├── Protocols │ │ │ └── BLDocumentProtocol │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── index.html │ │ └── toc.html │ ├── BLDocumentProtocol_h │ │ ├── Protocols │ │ │ └── BLDocumentProtocol │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── index.html │ │ └── toc.html │ ├── BLFileCreator │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLFileDefinitions │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLFileInterpreter │ │ ├── Categories │ │ │ └── BLFileInterpreter_FileInterpreterInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLFileInterpreter_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLFileManagerAdditions │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLFileObject │ │ ├── Classes │ │ │ └── BLFileObject_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLInterpretationStep │ │ ├── Classes │ │ │ └── BLInterpretationStep_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLInterpreterStep │ │ ├── Categories │ │ │ └── BLInterpreterStep_BLInterpreterStepInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLInterpreterStep │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLKeyObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLLanguageTranslator │ │ ├── Classes │ │ │ ├── BLLanguageTranslator_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ │ └── BLLanguageValueTransformer_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLLocalizerFile │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLLogWindow │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLNibConverterStep │ │ ├── Categories │ │ │ └── BLNibConverterStep_BLNibConverterStepInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLNibConverterStep │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLNibFileConverter │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLNibFileCreator │ │ ├── Classes │ │ │ └── BLNibFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLNibFileInterpreter │ │ ├── Classes │ │ │ └── BLNibFileInterpreter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLNibFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLObjectExtensions │ │ ├── Categories │ │ │ └── BLObject_BLObjectExtensions_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLObjectProxy │ │ ├── Categories │ │ │ └── BLObjectProxy_BLObjectProxyInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLObjectProxy │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLObject_h │ │ ├── Classes │ │ │ └── BLObject │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── index.html │ │ └── toc.html │ ├── BLPathCreator │ │ ├── Classes │ │ │ └── BLPathCreator_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLPlistFileCreator │ │ ├── Classes │ │ │ └── BLPlistFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLPlistFileInterpreter │ │ ├── Classes │ │ │ └── BLPlistFileInterpreter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLPlistFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLProcessLog │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLProcessManager │ │ ├── Categories │ │ │ └── BLProcessManager_BLProcessManagerInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLProcessManager_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLProcessStep │ │ ├── Classes │ │ │ └── BLProcessStep_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLPropertyListSerialization_h │ │ ├── Classes │ │ │ ├── BLPropertyListSerializer │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ │ └── BLWrapperHandle │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Protocols │ │ │ └── BLPropertyListSerialization │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFDFileCreator │ │ ├── Classes │ │ │ └── BLRTFDFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFDFileInterpreter │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFDFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFDKeyObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFFileCreator │ │ ├── Classes │ │ │ └── BLRTFFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFFileInterpreter │ │ ├── Classes │ │ │ └── BLRTFFileInterpreter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLRTFFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLSecurityExtensions │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringKeyObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringReplacement │ │ ├── Categories │ │ │ ├── NSMutableString_BLStringReplacement_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ │ └── NSString_BLStringReplacement_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsDictionary │ │ ├── Categories │ │ │ └── NSDictionary_BLStringsDictionary_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsExporter │ │ ├── Classes │ │ │ └── BLStringsExporter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsFileCreator │ │ ├── Classes │ │ │ └── BLStringsFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsFileInterpreter │ │ ├── Classes │ │ │ └── BLStringsFileInterpreter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsImporter │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLStringsScanner │ │ ├── Categories │ │ │ └── BLStringsScanner_BLStringsScannerInternal_ │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── Classes │ │ │ └── BLStringsScanner │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLTXTFileCreator │ │ ├── Classes │ │ │ └── BLTXTFileCreator │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLTXTFileInterpreter │ │ ├── Classes │ │ │ └── BLTXTFileInterpreter │ │ │ │ ├── CompositePage.html │ │ │ │ ├── index.html │ │ │ │ └── toc.html │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ ├── BLTXTFileObject │ │ ├── CompositePage.html │ │ ├── index.html │ │ └── toc.html │ └── index.html ├── Makefile ├── Resources │ ├── BLDefaultPlaceholders.plist │ ├── Base.lproj │ │ ├── BLDictionaryExporter.xib │ │ ├── BLStringsExporter.xib │ │ ├── BLTMXExporter.xib │ │ ├── BLXLIFFExporter.xib │ │ ├── BLXcodeExporter.xib │ │ └── BLXcodeImporter.xib │ ├── Doc │ │ ├── BlueLocalization.hdoc │ │ ├── Makefile │ │ ├── headerDoc2HTML.config │ │ └── toc.html │ ├── Info.plist │ ├── Test Data │ │ ├── Creator │ │ │ └── nib │ │ │ │ ├── Makefile │ │ │ │ ├── de.lproj │ │ │ │ ├── incremental.strings │ │ │ │ ├── incremental.xib │ │ │ │ └── output.xib │ │ │ │ └── en.lproj │ │ │ │ ├── previous.xib │ │ │ │ └── reference.xib │ │ ├── Documents │ │ │ ├── English.lproj │ │ │ │ ├── MainMenu.strings │ │ │ │ └── MainMenu.xib │ │ │ ├── Legacy.ldb │ │ │ ├── NoUsers.ldb │ │ │ │ └── Contents.plist │ │ │ ├── NoUsers.loc │ │ │ │ └── Contents.plist │ │ │ ├── NoUsers.lod │ │ │ ├── OtherUser.ldb │ │ │ │ ├── Contents.plist │ │ │ │ └── detlef.locuser │ │ │ ├── OtherUser.loc │ │ │ │ ├── Contents.plist │ │ │ │ └── detlef.locuser │ │ │ └── OtherUser.lod │ │ ├── Importer │ │ │ ├── unicode fr.strings │ │ │ ├── unicode_de.strings │ │ │ └── unicode_en.strings │ │ ├── Interpreter │ │ │ ├── nib │ │ │ │ ├── Makefile │ │ │ │ ├── complex-1.strings │ │ │ │ ├── complex-1.xib │ │ │ │ ├── complex-2.strings │ │ │ │ ├── complex-2.xib │ │ │ │ ├── complex-3.strings │ │ │ │ ├── complex-3.xib │ │ │ │ ├── example-ed.strings │ │ │ │ ├── example-ed.xib │ │ │ │ ├── example-mv.strings │ │ │ │ ├── example-mv.xib │ │ │ │ ├── example.strings │ │ │ │ ├── example.xib │ │ │ │ ├── oldformat-v2.nib │ │ │ │ │ ├── designable.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── oldformat-v3.nib │ │ │ │ │ ├── designable.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ └── plist │ │ │ │ ├── test.plist │ │ │ │ └── test.strings │ │ ├── Makefile │ │ ├── Strings │ │ │ ├── arbitrary │ │ │ │ ├── ApplicationBoot.strings │ │ │ │ ├── Buttons.strings │ │ │ │ ├── CompositeView.strings │ │ │ │ ├── Document.strings │ │ │ │ ├── Exporter.strings │ │ │ │ ├── FilterEditor.strings │ │ │ │ ├── FindPanel.strings │ │ │ │ ├── GrowlInstallation.strings │ │ │ │ ├── InfoPlist.strings │ │ │ │ ├── InfoPlist1.strings │ │ │ │ ├── InfoPlist2.strings │ │ │ │ ├── InfoPlist3.strings │ │ │ │ ├── Keychain.strings │ │ │ │ ├── Localizable Kopie.strings │ │ │ │ ├── Localizable.strings │ │ │ │ ├── Localizable1.strings │ │ │ │ ├── Localizable2.strings │ │ │ │ ├── Localizable3.strings │ │ │ │ ├── LocalizableSpecial.strings │ │ │ │ ├── MainMenu.strings │ │ │ │ ├── Messages.strings │ │ │ │ ├── PreferenceData.strings │ │ │ │ ├── Preferences.strings │ │ │ │ ├── Registration.strings │ │ │ │ ├── SearchAndReplace.strings │ │ │ │ ├── StatusLabel.strings │ │ │ │ ├── Toolbar.strings │ │ │ │ ├── TranslationProblems.strings │ │ │ │ ├── Untitled.strings │ │ │ │ ├── Window.strings │ │ │ │ └── problem.strings │ │ │ ├── comment │ │ │ │ ├── mixed.comments │ │ │ │ ├── mixed.strings │ │ │ │ ├── multiple.comments │ │ │ │ ├── multiple.strings │ │ │ │ ├── shadow.comments │ │ │ │ ├── shadow.strings │ │ │ │ ├── shadow2.comments │ │ │ │ ├── simple.comments │ │ │ │ └── simple.strings │ │ │ ├── error │ │ │ │ └── encoding.strings │ │ │ ├── specific │ │ │ │ ├── doubleComments.strings │ │ │ │ ├── empty.strings │ │ │ │ ├── emptyValues.strings │ │ │ │ ├── noQuotation.strings │ │ │ │ ├── placeholders.strings │ │ │ │ ├── simple-de.strings │ │ │ │ ├── simple-de2.strings │ │ │ │ ├── simple.strings │ │ │ │ ├── simple2-de.strings │ │ │ │ ├── simple2.strings │ │ │ │ ├── simple3-de.strings │ │ │ │ ├── simple3.strings │ │ │ │ ├── simpleCommented.strings │ │ │ │ ├── specialCharacters.strings │ │ │ │ ├── specialKeys.strings │ │ │ │ ├── unicode.strings │ │ │ │ ├── utf16.strings │ │ │ │ └── utf8.strings │ │ │ ├── various │ │ │ │ └── xml.strings │ │ │ └── write │ │ │ │ ├── mixed.replace │ │ │ │ ├── mixed.result │ │ │ │ ├── mixed.strings │ │ │ │ ├── multiple.replace │ │ │ │ ├── multiple.result │ │ │ │ ├── multiple.strings │ │ │ │ ├── noQuote.replace │ │ │ │ ├── noQuote.result │ │ │ │ ├── noQuote.strings │ │ │ │ ├── noQuote.write │ │ │ │ ├── shadow.replace │ │ │ │ ├── shadow.result │ │ │ │ ├── shadow.strings │ │ │ │ ├── simple.replace │ │ │ │ ├── simple.result │ │ │ │ ├── simple.strings │ │ │ │ ├── various.replace │ │ │ │ ├── various.result │ │ │ │ ├── various.strings │ │ │ │ └── various.write │ │ ├── TMX │ │ │ ├── ImportTest1A.rtf │ │ │ ├── ImportTest1A.tmx │ │ │ ├── ImportTest1A.txt │ │ │ ├── ImportTest1A_fr-ca.rtf │ │ │ ├── ImportTest1A_fr-ca.txt │ │ │ ├── ImportTest1B.rtf │ │ │ ├── ImportTest1B.tmx │ │ │ ├── ImportTest1B.txt │ │ │ ├── ImportTest1B_fr-ca.rtf │ │ │ ├── ImportTest1B_fr-ca.txt │ │ │ ├── ImportTest1C.rtf │ │ │ ├── ImportTest1C.tmx │ │ │ ├── ImportTest1C.txt │ │ │ ├── ImportTest1C_fr-ca.rtf │ │ │ ├── ImportTest1C_fr-ca.txt │ │ │ ├── ImportTest1D.rtf │ │ │ ├── ImportTest1D.tmx │ │ │ ├── ImportTest1D.txt │ │ │ ├── ImportTest1D_en-gb.rtf │ │ │ ├── ImportTest1D_en-gb.txt │ │ │ ├── ImportTest1E.rtf │ │ │ ├── ImportTest1E.tmx │ │ │ ├── ImportTest1E.txt │ │ │ ├── ImportTest1E_en-gb.rtf │ │ │ ├── ImportTest1E_en-gb.txt │ │ │ ├── ImportTest1F.rtf │ │ │ ├── ImportTest1F.tmx │ │ │ ├── ImportTest1F.txt │ │ │ ├── ImportTest1F_en-gb.rtf │ │ │ ├── ImportTest1F_en-gb.txt │ │ │ ├── ImportTest1G.rtf │ │ │ ├── ImportTest1G.tmx │ │ │ ├── ImportTest1G.txt │ │ │ ├── ImportTest1G_en-gb.rtf │ │ │ ├── ImportTest1G_en-gb.txt │ │ │ ├── ImportTest1H.rtf │ │ │ ├── ImportTest1H.tmx │ │ │ ├── ImportTest1H.txt │ │ │ ├── ImportTest1H_en-gb.rtf │ │ │ ├── ImportTest1H_en-gb.txt │ │ │ ├── ImportTest1I.rtf │ │ │ ├── ImportTest1I.tmx │ │ │ ├── ImportTest1I.txt │ │ │ ├── ImportTest1I_ja-jp.rtf │ │ │ ├── ImportTest1I_ja-jp.txt │ │ │ ├── ImportTest1J.tmx │ │ │ ├── ImportTest1J_many.tmx │ │ │ ├── ImportTest1K.tmx │ │ │ ├── ImportTest1L.tmx │ │ │ ├── ImportTest2B.rtf │ │ │ ├── ImportTest2B.tmx │ │ │ ├── ImportTest2B_fr-ca.rtf │ │ │ ├── ImportTest2C.tmx │ │ │ ├── Legacy.tmx │ │ │ └── tmx14.dtd │ │ ├── Text │ │ │ ├── utf16.txt │ │ │ └── utf8.txt │ │ ├── Utilities │ │ │ ├── appleglot-sample.ad │ │ │ └── ibtool-sample.out │ │ ├── XLIFF │ │ │ ├── example.xlf │ │ │ ├── export.xib │ │ │ ├── export.xlf │ │ │ ├── rtf.xlf │ │ │ ├── rtf2.rtf │ │ │ ├── rtf2.xlf │ │ │ ├── strict.xlf │ │ │ └── transitional.xlf │ │ └── Xcode │ │ │ └── proj1 │ │ │ ├── Folder │ │ │ ├── Localizable.strings │ │ │ ├── Localizable2.strings │ │ │ ├── Localizable3.strings │ │ │ ├── Localizable4.strings │ │ │ └── Localizable5.strings │ │ │ ├── Resources │ │ │ ├── English.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ ├── Localizable.strings │ │ │ │ ├── MainMenu.nib │ │ │ │ │ ├── designable.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── MainMenu.xib │ │ │ └── German.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ ├── Localizable.strings │ │ │ │ └── MainMenu.xib │ │ │ ├── project.xcodeproj │ │ │ └── project.pbxproj │ │ │ └── project2.xcodeproj │ │ │ └── project.pbxproj │ ├── TestHost-Info.plist │ ├── UnitTests-Info.plist │ ├── de.lproj │ │ ├── BLDictionaryExporter.strings │ │ ├── BLStringsExporter.strings │ │ ├── BLTMXExporter.strings │ │ ├── BLXcodeExporter.strings │ │ └── BLXcodeImporter.strings │ ├── en.lproj │ │ ├── BLDictionaryExporter.strings │ │ ├── BLProcessStep.strings │ │ ├── BLStringsExporter.strings │ │ ├── BLTMXExporter.strings │ │ ├── BLXcodeExporter.strings │ │ ├── BLXcodeImporter.strings │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── fr.lproj │ │ ├── BLDictionaryExporter.strings │ │ ├── BLStringsExporter.strings │ │ ├── BLTMXExporter.strings │ │ ├── BLXcodeExporter.strings │ │ └── BLXcodeImporter.strings │ ├── ja.lproj │ │ ├── BLDictionaryExporter.strings │ │ ├── BLStringsExporter.strings │ │ ├── BLTMXExporter.strings │ │ ├── BLXcodeExporter.strings │ │ └── BLXcodeImporter.strings │ ├── ldb.icns │ └── loc.icns └── Source │ ├── Framework │ ├── Documents │ │ ├── Classes │ │ │ ├── BLDatabaseDocument.h │ │ │ ├── BLDatabaseDocument.m │ │ │ ├── BLDatabaseDocumentActions.h │ │ │ ├── BLDatabaseDocumentActions.m │ │ │ ├── BLDatabaseDocumentPreferences.h │ │ │ ├── BLDictionaryDocument.h │ │ │ ├── BLDictionaryDocument.m │ │ │ ├── BLDictionaryDocumentActions.h │ │ │ ├── BLDictionaryDocumentActions.m │ │ │ ├── BLDocument.h │ │ │ ├── BLDocument.m │ │ │ ├── BLDocumentPreferences.h │ │ │ ├── BLDocumentPreferences.m │ │ │ ├── BLDocumentProtocol.h │ │ │ ├── BLLocalizerDocument.h │ │ │ └── BLLocalizerDocument.m │ │ ├── Files │ │ │ ├── BLDatabaseFile.h │ │ │ ├── BLDatabaseFile.m │ │ │ ├── BLDictionaryFile.h │ │ │ ├── BLDictionaryFile.m │ │ │ ├── BLDocumentFileWrapper.h │ │ │ ├── BLDocumentFileWrapper.m │ │ │ ├── BLFile.h │ │ │ ├── BLFile.m │ │ │ ├── BLFileInternal.h │ │ │ ├── BLLocalizerFile.h │ │ │ ├── BLLocalizerFile.m │ │ │ ├── BLPropertyListSerialization.h │ │ │ ├── BLPropertyListSerialization.m │ │ │ ├── CFPropertyListWriter_vintage.h │ │ │ ├── CFPropertyListWriter_vintage.m │ │ │ ├── NSData_Conversion.h │ │ │ ├── NSData_Conversion.m │ │ │ ├── NSStringHelpers.h │ │ │ ├── NSStringHelpers.m │ │ │ ├── utf8.c │ │ │ └── utf8.h │ │ └── Processing │ │ │ ├── BLCreationStep.h │ │ │ ├── BLCreationStep.m │ │ │ ├── BLCreatorStep.h │ │ │ ├── BLCreatorStep.m │ │ │ ├── BLDictionaryFileImportStep.h │ │ │ ├── BLDictionaryFileImportStep.m │ │ │ ├── BLGenericProcessStep.h │ │ │ ├── BLGenericProcessStep.m │ │ │ ├── BLInterpretationStep.h │ │ │ ├── BLInterpretationStep.m │ │ │ ├── BLInterpreterStep.h │ │ │ ├── BLInterpreterStep.m │ │ │ ├── BLLocalizerExportStep.h │ │ │ ├── BLLocalizerExportStep.m │ │ │ ├── BLLocalizerImportStep.h │ │ │ ├── BLLocalizerImportStep.m │ │ │ ├── BLProcessManager.h │ │ │ ├── BLProcessManager.m │ │ │ ├── BLProcessStep.h │ │ │ └── BLProcessStep.m │ ├── Extensions │ │ ├── BLArrayExtensions.h │ │ ├── BLArrayExtensions.m │ │ ├── BLFileManagerAdditions.h │ │ ├── BLFileManagerAdditions.m │ │ ├── BLSecurityExtensions.h │ │ ├── BLSecurityExtensions.m │ │ ├── BLStringComparison.h │ │ └── BLStringComparison.m │ ├── Files │ │ ├── Converter │ │ │ └── Nib │ │ │ │ ├── BLNibConverterStep.h │ │ │ │ ├── BLNibConverterStep.m │ │ │ │ ├── BLNibFileConverter.h │ │ │ │ └── BLNibFileConverter.m │ │ ├── Creator │ │ │ ├── BLFileCreator.h │ │ │ ├── BLFileCreator.m │ │ │ ├── BLNibFileCreator.h │ │ │ ├── BLNibFileCreator.m │ │ │ ├── BLPlistFileCreator.h │ │ │ ├── BLPlistFileCreator.m │ │ │ ├── BLRTFFileCreator.h │ │ │ ├── BLRTFFileCreator.m │ │ │ ├── BLStringsFileCreator.h │ │ │ ├── BLStringsFileCreator.m │ │ │ ├── BLTXTFileCreator.h │ │ │ └── BLTXTFileCreator.m │ │ ├── Integration │ │ │ ├── Other │ │ │ │ ├── BLDictionaryExporter.h │ │ │ │ ├── BLDictionaryExporter.m │ │ │ │ ├── BLTMXExporter.h │ │ │ │ └── BLTMXExporter.m │ │ │ ├── Strings │ │ │ │ ├── BLStringsExporter.h │ │ │ │ ├── BLStringsExporter.m │ │ │ │ ├── BLStringsImporter.h │ │ │ │ └── BLStringsImporter.m │ │ │ ├── XLIFF │ │ │ │ ├── BLXLIFFExporter.h │ │ │ │ ├── BLXLIFFExporter.m │ │ │ │ ├── BLXLIFFImporter.h │ │ │ │ └── BLXLIFFImporter.m │ │ │ └── Xcode │ │ │ │ ├── BLXcodeExportUpdateStep.h │ │ │ │ ├── BLXcodeExportUpdateStep.m │ │ │ │ ├── BLXcodeExporter.h │ │ │ │ ├── BLXcodeExporter.m │ │ │ │ ├── BLXcodeImportAssociationStep.h │ │ │ │ ├── BLXcodeImportAssociationStep.m │ │ │ │ ├── BLXcodeImportUpdateStep.h │ │ │ │ ├── BLXcodeImportUpdateStep.m │ │ │ │ ├── BLXcodeImporter.h │ │ │ │ └── BLXcodeImporter.m │ │ └── Interpreter │ │ │ ├── BLFileInterpreter.h │ │ │ ├── BLFileInterpreter.m │ │ │ ├── BLNibFileInterpreter.h │ │ │ ├── BLNibFileInterpreter.m │ │ │ ├── BLPlistFileInterpreter.h │ │ │ ├── BLPlistFileInterpreter.m │ │ │ ├── BLRTFFileInterpreter.h │ │ │ ├── BLRTFFileInterpreter.m │ │ │ ├── BLStringsFileInterpreter.h │ │ │ ├── BLStringsFileInterpreter.m │ │ │ ├── BLTXTFileInterpreter.h │ │ │ └── BLTXTFileInterpreter.m │ ├── Model │ │ ├── Base │ │ │ ├── BLBundleObject.h │ │ │ ├── BLBundleObject.m │ │ │ ├── BLObject.h │ │ │ ├── BLObject.m │ │ │ ├── BLObjectExtensions.h │ │ │ ├── BLObjectExtensions.m │ │ │ ├── BLObjectProxy.h │ │ │ └── BLObjectProxy.m │ │ ├── Files │ │ │ ├── BLFileObject.h │ │ │ ├── BLFileObject.m │ │ │ ├── BLNibFileObject.h │ │ │ ├── BLNibFileObject.m │ │ │ ├── BLPlistFileObject.h │ │ │ ├── BLPlistFileObject.m │ │ │ ├── BLRTFFileObject.h │ │ │ ├── BLRTFFileObject.m │ │ │ ├── BLStringsFileObject.h │ │ │ ├── BLStringsFileObject.m │ │ │ ├── BLTXTFileObject.h │ │ │ └── BLTXTFileObject.m │ │ └── Keys │ │ │ ├── BLGroupedKeyObject.h │ │ │ ├── BLGroupedKeyObject.m │ │ │ ├── BLKeyObject.h │ │ │ ├── BLKeyObject.m │ │ │ ├── BLRTFDKeyObject.h │ │ │ ├── BLRTFDKeyObject.m │ │ │ ├── BLSegmentedKeyObject.h │ │ │ ├── BLSegmentedKeyObject.m │ │ │ ├── BLStringKeyObject.h │ │ │ └── BLStringKeyObject.m │ ├── Other │ │ ├── BlueLocalization.h │ │ └── BlueLocalization_Prefix.pch │ └── Utilities │ │ ├── General │ │ ├── BLDictionaryController.h │ │ ├── BLDictionaryController.m │ │ ├── BLLanguageTranslator.h │ │ ├── BLLanguageTranslator.m │ │ ├── BLLogWindow.h │ │ ├── BLLogWindow.m │ │ ├── BLPathCreator.h │ │ ├── BLPathCreator.m │ │ ├── BLProcessLog.h │ │ └── BLProcessLog.m │ │ ├── Integration │ │ ├── BLToolPath.h │ │ ├── BLToolPath.m │ │ ├── Files │ │ │ ├── BLAppleGlotDocument.h │ │ │ ├── BLAppleGlotDocument.m │ │ │ ├── BLTMXDocument.h │ │ │ ├── BLTMXDocument.m │ │ │ ├── BLXLIFFDocument.h │ │ │ └── BLXLIFFDocument.m │ │ └── Xcode │ │ │ ├── BLXcodeProjectInternal.h │ │ │ ├── BLXcodeProjectItem.h │ │ │ ├── BLXcodeProjectItem.m │ │ │ ├── BLXcodeProjectLocalization.h │ │ │ ├── BLXcodeProjectLocalization.m │ │ │ ├── BLXcodeProjectParser.h │ │ │ └── BLXcodeProjectParser.m │ │ └── Strings │ │ ├── BLStringReplacement.h │ │ ├── BLStringReplacement.m │ │ ├── BLStringSegmentation.h │ │ ├── BLStringSegmentation.m │ │ ├── BLStringsDictionary.h │ │ ├── BLStringsDictionary.m │ │ ├── BLStringsScanner.h │ │ └── BLStringsScanner.m │ └── Tests │ ├── Documents │ ├── Classes │ │ ├── DocumentCompressionTest.h │ │ ├── DocumentCompressionTest.m │ │ ├── DocumentPreferencesTest.h │ │ └── DocumentPreferencesTest.m │ └── Files │ │ ├── FileTest.h │ │ └── FileTest.m │ ├── Files │ ├── Creator │ │ ├── NibFileCreatorTest.h │ │ ├── NibFileCreatorTest.m │ │ ├── StringsFileCreatorTest.h │ │ ├── StringsFileCreatorTest.m │ │ ├── TXTFileCreatorTest.h │ │ └── TXTFileCreatorTest.m │ ├── Importer │ │ ├── StringsImporterTest.h │ │ └── StringsImporterTest.m │ └── Interpreter │ │ ├── FileInterpreterTest.h │ │ ├── FileInterpreterTest.m │ │ ├── NibFileInterpreterTest.h │ │ ├── NibFileInterpreterTest.m │ │ ├── PlistFileInterpreterTest.h │ │ ├── PlistFileInterpreterTest.m │ │ ├── StringsFileInterpreterTest.h │ │ └── StringsFileInterpreterTest.m │ ├── Model │ ├── Base │ │ ├── ObjectExtensionsTest.h │ │ ├── ObjectExtensionsTest.m │ │ ├── ObjectProxyTest.h │ │ ├── ObjectProxyTest.m │ │ ├── ObjectTest.h │ │ └── ObjectTest.m │ ├── Files │ │ ├── FileObjectTest.h │ │ └── FileObjectTest.m │ └── Keys │ │ ├── KeyObjectTest.h │ │ ├── KeyObjectTest.m │ │ ├── SegmentedKeyObjectTest.h │ │ └── SegmentedKeyObjectTest.m │ ├── Other │ ├── UnitTests_Prefix.pch │ └── main.m │ └── Utilities │ ├── General │ ├── LanguageTranslatorTest.h │ ├── LanguageTranslatorTest.m │ ├── ProcessLogTest.h │ └── ProcessLogTest.m │ ├── Integration │ ├── AppleGlotIntegrationTest.h │ ├── AppleGlotIntegrationTest.m │ ├── TMXIntegrationTest.h │ ├── TMXIntegrationTest.m │ ├── XLIFFIntegrationTest.h │ ├── XLIFFIntegrationTest.m │ ├── XcodeProjectLocalizationTest.h │ ├── XcodeProjectLocalizationTest.m │ ├── XcodeProjectModificationTest.h │ ├── XcodeProjectModificationTest.m │ ├── XcodeProjectParserTest.h │ └── XcodeProjectParserTest.m │ └── Strings │ ├── StringSegmentationTest.h │ ├── StringSegmentationTest.m │ ├── StringsDictionaryTest.h │ └── StringsDictionaryTest.m ├── Dictionary ├── Icons │ └── Localization Dictionary.icns ├── Interface │ ├── Base.lproj │ │ ├── Document.xib │ │ └── MainMenu.xib │ └── en.lproj │ │ ├── AboutBox.rtf │ │ ├── InfoPlist.strings │ │ └── Localizable.strings ├── Localization Dictionary.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ └── Dictionary.xcscheme ├── Resources │ ├── Dictionary.help │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ ├── en.lproj │ │ │ ├── Dictionary.helpindex │ │ │ ├── InfoPlist.strings │ │ │ ├── gfx │ │ │ │ ├── 1.png │ │ │ │ ├── 2.png │ │ │ │ ├── 3.png │ │ │ │ ├── 4.png │ │ │ │ ├── 5.png │ │ │ │ ├── Localization Manager.tiff │ │ │ │ ├── Screen shot 2010-04-08 at 16.28.08.png │ │ │ │ ├── Screen shot 2010-04-08 at 16.28.17.png │ │ │ │ ├── Screen shot 2010-04-08 at 16.28.26.png │ │ │ │ ├── content_button.png │ │ │ │ ├── contents.png │ │ │ │ ├── create_empty.png │ │ │ │ ├── create_xcode.png │ │ │ │ ├── dict_settings.png │ │ │ │ ├── edit.png │ │ │ │ ├── header.png │ │ │ │ ├── i.png │ │ │ │ ├── language_list.png │ │ │ │ ├── lc_logo.png │ │ │ │ ├── ld_filter_settings.png │ │ │ │ ├── ld_logo.png │ │ │ │ ├── ld_window.png │ │ │ │ ├── lm_logo.png │ │ │ │ ├── lm_window.png │ │ │ │ ├── localizer.png │ │ │ │ ├── options.png │ │ │ │ ├── preview.png │ │ │ │ ├── readin.png │ │ │ │ ├── readin_options.png │ │ │ │ ├── reinject.png │ │ │ │ ├── reinject_small.png │ │ │ │ ├── rescan.png │ │ │ │ ├── rescan_all.png │ │ │ │ ├── rescan_button.png │ │ │ │ ├── screenshot.png │ │ │ │ ├── setlocation.png │ │ │ │ ├── statistics.png │ │ │ │ ├── status.png │ │ │ │ ├── step_1.gif │ │ │ │ ├── step_10.gif │ │ │ │ ├── step_11.gif │ │ │ │ ├── step_2.gif │ │ │ │ ├── step_3.gif │ │ │ │ ├── step_4.gif │ │ │ │ ├── step_5.gif │ │ │ │ ├── step_6.gif │ │ │ │ ├── step_7.gif │ │ │ │ ├── step_8.gif │ │ │ │ ├── step_9.gif │ │ │ │ ├── synchronize.png │ │ │ │ ├── synchronize_all.png │ │ │ │ ├── table_mid_3.gif │ │ │ │ ├── table_mid_5.gif │ │ │ │ ├── tableend_left_3px.gif │ │ │ │ ├── tableend_left_5px.gif │ │ │ │ ├── tableend_right_3px.gif │ │ │ │ ├── tableend_right_5px.gif │ │ │ │ ├── u.png │ │ │ │ └── writeout.png │ │ │ ├── index.html │ │ │ ├── pgs │ │ │ │ ├── ld_filter_settings.html │ │ │ │ ├── ld_intro.html │ │ │ │ ├── ld_manage.html │ │ │ │ ├── ld_terms.html │ │ │ │ ├── ld_topics.html │ │ │ │ └── ld_window.html │ │ │ └── sty │ │ │ │ ├── genlist.html │ │ │ │ ├── genlist_kommentiert.html │ │ │ │ └── style.css │ │ │ └── shrd │ │ │ └── dictionary.png │ └── Info.plist └── Source │ ├── Interface │ ├── GradientView.h │ └── GradientView.m │ ├── Localization Dictionary_Prefix.pch │ ├── Main Classes │ ├── Controller.h │ ├── Controller.m │ ├── Document.h │ └── Document.m │ └── main.m ├── Loc-Suite.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ ├── Loc-Suite.xccheckout │ ├── WorkspaceSettings.xcsettings │ └── xcschemes │ └── All Tests.xcscheme ├── LocInterface ├── Data │ ├── Multiple.xib │ ├── Preview.xib │ └── Window.strings ├── LocInterface.xcodeproj │ └── project.pbxproj ├── Makefile ├── Resources │ ├── Base.lproj │ │ ├── LIContent.xib │ │ ├── LICustomLanguageSelection.xib │ │ ├── LIDictionarySettings.xib │ │ ├── LILanguageSelection.xib │ │ ├── LILogWindow.xib │ │ ├── LIPreviewWindow.xib │ │ ├── LIProcessDisplay.xib │ │ ├── LIStatusDisplay.xib │ │ ├── MainMenu.xib │ │ └── StringsDocument.xib │ ├── Doc │ │ ├── LocInterface.hdoc │ │ ├── Makefile │ │ ├── headerDoc2HTML.config │ │ └── toc.html │ ├── Info.plist │ ├── InterfaceTester-Info.plist │ ├── TestLauncher-Info.plist │ ├── Unit Tests-Info.plist │ ├── de.lproj │ │ ├── LIContent.strings │ │ ├── LICustomLanguageSelection.strings │ │ ├── LIDictionarySettings.strings │ │ ├── LIPreviewWindow.strings │ │ ├── LIProcessDisplay.strings │ │ └── LIStatusDisplay.strings │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ ├── LIContent.strings │ │ ├── LICustomLanguageSelection.strings │ │ ├── LIDictionarySettings.strings │ │ ├── LIPreviewWindow.strings │ │ ├── LIProcessDisplay.strings │ │ └── LIStatusDisplay.strings │ ├── fr.lproj │ │ ├── LIContent.strings │ │ ├── LICustomLanguageSelection.strings │ │ ├── LIProcessDisplay.strings │ │ └── LIStatusDisplay.strings │ ├── image.png │ └── ja.lproj │ │ ├── LIContent.strings │ │ ├── LICustomLanguageSelection.strings │ │ ├── LIProcessDisplay.strings │ │ └── LIStatusDisplay.strings └── Source │ ├── Framework │ ├── Autotranslation │ │ ├── LIDictionarySettings.h │ │ ├── LIDictionarySettings.m │ │ ├── LIDictionaryStatusCell.h │ │ └── LIDictionaryStatusCell.m │ ├── Content │ │ ├── LIContentArrayController.h │ │ ├── LIContentArrayController.m │ │ ├── LIContentController.h │ │ ├── LIContentController.m │ │ ├── Utilities │ │ │ ├── LIAttachmentCell.h │ │ │ ├── LIAttachmentCell.m │ │ │ ├── LIHighlightTextFieldCell.h │ │ │ ├── LIHighlightTextFieldCell.m │ │ │ ├── LIObjectColorValueTransformer.h │ │ │ ├── LIObjectColorValueTransformer.m │ │ │ ├── LIObjectStatusCell.h │ │ │ ├── LIObjectStatusCell.m │ │ │ ├── LIProblemIconValueTransformer.h │ │ │ └── LIProblemIconValueTransformer.m │ │ └── Views │ │ │ ├── LIContentTableView.h │ │ │ ├── LIContentTableView.m │ │ │ ├── LICustomColumnTableView.h │ │ │ ├── LICustomColumnTableView.m │ │ │ ├── LICustomColumnTableViewHeaderView.h │ │ │ └── LICustomColumnTableViewHeaderView.m │ ├── Log │ │ ├── LICopyingOutlineView.h │ │ ├── LICopyingOutlineView.m │ │ ├── LILogLevelValueTransformer.h │ │ ├── LILogLevelValueTransformer.m │ │ ├── LILogWindow.h │ │ └── LILogWindow.m │ ├── Other │ │ ├── LocInterface.h │ │ └── LocInterface_Prefix.pch │ ├── Panels │ │ ├── LICustomLanguageSelection.h │ │ ├── LICustomLanguageSelection.m │ │ ├── LILanguageSelection.h │ │ ├── LILanguageSelection.m │ │ ├── LIPreferences.h │ │ └── LIPreferences.m │ ├── Preview │ │ ├── LIHighlightWindow.h │ │ ├── LIHighlightWindow.m │ │ ├── LIHighlightWindowView.h │ │ ├── LIHighlightWindowView.m │ │ ├── LINibPreviewContent.h │ │ ├── LINibPreviewContent.m │ │ ├── LIPreviewContent.h │ │ ├── LIPreviewContent.m │ │ ├── LIPreviewContentView.h │ │ ├── LIPreviewContentView.m │ │ ├── LIPreviewController.h │ │ ├── LIPreviewController.m │ │ └── LIPreviewRootItem.h │ ├── Status │ │ ├── LIProcessDisplay.h │ │ ├── LIProcessDisplay.m │ │ ├── LIStatusDisplay.h │ │ └── LIStatusDisplay.m │ └── Utilities │ │ ├── LIImageLoader.h │ │ └── LIImageLoader.m │ └── Tester │ ├── Controller.h │ ├── Controller.m │ ├── CustomPathCreator.h │ ├── CustomPathCreator.m │ ├── InterfaceTester_Prefix.pch │ ├── NibDocument.h │ ├── NibDocument.m │ ├── StringsDocument.h │ ├── StringsDocument.m │ └── main.m ├── LocTools ├── LocTools.xcodeproj │ └── project.pbxproj ├── Makefile ├── Resources │ ├── Doc │ │ ├── LocTools.hdoc │ │ ├── Makefile │ │ ├── headerDoc2HTML.config │ │ └── toc.html │ ├── Info.plist │ ├── LTTranslationCheckerQuotes.plist │ ├── Test Data │ │ └── Autotranslation │ │ │ └── AppKit-de.lod │ ├── UnitTests-Info.plist │ ├── de.lproj │ │ ├── LTAutotranslationStep.strings │ │ ├── LTTranslationChecker.strings │ │ └── Localizable.strings │ └── en.lproj │ │ ├── LTAutotranslationStep.strings │ │ ├── LTTranslationChecker.strings │ │ └── Localizable.strings └── Source │ ├── Framework │ ├── Autotranslation │ │ ├── LTAutotranslationStep.h │ │ └── LTAutotranslationStep.m │ ├── Difference Engine │ │ ├── LTDifference.h │ │ ├── LTDifference.mm │ │ ├── LTDifferenceEngine.h │ │ ├── LTDifferenceEngine.mm │ │ ├── Samples-de.loc │ │ │ ├── Contents.plist │ │ │ └── Dictionary.lod │ │ ├── Samples.lod │ │ ├── WikiDiff.php │ │ ├── diffEngine.cpp │ │ └── diffEngine.h │ ├── Matching │ │ ├── BLLocalizerExportStepExtensions.h │ │ ├── BLLocalizerExportStepExtensions.m │ │ ├── LTKeyMatch.h │ │ ├── LTKeyMatch.m │ │ ├── LTKeyMatchCollector.h │ │ ├── LTKeyMatchCollector.m │ │ ├── LTKeyMatchInternal.h │ │ ├── LTKeyMatcher.h │ │ ├── LTKeyMatcher.m │ │ ├── LTMultipleKeyMatcher.h │ │ ├── LTMultipleKeyMatcher.m │ │ ├── LTSingleKeyMatcher.h │ │ └── LTSingleKeyMatcher.m │ ├── Other │ │ ├── LocTools.h │ │ └── LocTools_Prefix.pch │ └── Translation Checker │ │ ├── LTTranslationChecker.h │ │ ├── LTTranslationChecker.m │ │ ├── LTTranslationProblem.h │ │ └── LTTranslationProblem.m │ └── Tests │ ├── Autotranslation │ ├── MultipleKeyMatcherTest.h │ ├── MultipleKeyMatcherTest.m │ ├── SingleKeyMatcherTest.h │ └── SingleKeyMatcherTest.m │ ├── Difference Engine │ ├── DifferenceEngineTest.h │ └── DifferenceEngineTest.m │ ├── UnitTests_Prefix.pch │ └── Utilities │ ├── KeyValueMatcher.h │ ├── KeyValueMatcher.m │ ├── TranslationCheckerTest.h │ └── TranslationCheckerTest.m ├── Localizer ├── Icons │ ├── Localizer.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── icon_16x16.png │ │ │ ├── icon_16x16@2x.png │ │ │ ├── icon_256x256.png │ │ │ └── icon_256x256@2x.png │ │ └── Contents.json │ ├── Localizer_old.icns │ ├── icon_16x16.psd │ ├── icon_256x256.tif │ ├── icon_256x256@2x.tif │ ├── icon_32x32.tif │ └── manager_256x256@2x.tif ├── Interface │ ├── Base.lproj │ │ ├── Document.xib │ │ └── MainMenu.xib │ ├── English.lproj │ │ └── AboutBox.rtf │ └── en.lproj │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ ├── Preferences.xib │ │ └── Window.strings ├── Localizer.entitlements ├── Localizer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── Localizer.xcscheme ├── Resources │ ├── Info.plist │ └── Localizer.help │ │ └── Contents │ │ ├── Info.plist │ │ └── Resources │ │ └── en.lproj │ │ ├── InfoPlist.strings │ │ ├── Localizer.helpindex │ │ └── index.html └── Source │ ├── Interface │ ├── GSGroupView.h │ ├── GSGroupView.m │ ├── GSMenuButton.h │ ├── GSMenuButton.m │ ├── GSStringToAttributedValueTransformer.h │ ├── GSStringToAttributedValueTransformer.m │ ├── StatisticsTextView.h │ └── StatisticsTextView.m │ ├── Localizer_Prefix.pch │ ├── Main Classes │ ├── Controller.h │ ├── Controller.m │ ├── Document.h │ ├── Document.m │ ├── Editor.h │ ├── Editor.m │ ├── GSSplitViewWindowController.h │ ├── GSSplitViewWindowController.m │ ├── Preferences.h │ └── Preferences.m │ └── main.m ├── Manager ├── Icons │ ├── DetailButton.png │ ├── InfoButton.png │ ├── Localization Manager.icns │ ├── Manager.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ └── icon_256x256@2x.png │ │ └── Contents.json │ └── XcodeProject.png ├── Interface │ ├── Base.lproj │ │ ├── BundleDetail.xib │ │ ├── Document.xib │ │ ├── FileContent.xib │ │ ├── FileDetail.xib │ │ ├── MainMenu.xib │ │ └── Preferences.xib │ ├── de.lproj │ │ ├── AboutBox.rtf │ │ ├── BundleDetail.strings │ │ ├── Document.strings │ │ ├── FileContent.strings │ │ ├── FileDetail.strings │ │ ├── MainMenu.strings │ │ └── Preferences.strings │ ├── en.lproj │ │ ├── AboutBox.rtf │ │ ├── BundleDetail.strings │ │ ├── Comment.xib │ │ ├── Document.strings │ │ ├── FileContent.strings │ │ ├── FileDetail.strings │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ ├── MainMenu.strings │ │ ├── Preferences.strings │ │ ├── TableHeaders.strings │ │ └── manual.html │ ├── fr.lproj │ │ ├── BundleDetail.strings │ │ ├── Document.strings │ │ ├── FileContent.strings │ │ ├── FileDetail.strings │ │ ├── MainMenu.strings │ │ └── Preferences.strings │ └── ja.lproj │ │ ├── BundleDetail.strings │ │ ├── Document.strings │ │ ├── FileContent.strings │ │ ├── FileDetail.strings │ │ ├── MainMenu.strings │ │ └── Preferences.strings ├── Localization Manager.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── contents.xcworkspacedata │ └── xcshareddata │ │ └── xcschemes │ │ └── Manager.xcscheme ├── Resources │ ├── Info.plist │ └── Manager.help │ │ └── Contents │ │ ├── Info.plist │ │ └── Resources │ │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ ├── Manager.helpindex │ │ ├── gfx │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── Localization Manager.tiff │ │ │ ├── Screen shot 2010-04-08 at 16.28.08.png │ │ │ ├── Screen shot 2010-04-08 at 16.28.17.png │ │ │ ├── Screen shot 2010-04-08 at 16.28.26.png │ │ │ ├── content_button.png │ │ │ ├── contents.png │ │ │ ├── create_empty.png │ │ │ ├── create_xcode.png │ │ │ ├── dict_settings.png │ │ │ ├── edit.png │ │ │ ├── header.png │ │ │ ├── i.png │ │ │ ├── language_list.png │ │ │ ├── lc_logo.png │ │ │ ├── ld_logo.png │ │ │ ├── lm_logo.png │ │ │ ├── lm_window.png │ │ │ ├── localizer.png │ │ │ ├── options.png │ │ │ ├── preview.png │ │ │ ├── readin.png │ │ │ ├── readin_options.png │ │ │ ├── reinject.png │ │ │ ├── reinject_small.png │ │ │ ├── rescan.png │ │ │ ├── rescan_all.png │ │ │ ├── rescan_button.png │ │ │ ├── screenshot.png │ │ │ ├── setlocation.png │ │ │ ├── statistics.png │ │ │ ├── status.png │ │ │ ├── step_1.gif │ │ │ ├── step_10.gif │ │ │ ├── step_11.gif │ │ │ ├── step_2.gif │ │ │ ├── step_3.gif │ │ │ ├── step_4.gif │ │ │ ├── step_5.gif │ │ │ ├── step_6.gif │ │ │ ├── step_7.gif │ │ │ ├── step_8.gif │ │ │ ├── step_9.gif │ │ │ ├── synchronize.png │ │ │ ├── synchronize_all.png │ │ │ ├── u.png │ │ │ └── writeout.png │ │ ├── index.html │ │ ├── pgs │ │ │ ├── lm_add_language.html │ │ │ ├── lm_analyze.html │ │ │ ├── lm_create_empty.html │ │ │ ├── lm_create_locfiles.html │ │ │ ├── lm_create_xcode.html │ │ │ ├── lm_finish_project.html │ │ │ ├── lm_intro.html │ │ │ ├── lm_localizing.html │ │ │ ├── lm_screenshots.html │ │ │ ├── lm_terms.html │ │ │ ├── lm_topics.html │ │ │ ├── lm_tourstart.html │ │ │ ├── lm_update_project.html │ │ │ └── lm_window.html │ │ └── sty │ │ │ ├── genlist.html │ │ │ ├── genlist_kommentiert.html │ │ │ └── style.css │ │ └── shrd │ │ └── manager.png └── Source │ ├── Controllers │ ├── Controller.h │ ├── Controller.m │ ├── LanguageCoordinator.h │ ├── LanguageCoordinator.m │ ├── Preferences.h │ └── Preferences.m │ ├── Document │ ├── Document.h │ ├── Document.m │ ├── DocumentFiles.m │ ├── DocumentInternal.h │ ├── DocumentLanguages.m │ └── DocumentUtilities.m │ ├── Interface │ ├── LanguageNameButtonCell.h │ ├── LanguageNameButtonCell.m │ ├── LanguageNameMatrix.h │ ├── LanguageNameMatrix.m │ ├── MultiActionButton.h │ ├── MultiActionButton.m │ ├── MultiActionWindow.h │ ├── MultiActionWindow.m │ ├── TableViewAdditions.h │ └── TableViewAdditions.m │ ├── Other │ ├── Localization Manager_Prefix.pch │ └── main.m │ ├── Utilities │ ├── FilteredBundleProxy.h │ ├── FilteredBundleProxy.m │ ├── LanguageObject.h │ └── LanguageObject.m │ └── Windows │ ├── BundleDetail.h │ ├── BundleDetail.m │ ├── CommentObject.h │ ├── CommentObject.m │ ├── FileContent.h │ ├── FileContent.m │ ├── FileDetail.h │ ├── FileDetail.m │ ├── FilePreview.h │ └── FilePreview.m ├── NibPreview ├── Data │ ├── Preview.xib │ ├── Preview2.xib │ ├── Preview3.xib │ └── Text.rtf ├── Documents │ └── Examples │ │ ├── example.plist │ │ ├── example2.plist │ │ ├── example3.plist │ │ └── example4.plist ├── Makefile ├── NibPreview.xcodeproj │ └── project.pbxproj ├── Resources │ ├── Doc │ │ ├── Makefile │ │ ├── NibPreview.hdoc │ │ ├── headerDoc2HTML.config │ │ └── toc.html │ ├── NibPreview-Info.plist │ ├── Test Data │ │ ├── Builder │ │ │ ├── Makefile │ │ │ ├── buttons │ │ │ │ ├── button-1.nib │ │ │ │ ├── button-1.out │ │ │ │ ├── button-1.xib │ │ │ │ ├── button-10.nib │ │ │ │ ├── button-10.out │ │ │ │ ├── button-10.xib │ │ │ │ ├── button-11.nib │ │ │ │ ├── button-11.out │ │ │ │ ├── button-11.xib │ │ │ │ ├── button-12.nib │ │ │ │ ├── button-12.out │ │ │ │ ├── button-12.xib │ │ │ │ ├── button-2.nib │ │ │ │ ├── button-2.out │ │ │ │ ├── button-2.xib │ │ │ │ ├── button-3.nib │ │ │ │ ├── button-3.out │ │ │ │ ├── button-3.xib │ │ │ │ ├── button-4.nib │ │ │ │ ├── button-4.out │ │ │ │ ├── button-4.xib │ │ │ │ ├── button-5.nib │ │ │ │ ├── button-5.out │ │ │ │ ├── button-5.xib │ │ │ │ ├── button-6.nib │ │ │ │ ├── button-6.out │ │ │ │ ├── button-6.xib │ │ │ │ ├── button-7.nib │ │ │ │ ├── button-7.out │ │ │ │ ├── button-7.xib │ │ │ │ ├── button-8.nib │ │ │ │ ├── button-8.out │ │ │ │ ├── button-8.xib │ │ │ │ ├── button-9.nib │ │ │ │ ├── button-9.out │ │ │ │ └── button-9.xib │ │ │ ├── complex │ │ │ │ ├── complex-1.nib │ │ │ │ ├── complex-1.out │ │ │ │ ├── complex-1.xib │ │ │ │ ├── complex-2.nib │ │ │ │ ├── complex-2.out │ │ │ │ ├── complex-2.xib │ │ │ │ ├── complex-3.nib │ │ │ │ ├── complex-3.out │ │ │ │ └── complex-3.xib │ │ │ ├── data_views │ │ │ │ ├── browser-1.nib │ │ │ │ ├── browser-1.out │ │ │ │ ├── browser-1.xib │ │ │ │ ├── table-1.nib │ │ │ │ ├── table-1.out │ │ │ │ ├── table-1.xib │ │ │ │ ├── table-2.nib │ │ │ │ ├── table-2.out │ │ │ │ ├── table-2.xib │ │ │ │ ├── table-3.nib │ │ │ │ ├── table-3.out │ │ │ │ └── table-3.xib │ │ │ ├── inputs │ │ │ │ ├── combo-1.nib │ │ │ │ ├── combo-1.out │ │ │ │ ├── combo-1.xib │ │ │ │ ├── matrix-1.nib │ │ │ │ ├── matrix-1.out │ │ │ │ ├── matrix-1.xib │ │ │ │ ├── progress-1.nib │ │ │ │ ├── progress-1.out │ │ │ │ ├── progress-1.xib │ │ │ │ ├── simple-1.nib │ │ │ │ ├── simple-1.out │ │ │ │ ├── simple-1.xib │ │ │ │ ├── slider-1.nib │ │ │ │ ├── slider-1.out │ │ │ │ ├── slider-1.xib │ │ │ │ ├── text-1.nib │ │ │ │ ├── text-1.out │ │ │ │ ├── text-1.xib │ │ │ │ ├── text-2.nib │ │ │ │ ├── text-2.out │ │ │ │ └── text-2.xib │ │ │ ├── layout │ │ │ │ ├── layout-1.nib │ │ │ │ ├── layout-1.out │ │ │ │ ├── layout-1.xib │ │ │ │ ├── scrollview-1.nib │ │ │ │ ├── scrollview-1.out │ │ │ │ ├── scrollview-1.xib │ │ │ │ ├── scrollview-2.nib │ │ │ │ ├── scrollview-2.out │ │ │ │ ├── scrollview-2.xib │ │ │ │ ├── scrollview-3.nib │ │ │ │ ├── scrollview-3.out │ │ │ │ ├── scrollview-3.xib │ │ │ │ ├── split-1.nib │ │ │ │ ├── split-1.out │ │ │ │ └── split-1.xib │ │ │ └── other │ │ │ │ ├── rbsplit-1.nib │ │ │ │ ├── rbsplit-1.out │ │ │ │ ├── rbsplit-1.xib │ │ │ │ ├── unknown-1.nib │ │ │ │ ├── unknown-1.out │ │ │ │ └── unknown-1.xib │ │ └── Loader │ │ │ ├── Loader-1.out │ │ │ ├── Loader-1.xib │ │ │ └── Makefile │ └── Unit Tests-Info.plist └── Source │ ├── Framework │ ├── Other │ │ ├── NibPreview.h │ │ └── NibPreview_Prefix.h │ └── Preview │ │ ├── Loading │ │ ├── NPBundleLoader.h │ │ ├── NPBundleLoader.m │ │ ├── NPDescriptionLoader.h │ │ ├── NPDescriptionLoader.m │ │ ├── NPObjectPropertyExtensions.h │ │ ├── NPObjectPropertyExtensions.m │ │ ├── NPPreviewBuilder.h │ │ └── NPPreviewBuilder.m │ │ ├── NPPreview.h │ │ ├── NPPreview.m │ │ ├── Objects │ │ ├── NPObject.h │ │ ├── NPObject.m │ │ ├── NPObjectInterfaceExtensions.h │ │ ├── NPObjectInterfaceExtensions.m │ │ ├── NPObjectInternal.h │ │ ├── NPWindowObject.h │ │ └── NPWindowObject.m │ │ ├── Utilities │ │ ├── NPColorAdditions.h │ │ ├── NPColorAdditions.m │ │ ├── NPFontAdditions.h │ │ ├── NPFontAdditions.m │ │ ├── NPKeyObjectAdditions.h │ │ ├── NPKeyObjectAdditions.m │ │ ├── NPLazyStringValue.h │ │ └── NPLazyStringValue.m │ │ └── Views │ │ ├── NPWindowView.h │ │ └── NPWindowView.m │ └── Tests │ ├── Loading │ ├── BundleLoaderTest.h │ ├── BundleLoaderTest.m │ ├── DescriptionLoaderTest.h │ ├── DescriptionLoaderTest.m │ ├── PreviewBuilderTest.h │ ├── PreviewBuilderTest.m │ ├── PreviewWriteTest.h │ └── PreviewWriteTest.m │ └── UnitTests_Prefix.h ├── README.md ├── Shared ├── Frameworks │ ├── OCMock.framework │ │ ├── Headers │ │ ├── OCMock │ │ ├── Resources │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── OCMConstraint.h │ │ │ │ ├── OCMock.h │ │ │ │ ├── OCMockObject.h │ │ │ │ └── OCMockRecorder.h │ │ │ ├── OCMock │ │ │ ├── OCMock_orig │ │ │ └── Resources │ │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── Info.plist │ │ │ │ └── License.txt │ │ │ └── Current │ └── hamcrest.framework │ │ ├── Headers │ │ ├── Resources │ │ ├── Versions │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── HCAllOf.h │ │ │ │ ├── HCAnyOf.h │ │ │ │ ├── HCBaseDescription.h │ │ │ │ ├── HCBaseMatcher.h │ │ │ │ ├── HCDescribedAs.h │ │ │ │ ├── HCDescription.h │ │ │ │ ├── HCHasDescription.h │ │ │ │ ├── HCIs.h │ │ │ │ ├── HCIsAnything.h │ │ │ │ ├── HCIsCloseTo.h │ │ │ │ ├── HCIsCollectionContaining.h │ │ │ │ ├── HCIsCollectionOnlyContaining.h │ │ │ │ ├── HCIsDictionaryContaining.h │ │ │ │ ├── HCIsDictionaryContainingKey.h │ │ │ │ ├── HCIsDictionaryContainingValue.h │ │ │ │ ├── HCIsEqual.h │ │ │ │ ├── HCIsEqualIgnoringCase.h │ │ │ │ ├── HCIsEqualIgnoringWhiteSpace.h │ │ │ │ ├── HCIsIn.h │ │ │ │ ├── HCIsInstanceOf.h │ │ │ │ ├── HCIsNil.h │ │ │ │ ├── HCIsNot.h │ │ │ │ ├── HCIsSame.h │ │ │ │ ├── HCMatcher.h │ │ │ │ ├── HCMatcherAssert.h │ │ │ │ ├── HCOrderingComparison.h │ │ │ │ ├── HCSelfDescribing.h │ │ │ │ ├── HCStringContains.h │ │ │ │ ├── HCStringDescription.h │ │ │ │ ├── HCStringEndsWith.h │ │ │ │ ├── HCStringStartsWith.h │ │ │ │ ├── HCSubstringMatcher.h │ │ │ │ ├── HCWrapShortcut.h │ │ │ │ └── hamcrest.h │ │ │ ├── Resources │ │ │ │ ├── English.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── Info.plist │ │ │ └── hamcrest │ │ └── Current │ │ └── hamcrest ├── Icons │ ├── ldb.icns │ ├── loc.icns │ └── lod.icns ├── Images │ ├── LIError.png │ └── LIWarning.png ├── Source │ ├── NSAlert-Extensions.h │ ├── NSAlert-Extensions.m │ ├── common.xcconfig │ └── debug.xcconfig ├── Tools │ └── buildnumber └── Updates │ ├── dsa_pub.pem │ └── sign_update.rb └── loc.ldb ├── Contents.plist └── georg.locuser /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/.gitignore -------------------------------------------------------------------------------- /BlueLocalization/BlueLocalization.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/BlueLocalization.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLArrayExtensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLArrayExtensions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLArrayExtensions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLArrayExtensions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLBundleObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLBundleObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLBundleObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLBundleObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLBundleObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLBundleObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreationStep/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreationStep/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreationStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreationStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreationStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreationStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreatorStep/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreatorStep/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreatorStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreatorStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLCreatorStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLCreatorStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDatabaseDocument/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDatabaseDocument/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDatabaseDocument/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDatabaseDocument/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDatabaseDocumentActions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDatabaseDocumentActions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDictionaryExtensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDictionaryExtensions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDictionaryExtensions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDictionaryExtensions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDictionaryFile/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDictionaryFile/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDictionaryFile/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDictionaryFile/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDocumentProtocol/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDocumentProtocol/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDocumentProtocol/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDocumentProtocol/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDocumentProtocol_h/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDocumentProtocol_h/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLDocumentProtocol_h/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLDocumentProtocol_h/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileCreator/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileCreator/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileDefinitions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileDefinitions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileDefinitions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileDefinitions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileManagerAdditions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileManagerAdditions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileManagerAdditions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileManagerAdditions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLInterpretationStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLInterpretationStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLInterpretationStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLInterpretationStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLInterpreterStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLInterpreterStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLInterpreterStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLInterpreterStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLKeyObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLKeyObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLKeyObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLKeyObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLKeyObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLKeyObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLanguageTranslator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLanguageTranslator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLanguageTranslator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLanguageTranslator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLocalizerFile/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLocalizerFile/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLocalizerFile/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLocalizerFile/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLocalizerFile/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLocalizerFile/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLogWindow/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLogWindow/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLogWindow/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLogWindow/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLLogWindow/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLLogWindow/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibConverterStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibConverterStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibConverterStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibConverterStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileConverter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileConverter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileConverter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileConverter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLNibFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLNibFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObjectExtensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObjectExtensions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObjectExtensions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObjectExtensions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObjectProxy/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObjectProxy/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObjectProxy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObjectProxy/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObjectProxy/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObjectProxy/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObject_h/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObject_h/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLObject_h/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLObject_h/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPathCreator/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPathCreator/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPathCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPathCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPathCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPathCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLPlistFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLPlistFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessLog/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessLog/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessLog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessLog/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessLog/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessLog/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessManager/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessManager/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessManager/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessManager/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessStep/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessStep/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessStep/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessStep/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLProcessStep/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLProcessStep/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDKeyObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDKeyObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDKeyObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDKeyObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFDKeyObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFDKeyObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLRTFFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLRTFFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLSecurityExtensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLSecurityExtensions/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLSecurityExtensions/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLSecurityExtensions/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringKeyObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringKeyObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringKeyObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringKeyObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringReplacement/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringReplacement/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringReplacement/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringReplacement/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsDictionary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsDictionary/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsDictionary/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsDictionary/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsExporter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsExporter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsExporter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsExporter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsImporter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsImporter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsImporter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsImporter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsScanner/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsScanner/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLStringsScanner/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLStringsScanner/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileCreator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileCreator/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileCreator/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileCreator/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileInterpreter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileInterpreter/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileInterpreter/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileInterpreter/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileObject/CompositePage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileObject/CompositePage.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileObject/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileObject/index.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/BLTXTFileObject/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/BLTXTFileObject/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Documentation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Documentation/index.html -------------------------------------------------------------------------------- /BlueLocalization/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Makefile -------------------------------------------------------------------------------- /BlueLocalization/Resources/BLDefaultPlaceholders.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/BLDefaultPlaceholders.plist -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLDictionaryExporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLDictionaryExporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLStringsExporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLStringsExporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLTMXExporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLTMXExporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLXLIFFExporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLXLIFFExporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLXcodeExporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLXcodeExporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Base.lproj/BLXcodeImporter.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Base.lproj/BLXcodeImporter.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Doc/BlueLocalization.hdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Doc/BlueLocalization.hdoc -------------------------------------------------------------------------------- /BlueLocalization/Resources/Doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Doc/Makefile -------------------------------------------------------------------------------- /BlueLocalization/Resources/Doc/headerDoc2HTML.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Doc/headerDoc2HTML.config -------------------------------------------------------------------------------- /BlueLocalization/Resources/Doc/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Doc/toc.html -------------------------------------------------------------------------------- /BlueLocalization/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Info.plist -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Creator/nib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Creator/nib/Makefile -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Documents/Legacy.ldb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Documents/Legacy.ldb -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Documents/NoUsers.lod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Documents/NoUsers.lod -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Documents/OtherUser.ldb/detlef.locuser: -------------------------------------------------------------------------------- 1 | { 2 | setting = 12321; 3 | } -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Documents/OtherUser.loc/detlef.locuser: -------------------------------------------------------------------------------- 1 | { 2 | setting = 12321; 3 | } -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Documents/OtherUser.lod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Documents/OtherUser.lod -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Importer/unicode fr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Importer/unicode fr.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Importer/unicode_de.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Importer/unicode_de.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Importer/unicode_en.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Importer/unicode_en.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Interpreter/nib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Interpreter/nib/Makefile -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Interpreter/nib/example.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Interpreter/nib/example.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Interpreter/plist/test.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Interpreter/plist/test.plist -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Makefile -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/specific/empty.strings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/various/xml.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/various/xml.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/mixed.replace: -------------------------------------------------------------------------------- 1 | "key" = "meins"; -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/mixed.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/mixed.result -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/mixed.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/mixed.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/noQuote.replace: -------------------------------------------------------------------------------- 1 | key2 = value; -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/noQuote.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/noQuote.result -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/noQuote.write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/noQuote.write -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/shadow.replace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/shadow.replace -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/shadow.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/shadow.result -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/shadow.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/simple.replace: -------------------------------------------------------------------------------- 1 | "key2" = "value"; -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/simple.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/simple.result -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/simple.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/simple.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/various.replace: -------------------------------------------------------------------------------- 1 | key2 = howdy; 2 | key = "yippie!!"; -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/various.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/various.result -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Strings/write/various.write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Strings/write/various.write -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1A.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1A.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1A.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1A.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1A.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1A.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1A_fr-ca.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1A_fr-ca.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1A_fr-ca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1A_fr-ca.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1B.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1B.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1B.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1B.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1B.txt: -------------------------------------------------------------------------------- 1 | Text of the segment 2 | -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1B_fr-ca.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1B_fr-ca.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1B_fr-ca.txt: -------------------------------------------------------------------------------- 1 | Texte du segment 2 | -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1C.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1C.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1C.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1C.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1C.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1C.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1C_fr-ca.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1C_fr-ca.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1C_fr-ca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1C_fr-ca.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1D.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1D.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1D.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1D.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1D.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1D_en-gb.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1D_en-gb.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1D_en-gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1D_en-gb.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1E.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1E.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1E.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1E.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1E.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1E.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1E_en-gb.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1E_en-gb.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1E_en-gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1E_en-gb.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1F.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1F.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1F.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1F.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1F.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1F.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1F_en-gb.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1F_en-gb.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1F_en-gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1F_en-gb.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1G.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1G.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1G.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1G.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1G.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1G.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1G_en-gb.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1G_en-gb.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1G_en-gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1G_en-gb.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1H.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1H.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1H.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1H.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1H.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1H.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1H_en-gb.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1H_en-gb.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1H_en-gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1H_en-gb.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1I.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1I.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1I.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1I.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1I.txt: -------------------------------------------------------------------------------- 1 | English segment with [ ] 2 | -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1J.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1J.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1J_many.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1J_many.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1K.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1K.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest1L.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest1L.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest2B.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest2B.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest2B.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest2B.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/ImportTest2C.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/ImportTest2C.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/Legacy.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/Legacy.tmx -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/TMX/tmx14.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/TMX/tmx14.dtd -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Text/utf16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Text/utf16.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/Text/utf8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/Text/utf8.txt -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/example.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/example.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/export.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/export.xib -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/export.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/export.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/rtf.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/rtf.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/rtf2.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/rtf2.rtf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/rtf2.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/rtf2.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/strict.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/strict.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/Test Data/XLIFF/transitional.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/Test Data/XLIFF/transitional.xlf -------------------------------------------------------------------------------- /BlueLocalization/Resources/TestHost-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/TestHost-Info.plist -------------------------------------------------------------------------------- /BlueLocalization/Resources/UnitTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/UnitTests-Info.plist -------------------------------------------------------------------------------- /BlueLocalization/Resources/de.lproj/BLStringsExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/de.lproj/BLStringsExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/de.lproj/BLTMXExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/de.lproj/BLTMXExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/de.lproj/BLXcodeExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/de.lproj/BLXcodeExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/de.lproj/BLXcodeImporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/de.lproj/BLXcodeImporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/BLProcessStep.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/BLProcessStep.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/BLStringsExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/BLStringsExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/BLTMXExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/BLTMXExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/BLXcodeExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/BLXcodeExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/BLXcodeImporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/BLXcodeImporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/fr.lproj/BLStringsExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/fr.lproj/BLStringsExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/fr.lproj/BLTMXExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/fr.lproj/BLTMXExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/fr.lproj/BLXcodeExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/fr.lproj/BLXcodeExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/fr.lproj/BLXcodeImporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/fr.lproj/BLXcodeImporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/ja.lproj/BLStringsExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/ja.lproj/BLStringsExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/ja.lproj/BLTMXExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/ja.lproj/BLTMXExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/ja.lproj/BLXcodeExporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/ja.lproj/BLXcodeExporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/ja.lproj/BLXcodeImporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/ja.lproj/BLXcodeImporter.strings -------------------------------------------------------------------------------- /BlueLocalization/Resources/ldb.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/ldb.icns -------------------------------------------------------------------------------- /BlueLocalization/Resources/loc.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Resources/loc.icns -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Documents/Files/BLFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Documents/Files/BLFile.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Documents/Files/BLFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Documents/Files/BLFile.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Documents/Files/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Documents/Files/utf8.c -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Documents/Files/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Documents/Files/utf8.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLBundleObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLBundleObject.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLBundleObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLBundleObject.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLObject.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLObject.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLObjectProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLObjectProxy.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Base/BLObjectProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Base/BLObjectProxy.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Files/BLFileObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Files/BLFileObject.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Files/BLFileObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Files/BLFileObject.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Keys/BLKeyObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Keys/BLKeyObject.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Keys/BLKeyObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Keys/BLKeyObject.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Keys/BLRTFDKeyObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Keys/BLRTFDKeyObject.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Model/Keys/BLRTFDKeyObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Model/Keys/BLRTFDKeyObject.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Framework/Other/BlueLocalization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Framework/Other/BlueLocalization.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Documents/Files/FileTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Documents/Files/FileTest.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Documents/Files/FileTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Documents/Files/FileTest.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Base/ObjectProxyTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Base/ObjectProxyTest.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Base/ObjectProxyTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Base/ObjectProxyTest.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Base/ObjectTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Base/ObjectTest.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Base/ObjectTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Base/ObjectTest.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Files/FileObjectTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Files/FileObjectTest.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Files/FileObjectTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Files/FileObjectTest.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Keys/KeyObjectTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Keys/KeyObjectTest.h -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Model/Keys/KeyObjectTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Model/Keys/KeyObjectTest.m -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Other/UnitTests_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Other/UnitTests_Prefix.pch -------------------------------------------------------------------------------- /BlueLocalization/Source/Tests/Other/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/BlueLocalization/Source/Tests/Other/main.m -------------------------------------------------------------------------------- /Dictionary/Icons/Localization Dictionary.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Icons/Localization Dictionary.icns -------------------------------------------------------------------------------- /Dictionary/Interface/Base.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Interface/Base.lproj/Document.xib -------------------------------------------------------------------------------- /Dictionary/Interface/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Interface/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Dictionary/Interface/en.lproj/AboutBox.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Interface/en.lproj/AboutBox.rtf -------------------------------------------------------------------------------- /Dictionary/Interface/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Interface/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Dictionary/Interface/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Interface/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Dictionary/Localization Dictionary.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Localization Dictionary.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Dictionary/Resources/Dictionary.help/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Resources/Dictionary.help/Contents/Info.plist -------------------------------------------------------------------------------- /Dictionary/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Resources/Info.plist -------------------------------------------------------------------------------- /Dictionary/Source/Interface/GradientView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Interface/GradientView.h -------------------------------------------------------------------------------- /Dictionary/Source/Interface/GradientView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Interface/GradientView.m -------------------------------------------------------------------------------- /Dictionary/Source/Localization Dictionary_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Localization Dictionary_Prefix.pch -------------------------------------------------------------------------------- /Dictionary/Source/Main Classes/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Main Classes/Controller.h -------------------------------------------------------------------------------- /Dictionary/Source/Main Classes/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Main Classes/Controller.m -------------------------------------------------------------------------------- /Dictionary/Source/Main Classes/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Main Classes/Document.h -------------------------------------------------------------------------------- /Dictionary/Source/Main Classes/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/Main Classes/Document.m -------------------------------------------------------------------------------- /Dictionary/Source/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Dictionary/Source/main.m -------------------------------------------------------------------------------- /Loc-Suite.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Loc-Suite.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Loc-Suite.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Loc-Suite.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Loc-Suite.xcworkspace/xcshareddata/Loc-Suite.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Loc-Suite.xcworkspace/xcshareddata/Loc-Suite.xccheckout -------------------------------------------------------------------------------- /LocInterface/Data/Multiple.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Data/Multiple.xib -------------------------------------------------------------------------------- /LocInterface/Data/Preview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Data/Preview.xib -------------------------------------------------------------------------------- /LocInterface/Data/Window.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Data/Window.strings -------------------------------------------------------------------------------- /LocInterface/LocInterface.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/LocInterface.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /LocInterface/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Makefile -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LIContent.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LIContent.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LIDictionarySettings.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LIDictionarySettings.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LILanguageSelection.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LILanguageSelection.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LILogWindow.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LILogWindow.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LIPreviewWindow.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LIPreviewWindow.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LIProcessDisplay.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LIProcessDisplay.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/LIStatusDisplay.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/LIStatusDisplay.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Base.lproj/StringsDocument.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Base.lproj/StringsDocument.xib -------------------------------------------------------------------------------- /LocInterface/Resources/Doc/LocInterface.hdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Doc/LocInterface.hdoc -------------------------------------------------------------------------------- /LocInterface/Resources/Doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Doc/Makefile -------------------------------------------------------------------------------- /LocInterface/Resources/Doc/headerDoc2HTML.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Doc/headerDoc2HTML.config -------------------------------------------------------------------------------- /LocInterface/Resources/Doc/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Doc/toc.html -------------------------------------------------------------------------------- /LocInterface/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Info.plist -------------------------------------------------------------------------------- /LocInterface/Resources/InterfaceTester-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/InterfaceTester-Info.plist -------------------------------------------------------------------------------- /LocInterface/Resources/TestLauncher-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/TestLauncher-Info.plist -------------------------------------------------------------------------------- /LocInterface/Resources/Unit Tests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/Unit Tests-Info.plist -------------------------------------------------------------------------------- /LocInterface/Resources/de.lproj/LIContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/de.lproj/LIContent.strings -------------------------------------------------------------------------------- /LocInterface/Resources/de.lproj/LIDictionarySettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/de.lproj/LIDictionarySettings.strings -------------------------------------------------------------------------------- /LocInterface/Resources/de.lproj/LIPreviewWindow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/de.lproj/LIPreviewWindow.strings -------------------------------------------------------------------------------- /LocInterface/Resources/de.lproj/LIProcessDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/de.lproj/LIProcessDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/de.lproj/LIStatusDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/de.lproj/LIStatusDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/LIContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/LIContent.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/LIDictionarySettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/LIDictionarySettings.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/LIPreviewWindow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/LIPreviewWindow.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/LIProcessDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/LIProcessDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/en.lproj/LIStatusDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/en.lproj/LIStatusDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/fr.lproj/LIContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/fr.lproj/LIContent.strings -------------------------------------------------------------------------------- /LocInterface/Resources/fr.lproj/LIProcessDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/fr.lproj/LIProcessDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/fr.lproj/LIStatusDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/fr.lproj/LIStatusDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/image.png -------------------------------------------------------------------------------- /LocInterface/Resources/ja.lproj/LIContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/ja.lproj/LIContent.strings -------------------------------------------------------------------------------- /LocInterface/Resources/ja.lproj/LIProcessDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/ja.lproj/LIProcessDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Resources/ja.lproj/LIStatusDisplay.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Resources/ja.lproj/LIStatusDisplay.strings -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Content/LIContentController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Content/LIContentController.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Content/LIContentController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Content/LIContentController.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LICopyingOutlineView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LICopyingOutlineView.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LICopyingOutlineView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LICopyingOutlineView.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LILogLevelValueTransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LILogLevelValueTransformer.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LILogLevelValueTransformer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LILogLevelValueTransformer.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LILogWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LILogWindow.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Log/LILogWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Log/LILogWindow.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Other/LocInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Other/LocInterface.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Other/LocInterface_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Other/LocInterface_Prefix.pch -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Panels/LILanguageSelection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Panels/LILanguageSelection.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Panels/LILanguageSelection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Panels/LILanguageSelection.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Panels/LIPreferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Panels/LIPreferences.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Panels/LIPreferences.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Panels/LIPreferences.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIHighlightWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIHighlightWindow.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIHighlightWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIHighlightWindow.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIHighlightWindowView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIHighlightWindowView.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIHighlightWindowView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIHighlightWindowView.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LINibPreviewContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LINibPreviewContent.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LINibPreviewContent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LINibPreviewContent.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewContent.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewContent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewContent.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewContentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewContentView.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewContentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewContentView.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewController.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewController.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Preview/LIPreviewRootItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Preview/LIPreviewRootItem.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Status/LIProcessDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Status/LIProcessDisplay.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Status/LIProcessDisplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Status/LIProcessDisplay.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Status/LIStatusDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Status/LIStatusDisplay.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Status/LIStatusDisplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Status/LIStatusDisplay.m -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Utilities/LIImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Utilities/LIImageLoader.h -------------------------------------------------------------------------------- /LocInterface/Source/Framework/Utilities/LIImageLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Framework/Utilities/LIImageLoader.m -------------------------------------------------------------------------------- /LocInterface/Source/Tester/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/Controller.h -------------------------------------------------------------------------------- /LocInterface/Source/Tester/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/Controller.m -------------------------------------------------------------------------------- /LocInterface/Source/Tester/CustomPathCreator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/CustomPathCreator.h -------------------------------------------------------------------------------- /LocInterface/Source/Tester/CustomPathCreator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/CustomPathCreator.m -------------------------------------------------------------------------------- /LocInterface/Source/Tester/InterfaceTester_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/InterfaceTester_Prefix.pch -------------------------------------------------------------------------------- /LocInterface/Source/Tester/NibDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/NibDocument.h -------------------------------------------------------------------------------- /LocInterface/Source/Tester/NibDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/NibDocument.m -------------------------------------------------------------------------------- /LocInterface/Source/Tester/StringsDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/StringsDocument.h -------------------------------------------------------------------------------- /LocInterface/Source/Tester/StringsDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/StringsDocument.m -------------------------------------------------------------------------------- /LocInterface/Source/Tester/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocInterface/Source/Tester/main.m -------------------------------------------------------------------------------- /LocTools/LocTools.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/LocTools.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /LocTools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Makefile -------------------------------------------------------------------------------- /LocTools/Resources/Doc/LocTools.hdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Doc/LocTools.hdoc -------------------------------------------------------------------------------- /LocTools/Resources/Doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Doc/Makefile -------------------------------------------------------------------------------- /LocTools/Resources/Doc/headerDoc2HTML.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Doc/headerDoc2HTML.config -------------------------------------------------------------------------------- /LocTools/Resources/Doc/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Doc/toc.html -------------------------------------------------------------------------------- /LocTools/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Info.plist -------------------------------------------------------------------------------- /LocTools/Resources/LTTranslationCheckerQuotes.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/LTTranslationCheckerQuotes.plist -------------------------------------------------------------------------------- /LocTools/Resources/Test Data/Autotranslation/AppKit-de.lod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/Test Data/Autotranslation/AppKit-de.lod -------------------------------------------------------------------------------- /LocTools/Resources/UnitTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/UnitTests-Info.plist -------------------------------------------------------------------------------- /LocTools/Resources/de.lproj/LTAutotranslationStep.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/de.lproj/LTAutotranslationStep.strings -------------------------------------------------------------------------------- /LocTools/Resources/de.lproj/LTTranslationChecker.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/de.lproj/LTTranslationChecker.strings -------------------------------------------------------------------------------- /LocTools/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /LocTools/Resources/en.lproj/LTAutotranslationStep.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/en.lproj/LTAutotranslationStep.strings -------------------------------------------------------------------------------- /LocTools/Resources/en.lproj/LTTranslationChecker.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/en.lproj/LTTranslationChecker.strings -------------------------------------------------------------------------------- /LocTools/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/LTDifference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/LTDifference.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/LTDifference.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/LTDifference.mm -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/Samples.lod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/Samples.lod -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/WikiDiff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/WikiDiff.php -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/diffEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/diffEngine.cpp -------------------------------------------------------------------------------- /LocTools/Source/Framework/Difference Engine/diffEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Difference Engine/diffEngine.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatch.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatch.m -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatchCollector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatchCollector.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatchCollector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatchCollector.m -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatchInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatchInternal.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatcher.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTKeyMatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTKeyMatcher.m -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTMultipleKeyMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTMultipleKeyMatcher.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTMultipleKeyMatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTMultipleKeyMatcher.m -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTSingleKeyMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTSingleKeyMatcher.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Matching/LTSingleKeyMatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Matching/LTSingleKeyMatcher.m -------------------------------------------------------------------------------- /LocTools/Source/Framework/Other/LocTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Other/LocTools.h -------------------------------------------------------------------------------- /LocTools/Source/Framework/Other/LocTools_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Framework/Other/LocTools_Prefix.pch -------------------------------------------------------------------------------- /LocTools/Source/Tests/Autotranslation/MultipleKeyMatcherTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Autotranslation/MultipleKeyMatcherTest.h -------------------------------------------------------------------------------- /LocTools/Source/Tests/Autotranslation/MultipleKeyMatcherTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Autotranslation/MultipleKeyMatcherTest.m -------------------------------------------------------------------------------- /LocTools/Source/Tests/Autotranslation/SingleKeyMatcherTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Autotranslation/SingleKeyMatcherTest.h -------------------------------------------------------------------------------- /LocTools/Source/Tests/Autotranslation/SingleKeyMatcherTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Autotranslation/SingleKeyMatcherTest.m -------------------------------------------------------------------------------- /LocTools/Source/Tests/Difference Engine/DifferenceEngineTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Difference Engine/DifferenceEngineTest.h -------------------------------------------------------------------------------- /LocTools/Source/Tests/Difference Engine/DifferenceEngineTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Difference Engine/DifferenceEngineTest.m -------------------------------------------------------------------------------- /LocTools/Source/Tests/UnitTests_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/UnitTests_Prefix.pch -------------------------------------------------------------------------------- /LocTools/Source/Tests/Utilities/KeyValueMatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Utilities/KeyValueMatcher.h -------------------------------------------------------------------------------- /LocTools/Source/Tests/Utilities/KeyValueMatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Utilities/KeyValueMatcher.m -------------------------------------------------------------------------------- /LocTools/Source/Tests/Utilities/TranslationCheckerTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Utilities/TranslationCheckerTest.h -------------------------------------------------------------------------------- /LocTools/Source/Tests/Utilities/TranslationCheckerTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/LocTools/Source/Tests/Utilities/TranslationCheckerTest.m -------------------------------------------------------------------------------- /Localizer/Icons/Localizer.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/Localizer.xcassets/Contents.json -------------------------------------------------------------------------------- /Localizer/Icons/Localizer_old.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/Localizer_old.icns -------------------------------------------------------------------------------- /Localizer/Icons/icon_16x16.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/icon_16x16.psd -------------------------------------------------------------------------------- /Localizer/Icons/icon_256x256.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/icon_256x256.tif -------------------------------------------------------------------------------- /Localizer/Icons/icon_256x256@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/icon_256x256@2x.tif -------------------------------------------------------------------------------- /Localizer/Icons/icon_32x32.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/icon_32x32.tif -------------------------------------------------------------------------------- /Localizer/Icons/manager_256x256@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Icons/manager_256x256@2x.tif -------------------------------------------------------------------------------- /Localizer/Interface/Base.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/Base.lproj/Document.xib -------------------------------------------------------------------------------- /Localizer/Interface/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Localizer/Interface/English.lproj/AboutBox.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/English.lproj/AboutBox.rtf -------------------------------------------------------------------------------- /Localizer/Interface/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Localizer/Interface/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Localizer/Interface/en.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/en.lproj/Preferences.xib -------------------------------------------------------------------------------- /Localizer/Interface/en.lproj/Window.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Interface/en.lproj/Window.strings -------------------------------------------------------------------------------- /Localizer/Localizer.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Localizer.entitlements -------------------------------------------------------------------------------- /Localizer/Localizer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Localizer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Localizer/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Resources/Info.plist -------------------------------------------------------------------------------- /Localizer/Resources/Localizer.help/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Resources/Localizer.help/Contents/Info.plist -------------------------------------------------------------------------------- /Localizer/Resources/Localizer.help/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | "HPDBookTitle" = "Localizer Help"; -------------------------------------------------------------------------------- /Localizer/Source/Interface/GSGroupView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/GSGroupView.h -------------------------------------------------------------------------------- /Localizer/Source/Interface/GSGroupView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/GSGroupView.m -------------------------------------------------------------------------------- /Localizer/Source/Interface/GSMenuButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/GSMenuButton.h -------------------------------------------------------------------------------- /Localizer/Source/Interface/GSMenuButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/GSMenuButton.m -------------------------------------------------------------------------------- /Localizer/Source/Interface/StatisticsTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/StatisticsTextView.h -------------------------------------------------------------------------------- /Localizer/Source/Interface/StatisticsTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Interface/StatisticsTextView.m -------------------------------------------------------------------------------- /Localizer/Source/Localizer_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Localizer_Prefix.pch -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Controller.h -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Controller.m -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Document.h -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Document.m -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Editor.h -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Editor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Editor.m -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/GSSplitViewWindowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/GSSplitViewWindowController.h -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/GSSplitViewWindowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/GSSplitViewWindowController.m -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Preferences.h -------------------------------------------------------------------------------- /Localizer/Source/Main Classes/Preferences.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/Main Classes/Preferences.m -------------------------------------------------------------------------------- /Localizer/Source/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Localizer/Source/main.m -------------------------------------------------------------------------------- /Manager/Icons/DetailButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Icons/DetailButton.png -------------------------------------------------------------------------------- /Manager/Icons/InfoButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Icons/InfoButton.png -------------------------------------------------------------------------------- /Manager/Icons/Localization Manager.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Icons/Localization Manager.icns -------------------------------------------------------------------------------- /Manager/Icons/Manager.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Icons/Manager.xcassets/Contents.json -------------------------------------------------------------------------------- /Manager/Icons/XcodeProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Icons/XcodeProject.png -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/BundleDetail.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/BundleDetail.xib -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/Document.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/Document.xib -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/FileContent.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/FileContent.xib -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/FileDetail.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/FileDetail.xib -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/MainMenu.xib -------------------------------------------------------------------------------- /Manager/Interface/Base.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/Base.lproj/Preferences.xib -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/AboutBox.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/AboutBox.rtf -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/BundleDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/BundleDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/Document.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/Document.strings -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/FileContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/FileContent.strings -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/FileDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/FileDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/MainMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/MainMenu.strings -------------------------------------------------------------------------------- /Manager/Interface/de.lproj/Preferences.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/de.lproj/Preferences.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/AboutBox.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/AboutBox.rtf -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/BundleDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/BundleDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/Comment.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/Comment.xib -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/Document.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/Document.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/FileContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/FileContent.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/FileDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/FileDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/MainMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/MainMenu.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/Preferences.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/Preferences.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/TableHeaders.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/TableHeaders.strings -------------------------------------------------------------------------------- /Manager/Interface/en.lproj/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/en.lproj/manual.html -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/BundleDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/BundleDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/Document.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/Document.strings -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/FileContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/FileContent.strings -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/FileDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/FileDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/MainMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/MainMenu.strings -------------------------------------------------------------------------------- /Manager/Interface/fr.lproj/Preferences.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/fr.lproj/Preferences.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/BundleDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/BundleDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/Document.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/Document.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/FileContent.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/FileContent.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/FileDetail.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/FileDetail.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/MainMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/MainMenu.strings -------------------------------------------------------------------------------- /Manager/Interface/ja.lproj/Preferences.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Interface/ja.lproj/Preferences.strings -------------------------------------------------------------------------------- /Manager/Localization Manager.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Localization Manager.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Manager/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Resources/Info.plist -------------------------------------------------------------------------------- /Manager/Resources/Manager.help/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Resources/Manager.help/Contents/Info.plist -------------------------------------------------------------------------------- /Manager/Source/Controllers/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/Controller.h -------------------------------------------------------------------------------- /Manager/Source/Controllers/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/Controller.m -------------------------------------------------------------------------------- /Manager/Source/Controllers/LanguageCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/LanguageCoordinator.h -------------------------------------------------------------------------------- /Manager/Source/Controllers/LanguageCoordinator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/LanguageCoordinator.m -------------------------------------------------------------------------------- /Manager/Source/Controllers/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/Preferences.h -------------------------------------------------------------------------------- /Manager/Source/Controllers/Preferences.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Controllers/Preferences.m -------------------------------------------------------------------------------- /Manager/Source/Document/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/Document.h -------------------------------------------------------------------------------- /Manager/Source/Document/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/Document.m -------------------------------------------------------------------------------- /Manager/Source/Document/DocumentFiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/DocumentFiles.m -------------------------------------------------------------------------------- /Manager/Source/Document/DocumentInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/DocumentInternal.h -------------------------------------------------------------------------------- /Manager/Source/Document/DocumentLanguages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/DocumentLanguages.m -------------------------------------------------------------------------------- /Manager/Source/Document/DocumentUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Document/DocumentUtilities.m -------------------------------------------------------------------------------- /Manager/Source/Interface/LanguageNameButtonCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/LanguageNameButtonCell.h -------------------------------------------------------------------------------- /Manager/Source/Interface/LanguageNameButtonCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/LanguageNameButtonCell.m -------------------------------------------------------------------------------- /Manager/Source/Interface/LanguageNameMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/LanguageNameMatrix.h -------------------------------------------------------------------------------- /Manager/Source/Interface/LanguageNameMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/LanguageNameMatrix.m -------------------------------------------------------------------------------- /Manager/Source/Interface/MultiActionButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/MultiActionButton.h -------------------------------------------------------------------------------- /Manager/Source/Interface/MultiActionButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/MultiActionButton.m -------------------------------------------------------------------------------- /Manager/Source/Interface/MultiActionWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/MultiActionWindow.h -------------------------------------------------------------------------------- /Manager/Source/Interface/MultiActionWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/MultiActionWindow.m -------------------------------------------------------------------------------- /Manager/Source/Interface/TableViewAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/TableViewAdditions.h -------------------------------------------------------------------------------- /Manager/Source/Interface/TableViewAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Interface/TableViewAdditions.m -------------------------------------------------------------------------------- /Manager/Source/Other/Localization Manager_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Other/Localization Manager_Prefix.pch -------------------------------------------------------------------------------- /Manager/Source/Other/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Other/main.m -------------------------------------------------------------------------------- /Manager/Source/Utilities/FilteredBundleProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Utilities/FilteredBundleProxy.h -------------------------------------------------------------------------------- /Manager/Source/Utilities/FilteredBundleProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Utilities/FilteredBundleProxy.m -------------------------------------------------------------------------------- /Manager/Source/Utilities/LanguageObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Utilities/LanguageObject.h -------------------------------------------------------------------------------- /Manager/Source/Utilities/LanguageObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Utilities/LanguageObject.m -------------------------------------------------------------------------------- /Manager/Source/Windows/BundleDetail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/BundleDetail.h -------------------------------------------------------------------------------- /Manager/Source/Windows/BundleDetail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/BundleDetail.m -------------------------------------------------------------------------------- /Manager/Source/Windows/CommentObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/CommentObject.h -------------------------------------------------------------------------------- /Manager/Source/Windows/CommentObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/CommentObject.m -------------------------------------------------------------------------------- /Manager/Source/Windows/FileContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FileContent.h -------------------------------------------------------------------------------- /Manager/Source/Windows/FileContent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FileContent.m -------------------------------------------------------------------------------- /Manager/Source/Windows/FileDetail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FileDetail.h -------------------------------------------------------------------------------- /Manager/Source/Windows/FileDetail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FileDetail.m -------------------------------------------------------------------------------- /Manager/Source/Windows/FilePreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FilePreview.h -------------------------------------------------------------------------------- /Manager/Source/Windows/FilePreview.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Manager/Source/Windows/FilePreview.m -------------------------------------------------------------------------------- /NibPreview/Data/Preview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Data/Preview.xib -------------------------------------------------------------------------------- /NibPreview/Data/Preview2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Data/Preview2.xib -------------------------------------------------------------------------------- /NibPreview/Data/Preview3.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Data/Preview3.xib -------------------------------------------------------------------------------- /NibPreview/Data/Text.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Data/Text.rtf -------------------------------------------------------------------------------- /NibPreview/Documents/Examples/example.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Documents/Examples/example.plist -------------------------------------------------------------------------------- /NibPreview/Documents/Examples/example2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Documents/Examples/example2.plist -------------------------------------------------------------------------------- /NibPreview/Documents/Examples/example3.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Documents/Examples/example3.plist -------------------------------------------------------------------------------- /NibPreview/Documents/Examples/example4.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Documents/Examples/example4.plist -------------------------------------------------------------------------------- /NibPreview/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Makefile -------------------------------------------------------------------------------- /NibPreview/NibPreview.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/NibPreview.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /NibPreview/Resources/Doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Doc/Makefile -------------------------------------------------------------------------------- /NibPreview/Resources/Doc/NibPreview.hdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Doc/NibPreview.hdoc -------------------------------------------------------------------------------- /NibPreview/Resources/Doc/headerDoc2HTML.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Doc/headerDoc2HTML.config -------------------------------------------------------------------------------- /NibPreview/Resources/Doc/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Doc/toc.html -------------------------------------------------------------------------------- /NibPreview/Resources/NibPreview-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/NibPreview-Info.plist -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/Makefile -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-10.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-10.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-10.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-10.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-10.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-10.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-11.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-11.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-11.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-11.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-11.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-11.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-12.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-12.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-12.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-12.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-12.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-12.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-2.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-2.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-2.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-2.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-3.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-3.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-3.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-3.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-3.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-4.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-4.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-4.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-4.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-4.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-4.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-5.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-5.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-5.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-5.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-5.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-5.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-6.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-6.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-6.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-6.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-6.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-6.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-7.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-7.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-7.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-7.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-7.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-7.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-8.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-8.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-8.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-8.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-8.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-8.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-9.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-9.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-9.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-9.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/buttons/button-9.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/buttons/button-9.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-2.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-2.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-2.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-2.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-3.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-3.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-3.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/complex/complex-3.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/complex/complex-3.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-2.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-2.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-2.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-2.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-3.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-3.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-3.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/data_views/table-3.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/data_views/table-3.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/combo-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/combo-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/combo-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/combo-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/combo-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/combo-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/matrix-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/matrix-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/matrix-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/matrix-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/matrix-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/matrix-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/progress-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/progress-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/progress-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/progress-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/progress-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/progress-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/simple-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/simple-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/simple-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/simple-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/simple-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/simple-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/slider-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/slider-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/slider-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/slider-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/slider-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/slider-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-2.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-2.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-2.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/inputs/text-2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/inputs/text-2.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/layout-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/layout-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/layout-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/layout-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/layout-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/layout-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-2.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-2.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-2.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-2.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-2.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-3.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-3.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-3.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/scrollview-3.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/scrollview-3.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/split-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/split-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/split-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/split-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/layout/split-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/layout/split-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/rbsplit-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/rbsplit-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/rbsplit-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/rbsplit-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/rbsplit-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/rbsplit-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/unknown-1.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/unknown-1.nib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/unknown-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/unknown-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Builder/other/unknown-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Builder/other/unknown-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Loader/Loader-1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Loader/Loader-1.out -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Loader/Loader-1.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Loader/Loader-1.xib -------------------------------------------------------------------------------- /NibPreview/Resources/Test Data/Loader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Test Data/Loader/Makefile -------------------------------------------------------------------------------- /NibPreview/Resources/Unit Tests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Resources/Unit Tests-Info.plist -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Other/NibPreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Other/NibPreview.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Other/NibPreview_Prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Other/NibPreview_Prefix.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Loading/NPBundleLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Loading/NPBundleLoader.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Loading/NPBundleLoader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Loading/NPBundleLoader.m -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Loading/NPPreviewBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Loading/NPPreviewBuilder.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Loading/NPPreviewBuilder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Loading/NPPreviewBuilder.m -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/NPPreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/NPPreview.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/NPPreview.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/NPPreview.m -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Objects/NPObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Objects/NPObject.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Objects/NPObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Objects/NPObject.m -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Objects/NPObjectInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Objects/NPObjectInternal.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Objects/NPWindowObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Objects/NPWindowObject.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Objects/NPWindowObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Objects/NPWindowObject.m -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Views/NPWindowView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Views/NPWindowView.h -------------------------------------------------------------------------------- /NibPreview/Source/Framework/Preview/Views/NPWindowView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Framework/Preview/Views/NPWindowView.m -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/BundleLoaderTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/BundleLoaderTest.h -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/BundleLoaderTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/BundleLoaderTest.m -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/DescriptionLoaderTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/DescriptionLoaderTest.h -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/DescriptionLoaderTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/DescriptionLoaderTest.m -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/PreviewBuilderTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/PreviewBuilderTest.h -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/PreviewBuilderTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/PreviewBuilderTest.m -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/PreviewWriteTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/PreviewWriteTest.h -------------------------------------------------------------------------------- /NibPreview/Source/Tests/Loading/PreviewWriteTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/Loading/PreviewWriteTest.m -------------------------------------------------------------------------------- /NibPreview/Source/Tests/UnitTests_Prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/NibPreview/Source/Tests/UnitTests_Prefix.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/README.md -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/OCMock: -------------------------------------------------------------------------------- 1 | Versions/Current/OCMock -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Frameworks/OCMock.framework/Versions/A/Headers/OCMock.h -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Versions/A/OCMock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Frameworks/OCMock.framework/Versions/A/OCMock -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Versions/A/OCMock_orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Frameworks/OCMock.framework/Versions/A/OCMock_orig -------------------------------------------------------------------------------- /Shared/Frameworks/OCMock.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/Versions/A/Headers/HCIs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Frameworks/hamcrest.framework/Versions/A/Headers/HCIs.h -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/Versions/A/hamcrest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Frameworks/hamcrest.framework/Versions/A/hamcrest -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Shared/Frameworks/hamcrest.framework/hamcrest: -------------------------------------------------------------------------------- 1 | Versions/Current/hamcrest -------------------------------------------------------------------------------- /Shared/Icons/ldb.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Icons/ldb.icns -------------------------------------------------------------------------------- /Shared/Icons/loc.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Icons/loc.icns -------------------------------------------------------------------------------- /Shared/Icons/lod.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Icons/lod.icns -------------------------------------------------------------------------------- /Shared/Images/LIError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Images/LIError.png -------------------------------------------------------------------------------- /Shared/Images/LIWarning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Images/LIWarning.png -------------------------------------------------------------------------------- /Shared/Source/NSAlert-Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Source/NSAlert-Extensions.h -------------------------------------------------------------------------------- /Shared/Source/NSAlert-Extensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Source/NSAlert-Extensions.m -------------------------------------------------------------------------------- /Shared/Source/common.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Source/common.xcconfig -------------------------------------------------------------------------------- /Shared/Source/debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Source/debug.xcconfig -------------------------------------------------------------------------------- /Shared/Tools/buildnumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Tools/buildnumber -------------------------------------------------------------------------------- /Shared/Updates/dsa_pub.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Updates/dsa_pub.pem -------------------------------------------------------------------------------- /Shared/Updates/sign_update.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/Shared/Updates/sign_update.rb -------------------------------------------------------------------------------- /loc.ldb/Contents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/loc.ldb/Contents.plist -------------------------------------------------------------------------------- /loc.ldb/georg.locuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schriftgestalt/LocalizationSuite/HEAD/loc.ldb/georg.locuser --------------------------------------------------------------------------------