mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
oleaut32: Add the Romanian translation.
This commit is contained in:
parent
3e67adf499
commit
d4c6992131
@ -39,6 +39,7 @@
|
||||
#include "oleaut32_No.rc"
|
||||
#include "oleaut32_Pl.rc"
|
||||
#include "oleaut32_Pt.rc"
|
||||
#include "oleaut32_Ro.rc"
|
||||
#include "oleaut32_Ru.rc"
|
||||
#include "oleaut32_Sv.rc"
|
||||
#include "oleaut32_Th.rc"
|
||||
|
34
dlls/oleaut32/oleaut32_Ro.rc
Normal file
34
dlls/oleaut32/oleaut32_Ro.rc
Normal file
@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Copyright 2003 Jon Griffiths
|
||||
* Copyright 2008 Michael Stefaniuc
|
||||
*
|
||||
* 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_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_TRUE "Adevărat"
|
||||
IDS_FALSE "Fals"
|
||||
IDS_YES "Da"
|
||||
IDS_NO "Nu"
|
||||
IDS_ON "Activat"
|
||||
IDS_OFF "Dezactivat"
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
Loading…
x
Reference in New Issue
Block a user