Files
UNIT3D-Community-Edition/lang/ca/forum.php
2024-05-23 13:58:29 +00:00

77 lines
3.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'action' => 'Acció',
'activity' => 'Activitat',
'approved' => 'Aprovat',
'author' => 'Autor',
'bug' => 'Bug',
'category-quick-search' => 'Cerca ràpida del nom del tema (dins de la categoria)',
'close-topic' => 'Bloqueja el tema',
'closed' => 'Tancat',
'create-new-topic' => 'Crea un nou tema',
'created' => 'Creat',
'current' => 'Actual',
'delete-topic' => 'Suprimeix aquest tema',
'denied' => 'Negat',
'dislike-post' => 'No t agrada aquesta publicació',
'display-forum' => 'Mostra els temes de',
'edit-post' => 'Edita el missatge',
'edit-topic' => 'Edita el tema',
'forum' => 'Fòrum',
'forums' => 'Fòrums',
'implemented' => 'Implementat',
'in' => 'In',
'invalid' => 'Invàlid',
'label' => 'Etiqueta',
'label-system' => 'Sistema detiquetes',
'last-message' => 'Últim missatge',
'last-post-info' => 'Informació de lúltim missatge',
'latest' => 'Últim',
'like-post' => 'Com aquest missatge',
'meta-category' => 'Llista de fòrums de la categoria',
'moderation' => 'Moderació',
'name' => 'Nom',
'not-connected' => 'Heu d estar connectat',
'not-subscribed' => 'No subscrit',
'open' => 'Obre',
'open-topic' => 'Obre aquest tema',
'permalink' => 'Permalink',
'pin' => 'Pin',
'post' => 'Publicació',
'post-quick-search' => 'Cerca ràpida del cos del missatge',
'posts' => 'Missatges',
'quote' => 'Cita',
'read-topic' => 'Llegiu el tema',
'replies' => 'Respostes',
'send-new-topic' => 'Desa aquest tema',
'solved' => 'Solucionat',
'state' => 'Estat',
'stats' => 'Estadístiques',
'subscribed' => 'Subscrit',
'subscription-quick-search' => 'Cerca ràpida del nom del tema (dins de les subscripcions)',
'suggestion' => 'Suggeriment',
'topic' => 'Tema',
'topic-closed' => 'Aquest tema està tancat',
'topic-name' => 'Nom del tema',
'topic-quick-search' => 'Cerca ràpida del nom del tema',
'topic-title' => 'Títol daquest tema',
'topics' => 'Temes',
'unpin' => 'Desvinculació',
'view-all' => 'Veure tots els temes',
'views' => 'Vistes',
];