Author: gmazza
Date: Wed Jun  5 13:43:19 2013
New Revision: 1489868

URL: http://svn.apache.org/r1489868
Log:
Updated language files Core Resources for all but Chinese & finished German.

Modified:
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_de.properties
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_fr.properties
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_it.properties
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_pt_BR.properties
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/templates/default_de.properties
    incubator/jspwiki/trunk/mvn_cheat-sheet.txt

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_de.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_de.properties?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_de.properties
 (original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_de.properties
 Wed Jun  5 13:43:19 2013
@@ -66,6 +66,9 @@ security.error.passwordnomatch=Die Passw
 
 security.error.illegalfullname=Der volle Name {0} ist ungültig!
 security.error.illegalloginname=Der Benutzername {0} ist ungültig!
+security.error.cannot.rename = Umbenennung nicht möglich: Der Login name 
''{0}'' ist bereits in Verwendung.
+security.error.fullname.taken = Jemand mit dem Namen ''{0}'' ist bereits 
registriert.
+security.error.login.taken = Der Login Name ''{0}'' wird bereits verwendet.
 
 # These should roughly match whatever is used in default.properties for 
UserProfile.jsp
 security.user.loginname=Benutzername

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_fr.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_fr.properties?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_fr.properties
 (original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_fr.properties
 Wed Jun  5 13:43:19 2013
@@ -61,6 +61,10 @@ security.error.passwordnomatch=Les mots 
 security.error.illegalfullname=Le nom complet "{0}" est ill\u00E9gal
 security.error.illegalloginname=L\u0027\u0027identifiant "{0}" est 
ill\u00E9gal
 
+security.error.cannot.rename = Renommer n'est pas possible: l'identifiant 
''{0}'' est déjà utilisé pour un autre utilisateur.
+security.error.fullname.taken = Quelqu'un avec l'identifiant ''{0}'' est déjà 
enregistré.
+security.error.login.taken = L'identifiant ''{0}'' est déjà utilisé.
+
 # Ceux-ci devraient peu ou prou correspondre ? ce qui est utilise dans le 
default.properties pour UserProfile.jsp
 security.user.loginname=Identifiant
 security.user.fullname=Nom complet

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_it.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_it.properties?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_it.properties
 (original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_it.properties
 Wed Jun  5 13:43:19 2013
@@ -58,6 +58,12 @@ security.error.passwordnomatch=Le passwo
 security.error.illegalfullname=Il nome completo "{0}" non ` 
ammesso
 security.error.illegalloginname=L'identificativo "{0}" non ` 
ammesso
 
+security.error.cannot.rename = Impossibile rinominare: il nome utente ''{0}'' 
è già utilizzato.
+security.error.fullname.taken = Qualcuno con il nome ''{0}'' è già registrato.
+security.error.login.taken = Il nome utente ''{0}'' è già utilizzato.
+security.user.fullname.invalid = Nome utente non valido.
+
+
 # These should roughly match whatever is used in default.properties for 
UserProfile.jsp
 security.user.loginname=Identificativo
 security.user.fullname=Nome completo

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_pt_BR.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_pt_BR.properties?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_pt_BR.properties
 (original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources_pt_BR.properties
 Wed Jun  5 13:43:19 2013
@@ -59,6 +59,10 @@ security.error.passwordnomatch=As senhas
 security.error.illegalfullname=Nome completo "{0}" inválido
 security.error.illegalloginname=Login "{0}" inválido
 
+security.error.cannot.rename = Não é possível renomear: o login ''{0}'' está 
sendo usado.
+security.error.fullname.taken = Alguém com o nome ''{0}'' já está registrado
+security.error.login.taken = O login ''{0}'' está sendo usado.
+
 # These should roughly match whatever is used in default.properties for 
UserProfile.jsp
 security.user.loginname=Login
 security.user.fullname=Nome completo

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/templates/default_de.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/templates/default_de.properties?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/templates/default_de.properties
 (original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/templates/default_de.properties
 Wed Jun  5 13:43:19 2013
@@ -504,6 +504,9 @@ decision.createUserProfile=Neues Benutze
 notification.createUserProfile.reject=Dein Antrag, das Benutzerprofil {2} 
anzulegen, wurde abgelehnt.
 fact.submitter=Antragsteller
 
+notification.createUserProfile.accept.subject = Willkommen bei {0}
+notification.createUserProfile.accept.content=Glückwunsch\! Dein neues Profil 
{0} wurde angelegt. Folgende Profildetails gibt es\: \n\nLogin name\: {1} \Dein 
Name \: {2} \nE-mail    \: {3} \n\nWenn du dein Passwort vergessen hast, kannst 
du bei {4} ein neues anfordern.
+
 #  PreviewContent.jsp
 preview.tab=Vorschau
 preview.info=Dies ist nur eine <strong>Vorschau</strong>! Klicke auf 'Weiter 
bearbeiten', um zum Editor \

Modified: incubator/jspwiki/trunk/mvn_cheat-sheet.txt
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/mvn_cheat-sheet.txt?rev=1489868&r1=1489867&r2=1489868&view=diff
==============================================================================
--- incubator/jspwiki/trunk/mvn_cheat-sheet.txt (original)
+++ incubator/jspwiki/trunk/mvn_cheat-sheet.txt Wed Jun  5 13:43:19 2013
@@ -27,4 +27,6 @@ mvn javadoc:javadoc     : creates javado
                           class/package level diagrams
 mvn sonar:sonar         : generates a Sonar report. Expects a Sonar server 
running at http://localhost:9000/ See:
                             
http://mojo.codehaus.org/sonar-maven-plugin/plugin-info.html
-                            
http://docs.codehaus.org/display/SONAR/Get+started+in+2+minutes
\ No newline at end of file
+                            
http://docs.codehaus.org/display/SONAR/Get+started+in+2+minutes
+cd jspwiki-war; mvn test -Dtest=SiteGeneratorTest: Checks all language 
resource files for missing or
+                         unused translations.


Reply via email to