changed "No defintion" to "Old fixed definition"

This commit is contained in:
Ralf Becker 2011-11-21 10:01:08 +00:00
parent 2d7584d459
commit 7c9dd8086f
7 changed files with 8 additions and 8 deletions

View File

@ -285,7 +285,7 @@ class addressbook_hooks
'application' => 'addressbook' 'application' => 'addressbook'
)); ));
$options = array( $options = array(
'~nextmatch~' => lang('No definition') '~nextmatch~' => lang('Old fixed definition')
); );
$default_def = 'export-addressbook'; $default_def = 'export-addressbook';
foreach ((array)$definitions->get_definitions() as $identifier) foreach ((array)$definitions->get_definitions() as $identifier)

View File

@ -623,7 +623,7 @@ class calendar_hooks
'application' => 'calendar' 'application' => 'calendar'
)); ));
$options = array( $options = array(
'~nextmatch~' => lang('No definition') '~nextmatch~' => lang('Old fixed definition')
); );
foreach ((array)$definitions->get_definitions() as $identifier) foreach ((array)$definitions->get_definitions() as $identifier)
{ {

View File

@ -37,7 +37,7 @@ field labels importexport de Feld Beschreibung
field names importexport de Feld Name field names importexport de Feld Name
fieldseperator importexport de Feldtrenner fieldseperator importexport de Feldtrenner
finish importexport de Fertig finish importexport de Fertig
general importexport de Generell general preferences de Generell
header lines to skip importexport de Kopfzeilen zu überspringen header lines to skip importexport de Kopfzeilen zu überspringen
human friendly values importexport de Verwendet die Beschreibungen, anstatt der Internen Bezeichnungen human friendly values importexport de Verwendet die Beschreibungen, anstatt der Internen Bezeichnungen
if you specify an export definition, it will be used when you export preferences de Wenn Sie Export Definition erfassen , wird dieses Profil für den Export verwendet. if you specify an export definition, it will be used when you export preferences de Wenn Sie Export Definition erfassen , wird dieses Profil für den Export verwendet.
@ -56,6 +56,7 @@ manage mapping importexport de Zuordnung bearbeiten
next importexport de Weiter next importexport de Weiter
next run importexport de Nächster Import next run importexport de Nächster Import
no records selected importexport de Keine Datensätze ausgewählt no records selected importexport de Keine Datensätze ausgewählt
old fixed definition preferences de Alte feste Definition
please select file to import importexport de Bitte wählen Sie ein Import Datei please select file to import importexport de Bitte wählen Sie ein Import Datei
plugin importexport de Plug-In plugin importexport de Plug-In
preview importexport de Vorschau preview importexport de Vorschau

View File

@ -65,8 +65,8 @@ load sample file importexport en Load sample file
manage mapping importexport en Manage mapping manage mapping importexport en Manage mapping
next importexport en Next next importexport en Next
next run importexport en Next run next run importexport en Next run
no definition preferences en No definition
no records selected importexport en No records selected! no records selected importexport en No records selected!
old fixed definition preferences en Old fixed definition
please select file to import importexport en Please select file to import please select file to import importexport en Please select file to import
plugin importexport en Plugin plugin importexport en Plugin
preview importexport en Preview preview importexport en Preview
@ -99,4 +99,3 @@ users allowed to share their own definitions importexport en Users allowed to sh
which useres are allowed for this definition importexport en Which users are allowed to use this definition which useres are allowed for this definition importexport en Which users are allowed to use this definition
which users are allowed to use this definition importexport en Which users are allowed to use this definition which users are allowed to use this definition importexport en Which users are allowed to use this definition
you need to select an app and format first! importexport en You need to select an app and format first! you need to select an app and format first! importexport en You need to select an app and format first!
1 importexport en 1

View File

@ -411,7 +411,7 @@ class infolog_hooks
'application' => 'infolog' 'application' => 'infolog'
)); ));
$options = array( $options = array(
'~nextmatch~' => lang('No definition') '~nextmatch~' => lang('Old fixed definition')
); );
foreach ((array)$definitions->get_definitions() as $identifier) foreach ((array)$definitions->get_definitions() as $identifier)
{ {

View File

@ -190,7 +190,7 @@ class resources_hooks
'application' => 'resources' 'application' => 'resources'
)); ));
$options = array( $options = array(
'~nextmatch~' => lang('No definition') '~nextmatch~' => lang('Old fixed definition')
); );
$default_def = 'export-resources'; $default_def = 'export-resources';
foreach ((array)$definitions->get_definitions() as $identifier) foreach ((array)$definitions->get_definitions() as $identifier)

View File

@ -204,7 +204,7 @@ class timesheet_hooks
'application' => 'timesheet' 'application' => 'timesheet'
)); ));
$options = array( $options = array(
'~nextmatch~' => lang('No definition') '~nextmatch~' => lang('Old fixed definition')
); );
foreach ((array)$definitions->get_definitions() as $identifier) foreach ((array)$definitions->get_definitions() as $identifier)
{ {