1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- return array(
- 'admin:views_counter' => "Views Counter",
- 'admin:views_counter:stats' => "Stats",
- 'admin:views_counter:entities' => "Entity Stats",
- 'admin:statistics:views_counter' => "Views counter",
- 'views_counter:stats:none' => "There are no views for this entity",
- 'views_counter' => 'Views counter',
- 'views_counter:add_counter_explanation' => 'If You add manually the function "add_views_counter()" for an entity then the plugin settings will be updated automatically.<br />If You use the view: "views_counter/add" the views_counter plugin will try to add a views counter for the entity full view file based on the elgg patterns for displaying entities',
- 'views_counter:admin_page' => 'Views counter admin page',
- 'views_counter:add_views_counter' => 'Add views counter to:',
- 'views_counter:container_id' => 'Views counter container ID',
- 'views_counter:container_id_explanation' => 'Enter a jquery selector. If defined the views number will be displayed inside this container via Javascript. eg. div#container',
- 'views_counter:display_views_counter' => 'Display views counter',
- 'views_counter:doc' => 'Views counter doc',
- 'views_counter:first_view' => 'First view',
- 'views_counter:float_direction' => 'Float direction',
- 'views_counter:guid' => 'GUID',
- 'views_counter:id' => 'ID',
- 'views_counter:left' => 'Left',
- 'views_counter:name_or_title' => 'Name or Title',
- 'views_counter:new_subtype_added' => 'The type "%s" was setted up on settings of views_counter plugin',
- 'views_counter:no' => 'No',
- 'views_counter:no_float' => 'No float',
- 'views_counter:not_loggedin' => 'Not loggedin',
- 'views_counter:remove_class' => 'Remove css class: "views_counter"',
- 'views_counter:right' => 'Right',
- 'views_counter:see_entities' => 'See entities',
- 'views_counter:select_type' => 'Select a type: ',
- 'views_counter:title_or_name' => 'Title or name',
- 'views_counter:user_name' => 'User name',
- 'views_counter:views' => 'Views',
- 'views_counter:views_by_user' => 'Views<br />by this user',
- 'views_counter:views_statistics' => 'Views statistics',
- 'views_counter:yes' => 'Yes',
- );
|