10 lines
294 B
PHP
10 lines
294 B
PHP
|
<?php
|
||
|
$labels['navtitle'] = 'Notities';
|
||
|
$labels['tags'] = 'Labels';
|
||
|
$labels['notes'] = 'Notities';
|
||
|
$labels['title'] = 'Titel';
|
||
|
$labels['listname'] = 'Naam';
|
||
|
$labels['tabsharing'] = 'Delen';
|
||
|
$labels['foldersubscribe'] = 'Permanent weergeven';
|
||
|
$labels['savingdata'] = 'Data wordt opgeslagen...';
|