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

br.js « l10n - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 997535f67791159442e810f3c49fa55ed0b2d99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "rainloop",
    {
    "Email" : "Postel",
    "Error" : "Fazi",
    "Invalid argument(s)" : "Arguzenn(où) fall",
    "Saved successfully" : "Enrollet mat",
    "RainLoop Webmail" : "Postel web RainLoop",
    "Go to RainLoop Webmail admin panel" : "Kit da banel ar merour ar bostel RainLoop",
    "Users will login manually, or define credentials in their personal settings for automatic logins." : "An implijourienn a zeuio tre gant an dorn, pe lakaet a vo gante ho tirouroù identitelez en ho arventennoù bersonnel evit ur mont-tre otomatek. ",
    "Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant hoc'h anv-implijader hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
    "Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant ho postel hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
    "Save" : "Enrollañ",
    "RainLoop Webmail is not configured yet." : "N'eo ket arventet ar bostel RainLoop c'hoaz.",
    "may have some" : "en deus un tamm marteze",
    "security considerations" : "preder surentez",
    "Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Lakait ar bostelhag ar ger-temen evit mont-tre en un doare otomatek da RainLoop. <b>Notennit</b> e ra ar perzh-mañ %s %s.",
    "Password" : "Ger-tremen"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");