// ========================================================================== // Project: Greenhouse Strings // Copyright: ©2010 Mike Ball // ========================================================================== /*globals Greenhouse */

// Place strings you want to localize here. In your app, use the key and // localize it using “key string”.loc(). HINT: For your key names, use the // english string with an underscore in front. This way you can still see // how your UI will look and you'll notice right away when something needs a // localized string added to this file_ // SC.stringsFor('English', {

// "_String Key": "Localized String"
"_New File": "New File",
"_New Folder": "New Folder",
"_Delete": "Delete",
"_Top:": "Top:",
"_Left:": "Left:",
"_Bottom:": "Bottom:",
"_Right:": "Right:",
"_Width:": "Width:",
"_Height:": "Height:",
"_Class Names:": "Class Names:",
"_Background Color:": "Background Color:",
"_New Page File": "New Page File",
'_Anchor:': "Anchor:",
'_Dimensions:': "Dimensions:",
'_Left:': "Left:",
'_Width:': "Width:",
'_Right:': "Right:",
'_Center X:': "Center X:",
'_Center Y:': "Center Y:",

'_Top:': "Top:",
'_Bottom:': "Bottom:",
'_Height:': "Height:",
"_Cancel": "Cancel",
"_Create": "Create",
"_File Path:": "File Path:",
"_File Name:": "File Name:",
"_Page Name:": "Page Name:",
"_New Page File": "New Page File",
"_MyApp.mainPage": "MyApp.mainPage",
"_main_page.js": "main_page.js",
"_Edit Property:": "Edit Property:",
"_Key:": "Key:",
"_Value:": "Value:",
"_Update": "Update",
"_Type:": "Type:",
"_String": "String",
"_Array": "Array",
"_Boolean": "Boolean",
"_Number": "Number",
"_Function": "Function",
"_Hash": "Hash",
"_Object": "Object",
"_Class": "Class",
"_Undefined": "Undefined",
"_Null": "Null",
"_Class": "Class",
"_Save": "Save",
"_Run": "Run",
"_Library": "Library",
"_Add": "Add",
"_Add a Custom Designer to the Library": "Add a Custom Designer to the Library",
"_MyApp.AwesomeView": "MyApp.AwesomeView",
"_Class Name:": "Class Name:",
"_Default Properties:": "Default Properties:",
"_Item Name": "Item Name",
"_somethingCool": "somethingCool",
"_Add View": "Add View",
"_Specifiy Keys": "Specifiy Keys",
"_To": "To",
"_From": "From",
"_Add Page...": "Add Page...",
"_Project": "Project",
"_Dock Library": "Dock Library",
"_Dock Inspector": "Dock Inspector",
"_Actions": "Actions",
"_Inspector": "Inspector",
"_Reload App": "Reload App",
"_Target:": "Target:",
"_Design Type:": "Design Type:",
"_Remove": "Remove",
"_iPhone Hrz": "iPhone Hrz",
"_iPhone Vrt": "iPhone Vrt",
"_iPad Hrz": "iPad Hrz",
"_iPad Vrt": "iPad Vrt",
"_Page Size": "Page Size",
"_Full": "Full"

}) ;