Module: wine Branch: master Commit: 39ae05d977570328be132f7f29302794dae2768d URL: http://source.winehq.org/git/wine.git/?a=commit;h=39ae05d977570328be132f7f29...
Author: Jens Albretsen jens@albretsen.dk Date: Mon May 5 22:39:06 2008 +0200
sane.ds: Danish translation.
---
dlls/sane.ds/rsrc.rc | 1 + dlls/sane.ds/sane_Da.rc | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc index d44c98b..299ee96 100644 --- a/dlls/sane.ds/rsrc.rc +++ b/dlls/sane.ds/rsrc.rc @@ -25,6 +25,7 @@
#include "resource.h"
+#include "sane_Da.rc" #include "sane_De.rc" #include "sane_En.rc" #include "sane_Es.rc" diff --git a/dlls/sane.ds/sane_Da.rc b/dlls/sane.ds/sane_Da.rc new file mode 100644 index 0000000..4ecfb66 --- /dev/null +++ b/dlls/sane.ds/sane_Da.rc @@ -0,0 +1,40 @@ +/* + * Danish language support + * + * Copyright (C) 2008 Jens Albretsen jens@albretsen.dk + * + * 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 + */ + +LANGUAGE LANG_DANISH, SUBLANG_DEFAULT + +IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND +CAPTION "Skanner" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Skanner ... vent venligst",IDC_STATIC,5,19,176,8, SS_CENTER +END + +STRINGTABLE DISCARDABLE +{ + 0 "" + 1 "pks" + 2 "b" + 3 "mm" + 4 "dpi" + 5 "%" + 6 "ns" +}