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

cs.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3e66a226a72f390f97b753f1fb605dcecde7810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Vkládejte prosím platné adresy URL - musí začínat buď http://, https:// nebo /",
    "External sites saved." : "Externí stránky uloženy.",
    "External sites" : "Externí stránky",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Buďte si prosím vědomi, že některé prohlížeče mohou blokovat zobrazování stránek z http prostoru, pokud vy používáte https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Mnoho stránek také z bezpečnostních důvodů neumožňuje zobrazení v iframe.",
    "We highly recommend to test the configured sites below properly." : "Velmi doporučujeme důkladně otestovat níže nastavené stránky.",
    "Name" : "Název",
    "URL" : "URL",
    "Select an icon" : "Vybrat ikonu",
    "Remove site" : "Odstranit stránku",
    "Add" : "Přidat"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");