aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--day.php1
-rw-r--r--languages/german.inc.php2
-rw-r--r--languages/italian.inc.php2
-rw-r--r--month.php1
-rw-r--r--templates/default/calendar_nav.tpl2
-rw-r--r--templates/default/sidebar.tpl2
-rw-r--r--week.php1
-rw-r--r--year.php1
8 files changed, 8 insertions, 4 deletions
diff --git a/day.php b/day.php
index 0fc8333..068269e 100644
--- a/day.php
+++ b/day.php
@@ -96,6 +96,7 @@ $page->replace_tags(array(
'l_week' => $lang['l_week'],
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
diff --git a/languages/german.inc.php b/languages/german.inc.php
index 3e62ab4..de3e7ed 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -45,7 +45,7 @@ $lang['l_gomonth'] = 'Gehe zum aktuellen Monat';
$lang['l_goyear'] = 'Gehe zum aktuellen Jahr';
$lang['l_search'] = 'Suchen'; // the verb
$lang['l_results'] = 'Suchergebnisse';
-$lang['l_pick_multiple'] = 'Pick multiple';
+$lang['l_pick_multiple'] = 'Mehrfachauswahl';
$lang['l_query'] = 'Suche'; // will be followed by the search query
$lang['l_no_results'] = 'Keine Einträge gefunden';
$lang['l_goprint'] = 'Druckversion';
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index 74b62a4..afe6717 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -45,7 +45,7 @@ $lang['l_gomonth'] = 'Vai a Questo Mese';
$lang['l_goyear'] = 'Vai a Questo Anno';
$lang['l_search'] = 'Cerca'; // the verb
$lang['l_results'] = 'Risultati Ricerca';
-$lang['l_pick_multiple'] = 'Pick multiple';
+$lang['l_pick_multiple'] = 'Selezione multipla';
$lang['l_query'] = 'Chiave di ricerca'; // will be followed by the search query
$lang['l_no_results'] = 'Nessun evento trovato';
$lang['l_goprint'] = 'Versione Stampabile';
diff --git a/month.php b/month.php
index 3efc4ac..1ea839f 100644
--- a/month.php
+++ b/month.php
@@ -103,6 +103,7 @@ $page->replace_tags(array(
'l_download' => $lang['l_download'],
'l_this_months' => $lang['l_this_months'],
'l_search' => $lang['l_search'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
));
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index 67adc57..111fa35 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -42,7 +42,7 @@
</form>
<!-- switch show_goto off -->
<hr />
- <div class = 'G10BOLD'>Pick Multiple:</div>
+ <div class = 'G10BOLD'>{L_PICK_MULTIPLE}:</div>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="getdate" value="{GETDATE}"/>
<input type="hidden" name="cpath" value="{CPATH}"/>
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index d506bea..ba6ccd8 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -97,7 +97,7 @@
</form>
<!-- switch show_goto off -->
<hr />
- <div class = 'G10BOLD'>Pick Multiple:</div>
+ <div class = 'G10BOLD'>{L_PICK_MULTIPLE}:</div>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="getdate" value="{GETDATE}"/>
diff --git a/week.php b/week.php
index d863821..e5ee06b 100644
--- a/week.php
+++ b/week.php
@@ -103,6 +103,7 @@ $page->replace_tags(array(
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
'l_search' => $lang['l_search'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']
));
diff --git a/year.php b/year.php
index 4684004..ba967fc 100644
--- a/year.php
+++ b/year.php
@@ -45,6 +45,7 @@ $page->replace_tags(array(
'l_week' => $lang['l_week'],
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
+ 'l_pick_multiple' => $lang['l_pick_multiple'],
'l_powered_by' => $lang['l_powered_by'],
'l_this_site_is' => $lang['l_this_site_is']

© 2014-2024 Faster IT GmbH | imprint | privacy policy