From 7a4410285fe25ce9a88ac4fdd9ba77a43352ea03 Mon Sep 17 00:00:00 2001 From: Flemming Richter Date: Wed, 12 Sep 2018 00:22:54 +0200 Subject: [PATCH] po: Add initial Norwegian Bokmaal translation --- po/LINGUAS | 3 ++- po/nb.po | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 po/nb.po diff --git a/po/LINGUAS b/po/LINGUAS index 543057342..17357ea1c 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,5 +1,6 @@ de es +fr it ja -fr +nb diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 000000000..e44489e59 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,38 @@ +# Norwegian (bokmål) translation for phosh +# Copyright (C) 2018 THE phosh'S COPYRIGHT HOLDER +# This file is distributed under the same license as the phosh package. +# Flemming Richter , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: phosh\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-11 00:26+0200\n" +"PO-Revision-Date: 2018-09-11 00:26+0200\n" +"Last-Translator: Automatically generated\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" + +#: src/lockscreen.c:82 src/ui/lockscreen.ui:61 +msgid "Enter PIN to unlock" +msgstr "Tast inn PIN-koden for å låse opp" + +#: src/lockscreen.c:174 +msgid "Checking PIN" +msgstr "Sjekker PIN-koden" + +#: src/panel.c:95 +msgid "Librem5 dev board" +msgstr "Librem5 utviklingskort" + +#: src/ui/lockscreen.ui:182 +msgid "Slide up to unlock" +msgstr "Trekk bildet opp for å låse opp" + +#: src/ui/settings-menu.ui:123 +msgid "Rotation" +msgstr "Rotasjon" -- GitLab