Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/fi.js')
-rw-r--r--apps/comments/l10n/fi.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/comments/l10n/fi.js b/apps/comments/l10n/fi.js
index 4451799f418..2c4a85922aa 100644
--- a/apps/comments/l10n/fi.js
+++ b/apps/comments/l10n/fi.js
@@ -1,13 +1,23 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Kommentit",
+ "You commented" : "Kommentoit",
+ "%1$s commented" : "%1$s kommentoi",
+ "{author} commented" : "{author} kommentoi",
+ "You commented on %1$s" : "Kommentoit %1$s",
+ "You commented on {file}" : "Kommentoit tiedostoa {file}",
+ "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s",
+ "{author} commented on {file}" : "{author} kommentoi tiedostoa {file}",
+ "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sinut mainittiin tiedoston “{file}” kommentissa käyttäjän toimesta, joka on sittemmin poistettu",
+ "{user} mentioned you in a comment on “{file}”" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa",
"Edit comment" : "Muokkaa kommenttia",
"Delete comment" : "Poista kommentti",
"New comment …" : "Uusi kommentti…",
"Post" : "Lähetä",
"Cancel" : "Peruuta",
"[Deleted user]" : "[Poistettu käyttäjä]",
- "Comments" : "Kommentit",
"No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!",
"More comments …" : "Lisää kommentteja…",
"Save" : "Tallenna",
@@ -17,16 +27,6 @@ OC.L10N.register(
"Error occurred while posting comment" : "Virhe kommenttia lähettäessä",
"_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"],
"Comment" : "Kommentti",
- "You commented" : "Kommentoit",
- "%1$s commented" : "%1$s kommentoi",
- "{author} commented" : "{author} kommentoi",
- "You commented on %1$s" : "Kommentoit %1$s",
- "You commented on {file}" : "Kommentoit tiedostoa {file}",
- "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s",
- "{author} commented on {file}" : "{author} kommentoi tiedostoa {file}",
- "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sinut mainittiin tiedoston “{file}” kommentissa käyttäjän toimesta, joka on sittemmin poistettu",
- "{user} mentioned you in a comment on “{file}”" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mainitsi sinut kommentissa “%2$s”"
},
"nplurals=2; plural=(n != 1);");