Skip to content

Commit

Permalink
New translations filters.inc.php (Slovenian)
Browse files Browse the repository at this point in the history
  • Loading branch information
modxbot committed Apr 12, 2023
1 parent 90fe505 commit ffe393c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions core/lexicon/sl/filters.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Custom Filters English lexicon topic
*
* @language en
* @package modx
* @subpackage lexicon
*/
$_lang['ago'] = '[[+time]] ago';
$_lang['ago_day'] = '[[+time]] day';
$_lang['ago_days'] = '[[+time]] days';
$_lang['ago_hour'] = '[[+time]] hour';
$_lang['ago_hours'] = '[[+time]] hours';
$_lang['ago_minute'] = '1 minute';
$_lang['ago_minutes'] = '[[+time]] minutes';
$_lang['ago_month'] = '[[+time]] month';
$_lang['ago_months'] = '[[+time]] months';
$_lang['ago_seconds'] = '[[+time]] sec';
$_lang['ago_week'] = '[[+time]] week';
$_lang['ago_weeks'] = '[[+time]] weeks';
$_lang['ago_year'] = '[[+time]] year';
$_lang['ago_years'] = '[[+time]] years';
$_lang['today_at'] = 'today at [[+time]]';
$_lang['yesterday_at'] = 'yesterday at [[+time]]';

0 comments on commit ffe393c

Please sign in to comment.