Module: wine
Branch: master
Commit: de4cf25349f9dc214e23bb9d58bf15a4a7e7d4de
URL: http://source.winehq.org/git/wine.git/?a=commit;h=de4cf25349f9dc214e23bb9d5…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 16:11:31 2010 +0200
write: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
programs/write/Da.rc | 29 +++++++++++++++++++++++++++++
programs/write/Makefile.in | 1 +
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/programs/write/Da.rc b/programs/write/Da.rc
new file mode 100644
index 0000000..98b628f
--- /dev/null
+++ b/programs/write/Da.rc
@@ -0,0 +1,29 @@
+/*
+ * Danish language support
+ *
+ * Copyright 2010 Thomas Larsen
+ * Paul Vriens
+ *
+ * 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 "resources.h"
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_FAILED, "Kunne ikke starte Wordpad"
+}
diff --git a/programs/write/Makefile.in b/programs/write/Makefile.in
index e0ffa98..b89f338 100644
--- a/programs/write/Makefile.in
+++ b/programs/write/Makefile.in
@@ -10,6 +10,7 @@ IMPORTS = user32 gdi32 kernel32
C_SRCS = write.c
RC_SRCS = \
+ Da.rc \
De.rc \
En.rc \
Fr.rc \
Module: wine
Branch: master
Commit: e3a30e38fc10475570a2c884b954fa9cb89282c7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3a30e38fc10475570a2c884b…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 16:10:52 2010 +0200
mapi32: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/mapi32/Da.rc | 31 +++++++++++++++++++++++++++++++
dlls/mapi32/Makefile.in | 1 +
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Da.rc b/dlls/mapi32/Da.rc
new file mode 100644
index 0000000..e22f303
--- /dev/null
+++ b/dlls/mapi32/Da.rc
@@ -0,0 +1,31 @@
+/*
+ * MAPI32 Danish resources
+ *
+ * Copyright 2010 Thomas Larsen
+ * Paul Vriens
+ *
+ * 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 "res.h"
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Mail afsendelsen mislykkede, da du ikke har en MAPI mail-klient installeret."
+ IDS_SEND_MAIL, "Send Mail"
+}
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 9c0fb71..5c3a2a0 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -14,6 +14,7 @@ C_SRCS = \
util.c
RC_SRCS = \
+ Da.rc \
De.rc \
En.rc \
Es.rc \
Module: wine
Branch: master
Commit: 1b1997ab834d89078502023ec2a3274e8def12b8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1b1997ab834d89078502023ec…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 15:29:33 2010 +0200
credui: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/credui/credui_Da.rc | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dlls/credui/credui_Da.rc b/dlls/credui/credui_Da.rc
index 26ef991..1bcaec5 100644
--- a/dlls/credui/credui_Da.rc
+++ b/dlls/credui/credui_Da.rc
@@ -2,6 +2,7 @@
* Danish language resource file for Credentials UI
*
* Copyright 2008 Jens Albretsen
+ * 2010 Thomas Larsen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -20,6 +21,8 @@
#include "credui_resources.h"
+#pragma code_page(65001)
+
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 213, 149
@@ -46,7 +49,7 @@ STRINGTABLE DISCARDABLE
IDS_TITLEFORMAT "Tilslut til %s"
IDS_MESSAGEFORMAT "Tilslutter til %s"
IDS_INCORRECTPASSWORDTITLE "Tilslutning fejlede"
- IDS_INCORRECTPASSWORD "V�r sikker p� at dit brugernavn\nog kodeord er korrekt."
- IDS_CAPSLOCKONTITLE "Caps Lock er p�"
- IDS_CAPSLOCKON "Caps Lock kan v�re skyld i at taster dit kodeord forkert.\n\nTryk p� Caps Lock tasten for at sl� det fra\nf�r du indtaster dit kodeord."
+ IDS_INCORRECTPASSWORD "Vær sikker på at dit brugernavn\nog kodeord er korrekt."
+ IDS_CAPSLOCKONTITLE "Caps Lock er på"
+ IDS_CAPSLOCKON "Du har sat Caps Lock til, dette kan være årsagen til at du indtaster kodeordet forkert.\n\nTryk på Caps Lock tasten for at slå det fra før du indtaster dit kodeord."
}
Module: wine
Branch: master
Commit: 6a88399094d7739cf4baebf71e8b2652b0aad2ac
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a88399094d7739cf4baebf71…
Author: Sven Baars <sven.wine(a)gmail.com>
Date: Wed Jun 2 22:14:39 2010 +0200
cmd: Make some help messages more informative.
---
programs/cmd/En.rc | 49 +++++++++++++++++++++++++++----------------------
1 files changed, 27 insertions(+), 22 deletions(-)
diff --git a/programs/cmd/En.rc b/programs/cmd/En.rc
index 0c31dfb..97f4640 100644
--- a/programs/cmd/En.rc
+++ b/programs/cmd/En.rc
@@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
- WCMD_ATTRIB, "Help about ATTRIB\n"
+ WCMD_ATTRIB, "ATTRIB shows or changes DOS file attributes.\n"
WCMD_CALL,
"CALL <batchfilename> is used within a batch file to execute commands\n\
from another batch file. When the batch file exits, control returns to\n\
@@ -35,16 +35,17 @@ called procedure.\n\
Changes to default directory, environment variables etc made within a\n\
called procedure are inherited by the caller.\n"
- WCMD_CD, "Help about CD\n"
- WCMD_CHDIR, "Help about CHDIR\n"
+ WCMD_CD, "CD <dir> is the short version of CHDIR. It changes the current\n\
+default directory.\n"
+ WCMD_CHDIR, "CHDIR <dir> changes the current default directory.\n"
- WCMD_CLS, "CLS clears the console screen\n"
+ WCMD_CLS, "CLS clears the console screen.\n"
- WCMD_COPY, "Help about COPY\n"
- WCMD_CTTY, "Help about CTTY\n"
- WCMD_DATE, "Help about DATE\n"
- WCMD_DEL, "Help about DEL\n"
- WCMD_DIR, "Help about DIR\n"
+ WCMD_COPY, "COPY <filename> copies a file.\n"
+ WCMD_CTTY, "CTTY changes the input/output device.\n"
+ WCMD_DATE, "DATE shows or changes the system date.\n"
+ WCMD_DEL, "DEL <filename> deletes a file or set of files.\n"
+ WCMD_DIR, "DIR lists the contents of a directory.\n"
WCMD_ECHO,
"ECHO <string> displays <string> on the current terminal device.\n\
@@ -56,7 +57,7 @@ ECHO OFF reverses the effect of a previous ECHO ON (ECHO is OFF by\n\
default). The ECHO OFF command can be prevented from displaying by\n\
preceding it with an @ sign.\n"
- WCMD_ERASE, "Help about ERASE\n"
+ WCMD_ERASE, "ERASE <filename> deletes a file or set of files.\n"
WCMD_FOR,
"The FOR command is used to execute a command for each of a set of files.\n\
@@ -78,7 +79,8 @@ label terminates the batch file execution.\n\
\n\
GOTO has no effect when used interactively.\n"
- WCMD_HELP, "Help about HELP\n"
+ WCMD_HELP, "HELP <command> shows brief help details on a topic.\n\
+HELP without an argument shows all CMD built-in commands.\n"
WCMD_IF,
"IF is used to conditionally execute a command.\n\
@@ -96,8 +98,9 @@ Syntax: LABEL [drive:]\n\
The command will prompt you for the new volume label for the given drive.\n\
You can display the disk volume label with the VOL command.\n"
- WCMD_MD, "Help about MD\n"
- WCMD_MKDIR, "Help about MKDIR\n"
+ WCMD_MD,
+"MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
+ WCMD_MKDIR, "MKDIR <name> creates a subdirectory.\n"
WCMD_MOVE,
"MOVE relocates a file or directory to a new point within the file system.\n\
\n\
@@ -148,10 +151,12 @@ so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
"A command line beginning REM (followed by a space) performs no\n\
action, and can therefore be used as a comment in a batch file.\n"
- WCMD_REN, "Help about REN\n"
- WCMD_RENAME, "Help about RENAME\n"
- WCMD_RD, "Help about RD\n"
- WCMD_RMDIR, "Help about RMDIR\n"
+ WCMD_REN,
+"REN <filename> is the short version of RENAME. It renames a file.\n"
+ WCMD_RENAME, "RENAME <filename> renames a file\n"
+ WCMD_RD,
+"RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
+ WCMD_RMDIR, "RMDIR <dir> deletes a subdirectory.\n"
WCMD_SET,
"SET displays or changes the cmd environment variables.\n\
@@ -176,7 +181,7 @@ not possible to affect the operating system environment from within cmd.\n"
the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n\
if called from the command line.\n"
- WCMD_TIME, "Help about TIME\n"
+ WCMD_TIME, "TIME sets or shows the current system time.\n"
WCMD_TITLE, "Sets the window title for the cmd window, syntax TITLE [string]\n"
@@ -187,16 +192,16 @@ if redirected). No check is made that the file is readable text.\n"
WCMD_VERIFY,
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n\
\n\
-VERIFY ON Set the flag\n\
-VERIFY OFF Clear the flag\n\
-VERIFY Displays ON or OFF as appropriate.\n\
+VERIFY ON\tSet the flag\n\
+VERIFY OFF\tClear the flag\n\
+VERIFY\t\tDisplays ON or OFF as appropriate.\n\
\n\
The verify flag has no function in Wine.\n"
WCMD_VER,
"VER displays the version of cmd you are running\n"
- WCMD_VOL, "Help about VOL\n"
+ WCMD_VOL, "VOL shows the volume label of a disk device.\n"
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
stack, and then changes the current directory to the supplied one.\n"