Ignore:
Timestamp:
May 20, 2011, 9:15:46 PM (13 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.2, thanks to plg
Add tr_TR (Turkish), thanks to Nakre
Add ar_SA thanks to bakir
Update year copyright
Fix a mispelling for a language key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/language/de_DE/plugin.lang.php

    r6433 r10954  
    33// | pwgCumulus  - a plugin for Piwigo                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2020// +-----------------------------------------------------------------------+
    2121
    22 $lang['pwg_cumulus_title'] = "Cumulus Tags Cloud Plugin";
    23 $lang['pwg_cumulus_intro'] = "Diese Erweiterung zeigt die Tags eines Fotos als rotierende, flash-basierte 3D-animation.";
    24 $lang['pwg_cumulus_info'] = "Sie können den Darstellungsmodus für Tags durch Editieren der Konfigurationsdatei wählen";
    25 $lang['pwg_cumulus_dimensions'] = "Animationsbreite und -höhe";
    26 $lang['pwg_cumulus_width'] = "Breite";
    27 $lang['pwg_cumulus_height'] = "Höhe";
    28 $lang['pwg_cumulus_tags_size'] = "Tag-größe";
    29 $lang['pwg_cumulus_coeff'] = "Koeffizient";
    30 $lang['pwg_cumulus_width_changed'] = "Breite angepasst";
    31 $lang['pwg_cumulus_height_changed'] = "Höhe angepasst";
    32 $lang['pwg_cumulus_coeff_changed'] = "Koeffizient für die Tag-größe angepasst";
     22$lang['Cumulus Tags Cloud Plugin'] = "Cumulus Tags Cloud Plugin";
     23$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Diese Erweiterung zeigt die Tags eines Fotos als rotierende, flash-basierte 3D-animation.";
     24$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Sie können den Darstellungsmodus für Tags durch Editieren der Konfigurationsdatei wählen";
     25$lang['Animation width and height'] = "Animationsbreite und -höhe";
     26$lang['Width'] = "Breite";
     27$lang['Height'] = "Höhe";
     28$lang['Tags size'] = "Tag-größe";
     29$lang['Coefficient'] = "Koeffizient";
     30$lang['Width updated'] = "Breite angepasst";
     31$lang['Height updated'] = "Höhe angepasst";
     32$lang['Coefficient for tags size updated'] = "Koeffizient für die Tag-größe angepasst";
    3333$lang['show tag cloud in cumulus mode'] = "Tag-wolke im Cumulusmodus anzeigen";
    34 $lang['pwg_cumulus_color'] = "Animationsfarben";
    35 $lang['pwg_cumulus_color1'] = "Farbe 1";
    36 $lang['pwg_cumulus_color2'] = "Farbe 2";
    37 $lang['pwg_cumulus_hicolor'] = "Mouseover Farbe";
    38 $lang['pwg_cumulus_color1_changed'] = "Farbe 1 angepasst";
    39 $lang['pwg_cumulus_color2_changed'] = "Farbe 2 angepasst";
    40 $lang['pwg_cumulus_hicolor_changed'] = "Mouseover Farbe angepasst";
     34$lang['Color 1'] = "Farbe 1";
     35$lang['color 2'] = "Farbe 2";
     36$lang['Mouseover color'] = "Mouseover Farbe";
     37$lang['Color 1 updated'] = "Farbe 1 angepasst";
     38$lang['Color 2 updated'] = "Farbe 2 angepasst";
     39$lang['Mouseover color updated'] = "Mouseover Farbe angepasst";
    4140?>
Note: See TracChangeset for help on using the changeset viewer.