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

ia.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0ed6ebb463bc8f7680c71e8586f6c64cdd4b7e2 (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 /" : "Pro favor inserta valide urls - illos debe initiar o con  http://, https:// o /",
    "External sites saved." : "Sitos externe salveguardate",
    "External Sites" : "Sitos externe",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Pro favor nota que alcun navigatores blocara le monstrar de sitos via http si tu es executante https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Ulteriormente nota que multe sitos iste dies dishabilita iframing debite a motivationes de securitate.",
    "We highly recommend to test the configured sites below properly." : "Nos recommenda calidemente provar le sitos configurate a basso propriemente.",
    "Name" : "Nomine",
    "URL" : "URL",
    "Select an icon" : "Selige un icone",
    "Remove site" : "Remove sito",
    "Add" : "Adder"
},
"nplurals=2; plural=(n != 1);");