mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
changed "No defintion" to "Old fixed definition"
This commit is contained in:
parent
2d7584d459
commit
7c9dd8086f
@ -285,7 +285,7 @@ class addressbook_hooks
|
||||
'application' => 'addressbook'
|
||||
));
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
'~nextmatch~' => lang('Old fixed definition')
|
||||
);
|
||||
$default_def = 'export-addressbook';
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
|
@ -623,7 +623,7 @@ class calendar_hooks
|
||||
'application' => 'calendar'
|
||||
));
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
'~nextmatch~' => lang('Old fixed definition')
|
||||
);
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ field labels importexport de Feld Beschreibung
|
||||
field names importexport de Feld Name
|
||||
fieldseperator importexport de Feldtrenner
|
||||
finish importexport de Fertig
|
||||
general importexport de Generell
|
||||
general preferences de Generell
|
||||
header lines to skip importexport de Kopfzeilen zu überspringen
|
||||
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.
|
||||
@ -56,6 +56,7 @@ manage mapping importexport de Zuordnung bearbeiten
|
||||
next importexport de Weiter
|
||||
next run importexport de Nächster Import
|
||||
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
|
||||
plugin importexport de Plug-In
|
||||
preview importexport de Vorschau
|
||||
|
@ -65,8 +65,8 @@ load sample file importexport en Load sample file
|
||||
manage mapping importexport en Manage mapping
|
||||
next importexport en Next
|
||||
next run importexport en Next run
|
||||
no definition preferences en No definition
|
||||
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
|
||||
plugin importexport en Plugin
|
||||
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 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!
|
||||
1 importexport en 1
|
||||
|
@ -411,7 +411,7 @@ class infolog_hooks
|
||||
'application' => 'infolog'
|
||||
));
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
'~nextmatch~' => lang('Old fixed definition')
|
||||
);
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
{
|
||||
|
@ -190,7 +190,7 @@ class resources_hooks
|
||||
'application' => 'resources'
|
||||
));
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
'~nextmatch~' => lang('Old fixed definition')
|
||||
);
|
||||
$default_def = 'export-resources';
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
|
@ -204,7 +204,7 @@ class timesheet_hooks
|
||||
'application' => 'timesheet'
|
||||
));
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
'~nextmatch~' => lang('Old fixed definition')
|
||||
);
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user