source: extensions/see_photos_by_user/language/de_DE/plugin.lang.php @ 27471

Last change on this file since 27471 was 27471, checked in by TranslationTeam, 10 years ago

[see_photos_by_user] Update de_DE, thanks to : quovadit

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Maximal number users'] = 'Maximale Anzahl von Benutzern';
24$lang['Maximal number users is incorrect !'] = 'Maximale Anzahl von Benutzern ist falsch';
25$lang['See photos by user'] = 'Zeige Fotos des Benutzers';
26$lang['by decreasing number of photos'] = 'absteigend nach Anzahl der Fotos';
27$lang['by increasing number of photos'] = 'aufsteigend nach Anzahl der Fotos';
28$lang['select other user'] = 'Anderen Benutzer auswählen';
29$lang['select user'] = 'Benutzer auswählen';
30$lang['submit'] = 'Bestätigen';
31$lang['users by reverse alphabetical order'] = 'Benutzer in umgekehrter alphabetischer Reihenfolge';
32$lang['users in alphabetical order'] = 'Benutzer in alphabetischer Reihenfolge';
33$lang['Users order'] = 'Benutzer Reihenfolge';
34$lang['Minimal number photos for show users is incorrect !'] = 'Minimum Anzahl von Fotos des Benutzers zum Anzeigen ist falsch';
35$lang['Show'] = 'Zeigen';
36$lang['bloc menu users'] = 'Blockiere Benutzer Menü';
37$lang['link Specials menu'] = 'Verlinke Spezial Menü';
38$lang['select users box'] = 'Wähle Benutzer Box';
39$lang['Minimal number photos for show users'] = 'Minimum Anzahl von Fotos des Benutzers zum Anzeigen';
40$lang['Photos by user'] = 'Fotos des Benutzers';
41?>
Note: See TracBrowser for help on using the repository browser.