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['Successfully logued to you Google account'] = 'Det lykkedes at logge på din Google-konto'; |
---|
24 | $lang['%d albums'] = '%d albummer'; |
---|
25 | $lang['%d elements ready for importation'] = '%d elementer klar til import'; |
---|
26 | $lang['%d pictures are not displayed because already existing in the database.'] = '%d billeder vises ikke fordi de allerede findes i databasen.'; |
---|
27 | $lang['%d pictures imported'] = '%d billeder blev importeret'; |
---|
28 | $lang['(%d photos)'] = '(%d fotografier)'; |
---|
29 | $lang['API not authenticated'] = 'API ikke autoriseret'; |
---|
30 | $lang['Begin transfer'] = 'Begynd overførsl'; |
---|
31 | $lang['Fill these fields from Google datas'] = 'Udfyld disse felter fra Google-data'; |
---|
32 | $lang['Import all my pictures'] = 'Importer alle mine billeder'; |
---|
33 | $lang['Import all photos in this album'] = 'Importer alle fotografier i dette album'; |
---|
34 | $lang['Import options'] = 'Importvalgmuligheder'; |
---|
35 | $lang['List my albums'] = 'Liste over mine albummer'; |
---|
36 | $lang['List pictures of this album'] = 'Liste over billeder i dette album'; |
---|
37 | $lang['Logged out'] = 'Logget af'; |
---|
38 | $lang['No download method available'] = 'Ingen downloadmetode er tilgængelig'; |
---|
39 | $lang['One picture is not displayed because already existing in the database.'] = 'Et billede vises ikke fordi det allerede findes i databasen'; |
---|
40 | $lang['Open Google page in a new tab'] = 'Åbn Google-side i et nyt faneblad'; |
---|
41 | $lang['Photo "%s" imported'] = 'Fotografieret "%s" blev importeret'; |
---|
42 | $lang['Processing...'] = 'Behandler ...'; |
---|
43 | $lang['Reproduce Google albums'] = 'Reproducer Google-albummer'; |
---|
44 | $lang['Geolocalization'] = 'Geolokalisering'; |
---|
45 | $lang['Logged in as'] = 'Logget ind som'; |
---|
46 | $lang['Successfully logged to you Google account'] = 'Loggede på din Google-konto'; |
---|
47 | ?> |
---|