mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
479 B
PHP
11 lines
479 B
PHP
<?php
|
|
$lang->counter = 'Contador';
|
|
$lang->cmd_select_date = 'Selecciona la fecha';
|
|
$lang->cmd_select_counter_type['hour'] = 'por hora';
|
|
$lang->cmd_select_counter_type['day'] = 'por día';
|
|
$lang->cmd_select_counter_type['month'] = 'por mes';
|
|
$lang->cmd_select_counter_type['year'] = 'por año';
|
|
$lang->total_counter = 'Estado actual Total';
|
|
$lang->selected_day_counter = 'Estado actual del día seleccionado';
|
|
$lang->unique_visitor = 'visitante';
|
|
$lang->pageview = 'Ver página';
|