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

Last change on this file since 23103 was 23103, checked in by TranslationTeam, 11 years ago

[community] Update de_DE, thanks to : Yogie

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 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'] = 'jeder Besucher';
25$lang['any registered user'] = 'jeder registrierte Benutzer';
26$lang['a specific user'] = 'ein bestimmter 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'] = 'Hochgeladene 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'] = 'Webgröß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 ins Album "%s"';
51$lang['Hi administrators,'] = 'Hallo Administratoren,';
52
53$lang['No album, this photo is orphan'] = 'Kein Album, dieses Foto ist verwaist.';
54
55$lang['Cancel'] = 'Abbrechen';
56$lang['Permission updated'] = 'Zugriffsberechtigung aktualisiert';
57$lang['Delete permission'] = 'Lösche Zugriffsberechtigung';
58$lang['%u pending photos'] = '%u erwartete Fotos'; 
59$lang['Level 16'] = ' Ausstehend';
60$lang['Edit a permission'] = 'Ändere eine Zugriffsberechtigung';
61$lang['Your photos are waiting for validation, administrators have been notified'] = 'Ihre Fotos müssen noch freigeschaltet werden, ein Administrator wurde benachrichtigt.';
62
63
64$lang['Set Photo Properties'] = 'Bildeigenschaften anpassen';
65$lang['%s out of %s'] = '%s von %s';
66$lang['Available %s.'] = 'Verfügbar %s.';
67$lang['Available quota %s.'] = 'Verfügbarer Anteil %s.';
68$lang['Disk usage quota reached (%uMB)'] = 'Benutzer Speicherplatz (%uMB) ';
69$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Datei %s ist zu groß (%uMB), Speichergröße von %uMB überschritten.';
70$lang['How many photos?'] = 'Wie viele Fotos?';
71$lang['How much disk space?'] = 'Wie viel Speicherplatz?';
72$lang['Maximum number of photos reached (%u)'] = 'Maximale Anzahl an Fotos erreicht (%u)';
73$lang['Photo %s rejected.'] = 'Foto %s abgelehnt.';
74$lang['no limit'] = 'Kein Limit';
75$lang['up to %d photos (for each user)'] = 'bis zu %d Fotos (für jeden Benutzer)';
76$lang['up to %dMB (for each user)'] = 'bis zu %dMB (für jeden Benutzer)';
77$lang['(in addition to user album)'] = '(zusätzlich zum Benutzeralbum)';
78$lang['Gallery root'] = 'Galerie Hauptverzeichnis';
79$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Bei der ersten Anmeldung erstellt Piwigo für jeden Benutzer ein Album';
80$lang['User album only'] = 'Nur Benutzeralbum';
81$lang['User albums'] = 'Benutzeralben';
82$lang['Where should Piwigo create user albums?'] = 'Wo soll Piwigo Benutzeralben anlegen?';
83?>
Note: See TracBrowser for help on using the repository browser.