devenum: Convert translations to po files.
This commit is contained in:
parent
8484e9633a
commit
0cdd147dcb
|
@ -14905,7 +14905,7 @@ wine_fn_config_dll ddraw enable_ddraw implib
|
|||
wine_fn_config_test dlls/ddraw/tests ddraw_test
|
||||
wine_fn_config_dll ddrawex enable_ddrawex
|
||||
wine_fn_config_test dlls/ddrawex/tests ddrawex_test
|
||||
wine_fn_config_dll devenum enable_devenum
|
||||
wine_fn_config_dll devenum enable_devenum po
|
||||
wine_fn_config_dll dinput enable_dinput implib,staticimplib
|
||||
wine_fn_config_test dlls/dinput/tests dinput_test
|
||||
wine_fn_config_dll dinput8 enable_dinput8 implib
|
||||
|
|
|
@ -2434,7 +2434,7 @@ WINE_CONFIG_DLL(ddraw,,[implib])
|
|||
WINE_CONFIG_TEST(dlls/ddraw/tests)
|
||||
WINE_CONFIG_DLL(ddrawex)
|
||||
WINE_CONFIG_TEST(dlls/ddrawex/tests)
|
||||
WINE_CONFIG_DLL(devenum)
|
||||
WINE_CONFIG_DLL(devenum,,[po])
|
||||
WINE_CONFIG_DLL(dinput,,[implib,staticimplib])
|
||||
WINE_CONFIG_TEST(dlls/dinput/tests)
|
||||
WINE_CONFIG_DLL(dinput8,,[implib])
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Dafaultní DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standardní zařízení WaveOut"
|
||||
IDS_DEVENUM_MIDEFAULT "Standardní zařízení MidiOut"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Cefnogaeth iaith Cymraeg
|
||||
* Welsh language support
|
||||
*
|
||||
* Copyright 2010 Ken Sharp
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound Ball"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Ddyfais WaveOut Ball"
|
||||
IDS_DEVENUM_MIDEFAULT "Ddyfais MidiOut Ball"
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Standard DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standard WaveOut Enhed"
|
||||
IDS_DEVENUM_MIDEFAULT "Standard MidiOut Enhed"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Standard DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standard WaveOut - Gerät"
|
||||
IDS_DEVENUM_MIDEFAULT "Standard MidiOut - Gerät"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Default DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Default WaveOut Device"
|
||||
IDS_DEVENUM_MIDEFAULT "Default MidiOut Device"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound por defecto"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Dispositivo WaveOut por defecto"
|
||||
IDS_DEVENUM_MIDEFAULT "Dispositivo MidiOut por defecto"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound par défaut"
|
||||
IDS_DEVENUM_DS "DirectSound : %s"
|
||||
IDS_DEVENUM_WODEFAULT "Périphérique WaveOut par défaut"
|
||||
IDS_DEVENUM_MIDEFAULT "Périphérique MidiOut par défaut"
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2010 Andras Kovacs
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Alapértelmezett DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Alapértelmezett WaveOut eszköz"
|
||||
IDS_DEVENUM_MIDEFAULT "Alapértelmezett MidiOut eszköz"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound predefinito"
|
||||
IDS_DEVENUM_DS "DirectSound : %s"
|
||||
IDS_DEVENUM_WODEFAULT "Dispositivo WaveOut predefinito"
|
||||
IDS_DEVENUM_MIDEFAULT "Dispositivo MidiOut predefinito"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "デフォルト DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "デフォルト WaveOut デバイス"
|
||||
IDS_DEVENUM_MIDEFAULT "デフォルト MidiOut デバイス"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "기본 다이렉트 사운드"
|
||||
IDS_DEVENUM_DS "다이렉트 사운드: %s"
|
||||
IDS_DEVENUM_WODEFAULT "기본 웨이브 출력 장치"
|
||||
IDS_DEVENUM_MIDEFAULT "기본 미디출력 장치"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Numatytasis DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Numatytasis WaveOut įrenginys"
|
||||
IDS_DEVENUM_MIDEFAULT "Numatytasis MidiOut įrenginys"
|
||||
}
|
|
@ -10,29 +10,7 @@ C_SRCS = \
|
|||
|
||||
IDL_R_SRCS = devenum_classes.idl
|
||||
|
||||
RC_SRCS = \
|
||||
Cs.rc \
|
||||
Cy.rc \
|
||||
Da.rc \
|
||||
De.rc \
|
||||
En.rc \
|
||||
Es.rc \
|
||||
Fr.rc \
|
||||
Hu.rc \
|
||||
It.rc \
|
||||
Ja.rc \
|
||||
Ko.rc \
|
||||
Lt.rc \
|
||||
Nl.rc \
|
||||
No.rc \
|
||||
Pl.rc \
|
||||
Pt.rc \
|
||||
Ro.rc \
|
||||
Ru.rc \
|
||||
Si.rc \
|
||||
Sr.rc \
|
||||
Sv.rc \
|
||||
Uk.rc \
|
||||
devenum.rc
|
||||
RC_SRCS = devenum.rc
|
||||
PO_SRCS = devenum.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Standaard DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standaardapparaat WaveOut"
|
||||
IDS_DEVENUM_MIDEFAULT "Standaardapparaat MidiOut"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Standard DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standard enhet for lydavspilling"
|
||||
IDS_DEVENUM_MIDEFAULT "Standard enhet for MIDI-avspilling"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Standardowe DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Standardowe urządzenie WaveOut"
|
||||
IDS_DEVENUM_MIDEFAULT "Standardowe urządzenie Device"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound padrão"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Dispositivo padrão WaveOut"
|
||||
IDS_DEVENUM_MIDEFAULT "Dispositivo padrão MidiOut"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "DirectSound implicit"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Dispozitiv WaveOut implicit"
|
||||
IDS_DEVENUM_MIDEFAULT "Dispozitiv MidiOut implicit"
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Стандартный DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Звуковое устройство вывода по умолчанию"
|
||||
IDS_DEVENUM_MIDEFAULT "Устройство вывода MIDI по умолчанию"
|
||||
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Privzeta DirectSound naprava"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Privzeta WaveOut naprava"
|
||||
IDS_DEVENUM_MIDEFAULT "Privzeta MidiOut naprava"
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
/*
|
||||
* Serbian resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
* Copyright 2010 Đorđe Vasiljević
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Подразумевани DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Подразумевани WaveOut уређај"
|
||||
IDS_DEVENUM_MIDEFAULT "Подразумевани MidiOut уређај"
|
||||
}
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Podrazumevani DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Podrazumevani WaveOut uređaj"
|
||||
IDS_DEVENUM_MIDEFAULT "Podrazumevani MidiOut uređaj"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Förvalt DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Förvald WaveOut-enhet"
|
||||
IDS_DEVENUM_MIDEFAULT "Förvald MidiOut-enhet"
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
/*
|
||||
* Resources for Device Enumerator
|
||||
*
|
||||
* Copyright 2002 Robert Shearman
|
||||
* Copyright 2010 Igor Paliychuk
|
||||
*
|
||||
* 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 "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Стандартний DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Звуковий пристрій виводу по замовчуванні"
|
||||
IDS_DEVENUM_MIDEFAULT "Пристрій виводу Midi по замовчуванні"
|
||||
}
|
|
@ -23,8 +23,17 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "devenum_private.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_DEVENUM_DSDEFAULT "Default DirectSound"
|
||||
IDS_DEVENUM_DS "DirectSound: %s"
|
||||
IDS_DEVENUM_WODEFAULT "Default WaveOut Device"
|
||||
IDS_DEVENUM_MIDEFAULT "Default MidiOut Device"
|
||||
}
|
||||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
|
||||
#define WINE_FILENAME_STR "devenum.dll"
|
||||
|
|
16
po/bg.po
16
po/bg.po
|
@ -871,6 +871,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
16
po/cs.po
16
po/cs.po
|
@ -885,6 +885,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Dafaultní DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standardní zařízení WaveOut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standardní zařízení MidiOut"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
16
po/da.po
16
po/da.po
|
@ -885,6 +885,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Standard DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standard WaveOut Enhed"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standard MidiOut Enhed"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Instillinger"
|
||||
|
|
16
po/de.po
16
po/de.po
|
@ -877,6 +877,22 @@ msgstr "Serienummer des Zertifikats="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Standard DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standard WaveOut - Gerät"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standard MidiOut - Gerät"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Einstellungen"
|
||||
|
|
16
po/en_US.po
16
po/en_US.po
|
@ -873,6 +873,22 @@ msgstr "Notice Number="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Default DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Default WaveOut Device"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Default MidiOut Device"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
|
16
po/eo.po
16
po/eo.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ecoj"
|
||||
|
|
16
po/es.po
16
po/es.po
|
@ -885,6 +885,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound por defecto"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Dispositivo WaveOut por defecto"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Dispositivo MidiOut por defecto"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propiedades"
|
||||
|
|
16
po/fi.po
16
po/fi.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ominaisuudet"
|
||||
|
|
16
po/fr.po
16
po/fr.po
|
@ -877,6 +877,22 @@ msgstr "Numéro de série du certificat ="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound par défaut"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound : %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Périphérique WaveOut par défaut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Périphérique MidiOut par défaut"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriétés"
|
||||
|
|
16
po/he.po
16
po/he.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&מאפיינים"
|
||||
|
|
16
po/hi.po
16
po/hi.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "सूचना (&o)"
|
||||
|
|
16
po/hu.po
16
po/hu.po
|
@ -877,6 +877,22 @@ msgstr "Tanusítvány szériaszám="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Alapértelmezett DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Alapértelmezett WaveOut eszköz"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Alapértelmezett MidiOut eszköz"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Beállítások"
|
||||
|
|
16
po/it.po
16
po/it.po
|
@ -877,6 +877,22 @@ msgstr "Numero Seriale del Certificato="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound predefinito"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound : %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Dispositivo WaveOut predefinito"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Dispositivo MidiOut predefinito"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietà"
|
||||
|
|
16
po/ja.po
16
po/ja.po
|
@ -877,6 +877,22 @@ msgstr "Certificate Serial Number="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "デフォルト DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "デフォルト WaveOut デバイス"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "デフォルト MidiOut デバイス"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "プロパティ(&P)"
|
||||
|
|
16
po/ko.po
16
po/ko.po
|
@ -877,6 +877,22 @@ msgstr "인증서 시리얼 번호="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "기본 다이렉트 사운드"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "다이렉트 사운드: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "기본 웨이브 출력 장치"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "기본 미디출력 장치"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "등록 정보(&P)"
|
||||
|
|
16
po/lt.po
16
po/lt.po
|
@ -877,6 +877,22 @@ msgstr "Liudijimo numeris="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Numatytasis DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Numatytasis WaveOut įrenginys"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Numatytasis MidiOut įrenginys"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Savybės"
|
||||
|
|
16
po/ml.po
16
po/ml.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "വി_വരം"
|
||||
|
|
16
po/nb_NO.po
16
po/nb_NO.po
|
@ -877,6 +877,22 @@ msgstr "Serienummer="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Standard DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standard enhet for lydavspilling"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standard enhet for MIDI-avspilling"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
16
po/nl.po
16
po/nl.po
|
@ -877,6 +877,22 @@ msgstr "Certificaat serienummer="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Standaard DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standaardapparaat WaveOut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standaardapparaat MidiOut"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Eigenschappen"
|
||||
|
|
16
po/or.po
16
po/or.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
|
16
po/pa.po
16
po/pa.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
|
16
po/pl.po
16
po/pl.po
|
@ -877,6 +877,22 @@ msgstr "Numer seryjny certyfikatu="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Standardowe DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Standardowe urządzenie WaveOut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Standardowe urządzenie Device"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ustawienia"
|
||||
|
|
16
po/pt_BR.po
16
po/pt_BR.po
|
@ -877,6 +877,22 @@ msgstr "Número de Série do Certificado="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound padrão"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Dispositivo padrão WaveOut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Dispositivo padrão MidiOut"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
16
po/pt_PT.po
16
po/pt_PT.po
|
@ -877,6 +877,22 @@ msgstr "Número de Série do Certificado="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound padrão"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Dispositivo padrão WaveOut"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Dispositivo padrão MidiOut"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
16
po/ro.po
16
po/ro.po
|
@ -877,6 +877,22 @@ msgstr "Numărul de serie al certificatului="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "DirectSound implicit"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Dispozitiv WaveOut implicit"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Dispozitiv MidiOut implicit"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietăți"
|
||||
|
|
16
po/ru.po
16
po/ru.po
|
@ -885,6 +885,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Стандартный DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Звуковое устройство вывода по умолчанию"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Устройство вывода MIDI по умолчанию"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Свойства"
|
||||
|
|
16
po/sk.po
16
po/sk.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
16
po/sl.po
16
po/sl.po
|
@ -888,6 +888,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Privzeta DirectSound naprava"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Privzeta WaveOut naprava"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Privzeta MidiOut naprava"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Lastnosti"
|
||||
|
|
|
@ -877,6 +877,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Podrazumevani DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Podrazumevani WaveOut uređaj"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Podrazumevani MidiOut uređaj"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Svojstva"
|
||||
|
|
16
po/sr_SP.po
16
po/sr_SP.po
|
@ -877,6 +877,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Подразумевани DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Подразумевани WaveOut уређај"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Подразумевани MidiOut уређај"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Својства"
|
||||
|
|
16
po/sv.po
16
po/sv.po
|
@ -877,6 +877,22 @@ msgstr "Serienummer för certifikat="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Förvalt DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Förvald WaveOut-enhet"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Förvald MidiOut-enhet"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
16
po/te.po
16
po/te.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
|
16
po/th.po
16
po/th.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ปรับแต่งนาฬิกา"
|
||||
|
|
16
po/tr.po
16
po/tr.po
|
@ -885,6 +885,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Özellikler"
|
||||
|
|
16
po/uk.po
16
po/uk.po
|
@ -877,6 +877,22 @@ msgstr "Серійний номер сертифікату="
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr "Стандартний DirectSound"
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr "DirectSound: %s"
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr "Звуковий пристрій виводу по замовчуванні"
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr "Пристрій виводу Midi по замовчуванні"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Властивості"
|
||||
|
|
16
po/wa.po
16
po/wa.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propietés"
|
||||
|
|
16
po/wine.pot
16
po/wine.pot
|
@ -870,6 +870,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
16
po/zh_CN.po
16
po/zh_CN.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "属性(&P)"
|
||||
|
|
16
po/zh_TW.po
16
po/zh_TW.po
|
@ -874,6 +874,22 @@ msgstr ""
|
|||
msgid "Notice Text="
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:32
|
||||
msgid "Default DirectSound"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:33
|
||||
msgid "DirectSound: %s"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:34
|
||||
msgid "Default WaveOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: devenum.rc:35
|
||||
msgid "Default MidiOut Device"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "屬性(&P)"
|
||||
|
|
Loading…
Reference in New Issue