source: extensions/akBookStyle/trunk/language/de_DE/plugin.lang.php @ 6852

Last change on this file since 6852 was 6852, checked in by nikrou, 14 years ago

Updated german, thanks to duke
Updated spanish, thanks to jpr928
Remove configuration when plugin is uninstalled.
Add indexes in languages directories.
Update Free Software Foundation address

File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
20// | MA 02110-1301 USA                                                     |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Diese Erweiterung bietet eine alternative Darstellung für Gallerien, indem sie sowohl Vorschaubilder als auch ein Foto in mittlerer Größe auf einer Seite anzeigt.";
24$lang['Main configuration'] = "Einstellungen";
25$lang['Applicable categorie(s)'] = "Kategorieauswahl";
26$lang['Applicable category has been updated'] = "Die Ansicht wurde für die gewählte Kategorie angepasst";
27$lang['Applicable categories has been updated'] = "Die Ansicht wurde für die gewählten Kategorien angepasstn";
28$lang['Number of thumbnails per page'] = "Anzahl der Vorschaubilder pro Seite";
29$lang['Thumbnails per page has been updated'] = "Die Anzahl der Vorschaubilder wurde angepasst";
30$lang['Number of column'] = "Anzahl der Spalten";
31$lang['Thumbnail size has been updated'] = "Die Anzahl der Spalten wurde angepasst";
32$lang['Thumbnail size'] = "Größe der Vorschaubilder";
33$lang['click'] = "Klick";
34$lang['mouseover'] = "Mit dem Mauszeiger berühren";
35$lang['Event to show medium picture.'] = "Bei welchem Ereignis soll das Bild mittlerer Größe angezeigt werden.";
36$lang['Event to show medium picture has been updated.'] = "Die Ereignisauswahl wurde angepasst.";
37$lang['Thumbnails location'] = "Position der Vorschaubilder";
38$lang['Thumbnails location has been changed'] = "Die Position der Vorschaubilder wurde angepasst";
39$lang['Top'] = "Oben";
40$lang['Left'] = "Links";
41$lang['Bottom'] = "Unten";
42$lang['Right'] = "Rechts";
43$lang['or number of lines for Top/Bottom'] = "oder die Anzahl der Linien für Oben bzw. Unten";
44$lang['Next image'] = "Nächstes Foto";
45$lang['Next page'] = "Nächste Seite";
46$lang['Previous image'] = "Vorheriges Foto";
47$lang['Previous page'] = "Vorherige Seite";
48?>
Note: See TracBrowser for help on using the repository browser.