Module: wine Branch: master Commit: 95c280178478c04f8a38bf42952ed175dec01db2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=95c280178478c04f8a38bf4295...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Mar 20 00:11:53 2008 +0100
localspl: Add the Romanian translation.
---
dlls/localspl/localspl.rc | 1 + dlls/localspl/spl_Ro.rc | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc index 2722413..3aeeb2c 100644 --- a/dlls/localspl/localspl.rc +++ b/dlls/localspl/localspl.rc @@ -43,4 +43,5 @@ #include "spl_Nl.rc" #include "spl_No.rc" #include "spl_Pl.rc" +#include "spl_Ro.rc" #include "spl_Sv.rc" diff --git a/dlls/localspl/spl_Ro.rc b/dlls/localspl/spl_Ro.rc new file mode 100644 index 0000000..4432195 --- /dev/null +++ b/dlls/localspl/spl_Ro.rc @@ -0,0 +1,27 @@ +/* + * Copyright 2005 Huw Davies + * Copyright 2006 Detlef Riekenberg + * 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 + +STRINGTABLE DISCARDABLE +{ + IDS_LOCALPORT "Port local" + IDS_LOCALMONITOR "Monitor local" +}