HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/modules/AOS_Products/language/ge_ge.lang.php
<?php
/**
 * Products, Quotations & Invoices modules.
 * Extensions to SugarCRM
 * @package Advanced OpenSales for SugarCRM
 * @subpackage Products
 * @copyright SalesAgility Ltd http://www.salesagility.com
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
 * the Free Software Foundation; either version 3 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 AFFERO GENERAL PUBLIC LICENSE
 * along with this program; if not, see http://www.gnu.org/licenses
 * or write to the Free Software Foundation,Inc., 51 Franklin Street,
 * Fifth Floor, Boston, MA 02110-1301  USA
 *
 * @author Salesagility Ltd <support@salesagility.com>
 *
 * German localisation by Claudia Haring, claudia.haring@kamux.de
 *
 */

$mod_strings = array (
  'LBL_ASSIGNED_TO_ID' => 'Zugewiesen an ID',
  'LBL_ASSIGNED_TO_NAME' => 'Zugewiesen an',
  'LBL_ID' => 'ID',
  'LBL_DATE_ENTERED' => 'Erstellt am:',
  'LBL_DATE_MODIFIED' => 'Geändert am:',
  'LBL_MODIFIED' => 'Geändert von:',
  'LBL_MODIFIED_ID' => 'Geändert von ID',
  'LBL_MODIFIED_NAME' => 'Geändert von',
  'LBL_CREATED' => 'Erstellt von',
  'LBL_CREATED_ID' => 'Erstellt von ID',
  'LBL_DESCRIPTION' => 'Beschreibung',
  'LBL_DELETED' => 'Gelöscht',
  'LBL_NAME' => 'Produkt Name',
  'LBL_CREATED_USER' => 'Erstellt von Name',
  'LBL_MODIFIED_USER' => 'Geändert von Name',
  'LBL_LIST_FORM_TITLE' => 'Produktliste',
  'LBL_MODULE_NAME' => 'Produkte',
  'LBL_MODULE_TITLE' => 'Produkte',
  'LBL_HOMEPAGE_TITLE' => 'Meine Produkte',
  'LNK_NEW_RECORD' => 'Neues Produkt',
  'LNK_LIST' => 'Produkte',
  'LBL_SEARCH_FORM_TITLE' => 'Produkt Suche',
  'LBL_HISTORY_SUBPANEL_TITLE' => 'änderungsprotokoll',
  'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Aktivitäten',
  'LBL_AOS_PRODUCTS_SUBPANEL_TITLE' => 'Produkte',
  'LBL_NEW_FORM_TITLE' => 'Neues Produkt',
  'LBL_MAINCODE' => 'Produkt Nummer',
  'VALUE' => 'Produkt Name',
  'LBL_PART_NUMBER' => 'Artikelnummer',
  'LBL_CATEGORY' => 'Kategorie Name',
  'LBL_TYPE' => 'Produkt Typ',
  'LBL_COST' => 'EK',
  'LBL_PRICE' => 'VK',
  'LBL_URL' => 'URL',
  'LBL_CONTACT' => 'Kontakt',
  'LBL_PRODUCT_IMAGE' => 'Produktbild',
  'LBL_IMAGE_UPLOAD_FAIL' => 'Fehler: die hochgeladene Datei überschreitet die maximal erlaubte Dateigröße, erlaubt sind: ',
);
?>