<%=tr('Basic Information', 'Client application section') %>
|
||
<%=tr('Version:', 'Client application field label')%> | <%=form.text_field :version, :class=>'xxlong_input'%> | <%=tr("Required.")%> <%=tr("New version of your application.", 'Client application field comment')%> |
---|---|---|
<%=tr('Application Name:', 'Client application field label')%> | <%=form.text_field :name, :class=>'xxlong_input'%> | <%=tr("Required.")%> <%=tr("Name of your application.", 'Client application field comment')%> |
<%=tr('Description:', 'Client application field label')%> | <%=form.text_area :description, :class=>'xxlong_input', :style=>"height:150px;"%> | <%=tr("Description of your application.", 'Client application field comment')%> |
<%=tr('Icon:', 'Client application field label')%> |
<%=link_to_function(tr("Change your icon", 'Client application field action'), "Platform.Effects.hide('icon_preview');Platform.Effects.show('icon_field');")%>
<%=image_tag(@app.icon_url, :style => "width:16px;height:16px;")%>
|
<%=tr("Appears next to your app name throughout the site (16x16)", 'Client application field comment')%> |
<%=tr('Logo:', 'Client application field label')%> |
<%=link_to_function(tr("Change your logo", 'Client application field action'), "Platform.Effects.hide('logo_preview');Platform.Effects.show('logo_field');")%>
<%=image_tag(@app.logo_url, :style => "width:75px;height:75px;")%>
|
<%=tr("Appears in the app directory (75x75)", 'Client application field comment')%> |
<%=tr('Language:', 'Client application field label')%> | <%=select_tag("application[locale]", options_for_select(@languages, @app.locale || Tr8n::Config.default_locale)) %> | <%=tr("The native language of your app.", 'Client application field comment')%> |
<%=tr('Contact Email:', 'Client application field label')%> | <%=form.text_field :contact_email, :class=>'xxlong_input'%> | <%=tr("The email address where we can contact you or your company", 'Client application field comment')%> |
<%=tr('Support URL:', 'Client application field label')%> | <%=form.text_field :support_url, :class=>'xxlong_input'%> | |
<%=tr('Privacy Policy URL:', 'Client application field label')%> | <%=form.text_field :privacy_policy_url, :class=>'xxlong_input'%> | <%=tr("All apps must have and display a Privacy Policy.", 'Client application field comment')%> |
<%=tr('Terms of Service URL:', 'Client application field label')%> | <%=form.text_field :terms_of_service_url, :class=>'xxlong_input'%> | <%=tr("The URL to your app's Terms of Service.", 'Client application field comment')%> |
<%=tr('Website Settings', 'Client application section') %>
|
||
<%=tr('Site URL:', 'Client application field label')%> | <%=form.text_field :url, :class=>'xxlong_input'%> | <%=tr("Required: URL of your site.", 'Client application field comment')%> |
<%=tr('Site Domain:', 'Client application field label')%> | <%=form.text_field :site_domain, :class=>'xxlong_input'%> | <%=tr("Required: Domain to enable authentication (subdomains included).", 'Client application field comment')%> |
<%=tr('Authentication', 'Client application section') %>
|
||
<%=tr('Application Type:','Client application field label')%> | <%=tr("Choose your application type.", 'Client application field comment')%> | |
<%=tr("{site_title} API Version:", 'Client application field label', :site_title => Platform::Config.site_title)%> | <%=select_tag("application[api_version]", options_for_select(Platform::Config.api_supported_version_options, @app.api_version)) %> | <%=tr("Required.")%> <%=tr("API version your application is using.", 'Client application field comment')%> |
<%=tr('Callback URL:','Client application field label')%> | <%=form.text_field :callback_url, :class=>'xxlong_input'%> | <%=tr("We'll direct users to this URL when they authorize your application.", 'Client application field comment')%> |
<%=tr('Deauthorize Callback URL:','Client application field label')%> | <%=form.text_field :deauthorize_callback_url, :class=>'xxlong_input'%> | <%=tr("We will post to this URL when user removes the application.", 'Client application field comment')%> |
<%=tr('On {site_title}', 'Client application section', :site_title => Platform::Config.site_title) %>
|
||
<%=tr('Canvas Page:','Client application field label')%> | http://<%=Platform::Config.site_base_url %>/platform/apps/<%=form.text_field :canvas_name, :class=>'long_input'%>/ | <%=tr("The base URL of your app on the site.", 'Client application field comment')%> |
<%=tr('Canvas URL:','Client application field label')%> | <%=form.text_field :canvas_url, :class=>'xxlong_input'%> | <%=tr("We will pull the content for your app's canvas pages from this base URL.", 'Client application field comment')%> |
<%=tr('IFrame Size:','Client application field label')%> | <%=tr("Choose \"Auto-resize\" if you are going to make the iFrame grow to the height of your app's content", 'Client application field comment')%> | |
<%=tr('Authorization:','Client application field label')%> | <%=tr("Choose \"App will handle authorization\" if your application will handle the authorization. Otherwise we will make sure the user has authorized your application and will pass you an access token as a parameter.", 'Client application field comment')%> | |
<%=tr('Mobile Application', 'Client application section') %>
|
||
<%=tr('iOS Bundle ID:','Client application field label')%> | <%=form.text_field :ios_bundle_id, :class=>'xxlong_input'%> | <%=tr("Required.")%> <%=tr("iOS Bundle ID for iOS native app.", 'Client application field comment')%> |
<%=tr('iTunes App Store ID:','Client application field label')%> | <%=form.text_field :itunes_app_store_id, :class=>'xxlong_input'%> | <%=tr("We will use it for linking to your application on the App Store.", 'Client application field comment')%> |
<%=tr('Android Key Hash:','Client application field label')%> | <%=form.text_field :android_key_hash, :class=>'xxlong_input'%> | <%=tr("We will use it for extra security during authentication.", 'Client application field comment')%> |