Clean-up languages
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['alpha_dash_dot'] = '%s darf nur alpha-numerische Zeichen, Unterstriche, Bindestriche und Punkte enthalten.';
|
||||
$lang['alpha_slash_dot'] = '%s darf nur alpha-numerische Zeichen, Unterstriche, Bindestriche, Punkte und Schrägstriche enthalten.';
|
||||
$lang['min_date'] = '%s muss größer als %s sein.';
|
||||
$lang['max_date'] = '%s muss kleiner als %s sein.';
|
||||
$lang['min_size'] = '%s muss größer als %s sein.';
|
||||
$lang['max_size'] = '%s muss kleiner als %s sein.';
|
||||
$lang['transaction'] = 'Feld %s hatte einen Fehler bei %s.';
|
||||
$lang['unique'] = '%s ist bereits vorhanden.';
|
||||
$lang['unique_pair'] = 'Die Kombination von %s und %s ist bereits vergeben.';
|
||||
$lang['valid_date'] = '%s muss ein gültiges Datum enthalten.';
|
||||
$lang['valid_date_group'] = '%2$s müssen ein gültiges Datum enthalten.';
|
||||
$lang['valid_match'] = 'Das Feld %s darf nur %s entsprechen.';
|
||||
|
||||
$lang['related_required'] = 'Eine Beziehung des Feldes %s ist erforderlich.';
|
||||
$lang['related_min_size'] = 'Eine Beziehung des Feldes %s muss mindestens %s sein.';
|
||||
$lang['related_max_size'] = 'Eine Beziehung des Feldes %s darf maximal %s sein.';
|
||||
|
||||
$lang['dm_save_rel_failed'] = 'Die Beziehung des Feldes %s ist nicht korrekt definiert.';
|
||||
$lang['dm_save_rel_nothis'] = 'Beziehung des Feldes %s: Das Objekt ist nicht gespeichert.';
|
||||
$lang['dm_save_rel_noobj'] = 'Beziehung des Feldes %s: Das verwandte Objekt ist nicht gespeichert.';
|
||||
|
||||
/* End of file datamapper_lang.php */
|
||||
/* Location: ./application/language/german/datamapper_lang.php */
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['unique'] = "Ein Projekt mit diesem Namen existiert bereits";
|
||||
$lang['required'] = ""%s" ist ein Pflichtfeld.";
|
||||
$lang['isset'] = ""%s" muss einen Wert enthalten.";
|
||||
$lang['valid_email'] = ""%s" muss eine gültige E-Mail-Adresse enthalten.";
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['done'] = "Fertig";
|
||||
$lang['waiting'] = "Warte auf Start...";
|
||||
$lang['failed'] = "Fehlgeschlagen";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/german/jobs_lang.php */
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['project_own'] = "Eigenes Projekt";
|
||||
$lang['projects_own'] = "Eigene Projekte";
|
||||
$lang['project_shared'] = "Für mich freigegeben";
|
||||
$lang['projects_shared'] = "Für mich freigegeben";
|
||||
$lang['project_public'] = "Öffentliches Projekt";
|
||||
$lang['projects_public'] = "Öffentliche Projekte";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/german/projects_lang.php */
|
||||
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['settings'] = "Einstellungen";
|
||||
$lang['tab_personal'] = "Persönliche Daten";
|
||||
$lang['tab_settings'] = "Einstellungen";
|
||||
|
||||
$lang['projects_sortrecently'] = "Projekte nach Zeitpunkt des letzten Zugriffs sortieren";
|
||||
$lang['projects_sortrecently_note'] = "Werden die Projekte nach dem Zeitpunkt des letzten Zugriffs sortiert, "rutschen" die selten verwendeten Projekte in der Liste nach unten.";
|
||||
$lang['language_select'] = "Sprache";
|
||||
|
||||
/* End of file settings_lang.php */
|
||||
/* Location: ./application/language/german/settings_lang.php */
|
||||
@@ -1,21 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['alpha_dash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, and full stops.';
|
||||
$lang['alpha_slash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, slashes, and full stops.';
|
||||
$lang['min_date'] = 'The %s field must be at least %s.';
|
||||
$lang['max_date'] = 'The %s field can not exceed %s.';
|
||||
$lang['min_size'] = 'The %s field must be at least %s.';
|
||||
$lang['max_size'] = 'The %s field can not exceed %s.';
|
||||
$lang['transaction'] = 'The %s failed to %s.';
|
||||
$lang['unique'] = 'The %s you supplied is already taken.';
|
||||
$lang['unique_pair'] = 'The combination of %s and %s you supplied is already taken.';
|
||||
$lang['valid_date'] = 'The %s field must contain a valid date.';
|
||||
$lang['valid_date_group'] = 'The %2$s fields must contain a valid date.';
|
||||
$lang['valid_match'] = 'The %s field may only be %s.';
|
||||
|
||||
$lang['related_required'] = 'The %s relationship is required.';
|
||||
$lang['related_min_size'] = 'The %s relationship must be at least %s.';
|
||||
$lang['related_max_size'] = 'The %s relationship can not exceed %s.';
|
||||
|
||||
/* End of file datamapper_lang.php */
|
||||
/* Location: ./application/language/english/datamapper_lang.php */
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['unique'] = "A project with this name already exists.";
|
||||
$lang['required'] = "The %s field is required.";
|
||||
$lang['isset'] = "The %s field must have a value.";
|
||||
$lang['valid_email'] = "The %s field must contain a valid email address.";
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['done'] = "Complete";
|
||||
$lang['waiting'] = "Waiting for start...";
|
||||
$lang['failed'] = "Failed";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/english/jobs_lang.php */
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['project_own'] = "My project";
|
||||
$lang['projects_own'] = "My projects";
|
||||
$lang['project_shared'] = "Shared project";
|
||||
$lang['projects_shared'] = "Shared projects";
|
||||
$lang['project_public'] = "Public project";
|
||||
$lang['projects_public'] = "Public projects";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/german/projects_lang.php */
|
||||
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['settings'] = "Settings";
|
||||
$lang['tab_personal'] = "Personal Information";
|
||||
$lang['tab_settings'] = "Settings";
|
||||
|
||||
$lang['projects_sortrecently'] = "Sort projects by date of the last access";
|
||||
$lang['projects_sortrecently_note'] = "If the projects are sorted by the data of the last access, the rarely used projects "slip" to the end of the list.";
|
||||
$lang['language_select'] = "Language";
|
||||
|
||||
/* End of file settings_lang.php */
|
||||
/* Location: ./application/language/german/settings_lang.php */
|
||||
Reference in New Issue
Block a user