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

ro.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00a58d7fd06e3da702e0fe0fe014f7f3ec319478 (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 /" : "Vă rugăm să introduceți adrese valide - trebuie să înceapă cu  http://, https:// sau /",
    "External sites saved." : "Pagini externe salvate.",
    "External Sites" : "Pagini externe",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Rețineți că unele navigatoare Web vor bloca afișarea paginilor livrate prin trafic necriptat (HTTP) dacă accesați pagini prin protocolul criptat HTTPS.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "În plus, vă rugăm să rețineți că în prezent multe site-uri Web interzic folosirea tehnicilor iframe din motive de securitate.",
    "We highly recommend to test the configured sites below properly." : "Recomandăm insistent testarea îndeaproape a site-urilor configurate mai jos. ",
    "Name" : "Nume",
    "URL" : "URL",
    "Select an icon" : "Selectați o iconiță",
    "Remove site" : "Înlătură pagina",
    "Add" : "Adaugă"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");