FacebookBridge.po 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 14:33+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Tagalog (http://www.transifex.com/gnu-social/gnu-social/language/tl/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: tl\n"
  18. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  19. #. TRANS: Title for Facebook administration panel.
  20. #: actions/facebookadminpanel.php:53
  21. msgctxt "TITLE"
  22. msgid "Facebook integration settings"
  23. msgstr "Mga katakdaan sa pagsasama ng Facebook"
  24. #. TRANS: Instruction for Facebook administration panel.
  25. #: actions/facebookadminpanel.php:64
  26. msgid "Facebook integration settings"
  27. msgstr "Mga katakdaan ng pagsasama ng Facebook"
  28. #. TRANS: Client error displayed when providing too long a Facebook
  29. #. application ID.
  30. #: actions/facebookadminpanel.php:126
  31. msgid "Invalid Facebook ID. Maximum length is 255 characters."
  32. msgstr "Hindi katanggap-tanggap na ID ng Facebook. Ang pinakamataas na haba ay 255 mga panitik."
  33. #. TRANS: Client error displayed when providing too long a Facebook secret
  34. #. key.
  35. #: actions/facebookadminpanel.php:133
  36. msgid "Invalid Facebook secret. Maximum length is 255 characters."
  37. msgstr "Hindi katanggap-tanggap na lihim ng Facebook. Ang pinakamataas na haba ay 255 mga panitik."
  38. #. TRANS: Fieldset legend.
  39. #: actions/facebookadminpanel.php:183
  40. msgid "Facebook application settings"
  41. msgstr "Mga katakdaan ng aplikasyon ng Facebook"
  42. #. TRANS: Field label for Facebook application ID.
  43. #: actions/facebookadminpanel.php:190
  44. msgid "Application ID"
  45. msgstr "ID ng aplikasyon"
  46. #. TRANS: Field title for Facebook application ID.
  47. #: actions/facebookadminpanel.php:192
  48. msgid "ID of your Facebook application."
  49. msgstr "ID ng iyong aplikasyon ng Facebook."
  50. #. TRANS: Field label for Facebook secret key.
  51. #: actions/facebookadminpanel.php:201
  52. msgid "Secret"
  53. msgstr "Lihim"
  54. #. TRANS: Field title for Facebook secret key.
  55. #: actions/facebookadminpanel.php:203
  56. msgid "Application secret."
  57. msgstr "Lihim ng aplikasyon."
  58. #. TRANS: Button text to save Facebook integration settings.
  59. #. TRANS: Submit button to save synchronisation settings.
  60. #: actions/facebookadminpanel.php:220 actions/facebooksettings.php:188
  61. msgctxt "BUTTON"
  62. msgid "Save"
  63. msgstr "Sagipin"
  64. #. TRANS: Button title to save Facebook integration settings.
  65. #: actions/facebookadminpanel.php:222
  66. msgid "Save Facebook settings."
  67. msgstr "Sagipin ang mga katakdaan ng Facebook."
  68. #. TRANS: Client error displayed when trying to login while already logged in.
  69. #: actions/facebooklogin.php:43
  70. msgid "Already logged in."
  71. msgstr "Nakalagda na."
  72. #. TRANS: Form instructions.
  73. #: actions/facebooklogin.php:52
  74. msgid "Login with your Facebook Account"
  75. msgstr "Lumagda sa pamamagitan ng Akawnt mo sa Facebook"
  76. #. TRANS: Page title.
  77. #. TRANS: Alt text for "Login with Facebook" image.
  78. #: actions/facebooklogin.php:67 actions/facebooklogin.php:92
  79. msgid "Login with Facebook"
  80. msgstr "Lumagdang may Facebook"
  81. #. TRANS: Title for "Login with Facebook" image.
  82. #: actions/facebooklogin.php:94
  83. msgid "Login with Facebook."
  84. msgstr "Lumagda sa pamamagitan ng Facebook."
  85. #: actions/facebookfinishlogin.php:50
  86. msgid "Unable to authenticate you with Facebook."
  87. msgstr "Hindi ka napatunayan sa Facebook."
  88. #. TRANS: Client error displayed when trying to connect to Facebook while not
  89. #. logged in.
  90. #: actions/facebookfinishlogin.php:73
  91. msgid ""
  92. "You must be logged into Facebook to register a local account using Facebook."
  93. msgstr "Dapat na nakalagda ka sa Facebook upang makapagpatala ng isang katutubong akawnt na ginagamit ang Facebook."
  94. #. TRANS: Client error displayed when trying to connect to a Facebook account
  95. #. that is already linked
  96. #. TRANS: in the same StatusNet site.
  97. #: actions/facebookfinishlogin.php:117 actions/facebookfinishlogin.php:131
  98. msgid "There is already a local account linked with that Facebook account."
  99. msgstr "Mayroon nang isang katutubong akawnt na nakakawing sa ganyang akawnt ng Facebook."
  100. #. TRANS: Client error displayed when the session token does not match or is
  101. #. not given.
  102. #: actions/facebookfinishlogin.php:144 actions/facebooksettings.php:87
  103. msgid "There was a problem with your session token. Try again, please."
  104. msgstr "Nagkaroon ng isang suliranin sa kahalip ng sesyon mo. Pakisubukan uli."
  105. #. TRANS: Form validation error displayed when user has not agreed to the
  106. #. license.
  107. #: actions/facebookfinishlogin.php:154
  108. msgid "You cannot register if you do not agree to the license."
  109. msgstr "Hindi ka makakapagpatala kung hindi ka sumasang-ayon sa lisensiya."
  110. #. TRANS: Form validation error displayed when an unhandled error occurs.
  111. #: actions/facebookfinishlogin.php:172
  112. msgid "An unknown error has occured."
  113. msgstr "Naganap ang isang hindi nalalamang kamalian."
  114. #. TRANS: Form instructions for connecting to Facebook.
  115. #. TRANS: %s is the site name.
  116. #: actions/facebookfinishlogin.php:191
  117. #, php-format
  118. msgid ""
  119. "This is the first time you have logged into %s so we must connect your "
  120. "Facebook to a local account. You can either create a new local account, or "
  121. "connect with an existing local account."
  122. msgstr "Ito ang iyong unang pagkakataon ng paglagda sa %s kaya't kailangan naming iugnay ang iyong Facebook papunta sa isang katutubong akawnt. Maaari kang lumikha ng isang bagong katutubong akawnt, o umugnay sa pamamagitan ng umiiral na katutubong akawnt."
  123. #. TRANS: Page title.
  124. #: actions/facebookfinishlogin.php:201
  125. msgid "Facebook Setup"
  126. msgstr "Pagkakahanda ng Facebook"
  127. #. TRANS: Fieldset legend.
  128. #: actions/facebookfinishlogin.php:235
  129. msgid "Connection options"
  130. msgstr "Mga mapagpipilian ng ugnay"
  131. #. TRANS: %s is the name of the license used by the user for their status
  132. #. updates.
  133. #: actions/facebookfinishlogin.php:245
  134. #, php-format
  135. msgid ""
  136. "My text and files are available under %s except this private data: password,"
  137. " email address, IM address, and phone number."
  138. msgstr "Makukuha ang teksto at mga talaksan ko sa ilalim ng %s maliban na lamang ang pribadong datong ito: hudyat, tirahan ng e-liham, tirahan ng IM, at numero ng telepono."
  139. #. TRANS: Fieldset legend.
  140. #: actions/facebookfinishlogin.php:262
  141. msgid "Create new account"
  142. msgstr "Lumikha ng bagong akawnt"
  143. #. TRANS: Form instructions.
  144. #: actions/facebookfinishlogin.php:265
  145. msgid "Create a new user with this nickname."
  146. msgstr "Lumikha ng isang bagong tagagamit na may ganitong palayaw."
  147. #. TRANS: Field label.
  148. #: actions/facebookfinishlogin.php:273
  149. msgid "New nickname"
  150. msgstr "Bagong palayaw"
  151. #. TRANS: Field title.
  152. #: actions/facebookfinishlogin.php:276
  153. msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
  154. msgstr "1 hanggang 64 maliliit na mga titik o mga bilang, walang bantas o mga patlang."
  155. #. TRANS: Submit button to create a new account.
  156. #: actions/facebookfinishlogin.php:284
  157. msgctxt "BUTTON"
  158. msgid "Create"
  159. msgstr "Likhain"
  160. #. TRANS: Fieldset legend.
  161. #: actions/facebookfinishlogin.php:290
  162. msgid "Connect existing account"
  163. msgstr "Iugnay ang umiiral na akawnt"
  164. #. TRANS: Form instructions.
  165. #: actions/facebookfinishlogin.php:293
  166. msgid ""
  167. "If you already have an account, login with your username and password to "
  168. "connect it to your Facebook."
  169. msgstr "Kung mayroon ka nang akawnt, lumagda sa pamamagitan ng iyong pangalan ng tagagamit at hudyat upang iugnay ito sa iyong Facebook."
  170. #. TRANS: Field label.
  171. #: actions/facebookfinishlogin.php:297
  172. msgid "Existing nickname"
  173. msgstr "Umiiral na palayaw"
  174. #. TRANS: Field label.
  175. #: actions/facebookfinishlogin.php:301
  176. msgid "Password"
  177. msgstr "Hudyat"
  178. #. TRANS: Submit button to connect a Facebook account to an existing StatusNet
  179. #. account.
  180. #: actions/facebookfinishlogin.php:305
  181. msgctxt "BUTTON"
  182. msgid "Connect"
  183. msgstr "Umugnay"
  184. #. TRANS: Client error trying to register with registrations not allowed.
  185. #. TRANS: Client error trying to register with registrations 'invite only'.
  186. #: actions/facebookfinishlogin.php:326 actions/facebookfinishlogin.php:335
  187. msgid "Registration not allowed."
  188. msgstr "Hindi pinayagan ang pagpapatala."
  189. #. TRANS: Client error trying to register with an invalid invitation code.
  190. #: actions/facebookfinishlogin.php:342
  191. msgid "Not a valid invitation code."
  192. msgstr "Hindi isang tanggap na kodigo ng paanyaya."
  193. #. TRANS: Server error displayed when connecting to Facebook fails.
  194. #: actions/facebookfinishlogin.php:378 actions/facebookfinishlogin.php:511
  195. msgid "Error connecting user to Facebook."
  196. msgstr "Kamalian sa pag-uugnay ng tagagamit sa Facebook."
  197. #. TRANS: Form validation error displayed when username/password combination
  198. #. is incorrect.
  199. #: actions/facebookfinishlogin.php:478
  200. msgid "Invalid username or password."
  201. msgstr "Hindi katanggap-tanggap na pangalan ng tagagamit o hudyat."
  202. #. TRANS: Page title for Facebook settings.
  203. #: actions/facebooksettings.php:106
  204. msgctxt "TITLE"
  205. msgid "Facebook settings"
  206. msgstr "Mga katakdaan sa Facebook"
  207. #. TRANS: Instructions for Facebook settings.
  208. #: actions/facebooksettings.php:116
  209. msgid "Facebook settings"
  210. msgstr "Mga katakdaan ng Facebook"
  211. #. TRANS: Form note. User is connected to facebook.
  212. #: actions/facebooksettings.php:140
  213. msgid "Connected Facebook user"
  214. msgstr "Nakaugnay na tagagamit ng Facebook"
  215. #. TRANS: Checkbox label in Facebook settings.
  216. #: actions/facebooksettings.php:168
  217. msgid "Publish my notices to Facebook."
  218. msgstr "Ilathala ang mga pabatid ko sa Facebook."
  219. #. TRANS: Checkbox label in Facebook settings.
  220. #: actions/facebooksettings.php:179
  221. msgid "Send \"@\" replies to Facebook."
  222. msgstr "Ipadala ang mga tugong \"@\" papunta sa Facebook."
  223. #. TRANS: Fieldset legend for form to disconnect from Facebook.
  224. #: actions/facebooksettings.php:197
  225. msgid "Disconnect my account from Facebook"
  226. msgstr "Huwag iugnay ang akawnt ko mula sa Facebook"
  227. #. TRANS: Notice in disconnect from Facebook form if user has no local
  228. #. StatusNet password.
  229. #: actions/facebooksettings.php:204
  230. #, php-format
  231. msgid ""
  232. "Disconnecting your Faceboook would make it impossible to log in! Please [set"
  233. " a password](%s) first."
  234. msgstr "Ang pagtanggal ng ugnay ng Facebook mo ay makapagdurulot ng hindi makalagda! Mangyaring [magtakda muna ng isang hudyat](%s)."
  235. #. TRANS: Message displayed when initiating disconnect of a StatusNet user
  236. #. TRANS: from a Facebook account. %1$s is the StatusNet site name.
  237. #: actions/facebooksettings.php:215
  238. #, php-format
  239. msgid ""
  240. "Keep your %1$s account but disconnect from Facebook. You'll use your %1$s "
  241. "password to log in."
  242. msgstr "Panatilihin ang akawnt mong %1$s subalit kumalas mula sa Facebook. Maaari mong gamitin ang hudyat mo sa %1$s upang lumagdang papasok."
  243. #. TRANS: Submit button.
  244. #: actions/facebooksettings.php:221
  245. msgctxt "BUTTON"
  246. msgid "Disconnect"
  247. msgstr "Huwag umugnay"
  248. #. TRANS: Notice in case saving of synchronisation preferences fail.
  249. #: actions/facebooksettings.php:245
  250. msgid "There was a problem saving your sync preferences."
  251. msgstr "Nagkaroon ng isang suliranin sa pagsagip ng mga nais mo sa pagsasabay."
  252. #. TRANS: Confirmation that synchronisation settings have been saved into the
  253. #. system.
  254. #: actions/facebooksettings.php:248
  255. msgid "Sync preferences saved."
  256. msgstr "Nasagip ang mga nais sa pagsabay."
  257. #. TRANS: Server error displayed when deleting the link to a Facebook account
  258. #. fails.
  259. #: actions/facebooksettings.php:263
  260. msgid "Could not delete link to Facebook."
  261. msgstr "Hindi mabura ang kawing sa Facebook."
  262. #. TRANS: Confirmation message. StatusNet account was unlinked from Facebook.
  263. #: actions/facebooksettings.php:267
  264. msgid "You have disconnected from Facebook."
  265. msgstr "Kumalas ka na mula sa Facebook."
  266. #. TRANS: Menu item for "Facebook" in administration panel.
  267. #. TRANS: Menu item for "Facebook" in user settings.
  268. #: FacebookBridgePlugin.php:202 FacebookBridgePlugin.php:241
  269. #: FacebookBridgePlugin.php:281
  270. msgctxt "MENU"
  271. msgid "Facebook"
  272. msgstr "Facebook"
  273. #. TRANS: Menu title for "Facebook" login.
  274. #: FacebookBridgePlugin.php:204
  275. msgid "Login or register using Facebook."
  276. msgstr "Lumagda o magpatala sa pamamagitan ng Facebook."
  277. #. TRANS: Menu title for "Facebook" in administration panel.
  278. #: FacebookBridgePlugin.php:243
  279. msgid "Facebook integration configuration."
  280. msgstr "Pagsasaayos ng pagsasama sa Facebook."
  281. #. TRANS: Menu title for "Facebook" in user settings.
  282. #: FacebookBridgePlugin.php:283
  283. msgid "Facebook settings."
  284. msgstr "Mga katakdaan sa Facebook."
  285. #. TRANS: Plugin description.
  286. #: FacebookBridgePlugin.php:624
  287. msgid "A plugin for integrating StatusNet with Facebook."
  288. msgstr "Isang pampasak para sa pagsasama ng StatusNet na may Facebook."
  289. #. TRANS: E-mail subject.
  290. #: lib/facebookclient.php:790
  291. msgid "Your Facebook connection has been removed"
  292. msgstr "Natanggal na ang iyong ugnay sa Facebook"
  293. #. TRANS: E-mail body. %1$s is a username, %2$s is the StatusNet sitename.
  294. #: lib/facebookclient.php:793
  295. #, php-format
  296. msgid ""
  297. "Hi %1$s,\n"
  298. "\n"
  299. "We are sorry to inform you we are unable to publish your notice to\n"
  300. "Facebook, and have removed the connection between your %2$s account and\n"
  301. "Facebook.\n"
  302. "\n"
  303. "This may have happened because you have removed permission for %2$s\n"
  304. "to post on your behalf, or perhaps you have deactivated your Facebook\n"
  305. "account. You can reconnect your %2$s account to Facebook at any time by\n"
  306. "logging in with Facebook again.\n"
  307. "\n"
  308. "Sincerely,\n"
  309. "\n"
  310. "%2$s\n"
  311. msgstr "Kumusta %1$s,\n\nIkinalulungkot namin na ipabatid sa iyo na hindi namin nagawang mailathala ang patabid mo sa Facebook, at tinanggal ang ugnayan sa pagitan ng iyong akawnt sa %2$s at Facebook.\n\nMaaaring nangyari ito dahil inalis mo ang pahintulot para sa %2$s na makapagpaskil para sa iyo, o kaya hindi mo na binubuhay ang akawnt mo sa Facebook. Maaari kang iugnay na muli ang iyong akawnt na %2$s sa Facebook sa anumang oras sa pamamagitan ng muling paglagdang papasok sa Facebook.\n\nMay katapatan,\n\n%2$s\n"
  312. #. TRANS: E-mail subject. %s is the StatusNet sitename.
  313. #: lib/facebookclient.php:846
  314. #, php-format
  315. msgid "Contact the %s administrator to retrieve your account"
  316. msgstr "Makipag-ugnayan sa tagapangasiwa ng %s upang makuhang muli ang akawnt mo"
  317. #. TRANS: E-mail body. %1$s is a username,
  318. #. TRANS: %2$s is the StatusNet sitename, %3$s is the site contact e-mail
  319. #. address.
  320. #: lib/facebookclient.php:850
  321. #, php-format
  322. msgid ""
  323. "Hi %1$s,\n"
  324. "\n"
  325. "We have noticed you have deauthorized the Facebook connection for your\n"
  326. "%2$s account. You have not set a password for your %2$s account yet, so\n"
  327. "you will not be able to login. If you wish to continue using your %2$s\n"
  328. "account, please contact the site administrator (%3$s) to set a password.\n"
  329. "\n"
  330. "Sincerely,\n"
  331. "\n"
  332. "%2$s\n"
  333. msgstr "Kumusta %1$s,\n\nNapansin naming hindi mo na pinapahintulutan ang pag-ugnay sa Facebook para sa iyong akawnt sa %2$s. Hindi ka pa nagtatakda ng isang hudyat para sa iyong akawnt sa %2$s, kaya’t hindi mo magagawang lumagdang papasok. Kung nais mong magpatuloy sa paggamit ng iyong akawnt sa %2$s, mangyaring makipag-ugnayan sa tagapangasiwa ng sityo (%3$s) upang makapagtaka ng isang hudyat.\n\nMay kataimtiman,\n\n%2$s\n"