PlafRes_ro.java
| Index Score | ||
|---|---|---|
![]() |
![]() |
org.compiere.translate |
![]() |
![]() |
Compiere |
View: Reasons, Metrics, Source Code
These are the metrics that contribute to the Enerjy Score for this file, ranked by impact. So the metrics listed at the top influence the score to a greater extent that the metrics listed at the bottom.
/******************************************************************************
* Product: Compiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program 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 General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 3600 Bridge Parkway #102, Redwood City, CA 94065, USA *
* or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/
package org.compiere.translate;
import java.util.*;
/**
* Translation Texts for Look & Feel
*
* @author Jorg Janke
* @version $Id: PlafRes_ro.java,v 1.2 2006/07/30 00:52:24 jjanke Exp $
*/
public class PlafRes_ro extends ListResourceBundle
{
/** The data */
static final Object[][] contents = new String[][]
{
{ "BackColType", "Tip al culorii de fundal" },
{ "BackColType_Flat", "Plin" },
{ "BackColType_Gradient", "Gradient" },
{ "BackColType_Lines", "Linii" },
{ "BackColType_Texture", "Ha\u015fur\u0103" },
//
{ "LookAndFeelEditor", "Editor de aspect grafic" },
{ "LookAndFeel", "Aspect grafic" },
{ "Theme", "Tem\u0103" },
{ "EditCompiereTheme", "Editare a temei Compiere" },
{ "SetDefault", "Fundal implicit" },
{ "SetDefaultColor", "Culoare de fundal" },
{ "ColorBlind", "Deficien\u0163\u0103 cromatic\u0103" },
{ "Example", "Exemplu" },
{ "Reset", "Reini\u0163ializare" },
{ "OK", "OK" },
{ "Cancel", "Anulare" },
//
{ "CompiereThemeEditor", "Editor de tem\u0103 grafic\u0103" },
{ "MetalColors", "Culori metalice" },
{ "CompiereColors", "Culori Compiere" },
{ "CompiereFonts", "Font-uri Compiere" },
{ "Primary1Info", "Umbr\u0103, separator" },
{ "Primary1", "Principal 1" },
{ "Primary2Info", "Linie curent\u0103, meniu selectat" },
{ "Primary2", "Principal 2" },
{ "Primary3Info", "R\u00e2nd de tabel selectat, text selectat, fundal pentru indica\u0163ii" },
{ "Primary3", "Principal 3" },
{ "Secondary1Info", "Margini" },
{ "Secondary1", "Secundar 1" },
{ "Secondary2Info", "File inactive, butoane ap\u0103sate, margini \u015fi text inactive" },
{ "Secondary2", "Secundar 2" },
{ "Secondary3Info", "Fundal" },
{ "Secondary3", "Secundar 3" },
//
{ "ControlFontInfo", "Font pentru obiecte grafice" },
{ "ControlFont", "Font pentru etichete" },
{ "SystemFontInfo", "Indica\u0163ii, noduri \u00een arborescen\u0163e" },
{ "SystemFont", "Font de sistem" },
{ "UserFontInfo", "Date introduse de utilizator" },
{ "UserFont", "Font pentru c\u00e2mpuri" },
// { "SmallFontInfo", "Font pentru rapoarte" },
{ "SmallFont", "Font de dimensiune mic\u0103" },
{ "WindowTitleFont", "Font pentru titluri" },
{ "MenuFont", "Font de meniuri" },
//
{ "MandatoryInfo", "Fundal pentru c\u00e2mpuri obligatorii" },
{ "Mandatory", "Obligatoriu" },
{ "ErrorInfo", "Fundal pentru c\u00e2mpuri cu valori eronate" },
{ "Error", "Erori" },
{ "InfoInfo", "Fundal pentru c\u00e2mpuri de informare" },
{ "Info", "Informare" },
{ "WhiteInfo", "R\u00e2nduri goale" },
{ "White", "\"Alb\"" },
{ "BlackInfo", "Linii, text" },
{ "Black", "\"Negru\"" },
{ "InactiveInfo", "Fundal pentru c\u00e2mpuri inactive" },
{ "Inactive", "Inactiv" },
{ "TextOKInfo", "Culoare pentru mesaje de confirmare" },
{ "TextOK", "Text de confirmare" },
{ "TextIssueInfo", "Culoare pentru mesaje de eroare" },
{ "TextIssue", "Text de eroare" },
//
{ "FontChooser", "Selector de font-uri" },
{ "Fonts", "Font-uri" },
{ "Plain", "Normal" },
{ "Italic", "Cursiv" },
{ "Bold", "Aldin" },
{ "BoldItalic", "Aldin \u015fi cursiv" },
{ "Name", "Nume" },
{ "Size", "Dimensiune" },
{ "Style", "Stil" },
{ "TestString", "Acesta este un test! Ziua bun\u0103 se cunoa\u015fte de diminea\u0163\u0103. 123.456,78 Lunu = l1 Ozero = O0" },
{ "FontString", "Font" },
//
{ "CompiereColorEditor", "Editor de culoare " },
{ "CompiereType", "Tip de culoare" },
{ "GradientUpperColor", "Culoare superioar\u0103 pentru gradient" },
{ "GradientLowerColor", "Culoare inferioar\u0103 pentru gradient" },
{ "GradientStart", "\u00cenceput de gradient" },
{ "GradientDistance", "Distan\u0163\u0103 de gradient" },
{ "TextureURL", "URL pentru ha\u015fur\u0103" },
{ "TextureAlpha", "Masc\u0103 alpha pentru ha\u015fur\u0103" },
{ "TextureTaintColor", "Nuan\u0163\u0103 a ha\u015furii" },
{ "LineColor", "Culoare de desenare" },
{ "LineBackColor", "Culoare de fundal" },
{ "LineWidth", "L\u0103\u0163imea liniei" },
{ "LineDistance", "Distan\u0163a \u00eentre linii" },
{ "FlatColor", "Culoare plin\u0103" }
};
/**
* Get Contents
* @return contents
*/
public Object[][] getContents()
{
return contents;
}
} // Res
The table below shows all metrics for PlafRes_ro.java.




