Skip to content

Instantly share code, notes, and snippets.

@beautyfree
Created November 7, 2012 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beautyfree/4bbc73357362a4d7e301 to your computer and use it in GitHub Desktop.
Save beautyfree/4bbc73357362a4d7e301 to your computer and use it in GitHub Desktop.
Языковой файл плагина Tour(en)
<?php
/*-------------------------------------------------------
*
* Plugin "Tour"
* Author: Alexei Yelizarov ( beauty_free )
* Official site: devall.ru
* Contact e-mail: felex-ae@ya.ru
*
---------------------------------------------------------
*/
/**
* English language file for plug-in
*/
return array(
/**
* Tip list(admin panel)
*/
'tip_list' => 'List of exists tip',
'tip_list_add_tip' => 'Add tip',
'tip_list_not_exists' => 'Tip do not exists yet',
'tip_list_add_group' => 'Create new group',
'tip_list_group_url' => 'URL which exec group',
'tip_list_tip_main' => 'Description',
'tip_list_tip_target' => 'Target',
'tip_list_tip_button_text' => 'Button text',
'tip_list_tip_option' => 'Options',
'tip_list_actions' => 'Actions',
/**
* Create/edit group
*/
'group_edit' => 'Group edit',
'group_create' => 'Group create',
'group_create_title' => 'Title of group',
'group_create_url' => 'URL of group',
'group_create_url_note' => 'Regex or url, for example: profile/*',
'group_create_role' => 'Select user role',
'group_create_role_note' => 'For user of this role will show tip',
'group_create_role_guest' => 'Guest',
'group_create_role_user' => 'User(Authorized)',
'group_create_save' => 'Save',
'group_create_cancel' => 'Cancel',
'group_create_delete' => 'Delete group',
/**
* Create/edit tip
*/
'tip_edit' => 'Tip edit',
'tip_create' => 'Tip create',
'tip_create_group' => 'Select group of tip',
'tip_create_group_not_set' => 'Group not select',
'tip_create_title' => 'Tip title',
'tip_create_text' => 'Tip text',
'tip_create_target' => 'Tip target element',
'tip_create_target_note' => 'Element opposite which show tip. Start with #(id) or .(class)',
'tip_create_button_title' => 'Button text',
'tip_create_css_class' => 'Tip class',
'tip_create_css_class_note' => 'Custom css class of tip. Dont set if will not use it.',
'tip_create_option' => 'Options of tip',
'tip_create_option_tipLocation' => 'Side where will show tip',
'tip_create_option_tipLocation_default' => 'Default',
'tip_create_option_tipLocation_note' => 'Side in relation to parent.',
'tip_create_option_tipAnimation' => 'Hide effect',
'tip_create_option_tipAnimation_default' => 'Default',
'tip_create_save' => 'Save',
'tip_create_cancel' => 'Cancel',
'tip_create_preview' => 'Preview',
/**
* Menus
*/
'menu_user' => 'For user',
'menu_user_auth' => 'Athorized',
'menu_user_noauth' => 'No athorized',
'menu_tip_list' => 'Tips list',
'menu_users' => 'Users',
'group_delete_tips_exists' => 'Delete all tip of group before',
'toolbar_tip_repeat_tour' => 'Repeat tour on this page',
'edit' => 'Edit',
'delete' => 'Delete',
'location' => 'Location',
'animation' => 'Animation',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment