Fix conflicting label names

This commit is contained in:
Thomas 2011-09-13 17:07:54 +02:00
parent bf04d3fdbe
commit 7ef15d9c7a
4 changed files with 4 additions and 4 deletions

View file

@ -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;
}

View file

@ -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';

View file

@ -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';

View file

@ -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';