pixelfed/resources/lang/es/timeline.php

8 lines
93 B
PHP
Raw Normal View History

2018-06-01 15:17:50 +00:00
+<?php
+
+return [
+
+ 'emptyPersonalTimeline' => 'Tu línea temporal está vacía.'
+
+];