Skip to content

Commit 08f1113

Browse files
author
Florian Schaal
committed
add translation to dashboard (Fixes: #3865)
1 parent 8beb039 commit 08f1113

25 files changed

+26
-2
lines changed

interface/web/dashboard/dashlets/templates/modules.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ <h2>{tmpl_var name='available_modules_txt'}</h2>
99
<div class='title'>{tmpl_var name='modules_title'}</div>
1010
</div>
1111
</div>
12-
<a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
12+
<a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>{tmpl_var name='go_to_txt'} {tmpl_var name='modules_title'}</a>
1313
</li>
1414
</tmpl_loop>
1515
</ul>
16-
</div>
16+
</div>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Available Modules';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Налични Модули';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Módulos Disponíveis';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Modules disponibles';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Dostupné moduly';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Verfügbare Module';
3+
$wb['go_to_txt'] = 'Gehe zu';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Διαθέσιμα αρθρώματα';
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = "Available Modules";
3+
$wb['go_to_txt'] = 'Go to';
34
?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Módulos disponibles';
3+
$wb['go_to_txt'] = 'Go to';
34
?>

0 commit comments

Comments
 (0)