Gallery (lz_gallery)

  • brainkiller2000 brainkill...
    Jedi-Meister
    0 x
    294 Beiträge
    0 Hilfreiche Beiträge
    03. 05. 2003, 15:10

    Hallo Leute,

    wer weiß wo ich in der Gallery ( lz_gallery) folgendes ins Deutsche ändern kann:

    Displaying results 1 to 1 out of 1

    Danke

    MfG
    BK


  • 1
  • Bernd Bernd
    R2-D2
    0 x
    114 Beiträge
    0 Hilfreiche Beiträge
    05. 05. 2003, 09:14

    In dem Verzeichnis in dem die Extension installiert ist, gibt es ein Unterverzeichnis pi. Dort gibt es eine Datei locallang.php. Deren Inhalt ersetzt Du einfach mit:

    [code:1:a84b281208]

    <?php
    /**
    * Language labels for plugin "tx_lzgallery_pi1"
    *
    * This file is detected by the translation tool.
    */

    $LOCAL_LANG = Array (
    'default' => Array (
    'page' => 'Page',
    'previous' => '< Previous',
    'next' => 'Next >',
    'back' => 'Back',
    'reset' => 'Reset',
    'submit' => 'Submit',
    'numpics' => '#',
    'colrows' => 'Display',
    'colrows_1x1' => '1 x 1',
    'colrows_2x2' => '2 x 2',
    'colrows_3x3' => '3 x 3',
    'colrows_4x4' => '4 x 4',
    'colrows_5x5' => '5 x 5',
    'clickmode' => 'Click-mode',
    'clickmode_samewindow' => 'Effects',
    'clickmode_samewindow_noeffect' => 'Standard',
    'clickmode_newwindow' => 'Popup Window',
    'clickmode_samewindow_max' => 'Maximixe',
    'colors' => 'Reduce Colors',
    'colors_normal' => 'Normal',
    'colors_2' => '2 colors',
    'colors_4' => '4 colors',
    'colors_8' => '8 colors',
    'colors_16' => '16 colors',
    'colors_32' => '32 colors',
    'colors_64' => '64 colors',
    'colors_128' => '128 colors',
    'colors_256' => '256 colors',
    'rotation' => 'rotation',
    'rotation_0' => '0 °',
    'rotation_45' => '45 °',
    'rotation_90' => '90 °',
    'rotation_135' => '135 °',
    'rotation_180' => '180 °',
    'rotation_225' => '225 °',
    'rotation_270' => '270 °',
    'rotation_315' => '315 °',
    'effect' => 'Effecten',
    'effect_normal' => 'None',
    'effect_enhance' => 'Enhance',
    'effect_negate' => 'Negate',
    'effect_dither' => 'Dither',
    'numcols' => 'Columns',
    'numrows' => 'Rows',
    'maxwidth' => 'Width',
    'maxwidth_540' => '540 pixels',
    'maxwidth_640' => '640 pixels',
    'maxwidth_800' => '800 pixels',
    'maxwidth_1024' => '1024 pixels',
    'charcoal' => 'Charcoal',
    'swirl' => 'Swirl',
    'implode' => 'Implode',
    'gamma' => 'Gamma',
    'gamma_1' => 'Normal',
    'mirror' => 'Mirror',
    'mirror_normal' => 'None',
    'mirror_flip' => 'Flip',
    'mirror_flop' => 'Flop',
    'mirror_both' => 'Both',
    'channel' => 'Channel',
    'channel_all' => 'All',
    'channel_blue' => 'Blue',
    'channel_red' => 'Red',
    'channel_green' => 'Green',
    'channel_cyan' => 'Cyan',
    'channel_yellow' => 'Yellow',
    'contrast' => 'Contrast',
    'contrast_0' => 'Normal',
    'brightness' => 'Brightness',
    'saturation' => 'Saturation',
    'hue' => 'Hue',
    'amplitude' => 'Amplitude',
    'wavelength' => 'Wavelength',
    'spread' => 'Spread',
    'solarize' => 'Solarize',
    ),
    'dk' => Array (
    ),
    'de' => Array (
    'page' => 'Seite',
    'previous' => '< Vorherige',
    'next' => 'N$auml;chste >',
    'back' => 'Zurück',
    'reset' => 'Reset',
    'submit' => 'Abschicken',
    'numpics' => '#',
    'colrows' => 'Anzeige',
    'colrows_1x1' => '1 x 1',
    'colrows_2x2' => '2 x 2',
    'colrows_3x3' => '3 x 3',
    'colrows_4x4' => '4 x 4',
    'colrows_5x5' => '5 x 5',
    'clickmode' => 'Click-mode',
    'clickmode_samewindow' => 'Effekte',
    'clickmode_samewindow_noeffect' => 'Standard',
    'clickmode_newwindow' => 'Popup Window',
    'clickmode_samewindow_max' => 'Maximieren',
    'colors' => 'Farben reduzieren',
    'colors_normal' => 'Normal',
    'colors_2' => '2 Farben',
    'colors_4' => '4 Farben',
    'colors_8' => '8 Farben',
    'colors_16' => '16 Farben',
    'colors_32' => '32 Farben',
    'colors_64' => '64 Farben',
    'colors_128' => '128 Farben',
    'colors_256' => '256 Farben',
    'rotation' => 'Drehung',
    'rotation_0' => '0 °',
    'rotation_45' => '45 °',
    'rotation_90' => '90 °',
    'rotation_135' => '135 °',
    'rotation_180' => '180 °',
    'rotation_225' => '225 °',
    'rotation_270' => '270 °',
    'rotation_315' => '315 °',
    'effect' => 'Effekte',
    'effect_normal' => 'Keine',
    'effect_enhance' => 'Enhance',
    'effect_negate' => 'Negate',
    'effect_dither' => 'Dither',
    'numcols' => 'Spalten',
    'numrows' => 'Zeilen',
    'maxwidth' => 'Breite',
    'maxwidth_540' => '540 Pixel',
    'maxwidth_640' => '640 Pixel',
    'maxwidth_800' => '800 Pixel',
    'maxwidth_1024' => '1024 Pixel',
    'charcoal' => 'Charcoal',
    'swirl' => 'Swirl',
    'implode' => 'Implode',
    'gamma' => 'Gamma',
    'gamma_1' => 'Normal',
    'mirror' => 'Spiegeln',
    'mirror_normal' => 'Keine',
    'mirror_flip' => 'Flip',
    'mirror_flop' => 'Flop',
    'mirror_both' => 'Beide',
    'channel' => 'Kanal',
    'channel_all' => 'Alle',
    'channel_blue' => 'Blau',
    'channel_red' => 'Rot',
    'channel_green' => 'Grün',
    'channel_cyan' => 'Cyan',
    'channel_yellow' => 'Gelb',
    'contrast' => 'Kontrast',
    'contrast_0' => 'Normal',
    'brightness' => 'Helligkeit',
    'saturation' => 'Sättigung',
    'hue' => 'Hue',
    'amplitude' => 'Amplitude',
    'wavelength' => 'Wellenlänge',
    'spread' => 'Spread',
    'solarize' => 'Solarize',
    ),
    'no' => Array (
    ),
    'it' => Array (
    ),
    'fr' => Array (
    ),
    'es' => Array (
    ),
    'nl' => Array (
    'page' => 'Pagina',
    'previous' => '< Vorige',
    'next' => 'Volgende >',
    'back' => 'Terug',
    'reset' => 'Herstel',
    'submit' => 'Verzenden',
    'numpics' => '#',
    'clickmode' => 'Klik-modus',
    'clickmode_samewindow' => 'Effecten',
    'clickmode_samewindow_noeffect' => 'Standaard',
    'clickmode_newwindow' => 'Popup Venster',
    'clickmode_samewindow_max' => 'Maximaliseren',
    'colors' => 'Kleuren',
    'colors_normal' => 'Normaal',
    'colors_2' => '2 kleuren',
    'colors_4' => '4 kleuren',
    'colors_8' => '8 kleuren',
    'colors_16' => '16 kleuren',
    'colors_32' => '32 kleuren',
    'colors_64' => '64 kleuren',
    'colors_128' => '128 kleuren',
    'colors_256' => '256 kleuren',
    'rotation' => 'Draaiing',
    'rotation_0' => '0 °',
    'rotation_45' => '45 °',
    'rotation_90' => '90 °',
    'rotation_135' => '135 °',
    'rotation_180' => '180 °',
    'rotation_225' => '225 °',
    'rotation_270' => '270 °',
    'rotation_315' => '315 °',
    'effect' => 'Effecten',
    'effect_normal' => 'Geen',
    'effect_enhance' => 'Verbeteren',
    'effect_negate' => 'Negatief',
    'effect_dither' => 'Verstrooing',
    'numcols' => 'Kolommen',
    'numrows' => 'Rijen',
    'maxwidth' => 'Schermbreedte',
    'maxwidth_540' => '540 pixels',
    'maxwidth_640' => '640 pixels',
    'maxwidth_800' => '800 pixels',
    'maxwidth_1024' => '1024 pixels',
    'charcoal' => 'Houtskool',
    'swirl' => 'Draaikolk',
    'implode' => 'Imploderen',
    'gamma' => 'Gamma',
    'gamma_1' => 'Normaal',
    'mirror' => 'Spiegelen',
    'mirror_normal' => 'Niet',
    'mirror_flip' => 'Vert.',
    'mirror_flop' => 'Hori.',
    'mirror_both' => 'Beide',
    'channel' => 'Kanaal',
    'channel_all' => 'Alle',
    'channel_blue' => 'Blauw',
    'channel_red' => 'Rood',
    'channel_green' => 'Groen',
    'channel_cyan' => 'Cyaan',
    'channel_yellow' => 'Geel',
    'contrast' => 'Contrast',
    'contrast_0' => 'Normaal',
    'brightness' => 'Helderheid',
    'saturation' => 'Verzadiging',
    'hue' => 'Tint',
    'amplitude' => 'Amplitude',
    'wavelength' => 'Golflengte',
    'spread' => 'Spreiding',
    'solarize' => 'Overbelicht',
    ),
    'cz' => Array (
    ),
    'pl' => Array (
    ),
    'si' => Array (
    ),
    'fi' => Array (
    ),
    'tr' => Array (
    ),
    'se' => Array (
    ),
    'pt' => Array (
    ),
    'ru' => Array (
    ),
    'ro' => Array (
    ),
    'ch' => Array (
    ),
    'sk' => Array (
    ),
    'lt' => Array (
    ),
    'is' => Array (
    ),
    'hr' => Array (
    ),
    'hu' => Array (
    ),
    'gl' => Array (
    ),
    );
    ?>

    [/code:1:a84b281208]

  • brainkiller2000 brainkill...
    Jedi-Meister
    0 x
    294 Beiträge
    0 Hilfreiche Beiträge
    05. 05. 2003, 10:44

    Hi,

    das kenne ich schon !

    Aber wo kann ich folgender übersetzen:

    "Displaying results 1 to 1 out of 1"

    oder übersehe ich das immer !?

    MfG
    BK

  • brainkiller2000 brainkill...
    Jedi-Meister
    0 x
    294 Beiträge
    0 Hilfreiche Beiträge
    20. 05. 2003, 06:33

    Also ich habs jetzt !! :-)

    Das muss ins Template ( SETUP):

    plugin.tx_lzgallery_pi1._LOCAL_LANG.default.pi_list_browseresults_displays = Angezeigte Resultate ###SPAN_BEGIN###%s von %s</span> von insgesammt ###SPAN_BEGIN###%s</span>
    plugin.tx_lzgallery_pi1._LOCAL_LANG.default.pi_list_browseresults_next = Nächster >
    plugin.tx_lzgallery_pi1._LOCAL_LANG.default.pi_list_browseresults_prev = < Vorheriger
    plugin.tx_lzgallery_pi1._LOCAL_LANG.default.pi_list_browseresults_page = Seite
    plugin.tx_lzgallery_pi1._LOCAL_LANG.default.pi_list_searchBox_search = Suchen

    Ich hoffe es hilft so manchen...

    MfG
    BK

  • christe christe
    Padawan
    0 x
    42 Beiträge
    0 Hilfreiche Beiträge
    06. 07. 2006, 09:54

    Also eigentlich ist ja schon die deutsche Sprache mit in der Datei locallang.php .
    Einfach über das Template folgendes ändern:

    [TS]config.sys_language_uid = 0
    config.language = de
    [/TS]

    ... und schon wird auch der Teil mit der deutschen Übersetzung angesprochen...

  • 1