diff options
Diffstat (limited to 'plugins/LocalFilesEditor')
-rwxr-xr-x | plugins/LocalFilesEditor/language/da_DK/plugin.lang.php | 51 |
1 files changed, 30 insertions, 21 deletions
diff --git a/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php b/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php index 77c98a81a..c7b53e7bb 100755 --- a/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php @@ -1,24 +1,24 @@ <?php -// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based photo gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
+// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | // +-----------------------------------------------------------------------+ $lang['locfiledit_bak_loaded1'] = 'Backup fil indlæst.'; $lang['locfiledit_bak_loaded2'] = 'Du skal gemme filen for at gendanne det.'; @@ -32,7 +32,7 @@ $lang['locfiledit_onglet_lang'] = 'Sprog'; $lang['locfiledit_onglet_localconf'] = 'Lokal konfiguration'; $lang['locfiledit_onglet_plug'] = 'Personlig Plugin'; $lang['locfiledit_onglet_tpl'] = 'Skabeloner'; -$lang['locfiledit_restore_confirm'] = 'venligst bekræft?
+$lang['locfiledit_restore_confirm'] = 'venligst bekræft? Gendan vil ikke være effektiv før næste gem.'; $lang['locfiledit_restore'] = 'Genopret backup fil'; $lang['locfiledit_save_bak'] = 'Backup kopi vil blive oprettet når der Gemmes.'; @@ -41,4 +41,13 @@ $lang['locfiledit_save_file'] = 'Gem fil'; $lang['locfiledit_saved_bak'] = 'Backup fil oprettet (%s)'; $lang['locfiledit_show_default'] = 'Vis referencefil:'; $lang['locfiledit_syntax_error'] = 'Syntaks fejl! Filen kan ikke gemmes.'; +$lang['locfiledit_empty_filename'] = 'Du skal udfylde filnavnet.'; +$lang['locfiledit_empty_page'] = 'Tom side'; +$lang['locfiledit_file_already_exists'] = 'Fil eksisterer allerede.'; +$lang['locfiledit_filename_error'] = 'Forbudt tegn i filnavnet.'; +$lang['locfiledit_model_error'] = 'Du skal vælge en model.'; +$lang['locfiledit_model'] = 'Model'; +$lang['locfiledit_new_filename'] = 'Fil navn'; +$lang['locfiledit_parent_directory'] = 'Hoved mappe'; +$lang['locfiledit_webmaster_only'] = 'Kun webmastere kan oprette eller ændre lokale filer.'; ?>
\ No newline at end of file |