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

github.com/nextcloud/fulltextsearch.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>2019-08-28 05:33:46 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-28 05:33:46 +0300
commitae40dbffbf961a7e35e144f0a23f61e5c20d7c69 (patch)
tree0f0020f6923d77290089974b17728218adc9c1b1 /l10n
parent222607e2d3c0c794a211ba6b9888ecec80139f8b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/hr.js18
-rw-r--r--l10n/hr.json16
2 files changed, 34 insertions, 0 deletions
diff --git a/l10n/hr.js b/l10n/hr.js
new file mode 100644
index 0000000..7f8be89
--- /dev/null
+++ b/l10n/hr.js
@@ -0,0 +1,18 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Traži",
+ "Index not found" : "Indeks nije pronađen",
+ "Process timed out" : "Isteklo vrijeme postupka",
+ "Full text search" : "Pretraživanje cijelog teksta",
+ "Core of the full-text search framework for Nextcloud" : "Jezgra okvira za pretraživanje cijelog teksta za Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Osnovna aplikacija za pretraživanje cijelog teksta za Nextcloud.",
+ "Search on %s" : "Pretraži na %s",
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Provjerite wiki za dokumentaciju koja se odnosi na instalaciju i konfiguraciju pretraživanja cijelog teksta unutar vašeg Nextclouda",
+ "General" : "Općenito",
+ "Search Platform" : "Platforma za pretraživanje",
+ "Select the app to index content and answer search queries." : "Odaberite aplikaciju za indeksiranje sadržaja i odgovorite na upite pretraživanja.",
+ "Navigation Icon" : "Navigacijska ikona",
+ "Enable global search within all your content." : "Omogućite globalno pretraživanje cijelog sadržaja."
+},
+"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/hr.json b/l10n/hr.json
new file mode 100644
index 0000000..0d89bed
--- /dev/null
+++ b/l10n/hr.json
@@ -0,0 +1,16 @@
+{ "translations": {
+ "Search" : "Traži",
+ "Index not found" : "Indeks nije pronađen",
+ "Process timed out" : "Isteklo vrijeme postupka",
+ "Full text search" : "Pretraživanje cijelog teksta",
+ "Core of the full-text search framework for Nextcloud" : "Jezgra okvira za pretraživanje cijelog teksta za Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Osnovna aplikacija za pretraživanje cijelog teksta za Nextcloud.",
+ "Search on %s" : "Pretraži na %s",
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Provjerite wiki za dokumentaciju koja se odnosi na instalaciju i konfiguraciju pretraživanja cijelog teksta unutar vašeg Nextclouda",
+ "General" : "Općenito",
+ "Search Platform" : "Platforma za pretraživanje",
+ "Select the app to index content and answer search queries." : "Odaberite aplikaciju za indeksiranje sadržaja i odgovorite na upite pretraživanja.",
+ "Navigation Icon" : "Navigacijska ikona",
+ "Enable global search within all your content." : "Omogućite globalno pretraživanje cijelog sadržaja."
+},"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