From 7c9dd8086f65b21f519c32a335cfa35558485b1b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 21 Nov 2011 10:01:08 +0000 Subject: [PATCH] changed "No defintion" to "Old fixed definition" --- addressbook/inc/class.addressbook_hooks.inc.php | 2 +- calendar/inc/class.calendar_hooks.inc.php | 2 +- importexport/lang/egw_de.lang | 3 ++- importexport/lang/egw_en.lang | 3 +-- infolog/inc/class.infolog_hooks.inc.php | 2 +- resources/inc/class.resources_hooks.inc.php | 2 +- timesheet/inc/class.timesheet_hooks.inc.php | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 2701236766..4bed8456d2 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -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) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index fd9d8a3864..7dc76cf3a8 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -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) { diff --git a/importexport/lang/egw_de.lang b/importexport/lang/egw_de.lang index a17922ff1a..6e6942f6dd 100644 --- a/importexport/lang/egw_de.lang +++ b/importexport/lang/egw_de.lang @@ -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 diff --git a/importexport/lang/egw_en.lang b/importexport/lang/egw_en.lang index 91859c0a7e..10b7377bb2 100644 --- a/importexport/lang/egw_en.lang +++ b/importexport/lang/egw_en.lang @@ -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 diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index d3cc2bae30..ce78415f64 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -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) { diff --git a/resources/inc/class.resources_hooks.inc.php b/resources/inc/class.resources_hooks.inc.php index 1f359ce742..d09636c9e1 100644 --- a/resources/inc/class.resources_hooks.inc.php +++ b/resources/inc/class.resources_hooks.inc.php @@ -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) diff --git a/timesheet/inc/class.timesheet_hooks.inc.php b/timesheet/inc/class.timesheet_hooks.inc.php index 4c84b59807..781e2b9213 100644 --- a/timesheet/inc/class.timesheet_hooks.inc.php +++ b/timesheet/inc/class.timesheet_hooks.inc.php @@ -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) {