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

pl.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cded01b1ce5acdd29a6e0d4cbbd0038a1ab935d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "wyszukiwanie zwróciło {total} wyników w {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "wyszukiwanie dla \"{search}\" w {title} zwróciło {total} wyników w {time} ms",
    "Search" : "Wyszukaj",
    "Index not found" : "Nie znaleziono indeksu",
    "Process timed out" : "Przekroczono czas procesu",
    "Full Text Search" : "Wyszukiwanie pełnotekstowe",
    "Full text search" : "Wyszukiwanie pełnotekstowe",
    "Core of the full-text search framework for Nextcloud" : "Podstawa systemu wyszukiwania pełnotekstowego dla Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Podstawowa aplikacja systemu wyszukiwania pełnotekstowego dla Nextcloud",
    "Search on %s" : "Szukaj w %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Sprawdź wiki na temat dokumentacji związanej z instalacją i konfiguracją wyszukiwania pełnotekstowego w swoim Nextcloud",
    "General" : "Ogólne",
    "Search Platform" : "Platforma wyszukiwania",
    "Select the app to index content and answer search queries." : "Wybierz aplikację, aby indeksować treść i odpowiadać na wyszukiwane hasła.",
    "Navigation Icon" : "Ikona nawigacji",
    "Enable global search within all your content." : "Włącz globalne wyszukiwanie we wszystkich swoich treściach.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "wyszukiwanie dla '{search}' w {title} zwróciło {total} wyników w {time} ms"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");