Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Rubin
wine
Commits
71d48a78
Commit
71d48a78
authored
14 years ago
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cryptdlg: Add Norwegian Bokmål translation.
parent
2f41d4f7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/cryptdlg/Makefile.in
+1
-0
1 addition, 0 deletions
dlls/cryptdlg/Makefile.in
dlls/cryptdlg/cryptdlg_No.rc
+40
-0
40 additions, 0 deletions
dlls/cryptdlg/cryptdlg_No.rc
with
41 additions
and
0 deletions
dlls/cryptdlg/Makefile.in
+
1
−
0
View file @
71d48a78
...
...
@@ -18,6 +18,7 @@ RC_SRCS = \
cryptdlg_Ko.rc
\
cryptdlg_Lt.rc
\
cryptdlg_Nl.rc
\
cryptdlg_No.rc
\
cryptdlg_Pl.rc
\
cryptdlg_Pt.rc
\
cryptdlg_Ro.rc
\
...
...
This diff is collapsed.
Click to expand it.
dlls/cryptdlg/cryptdlg_No.rc
0 → 100644
+
40
−
0
View file @
71d48a78
/*
* cryptdlg dll resources (Norwegian Bokmål)
*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
#pragma code_page(65001)
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
{
IDS_CERT_POLICY "Sertifikatpolitikk"
IDS_POLICY_ID "Politikk-ID: "
IDS_POLICY_QUALIFIER_INFO "Info om politikkvalifisering"
IDS_POLICY_QUALIFIER_ID "Kvalifiserings-ID="
IDS_CPS "CPS" /* Certification Practice Statement */
IDS_USER_NOTICE "Brukernotis"
IDS_QUALIFIER "Kvalifisering"
IDS_NOTICE_REF "Notisreferanse"
IDS_ORGANIZATION "Organisasjon="
IDS_NOTICE_NUM "Notisnummer="
IDS_NOTICE_TEXT "Notistekst="
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment