mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
132 lines
2.6 KiB
PHP
132 lines
2.6 KiB
PHP
<?php
|
|
|
|
return[
|
|
"auto_approve" => [
|
|
"name" =>"Automatisch genehmigen",
|
|
|
|
],
|
|
"default_published_time" => [
|
|
"name" =>"Standardveröffentlichungszeit",
|
|
|
|
],
|
|
"default_adv_limit" => [
|
|
"name" =>"Standard-Anzeigenlimit",
|
|
|
|
],
|
|
"address" => [
|
|
"name" =>"Kontaktadresse",
|
|
|
|
],
|
|
"phone" => [
|
|
"name" =>"Kontakt-Telefon",
|
|
|
|
],
|
|
"contact_mail" => [
|
|
"name" =>"Mail kontaktieren",
|
|
"warning" =>"Automatisch hinzugefügter Site-Name <strong>info</strong> @sitename",
|
|
|
|
],
|
|
"map_coordinates_long" => [
|
|
"name" =>"Lange Koordinate abbilden",
|
|
|
|
],
|
|
"map_coordinates_lat" => [
|
|
"name" =>"Karte Lat-Koordinate",
|
|
|
|
],
|
|
"logo" => [
|
|
"name" =>"Logo",
|
|
|
|
],
|
|
"ogImage" => [
|
|
"name" =>"Social Share Logo",
|
|
"warning" =>"Die Auflösung sollte 1200 x 630 betragen.",
|
|
|
|
],
|
|
"currencies" => [
|
|
"name" =>"Aktive Währungen",
|
|
|
|
],
|
|
"site_address" => [
|
|
"name" =>"Website-Adresse",
|
|
"warning" =>"Automatisch hinzugefügt www. www. <strong>sitename.com</strong>",
|
|
|
|
],
|
|
"google_map_key" => [
|
|
"name" =>"Google Map-API-Schlüssel",
|
|
|
|
],
|
|
"default_country" => [
|
|
"name" =>"Land der Standardanzeige",
|
|
|
|
],
|
|
"default_city" => [
|
|
"name" =>"Standard-Anzeigenstadt",
|
|
|
|
],
|
|
"default_district" => [
|
|
"name" =>"Default Ad District",
|
|
|
|
],
|
|
"default_neighborhood" => [
|
|
"name" =>"Standard-Anzeigenumgebung",
|
|
|
|
],
|
|
"default_currency" => [
|
|
"name" =>"Standardwährung der Anzeige",
|
|
|
|
],
|
|
"default_GET" => [
|
|
"name" =>"Default Ad GET",
|
|
|
|
],
|
|
"twitter" => [
|
|
"name" =>"Twitter",
|
|
|
|
],
|
|
"facebook" => [
|
|
"name" =>"Facebook",
|
|
|
|
],
|
|
"youtube" => [
|
|
"name" =>"Youtube",
|
|
|
|
],
|
|
"google" => [
|
|
"name" =>"Google",
|
|
|
|
],
|
|
"watermark_type" => [
|
|
"name" =>"Wasserzeichentyp",
|
|
|
|
],
|
|
"watermark_text" => [
|
|
"name" =>"Wasserzeichentext",
|
|
|
|
],
|
|
"watermark_image" => [
|
|
"name" =>"Wasserzeichen Bild",
|
|
|
|
],
|
|
"watermark_position" => [
|
|
"name" =>"Wasserzeichen Position",
|
|
|
|
],
|
|
"watermark_opacity" => [
|
|
"name" =>"Wasserzeichen Deckkraft",
|
|
|
|
],
|
|
"listing_page_image" => [
|
|
"name" =>"Listing Page Image",
|
|
|
|
],
|
|
"enabled_currencies" => [
|
|
"name" =>"Aktivierte Währungen",
|
|
|
|
],
|
|
"google_statistic_code" => [
|
|
"name" =>"Google Statistic Code",
|
|
|
|
],
|
|
|
|
]; |