1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- # Hans Nesse <>, 2013
- msgid ""
- msgstr ""
- "Project-Id-Version: ownCloud\n"
- "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
- "POT-Creation-Date: 2013-07-07 01:59+0200\n"
- "PO-Revision-Date: 2013-07-06 23:15+0000\n"
- "Last-Translator: Hans Nesse <>\n"
- "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: nb_NO\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #: ajax/delete.php:42
- #, php-format
- msgid "Couldn't delete %s permanently"
- msgstr "Kunne ikke slette %s fullstendig"
- #: ajax/undelete.php:42
- #, php-format
- msgid "Couldn't restore %s"
- msgstr "Kunne ikke gjenopprette %s"
- #: js/trash.js:7 js/trash.js:97
- msgid "perform restore operation"
- msgstr "utfør gjenopprettings operasjon"
- #: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141
- msgid "Error"
- msgstr "Feil"
- #: js/trash.js:34
- msgid "delete file permanently"
- msgstr "slett filer permanent"
- #: js/trash.js:123
- msgid "Delete permanently"
- msgstr "Slett permanent"
- #: js/trash.js:176 templates/index.php:17
- msgid "Name"
- msgstr "Navn"
- #: js/trash.js:177 templates/index.php:27
- msgid "Deleted"
- msgstr "Slettet"
- #: js/trash.js:186
- msgid "1 folder"
- msgstr "1 mappe"
- #: js/trash.js:188
- msgid "{count} folders"
- msgstr "{count} mapper"
- #: js/trash.js:196
- msgid "1 file"
- msgstr "1 fil"
- #: js/trash.js:198
- msgid "{count} files"
- msgstr "{count} filer"
- #: templates/index.php:9
- msgid "Nothing in here. Your trash bin is empty!"
- msgstr "Ingenting her. Søppelkassen din er tom!"
- #: templates/index.php:20 templates/index.php:22
- msgid "Restore"
- msgstr "Gjenopprett"
- #: templates/index.php:30 templates/index.php:31
- msgid "Delete"
- msgstr "Slett"
- #: templates/part.breadcrumb.php:9
- msgid "Deleted Files"
- msgstr "Slettet filer"
|