• All Elements
Packages
  • [Backend]
  • [Implementation]
  • [Implementation]-[Backend]
  • [Plugins]
[Plugins]


  • Package Elements
  • Class Hierarchy

Quick Menu
  • Description

feindura - Docs

  • Back to feindura.org
  • Startpage
  • Feindura Class
Welcome
Documentation
CHANGELOG | LICENSE

Source for file de.php

Documentation is available at de.php


Show Example
  1. <?php
  2. /**
  3.  * GERMAN (DE) plugin language file
  4.  * 
  5.  * NEEDS a RETURN $pluginLangFile; at the END
  6.  * 
  7.  * 
  8.  * Every plugin language file has to have:
  9.  *    - $pluginLangFile['feinduraPlugin_title']        = 'Exampletitle';
  10.  *    - $pluginLangFile['feinduraPlugin_description']  = 'This is an example plugin dscription.';
  11.  *  
  12.  * If the array key has an "configname_tip" on the end it will be used as toolTip.
  13.  * E.g.:
  14.  * $pluginLangFile['exampleconfig_tip'] = 'Example config tooltip text';
  15.  * 
  16.  * @package [Plugins]
  17.  * @subpackage imageGallery
  18.  */
  19.  
  20. /* PLUGIN ************************************************************************************ */
  21.  
  22. $pluginLangFile['feinduraPlugin_title']        = 'Ordner-Bildergalerie';
  23. $pluginLangFile['feinduraPlugin_description']  = 'Listet Bilder aus einem Ordner als Galerie auf. Dabei wird für jedes Bild im Ordner automatisch ein Vorschaubild erstellt. Beim anklicken werden die Bilder in einer <a href="http://reghellin.com/milkbox/">Lightbox</a> vergr&ouml;&szlig;ert.';
  24.  
  25. /* CONFIG ************************************************************************************ */
  26.  
  27. $pluginLangFile['galleryPath']         = 'Pfad der Galerie';
  28. $pluginLangFile['galleryPath_tip']     = 'Absoluter Pfad des Ordners in dem sich die Bilder befinden::z.B. &quot;/upload/Bildergalerie1&quot;';
  29. $pluginLangFile['galleryTitle']        = 'Galerietitel';
  30. $pluginLangFile['previewImage']        = 'Dateiname des Vorschaubildes';
  31. $pluginLangFile['imageWidthNumber']          = 'Bilderbreite';
  32. $pluginLangFile['imageWidthNumber_tip']      = 'in Pixel';
  33. $pluginLangFile['imageHeightNumber']         = 'Bilderh&ouml;he';
  34. $pluginLangFile['imageHeightNumber_tip']     = 'in Pixel';
  35. $pluginLangFile['thumbnailWidthNumber']      = 'Vorschaubildbreite';
  36. $pluginLangFile['thumbnailWidthNumber_tip']  = 'in Pixel';
  37. $pluginLangFile['thumbnailHeightNumber']     = 'Vorschaubildh&ouml;he';
  38. $pluginLangFile['thumbnailHeightNumber_tip'] = 'in Pixel';
  39. $pluginLangFile['filenameCaptions']    = 'Dateiname als Bildunterschriften';
  40. $pluginLangFile['filenameCaptions_tip'] = 'Verwendet den Dateinamen (ohne Endung) als Bildunterschriften, wenn keine Zeile für diese Datei in einer captions.txt existiert.';
  41. $pluginLangFile['tagSelection']                 = 'HTML-Tag';
  42. $pluginLangFile['tagSelection_tip']             = 'Der HTML-Tag f&uuml;r die Auflistung der Bilder::Folgende HTML-Tags sind erlaubt: &quot;table&quot;, &quot;ul&quot; oder nichts.';
  43. $pluginLangFile['breakAfterNumber']          = 'Umbruch nach';
  44. $pluginLangFile['breakAfterNumber_tip']      = 'Ist nur wirksam wenn bei Auflistungs HTML-Tag &quot;table&quot; angegeben wurde:: Gibt dann an nach wieviel Bildern eine neue Zeile erzeugt wird.';
  45.  
  46.  
  47. // -----------------------------------------------------------------------------------------------
  48. // RETURN ****************************************************************************************
  49. // -----------------------------------------------------------------------------------------------
  50. return $pluginLangFile;
  51.  
  52. ?>


The feindura API reference was generated from the comments in the feindura source code on Sat, 01 Dec 2012 21:56:46 +0000 by phpDocumentor 1.4.3
feindura - Flat File Content Management System, Copyright © Fabian Vogelsteller [frozeman.de]