This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathen.json
103 lines (103 loc) · 7.51 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"Counter": {
"PluginDescription": "Plugin that display an image counter with the site visits and page hits.",
"Settings": "Counters",
"Page_main": "Counters",
"Publish": "Publish",
"Unpublish": "Unpublish",
"Published_success_0": "Counter published.",
"Published_success_1": "Counters published.",
"Unpublished_success_0": "Counter unpublished.",
"Unpublished_success_1": "Counters unpublished.",
"Error_has_occurred": "An error has occurred!",
"Cache_clear_error": "An error occurred while clearing the cache! Cache is allready cleared or something went wrong.",
"Cache_cleared": "Cache was successfully cleared!",
"No_items": "Nothing found.",
"Id": "Site | Counter ID",
"Sitename": "Counter title",
"Sitename_nositename": "Without name",
"Code": "Counter code: ",
"Code_live": "Code for live visitors: ",
"Create": "Create",
"Edit": "Edit",
"Remove": "Remove",
"Remove_title": "Remove counter?",
"Remove_desc": "Are you sure you want to remove the counter?",
"Remove_error": "An error has occurred while removing counter.",
"Removed_0": "Counter was successfully removed!",
"Removed_1": "Counters was successfully removed!",
"List_make_selection": "Please select at least one element from the list.",
"Minutes": "minutes",
"Seconds": "seconds",
"Mseconds": "msec",
"Save_error": "An error has occurred while saving counter.",
"Saved": "Counter was successfully saved!",
"Params_site": "Site id",
"Params_siteselect": "Select a site",
"Params_site_desc": "Select a site to which you want to create a counter. <span style=\"color:red;\">You cannot create multiple counters for the same site!</span>",
"Params_sitename": "Sitename",
"Params_sitename_desc": "Sitename that displayed at the first row. You can leave this field blank. Due to the limitation of the GD2 library, you cannot use in the sitename characters other than Latin.",
"Params_sitename_pos_label": "Location of label with the name of the site",
"Params_visits_label": "Initial number of visits",
"Params_visits_desc": "This value will be added or subtracted to basic Piwik number of visits. For positove value just enter the number, for negative - use minus(-) sign. E.g. -1000000 to subtract or 1000000 to add. This offset will not be applied to 'Visitors by countries' template.",
"Params_views_label": "Initial number of views",
"Params_views_desc": "This value will be added or subtracted to basic Piwik number of views. For positove value just enter the number, for negative - use minus(-) sign. E.g. -1000000 to subtract or 1000000 to add. This offset will not be applied to 'Visitors by countries' template.",
"Params_format_numbers_label": "Format numbers",
"Params_format_numbers_desc": "Format numbers into human readable format.",
"Params_visitors_pos_label": "Location of label with the number of visits",
"Params_views_pos_label": "Location of label with the number of hits",
"Params_visitors_pos_desc": "The upper left corner of the label will be placed on these coordinates.",
"Params_img_size": "Image size",
"Params_img_size_desc": "Image size - width and height respectively.",
"Params_img_size_px": " px",
"Params_padd_left": "from left",
"Params_padd_top": " from above",
"Params_img_path": "Image filepath",
"Params_img_path_desc": "Absolute path to the image. The only supported types jpg, png, gif. Do not store any images in plugin folder as it will be deleted after plugin update.",
"Params_datestart": "Start date",
"Params_datestart_period": "or period",
"Params_datestart_desc": "Date from which will start counting visits. To compute all visits set the date when piwik was installed or date when site was added. Format - year-month-day<br />For example - 2000-01-01<br />If both fields are left blank, the date will be taken from the parameter <strong>date</strong> in the url.",
"Params_token_auth": "User token",
"Params_token_auth_desc": "The token of a user with view (preview) rights. If you do not specify, then piwik report an error, and the counter will be zero. You can also create additional users and assign the appropriate rights.",
"Params_fontpath": "Font filepath",
"Params_fontpath_desc": "Absolute path to a font file in TrueType format. Do not store any fonts in plugin folder as it will be deleted after plugin update.",
"Params_fontsize": "Font size",
"Params_fontsize_desc": "Font size - 7pt. For GD1 - 7px",
"Params_pos_sep": "Configuration labels",
"Params_pos_sep_sitename": "Label with the name of the site",
"Params_pos_sep_visits": "Label with the number of visits",
"Params_pos_sep_hits": "Label with the number of hits",
"Params_show_sitename": "Show the name of the site",
"Params_show_visits": "Show the number of visits",
"Params_show_views": "Show the number of hits",
"Params_colors_sitename": "Color of label with the name of the site",
"Params_colors_visits": "Color of label with the number of visits",
"Params_colors_views": "Color of label with the number of hits",
"Params_cache": "Cache image",
"Params_cache_clear": "Clear cache",
"Params_cache_clear_q": "Do you really want to clear the cache?",
"Params_cache_clear_button": "Clear",
"Params_cache_time": "Cache lifetime",
"Params_cache_time_desc": "When a period is selected from the list below, the cache is not less than the minimum value.",
"Path_empty": "The path is empty or not found!",
"Apply": "Apply",
"Preview": "Preview",
"Preview_notice": "To create a new image, it may take some time.",
"Counter_exists": "The counter for that site already exists!",
"Params_cache_off": "Not recommended to disable if you have not set up auto archiving of logs in cron.",
"Params_publish": "Counter is published?",
"Params_live_sep": "Live visitors counter",
"Params_live_period": "Return data for last N minutes",
"Params_live_interval": "Check interval for get updated data in msec",
"Params_live_interval_desc": "Minimum time is set to 10 seconds",
"Params_tpl_by_countries_sep": "Visitors by countries",
"Params_tpl_by_countries": "Custom template for \"visitors by countries\" data",
"Params_tpl_by_countries_desc": "Allowed tags are:<br />[nb_visits] - total number of visits;<br />[nb_actions] - total number of pageviews;<br />[nb_countries] - total number of countries. For visits, pageviews and countries you can use custom offset like [nb_actions offset=\"+200\"] or [nb_actions offset=\"-10\"]<br />[date start=\"2012-02-23\" format=\"F j, Y\"] - start date. Can have three attributes - 'start', 'end', 'format'. 'start' and 'end' - date range. 'format' - how to format resulting date(see PHP date()). If 'start' and/or 'end' ommited when start - default start date(see above) and 'end' - current date.<br />Data provided by this template is always static and updated only when viewing admin dashboard or triggering archiving. Leave this field blank if you don't want to use him.",
"Params_live_static": "Static live counter",
"Params_live_static_desc": "If set to \"Yes\" when script request data from server only when user request that page. Otherwise, the script will check the data at specified interval.",
"Params_live_elemid": "Element ID on the page",
"Params_live_elemid_desc": "Example:<br />\"Visitors: <span id=\"element_id\"></span>\"",
"Footer_found_err": "Found a bug in the plugin?",
"Footer_found_err_url": "http://киноархив.com/en/contact-form.html"
}
}