Files
FHC-Core/application/phrases/infocenter.php
T
Paolo d7b700f781 - Added new FilterWidget in the Administration menu for the phrases
- Extension installer is visible only for system/extensions
- Removed the old phrases editor from Vilesci
- system/checksystem.php does not call anymore system/phrasesupdate.php
- system/phrasesupdate.php has been removed
- Added new directory application/phrases
- application/phrases contains one file for each phrases category, and one file contains all the phrases for that category
- Added new controller system/phrases/Manager to install phrases in the core
- Added new constants CORE_PHRASES_DIRECTORY, INSERT_BY, APP, CATEGORY, PHRASE, SPRACHE, TEXT and DESCRIPTION to libraries/PhrasesLib
- libraries/PhrasesLib now loads EPrintfLib
- Removed public methods getPhraseByApp, getPhraseInhalt, delPhrasentext, savePhrase, getPhrasentextById, insertPhraseinhalt, getVorlagetextById and updatePhraseInhalt from libraries/PhrasesLib
- Renamed public method getJSON to toJSON in libraries/PhrasesLib
- Added new public methods installFromCore and installFrom to libraries/PhrasesLib
- Added new private methods _installPhrases and _addPhrases to libraries/PhrasesLib
2021-11-16 17:22:24 +01:00

1153 lines
25 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' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'infocenter',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Infocenter',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Infocenter',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'dokumentenpruefung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokumentenprüfung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'document check',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvPruefung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV Prüfung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV exam',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvOrt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV Ort',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV place',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvDatum',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV Datum',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV date',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvNation',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV Nation',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV nation',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerbung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bewerbung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'application',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerber',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'applicant',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'reifepruefung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Reifeprüfung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Graduate',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'reifepruefungszeugnis',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Reifeprüfungszeugnis',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Leaving certificate',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerbungAbgeschickt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bewerbung abgeschickt',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'application sent',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'ausstellungsnation',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ausstellungsnation',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'issuing country',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'formalGeprueft',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'formal geprüft',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'formally checked',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nachzureichendeDokumente',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'nachzureichende Dokumente',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'documents to be hand in later',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nachzureichenAm',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'nachzureichen am',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'to be delivered on',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'anmerkungenZurBewerbung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Anmerkungen zur Bewerbung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Application Notes',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zugangBewerbung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zugang Bewerbung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Access application',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgv',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zugangsvoraussetzung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zugangsvoraussetzung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Access requirements',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zugangsvoraussetzungen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zugangsvoraussetzungen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Entry requirements',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'keineZugangsvoraussetzungenTxt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Keine Zugangsvoraussetzungen für den Studiengang definiert',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'No admission requirements defined for the course',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'letzteZgvUebernehmen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'letzte ZGV übernehmen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'last ZGV attended',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvRueckfragen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV Prüfung beantragen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'apply for a ZGV examination',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvErfuellt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV erfüllt',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV fulfilled',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvNichtErfuellt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV nicht erfüllt',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV unfulfilled',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvErfuelltPruefung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV mit Prüfungen erfüllt',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV fulfilled with exam',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'zgvInPruefung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV noch in Prüfung',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'ZGV still in review',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'absagegrund',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Absagegrund',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Reason for cancellation',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'absage',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Absage',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Cancellation',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'absageBestaetigen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Absage bestätigen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Confirm cancellation',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'absageBestaetigenTxt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bei Absage von InteressentInnen erhalten diese den Status "Abgewiesener" und deren ZGV-Daten können im Infocenter nicht mehr bearbeitet oder freigegeben werden. Alle nicht gespeicherten ZGV-Daten gehen verloren. Fortfahren?',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'If interested parties are rejected, they receive the status "rejected" and their ZGV data can no longer be edited or released in the Info Center. All ZGV data that has not been saved will be lost. Continue?',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'notizHinzufuegen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Notiz hinzufügen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Add note',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'tageKeineAktion',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Tage keine Aktion',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'days no action',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'anAusgewaehlte',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'an Ausgew&auml;hlte',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'to selected ones',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'interessentAbweisen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'InteressentIn abweisen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'reject applicant',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'interessentFreigeben',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'InteressentIn freigeben',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Approve applicant',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'interessentFreigebenTxt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bei Freigabe von InteressentInnen wird deren Interessentenstatus bestätigt und deren Zgvdaten können im Infocenter nicht mehr bearbeitet oder freigegeben werden.<br/> Alle nicht gespeicherten Zgvdaten gehen verloren.<br/> Fortfahren?',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'If interested parties are released, their interested party status is confirmed and their Zgv data can no longer be edited or released in the Infocenter. <br/> All Zgv data not saved will be lost. <br/> Continue?',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'freigabeBestaetigen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Freigabe bestätigen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Confirm approval',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nachfrist',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nachfrist',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'extended deadline',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerbungsfrist',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bewerbungsfrist',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'application deadline',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'notizAendern',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Notiz ändern',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Change note',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'parken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'parken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'park',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'ausparken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ausparken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'unpark',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'geparkt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'geparkt',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'parked',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'priorisierung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'prio',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'prio',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'dokumentWirdNachgereicht',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument wird nachgereicht',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Document will be submitted later',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'datumUngueltig',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Das Datumsformat ist ungültig oder liegt außerhalb des gültigen Bereichs. Bitte geben Sie ein gültiges Datum im Format tt.mm.jjjj ein.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Date is invalid or out of range. Please enter a valid date in the format dd.mm.yyyy.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'dokUngueltig',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bei dem Dokument ist keine Nachreichung möglich.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Date is invalid or out of range. Please enter a valid date in the format dd.mm.yyyy.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nachreichDatumNichtVergangenheit',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Das Datum der Nachreichung darf nicht in der Vergangenheit liegen.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'The date of submission may not be in the past.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberParken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn parken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Park applicant',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberAusparken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn ausparken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Unpark applicant',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nichtsZumAusparken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nichts zum ausparken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Nothing to park out',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'fehlerBeimAusparken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Fehler beim Ausparken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Parking error',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'fehlerBeimParken',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Fehler beim Parken',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Parking error',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberGeparktBis',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn geparkt bis',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Applicant parked until',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerbungMussAbgeschickt',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Die Bewerbung muss erst abgeschickt worden sein.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'The application needs to be sent first.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nurBachelorMasterFreigeben',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nur Bachelorstudiengänge/Masterstudiengänge können freigegeben werden.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Only bachelor/master programmes can be approved.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberOnHold',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn zurückstellen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Put applicant on hold',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberOnHoldEntfernen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zurückstellung entfernen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Remove on hold state',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'bewerberOnHoldBis',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'BewerberIn zurückgestellt bis',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Applicant on hold until',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'nichtsZumEntfernen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nichts zum Entfernen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Nothing to remove',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'fehlerBeimEntfernen',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Fehler beim Entfernen',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Error when removing',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'rueckstelldatumUeberschritten',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zurückstelldatum überschritten!',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Exceeded date for on hold!',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'parkenZurueckstellenInfo',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Geparkte und zurückgestellte BewerberInnen werden von der Bearbeitung temporär ausgenommen.
Geparkte BewerberInnen werden zum angegebenen Datum automatisch entparkt, während zurückgestellte BewerberInnen nur manuell durch Drücken des Buttons den Zurückgestellt-Status verlieren.
Bei einer Zurückstellung dient das Datum nur der Erinnerung.',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Parked applicants and applicants on hold are temporarily excluded from the infocenter workflow.
Parked applicants are unparked automatically, whereas applicants on hold loose the status only when clicking the button manually.
When on hold, the date is only a reminder.',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'rtPunkteEintragenInfo',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Es existierte bereits ein Bewerberstatus und eine Reihungstestteilnahme.
Deshalb wurde bei der Freigabe der Bewerberstatus automatisch hinzugefügt und der Bewerber als Reihungstestabsolvent markiert.
Die Reihungstestpunkte müssen aber noch manuell eingetragen werden!',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'An applicant status and a placement test participation already existed for this person.
Thus, the applicant status was added automatically and the applicant was marked as placement test participant.
However, the placement test result is yet to be entered manually!',
'description' => '',
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'rtErgebnisExistiert',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Es existiert bereits ein RT-Ergebnis',
'description' => '',
),
array(
'sprache' => 'English',
'text' => 'Placement test result already exists',
'description' => '',
)
)
)
);