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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-12 06:57:15 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-12 06:57:15 +0300
commit601b9a2acc2253d7b3733ef6cecc75b79f6e186d (patch)
tree80fa5d85700d5f9f88f091dd491e09f91b80bb8a /l10n
parenta420870a45ed493187d2e4b7d4bc7bc3366a9825 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/mk.js6
-rw-r--r--l10n/mk.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/l10n/mk.js b/l10n/mk.js
index fa2e10f..241aaf2 100644
--- a/l10n/mk.js
+++ b/l10n/mk.js
@@ -1,6 +1,10 @@
OC.L10N.register(
"checksum",
{
- "File not found." : "Датотеката не е пронајдена."
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Видот на алгоритмот \"%s\" не е валиден или поддржан вид.",
+ "File not found." : "Датотеката не е пронајдена.",
+ "Checksum" : "Контролна сума",
+ "Creating a hash checksum of a file." : "Креирај контролна сума од датотека.",
+ "Choose Algorithm" : "Избери алгоритам"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/l10n/mk.json b/l10n/mk.json
index 06bdd0e..f496f1e 100644
--- a/l10n/mk.json
+++ b/l10n/mk.json
@@ -1,4 +1,8 @@
{ "translations": {
- "File not found." : "Датотеката не е пронајдена."
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Видот на алгоритмот \"%s\" не е валиден или поддржан вид.",
+ "File not found." : "Датотеката не е пронајдена.",
+ "Checksum" : "Контролна сума",
+ "Creating a hash checksum of a file." : "Креирај контролна сума од датотека.",
+ "Choose Algorithm" : "Избери алгоритам"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
} \ No newline at end of file