Module: wine Branch: master Commit: 9aa317dd8415414963bf19d756faf79505c02e6f URL: http://source.winehq.org/git/wine.git/?a=commit;h=9aa317dd8415414963bf19d756...
Author: José Manuel Ferrer Ortiz jmfo1982@yahoo.es Date: Thu Oct 12 02:12:18 2006 +0200
wldap32: Added Spanish translation.
---
dlls/wldap32/wldap32.rc | 1 dlls/wldap32/wldap32_Es.rc | 123 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 0 deletions(-)
diff --git a/dlls/wldap32/wldap32.rc b/dlls/wldap32/wldap32.rc index e47c272..65e0b64 100644 --- a/dlls/wldap32/wldap32.rc +++ b/dlls/wldap32/wldap32.rc @@ -24,6 +24,7 @@ #include "winuser.h"
#include "wldap32_De.rc" #include "wldap32_En.rc" +#include "wldap32_Es.rc" #include "wldap32_Fr.rc" #include "wldap32_Ko.rc" #include "wldap32_Nl.rc" diff --git a/dlls/wldap32/wldap32_Es.rc b/dlls/wldap32/wldap32_Es.rc new file mode 100644 index 0000000..d0935b1 --- /dev/null +++ b/dlls/wldap32/wldap32_Es.rc @@ -0,0 +1,123 @@ +/* + * Spanish resources for WLDAP32 + * + * Copyright 2006 Jos� Manuel Ferrer Ortiz + * + * 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_SPANISH, SUBLANG_NEUTRAL + +STRINGTABLE DISCARDABLE +{ + 0 "�xito" + 1 "Error en operacioens" + 2 "Error de protocolo" + 3 "L�mite de tiempo excedido" + 4 "L�mite de tama�o excedido" + 5 "Comparaci�n falsa" + 6 "Comparaci�n verdadera" + 7 "M�todo de autentificaci�n no soportado" + 8 "Autentificaci�n fuerte requerida" + 9 "Remisi�n (v2)" + 10 "Remisi�n" + 11 "L�mite de administraci�n excedido" + 12 "Extensi�n cr�tica no disponible" + 13 "Confidencialidad requerida" + 14 "" + 15 "" + 16 "No existe dicho atributo" + 17 "Tipo no definido" + 18 "Emparejamiento inapropiado" + 19 "Violaci�n de restricci�n" + 20 "El valor o atributo ya existe" + 21 "Sintaxis inv�lida" + 22 "" + 23 "" + 24 "" + 25 "" + 26 "" + 27 "" + 28 "" + 29 "" + 30 "" + 31 "" + 32 "No existe dicho objeto" + 33 "Problema de alias" + 34 "Sintaxis inv�lida de DN" + 35 "Es una hoja" + 36 "Problema de dereferencia de alias" + 37 "" + 38 "" + 39 "" + 40 "" + 41 "" + 42 "" + 43 "" + 44 "" + 45 "" + 46 "" + 47 "" + 48 "Autentificaci�n inapropriada" + 49 "Credenciales inv�lidos" + 50 "Insuficientes permisos" + 51 "Ocupado" + 52 "No disponible" + 53 "Reacio a actuar" + 54 "Bucle detectado" + 55 "" + 56 "" + 57 "" + 58 "" + 59 "" + 60 "Falta control de orden" + 61 "Error de rango de �ndice" + 62 "" + 63 "" + 64 "Violaci�n de nomenclatura" + 65 "Violaci�n de clase de objeto" + 66 "No permitido en una no-hoja" + 67 "No permitido en RDN" + 68 "Ya existe" + 69 "No Mods de clase de objeto" + 70 "Resultados demasiado largos" + 71 "Afecta a m�ltiples DSAs" + 72 "" + 73 "" + 74 "" + 75 "" + 76 "" + 77 "" + 78 "" + 79 "" + 80 "Otro" + 81 "Servidor ca�do" + 82 "Error local" + 83 "Error de codificaci�n" + 84 "Error de decodificaci�n" + 85 "Tiempo de espera superado" + 86 "Autentificaci�n desconocida" + 87 "Error de filtro" + 88 "Cancelado por el usuario" + 89 "Error de par�metro" + 90 "Sin memoria" + 91 "No se ha podido conectar al servidor LDAP" + 92 "Operaci�n no soportada por esta versi�n del protocolo LDAP" + 93 "Control especificado no se ha encontrado en el mensaje" + 94 "Ning�n resultado presente en el mensaje" + 95 "M�s resultados devueltos" + 96 "Bucle al manejar remisiones" + 97 "L�mite de saltos de remisiones excedido" +}