Skip to content

Instantly share code, notes, and snippets.

@Yukinii
Forked from DurbanVisuals/lang-model.txt
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save Yukinii/7cb4e802a91ae349dd7c to your computer and use it in GitHub Desktop.

Select an option

Save Yukinii/7cb4e802a91ae349dd7c to your computer and use it in GitHub Desktop.
conquery translation english file
/**
* Core Language File
*/
// Titles
$lang['core title welcome'] = "Willkommen zu %s";
// Buttons
$lang['core button admin'] = "Admin";
$lang['core button cancel'] = "Abbrechen";
$lang['core button close'] = "Schließen";
$lang['core button contact'] = "Kontakt";
$lang['core button filter'] = "Filtern";
$lang['core button home'] = "Home";
$lang['core button login'] = "Login";
$lang['core button logout'] = "Logout";
$lang['core button profile'] = "Profil";
$lang['core button reset'] = "Reset";
$lang['core button save'] = "Speichern";
$lang['core button search'] = "Suchen";
$lang['core button toggle_nav'] = "Navigation umschalten";
// Text
$lang['core text no'] = "Nein";
$lang['core text yes'] = "Ja";
$lang['core text donation'] = "Spender sachen";
// Errors
$lang['core error no_results'] = "Nichts gefunden!";
/**
* Settings Language File
*/
// Titles
$lang['admin settings title'] = "Einstellungen";
// Messages
$lang['admin settings msg save_success'] = "Einstellungen wurden gespeichert.";
// Errors
$lang['admin settings error save_failed'] = "Einstellungen konnten nicht gespeichert werden. Bitte versuche es später nochmals.";
/**
* Admin Language File
*/
// Titles
$lang['admin title admin'] = "Administration";
// Buttons
$lang['admin button csv_export'] = "CSV Export";
$lang['admin button dashboard'] = "Dashboard";
$lang['admin button delete'] = "Löschen";
$lang['admin button edit'] = "Ändern";
$lang['admin button messages'] = "Nachrichten";
$lang['admin button settings'] = "Einstellungen";
$lang['admin button users'] = "Benutzer";
$lang['admin button users_add'] = "Neuen Benutzer anlegen";
$lang['admin button users_list'] = "Benuzer auflisten";
$lang['admin button donations'] = "Spenden";
$lang['admin button connection'] = "Verbindungen";
$lang['admin button news'] = "Neuigkeiten";
$lang['admin button pages'] = "Seiten";
$lang['admin button modules'] = "Module";
// Tooltips
$lang['admin tooltip csv_export'] = "CSV Datei mit ausgewählten Filtern exportieren";
$lang['admin tooltip filter'] = "Ergebnisse filtern";
$lang['admin tooltip filter_reset'] = "Filter aufheben";
// Form Inputs
$lang['admin input active'] = "Activ";
$lang['admin input inactive'] = "Inactiv";
$lang['admin input items_per_page'] = "Einträge pro Seite";
$lang['admin input select'] = "auswählen...";
$lang['admin input username'] = "Benutzername";
// Table Columns
$lang['admin col actions'] = "Befehle";
$lang['admin col status'] = "Status";
// Form Labels
$lang['admin label rows'] = "%s Zeilen";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment