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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/fi.js2
-rw-r--r--l10n/fi.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/fi.js b/l10n/fi.js
index 362a904ea..4507953c4 100644
--- a/l10n/fi.js
+++ b/l10n/fi.js
@@ -33,6 +33,8 @@ OC.L10N.register(
"Heading 4" : "Otsikko 4",
"Heading 5" : "Otsikko 5",
"Heading 6" : "Otsikko 6",
+ "Unordered list" : "Järjestämätön lista",
+ "Ordered list" : "Järjestetty lista",
"Code block" : "Koodilohko"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/fi.json b/l10n/fi.json
index 4c669ab84..edc6e1344 100644
--- a/l10n/fi.json
+++ b/l10n/fi.json
@@ -31,6 +31,8 @@
"Heading 4" : "Otsikko 4",
"Heading 5" : "Otsikko 5",
"Heading 6" : "Otsikko 6",
+ "Unordered list" : "Järjestämätön lista",
+ "Ordered list" : "Järjestetty lista",
"Code block" : "Koodilohko"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file