JBoss Portal SVN: r10874 - branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-05-30 18:30:43 -0400 (Fri, 30 May 2008)
New Revision: 10874
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/instances.xhtml
Log:
updated internationalization
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/instances.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/instances.xhtml 2008-05-30 22:28:21 UTC (rev 10873)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/instances.xhtml 2008-05-30 22:30:43 UTC (rev 10874)
@@ -71,9 +71,9 @@
</tbody>
<tfoot class="portlet-section-header">
<tr>
- <th>Instance id</th>
- <th>Instance name</th>
- <th>Actions</th>
+ <th>#{bundle.INSTANCE_ID}</th>
+ <th>#{bundle.INSTANCE_NAME}</th>
+ <th>#{bundle.ACTIONS}</th>
</tr>
</tfoot>
</table>
17 years, 11 months
JBoss Portal SVN: r10873 - branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/wizard.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-05-30 18:28:21 -0400 (Fri, 30 May 2008)
New Revision: 10873
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/wizard/selectPortlet.xhtml
Log:
updated internationalization
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/wizard/selectPortlet.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/wizard/selectPortlet.xhtml 2008-05-30 22:27:37 UTC (rev 10872)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/wizard/selectPortlet.xhtml 2008-05-30 22:28:21 UTC (rev 10873)
@@ -50,7 +50,7 @@
</tbody>
<tfoot class="portlet-section-header">
<tr>
- <th>Name</th>
+ <th>#{bundle.COMMON_NAME}</th>
</tr>
</tfoot>
</table>
17 years, 11 months
JBoss Portal SVN: r10872 - branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-05-30 18:27:37 -0400 (Fri, 30 May 2008)
New Revision: 10872
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
Log:
updated internationalization
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-05-30 20:54:24 UTC (rev 10871)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-05-30 22:27:37 UTC (rev 10872)
@@ -27,10 +27,10 @@
</div>
<div class="full-width sub-header1">
<ul>
- <li class="third-width"><label>Title: </label>#{portlet.title.value}</li>
- <li class="third-width"><label>Keywords: </label>#{portlet.keywords.value}</li>
+ <li class="third-width"><label>#{bundle.COMMON_TITLE}: </label>#{portlet.title.value}</li>
+ <li class="third-width"><label>#{bundle.COMMON_KEYWORDS}: </label>#{portlet.keywords.value}</li>
<f:subview id="locales" rendered="#{not empty portlet.locales}">
- <li class="third-width"><label>Locales: </label>
+ <li class="third-width"><label>#{bundle.COMMON_LOCALES}: </label>
<c:forEach items="#{portlet.locales}" var="locale">
<h:graphicImage style="margin: 0 3px 0 3px 0;" value="/img/locales/#{locale}.gif" alt="#{locale}"/>  
</c:forEach>
@@ -41,12 +41,12 @@
</div>
<div class="full-width sub-header2">
<ul>
- <li class="third-width"><label>Transport Guarantees: </label>
+ <li class="third-width"><label>#{bundle.COMMON_TRANSPORT_GUARANTEES}: </label>
<c:forEach var="transportGuarantees" items="#{portlet.info.security.transportGuarantees}">
#{transportGuarantees}  
</c:forEach>
</li>
- <li class="third-width"><label>Cache Expiration: </label>#{portlet.info.cache.expirationSecs} seconds</li>
+ <li class="third-width"><label>#{bundle.COMMON_CACHE_EXPIRATION}: </label>#{portlet.info.cache.expirationSecs} #{bundle.COMMON_SECONDS}</li>
</ul>
<br class="clear"/>
</div>
@@ -94,7 +94,7 @@
</dl>
</portal:box>
<portal:box class="whiteWithLtGreyHeader meta-box">
- <h3>#{bundle.COMMON_WINDOW_STATES}</h3>
+ <h3>#{bundle.PREFERENCES}</h3>
<dl>
<c:forEach var="preferenceKey" items="#{portlet.info.preferences.keys}">
<dt>
@@ -160,34 +160,34 @@
headerClass="portlet-section-header">
<h:column>
<f:facet name="header">
- <h:outputText value="Locale"/>
+ <h:outputText value="#{bundle.COMMON_LOCALE}"/>
</f:facet>
#{value.localeDisplayName}
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Display Name"/>
+ <h:outputText value="#{bundle.COMMON_DISPLAY_NAME}"/>
</f:facet>
#{value.text}
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Delete"/>
+ <h:outputText value="#{bundle.COMMON_DELETE}"/>
</f:facet>
<div style="width:150px"><h:commandLink action="#{instanceDisplayNameAction.editDisplayName}">
- <h:outputText styleClass="actionDelete" value="Delete"/>
+ <h:outputText styleClass="actionDelete" value="#{bundle.COMMON_DELETE}"/>
<f:param name="locale" value="#{value.locale}"/>
<f:param name="editAction" value="delete"/>
</h:commandLink></div>
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Rename"/>
+ <h:outputText value="#{bundle.RENAME}"/>
</f:facet>
<div style="width:150px"><h:commandLink action="#{instanceDisplayNameAction.editDisplayName}">
- <h:outputText styleClass="actionRename" value="Rename"/>
+ <h:outputText styleClass="actionRename" value="#{bundle.RENAME}"/>
<f:param name="locale" value="#{value.locale}"/>
<f:param name="editAction" value="rename"/>
</h:commandLink></div>
@@ -220,7 +220,7 @@
</dl>
</portal:box>
<portal:box class="whiteWithLtGreyHeader meta-box">
- <h3>#{bundle.COMMON_CONSUMEED_EVENTS}</h3>
+ <h3>#{bundle.COMMON_CONSUMED_EVENTS}</h3>
<dl>
<c:forEach var="consumedEvent" items="#{portlet.info.eventing.consumedEvents}">
<dt>
17 years, 11 months
JBoss Portal SVN: r10871 - branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes.
by portal-commits@lists.jboss.org
Author: sviluppatorefico
Date: 2008-05-30 16:54:24 -0400 (Fri, 30 May 2008)
New Revision: 10871
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource.properties
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource_it.properties
Log:
added new keywords
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource.properties 2008-05-30 18:42:44 UTC (rev 10870)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource.properties 2008-05-30 20:54:24 UTC (rev 10871)
@@ -170,8 +170,17 @@
COMMON_PREFERENCES=Preferences
COMMON_PUBLIC_RENDER_PARAMETERS=Public Render Parameters
COMMON_ID=Id
+COMMON_TITLE=Title
+COMMON_KEYWORDS=Keywords
+COMMON_LOCALES=Locales
+COMMON_TRANSPORT_GUARANTEES=Transport Guarantees
+COMMON_CACHE_EXPIRATION=Cache Expiration
+COMMON_SECONDS=seconds
+COMMON_MODES=Modes
+COMMON_PUBLIC_NAVIGATION_PARAMETERS=Public Navigation Parameters
+COMMON_CONSUMED_EVENTS=Consumed Events
+COMMON_PRODUCED_EVENTS=Produced Events
-
DASHBOARD_PERSONAL_EDITOR=Personal Dashboard Editor
DASHBOARD_CREATE_NEW_PAGE=Create a New Page
DASHBOARD_CREATE_PAGE=Page name
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource_it.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource_it.properties 2008-05-30 18:42:44 UTC (rev 10870)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/WEB-INF/classes/Resource_it.properties 2008-05-30 20:54:24 UTC (rev 10871)
@@ -162,6 +162,22 @@
COMMON_APPEND=Aggiungi
COMMON_LOCALE=Nazionalit\u00e0
COMMON_DISPLAY_NAME=Visualizza Nome
+COMMON_MEDIA_TYPES=Media Types
+COMMON_WINDOW_STATES=Window States
+COMMON_PORTLET_MODES=Portlet Modes
+COMMON_PREFERENCES=Preferences
+COMMON_PUBLIC_RENDER_PARAMETERS=Public Render Parameters
+COMMON_ID=Id
+COMMON_TITLE=Titolo
+COMMON_KEYWORDS=Parole chiave
+COMMON_LOCALES=Nazionalit\u00e0
+COMMON_TRANSPORT_GUARANTEES=Garanzia di Trasporto
+COMMON_CACHE_EXPIRATION=Durata della Cache
+COMMON_SECONDS=secondi
+COMMON_MODES=Modalit\u00e0
+COMMON_PUBLIC_NAVIGATION_PARAMETERS=Parametri pubblici di navigazione
+COMMON_CONSUMED_EVENTS=Eventi ricevuti
+COMMON_PRODUCED_EVENTS=Eventi prodotti
DASHBOARD_PERSONAL_EDITOR=Editor personale della Dashboard
DASHBOARD_CREATE_NEW_PAGE=Crea una nuova pagina
17 years, 11 months
JBoss Portal SVN: r10869 - modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/google.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2008-05-30 13:20:58 -0400 (Fri, 30 May 2008)
New Revision: 10869
Modified:
modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/google/GoogleClippingPortlet.java
Log:
- Google changed their code again...
Modified: modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/google/GoogleClippingPortlet.java
===================================================================
--- modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/google/GoogleClippingPortlet.java 2008-05-30 16:34:42 UTC (rev 10868)
+++ modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/google/GoogleClippingPortlet.java 2008-05-30 17:20:58 UTC (rev 10869)
@@ -70,7 +70,7 @@
String html = new String(getBytes(in, 16384), "UTF-8");
in.close();
- String beg = "<div id=res><div";
+ String beg = "<div id=\"res\"><div";
String end = "</table>";
int begIndex = html.indexOf(beg);
if (begIndex != -1)
@@ -79,8 +79,8 @@
int endIndex = html.indexOf(end, begIndex);
html = html.substring(begIndex + beg.length(), endIndex + end.length());
- html = html.substring(html.indexOf(">")+1);
-
+ html = html.substring(html.indexOf(">") + 1);
+
html = postProcessHTML(html);
renderResponse.setContentType("text/html");
@@ -104,17 +104,17 @@
{
renderResponse.setContentType("text/html");
renderResponse.getWriter().print(
- "<div align='center'>\n" +
- " <br/>\n" +
- " <font class='portlet-font'>Change Location:</font>\n" +
- "\n" +
- " <form method='post' action='" + renderResponse.createActionURL() + "'\n" +
- " <font class='portlet-font'>Zip Code:</font><br/>\n" +
- " <input class='portlet-form-input-field' type='text' value='' size='12' name='" + ZIP + "'/>\n" +
- " <br/>\n" +
- " <input class='portlet-form-input-field' type='submit' name='submit' value='submit'>\n" +
- " </form>\n" +
- "</div>");
+ "<div align='center'>\n" +
+ " <br/>\n" +
+ " <font class='portlet-font'>Change Location:</font>\n" +
+ "\n" +
+ " <form method='post' action='" + renderResponse.createActionURL() + "'\n" +
+ " <font class='portlet-font'>Zip Code:</font><br/>\n" +
+ " <input class='portlet-form-input-field' type='text' value='' size='12' name='" + ZIP + "'/>\n" +
+ " <br/>\n" +
+ " <input class='portlet-form-input-field' type='submit' name='submit' value='submit'>\n" +
+ " </form>\n" +
+ "</div>");
}
@Override
17 years, 11 months
JBoss Portal SVN: r10868 - branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-05-30 12:34:42 -0400 (Fri, 30 May 2008)
New Revision: 10868
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
Log:
"Powered by" sounds better... Unless we find something better in French
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2008-05-30 15:39:38 UTC (rev 10867)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2008-05-30 16:34:42 UTC (rev 10868)
@@ -21,7 +21,7 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
################################################################################
-POWERED_BY=Fait par
+POWERED_BY=Powered by
THEME_BY=Th\u00e8me de
LOGIN=Se connecter
LOGOUT=Se d\u00e9connecter
17 years, 11 months
JBoss Portal SVN: r10867 - in branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc: sun-jsf and 1 other directory.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-05-30 11:39:38 -0400 (Fri, 30 May 2008)
New Revision: 10867
Added:
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/sun-jsf/
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/sun-jsf/jsf-example.jar
Log:
- adding link to jsf-example.jar for apps that are not migrated yet
Added: branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/sun-jsf/jsf-example.jar
===================================================================
(Binary files differ)
Property changes on: branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/sun-jsf/jsf-example.jar
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
17 years, 11 months
JBoss Portal SVN: r10866 - in branches/JBoss_Portal_Branch_2_7: core-wsrp and 1 other directories.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-05-30 11:35:24 -0400 (Fri, 30 May 2008)
New Revision: 10866
Added:
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/etc/
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml
Log:
- adding link to jsf-example.jar for apps that are not migrated yet
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-05-30 15:07:32 UTC (rev 10865)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-05-30 15:35:24 UTC (rev 10866)
@@ -108,7 +108,6 @@
<path refid="el.el.classpath"/>
<path refid="jakarta.cactus.classpath"/>
<path refid="junit.junit.classpath"/>
- <pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<path refid="jbpm.jaronly.classpath"/>
<path refid="portlet.portlet.classpath"/>
</path>
@@ -208,7 +207,7 @@
<fileset dir="${apache.myfaces.lib}" includes="myfaces-api.jar,myfaces-impl.jar,jstl.jar"/>
<fileset dir="${build.lib}" includes="portal-core-identity-ui-lib.jar"/>
<fileset dir="${jboss.portal-faces.root}/lib" includes="portal-faces-lib.jar"/>
- <fileset dir="../core-admin/src/etc/sun-jsf" includes="jsf-example.jar"/>
+ <fileset dir="src/etc/sun-jsf" includes="jsf-example.jar"/>
<fileset dir="${facelets.facelets.lib}" includes="jsf-facelets.jar"/>
<fileset dir="${el.el.lib}" includes="el-api.jar,el-ri.jar"/>
<fileset dir="${commons.el.lib}" includes="commons-el.jar"/>
Modified: branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml 2008-05-30 15:07:32 UTC (rev 10865)
+++ branches/JBoss_Portal_Branch_2_7/core-wsrp/build.xml 2008-05-30 15:35:24 UTC (rev 10866)
@@ -101,7 +101,6 @@
<path refid="facelets.facelets.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="el.el.classpath"/>
- <pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
</path>
<!-- Configure modules -->
@@ -206,7 +205,7 @@
<fileset dir="${build.lib}" includes="portal-wsrp-admin-lib.jar"/>
<fileset dir="${jboss.portal-faces.root}/lib" includes="portal-faces-lib.jar"/>
<!-- For JSF -->
- <fileset dir="../core-admin/src/etc/sun-jsf" includes="jsf-example.jar"/>
+ <fileset dir="src/etc/sun-jsf" includes="jsf-example.jar"/>
<fileset dir="${facelets.facelets.lib}" includes="jsf-facelets.jar"/>
<fileset dir="${el.el.lib}" includes="el-api.jar,el-ri.jar"/>
<fileset dir="${commons.el.lib}" includes="commons-el.jar"/>
17 years, 11 months
JBoss Portal SVN: r10864 - in branches/JBoss_Portal_Branch_2_7: core/src/resources/portal-core-war/WEB-INF/classes and 4 other directories.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-05-30 11:05:57 -0400 (Fri, 30 May 2008)
New Revision: 10864
Added:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_fr.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_it.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_ru.properties
Removed:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-sar/conf/bundles/
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_pt_BR.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_ru.properties
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_fr.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_it.properties
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/header/header.jsp
Log:
- More i18n
- Removed old stuff
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -21,310 +21,10 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
################################################################################
-_ASREGISTERED=Don't have an account yet? You can create <a href\="">one</a>.
-_BLOCKNICKNAME=Username
-_BLOCKPASSWORD=Password
-
-
-
-MessageOrder=Message order
-Ascending=Ascending
-Descending=Descending
-
-AIM=AIM Address
-ICQ=ICQ Number
-YIM=YIM Number
-MSNM=MSN Messenger
-
-YourAIM=Your AIM Address
-YourICQ=Your ICQ Number
-YourYIM=Your YIM Number
-YourMSNM=Your MSN Messenger
-
-MyEmail=My e-mail
-MyHomePage=My homepage
-
-Question=Secret question
-Answer=Secret answer
-Location=Location
-Occupation=Occupation
-Interests=Interests
-ExtraInfo=Extra Information
-YourLocation=Your location
-YourOccupation=Your occupation
-YourInterests=Your interests
-Signature=Signature
-
-LoginSite=Login.
-Register=Register.
-
-UserExist=Username already exists
-ToChangeInfo=to change your info
-EmailVerify=Activation link Emailed! Check your email and click the activation link to activate your account.
-AccountActivated=Account successfully activated!
-UnableActivate=Unable to validate new user.
-LoggingYou=Logging you in, hang tight\!
-YouAreLoggedOut=You are now logged out\!
-PassDifferent=The passwords are different. They need to be identical.
-YourPassMustBe=Sorry, your password must be at least
-CharLong=characters long
-UserNotExist=User doesn't exist\!
-UserRegLogin=User registration/login
-SelectOption=Please select an option from the menu below\:
-RetrievePass=Retrieve lost password.
-RegNewUser=New user registration
-PasswordAgain=Confirm your password
-Email=E-mail
-Options=Options
-AllowEmailView=Allow other users to view my e-mail address
-AsRegUser=As a registered user you can\:
-AsReg6=Select different themes
-AsReg5=Customize the comments
-AsReg4=Select how many news items to show on the homepage
-AsReg3=Have a personal box on the homepage
-AsReg2=Send news with your username
-AsReg1=Post comments with your username
-RegisterNow=Register now\! It's free\!
-WeDontGive=We won't sell/give others your personal info.
-WelcomeTo=Welcome to
-Registration=registration area.
-
-Over13_1=I am
-Over13_2=or over or I have parental consent
-MustBe_1=You must be
-MustBe_2=or over, or have parental permission to register here.
-Consent_1=(By clicking on the above link you certify that you are either<br>
-Consent_2=or over, or that you have parental consent to register here.)
-Under13_1=I am under
-Under13_2=and do not have parental consent.
-
-Sorry=Sorry.
-Click=Please click
-Here=here
-Return=to return to the main page.
-UserName=Username
-GoBack=Back
-Finish=Finish
-PersonalInfo=Personal information
-RealName=Real name
-Optional=(optional)
-CanKnowAbout=(255 characters max. Type what you'd like others to know about you)
-Language=Language
-255CharMax=(255 characters max. Type your signature with HTML coding)
-YourAvatar=Your avatar
-YourHomePage=Your website
-TimeZoneOffset=Time zone offset
-EmailNotPublic=(This e-mail will not be public but is required. It will be used to send your password if you lose it)
-EmailPublic=(This e-mail will be public. Type what you'd like. Spam proof)
-RealEmail=Real e-mail
-FakeEmail=Fake e-mail
-NewUser=New user
-SaveChanges=Save Changes
-SaveChange=Save Change
-TypeNewPassword=(type a new password twice to change it)
-Search=Search
-All=All
-UsersFoundFor=users found for
-Pages=pages
-UsersShown=users shown
-Delete=Delete
-Edit=Edit
-Ok=Ok
-Cancel=Cancel
-AreYouSureToDeleteUser=Are you sure to delete user?
-UserDeleted=User deleted succesfully
-ReturnToMemberList=Return to member list
-Avatar=Avatar
-AdminFunctions=Admin functions
-URL=URL
-UpdateUser=Update user
-UserID=User ID
-ForChanges=(For changes only)
-MemberList=Member List
-SearchTip=Tip: choose a letter, display all or search for a user if you know its username
-
-ThemeText1=This option will change the look for the whole site.
-ThemeText2=The changes will be valid only to you.
-ThemeText3=Each user can view the site with a different theme.
-SelectTheme=Select a theme
-ThemeSelection=Theme selection
-
-CannotLogin=Cannot proceed to login
-
-LoginInvalidName=the user name is not valid
-LoginNoSuchUser=the user name does not exist
-LoginBadPassword=your password does not match
-LoginUnexpectedError=unexpected error
-LoginUserDisabled=your account has been blocked. Please contact an administrator.
-
-Enable=Enable
-Disable=Disable
-StatusChanged=The user status has been succesfully changed
-
-NotAuth=You\'re not authorized to perform this operation
-
-
-REMEMBERME=Remember me
-LOGIN=Login
-USERNAME=Username
-PASSWORD=Password
-USERLOGIN=User login
-
-OPTIONAL=Optional
-REQUIRED=Required
-
-255MAX=(Signature of 255 characters max)
-
-NAMENOTAVAILABLE=N/A
-
-MODIFIED_PROFILE=Your profile has been modified, the portal will be running with your former profile until you log back in.
-
-# Registration
-REGISTER_NOT_LOGGED_IN=You are currently not logged in.
-REGISTER_REGISTER=You can create an account.
-REGISTER_REGISTER_LINK=create one
-REGISTER_REGISTER_ADMIN_LINK=Create User account
-REGISTER_TY=Thank you for registering.
-REGISTER_BASICINFO=Basic User Information
-REGISTER_IM=Instant Message Identities
-REGISTER_ADDITIONAL=Additional Optional User Information
-REGISTER_NEWUSER=New user registration
-REGISTER_PASSWORDAGAIN=Confirm your password
-REGISTER_REALEMAIL=Real e-mail
-REGISTER_EMAILNOTPUBLIC=(This e-mail will not be public but is required. It will be used to send your password if you lose it)
-REGISTER_FAKEEMAIL=Fake e-mail
-REGISTER_EMAILPUBLIC=(This e-mail will be public. Type what you'd like. Spam proof)
-REGISTER_FAKEEMAIL_EXPLAIN=If this field is not empty, the real email will be used only to send notifications
-REGISTER_QUESTION=Secret question
-REGISTER_ANSWER=Secret answer
-REGISTER_ASREGUSER=As a registered user you can:
-REGISTER_ASREG6=Select different themes
-REGISTER_ASREG5=Customize the comments
-REGISTER_ASREG4=Select how many news items to show on the homepage
-REGISTER_ASREG3=Have a personal box on the homepage
-REGISTER_ASREG2=Send news with your username
-REGISTER_ASREG1=Post comments with your username
-REGISTER_REGISTERNOW=Register now! It's free!
-REGISTER_WEDONTGIVE=We won't sell/give others your personal info.
-REGISTER_ALREADYHAVEACCOUNT=You already have an account:
-REGISTER_SIGNIN=Sign in
-REGISTER_GIVENNAME=Firstname
-REGISTER_FAMILYNAME=Lastname
-REGISTER_PERSONALINFO=Personal information
-REGISTER_VIEWREALEMAIL=Allow other users to view my real e-mail address
-REGISTER_HOMEPAGE=Address of your personal website
-REGISTER_TIMEZONEOFFSET=Time zone offset
-REGISTER_THEME=Theme
-REGISTER_DEFAULT_THEME=Site Default
-REGISTER_ICQ=ICQ id
-REGISTER_AIM=AIM id
-REGISTER_YIM=Yahoo id
-REGISTER_MSNM=MSN messenger id
-REGISTER_SKYPE=Skype id
-REGISTER_XMMP=XMMP id
-REGISTER_LOCATION=Location
-REGISTER_LANGUAGE=Preferred language
-REGISTER_OCCUPATION=Occupation
-REGISTER_INTERESTS=Interests
-REGISTER_SIGNATURE=Signature
-REGISTER_EXTRAINFO=Extra information
-REGISTER_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
-REGISTER_SAVECHANGES=Save changes
-REGISTER_CONFIRMATIONEMAIL=Confirmation email
-
-REGISTER_SHOWMENU=Go back to the user menu
-
-REGISTER_ERROR_INVALIDUSERNAME=Username is not valid
-REGISTER_ERROR_EXISTINGUSERNAME=This username is already taken
-REGISTER_ERROR_INVALIDPASSWORD1=Password was not valid
-REGISTER_ERROR_INVALIDPASSWORD2=Password was not valid
-REGISTER_ERROR_PASSWORDMISMATCH=Passwords do not match
-REGISTER_ERROR_INVALIDREALEMAIL=Email address is not valid
-
-REGISTER_CONFIRM=User created successfully.
-REGISTER_ADMIN_SEARCH=View/Edit users
-
-
-MENU_LOGOUT=Logout
-MENU_EDITPROFILE=Edit your profile
-MENU_LISTUSERS=List of all the users
-
-LIST_FILTERS=Apply filters to the list
-LIST_USERSPERPAGE=Users per page
-LIST_USERNAMECONTAINS=Username contains
-LIST_FULLNAME=Fullname
-LIST_USERNAME=Username
-LIST_FIRSTNAME=Firstname
-LIST_LASTNAME=Lastname
-LIST_ROLES=Roles
-LIST_ACTIONS=Actions
-LIST_ACTIONSSHOWPROFILE=Profile
-LIST_ACTIONADDROLESTOUSER=Roles
-LIST_ACTIONEDITROLES=Edit Roles
-LIST_ACTIONDELETEUSER=Delete user
-LIST_CONFIRMDELETEUSER=You are about to delete a user
-LIST_SEARCHRESULTS=Search results for
-LIST_MATCHING=Matching Users
-FILTER=Filter
-
-NEXTPAGE=Next page
-PREVIOUSPAGE=Previous page
-
-ASSIGNROLES=Assign roles
-ASSIGNEDROLES=Roles to assign
-ROLESAVAILABLE=Available roles
-EDITROLESFORUSER=Edit roles for the user
-
-
-ROLE_THEREARE=There are
-ROLE_THEREIS=There is
-ROLE_ROLESDEFINED=roles defined
-ROLE_ROLEDEFINED=role defined
-
-ROLE_NAME=Name of the new role
-ROLE_DISPLAYNAME=Display name of the role
-ROLE_NEWDISPLAYNAME=New display name for the role
-ROLE_SELECTONETOMODIFY= Select the role to modify
-ROLE_SELECTONETODELETE= Select the role to delete
-ROLE_CREATE=Create user role
-ROLE_UPDATE=Update user role
-ROLE_EDIT=Edit user role
-ROLE_DELETE=Delete selected role
-ROLE_CONFIRM_DELETE=You are about to delete a role
-ROLE_DELETED=The role has been deleted
-ROLE_EDIT_MEMBERS=Edit role members
-ROLE_MAINLIST=Back to Role Edit
-ROLE_EDIT_USER=Editing users in Role
-ROLE_ADD=Add roles
-ROLE_REMOVE=Remove roles
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=There is already a role with that display name
-ROLE_ERROR_NAMEALREADYEXISTS=There is already a role with that name
-ROLE_ERROR_NAMEEMPTY=The role name cannot be empty
-ROLE_ERROR_DISPLAYNAMEEMPTY=The role display name cannot be empty
-ROLE_ERROR_DELETE_FAILED=Could not delete the role
-
-MENU_CREATEROLE=Create new role
-MENU_EDITROLE=Edit existing role
-MENU_EDITROLEMEMBERS=Role member
-
-ROLE_TEXT_1=Use this portlet to create, edit, delete and add users to roles.
-ROLE_TEXT_2=These roles are used in the Management Portlet to set access rights.
-
-PERMISSION_PICKPORTLET=Portlet Permissions Administration
-PERMISSION_PERMISSIONS=Permissions to modify
-PERMISSION_TOP=Select a Component to Modify
-PERMISSION_FINERGRAIN=Select a sub-component to define its permissions
-PERMISSION_MODIFYROLES=Add/Remove roles
-PERMISSION_MODIFYINGROLES=Modifying roles for
-PERMISSION_DOMAIN=Domain
-PERMISSION_DOMAIN_MOD=Modify Domain
-PERMISSION_DEFINEDROLES=Defined roles
-PERMISSION_IMPLIEDROLES=Implied roles
-
POWERED_BY=Powered by
-BAD_LOGIN=bad login
THEME_BY=Theme by
+LOGIN=Login
+LOGOUT=Logout
PORTLET_INSTANCE_ASSOCIATED=Portlet instance associated to this window
PORTLET_NAME=Portlet name
PORTLET_DESCRIPTION=Portlet description
Deleted: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_es.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -1,296 +0,0 @@
-################################################################################
-# JBoss, a division of Red Hat #
-# Copyright 2006, Red Hat Middleware, LLC, and individual #
-# contributors as indicated by the @authors tag. See the #
-# copyright.txt in the distribution for a full listing of #
-# individual contributors. #
-# #
-# This 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 software 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 software; if not, write to the Free #
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
-# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
-################################################################################
-
-_ASREGISTERED=�No tiene una cuenta todav�a? Puede crear <a href\="">una</a>.
-_BLOCKNICKNAME=Usuario
-_BLOCKPASSWORD=Clave
-
-
-
-MessageOrder=�rden de Mensajes
-Ascending=Ascendente
-Descending=Descendente
-
-AIM=AIM Direcci�n
-ICQ=ICQ N�mero
-YIM=YIM N�mero
-MSNM=MSN Messenger
-
-YourAIM=Su direcci�n AIM
-YourICQ=Su n�mero ICQ
-YourYIM=Su n�mero YIM
-YourMSNM=Su Messenger MSN
-
-MyEmail=Mi e-mail
-MyHomePage=Mi p�gina de inicio
-
-Question=Pregunta secreta
-Answer=Respuesta secreta
-Location=Residencia
-Occupation=Puesto
-Interests=Intereses
-ExtraInfo=Informaci�n extra
-YourLocation=Su residencia
-YourOccupation=Su puesto
-YourInterests=Sus intereses
-Signature=Firma
-
-LoginSite=Login.
-Register=Registro.
-
-UserExist=Ese usuario ya existe
-ToChangeInfo=para cambiar tu informaci�n
-EmailVerify=�Enlace de activaci�n enviado! Comprueba tu correo y pincha en en enlace de activaci�n para activar tu cuenta.
-AccountActivated=�Cuenta activada!
-UnableActivate=Imposible validar el nuevo usuario.
-LoggingYou=Autenticando, \�espere\!
-YouAreLoggedOut=\�Ahora ya est�s autenticado\!
-PassDifferent=Las claves son diferentes. Tienen que ser id�nticas.
-YourPassMustBe=Lo sentimos, su clave debe ser por lo menos de
-CharLong=caracteres
-UserNotExist=\�El usuario no existe\!
-UserRegLogin=Registro de usuario/autenticaci�n
-SelectOption=por favor, elija una opci�n del men� siguiente\:
-RetrievePass=Recuperar la clave perdida.
-RegNewUser=Registro de un nuevo usuario
-PasswordAgain=Confirme su clave
-Email=E-mail
-Options=Opciones
-AllowEmailView=Permitir a otros usuarios ver mi direcci�n de e-mail
-AsRegUser=Como usuario registrado, usted podr�\:
-AsReg6=Elegir diferentes estilos
-AsReg5=Personalizar los comentarios
-AsReg4=Elegir cu�ntos objetos nuevos mostrar en la p�gina de inicio
-AsReg3=Tener un buz�n personal en la p�gina de inicio
-AsReg2=Enviar noticias con su usuario
-AsReg1=Responder con su usuario.
-RegisterNow=\�Reg�strese ahora\! \�Es gratis\!
-WeDontGive=No venderemos o daremos a otros su informaci�n personal.
-WelcomeTo=Bienvenido a
-Registration=la zona de registro.
-
-Over13_1=Tengo
-Over13_2=o m�s a�os o tengo consentimiento paterno
-MustBe_1=Debe tener
-MustBe_2=o m�s a�os, o tener permiso paterno para registrarse.
-Consent_1=(Pinchando en el enlace superior usted certifica que tiene<br>
-Consent_2=o m�s a�os, o que tiene permiso paterno para registrarse.)
-Under13_1=Tengo menos de
-Under13_2=a�os y no tengo consentimiento paterno.
-
-Sorry=Lo sentimos.
-Click=Por favor, pinche
-Here=aqu�
-Return=para volver a la p�gina principal.
-UserName=Usuario
-GoBack=Atr�s
-Finish=Finalizar
-PersonalInfo=Informaci�n personal
-RealName=Nombre real
-Optional=(opcional)
-CanKnowAbout=(255 caracteres max. Introduzca lo que quiera que otros conozcan de usted)
-Language=Lenguaje
-255CharMax=(255 caracteres max. Introduzca su firma en c�digo HTML)
-YourAvatar=Su avatar
-YourHomePage=Su p�gina de inicio
-TimeZoneOffset=Zona horaria
-EmailNotPublic=(Este correo no ser� p�blico pero es necesario. Se usar� para enviarle su clave en caso de p�rdida)
-EmailPublic=(Este correo ser� p�blico. Escriba lo que quiera. Prueba de Spam)
-RealEmail=E-mail real
-FakeEmail=E-mail de pega
-NewUser=Nuevo usuario
-SaveChanges=Guardar cambios
-SaveChange=Guardar cambio
-TypeNewPassword=(escriba una clave dos veces para cambiarla)
-Search=Buscar
-All=Todos
-UsersFoundFor=usuarios encontrados para
-Pages=p�ginas
-UsersShown=usuarios mostrados
-Delete=Borrar
-Edit=Editar
-Ok=Aceptar
-Cancel=Cancelar
-AreYouSureToDeleteUser=�De verdad quiere borrar el usuario?
-UserDeleted=Usuario borrado
-ReturnToMemberList=Volver a la lista de miembros
-Avatar=Avatar
-AdminFunctions=Tareas administrativas
-URL=URL
-UpdateUser=Actualizaci�n de usuario
-UserID=ID de usuario
-ForChanges=(S�lo para cambios)
-MemberList=Lista de miembros
-SearchTip=Sugerencia: escoja una letra, muestre todos o busque un usuario si conoce su nombre
-
-ThemeText1=Esta opci�n cambia la apariencia de todo el sitio.
-ThemeText2=Estos cambios s�lo le afectar�n a usted.
-ThemeText3=Cada usuario puede ver el sitio con una apariencia diferente.
-SelectTheme=Elegir un estilo
-ThemeSelection=Elecci�n de estilo
-
-CannotLogin=No se puede autenticar
-
-LoginInvalidName=El nombre de usuario no es v�lido
-LoginNoSuchUser=el nombre de usuario no existe
-LoginBadPassword=su contrase�a no coincide
-LoginUnexpectedError=error inesperado
-LoginUserDisabled=su cuenta ha sido bloqueada. Por favor, contacte con un administrador.
-
-Enable=Activar
-Disable=Desactivar
-StatusChanged=El estado del usuario ha sido cambiado
-
-NotAuth=Usted no est� autorizado para realizar esta operaci�n
-
-REMEMBERME=Recordarme
-LOGIN=Login
-USERNAME=Usuario
-PASSWORD=Clave
-USERLOGIN=Login de usuario
-
-OPTIONAL=Opcional
-REQUIRED=Obligatorio
-
-255MAX=(Firma de 255 caract�res max)
-
-NAMENOTAVAILABLE=N/A
-
-# Registration
-REGISTER_REGISTER=Puedes crear una cuenta.
-REGISTER_REGISTER_LINK=crear una
-REGISTER_REGISTER_ADMIN_LINK=Crear una cuenta
-REGISTER_NEWUSER=Registro de nuevo usuario
-REGISTER_PASSWORDAGAIN=Confirme su clave
-REGISTER_REALEMAIL=E-mail real
-REGISTER_EMAILNOTPUBLIC=(Este correo no ser� p�blico pero es necesario. Se usar� para enviarle su clave en caso de p�rdida)
-REGISTER_FAKEEMAIL=E-mail de pega
-REGISTER_EMAILPUBLIC=(Este correo ser� p�blico. Escriba lo que quiera. Prueba de Spam)
-REGISTER_FAKEEMAIL_EXPLAIN= Si este campo no est� vac�o, el e-mail real s�lo se usar� para enviarle notificaciones
-REGISTER_QUESTION=Pregunta secreta
-REGISTER_ANSWER=Respuesta secreta
-REGISTER_ASREGUSER=Como usuario registrado, usted podr�:
-REGISTER_ASREG6=Elegir diferentes estilos
-REGISTER_ASREG5=Personalizar los comentarios
-REGISTER_ASREG4=Elegir cu�ntos objetos nuevos mostrar en la p�gina de inicio
-REGISTER_ASREG3=Tener un buz�n personal en la p�gina de inicio
-REGISTER_ASREG2=Enviar noticias con su usuario
-REGISTER_ASREG1=Responder con su usuario.
-REGISTER_REGISTERNOW=�Reg�strese ahora! �Es gratis!
-REGISTER_WEDONTGIVE=No venderemos o daremos a otros su informaci�n personal.
-REGISTER_ALREADYHAVEACCOUNT=Usted ya tiene una cuenta:
-REGISTER_SIGNIN=Entrar
-REGISTER_GIVENNAME=Nombre
-REGISTER_FAMILYNAME=Apellido
-REGISTER_PERSONALINFO=Informaci�n personal
-REGISTER_VIEWREALEMAIL=Permitir a otros usuarios ver mi direcci�n de e-mail real
-REGISTER_HOMEPAGE=Direcci�n de su pagina personal
-REGISTER_TIMEZONEOFFSET=Zona horaria
-REGISTER_THEME=Estilo
-REGISTER_DEFAULT_THEME=Site Default
-REGISTER_ICQ=ICQ id
-REGISTER_AIM=AIM id
-REGISTER_YIM=Yahoo id
-REGISTER_MSNM=MSN messenger id
-REGISTER_SKYPE=Skype id
-REGISTER_LOCATION=Residencia
-REGISTER_LANGUAGE=Lenguaje preferido
-REGISTER_OCCUPATION=Puesto
-REGISTER_INTERESTS=Intereses
-REGISTER_SIGNATURE=Firma
-REGISTER_EXTRAINFO=Informaci�n adicional
-REGISTER_CANKNOWABOUT=(255 caracteres max. Introduzca lo que quiera que otros conozcan de usted)
-REGISTER_SAVECHANGES=Guardar cambios
-REGISTER_CONFIRMATIONEMAIL=email de confirmaci�n
-
-REGISTER_SHOWMENU=Volver al men� de usuario
-
-REGISTER_ERROR_INVALIDUSERNAME=El usuario no es v�lido
-REGISTER_ERROR_EXISTINGUSERNAME=Este usuario ya existe
-REGISTER_ERROR_INVALIDPASSWORD1=La clave no es v�lida
-REGISTER_ERROR_INVALIDPASSWORD2=La clave no es v�lida
-REGISTER_ERROR_PASSWORDMISMATCH=Las Claves no coincide
-REGISTER_ERROR_INVALIDREALEMAIL=La direcci�n de E-mail no es v�lida
-
-MENU_LOGOUT=Desconectarse
-MENU_EDITPROFILE=Editar su perfil
-MENU_LISTUSERS=Listar todos los usuarios
-
-LIST_FILTERS=Aplicar filtros a la lista
-LIST_USERSPERPAGE=N�mero de usuarios por p�gina
-LIST_USERNAMECONTAINS=Usuario contiene
-LIST_FULLNAME=Nombre completo
-LIST_USERNAME=Nombre de usuario
-LIST_ROLES=Roles
-LIST_ACTIONS=Acciones
-LIST_ACTIONSSHOWPROFILE=Perfil
-LIST_ACTIONADDROLESTOUSER=Roles
-LIST_ACTIONEDITROLES=Editar Roles
-LIST_ACTIONDELETEUSER=Borrar el usario
-FILTER=Filtro
-
-NEXTPAGE=P�gina siguiente
-PREVIOUSPAGE=P�gina anterior
-
-ASSIGNROLES=Asignar roles
-ROLESAVAILABLE=Roles disponibles
-EDITROLESFORUSER=Editar roles para el usuario
-
-
-ROLE_THEREARE=Hay
-ROLE_THEREIS=Hay
-ROLE_ROLESDEFINED=roles definidos
-ROLE_ROLEDEFINED=rol definido
-
-ROLE_NAME=Nombre del nuevo rol
-ROLE_DISPLAYNAME=Nombre para mostrar del rol
-ROLE_NEWDISPLAYNAME=Nombre para mostrar del nuevo rol
-ROLE_SELECTONETOMODIFY= Elegir el rol para modificar
-ROLE_SELECTONETODELETE= Elegir el rol para borrar
-ROLE_CREATE=Crear un rol de usuario
-ROLE_UPDATE=Modificar un rol de usuario
-ROLE_EDIT=Editar un rol de usuario
-ROLE_DELETE=Borrar el rol elegido
-ROLE_DELETED=El rol ha sido borrado
-ROLE_EDIT_MEMBERS=Editar miembros del rol
-ROLE_MAINLIST=Volver a edici�n de roles
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=Ya existe un rol con ese nombre para mostrar
-ROLE_ERROR_NAMEALREADYEXISTS=Ya existe un rol con ese nombre
-ROLE_ERROR_NAMEEMPTY=El nombre del rol no puede dejarse en blanco
-ROLE_ERROR_DISPLAYNAMEEMPTY=El nombre para visualizar del rol no puede dejarse en blanco
-ROLE_ERROR_DELETE_FAILED=No se puede borrar el rol
-ROLE_EDIT_USER=Editar usuarios del rol
-
-MENU_CREATEROLE=Crear un nuevo rol
-MENU_EDITROLE=Editar un rol existente
-MENU_EDITROLEMEMBERS=Editar los miembros de un rol
-
-PERMISSION_PICKPORTLET=Permisos de administraci�n de portlets
-PERMISSION_PERMISSIONS=Permisos para modificaci�n
-PERMISSION_TOP=Elegir un componente para modificar
-PERMISSION_FINERGRAIN=Elegir un sub-componente para definir sus permisos
-PERMISSION_MODIFYROLES=A�adir/Borrar roles
-PERMISSION_MODIFYINGROLES=Modificar roles para
-PERMISSION_DOMAIN=Dominio
-PERMISSION_DOMAIN_MOD=Modificar el dominio
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_fr.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -1,4 +1,3 @@
-#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
################################################################################
# JBoss, a division of Red Hat #
# Copyright 2006, Red Hat Middleware, LLC, and individual #
@@ -22,527 +21,17 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
################################################################################
-255CharMax = (255 caract\u00E8res maximum. Vous pouvez inclure des balises HTML dans votre signature.)
-
-255MAX = (Signature de 255 caract\u00E8res max)
-
-AIM = Addresse AIM
-
-ASSIGNEDROLES = R\u00F4les \u00E0 assigner
-
-ASSIGNROLES = Assigner des r\u00F4les
-
-AccountActivated = Compte activ\u00E9
-
-AdminFunctions = Fonctions d'administration
-
-All = Tous
-
-AllowEmailView = Autoriser les autres utilisateurs \u00E0 voir mon adresse courriel
-
-Answer = R\u00E9ponse secr\u00E8te
-
-AreYouSureToDeleteUser = Voulez-vous vraiment supprimer le compte?
-
-AsReg1 = Soumettre un commentaire avec votre identifiant
-
-AsReg2 = Envoyez une nouvelle avec votre identifiant
-
-AsReg3 = Avoir une bo\u00EEte de saisie de mot de passe sur la page d'accueil
-
-AsReg4 = Choisissez combien de nouvelles vous voulez afficher sur votre page
-
-AsReg5 = Pesonnalizez les commentaires
-
-AsReg6 = Selectionnez parmis les diff\u00E9rents th\u00E8mes
-
-AsRegUser = En tant qu'utilisateur enregistr\u00E9 vous pouvez:
-
-Ascending = Ascendant
-
-Avatar = Avatar
-
-CanKnowAbout = (255 caracteres max. Pr\u00E9cisez ce que les autres devraient savoir de vous.)
-
-Cancel = Annuler
-
-CannotLogin = Connexion impossible
-
-CharLong = caract\u00E8res de long
-
-Click = S'il vous pla\u00EEt, cliquez
-
-Consent_1 = (En cliquant sur le lien ci-dessus vous d\u00E9clarez avoir <br>
-
-Consent_2 = ans ou plus, ou avoir l'autorisation de vos parents)
-
-Delete = Supprimer
-
-Descending = Descendant
-
-Disable = D\u00E9sactiver
-
-EDITROLESFORUSER = Modifier les r\u00F4les de l'utilisateur
-
-Edit = Modifier
-
-Email = Courriel
-
-EmailNotPublic = (Une adresse de courriel est obligatoire, mais ne sera pas diffus\u00E9e. Elle n'est utilis\u00E9e que pour vous envoyer votre mot de passe)
-
-EmailPublic = (Cette adresse de courriel sera diffus\u00E9e. Inscrivez y ce que vous voulez afin de d\u00E9jouer les robots de pourriel.)
-
-EmailVerify = Votre lien d'activation a \u00E9t\u00E9 envoy\u00E9 par courriel. Consultez vos messages et clickez sur le lien qui y est inclus pour activer votre compte.
-
-Enable = Activer
-
-ExtraInfo = Informations compl\u00E9mentaires
-
-FILTER = Filtre
-
-FakeEmail = Adresse de courriel factice
-
-Finish = Terminer
-
-ForChanges = (Modifications seulement)
-
-GoBack = Retour
-
-Here = ici
-
-ICQ = Num\u00E9ro ICQ
-
-Interests = Centres d'int\u00E9r\u00EAts
-
-LIST_ACTIONADDROLESTOUSER = R\u00F4les
-
-LIST_ACTIONDELETEUSER = Supprimer le compte
-
-LIST_ACTIONEDITROLES = Modifier les r\u00F4les
-
-LIST_ACTIONS = Actions
-
-LIST_ACTIONSSHOWPROFILE = Profil
-
-LIST_CONFIRMDELETEUSER = Vous allez supprimer d\u00E9finitivement un compte d'utilisateur
-
-LIST_FILTERS = Filtrer la liste
-
-LIST_FIRSTNAME = Pr\u00E9nom
-
-LIST_FULLNAME = Nom complet
-
-LIST_LASTNAME = Nom de famille
-
-LIST_MATCHING = Utilisateurs trouv\u00E9s
-
-LIST_ROLES = R\u00F4les
-
-LIST_SEARCHRESULTS = R\u00E9sultats de la recherche pour
-
-LIST_USERNAME = Identifiant
-
-LIST_USERNAMECONTAINS = L'identifiant contient
-
-LIST_USERSPERPAGE = Utilisateurs par page
-
-LOGIN = Login
-
-Language = Langage
-
-Location = Lieu de r\u00E9sidence
-
-LoggingYou = Bienvenue, connexion en cours ...
-
-LoginBadPassword = Le mot de passe n'est pas valide
-
-LoginInvalidName = L'identifiant n'est pas valide
-
-LoginNoSuchUser = Ce compte n'existe pas
-
-LoginSite = Login.
-
-LoginUnexpectedError = Erreur innatendue
-
-LoginUserDisabled = Votre compte est bloqu\u00E9. Consultez un administrateur.
-
-MENU_CREATEROLE = Cr\u00E9er un r\u00F4le
-
-MENU_EDITPROFILE = Modifier votre profil
-
-MENU_EDITROLE = Modifier un r\u00F4le existant
-
-MENU_EDITROLEMEMBERS = Membre du r\u00F4le
-
-MENU_LISTUSERS = Liste des utilisateurs
-
-MENU_LOGOUT = D\u00E9connection
-
-MODIFIED_PROFILE = Votre profil a \u00E9t\u00E9 modifi\u00E9. Les changements seront refl\u00E9t\u00E9s lors de votre prochaine visite.
-
-MSNM = Identifiant MSN
-
-MemberList = Liste des membres
-
-MessageOrder = Ordre des messages
-
-MustBe_1 = Vous devez avoir
-
-MustBe_2 = ans ou plus ou avoir l'autorisation de vos parents
-
-MyEmail = Mon courriel
-
-MyHomePage = Ma page personnelle
-
-NAMENOTAVAILABLE = N/D
-
-NEXTPAGE = Page suivante
-
-NewUser = Nouveau compte
-
-NotAuth = Op\u00E9ration non autoris\u00E9e
-
-OPTIONAL = Facultatif
-
-Occupation = Occupation
-
-Ok = Ok
-
-Optional = (optionel)
-
-Options = Options
-
-Over13_1 = J'ai
-
-Over13_2 = ans ou plus ou j'ai l'autorisation de mes parents
-
-PASSWORD = Mot de passe
-
-PERMISSION_DEFINEDROLES = R\u00F4les actuels
-
-PERMISSION_DOMAIN = Domaine
-
-PERMISSION_DOMAIN_MOD = Modifier le domaine
-
-PERMISSION_FINERGRAIN = S\u00E9lectionnez un sous-\u00E9l\u00E9ment afin d'en d\u00E9finir les permissions
-
-PERMISSION_IMPLIEDROLES = R\u00F4les h\u00E9rit\u00E9s
-
-PERMISSION_MODIFYINGROLES = Modification des r\u00F4les pour
-
-PERMISSION_MODIFYROLES = Ajouter/Supprimer des r\u00F4les
-
-PERMISSION_PERMISSIONS = Permissions de modifier
-
-PERMISSION_PICKPORTLET = Administration des permissions du portlet
-
-PERMISSION_TOP = S\u00E9lectionnez un module \u00E0 modifier
-
-PREVIOUSPAGE = Page pr\u00E9c\u00E9dente
-
-Pages = pages
-
-PassDifferent = Les mots de passe sont diff\u00E9rents, ils doivent \u00EAtre identiques.
-
-PasswordAgain = Confirmez votre mot de passe
-
-PersonalInfo = Informations personnelles
-
-Question = Question secr\u00E8te
-
-REGISTER_ADDITIONAL = Informations additionnelles facultatives
-
-REGISTER_ADMIN_SEARCH = Visualiser/Modifier les comptes
-
-REGISTER_AIM = Identifiant AIM
-
-REGISTER_ALREADYHAVEACCOUNT = Vous avez d\u00E9j\u00E0 un compte:
-
-REGISTER_ANSWER = R\u00E9ponse secr\u00E8te
-
-REGISTER_ASREG1 = Soumettre des commentaires avec votre identifiant
-
-REGISTER_ASREG2 = Soumettre des nouvelles avec votre identifiant
-
-REGISTER_ASREG3 = Avoir une bo\u00EEte de saisie de mot de passe sur la page d'accueil
-
-REGISTER_ASREG4 = S\u00E9lectionnez combien de nouvelles doivent \u00EAtre affich\u00E9es sur la page d'accueil
-
-REGISTER_ASREG5 = Personnaliser les commentaires
-
-REGISTER_ASREG6 = Choisir parmi plusieurs th\u00E8mes
-
-REGISTER_ASREGUSER = En \u00E9tant enregistr\u00E9 vous pouvez:
-
-REGISTER_BASICINFO = Informations de base
-
-REGISTER_CANKNOWABOUT = (255 caract\u00E8res maximum. Indiquez ce que vous voulez que les autres sachent de vous.)
-
-REGISTER_CONFIRM = Compte cr\u00E9\u00E9 avec succ\u00E8s.
-
-REGISTER_CONFIRMATIONEMAIL = Courriel de confirmation
-
-REGISTER_DEFAULT_THEME = D\u00E9faut du site
-
-REGISTER_EMAILNOTPUBLIC = (Ce courriel ne sera pas diffus\u00E9 mais est obligatoire. Il sera utilis\u00E9 pour vous envoyer votre mot de passe)
-
-REGISTER_EMAILPUBLIC = (Cet e-mail sera diffus\u00E9. Indiquez ce que vous d\u00E9sirez afin de d\u00E9jouer les robots de pourriel.)
-
-REGISTER_ERROR_EXISTINGUSERNAME = Cet identifiant est d\u00E9j\u00E0 pris
-
-REGISTER_ERROR_INVALIDPASSWORD1 = Le mot de passe n'est pas valide
-
-REGISTER_ERROR_INVALIDPASSWORD2 = Le mot de passe n'est pas valide
-
-REGISTER_ERROR_INVALIDREALEMAIL = L'adresse courriel n'est pas valide
-
-REGISTER_ERROR_INVALIDUSERNAME = L'identifiant n'est pas valide
-
-REGISTER_ERROR_PASSWORDMISMATCH = Les mots de passe sont diff\u00E9rents
-
-REGISTER_EXTRAINFO = Informations compl\u00E9mentaires
-
-REGISTER_FAKEEMAIL = Courriel fictif
-
-REGISTER_FAKEEMAIL_EXPLAIN = Si ce champ n'est pas vide, l'adresse de courriel r\u00E9elle ne sera utilis\u00E9e que pour envoyer des notifications
-
-REGISTER_FAMILYNAME = Nom de famille
-
-REGISTER_GIVENNAME = Pr\u00E9nom
-
-REGISTER_HOMEPAGE = Addresse de votre site web
-
-REGISTER_ICQ = Num\u00E9ro ICQ
-
-REGISTER_IM = Identit\u00E9s de messagerie instantan\u00E9e
-
-REGISTER_INTERESTS = Champs d'int\u00E9r\u00EAts
-
-REGISTER_LANGUAGE = Langue pr\u00E9f\u00E9r\u00E9e
-
-REGISTER_LOCATION = Lieu de r\u00E9sidence
-
-REGISTER_MSNM = Identifiant MSN
-
-REGISTER_NEWUSER = Enregistrement d'un nouvel utilisateur
-
-# Registration
-REGISTER_NOT_LOGGED_IN = Vous n'\u00EAtes pas connect\u00E9
-
-REGISTER_OCCUPATION = M\u00E9tier
-
-REGISTER_PASSWORDAGAIN = Confirmer votre mot de passe
-
-REGISTER_PERSONALINFO = Information personelles
-
-REGISTER_QUESTION = Question secr\u00E8te
-
-REGISTER_REALEMAIL = Courriel r\u00E9el
-
-REGISTER_REGISTER = Cr\u00E9er un compte
-
-REGISTER_REGISTERNOW = Enregistrez-vous! C'est gratuit!
-
-REGISTER_REGISTER_ADMIN_LINK = Cr\u00E9er un compte
-
-REGISTER_REGISTER_LINK = Cr\u00E9er un
-
-REGISTER_SAVECHANGES = Enregistrer les changements
-
-REGISTER_SHOWMENU = Retour au menu utilisateur
-
-REGISTER_SIGNATURE = Signature
-
-REGISTER_SIGNIN = Connexion
-
-REGISTER_SKYPE = Identifiant Skype
-
-REGISTER_THEME = Th\u00E8me
-
-REGISTER_TIMEZONEOFFSET = Fuseau horaire
-
-REGISTER_TY = Merci de vous \u00EAtre enregistr\u00E9.
-
-REGISTER_VIEWREALEMAIL = Permettre aux autres utilisateurs de voir ma vraie adresse courriel.
-
-REGISTER_WEDONTGIVE = Nous ne communiquons pas les donn\u00E9es personnelles \u00E0 des organismes tiers.
-
-REGISTER_XMMP = Identifiant XMMP
-
-REGISTER_YIM = Identifiant Yahoo
-
-REMEMBERME = Connexion automatique
-
-REQUIRED = Requis
-
-ROLESAVAILABLE = R\u00F4les disponibles
-
-ROLE_ADD = Ajouter des r\u00F4les
-
-ROLE_CONFIRM_DELETE = ous \u00EAtes sur le point de supprimer un r\u00F4le
-
-ROLE_CREATE = Cr\u00E9er un role
-
-ROLE_DELETE = Supprimer le r\u00F4le selectionn\u00E9
-
-ROLE_DELETED = Le r\u00F4le a \u00E9t\u00E9 supprim\u00E9
-
-ROLE_DISPLAYNAME = Nom usuel du r\u00F4le
-
-ROLE_EDIT = Modifier le r\u00F4le
-
-ROLE_EDIT_MEMBERS = Modifier les membres du r\u00F4le
-
-ROLE_EDIT_USER = Modifier les utilisateurs pour un r\u00F4le donn\u00E9
-
-ROLE_ERROR_DELETE_FAILED = Le r\u00F4le n'a pu \u00EAtre supprim\u00E9
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS = Il existe deja un r\u00F4le avec ce nom
-
-ROLE_ERROR_DISPLAYNAMEEMPTY = Le nom usuel du r\u00F4le est obligatoire
-
-ROLE_ERROR_NAMEALREADYEXISTS = Il existe deja un r\u00F4le avec ce nom usuel
-
-ROLE_ERROR_NAMEEMPTY = Le nom de r\u00F4le ne peut pas \u00EAtre vide
-
-ROLE_MAINLIST = Retour \u00E0 la modification de r\u00F4les
-
-ROLE_NAME = Nom du nouveau r\u00F4le
-
-ROLE_NEWDISPLAYNAME = Nouveau nom usuel pour le r\u00F4le
-
-ROLE_REMOVE = Supprimer ces r\u00F4les
-
-ROLE_ROLEDEFINED = r\u00F4le d\u00E9fini
-
-ROLE_ROLESDEFINED = r\u00F4les d\u00E9finis
-
-ROLE_SELECTONETODELETE = Selectionnez un r\u00F4le \u00E0 supprimer
-
-ROLE_SELECTONETOMODIFY = Selectionnez le r\u00F4le a modifier
-
-ROLE_TEXT_1 = Utilisez ce portlet afin de cr\u00E9er, modifier, supprimer ou ajouter des comptes \u00E0 des r\u00F4les.
-
-ROLE_TEXT_2 = Ces r\u00F4les sont utilis\u00E9s dans le portlet d'administration afin de d\u00E9finir les droits d'acc\u00E8s.
-
-ROLE_THEREARE = Il y a
-
-ROLE_THEREIS = Il y a
-
-ROLE_UPDATE = Modifier un role
-
-RealEmail = Adresse de courriel r\u00E9elle
-
-RealName = Nom r\u00E9el
-
-RegNewUser = Enregistrement d'un nouvel utilisateur
-
-Register = Enregistrement.
-
-RegisterNow = Enregistrez vous! C'est gratuit!
-
-Registration = enregistrement
-
-RetrievePass = R\u00E9cup\u00E9rer un mot de passe oubli\u00E9.
-
-Return = pour revenir \u00E0 la page d'accueil
-
-ReturnToMemberList = Revenir \u00E0 la liste des membres
-
-SaveChange = Enregistrer la modification
-
-SaveChanges = Enregistrer les modifications
-
-Search = Chercher
-
-SearchTip = Astuce : Choisir une lettre, cliquez sur Tous ou entrez un nom de membre
-
-SelectOption = Veuillez choisir l'une des options suivantes :
-
-SelectTheme = Selectionnez un th\u00E8me
-
-Signature = Signature
-
-Sorry = D\u00E9sol\u00E9.
-
-StatusChanged = Le status de l'utilisateur a \u00E9t\u00E9 chang\u00E9
-
-TITLE_FILEBROWSE = Explorateur de fichier
-
-ThemeSelection = Selection d'un th\u00E8me
-
-ThemeText1 = Cette option change le style pour tout le site
-
-ThemeText2 = Les changements n'affecteront que vous
-
-ThemeText3 = Chaque utilisateur peut consulter le site avec le th\u00E8me de son choix
-
-TimeZoneOffset = D\u00E9calage GMT
-
-ToChangeInfo = pour changer vos informations personnelles
-
-TypeNewPassword = (saisissez un nouveau mot de passe 2 fois pour valider)
-
-URL = URL
-
-USERLOGIN = Pseudo utilisateur
-
-USERNAME = Identifiant
-
-UnableActivate = Impossible d'activer le compte.
-
-Under13_1 = Je ne suis pas majeur
-
-Under13_2 = et je n'ai pas l'autorisation de mes parents
-
-UpdateUser = Mettre \u00E0 jour le compte
-
-UserDeleted = Utilisateur supprim\u00E9
-
-UserExist = Cet identifiant existe d\u00E9j\u00E0
-
-UserID = Identifiant utilisateur
-
-UserName = Identifiant
-
-UserNotExist = Cet identifiant n'existe pas !
-
-UserRegLogin = Enregistrement/connexion
-
-UsersFoundFor = utilisateurs trouv\u00E9s pour
-
-UsersShown = utilisateurs affich\u00E9s
-
-WeDontGive = Nous ne donnons ni ne vendons vos informations personelles.
-
-WelcomeTo = Bienvenue sur
-
-YIM = Num\u00E9ro YIM
-
-YouAreLoggedOut = D\u00E9connexion en cours... \u00E0 bient\u00F4t !
-
-YourAIM = Addresse AIM
-
-YourAvatar = Votre avatar
-
-YourHomePage = Votre site web
-
-YourICQ = Votre num\u00E9ro ICQ
-
-YourInterests = Vos centres d'int\u00E9r\u00EAts
-
-YourLocation = Votre lieu de r\u00E9sidence
-
-YourMSNM = Votre identifiant MSN
-
-YourOccupation = Votre m\u00E9tier
-
-YourPassMustBe = D\u00E9sol\u00E9, votre mot de passe doit comporter au moins
-
-YourYIM = Votre identifiant YIM
-
-_ASREGISTERED = Vous n'avez pas de compte? vous pouvez en <a href="">cr\u00E9er un</a>.
-
-_BLOCKNICKNAME = Identifiant
-
-_BLOCKPASSWORD = Mot de passe
+POWERED_BY=Fait par
+THEME_BY=Th\u00e8me de
+LOGIN=Se connecter
+LOGOUT=Se d\u00e9connecter
+PORTLET_INSTANCE_ASSOCIATED=Instance de portlet associ\u00e9e \u00e0 cette fen\u00eatre
+PORTLET_NAME=Nom de la portlet
+PORTLET_DESCRIPTION=Description de la portlet
+DASHBOARD=Dashboard
+CONFIGURE_DASHBOARD=Configurer le dashboard
+COPY_TO_DASHBOARD=Copier vers mon dashboard
+PORTAL=Portail
+ADMIN=Administration
+MEMBERS=Membres
+LOGGED=Utilisateur connect\u00e9
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_it.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_it.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_it.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -21,310 +21,10 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
################################################################################
-_ASREGISTERED=Non hai ancora un account? Puoi <a href\="index.html?module=user&op=getlogin">crearne uno</a>.
-_BLOCKNICKNAME=Username
-_BLOCKPASSWORD=Password
-
-
-
-MessageOrder=Ordine del messaggio
-Ascending=Ascendente
-Descending=Discendente
-
-AIM=Indirizzo AIM
-ICQ=Numero ICQ
-YIM=Numero YIM
-MSNM=MSN Messenger
-
-YourAIM=Il tuo indirizzo AIM
-YourICQ=Il tuo numero ICQ
-YourYIM=Il tuo numero YIM
-YourMSNM=Il tuo MSN Messenger
-
-MyEmail=La mia e-mail
-MyHomePage=La mia homepage
-
-Question=Domanda segreta
-Answer=Risposta segreta
-Location=Localit\u00e0
-Occupation=Occupazione
-Interests=Interessi
-ExtraInfo=Informazioni extra
-YourLocation=La tua localit\u00e0
-YourOccupation=La tua occupazione
-YourInterests=Tuoi interessi
-Signature=Firma
-
-LoginSite=Login.
-Register=Registra.
-
-UserExist=Lo Username esiste gia
-ToChangeInfo=per cambiare le tue info
-EmailVerify=Mandato il link di attivazione! Leggi la tua e-mail e clicca sul link per l'attivazione.
-AccountActivated=Account creato con successo!
-UnableActivate=Impossibile validare il nuovo utente.
-LoggingYou=Login in atto, attenti un p\u00f2\!
-YouAreLoggedOut=Sei uscito\!
-PassDifferent=Le passwords sono differenti. Devono essere identiche.
-YourPassMustBe=Mi spiace, la tua password deve essere di almeno
-CharLong=caratteri
-UserNotExist=L'utente non esiste\!
-UserRegLogin=Registrazione utente/login
-SelectOption=Seleziona un'opzione dal menu in basso\:
-RetrievePass=Ricevi la password persa.
-RegNewUser=Nuova registrazione utente
-PasswordAgain=Conferma la tua password
-Email=E-mail
-Options=Opzioni
-AllowEmailView=Permetti agli altri utenti di vedere la mia e-mail
-AsRegUser=Come utente registrato puoi\:
-AsReg6=Seleziona differenti temi
-AsReg5=Personalizza i commenti
-AsReg4=Seleziona quanti nuovi oggetti da mostrare sulla homepage
-AsReg3=Prendi un box personale sulla homepage
-AsReg2=Manda news con il tuo username
-AsReg1=Rispondi con il tuo username
-RegisterNow=Registrati ora\! E' gratis\!
-WeDontGive=Non vogliamo darti altre informazioni personali.
-WelcomeTo=Benvenuto su
-Registration=area di registrazione.
-
-Over13_1=Io sono
-Over13_2=o al di sopra o con il consenso dei genitori
-MustBe_1=Devi essere
-MustBe_2=o al di sopra, o con il consenso dei genitori per registrarmi qui.
-Consent_1=(Cliccando sul link qui sopra per verificare quanto detto<br>
-Consent_2=o al di sopra, o con il consenso dei genitori per registrarmi qui.)
-Under13_1=Sono al di sotto
-Under13_2=e non ho il consenso dei genitori.
-
-Sorry=Mi spiace.
-Click=Per favore clicca
-Here=qui
-Return=per ritornare alla pagina principale.
-UserName=Username
-GoBack=Indietro
-Finish=Termina
-PersonalInfo=Informazione personale
-RealName=nome reale
-Optional=(opzionale)
-CanKnowAbout=(massimo 255 caratteri. Scrivi cosa vorresti far sapere agli altri)
-Language=Lingua
-255CharMax=(massimo 255 caratteri. Scrivi la tua firma con la codifica HTML)
-YourAvatar=La tua identit\u00e0
-YourHomePage=Il tuo sito web
-TimeZoneOffset=Fuso orario
-EmailNotPublic=(Questa e-mail non sar\u00e0 pubblica ma \u00e8 richiesta. Sar\u00e0 usata per inviarti la password nel caso la perdessi)
-EmailPublic=(Questa e-mail sar\u00e0 pubblica. Scrivi quello che vuoi. A prova di spam)
-RealEmail=e-mail principale
-FakeEmail=e-mail secondaria
-NewUser=Nuovo utente
-SaveChanges=Salva le modifiche
-SaveChange=Salva la modifica
-TypeNewPassword=(digita una nuova password due volte per cambiarla)
-Search=Cerca
-All=Tutto
-UsersFoundFor=utenti trovati per
-Pages=pagine
-UsersShown=utenti mostrati
-Delete=Cancella
-Edit=Modifica
-Ok=Ok
-Cancel=Annulla
-AreYouSureToDeleteUser=Sei sicuro di voler cancellare l' utente?
-UserDeleted=Utente cancellato con successo
-ReturnToMemberList=Ritorna alla lista dei membri
-Avatar=Identit\u00e0
-AdminFunctions=Funzioni di amministrazione
-URL=URL
-UpdateUser=Aggiorna l'utente
-UserID=User ID
-ForChanges=(Solo per le modifiche)
-MemberList=Lista dei membri
-SearchTip=Consiglio: scegli una lettera, visualizza tutto o cerca un utente se conosci lo username
-
-ThemeText1=Quest'opzione cambier\u00e0 il look all'intero sito.
-ThemeText2=Le modifiche saranno valide solo per te.
-ThemeText3=Ogni utente pu\u00f2 vedere il sito con un tema differente.
-SelectTheme=Seleziona un tema
-ThemeSelection=Selezione del tema
-
-CannotLogin=Non posso procedere con la login
-
-LoginInvalidName=il nome utente non \u00e8 valido
-LoginNoSuchUser=il nome utente non esiste
-LoginBadPassword=la tua password non \u00e8 corretta
-LoginUnexpectedError=errore inaspettato
-LoginUserDisabled=il tuo account \u00e8 stato bloccato. Per favore contatta l'amministratore.
-
-Enable=Attiva
-Disable=Disattiva
-StatusChanged=Lo stato dell'utente \u00e8 stato modificato con successo
-
-NotAuth=Non sei autorizzato ad eseguire quest\'operazione
-
-
-REMEMBERME=Ricordami
-LOGIN=Login
-USERNAME=Username
-PASSWORD=Password
-USERLOGIN=Login utente
-
-OPTIONAL=Opzionale
-REQUIRED=Obbligatorio
-
-255MAX=(Firma di massimo 255 caratteri)
-
-NAMENOTAVAILABLE=N/A
-
-MODIFIED_PROFILE=Il tuo profilo \u00e8 stato modificato, il portale lavorer\u00e0 con il vecchio profilo finch\u00e8 non ti ricolleghi.
-
-# Registration
-REGISTER_NOT_LOGGED_IN=Non sei al momento loggato.
-REGISTER_REGISTER=Puoi creare un account
-REGISTER_REGISTER_LINK=Creane uno
-REGISTER_REGISTER_ADMIN_LINK=Crea un account
-REGISTER_TY=Grazie per la registrazione.
-REGISTER_BASICINFO=Informazioni base sull'utente
-REGISTER_IM=Identit\u00e0 del messaggio istantaneo
-REGISTER_ADDITIONAL=Informazioni sull'utente opzionali e aggiuntive
-REGISTER_NEWUSER=Registrazione nuovo utente
-REGISTER_PASSWORDAGAIN=Conferma la tua password
-REGISTER_REALEMAIL=e-mail principale
-REGISTER_EMAILNOTPUBLIC=(Questa e-mail non sar\u00e0 pubblica ma \u00e8 richiesta. Sar\u00e0 usata per inviarti la password nel caso la perdessi)
-REGISTER_FAKEEMAIL=e-mail secondaria
-REGISTER_EMAILPUBLIC=(Questa e-mail sar\u00e0 pubblica. Scrivi quello che vuoi. A prova di spam)
-REGISTER_FAKEEMAIL_EXPLAIN=Se questo campo non \u00e8 vuoto, l'e-mail principale sar\u00e0 usata solo per mandare notifiche
-REGISTER_QUESTION=Domanda segreta
-REGISTER_ANSWER=Risposta segreta
-REGISTER_ASREGUSER=Come utente registrato puoi:
-REGISTER_ASREG6=Seleziona differenti temi
-REGISTER_ASREG5=Personalizza i commenti
-REGISTER_ASREG4=Seleziona quanti nuovi oggetti mostrare sulla homepage
-REGISTER_ASREG3=Ottieni un box personale sulla homepage
-REGISTER_ASREG2=Manda news con il tuo username
-REGISTER_ASREG1=Rispondi ai commenti con il tuo username
-REGISTER_REGISTERNOW=Registrati ora! E' gratis!
-REGISTER_WEDONTGIVE=Non vogliamo dare agli altri le tue informazioni personali.
-REGISTER_ALREADYHAVEACCOUNT=Hai gi\u00e0 un account:
-REGISTER_SIGNIN=Registrati
-REGISTER_GIVENNAME=Nome
-REGISTER_FAMILYNAME=Cognome
-REGISTER_PERSONALINFO=Informazione personale
-REGISTER_VIEWREALEMAIL=Permetti agli altri utenti di vedere il mio indirizzo di posta
-REGISTER_HOMEPAGE=Indirizzo del tuo sito personale
-REGISTER_TIMEZONEOFFSET=Fuso orario
-REGISTER_THEME=Tema
-REGISTER_DEFAULT_THEME=Sito di default
-REGISTER_ICQ=Id ICQ
-REGISTER_AIM=Id AIM
-REGISTER_YIM=Id Yahoo
-REGISTER_MSNM=Id MSN messenger
-REGISTER_SKYPE=Id Skype
-REGISTER_XMMP=Id XMMP
-REGISTER_LOCATION=Localit\u00e0
-REGISTER_LANGUAGE=Lingua preferita
-REGISTER_OCCUPATION=Occupazione
-REGISTER_INTERESTS=Interessi
-REGISTER_SIGNATURE=Firma
-REGISTER_EXTRAINFO=Informazioni extra
-REGISTER_CANKNOWABOUT=(massimo 255 caratteri. Scrivi quello che vuoi che gli altri sappiano di te)
-REGISTER_SAVECHANGES=Salva le modifiche
-REGISTER_CONFIRMATIONEMAIL=E-mail di conferma
-
-REGISTER_SHOWMENU=Torna al menu utenti
-
-REGISTER_ERROR_INVALIDUSERNAME=Il nome utente non \u00e8 valido
-REGISTER_ERROR_EXISTINGUSERNAME=Questo nome utente \u00e8 gi\u00e0 stato preso
-REGISTER_ERROR_INVALIDPASSWORD1=La password non \u00e8 valida
-REGISTER_ERROR_INVALIDPASSWORD2=La password non \u00e8 valida
-REGISTER_ERROR_PASSWORDMISMATCH=La password non corrisponde
-REGISTER_ERROR_INVALIDREALEMAIL=L'indirizzo di posta non \u00e8 valido
-
-REGISTER_CONFIRM=L'utente \u00e8 stato creato con successo.
-REGISTER_ADMIN_SEARCH=Visualizza/edita gli utenti
-
-
-MENU_LOGOUT=Uscita
-MENU_EDITPROFILE=Modifica il tuo profilo
-MENU_LISTUSERS=Lista di tutti gli utenti
-
-LIST_FILTERS=Applica i filtri alla lista
-LIST_USERSPERPAGE=Utenti per pagina
-LIST_USERNAMECONTAINS=Contiene lo username
-LIST_FULLNAME=Nome per intero
-LIST_USERNAME=Nome utente
-LIST_FIRSTNAME=Nome
-LIST_LASTNAME=Cognome
-LIST_ROLES=Ruoli
-LIST_ACTIONS=Azioni
-LIST_ACTIONSSHOWPROFILE=Profilo
-LIST_ACTIONADDROLESTOUSER=Ruoli
-LIST_ACTIONEDITROLES=Modifica i ruoli
-LIST_ACTIONDELETEUSER=Cancella l'utente
-LIST_CONFIRMDELETEUSER=Stai per cancellare un utente
-LIST_SEARCHRESULTS=Cerca i risultati per
-LIST_MATCHING=Utenti trovati
-FILTER=Filtro
-
-NEXTPAGE=Prossima pagina
-PREVIOUSPAGE=Pagina precedente
-
-ASSIGNROLES=Assegna i ruoli
-ASSIGNEDROLES=Ruoli da assegnare
-ROLESAVAILABLE=Ruoli attivi
-EDITROLESFORUSER=Modifica i ruoli per l'utente
-
-
-ROLE_THEREARE=Ci sono
-ROLE_THEREIS=C'\u00e8
-ROLE_ROLESDEFINED=ruoli definiti
-ROLE_ROLEDEFINED=ruolo definito
-
-ROLE_NAME=Nome del nuovo ruolo
-ROLE_DISPLAYNAME=Nome visualizzabile del ruolo
-ROLE_NEWDISPLAYNAME=Nuovo nome visualizzato del ruolo
-ROLE_SELECTONETOMODIFY= Seleziona il ruolo da modificare
-ROLE_SELECTONETODELETE= Seleziona il ruolo da cancellare
-ROLE_CREATE=Crea un nuovo ruolo utente
-ROLE_UPDATE=Aggiorna il ruolo utente
-ROLE_EDIT=Modifica il ruolo utente
-ROLE_DELETE=Cancella il ruolo selezionato
-ROLE_CONFIRM_DELETE=Stai per cancellare un ruolo
-ROLE_DELETED=Il ruolo \u00e8 stato cancellato
-ROLE_EDIT_MEMBERS=Modifica il ruolo dei membri
-ROLE_MAINLIST=Torna alla modifica del ruolo
-ROLE_EDIT_USER=Modifica i ruoli degli utenti
-ROLE_ADD=Aggiungi i ruoli
-ROLE_REMOVE=Rimuovi i ruoli
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=Esiste gi\u00e0 un ruolo con quel nome visualizzabile
-ROLE_ERROR_NAMEALREADYEXISTS=Esiste gi\u00e0 un ruolo con quel nome
-ROLE_ERROR_NAMEEMPTY=Il nome del ruolo non pu\u00f2 essere vuoto
-ROLE_ERROR_DISPLAYNAMEEMPTY=Il nome visualizzabile del ruolo non pu\u00f2 essere vuoto
-ROLE_ERROR_DELETE_FAILED=Non si pu\u00f2 cancellare il ruolo
-
-MENU_CREATEROLE=Crea un nuovo ruolo
-MENU_EDITROLE=Modifica il ruolo esistente
-MENU_EDITROLEMEMBERS=Modifica i membri del ruolo
-
-ROLE_TEXT_1=Usa questa portlet per creare,editare,cancellare e aggiungere i ruoli agli utenti.
-ROLE_TEXT_2=Questi ruoli sono usati nella portlet di gestione per configurare i permessi.
-
-PERMISSION_PICKPORTLET=Amministrazione dei permessi per le portlet
-PERMISSION_PERMISSIONS=Permessi di modifica
-PERMISSION_TOP=Seleziona un componente da modificare
-PERMISSION_FINERGRAIN=Seleziona un sotto componente per definire i suoi permessi
-PERMISSION_MODIFYROLES=Aggiungi/Rimuovi ruoli
-PERMISSION_MODIFYINGROLES=Modifica i ruoli per
-PERMISSION_DOMAIN=Dominio
-PERMISSION_DOMAIN_MOD=Modifica Dominio
-PERMISSION_DEFINEDROLES=Ruoli definiti
-PERMISSION_IMPLIEDROLES=Ruoli impliciti
-
POWERED_BY=Sviluppato da
-BAD_LOGIN=login sbagliato
THEME_BY=Tema di
+LOGIN=Login
+LOGOUT=Logout
PORTLET_INSTANCE_ASSOCIATED=Istanza di Portlet associata a questa finestra
PORTLET_NAME=Nome della Portlet
PORTLET_DESCRIPTION=Descrizione della Portlet
Deleted: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_pt_BR.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_pt_BR.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_pt_BR.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -1,294 +0,0 @@
-################################################################################
-# JBoss, a division of Red Hat #
-# Copyright 2006, Red Hat Middleware, LLC, and individual #
-# contributors as indicated by the @authors tag. See the #
-# copyright.txt in the distribution for a full listing of #
-# individual contributors. #
-# #
-# This 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 software 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 software; if not, write to the Free #
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
-# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
-################################################################################
-
-_ASREGISTERED=Ainda n�o possu� uma conta? Voc� pode <a href\="">criar uma</a>.
-_BLOCKNICKNAME=Usu�rio
-_BLOCKPASSWORD=Senha
-
-MessageOrder=Ordem
-Ascending=Crescente
-Descending=Decrescente
-
-AIM=AIM
-ICQ=ICQ
-YIM=YIM
-MSNM=MSN
-
-YourAIM=AIM
-YourICQ=ICQ
-YourYIM=YIM
-YourMSNM=MSN
-
-MyEmail=Meu e-mail
-MyHomePage=Minha homepage
-
-Question=Pergunta secreta
-Answer=Resposta secreta
-Location=Localidade
-Occupation=Profiss�o
-Interests=Interesses
-ExtraInfo=Informa��o Extra
-YourLocation=Sua localidade
-YourOccupation=Sua profiss�o
-YourInterests=Seus interesses
-Signature=Assinatura
-
-LoginSite=Entrar.
-Register=Registrar.
-
-UserExist=Usu�rio j� existe
-ToChangeInfo=para mudar seus dados
-EmailVerify=Endere�o de ativa��o enviado! Verifique seu email e clique no link de ativa��o para ativar sua conta.
-AccountActivated=Conta ativada com sucesso!
-UnableActivate=N�o foi possivel v�lidar usu�rio.
-LoggingYou=Entrando, aguarde\!
-YouAreLoggedOut=Voc� n�o est� deslogado\!
-PassDifferent=As senhas s�o diferentes. Devem ser id�nticas.
-YourPassMustBe=Desculpe, sua senha deve ter pelo menos
-CharLong=d�gitos
-UserNotExist=Usu�rio n�o encontrado\!
-UserRegLogin=User registration/login
-SelectOption=Selecione uma op��o do menu abaixo\:
-RetrievePass=Recuperar senha.
-RegNewUser=New user registration
-PasswordAgain=Confirme sua senha
-Email=E-mail
-Options=Op��es
-AllowEmailView=Permitir outros usu�rios visualizarem meu endere�o e-mail
-AsRegUser=Como usu�rio registrado voc� pode\:
-AsReg6=Selecionar temas diferentes
-AsReg5=Personalizar os coment�rios
-AsReg4=Seleciona quantos items devem ser mostrados na p�gina principal
-AsReg3=
-AsReg2=Enviar not�cias com seu nome de usu�rio
-AsReg1=Postar coment�rios com seu nome de usu�rio
-RegisterNow=Registre agora\! � de gra�a\!
-WeDontGive=N�s n�o vendemos/distribu�mos suas informa��es pessoais.
-WelcomeTo=Bem-vido �
-Registration=�rea de registro.
-
-Over13_1=Eu sou
-Over13_2=de maior ou tenho consentimento de respons�veis
-MustBe_1=Voc� deve ser
-MustBe_2=de maior, ou permiss�o de respons�veis para me registrar aqui.
-Consent_1=(Ao clicar no link acima voc� garante que voc� �<br>
-Consent_2=de maior, ou possu� permiss�o de respons�veis para se registrar.)
-Under13_1=Eu sou de menor
-Under13_2=e n�o tenho permiss�o de respons�veis.
-
-Sorry=Desculpe.
-Click=Por favor, clique
-Here=aqui
-Return=para retornar � p�gina principal.
-UserName=Usu�rio
-GoBack=Voltar
-Finish=Terminar
-PersonalInfo=Informa��o Pessoal
-RealName=Nome Real
-Optional=(opcional)
-CanKnowAbout=(255 letras no m�x. Digite o que voc� gostaria que os outros soubessem sobre voc�)
-Language=L�ngua
-255CharMax=(255 letras no m�x. Digite sua assinatura com c�digos HMTL)
-YourAvatar=Seu avatar
-YourHomePage=Seu website
-TimeZoneOffset=Fuso hor�rio
-EmailNotPublic=(Esse email n�o ser� mostrado, mas � necess�rio. Ser� usado para enviar sua senha em caso de perda.)
-EmailPublic=(Esse email ser� mostrado. Entre o que desejar.)
-RealEmail=E-mail real
-FakeEmail=E-mail falso
-Required=(necess�rio)
-NewUser=Novo usu�rio
-SaveChanges=Salvar Mudan�as
-SaveChange=Salvar Mudan�a
-TypeNewPassword=(digite uma senha nova duas vezes para alter�-la)
-Search=Procurar
-All=Todos
-UsersFoundFor=usu�rios encontrados para
-Pages=p�ginas
-UsersShown=usu�rios mostrados
-Delete=Remover
-Edit=Editar
-Ok=Ok
-Cancel=Cancelar
-AreYouSureToDeleteUser=Voc� tem certeza que deseja remover o usu�rio?
-UserDeleted=Usu�rio removido
-ReturnToMemberList=Voltar � lista de usu�rios
-Avatar=Avatar
-AdminFunctions=Opera��es Admin
-URL=URL
-UpdateUser=Atualizar usu�rio
-UserID=ID do Usu�rio
-ForChanges=(Para altera��es apenas)
-MemberList=Lista de membros
-SearchTip=Dica: escolha uma letra, mostre todos ou procure por um usu�rio se voc� sabe seu nome.
-
-ThemeText1=Essa op��o vai alterar o visual de todo o site.
-ThemeText2=Essas mudan�as ser�o v�lidas apenas para voc�.
-ThemeText3=Cada usu�rio pode ver o site com um tema diferente.
-SelectTheme=Selecione um tema
-ThemeSelection=Sele��o de Tema
-
-CannotLogin=N�o foi poss�vel efetuar o login
-
-LoginInvalidName=o nome do usu�rio n�o � v�lido
-LoginNoSuchUser=o nome do usu�rio n�o existe
-LoginBadPassword=sua senha n�o est� correta
-LoginUnexpectedError=unexpected error
-LoginUserDisabled=sua conta foi bloqueada. Favor entrar em contato com o administrador.
-
-Enable=Habilitar
-Disable=Desabilitar
-StatusChanged=O estatus do usu�rio foi alterado com sucesso
-
-NotAuth=Voc� n�o tem permiss�o para realizar essa opera��o
-
-# Used by JBoss Portal
-
-REMEMBERME=Lembre-me
-LOGIN=Login
-USERNAME=Usu�rio
-PASSWORD=Senha
-USERLOGIN=Login de Usu�rio
-
-OPTIONAL=Opcional
-REQUIRED=Requerido
-
-255MAX=(M�ximo de 255 caracteres)
-
-NAMENOTAVAILABLE=N/A
-
-#Registration
-REGISTER_REGISTER=N�o possu� conta ainda? Voc� pode
-REGISTER_REGISTER_LINK=criar uma\!
-REGISTER_NEWUSER=Registro de novo usu�rio
-REGISTER_PASSWORDAGAIN=Confirme sua senha
-REGISTER_REALEMAIL=E-mail real
-REGISTER_EMAILNOTPUBLIC=(Esse email n�o ser� mostrado, mas � necess�rio. Ser� usado para enviar sua senha em caso de perda.)
-REGISTER_FAKEEMAIL=E-mail falso
-REGISTER_EMAILPUBLIC=(Esse email ser� mostrado. Entre o que desejar.)
-REGISTER_FAKEEMAIL_EXPLAIN=Se este campo n�o estiver vazio, o email real ser� utilizado apenas para enviar notifica��es
-REGISTER_QUESTION=Pergunta secreta
-REGISTER_ANSWER=Resposta secreta
-REGISTER_ASREGUSER=Como usu�rio registrado voc� pode:
-REGISTER_ASREG6=Selecione temas diferentes
-REGISTER_ASREG5=Personalizar os coment�rios
-REGISTER_ASREG4=Selecionar quantos items ser�o mostrados na p�gina inicial
-REGISTER_ASREG3=Possuir uma janela pessoal na p�gina inicial
-REGISTER_ASREG2=Enviar not�cias com o seu nome
-REGISTER_ASREG1=Postar coment�rios com o seu nome
-REGISTER_REGISTERNOW=Registre agora, � gr�tis!
-REGISTER_WEDONTGIVE=N�s n�o vendemos/distribuimos suas informa��es pessoais.
-REGISTER_ALREADYHAVEACCOUNT=Se voce j� possu� uma conta:
-REGISTER_SIGNIN=Entrar
-REGISTER_GIVENNAME=Primeiro nome
-REGISTER_FAMILYNAME=�ltimo nome
-REGISTER_PERSONALINFO=Informa��es Pessoais
-REGISTER_VIEWREALEMAIL=Permitir que outros usu�rios vejam meu email verdadeiro
-REGISTER_HOMEPAGE=Endere�o de seu site pessoal
-REGISTER_TIMEZONEOFFSET=Fuso hor�rio
-REGISTER_ICQ=ICQ
-REGISTER_AIM=AIM
-REGISTER_YIM=Yahoo
-REGISTER_MSNM=MSN
-REGISTER_SKYPE=Skype
-REGISTER_LOCATION=Localidade
-REGISTER_LANGUAGE=L�ngua preferida
-REGISTER_OCCUPATION=Trabalho
-REGISTER_INTERESTS=Interesses
-REGISTER_SIGNATURE=Assinatura
-REGISTER_EXTRAINFO=Informa��es extras
-REGISTER_CANKNOWABOUT=(255 letras no m�x. Digite o que voc� gostaria que os outros soubessem sobre voc�)
-REGISTER_SAVECHANGES=Salvar atualiza��es
-REGISTER_CONFIRMATIONEMAIL=Email de confirma��o
-
-REGISTER_SHOWMENU=Voltar ao menu de usu�rio
-
-REGISTER_ERROR_INVALIDUSERNAME=Usu�rio inv�lido
-REGISTER_ERROR_EXISTINGUSERNAME=Esse usu�rio j� est� em uso
-REGISTER_ERROR_INVALIDPASSWORD1=Senha inv�lida
-REGISTER_ERROR_INVALIDPASSWORD2=Senha inv�lida
-REGISTER_ERROR_PASSWORDMISMATCH=Senhas n�o conferem
-REGISTER_ERROR_INVALIDREALEMAIL=Email inv�lido
-
-
-MENU_LOGOUT=Sair
-MENU_EDITPROFILE=Editar seu perfil
-MENU_LISTUSERS=Listar todos os usu�rios
-
-LIST_FILTERS=Aplicar filtro
-LIST_USERSPERPAGE=Usu�rios por p�gina
-LIST_USERNAMECONTAINS=Nome cont�m
-LIST_FULLNAME=Nome completo
-LIST_USERNAME=Usu�rio
-LIST_ROLES=Grupos
-LIST_ACTIONS=A��es
-LIST_ACTIONSSHOWPROFILE=Perfil
-LIST_ACTIONADDROLESTOUSER=Grupos
-LIST_ACTIONEDITROLES=Editar Grupos
-FILTER=Filtro
-
-NEXTPAGE=Pr�xima p�gina
-PREVIOUSPAGE=P�gina anterior
-
-ASSIGNROLES=Atribuir grupo
-ROLESAVAILABLE=Grupos dispon�veis
-EDITROLESFORUSER=Editar grupos do usu�rio
-
-
-ROLE_THEREARE=Existem
-ROLE_THEREIS=Existe
-ROLE_ROLESDEFINED=grupos definidos
-ROLE_ROLEDEFINED=grupo definido
-
-ROLE_NAME=Nome do novo grupo
-ROLE_DISPLAYNAME=Nome vis�vel do grupo
-ROLE_NEWDISPLAYNAME=Novo nome vis�vel do grupo
-ROLE_SELECTONETOMODIFY= Selecione o grupo para alterar
-ROLE_SELECTONETODELETE= Selecione o grupo para remover
-ROLE_CREATE=Criar grupo
-ROLE_UPDATE=Atualizar grupo
-ROLE_EDIT=Editar grupo
-ROLE_DELETE=Remover grupo selecionado
-ROLE_DELETED=O grupo foi removido
-ROLE_EDIT_MEMBERS=Editar membros do grupo
-ROLE_MAINLIST=Voltar
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=J� existe um grupo com esse nome (vis�vel)
-ROLE_ERROR_NAMEALREADYEXISTS=J� existe um grupo com esse nome
-ROLE_ERROR_NAMEEMPTY=O nome n�o pode ser vazio
-ROLE_ERROR_DISPLAYNAMEEMPTY=O nome vis�vel nao pode ser vazio
-ROLE_ERROR_DELETE_FAILED=N�o � poss�vel remover o grupo
-ROLE_EDIT_USER=Editando usu�rios do grupo
-
-MENU_CREATEROLE=Criar novo grupo
-MENU_EDITROLE=Editar grupo
-MENU_EDITROLEMEMBERS=Editar membros do grupo
-
-PERMISSION_PICKPORTLET=Administra��o de Permiss�es de Portlet
-PERMISSION_PERMISSIONS=Permiss�es para modificar
-PERMISSION_TOP=Selecione um Componente para Modificar
-PERMISSION_FINERGRAIN=Selecione um sub-componente para definir suar permiss�es
-PERMISSION_MODIFYROLES=Adicionar/Remover roles
-PERMISSION_MODIFYINGROLES=Modificando roles para
-PERMISSION_DOMAIN=Dominio
-PERMISSION_DOMAIN_MOD=Modificar Dominio
\ No newline at end of file
Deleted: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_ru.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_ru.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/classes/Resource_ru.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -1,324 +0,0 @@
-################################################################################
-# JBoss, a division of Red Hat #
-# Copyright 2006, Red Hat Middleware, LLC, and individual #
-# contributors as indicated by the @authors tag. See the #
-# copyright.txt in the distribution for a full listing of #
-# individual contributors. #
-# #
-# This 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 software 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 software; if not, write to the Free #
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
-# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
-################################################################################
-
-_ASREGISTERED=\u0423 \u0432\u0430\u0441 \u0435\u0449\u0435 \u043d\u0435\u0442 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438? \u041c\u043e\u0436\u0435\u0442\u0435 <a href\="">\u0441\u043e\u0437\u0434\u0430\u0442\u044c</a>.
-_BLOCKNICKNAME=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-_BLOCKPASSWORD=\u041f\u0430\u0440\u043e\u043b\u044c
-
-
-
-MessageOrder=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f
-Ascending=\u041f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e
-Descending=\u041f\u043e \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e
-
-AIM=\u0410\u0434\u0440\u0435\u0441 AIM
-ICQ=\u041d\u043e\u043c\u0435\u0440 ICQ
-YIM=\u041d\u043e\u043c\u0435\u0440 YIM
-MSNM=MSN Messenger
-
-YourAIM=\u0412\u0430\u0448 AIM \u0430\u0434\u0440\u0435\u0441
-YourICQ=\u0412\u0430\u0448 ICQ \u043d\u043e\u043c\u0435\u0440
-YourYIM=\u0412\u0430\u0448 YIM \u043d\u043e\u043c\u0435\u0440
-YourMSNM=\u0412\u0430\u0448 MSN Messenger
-
-MyEmail=\u041c\u043e\u0439 e-mail
-MyHomePage=\u041c\u043e\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
-
-Question=\u0421\u0435\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441
-Answer=\u041e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441
-Location=\u041c\u0435\u0441\u0442\u043e\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-Occupation=\u0420\u043e\u0434 \u0437\u0430\u043d\u044f\u0442\u0438\u0439
-Interests=\u0418\u043d\u0442\u0435\u0440\u0435\u0441\u044b
-ExtraInfo=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-YourLocation=\u0412\u0430\u0448\u0435 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-YourOccupation=\u0412\u0430\u0448 \u0440\u043e\u0434 \u0437\u0430\u043d\u044f\u0442\u0438\u0439
-YourInterests=\u0412\u0430\u0448\u0438 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u044b
-Signature=\u041f\u043e\u0434\u043f\u0438\u0441\u044c
-
-LoginSite=\u0412\u0445\u043e\u0434.
-Register=\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f.
-
-UserExist=\u0422\u0430\u043a\u043e\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-ToChangeInfo=\u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e
-EmailVerify=\u0421\u0441\u044b\u043b\u043a\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043e\u0442\u043e\u0441\u043b\u0430\u043d\u0430! \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u0435 \u0438 \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0435, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.
-AccountActivated=\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430!
-UnableActivate=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.
-LoggingYou=\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c, \u0434\u0435\u0440\u0436\u0438\u0442\u0435\u0441\u044c\!
-YouAreLoggedOut=\u0412\u044b \u0441\u0435\u0439\u0447\u0430\u0441 \u0432\u044b\u0448\u043b\u0438 \u0438\u0437 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438\!
-PassDifferent=\u041f\u0430\u0440\u043e\u043b\u0438 \u0440\u0430\u0437\u043b\u0438\u0447\u0430\u044e\u0442\u0441\u044f. \u041e\u043d\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c\u0438.
-YourPassMustBe=\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0432 \u0434\u043b\u0438\u043d\u0443 \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435
-CharLong=\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432
-UserNotExist=\u0422\u0430\u043a\u043e\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442\!
-UserRegLogin=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u0432\u0445\u043e\u0434
-SelectOption=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u043f\u0446\u0438\u044e \u0438\u0437 \u043c\u0435\u043d\u044e \u0432\u043d\u0438\u0437\u0443\:
-RetrievePass=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.
-RegNewUser=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-PasswordAgain=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c
-Email=E-mail
-Options=\u041e\u043f\u0446\u0438\u0438
-AllowEmailView=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u0432\u0438\u0434\u0435\u0442\u044c \u043c\u043e\u0439 e-mail
-AsRegUser=\u0412 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435\:
-AsReg6=\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0442\u0435\u043c\u044b
-AsReg5=Customize the comments
-AsReg4=\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u043e\u0441\u0442\u043d\u044b\u0445 \u0441\u044e\u0436\u0435\u0442\u043e\u0432 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-AsReg3=Have a personal box on the homepage
-AsReg2=\u0420\u0430\u0441\u0441\u044b\u043b\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0441\u0442\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438
-AsReg1=\u041e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438
-RegisterNow=\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u0441\u0435\u0439\u0447\u0430\u0441\! \u042d\u0442\u043e \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e\!
-WeDontGive=\u041c\u044b \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c/\u0440\u0430\u0441\u0441\u044b\u043b\u0430\u0442\u044c \u043a\u043e\u043c\u0443-\u0442\u043e \u043d\u0438 \u0431\u044b\u043b\u043e \u0432\u0430\u0448\u0438 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.
-WelcomeTo=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c
-Registration=\u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438.
-
-Over13_1=\u041c\u043d\u0435
-Over13_2=\u0438\u043b\u0438 \u0441\u0442\u0430\u0440\u0448\u0435 \u0438\u043b\u0438 \u0443 \u043c\u0435\u043d\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u0430\u0434\u0437\u043e\u0440 \u043a \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438
-MustBe_1=\u0412\u0430\u043c \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c
-MustBe_2=\u0438\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435, \u0438\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0434\u0435\u0441\u044c.
-Consent_1=(\u0429\u0435\u043b\u043a\u0430\u044f \u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0435 \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442\u0435, \u0447\u0442\u043e \u0432\u0430\u043c<br>
-Consent_2=\u0438\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435, \u0438\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0434\u0435\u0441\u044c.)
-Under13_1=\u041c\u043d\u0435 \u043c\u0435\u043d\u044c\u0448\u0435
-Under13_2=\u0438 \u0443 \u043c\u0435\u043d\u044f \u043d\u0435\u0442 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043d\u0430\u0434\u0437\u043e\u0440\u0430 \u043a \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
-
-Sorry=\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435.
-Click=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435
-Here=\u0437\u0434\u0435\u0441\u044c
-Return=\u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.
-UserName=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-GoBack=\u041d\u0430\u0437\u0430\u0434
-Finish=\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c
-PersonalInfo=\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-RealName=\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0438\u043c\u044f
-Optional=(\u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e)
-CanKnowAbout=(\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435, \u0447\u0442\u043e \u0431\u044b\u043b\u043e \u0431\u044b \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u043e \u0432\u0430\u0441. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)
-Language=\u042f\u0437\u044b\u043a
-255CharMax=(\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0443 \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u0432 HTML-\u0444\u043e\u0440\u043c\u0435. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)
-YourAvatar=\u0412\u0430\u0448 \u0430\u0432\u0430\u0442\u0430\u0440
-YourHomePage=\u0412\u0430\u0448 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442
-TimeZoneOffset=\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0437\u043e\u043d\u0430
-EmailNotPublic=(\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u0438\u0434\u0435\u043d, \u043d\u043e \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u0435\u043d. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u043e\u043b\u044f \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0433\u043e \u043f\u043e\u0442\u0435\u0440\u0438)
-EmailPublic=(\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0431\u0443\u0434\u0435\u0442 \u0432\u0438\u0434\u0435\u043d. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u043e, \u0447\u0442\u043e \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435 \u043d\u0443\u0436\u043d\u044b\u043c. \u041d\u0435\u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e \u043a \u0441\u043f\u0430\u043c\u0443)
-RealEmail=\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 e-mail
-FakeEmail=\u0412\u044b\u0434\u0443\u043c\u0430\u043d\u043d\u044b\u0439 e-mail
-NewUser=\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c
-SaveChanges=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-SaveChange=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435
-TypeNewPassword=(\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0432\u0430\u0436\u0434\u044b \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0435\u0433\u043e \u0441\u043c\u0435\u043d\u044b)
-Search=\u041f\u043e\u0438\u0441\u043a
-All=\u0412\u0441\u0435
-UsersFoundFor=\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-Pages=\u0441\u0442\u0440\u0430\u043d\u0438\u0446
-UsersShown=\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-Delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-Edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-Ok=Ok
-Cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-AreYouSureToDeleteUser=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f?
-UserDeleted=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u0447\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d
-ReturnToMemberList=\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u0441\u043f\u0438\u0441\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-Avatar=\u0410\u0432\u0430\u0442\u0430\u0440
-AdminFunctions=\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438
-URL=URL
-UpdateUser=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-UserID=User ID
-ForChanges=(\u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439)
-MemberList=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-SearchTip=\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430: \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u0443\u043a\u0432\u0443, \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435\u0445 \u0438\u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u044c \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-
-ThemeText1=\u042d\u0442\u0430 \u043e\u043f\u0446\u0438\u044f \u0437\u0430\u0442\u0440\u043e\u043d\u0435\u0442 \u043e\u0431\u043b\u0438\u043a \u0432\u0441\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430.
-ThemeText2=\u042d\u0442\u0430 \u043e\u043f\u0446\u0438\u044f \u0437\u0430\u0442\u0440\u043e\u043d\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.
-ThemeText3=\u041a\u0430\u0436\u0434\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0441\u0430\u0439\u0442 \u0441 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0442\u0435\u043c\u043e\u0439.
-SelectTheme=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0442\u0435\u043c\u0443
-ThemeSelection=\u0412\u044b\u0431\u043e\u0440 \u0442\u0435\u043c
-
-CannotLogin=Cannot proceed to login
-
-LoginInvalidName=\u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0435\u0432\u0435\u0440\u043d\u043e
-LoginNoSuchUser=\u0434\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-LoginBadPassword=\u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442
-LoginUnexpectedError=\u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430
-LoginUserDisabled=\u0432\u0430\u0448\u0430 \u0443\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u044b\u043b\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0430\u043d\u0430. \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443.
-
-Enable=Enable
-Disable=Disable
-StatusChanged=\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0434\u0430\u0447\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d
-
-NotAuth=\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044e
-
-
-REMEMBERME=\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043c\u0435\u043d\u044f
-LOGIN=\u0412\u0445\u043e\u0434
-USERNAME=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-PASSWORD=\u041f\u0430\u0440\u043e\u043b\u044c
-USERLOGIN=\u0412\u0430\u0448 \u0432\u0445\u043e\u0434
-
-OPTIONAL=\u041e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e
-REQUIRED=\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e
-
-255MAX=(\u041f\u043e\u0434\u043f\u0438\u0441\u044c - \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)
-
-NAMENOTAVAILABLE=N/A
-
-MODIFIED_PROFILE=\u0412\u0430\u0448 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d, \u043d\u043e \u043f\u043e\u0440\u0442\u0430\u043b \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u0432\u0430\u0448\u0438\u043c \u0442\u0435\u043a\u0443\u0449\u0438\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u043c, \u043f\u043e\u043a\u0430 \u0432\u044b \u0437\u0430\u043d\u043e\u0432\u043e \u043d\u0435 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0435\u0442\u0435\u0441\u044c.
-
-# Registration
-REGISTER_NOT_LOGGED_IN=\u0412\u044b \u043f\u043e\u043a\u0430 \u043d\u0435 \u043f\u0440\u043e\u0448\u043b\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044e.
-REGISTER_REGISTER=\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.
-REGISTER_REGISTER_LINK=\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-REGISTER_REGISTER_ADMIN_LINK=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c
-REGISTER_TY=\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e.
-REGISTER_BASICINFO=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435
-REGISTER_IM=\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b IM-\u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432
-REGISTER_ADDITIONAL=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435
-REGISTER_NEWUSER=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-REGISTER_PASSWORDAGAIN=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c
-REGISTER_REALEMAIL=\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 e-mail
-REGISTER_EMAILNOTPUBLIC=(\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u0438\u0434\u0435\u043d, \u043d\u043e \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u0435\u043d \u043f\u0440\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0430\u043c \u043f\u0430\u0440\u043e\u043b\u044f, \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0433\u043e \u043f\u043e\u0442\u0435\u0440\u0438)
-REGISTER_FAKEEMAIL=\u0412\u044b\u0434\u0443\u043c\u0430\u043d\u043d\u044b\u0439 e-mail
-REGISTER_EMAILPUBLIC=(\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0431\u0443\u0434\u0435\u043d \u0432\u0438\u0434\u0435\u043d. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u043e, \u0447\u0442\u043e \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435 \u043d\u0443\u0436\u043d\u044b\u043c. \u041d\u0435\u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e \u043a \u0441\u043f\u0430\u043c\u0443)
-REGISTER_FAKEEMAIL_EXPLAIN=\u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043f\u043e\u043b\u0435 \u043d\u0435 \u043f\u0443\u0441\u0442\u043e, \u0442\u043e \u043d\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 email \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u0441\u044b\u043b\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f
-REGISTER_QUESTION=\u0421\u0435\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441
-REGISTER_ANSWER=\u041e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441
-REGISTER_ASREGUSER=\u0411\u0443\u0434\u0443\u0447\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435:
-REGISTER_ASREG6=\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0442\u0435\u043c\u044b
-REGISTER_ASREG5=Customize the comments
-REGISTER_ASREG4=\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u043e\u0441\u0442\u043d\u044b\u0445 \u0441\u044e\u0436\u0435\u0442\u043e\u0432 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-REGISTER_ASREG3=\u0418\u043c\u0435\u0442\u044c \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u044f\u0449\u0438\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-REGISTER_ASREG2=\u0420\u0430\u0441\u0441\u044b\u043b\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0441\u0442\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438
-REGISTER_ASREG1=\u041e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438
-REGISTER_REGISTERNOW=\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u0441\u0435\u0439\u0447\u0430\u0441! \u042d\u0442\u043e \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e!
-REGISTER_WEDONTGIVE=\u041c\u044b \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c/\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u043b\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.
-REGISTER_ALREADYHAVEACCOUNT=\u0423 \u0432\u0430\u0441 \u0443\u0436\u0435 \u0435\u0441\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c:
-REGISTER_SIGNIN=\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f
-REGISTER_GIVENNAME=\u0418\u043c\u044f
-REGISTER_FAMILYNAME=\u0424\u0430\u043c\u0438\u043b\u0438\u044f
-REGISTER_PERSONALINFO=\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-REGISTER_VIEWREALEMAIL=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u0432\u0438\u0434\u0435\u0442\u044c \u043c\u043e\u0439 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 e-mail
-REGISTER_HOMEPAGE=\u0410\u0434\u0440\u0435\u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u0430
-REGISTER_TIMEZONEOFFSET=\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0437\u043e\u043d\u0430
-REGISTER_THEME=\u0422\u0435\u043c\u0430
-REGISTER_DEFAULT_THEME=\u041e\u0431\u043b\u0438\u043a \u0441\u0430\u0439\u0442\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-REGISTER_ICQ=ICQ id
-REGISTER_AIM=AIM id
-REGISTER_YIM=Yahoo id
-REGISTER_MSNM=MSN messenger id
-REGISTER_SKYPE=Skype id
-REGISTER_XMMP=XMMP id
-REGISTER_LOCATION=\u041c\u0435\u0441\u0442\u043e\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-REGISTER_LANGUAGE=\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a
-REGISTER_OCCUPATION=\u0420\u043e\u0434 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438
-REGISTER_INTERESTS=\u0418\u043d\u0442\u0435\u0440\u0435\u0441\u044b
-REGISTER_SIGNATURE=\u041f\u043e\u0434\u043f\u0438\u0441\u044c
-REGISTER_EXTRAINFO=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-REGISTER_CANKNOWABOUT=(\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u043e, \u0447\u0442\u043e \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u0431\u0443\u0434\u0435\u0442 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u043e \u0432\u0430\u0441. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)
-REGISTER_SAVECHANGES=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-REGISTER_CONFIRMATIONEMAIL=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043d\u0430 email
-
-REGISTER_SHOWMENU=\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043c\u0435\u043d\u044e
-
-REGISTER_ERROR_INVALIDUSERNAME=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0435\u0432\u0435\u0440\u043d\u043e
-REGISTER_ERROR_EXISTINGUSERNAME=\u042d\u0442\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f
-REGISTER_ERROR_INVALIDPASSWORD1=\u041f\u0430\u0440\u043e\u043b\u044c \u043d\u0435\u0432\u0435\u0440\u0435\u043d
-REGISTER_ERROR_INVALIDPASSWORD2=\u041f\u0430\u0440\u043e\u043b\u044c \u043d\u0435\u0432\u0435\u0440\u0435\u043d
-REGISTER_ERROR_PASSWORDMISMATCH=\u041f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442
-REGISTER_ERROR_INVALIDREALEMAIL=\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u043d\u0435\u0432\u0435\u0440\u0435\u043d
-
-REGISTER_CONFIRM=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0443\u0434\u0430\u0447\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d.
-REGISTER_ADMIN_SEARCH=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c/\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-
-
-MENU_LOGOUT=\u0412\u044b\u0439\u0442\u0438
-MENU_EDITPROFILE=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u043f\u0440\u043e\u0444\u0438\u043b\u044c
-MENU_LISTUSERS=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0441\u0435\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-
-LIST_FILTERS=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b \u043a \u0441\u043f\u0438\u0441\u043a\u0443
-LIST_USERSPERPAGE=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-LIST_USERNAMECONTAINS=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442
-LIST_FULLNAME=\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f
-LIST_USERNAME=\u0418\u043c\u044f \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438
-LIST_FIRSTNAME=\u0418\u043c\u044f
-LIST_LASTNAME=\u0424\u0430\u043c\u0438\u043b\u0438\u044f
-LIST_ROLES=\u0420\u043e\u043b\u0438
-LIST_ACTIONS=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-LIST_ACTIONSSHOWPROFILE=\u041f\u0440\u043e\u0444\u0438\u043b\u044c
-LIST_ACTIONADDROLESTOUSER=\u0420\u043e\u043b\u0438
-LIST_ACTIONEDITROLES=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u043e\u043b\u0438
-LIST_ACTIONDELETEUSER=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-LIST_CONFIRMDELETEUSER=\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-LIST_SEARCHRESULTS=\u041f\u043e\u0438\u0441\u043a\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435
-LIST_MATCHING=\u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439
-FILTER=\u0424\u0438\u043b\u044c\u0442\u0440
-
-NEXTPAGE=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
-PREVIOUSPAGE=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
-
-ASSIGNROLES=\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0440\u043e\u043b\u0438
-ASSIGNEDROLES=\u0420\u043e\u043b\u0438 \u043a \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e
-ROLESAVAILABLE=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0440\u043e\u043b\u0438
-EDITROLESFORUSER=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u043e\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-
-
-ROLE_THEREARE=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e
-ROLE_THEREIS=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0430
-ROLE_ROLESDEFINED=\u0440\u043e\u043b\u0435\u0439
-ROLE_ROLEDEFINED=\u0440\u043e\u043b\u044c
-
-ROLE_NAME=\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0440\u043e\u043b\u0438
-ROLE_DISPLAYNAME=\u0412\u044b\u0432\u043e\u0434\u0438\u0442\u044c \u0438\u043c\u044f \u0440\u043e\u043b\u0438
-ROLE_NEWDISPLAYNAME=New display name for the role
-ROLE_SELECTONETOMODIFY= \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u043e\u043b\u0438 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-ROLE_SELECTONETODELETE= \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f
-ROLE_CREATE=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0443\u044e \u0440\u043e\u043b\u044c
-ROLE_UPDATE=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-ROLE_EDIT=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-ROLE_DELETE=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u0440\u043e\u043b\u044c
-ROLE_CONFIRM_DELETE=\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u043e\u043b\u044c
-ROLE_DELETED=\u0420\u043e\u043b\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u0430
-ROLE_EDIT_MEMBERS=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0447\u043b\u0435\u043d\u043e\u0432 \u0440\u043e\u043b\u0438
-ROLE_MAINLIST=\u041d\u0430\u0437\u0430\u0434 \u043a \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0440\u043e\u043b\u0438
-ROLE_EDIT_USER=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0440\u043e\u043b\u0438
-ROLE_ADD=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u043e\u043b\u0438
-ROLE_REMOVE=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u043e\u043b\u0438
-
-ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=\u0423\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u043e\u043b\u044c \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0438\u043c\u0435\u043d\u0438
-ROLE_ERROR_NAMEALREADYEXISTS=\u0423\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u043e\u043b\u044c \u0441 \u044d\u0442\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c
-ROLE_ERROR_NAMEEMPTY=\u0418\u043c\u044f \u0440\u043e\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c
-ROLE_ERROR_DISPLAYNAMEEMPTY=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u0440\u043e\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c
-ROLE_ERROR_DELETE_FAILED=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u043e\u043b\u044c
-
-MENU_CREATEROLE=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0440\u043e\u043b\u044c
-MENU_EDITROLE=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0440\u043e\u043b\u044c
-MENU_EDITROLEMEMBERS=\u0427\u043b\u0435\u043d \u0440\u043e\u043b\u0438
-
-ROLE_TEXT_1=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u043e\u0442 \u043f\u043e\u0440\u0442\u043b\u0435\u0442 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f, \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043a \u0440\u043e\u043b\u044f\u043c.
-ROLE_TEXT_2=\u042d\u0442\u0438 \u0440\u043e\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0432 \u043f\u043e\u0440\u0442\u043b\u0435\u0442\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u0430\u0432.
-
-PERMISSION_PICKPORTLET=\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u0440\u0442\u043b\u0435\u0442\u043e\u0432
-PERMISSION_PERMISSIONS=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f
-PERMISSION_TOP=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-PERMISSION_FINERGRAIN=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0443\u0431-\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0435\u0433\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0439
-PERMISSION_MODIFYROLES=\u0423\u0430\u043b\u0438\u0442\u044c/\u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u043e\u043b\u0438
-PERMISSION_MODIFYINGROLES=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u043e\u043b\u0438 \u0434\u043b\u044f
-PERMISSION_DOMAIN=\u0434\u043e\u043c\u0435\u043d\u0430
-PERMISSION_DOMAIN_MOD=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u043c\u0435\u043d
-PERMISSION_DEFINEDROLES=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0440\u043e\u043b\u0438
-PERMISSION_IMPLIEDROLES=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u0435\u043c\u044b\u0435 \u0440\u043e\u043b\u0438
-
Modified: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/header/header.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/header/header.jsp 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-core-war/WEB-INF/jsp/header/header.jsp 2008-05-30 15:05:57 UTC (rev 10864)
@@ -79,7 +79,7 @@
{
%> <a href="<%= copyToDashboardURL %>"><%= rb.getString("COPY_TO_DASHBOARD") %></a> |<%
}
-%> <a href="<%= signOutURL %>"><%= rb.getString("MENU_LOGOUT") %></a>
+%> <a href="<%= signOutURL %>"><%= rb.getString("LOGOUT") %></a>
<%
}
%>
Added: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource.properties (rev 0)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -0,0 +1,32 @@
+################################################################################
+# JBoss, a division of Red Hat #
+# Copyright 2006, Red Hat Middleware, LLC, and individual #
+# contributors as indicated by the @authors tag. See the #
+# copyright.txt in the distribution for a full listing of #
+# individual contributors. #
+# #
+# This 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 software 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 software; if not, write to the Free #
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
+################################################################################
+
+ACCOUNT_DISABLED=Your account is disabled
+ACCOUNT_INEXISTING_OR_WRONG_PASSWORD=The user doesn't exist or the password is incorrect
+ACCOUNT_NOTASSIGNEDTOROLE=The user doesn't have the correct role
+
+LOGIN_TITLE=JBoss Portal Login
+LOGIN_USERNAME=Username
+LOGIN_PASSWORD=Password
+LOGIN_CANCEL=Cancel
+LOGIN_SUBMIT=Submit
Added: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_fr.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_fr.properties (rev 0)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_fr.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -0,0 +1,32 @@
+################################################################################
+# JBoss, a division of Red Hat #
+# Copyright 2006, Red Hat Middleware, LLC, and individual #
+# contributors as indicated by the @authors tag. See the #
+# copyright.txt in the distribution for a full listing of #
+# individual contributors. #
+# #
+# This 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 software 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 software; if not, write to the Free #
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
+################################################################################
+
+ACCOUNT_DISABLED=Votre compte n'est pas actif
+ACCOUNT_INEXISTING_OR_WRONG_PASSWORD=L'utilisateur n'existe pas ou le mot de passe est incorrect
+ACCOUNT_NOTASSIGNEDTOROLE=L'utilisateur n'a pas le role requis
+
+LOGIN_TITLE=Connexion JBoss Portal
+LOGIN_USERNAME=Nom d'utilisateur
+LOGIN_PASSWORD=Mot de passe
+LOGIN_CANCEL=Annuler
+LOGIN_SUBMIT=Se connecter
Added: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_it.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_it.properties (rev 0)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_it.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -0,0 +1,32 @@
+################################################################################
+# JBoss, a division of Red Hat #
+# Copyright 2006, Red Hat Middleware, LLC, and individual #
+# contributors as indicated by the @authors tag. See the #
+# copyright.txt in the distribution for a full listing of #
+# individual contributors. #
+# #
+# This 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 software 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 software; if not, write to the Free #
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
+################################################################################
+
+ACCOUNT_DISABLED=Il tuo account \u00e8 disabilitato
+ACCOUNT_INEXISTING_OR_WRONG_PASSWORD=Utente insesistente o password non corretta
+ACCOUNT_NOTASSIGNEDTOROLE=L\'utente non ha i giusti permessi
+
+LOGIN_TITLE=JBoss Portal Login
+LOGIN_USERNAME=Nome utente
+LOGIN_PASSWORD=Password
+LOGIN_CANCEL=Annulla
+LOGIN_SUBMIT=Invia
Added: branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_ru.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_ru.properties (rev 0)
+++ branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/classes/Resource_ru.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -0,0 +1,32 @@
+################################################################################
+# JBoss, a division of Red Hat #
+# Copyright 2006, Red Hat Middleware, LLC, and individual #
+# contributors as indicated by the @authors tag. See the #
+# copyright.txt in the distribution for a full listing of #
+# individual contributors. #
+# #
+# This 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 software 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 software; if not, write to the Free #
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA #
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org. #
+################################################################################
+
+ACCOUNT_DISABLED=Your account is disabled
+ACCOUNT_INEXISTING_OR_WRONG_PASSWORD=The user doesn't exist or the password is incorrect
+ACCOUNT_NOTASSIGNEDTOROLE=The user doesn't have the correct role
+
+LOGIN_TITLE=JBoss Portal Login
+LOGIN_USERNAME=Username
+LOGIN_PASSWORD=Password
+LOGIN_CANCEL=Cancel
+LOGIN_SUBMIT=Submit
\ No newline at end of file
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_fr.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_fr.properties 2008-05-30 15:05:23 UTC (rev 10863)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_fr.properties 2008-05-30 15:05:57 UTC (rev 10864)
@@ -101,7 +101,7 @@
IDENTITY_LOST_PASSWORD = Mot de passe perdu
-IDENTITY_LOST_PASSWORD_DESCRIPTION = Veuillez entrer votre identifiantr afin de r\u00E9initialiser votre mot de passe.
+IDENTITY_LOST_PASSWORD_DESCRIPTION = Veuillez entrer votre identifiant afin de r\u00E9initialiser votre mot de passe.
IDENTITY_LOST_PASSWORD_ERROR = \u00C9chec de r\u00E9initialisation de votre mot de passe.
17 years, 11 months