source: extensions/rv_autocomplete/language/de_DE/plugin.lang.php

Last change on this file was 30659, checked in by TranslationTeam, 9 years ago

[rv_autocomplete] Update de_DE, thanks to bigant

File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Weight'] = 'Gewichtung';
24$lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Auto-Vervollständigungen werden automatisch unwirksam beim Hochladen, Berechtigungsänderungen ...).';
25$lang['Configuration'] = 'Konfiguration';
26$lang['Create a new suggestion'] = 'Neuen Vorschlag erzeugen';
27$lang['Custom'] = 'Benutzerdefiniert';
28$lang['Exclude'] = 'Ausschließen';
29$lang['If you change album/tag names or permalink you might want to'] = 'Wenn Sie Album/ Schlagworte oder Permalink ändern, möchten Sie vielleicht';
30$lang['Invalidate auto completion index cache'] = 'Index-Zwischenspeicher der Auto-Vervollständigung leeren';
31$lang['Leave empty for automatic gallery search <br>OR enter an url ($r/ at the start of url means this gallery)<br>OR enter q=Term to search for a specific term'] = 'Leer lassen für automatische Galerie-Suche <br>ODER URL eingeben ($r/ am Anfang bedeutet diese Galerie)<br>ODER Eingabe q=Term zur Suche eines speziellen Wortes';
32$lang['Query'] = 'Abfrage';
33$lang['Url'] = 'URL';
34$lang['Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'] = '<b>\</b> zur Unterbrechung der Suche benutzen (z.B. Central Park\, NY sucht nicht nach NY, sondern zeigt es an)';
35$lang['Create new variants'] = 'Neue Varianten erstellen';
36$lang['Ignore it and'] = 'Ignorieren und';
37$lang['Search also for any of the following'] = 'Suche auch nach einem der folgenden Begriffe';
38$lang['Search it and'] = 'Suchen und';
39$lang['Variants'] = 'Varianten';
40$lang['When any of the following words is entered'] = 'Wenn eines der folgenden Worte eingegeben wurde';
Note: See TracBrowser for help on using the repository browser.