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-07-23 06:53:39 +0300
committerNextcloud bot <bot@nextcloud.com>2022-07-23 06:53:39 +0300
commit3f44ec2ec6da15b3df2d686c4ee399d5f6262e0e (patch)
treefb76024a0608dd0faa01ee3ba15f3432ea541241 /l10n
parent084687eb11d98f9ee2a4b18f9ec2e098d5639638 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sr.js3
-rw-r--r--l10n/sr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sr.js b/l10n/sr.js
index 701e0eb..2634a4c 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"checksum",
{
- "File not found." : "Фајл није нађен."
+ "File not found." : "Фајл није нађен.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Омогућава корисницима да креирају хеш контролни збир датотеке.\nМогући алгоритми су md5, sha1, sha256, sha384, sha512 и crc32.\n\nСамо отворите приказ детаља датотеке (бочна трака). Требало би да постоји нова картица под називом „Контролни збир“.\nИзаберите алгоритам и он ће покушати да генерише хеш.\nАко желите други алгоритам, само кликните на дугме за поновно учитавање."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr.json b/l10n/sr.json
index b149b26..4b3c782 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -1,4 +1,5 @@
{ "translations": {
- "File not found." : "Фајл није нађен."
+ "File not found." : "Фајл није нађен.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Омогућава корисницима да креирају хеш контролни збир датотеке.\nМогући алгоритми су md5, sha1, sha256, sha384, sha512 и crc32.\n\nСамо отворите приказ детаља датотеке (бочна трака). Требало би да постоји нова картица под називом „Контролни збир“.\nИзаберите алгоритам и он ће покушати да генерише хеш.\nАко желите други алгоритам, само кликните на дугме за поновно учитавање."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file