oleaut32: Add the Romanian translation.

oldstable
Michael Stefaniuc 2008-03-20 23:26:58 +01:00 committed by Alexandre Julliard
parent 3e67adf499
commit d4c6992131
2 changed files with 35 additions and 0 deletions

View File

@ -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"

View 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)