Fix conflicting label names
This commit is contained in:
parent
bf04d3fdbe
commit
7ef15d9c7a
4 changed files with 4 additions and 4 deletions
|
@ -464,7 +464,7 @@ class calendar_ui
|
|||
|
||||
$table->add('label', '');
|
||||
$table->add(null, $radio->show('', array('value' => 'until', 'id' => 'edit-recurrence-repeat-until')) . ' ' .
|
||||
$this->cal->gettext('until') . ' ' . $input->show(''));
|
||||
$this->cal->gettext('untildate') . ' ' . $input->show(''));
|
||||
$html = $table->show();
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -208,7 +208,7 @@ $labels['weeks'] = 'Woche(n)';
|
|||
$labels['months'] = 'Monat(e)';
|
||||
$labels['years'] = 'Jahre(e) im:';
|
||||
$labels['bydays'] = 'Am';
|
||||
$labels['until'] = 'am';
|
||||
$labels['untildate'] = 'am';
|
||||
$labels['each'] = 'Jeden';
|
||||
$labels['onevery'] = 'An jedem';
|
||||
$labels['onsamedate'] = 'Am gleichen Tag';
|
||||
|
|
|
@ -208,7 +208,7 @@ $labels['weeks'] = 'Woche(n)';
|
|||
$labels['months'] = 'Monat(e)';
|
||||
$labels['years'] = 'Jahre(e) im:';
|
||||
$labels['bydays'] = 'Am';
|
||||
$labels['until'] = 'am';
|
||||
$labels['untildate'] = 'am';
|
||||
$labels['each'] = 'Jeden';
|
||||
$labels['onevery'] = 'An jedem';
|
||||
$labels['onsamedate'] = 'Am gleichen Tag';
|
||||
|
|
|
@ -209,7 +209,7 @@ $labels['weeks'] = 'week(s)';
|
|||
$labels['months'] = 'month(s)';
|
||||
$labels['years'] = 'year(s) in:';
|
||||
$labels['bydays'] = 'On';
|
||||
$labels['until'] = 'the';
|
||||
$labels['untildate'] = 'the';
|
||||
$labels['each'] = 'Each';
|
||||
$labels['onevery'] = 'On every';
|
||||
$labels['onsamedate'] = 'On the same date';
|
||||
|
|
Loading…
Add table
Reference in a new issue