parent
0ddcc7da44
commit
64652b3000
@ -1,6 +1,8 @@ |
||||
{ "translations": { |
||||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Neispravan privatni ključ za šifriranje. Molim ažurirajte lozinku svoga privatnog ključa u svojim osobnim postavkama da biste obnovili pristup svojim šifriranim datotekama.", |
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je uključena, ali vaši ključevi nisu inicializirani, molim odjavite se i ponovno prijavite", |
||||
"The share will expire on %s." : "Podijeljeni resurs će isteći na %s.", |
||||
"Cheers!" : "Cheers!", |
||||
"Enabled" : "Aktivirano", |
||||
"Disabled" : "Onemogućeno" |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
|
@ -0,0 +1,7 @@ |
||||
OC.L10N.register( |
||||
"encryption", |
||||
{ |
||||
"The share will expire on %s." : "Le compartir expirara le %s.", |
||||
"Cheers!" : "Acclamationes!" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
@ -0,0 +1,5 @@ |
||||
{ "translations": { |
||||
"The share will expire on %s." : "Le compartir expirara le %s.", |
||||
"Cheers!" : "Acclamationes!" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -0,0 +1,7 @@ |
||||
OC.L10N.register( |
||||
"encryption", |
||||
{ |
||||
"The share will expire on %s." : "Gildistími deilingar rennur út %s.", |
||||
"Cheers!" : "Skál!" |
||||
}, |
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |
@ -0,0 +1,5 @@ |
||||
{ "translations": { |
||||
"The share will expire on %s." : "Gildistími deilingar rennur út %s.", |
||||
"Cheers!" : "Skál!" |
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" |
||||
} |
@ -1,5 +1,7 @@ |
||||
{ "translations": { |
||||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Çelësi privat për Aplikacionin e Shifrimit është i pavlefshëm. Ju lutem përditësoni fjalëkalimin e çelësit tuaj privat në parametrat tuaj për të rimarrë qasje në skedarët tuaj të shifruar.", |
||||
"The share will expire on %s." : "Ndarja do të skadojë në %s.", |
||||
"Cheers!" : "Gjithë të mirat", |
||||
"Enabled" : "Aktivizuar" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
@ -1,6 +1,8 @@ |
||||
{ "translations": { |
||||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Neispravan privatni ključ za Aplikaciju za šifrovanje. Molimo da osvežite vašu lozinku privatnog ključa u ličnim podešavanjima kako bi dobili pristup šifrovanim fajlovima.", |
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija za šifrovanje je omogućena ali Vaši ključevi nisu inicijalizovani, molimo Vas da se izlogujete i ulogujete ponovo.", |
||||
"The share will expire on %s." : "Deljeni sadržaj će isteći: %s", |
||||
"Cheers!" : "U zdravlje!", |
||||
"Disabled" : "Onemogućeno" |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue