source: trunk/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php @ 12922

Last change on this file since 12922 was 12922, checked in by mistic100, 12 years ago

update Piwigo headers to 2012, last change before the expected (or not) apocalypse

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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// +-----------------------------------------------------------------------+$lang['locfiledit_onglet_localconf'] = 'Lokal konfigurasjon';
23$lang['locfiledit_onglet_css'] = 'CSS';
24$lang['locfiledit_onglet_tpl'] = 'Maler (templates)';
25$lang['locfiledit_onglet_lang'] = 'Språk';
26$lang['locfiledit_onglet_plug'] = 'Personlig tilleggsprogram';
27$lang['locfiledit_cant_save'] = 'Gjeldende fil kan ikke skrives til. sjekk om mappen "local/" har skriverettigheter (chmod)(775).';
28$lang['locfiledit_newfile'] = 'Filen eksisterer ikke og vil bli laget av LocalFiles Editor';
29$lang['locfiledit_save_config'] = 'Fil er skrevet.';
30$lang['locfiledit_show_default'] = 'Vis referanse fil: ';
31$lang['locfiledit_save_bak'] = 'Sikkerhets kopi vil bli laget ved lagring.';
32$lang['locfiledit_saved_bak'] = 'Sikkerhetskopi er laget (%s)';
33$lang['locfiledit_save_file'] = 'Lagre fil';
34$lang['locfiledit_choose_file'] = 'Velg fil du vil redigering';
35$lang['locfiledit_edit'] = 'Rediger';
36$lang['locfiledit_restore'] = 'Gjennopprett sikkerhets kopi';
37$lang['locfiledit_restore_confirm'] = 'Vennligst bekreft? Gjennoppretting vil ikke gjøres før neste lagring.';
38$lang['locfiledit_bak_loaded1'] = 'Sikkerhetskopi lastet.';
39$lang['locfiledit_bak_loaded2'] = 'Du må lagre filen for å gjennopprette den.';
40$lang['locfiledit_syntax_error'] = 'Syntax feil! Filen kan ikke bli lagret.';
41$lang['locfiledit_new_tpl'] = 'Lag ny fil';
42$lang['locfiledit_new_filename'] = 'Fil navn';
43$lang['locfiledit_model'] = 'Modusl';
44$lang['locfiledit_empty_page'] = 'Tøm side';
45$lang['locfiledit_parent_directory'] = 'Underliggende mappe';
46$lang['locfiledit_filename_error'] = 'Forbudte tegn i filnavnet.';
47$lang['locfiledit_file_already_exists'] = 'Filen eksisterer allerede.';
48$lang['locfiledit_model_error'] = 'Du må velge en modell.';
49$lang['locfiledit_empty_filename'] = 'Du må fylle inn fil navnet.';
50$lang['locfiledit_webmaster_only'] = 'Kun webmaster kan lage eller endre lokale filer.';
51?>
Note: See TracBrowser for help on using the repository browser.