mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-22 14:39:28 +00:00
3166 lines
59 KiB
PHP
3166 lines
59 KiB
PHP
<?php
|
|
/* Copyright (C) 2013 FH Technikum-Wien
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
$phrases = array(
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'student',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Student',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'student',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'vorname',
|
|
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Vorname',
|
|
'description' => '',
|
|
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'first name',
|
|
'description' => '',
|
|
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'nachname',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Nachname',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'last name',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'username',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Username',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'username',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'anrede',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Anrede',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Address',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'uid',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'UID',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'UID',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'mann',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Mann',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Man',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'frau',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Frau',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Woman',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'staatsbuergerschaft',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Staatsbürgerschaft',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'citizenship',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'geburtsdatum',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Geburtsdatum',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'date of birth',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'svnr',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Sozialversicherungsnummer',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Social insurance number',
|
|
'description' => 'social security number',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'ersatzkennzeichen',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Ersatzkennzeichen',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Replacement bearing',
|
|
'description' => 'Replacement Label',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bpk',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'bPK',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'bPK',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'geschlecht',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Geschlecht',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'gender',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'geburtsnation',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Geburtsnation',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'country of birth',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'geburtsort',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Geburtsort',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'place of birth',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'email',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'eMail',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'email',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'telefon',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Telefon',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'phone',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresse',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'address',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'nation',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Nation',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'nation',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'ort',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Ort',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'place',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'postleitzahl',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Postleitzahl',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Post code',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'strasse',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Strasse',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Street',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'titelpre',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'TitelPre',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'TitlePre',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'titelpost',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'TitelPost',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'TitlePost',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'matrikelnummer',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Matrikelnummer',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Matriculation number',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'personenkennzeichen',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'Personenkennzeichen',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'Personal identity number',
|
|
'description' => '',
|
|
)
|
|
)
|
|
),
|
|
array(
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'studentIn',
|
|
'phrases' => array(
|
|
array(
|
|
'sprache' => 'German',
|
|
'text' => 'StudentIn',
|
|
'description' => '',
|
|
),
|
|
array(
|
|
'sprache' => 'English',
|
|
'text' => 'student',
|
|
'description' => '',
|
|
)
|
|
)
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'person_id',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Person ID',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Person ID',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adressen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adressen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'addresses',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bankverbindungen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankverbindungen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'bank details',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'rechnungsadresse',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Rechnungsadresse',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'billing address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'heimatadresse',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Heimatadresse',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'home address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'co_name',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'abweichender Empfänger',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'c/o',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'gemeinde',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Gemeinde',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'municipality',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'gemeinde_waehlen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bitte gültige Gemeinde wählen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Please select a valid municipality',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'plz_waehlen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bitte gültige PLZ wählen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Please select a valid zip code',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'zustellung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Zustellung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'delivery',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'error_uidNotInPerson',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Die angegebene UID passt nicht zu der angegebenen Person',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Given UID is not assigned to the given Person',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'unruly',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Unruly',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Unruly',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'error_noBenutzer',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kein Benutzer gefunden',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'No User found',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'vornamen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Vornamen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'middle names',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'maennlich',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Männlich',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Male',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'weiblich',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Weiblich',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Female',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'zustelladresse',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Zustelladresse',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'postal address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'kontaktinformation',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontaktinformation',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'contact information',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'abweichenderEmpfaenger',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Abweich.Empf. (c/o)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'dissenting recipient (c/o)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stammdatenGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stammdaten gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Master data saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stammdatenNochNichtGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stammdaten schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close master data? Changes will be lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'kontaktdatenGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontaktdaten gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Contact data saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'kontaktdatenGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontaktdaten gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Contact data deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'bankdatenGeaendert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankdaten schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close banking data? Changes will be lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'bankdatenGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankdaten gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Banking data deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'bankdatenGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankdaten gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Banking data saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'anschrift',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Anschrift',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'bic',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'BIC',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'BIC',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'iban',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'IBAN',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'IBAN',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'blz',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'BLZ',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'bank no',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'kontonr',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontonr',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'account no',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'verrechnung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Verrechnung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'billing',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'mitarbeiterdaten',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Mitarbeiterdaten',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Employee Data',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stundensaetze',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stundensätze',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Hourly Rates',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'sachaufwand',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Sachaufwand',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Material Expenses',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'sachaufwandGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Sachaufwand gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Material expenses saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'sachaufwandGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Sachaufwand gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Material expenses deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'funktionGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Funktion gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Job function saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'funktionGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Funktion gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Job function deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'sachaufwandNochNichtGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Sachaufwand schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close material expenses? Changes will be lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'funktionNochNichtGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Funktion schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close job function? Changes will be lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stundensatzGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stundensatz gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Hourly rate saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stundensatzGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'stundensatz gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Hourly rate deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stundensatzNochNichtGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stundensätze schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close hourly rates? Changes will be lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'stundensatzWirklichLoeschen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Stundensatz mit dem Typ',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Delete hourly rate of type',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'dv_unternehmen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'DV/Unternehmen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'ec/company',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'mitarbeiterdatenGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Mitarbeiterdaten gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Employee data saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'adresseGespeichert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse gespeichert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Address saved',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'adresseGeloescht',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse gelöscht',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Address deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'kannNichtGeloeschtWerden',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'kann nicht gelöscht werden',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'cannot be deleted',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'alias',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Alias',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Alias',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'telefonklappe',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Telefonklappe',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Phone Ext.',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'ausbildung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Ausbildung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Higher Education',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'buero',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Büro',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Office',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'standort',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Standort',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Site',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'bismelden',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bismelden',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'report BIS',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'mitarbeiterdatenGeandert',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Mitarbeiterdaten schließen? Geänderte Daten gehen verloren!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Close employee data? Changes will bei lost!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'fixangestellt',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Fixangestellt',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'permanent employment',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'habilitation',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Habilitation',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Habilitation',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'funktionen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Funktionen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'job functions',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'fachbereich',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Fachbereich',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'specialist field',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'hrrelevant',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'HR relevant',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'HR-relevant',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'vertragsrelevant',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Vertragsrelevant',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Contract relevant',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'zuordnung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Zuordnung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Attribution',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'zuordnung_taetigkeit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Zuordnung/Tätigkeit',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Attribution/Job Title',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'wochenstunden',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Wochenstunden',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'working hours',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'abteilung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Abteilung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Department',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'abwesenheiten',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Abwesenheiten',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'off time',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'zeiterfassung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Zeiterfassung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'time recording',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'vertretung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Vertretung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'stand-in',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'erreichbarkeit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Erreichbarkeit',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'off time',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'person',
|
|
'phrase' => 'grund',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Grund',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'reason',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'firma_zusatz',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Firmenzusatz',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'add.company info',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresse_new',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse anlegen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'create address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresse_edit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse bearbeiten',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'edit address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresse_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse löschen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'delete address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresse_confirm_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse wirklich löschen?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Really delete address?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'kontakt_new',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontakt anlegen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'create contact data',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'kontakt_edit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontakt bearbeiten',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'edit contact data',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'kontakt_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontakt löschen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'delete contact data',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'kontakt_confirm_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Kontakt wirklich löschen?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Really delete contact data?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'privatkonto',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Privatkonto',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Private account',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'firmenkonto',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Firmenkonto',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Company Account',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bankvb_new',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankverbindung anlegen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'create bank details',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bankvb_edit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankverbindung bearbeiten',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'edit bank details',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bankvb_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankverbindung löschen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'delete bank details',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bankvb_confirm_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bankverbindung wirklich löschen?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Really delete bank details?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'aufmerksamDurch',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Aufmerksam durch',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'been brought to attention by',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'berufstaetigkeit',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Berufstätigkeit',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'professional activity',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'facheinschlaegigBerufstaetig',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Facheinschlägig berufstätig',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'employed in a relevant field',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bisstandort',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bisstandort',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'bis location',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'error_deleteHomeAdress',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Heimatadressen dürfen nicht gelöscht werden, da diese für die BIS-Meldung relevant sind. Um die Adresse dennoch zu löschen, entfernen sie das Häkchen bei Heimatadresse!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Home addresses may not be deleted as they are relevant for the BIS report. To delete the address anyway, uncheck the home address box!',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'wahlname',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Wahlname',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'elective name',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'familienstand',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Familienstand',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'marital status',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'foto',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Foto',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'photo',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'homepage',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Homepage',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'homepage',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'aktiv',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Aktiv',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'active',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'geschieden',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'geschieden',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'divorced',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'ledig',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'ledig',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'single',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'verheiratet',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'verheiratet',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'married',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'verwitwet',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'verwitwet',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'widowed',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'email_private',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'EMail (Privat)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'email (private)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'email_intern',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'EMail (Intern)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'email (intern)',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'weitereVornamen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Weitere Vornamen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'other first names',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'bestehendeAdresseUeberschreiben',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Bestehende Adresse überschreiben',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Replace existing address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresseHinzufuegen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse hinzufügen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Add new address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'adresseNichtAnlegen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Adresse nicht anlegen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Do not create address',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'land',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Land',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'nation',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'mobil',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Mobil',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'mobile phone',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'personAnlegen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Person anlegen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Create person',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
,
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'person',
|
|
'phrase' => 'personExistiertPruefung',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Prüfung ob Person bereits existiert',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Check if a person already exists',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
);
|
|
|