This is an automated email from the ASF dual-hosted git repository.

abernal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 70b7c1605 Add missing Finnish translations in properties file.
     new ab7dfeb5d Merge pull request #305 from arturobernalg/JSPWIKI-778
70b7c1605 is described below

commit 70b7c1605922a2b99e46ded4f419e7fad923c912
Author: Arturo Bernal <[email protected]>
AuthorDate: Wed Sep 6 23:19:25 2023 +0200

    Add missing Finnish translations in properties file.
---
 jspwiki-main/src/main/resources/CoreResources_fi.properties     | 9 +++++++++
 jspwiki-main/src/main/resources/templates/default_fi.properties | 2 ++
 2 files changed, 11 insertions(+)

diff --git a/jspwiki-main/src/main/resources/CoreResources_fi.properties 
b/jspwiki-main/src/main/resources/CoreResources_fi.properties
index 7384cae01..c5e371c86 100644
--- a/jspwiki-main/src/main/resources/CoreResources_fi.properties
+++ b/jspwiki-main/src/main/resources/CoreResources_fi.properties
@@ -48,6 +48,11 @@ security.error.passwordnomatch=Salasanan varmistus ei t
 security.error.illegalfullname=Koko nimi &quot;{0}&quot; ei ole sallittu
 security.error.illegalloginname=Kirjautumisnimi &quot;{0}&quot; ei ole sallittu
 
+security.error.cannot.rename=Ei voi nimet� uudelleen: kirjautumisnimi ''{0}'' 
on jo k�yt�ss�.
+security.error.fullname.taken=Joku nimell� ''{0}'' on jo rekister�itynyt.
+security.error.login.taken=Kirjautumisnimi ''{0}'' on jo k�yt�ss�.
+security.error.email.taken=S�hk�posti ''{0}'' on jo k�yt�ss�, voit k�ytt�� 
s�hk�postia vain yhdelle profiilille.
+
 # These should roughly match whatever is used in default.properties for 
UserProfile.jsp
 security.user.loginname=K�ytt�j�tunus
 security.user.fullname=Nimi
@@ -171,6 +176,10 @@ captcha.submit = Valmis
 captcha.asirra.a.get.challenge = Hae uudet kuvat
 captcha.asirra.a.whatsthis = H�h?
 
+# Comment.jsp
+comment.changenote=Kommentti lis�tty {0} k�ytt�j�lt� {1}
+
+
 # RSSImageLinkTag
 rss.title=Sivun &quot;{0}&quot; RSS-sy�te
 
diff --git a/jspwiki-main/src/main/resources/templates/default_fi.properties 
b/jspwiki-main/src/main/resources/templates/default_fi.properties
index cec94f775..e199caeae 100644
--- a/jspwiki-main/src/main/resources/templates/default_fi.properties
+++ b/jspwiki-main/src/main/resources/templates/default_fi.properties
@@ -40,6 +40,7 @@ attach.add.submit=Liit
 attach.preview=Kuvan esikatselu
 attach.deleteconfirm=Varmista, ett� haluat oikeasti poistaa liitteen pysyv�sti!
 attach.delete=Poista
+attach.moreinfo=Info
 attach.moreinfo.title=Liitteen tiedot ja historia
 
 # CommentContent.jsp
@@ -69,6 +70,7 @@ conflict.yourtext=T
 
 # DiffContent.jsp
 
+diff.tab=Versionhallinta
 diff.difference=Ero versioiden {0} ja {1}�v�lill�
 diff.gotofirst.title=Mene sivun ensimm�iseen muutokseen
 diff.gotofirst=Katso ensimm�ist� muutosta

Reply via email to