1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-10 06:03:17 +00:00
pixelfed/resources/lang/oc/navmenu.php

14 lines
281 B
PHP
Raw Normal View History

2018-06-19 21:59:04 +02:00
<?php
return [
'viewMyProfile' => 'Veire mon perfil',
'myTimeline' => 'Ma cronologia',
'publicTimeline' => 'Cronologia publica',
'remoteFollow' => 'Seguir a distància',
'settings' => 'Paramètres',
'admin' => 'Admin',
'logout' => 'Desconnexion',
];