Module: wine
Branch: stable
Commit: 127c50ec156e187b360487c6c333634fb95aa7f2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=127c50ec156e187b360487c6c…
Author: Jose Rostagno <joserostagno(a)hotmail.com>
Date: Sat Jul 31 12:17:13 2010 -0300
cmd: Fix Spanish translation.
(cherry picked from commit e7c7e63f9883b1415c6101bcfe1d26a5e3b2580b)
---
programs/cmd/Es.rc | 56 ++++++++++++++++++++++++++--------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/programs/cmd/Es.rc b/programs/cmd/Es.rc
index de68724..4228ba1 100644
--- a/programs/cmd/Es.rc
+++ b/programs/cmd/Es.rc
@@ -262,34 +262,34 @@ Introduzca HELP <comando> para m
WCMD_NO, "N"
WCMD_NOASSOC, "Falta una asociaci�n de archivo para la extensi�n %s\n"
WCMD_NOFTYPE, "Ning�n comando de apertura asociado con el tipo de archivo '%s'\n"
- WCMD_OVERWRITE, "Overwrite %s"
+ WCMD_OVERWRITE, "Sobrescribir %s"
WCMD_MORESTR, "M�s..."
- WCMD_TRUNCATEDLINE, "Line in Batch processing possibly truncated. Using:\n"
- WCMD_NYI, "Not Yet Implemented\n\n"
- WCMD_NOARG, "Argument missing\n"
- WCMD_SYNTAXERR, "Syntax error\n"
- WCMD_FILENOTFOUND, "%s : File Not Found\n"
- WCMD_NOCMDHELP, "No help available for %s\n"
- WCMD_NOTARGET, "Target to GOTO not found\n"
- WCMD_CURRENTDATE, "Current Date is %s\n"
- WCMD_CURRENTTIME, "Current Time is %s\n"
- WCMD_NEWDATE, "Enter new date: "
- WCMD_NEWTIME, "Enter new time: "
- WCMD_MISSINGENV, "Environment variable %s not defined\n"
- WCMD_READFAIL, "Failed to open '%s'\n"
- WCMD_CALLINSCRIPT, "Cannot call batch label outside of a batch script\n"
+ WCMD_TRUNCATEDLINE, "L�nea en procesamiento por lotes posiblemente truncada. Usando:\n"
+ WCMD_NYI, "No implementado\n\n"
+ WCMD_NOARG, "Argumento faltante\n"
+ WCMD_SYNTAXERR, "Error de sintaxis\n"
+ WCMD_FILENOTFOUND, "%s : Archivo no encontrado\n"
+ WCMD_NOCMDHELP, "No hay ayuda disponible para %s\n"
+ WCMD_NOTARGET, "El destino de la instrucci�n GOTO no se ha encontrado\n"
+ WCMD_CURRENTDATE, "La fecha actual es %s\n"
+ WCMD_CURRENTTIME, "La hora actual es %s\n"
+ WCMD_NEWDATE, "Ingrese la nueva fecha: "
+ WCMD_NEWTIME, "Ingrese la nueva hora: "
+ WCMD_MISSINGENV, "Variable de entorno %s no definida\n"
+ WCMD_READFAIL, "No se pudo abrir '%s'\n"
+ WCMD_CALLINSCRIPT, "No se puede llamar a una etiqueta fuera de un script por lotes\n"
WCMD_ALL, "A"
- WCMD_DELPROMPT, "%s, Delete"
- WCMD_ECHOPROMPT, "Echo is %s\n"
- WCMD_VERIFYPROMPT, "Verify is %s\n"
- WCMD_VERIFYERR, "Verify must be ON or OFF\n"
- WCMD_ARGERR, "Parameter error\n"
- WCMD_VOLUMEDETAIL, "Volume in drive %c is %s\nVolume Serial Number is %04x-%04x\n\n"
- WCMD_VOLUMEPROMPT, "Volume label (11 characters, ENTER for none)?"
- WCMD_NOPATH, "PATH not found\n"
- WCMD_ANYKEY,"Press Return key to continue: "
- WCMD_CONSTITLE,"Wine Command Prompt"
- WCMD_VERSION,"CMD Version %s\n\n"
- WCMD_MOREPROMPT, "More? "
- WCMD_LINETOOLONG, "The input line is too long.\n"
+ WCMD_DELPROMPT, "%s, Borrar"
+ WCMD_ECHOPROMPT, "Echo es %s\n"
+ WCMD_VERIFYPROMPT, "Verificar es %s\n"
+ WCMD_VERIFYERR, "Verificar debe estar ON o OFF\n"
+ WCMD_ARGERR, "Error de par�metro\n"
+ WCMD_VOLUMEDETAIL, "El volumen en la unidad %c es %s\nEl n�mero de serie del volumen es %04x-%04x\n\n"
+ WCMD_VOLUMEPROMPT, "Etiqueta del volumen (11 caracteres, Return para ninguno)?"
+ WCMD_NOPATH, "PATH no encontrado\n"
+ WCMD_ANYKEY,"Pulse la tecla Return para continuar: "
+ WCMD_CONSTITLE,"Wine S�mbolo del sistema"
+ WCMD_VERSION,"CMD Versi�n %s\n\n"
+ WCMD_MOREPROMPT, "M�s? "
+ WCMD_LINETOOLONG, "La l�nea de entrada es demasiado larga.\n"
}
Module: wine
Branch: stable
Commit: e04f9c07e978cdaed4737d0c5b16cff491ed1fe9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e04f9c07e978cdaed4737d0c5…
Author: Anders Jonsson <anders.jonsson(a)norsjonet.se>
Date: Fri Jul 30 22:50:03 2010 +0200
mapi32: Add Swedish translation.
(cherry picked from commit fa10d003b27f7c3442c1e11597e9f4601955b28c)
---
dlls/mapi32/Makefile.in | 1 +
dlls/mapi32/Sv.rc | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index cf16f24..3af5082 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -33,6 +33,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sv.rc \
Uk.rc \
version.rc
diff --git a/dlls/mapi32/Sv.rc b/dlls/mapi32/Sv.rc
new file mode 100644
index 0000000..1c9bf11
--- /dev/null
+++ b/dlls/mapi32/Sv.rc
@@ -0,0 +1,32 @@
+/*
+* MAPI32 Swedish resources
+*
+* Copyright 2010 Anders Jonsson
+*
+* 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"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Kunde inte skicka e-post eftersom ingen MAPI-kompatibel e-postklient finns installerad."
+ IDS_SEND_MAIL, "Skicka e-post"
+}