source: extensions/community/language/de_DE/plugin.lang.php @ 9435

Last change on this file since 9435 was 9435, checked in by ddtddt, 13 years ago

[extensions] - community - add DE and IT thanks to sugar888

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Eine Berechtigung hinzufügen';
23$lang['Who?'] = 'Wer?';
24$lang['any visitor'] = 'jegliche Besucher';
25$lang['any registered user'] = 'Jeglicher registrierter Benutzer';
26$lang['a specific user'] = 'ein spezifischer Benutzer';
27$lang['a group'] = 'eine Gruppe';
28$lang['Where?'] = 'Wo?';
29$lang['The whole gallery'] = 'Die ganze Galerie';
30$lang['ability to create sub-albums'] = 'Fähigkeit zum Erstellen von Unteralben';
31$lang['Which level of trust?'] = 'Welcher Grad an Vertrauen?';
32$lang['sub-albums creation'] = 'Erstellung der Unteralben';
33$lang['Upload Permissions'] = 'Berechtigung zum Upload';
34$lang['Pending Photos'] = 'Ausstehende Fotos';
35$lang['Permission added'] = 'Berechtigung hinzugefügt';
36$lang['Permission removed'] = 'Berechtigung entfernt';
37$lang['%s (the user)'] = '%s (der Benutzer)';
38$lang['%s (the group)'] = '%s (die Gruppe)';
39$lang['low trust'] = 'geringes Vertrauen';
40$lang['uploaded photos must be validated by an administrator'] = 'Hochgeladene Fotos müssen vom Administrator validiert werden';
41$lang['high trust'] = 'hohes Vertrauen';
42$lang['uploaded photos are directly displayed in the gallery'] = 'Hochgeladen Fotos werden direkt in der Galerie angezeigt';
43$lang['%d photos validated'] = '%d Fotos validiert';
44$lang['%d photos rejected'] = '%d Fotos abgelehnt';
45$lang['web size'] = 'Web-Größe';
46$lang['Zoom'] = 'Zoom';
47$lang['Upload your own photos'] = 'Laden Sie Ihre eigenen Fotos hoch';
48$lang['%d photos uploaded by %s'] = '%d Fotos hochgeladen von %s';
49$lang['Validation page: %s'] = 'Validierungsseite: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d Fotos hochgeladen im Album "%s"';
51$lang['Hi administrators,'] = 'Hallo Administratoren,';
52
53?>
Note: See TracBrowser for help on using the repository browser.