Skip to content

Commit 35f291f

Browse files
Merge pull request #3 from ParmaU/patch-1
Create .italian.php
2 parents 1b2e4e3 + 11596d8 commit 35f291f

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
/**
4+
* @package Topic Solved
5+
* @version 1.0
6+
* @author Diego Andrés <diegoandres_cortes@outlook.com>
7+
* @copyright Copyright (c) 2022, SMF Tricks
8+
*@traduzione di Umberto Parma
9+
*/
10+
11+
// Main
12+
$txt['TopicSolved_settings'] = 'Impostazioni argomento risolto';
13+
$txt['TopicSolved_mark_solved'] = 'Risolto';
14+
$txt['TopicSolved_mark_unsolved'] = 'NON Risolto';
15+
16+
// Boards
17+
$txt['TopicSolved_board_solve'] = 'Può contrassegnare gli argomenti come risolti';
18+
$txt['TopicSolved_boards_select'] = 'Seleziona le bacheche in cui puoi contrassegnare gli argomenti come risolti';
19+
20+
// Error
21+
$txt['TopicSolved_error_no_topic'] = 'Nessun argomento specificato';
22+
$txt['TopicSolved_error_no_board'] = 'Questa bacheca non è configurata per consentire la risoluzione di argomenti';
23+
$txt['cannot_solve_topics_own'] = 'Non puoi risolvere i tuoi argomenti';
24+
$txt['cannot_solve_topics_any'] = 'Non puoi risolvere argomenti in questa bacheca';
25+
26+
// Permissions
27+
$txt['permissionname_solve_topics'] = 'Contrassegna gli argomenti come risolti';
28+
$txt['permissionname_solve_topics_own'] = 'Contrassegna i propri argomenti come risolti';
29+
$txt['permissionname_solve_topics_any'] = 'Contrassegna qualsiasi argomento come risolto';
30+
$txt['permissionhelp_solve_topics'] = 'La sua autorizzazione consente a un utente di contrassegnare un argomento come risolto';

0 commit comments

Comments
 (0)