A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
473 B

<?php
return array(
'archiving' => array(
'title' => 'Archiving',
),
'display' => array(
'title' => 'Display',
),
'query' => array(
'number' => 'Query n°%d',
'title' => 'User queries',
),
'profile' => array(
'title' => 'Profile',
),
'reading' => array(
'title' => 'Reading',
),
'sharing' => array(
'title' => 'Sharing',
),
'shortcut' => array(
'title' => 'Shortcuts',
),
'user' => array(
'articles_and_size' => '%s articles (%s)',
),
);