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

eu.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 816e1969463aa5cd1d42592e5d6392b5ab75b9e9 (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 /" : "Sartu baliozko helbideak - hasi behar dute http://, https:// edo /",
    "External sites saved." : "Kanpoko guneak  gordeta.",
    "External Sites" : "Kanpoko guneak",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Egin kontu zenbait nabigatzailek blokea dezaketela guneen http bidezko bistaratzea https erabiltzen ari bazara.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Gainera kontuan izan egun hauetan zenbait gunek ez dutela iframing onartzen seguritatea arrazoiengatik.",
    "We highly recommend to test the configured sites below properly." : "Guztiz gomendatzen dugu behar bezala probatzea konfiguratutako guneak.",
    "Name" : "Izena",
    "URL" : "URL",
    "Select an icon" : "Hautatu ikono bat",
    "Remove site" : "Ezabatu lekua",
    "Add" : "Gehitu"
},
"nplurals=2; plural=(n != 1);");