mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 04:59:06 -06:00
77 lines
3.5 KiB
PHP
77 lines
3.5 KiB
PHP
<?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 d’etiquetes',
|
||
'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 d’aquest tema',
|
||
'topics' => 'Temes',
|
||
'unpin' => 'Desvinculació',
|
||
'view-all' => 'Veure tots els temes',
|
||
'views' => 'Vistes',
|
||
];
|