/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include class ScConsolidateItem; class SfxBoolItem; class SvxCharReliefItem; class SvxColorItem; class SvxContourItem; class SvxCrossedOutItem; class SvxEmphasisMarkItem; class SvxFontHeightItem; class SvxFontItem; class SvxForbiddenRuleItem; class SvxFrameDirectionItem; class SvxHangingPunctuationItem; class SvxLanguageItem; class SvxLRSpaceItem; class SvxOverlineItem; class SvxPostureItem; class SvXMLAttrContainerItem; class SvxScriptSpaceItem; class SvxShadowedItem; class SvxULSpaceItem; class SvxUnderlineItem; class SvxWeightItem; class SvxWordLineModeItem; class SvxShadowItem; class SvxHorJustifyItem; class SvxVerJustifyItem; class SvxBrushItem; class SvxBoxItem; class ScCondFormatItem; class ScLineBreakCell; class ScRotateValueItem; class ScVerticalStackCell; class SvxLineItem; class SvxRotateModeItem; class SfxStringItem; class SvxSizeItem; class SvxJustifyMethodItem; class SvxMarginItem; class SvxPaperBinItem; class ScHyphenateCell; class SfxUInt32Item; class ScIndentItem; class ScShrinkToFitCell; class ScMergeAttr; class ScMergeFlagAttr; class ScProtectionAttr; class SvxBoxInfoItem; class ScPatternAttr; class SvxPageItem; class ScViewObjectModeItem; class SfxUInt16Item; class ScPageHFItem; class ScPageScaleToItem; class SvxSetItem; // EditEngine is not allowed to define its own ITEMID's #define INCLUDED_EDITENG_EEITEMID_HXX // Item-IDs for UI-MsgPool: //! shall be moved to the below-1000 range! #define MSGPOOL_START 1100 #define SCITEM_STRING TypedWhichId(1100) #define SCITEM_SEARCHDATA TypedWhichId(1101) #define SCITEM_SORTDATA TypedWhichId(1102) #define SCITEM_QUERYDATA TypedWhichId(1103) #define SCITEM_SUBTDATA TypedWhichId(1104) #define SCITEM_CONSOLIDATEDATA TypedWhichId(1105) #define SCITEM_PIVOTDATA TypedWhichId(1106) #define SCITEM_SOLVEDATA TypedWhichId(1107) #define SCITEM_USERLIST TypedWhichId(1108) #define MSGPOOL_END 1108 // Item-IDs for attributes: constexpr sal_uInt16 ATTR_STARTINDEX(100); // begin of attributes constexpr sal_uInt16 ATTR_PATTERN_START(100); // begin of cell-attribute-pattern constexpr TypedWhichId ATTR_FONT (100); // begin of cell-attributes constexpr TypedWhichId ATTR_FONT_HEIGHT (101); constexpr TypedWhichId ATTR_FONT_WEIGHT (102); constexpr TypedWhichId ATTR_FONT_POSTURE (103); constexpr TypedWhichId ATTR_FONT_UNDERLINE (104); constexpr TypedWhichId ATTR_FONT_OVERLINE (105); constexpr TypedWhichId ATTR_FONT_CROSSEDOUT (106); constexpr TypedWhichId ATTR_FONT_CONTOUR (107); constexpr TypedWhichId ATTR_FONT_SHADOWED (108); constexpr TypedWhichId ATTR_FONT_COLOR (109); constexpr TypedWhichId ATTR_FONT_LANGUAGE (110); constexpr TypedWhichId ATTR_CJK_FONT (111); constexpr TypedWhichId ATTR_CJK_FONT_HEIGHT (112); constexpr TypedWhichId ATTR_CJK_FONT_WEIGHT (113); constexpr TypedWhichId ATTR_CJK_FONT_POSTURE (114); constexpr TypedWhichId ATTR_CJK_FONT_LANGUAGE (115); constexpr TypedWhichId ATTR_CTL_FONT (116); constexpr TypedWhichId ATTR_CTL_FONT_HEIGHT (117); constexpr TypedWhichId ATTR_CTL_FONT_WEIGHT (118); constexpr TypedWhichId ATTR_CTL_FONT_POSTURE (119); constexpr TypedWhichId ATTR_CTL_FONT_LANGUAGE (120); constexpr TypedWhichId ATTR_FONT_EMPHASISMARK (121); constexpr TypedWhichId ATTR_USERDEF (122); // not saved in binary files constexpr TypedWhichId ATTR_FONT_WORDLINE (123); constexpr TypedWhichId ATTR_FONT_RELIEF (124); constexpr TypedWhichId ATTR_HYPHENATE (125); constexpr TypedWhichId ATTR_SCRIPTSPACE (126); constexpr TypedWhichId ATTR_HANGPUNCTUATION (127); constexpr TypedWhichId ATTR_FORBIDDEN_RULES (128); constexpr TypedWhichId ATTR_HOR_JUSTIFY (129); constexpr TypedWhichId ATTR_HOR_JUSTIFY_METHOD (130); constexpr TypedWhichId ATTR_INDENT (131); constexpr TypedWhichId ATTR_VER_JUSTIFY (132); constexpr TypedWhichId ATTR_VER_JUSTIFY_METHOD (133); constexpr TypedWhichId ATTR_STACKED (134); constexpr TypedWhichId ATTR_ROTATE_VALUE (135); constexpr TypedWhichId ATTR_ROTATE_MODE (136); constexpr TypedWhichId ATTR_VERTICAL_ASIAN (137); constexpr TypedWhichId ATTR_WRITINGDIR (138); constexpr TypedWhichId ATTR_LINEBREAK (139); constexpr TypedWhichId ATTR_SHRINKTOFIT (140); constexpr TypedWhichId ATTR_BORDER_TLBR (141); constexpr TypedWhichId ATTR_BORDER_BLTR (142); constexpr TypedWhichId ATTR_MARGIN (143); constexpr TypedWhichId ATTR_MERGE (144); constexpr TypedWhichId ATTR_MERGE_FLAG (145); constexpr TypedWhichId ATTR_VALUE_FORMAT (146); constexpr TypedWhichId ATTR_LANGUAGE_FORMAT (147); constexpr TypedWhichId ATTR_BACKGROUND (148); constexpr TypedWhichId ATTR_PROTECTION (149); constexpr TypedWhichId ATTR_BORDER (150); constexpr TypedWhichId ATTR_BORDER_INNER (151); // inside, because of template-EditDialog constexpr TypedWhichId ATTR_SHADOW (152); constexpr TypedWhichId ATTR_VALIDDATA (153); constexpr TypedWhichId ATTR_CONDITIONAL (154); constexpr TypedWhichId ATTR_HYPERLINK (155); constexpr sal_uInt16 ATTR_PATTERN_END(155); // end cell-attribute-pattern // page attributes constexpr TypedWhichId ATTR_LRSPACE (156); // editor: PageDesc-TabPage constexpr TypedWhichId ATTR_ULSPACE (157); constexpr TypedWhichId ATTR_PAGE (158); constexpr TypedWhichId ATTR_PAGE_PAPERBIN (159); constexpr TypedWhichId ATTR_PAGE_SIZE (160); constexpr TypedWhichId ATTR_PAGE_HORCENTER (161); constexpr TypedWhichId ATTR_PAGE_VERCENTER (162); constexpr TypedWhichId ATTR_PAGE_ON (163); // editor: header/footer-page constexpr TypedWhichId ATTR_PAGE_DYNAMIC (164); constexpr TypedWhichId ATTR_PAGE_SHARED (165); constexpr TypedWhichId ATTR_PAGE_SHARED_FIRST (166); constexpr TypedWhichId ATTR_PAGE_NOTES (167); // editor: table constexpr TypedWhichId ATTR_PAGE_GRID (168); constexpr TypedWhichId ATTR_PAGE_HEADERS (169); constexpr TypedWhichId ATTR_PAGE_CHARTS (170); constexpr TypedWhichId ATTR_PAGE_OBJECTS (171); constexpr TypedWhichId ATTR_PAGE_DRAWINGS (172); constexpr TypedWhichId ATTR_PAGE_TOPDOWN (173); constexpr TypedWhichId ATTR_PAGE_SCALE (174); constexpr TypedWhichId ATTR_PAGE_SCALETOPAGES (175); constexpr TypedWhichId ATTR_PAGE_FIRSTPAGENO (176); constexpr TypedWhichId ATTR_PAGE_HEADERLEFT (177); // contents of header/ constexpr TypedWhichId ATTR_PAGE_FOOTERLEFT (178); // footer (left) constexpr TypedWhichId ATTR_PAGE_HEADERRIGHT (179); // contents of header/ constexpr TypedWhichId ATTR_PAGE_FOOTERRIGHT (180); // footer (right) constexpr TypedWhichId ATTR_PAGE_HEADERFIRST (181); // contents of header/ constexpr TypedWhichId ATTR_PAGE_FOOTERFIRST (182); // footer (first page) constexpr TypedWhichId ATTR_PAGE_HEADERSET (183); // the corresponding sets constexpr TypedWhichId ATTR_PAGE_FOOTERSET (184); constexpr TypedWhichId ATTR_PAGE_FORMULAS (185); constexpr TypedWhichId ATTR_PAGE_NULLVALS (186); constexpr TypedWhichId ATTR_PAGE_SCALETO (187); // #i8868# scale printout to width/height constexpr TypedWhichId ATTR_HIDDEN (188); constexpr sal_uInt16 ATTR_ENDINDEX(ATTR_HIDDEN); // end of pool-range // Dummy Slot-IDs for dialogs #define SID_SCATTR_PAGE_NOTES ATTR_PAGE_NOTES #define SID_SCATTR_PAGE_GRID ATTR_PAGE_GRID #define SID_SCATTR_PAGE_HEADERS ATTR_PAGE_HEADERS #define SID_SCATTR_PAGE_CHARTS ATTR_PAGE_CHARTS #define SID_SCATTR_PAGE_OBJECTS ATTR_PAGE_OBJECTS #define SID_SCATTR_PAGE_DRAWINGS ATTR_PAGE_DRAWINGS #define SID_SCATTR_PAGE_TOPDOWN ATTR_PAGE_TOPDOWN #define SID_SCATTR_PAGE_SCALE ATTR_PAGE_SCALE #define SID_SCATTR_PAGE_SCALETOPAGES ATTR_PAGE_SCALETOPAGES #define SID_SCATTR_PAGE_FIRSTPAGENO ATTR_PAGE_FIRSTPAGENO #define SID_SCATTR_PAGE_HEADERLEFT ATTR_PAGE_HEADERLEFT #define SID_SCATTR_PAGE_FOOTERLEFT ATTR_PAGE_FOOTERLEFT #define SID_SCATTR_PAGE_HEADERRIGHT ATTR_PAGE_HEADERRIGHT #define SID_SCATTR_PAGE_FOOTERRIGHT ATTR_PAGE_FOOTERRIGHT #define SID_SCATTR_PAGE_HEADERFIRST ATTR_PAGE_HEADERFIRST #define SID_SCATTR_PAGE_FOOTERFIRST ATTR_PAGE_FOOTERFIRST #define SID_SCATTR_PAGE_FORMULAS ATTR_PAGE_FORMULAS #define SID_SCATTR_PAGE_NULLVALS ATTR_PAGE_NULLVALS #define SID_SCATTR_PAGE_SCALETO ATTR_PAGE_SCALETO /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ libreoffice-5-0-6'>libreoffice-5-0-6 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/nb
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-07 18:24:54 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-07 18:26:00 +0200
commit4fd90ce7f236732dca67322d4d5a9e0c9f632ea5 (patch)
treea80f2ccfe92e9807b8413991fa7529bed28dfb55 /source/nb
parent0732bbfc5365529452255fc0263416c0455b127b (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I4aa086b8281e7bdce41590d33caaeb79dfdee46d
Diffstat (limited to 'source/nb')
-rw-r--r--source/nb/cui/source/customize.po11
-rw-r--r--source/nb/cui/source/dialogs.po10
-rw-r--r--source/nb/cui/source/options.po10
-rw-r--r--source/nb/cui/uiconfig/ui.po13
-rw-r--r--source/nb/dbaccess/source/ui/browser.po11
-rw-r--r--source/nb/dbaccess/source/ui/misc.po10
-rw-r--r--source/nb/dbaccess/uiconfig/ui.po12
-rw-r--r--source/nb/dictionaries/es.po10
-rw-r--r--source/nb/extras/source/autocorr/emoji.po10
-rw-r--r--source/nb/filter/uiconfig/ui.po11
-rw-r--r--source/nb/formula/source/core/resource.po4
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po258
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po1002
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po29
-rw-r--r--source/nb/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po21
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po251
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po645
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po131
-rw-r--r--source/nb/readlicense_oo/docs.po10
-rw-r--r--source/nb/sc/source/ui/src.po41
-rw-r--r--source/nb/sd/source/ui/animations.po16
-rw-r--r--source/nb/sd/source/ui/app.po10
-rw-r--r--source/nb/sd/source/ui/view.po73
-rw-r--r--source/nb/sfx2/source/appl.po10
-rw-r--r--source/nb/sfx2/source/view.po9
-rw-r--r--source/nb/svtools/uiconfig/ui.po10
-rw-r--r--source/nb/svx/source/dialog.po12
-rw-r--r--source/nb/svx/source/form.po9
-rw-r--r--source/nb/svx/source/svdraw.po76
-rw-r--r--source/nb/svx/uiconfig/ui.po27
-rw-r--r--source/nb/sw/source/ui/app.po23
-rw-r--r--source/nb/sw/source/ui/dbui.po12
-rw-r--r--source/nb/sw/source/ui/utlui.po9
-rw-r--r--source/nb/sw/source/uibase/utlui.po37
-rw-r--r--source/nb/sw/uiconfig/swriter/ui.po154
-rw-r--r--source/nb/swext/mediawiki/help.po10
-rw-r--r--source/nb/wizards/source/formwizard.po10
40 files changed, 420 insertions, 2645 deletions
diff --git a/source/nb/cui/source/customize.po b/source/nb/cui/source/customize.po
index 2e0958371d1..f583e81393a 100644
--- a/source/nb/cui/source/customize.po
+++ b/source/nb/cui/source/customize.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-02 13:57+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:37+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1456927037.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462257477.000000\n"
#: acccfg.src
msgctxt ""
@@ -69,14 +69,13 @@ msgid "Icons Only"
msgstr "Bare ikoner"
#: cfg.src
-#, fuzzy
msgctxt ""
"cfg.src\n"
"MODIFY_TOOLBAR\n"
"ID_TEXT_ONLY\n"
"menuitem.text"
msgid "Text only"
-msgstr "Bare tekst"
+msgstr "Kun tekst"
#: cfg.src
msgctxt ""
diff --git a/source/nb/cui/source/dialogs.po b/source/nb/cui/source/dialogs.po
index eb258aa4d2c..6148d4eff8f 100644
--- a/source/nb/cui/source/dialogs.po
+++ b/source/nb/cui/source/dialogs.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-02 13:59+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:38+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1456927140.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462257487.000000\n"
#: cuires.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"RID_SVXSTR_ALLFUNCTIONS\n"
"string.text"
msgid "All categories"
-msgstr ""
+msgstr "Alle kategorier"
#: cuires.src
msgctxt ""
diff --git a/source/nb/cui/source/options.po b/source/nb/cui/source/options.po
index 61c91b7c8bc..0ced008ff89 100644
--- a/source/nb/cui/source/options.po
+++ b/source/nb/cui/source/options.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-15 09:50+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:38+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1458035407.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462257501.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -304,7 +304,7 @@ msgctxt ""
"RID_SVXSTR_JAVA_START_PARAM\n"
"string.text"
msgid "Edit Parameter"
-msgstr ""
+msgstr "Rediger parameter"
#: optlingu.src
msgctxt ""
diff --git a/source/nb/cui/uiconfig/ui.po b/source/nb/cui/uiconfig/ui.po
index 84e8edaa64a..151425eba99 100644
--- a/source/nb/cui/uiconfig/ui.po
+++ b/source/nb/cui/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-15 09:55+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:58+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1458035739.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462258701.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -500,7 +500,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "[M]"
-msgstr "[E]"
+msgstr "[E]: Erstatt tekst ved endring av eksisterende tekst"
#: applyautofmtpage.ui
msgctxt ""
@@ -6425,14 +6425,13 @@ msgid "_FTP"
msgstr "_FTP"
#: hyperlinkinternetpage.ui
-#, fuzzy
msgctxt ""
"hyperlinkinternetpage.ui\n"
"target_label\n"
"label\n"
"string.text"
msgid "_URL:"
-msgstr "_URL:"
+msgstr "_Nettadresse:"
#: hyperlinkinternetpage.ui
msgctxt ""
diff --git a/source/nb/dbaccess/source/ui/browser.po b/source/nb/dbaccess/source/ui/browser.po
index 5ea3f851acd..86db22ffc51 100644
--- a/source/nb/dbaccess/source/ui/browser.po
+++ b/source/nb/dbaccess/source/ui/browser.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-15 09:58+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:40+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1458035938.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462257656.000000\n"
#: sbabrw.src
msgctxt ""
@@ -73,7 +73,6 @@ msgid "Tables"
msgstr "Tabeller"
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
@@ -83,7 +82,6 @@ msgid "Edit ~Database File..."
msgstr "Rediger ~databasefil …"
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
@@ -102,7 +100,6 @@ msgid "~Copy"
msgstr "~Kopier"
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
diff --git a/source/nb/dbaccess/source/ui/misc.po b/source/nb/dbaccess/source/ui/misc.po
index 1a7cbdf1d66..09d0557e641 100644
--- a/source/nb/dbaccess/source/ui/misc.po
+++ b/source/nb/dbaccess/source/ui/misc.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2015-12-11 18:17+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-05-03 06:42+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449857827.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462257764.000000\n"
#: WizardPages.src
msgctxt ""
@@ -41,6 +41,8 @@ msgid ""
"Enter a unique name for the new primary key data field.\n"
"The following name is already in use:"
msgstr ""
+"Skriv inn et unikt navn på det nye primærnøkkel feltet. \n"
+"Det følgende navnet er i bruk:"
#: WizardPages.src
msgctxt ""
diff --git a/source/nb/dbaccess/uiconfig/ui.po b/source/nb/dbaccess/uiconfig/ui.po
index 3bc647e0753..41329abcb18 100644
--- a/source/nb/dbaccess/uiconfig/ui.po
+++ b/source/nb/dbaccess/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-03 09:43+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:47+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1456998191.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462258032.000000\n"
#: admindialog.ui
msgctxt ""
@@ -428,7 +428,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Crea_te new field as primary key"
-msgstr ""
+msgstr "Opprett et nytt felt som primærnøkkel"
#: copytablepage.ui
msgctxt ""
@@ -446,7 +446,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
-msgstr ""
+msgstr "Eksisterende datafelt kan angis som primærnøkkel i typeformateringen (tredje side) i veiviseren."
#: copytablepage.ui
msgctxt ""
diff --git a/source/nb/dictionaries/es.po b/source/nb/dictionaries/es.po
index 372be293a24..31c04636908 100644
--- a/source/nb/dictionaries/es.po
+++ b/source/nb/dictionaries/es.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2013-12-11 11:29+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-05-03 06:48+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: none\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386761346.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462258139.000000\n"
#: description.xml
msgctxt ""
@@ -22,4 +22,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus for Spain and Latin America"
-msgstr ""
+msgstr "Spansk rettskrivingsliste, orddelingsregler og synonymordliste for Spania og Latinamerika"
diff --git a/source/nb/extras/source/autocorr/emoji.po b/source/nb/extras/source/autocorr/emoji.po
index ddaace0281c..9d14ae082b7 100644
--- a/source/nb/extras/source/autocorr/emoji.po
+++ b/source/nb/extras/source/autocorr/emoji.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-03 14:23+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:49+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1457015010.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462258159.000000\n"
#. ¢ (U+000A2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10049,7 +10049,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_D\n"
"LngText.text"
msgid "^D"
-msgstr ""
+msgstr "^D"
#. ᴱ (U+01D31), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/nb/filter/uiconfig/ui.po b/source/nb/filter/uiconfig/ui.po
index a6116cf07bd..24716699b73 100644
--- a/source/nb/filter/uiconfig/ui.po
+++ b/source/nb/filter/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-03-02 19:08+0000\n"
-"Last-Translator: kmr <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2016-05-03 06:49+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: British English <>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1456945707.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462258187.000000\n"
#: impswfdialog.ui
msgctxt ""
@@ -453,14 +453,13 @@ msgid "Export _notes pages"
msgstr "Eksporter _merknadsider"
#: pdfgeneralpage.ui
-#, fuzzy
msgctxt ""
"pdfgeneralpage.ui\n"
"onlynotes\n"
"label\n"
"string.text"
msgid "Export onl_y notes pages"
-msgstr "Eksporter _merknadsider"
+msgstr "Eksporter kun notatsider"
#: pdfgeneralpage.ui
msgctxt ""
diff --git a/source/nb/formula/source/core/resource.po b/source/nb/formula/source/core/resource.po
index 0c9703a5fd9..7f8c95ba68a 100644
--- a/source/nb/formula/source/core/resource.po
+++ b/source/nb/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-21 12:15+0200\n"
+"POT-Creation-Date: 2016-05-07 17:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3413,7 +3413,7 @@ msgctxt ""
"SC_OPCODE_ERROR_NA\n"
"string.text"
msgid "#N/A"
-msgstr "#I/T"
+msgstr "#N/A"
#: core_resource.src
msgctxt ""
diff --git a/source/nb/helpcontent2/source/text/sbasic/shared.po b/source/nb/helpcontent2/source/text/sbasic/shared.po
index 77bccd7745a..fa421c8d01c 100644
--- a/source/nb/helpcontent2/source/text/sbasic/shared.po
+++ b/source/nb/helpcontent2/source/text/sbasic/shared.po