-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c77989a
commit 8418660
Showing
2 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
OC.L10N.register( | ||
"integration_twitter", | ||
{ | ||
"Problem in OAuth first step" : "Probléma lépett fel az OAuth első lépésekor", | ||
"Problem in OAuth third step." : "Probléma lépett fel az OAuth harmadik lépésekor", | ||
"Problem in OAuth first or second step" : "Probléma lépett fel az OAuth első vagy második lépésekor", | ||
"Twitter home timeline" : "Twitter idővonal", | ||
"Twitter notifications" : "Twitter értesítések", | ||
"Impossible to decode response" : "Nem lehetséges a válasz dekódolása", | ||
"Invalid return value in OAuth step 1" : "Érvénytelen visszatérési érték az OAuth 1. lépésében", | ||
"Request failed" : "Sikertelen kérés", | ||
"Connected accounts" : "Kapcsolódó fiókok", | ||
"Twitter integration" : "Twitter integráció", | ||
"Integration of Twitter microblogging and social networking service" : "Twitter mikroblog és közösségi háló szolgáltatás integrációja", | ||
"Twitter integration provides dashboard widgets displaying your important notifications and your home timeline." : "A Twitter integráció irányítópulti widgetei megmutatják a fontos értesítéseket és az idővonalat.", | ||
"Leave all fields empty to use the default Nextcloud Twitter OAuth app." : "Hagyja üresen az összes mezőt, ha az alapértelmezett Nextcloud Twitter OAuth alkalmazást kívánja használni.", | ||
"If you want to use your own Twitter OAuth app to authenticate to Twitter, create a Twitter application in your Twitter developer settings and put the \"Consumer key\" and \"Consumer secret\" below." : "Ha saját Twitter OAuth alkalmazást szeretne használni a Twitter hitelesítéshez, hozzon létre egy Twitter alkalmazást a Twitter fejlesztői beállítások között és illessze be a \"Consumer key\" és \"Consumer secret\" értékeit a lenti mezőkbe.", | ||
"Twitter developer app settings" : "Twitter fejlesztői alkalmazás beállítások", | ||
"Make sure you set this \"callback URL\" to your Twitter OAuth app:" : "Bizonyosodjon meg róla, hogy beállította ezt a \"callback URL\" értékét a Twittwr OAuth alkalmazásban:", | ||
"And give it \"Read + Write + Direct Messages\" permissions." : "És adja meg a \"Read + Write + Direct Messages\" engedélyt.", | ||
"Consumer key of your Twitter application" : "Consumer key a Twitter alkalmazásban", | ||
"Consumer secret of your Twitter application" : "Consumer secret a Twitter alkalmazásban", | ||
"Twitter admin options saved" : "Twitter rendszergazdai beállítások mentve.", | ||
"Failed to save Twitter admin options" : "Twitter rendszergazdai beállítások mentése sikertelen.", | ||
"Make sure you accepted the protocol registration on top of this page if you want to authenticate to Twitter." : "Ha szeretne Twitter hitelesítést, bizonyosodjon meg róla, hogy beállította a protokol regisztrációt az oldal tetején.", | ||
"With Chrome/Chromium, you should see a popup on browser top-left to authorize this page to open \"web+nextcloudtwitter\" links." : "Ha Chromeot vagy Chromiumot használ, látnia kell egy felugró ablakot a böngésző bal felső sarkában ahol engedélyezheti ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"If you don't see the popup, you can still click on this icon in the address bar." : "Ha nem látja a felugró ablakot, kattintson erre az ikonra a címsorban.", | ||
"Then authorize this page to open \"web+nextcloudtwitter\" links." : "Majd engedélyezze ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"If you still don't manage to get the protocol registered, check your settings on this page:" : "Amennyiben még mindig nem sikerült a protokollt bejegyezni, nézze meg a beállításokat ezen az oldalon:", | ||
"With Firefox, you should see a bar on top of this page to authorize this page to open \"web+nextcloudtwitter\" links." : "Firefoxban ennek az oldalnak a tetején találnia kell egy sávot, ahol engedélyezheti ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"Connect to Twitter" : "Csatlakozás a Twitterhez", | ||
"Connected as {user}" : "Kapcsolódva {user} felhasználóként", | ||
"Disconnect from Twitter" : "Kapcsolat bontva a Twitterrel.", | ||
"You must access this page with HTTPS to be able to authenticate to Twitter." : "Ezt az oldalt HTTPS kapcsolaton keresztül kell elérni, hogy a Twitter hitelesítés működjön.", | ||
"Successfully connected to Twitter!" : "Sikeresen kapcsolódva a Twitterhez", | ||
"Twitter OAuth error:" : "Twitter OAuth hiba:", | ||
"Nextcloud Twitter integration on {ncUrl}" : "Twitter Nextcloud integráció {ncUrl}", | ||
"Twitter options saved" : "Twitter beállítások mentve.", | ||
"Failed to save Twitter options" : "Twitter beállítások mentése sikertelen.", | ||
"Failed to request Twitter 1st step OAuth token" : "A Twitter 1. lépéshez tartozó OAuth token lekérése sikertelen.", | ||
"OAuth failure" : "OAuth hiba", | ||
"No Twitter account connected" : "Nincs Twitter fiók csatlakoztatva", | ||
"Error connecting to Twitter" : "Hiba a Twitterhez való csatlakozásban", | ||
"No Twitter notifications!" : "Nincsenek Twitter értesítések", | ||
"Failed to get Twitter notifications" : "A Twitter értesítések elérése sikertelen", | ||
"{nb} follow requests" : "{nb} követés kérése", | ||
"System" : "Rendszer", | ||
"Failed to get Twitter home timeline" : "A Twitter idővonal elérése sikertelen", | ||
"{user} to you" : "{user} Önnek", | ||
"{user1} to {user2}" : "{user1} -> {user2}" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ "translations": { | ||
"Problem in OAuth first step" : "Probléma lépett fel az OAuth első lépésekor", | ||
"Problem in OAuth third step." : "Probléma lépett fel az OAuth harmadik lépésekor", | ||
"Problem in OAuth first or second step" : "Probléma lépett fel az OAuth első vagy második lépésekor", | ||
"Twitter home timeline" : "Twitter idővonal", | ||
"Twitter notifications" : "Twitter értesítések", | ||
"Impossible to decode response" : "Nem lehetséges a válasz dekódolása", | ||
"Invalid return value in OAuth step 1" : "Érvénytelen visszatérési érték az OAuth 1. lépésében", | ||
"Request failed" : "Sikertelen kérés", | ||
"Connected accounts" : "Kapcsolódó fiókok", | ||
"Twitter integration" : "Twitter integráció", | ||
"Integration of Twitter microblogging and social networking service" : "Twitter mikroblog és közösségi háló szolgáltatás integrációja", | ||
"Twitter integration provides dashboard widgets displaying your important notifications and your home timeline." : "A Twitter integráció irányítópulti widgetei megmutatják a fontos értesítéseket és az idővonalat.", | ||
"Leave all fields empty to use the default Nextcloud Twitter OAuth app." : "Hagyja üresen az összes mezőt, ha az alapértelmezett Nextcloud Twitter OAuth alkalmazást kívánja használni.", | ||
"If you want to use your own Twitter OAuth app to authenticate to Twitter, create a Twitter application in your Twitter developer settings and put the \"Consumer key\" and \"Consumer secret\" below." : "Ha saját Twitter OAuth alkalmazást szeretne használni a Twitter hitelesítéshez, hozzon létre egy Twitter alkalmazást a Twitter fejlesztői beállítások között és illessze be a \"Consumer key\" és \"Consumer secret\" értékeit a lenti mezőkbe.", | ||
"Twitter developer app settings" : "Twitter fejlesztői alkalmazás beállítások", | ||
"Make sure you set this \"callback URL\" to your Twitter OAuth app:" : "Bizonyosodjon meg róla, hogy beállította ezt a \"callback URL\" értékét a Twittwr OAuth alkalmazásban:", | ||
"And give it \"Read + Write + Direct Messages\" permissions." : "És adja meg a \"Read + Write + Direct Messages\" engedélyt.", | ||
"Consumer key of your Twitter application" : "Consumer key a Twitter alkalmazásban", | ||
"Consumer secret of your Twitter application" : "Consumer secret a Twitter alkalmazásban", | ||
"Twitter admin options saved" : "Twitter rendszergazdai beállítások mentve.", | ||
"Failed to save Twitter admin options" : "Twitter rendszergazdai beállítások mentése sikertelen.", | ||
"Make sure you accepted the protocol registration on top of this page if you want to authenticate to Twitter." : "Ha szeretne Twitter hitelesítést, bizonyosodjon meg róla, hogy beállította a protokol regisztrációt az oldal tetején.", | ||
"With Chrome/Chromium, you should see a popup on browser top-left to authorize this page to open \"web+nextcloudtwitter\" links." : "Ha Chromeot vagy Chromiumot használ, látnia kell egy felugró ablakot a böngésző bal felső sarkában ahol engedélyezheti ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"If you don't see the popup, you can still click on this icon in the address bar." : "Ha nem látja a felugró ablakot, kattintson erre az ikonra a címsorban.", | ||
"Then authorize this page to open \"web+nextcloudtwitter\" links." : "Majd engedélyezze ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"If you still don't manage to get the protocol registered, check your settings on this page:" : "Amennyiben még mindig nem sikerült a protokollt bejegyezni, nézze meg a beállításokat ezen az oldalon:", | ||
"With Firefox, you should see a bar on top of this page to authorize this page to open \"web+nextcloudtwitter\" links." : "Firefoxban ennek az oldalnak a tetején találnia kell egy sávot, ahol engedélyezheti ennek az oldalnak a \"web+nextcloudtwitter\" hivatkozások megnyitását.", | ||
"Connect to Twitter" : "Csatlakozás a Twitterhez", | ||
"Connected as {user}" : "Kapcsolódva {user} felhasználóként", | ||
"Disconnect from Twitter" : "Kapcsolat bontva a Twitterrel.", | ||
"You must access this page with HTTPS to be able to authenticate to Twitter." : "Ezt az oldalt HTTPS kapcsolaton keresztül kell elérni, hogy a Twitter hitelesítés működjön.", | ||
"Successfully connected to Twitter!" : "Sikeresen kapcsolódva a Twitterhez", | ||
"Twitter OAuth error:" : "Twitter OAuth hiba:", | ||
"Nextcloud Twitter integration on {ncUrl}" : "Twitter Nextcloud integráció {ncUrl}", | ||
"Twitter options saved" : "Twitter beállítások mentve.", | ||
"Failed to save Twitter options" : "Twitter beállítások mentése sikertelen.", | ||
"Failed to request Twitter 1st step OAuth token" : "A Twitter 1. lépéshez tartozó OAuth token lekérése sikertelen.", | ||
"OAuth failure" : "OAuth hiba", | ||
"No Twitter account connected" : "Nincs Twitter fiók csatlakoztatva", | ||
"Error connecting to Twitter" : "Hiba a Twitterhez való csatlakozásban", | ||
"No Twitter notifications!" : "Nincsenek Twitter értesítések", | ||
"Failed to get Twitter notifications" : "A Twitter értesítések elérése sikertelen", | ||
"{nb} follow requests" : "{nb} követés kérése", | ||
"System" : "Rendszer", | ||
"Failed to get Twitter home timeline" : "A Twitter idővonal elérése sikertelen", | ||
"{user} to you" : "{user} Önnek", | ||
"{user1} to {user2}" : "{user1} -> {user2}" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |