20 lines
949 B
JavaScript
20 lines
949 B
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "Eroare în obținerea token-ului OAuth",
|
|
"Error during OAuth exchanges" : "Eroare în schimbarea OAuth",
|
|
"Mastodon home timeline" : "Cronologia Mastodon",
|
|
"Mastodon notifications" : "Notificările Mastodon",
|
|
"Bad HTTP method" : "Metodă HTTP nepotrivită",
|
|
"Bad credentials" : "Credențiale greșite",
|
|
"OAuth access token refused" : "Token-ul OAuth a fost refuzat",
|
|
"Connected accounts" : "Conturile conectate",
|
|
"Mastodon integration" : "Integrarea cu Mastodon",
|
|
"Integration of Mastodon self-hosted social networking service" : "Integrarea cu Mastodon și serviciile sale de social networking",
|
|
"Enable navigation link" : "Pornește link-ul de navifare",
|
|
"Cancel" : "Cancel",
|
|
"Connect" : "Conectare"
|
|
},
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|