Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Besnik <besnik@programeshqip.org>, 2011,2015
  5. # Besnik <besnik@programeshqip.org>, 2015,2018
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2018-05-21 14:16-0300\n"
  11. "PO-Revision-Date: 2018-05-28 01:29+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Albanian (http://www.transifex.com/django/django/language/"
  14. "sq/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: sq\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #, python-format
  21. msgid "Successfully deleted %(count)d %(items)s."
  22. msgstr "U fshinë me sukses %(count)d %(items)s."
  23. #, python-format
  24. msgid "Cannot delete %(name)s"
  25. msgstr "S’mund të fshijë %(name)s"
  26. msgid "Are you sure?"
  27. msgstr "Jeni i sigurt?"
  28. #, python-format
  29. msgid "Delete selected %(verbose_name_plural)s"
  30. msgstr "Fshiji %(verbose_name_plural)s e përzgjedhur"
  31. msgid "Administration"
  32. msgstr "Administrim"
  33. msgid "All"
  34. msgstr "Krejt"
  35. msgid "Yes"
  36. msgstr "Po"
  37. msgid "No"
  38. msgstr "Jo"
  39. msgid "Unknown"
  40. msgstr "E panjohur"
  41. msgid "Any date"
  42. msgstr "Çfarëdo date"
  43. msgid "Today"
  44. msgstr "Sot"
  45. msgid "Past 7 days"
  46. msgstr "7 ditët e shkuara"
  47. msgid "This month"
  48. msgstr "Këtë muaj"
  49. msgid "This year"
  50. msgstr "Këtë vit"
  51. msgid "No date"
  52. msgstr "Pa datë"
  53. msgid "Has date"
  54. msgstr "Ka datë"
  55. #, python-format
  56. msgid ""
  57. "Please enter the correct %(username)s and password for a staff account. Note "
  58. "that both fields may be case-sensitive."
  59. msgstr ""
  60. "Ju lutemi, jepni %(username)s dhe fjalëkalimin e saktë për një llogari "
  61. "ekipi. Kini parasysh se që të dy fushat mund të jenë të ndjeshme ndaj "
  62. "shkrimit me shkronja të mëdha ose të vogla."
  63. msgid "Action:"
  64. msgstr "Veprim:"
  65. #, python-format
  66. msgid "Add another %(verbose_name)s"
  67. msgstr "Shtoni një tjetër %(verbose_name)s"
  68. msgid "Remove"
  69. msgstr "Hiqe"
  70. msgid "Addition"
  71. msgstr "Shtim"
  72. msgid "Change"
  73. msgstr "Ndryshoje"
  74. msgid "Deletion"
  75. msgstr "Fshirje"
  76. msgid "action time"
  77. msgstr "kohë veprimi"
  78. msgid "user"
  79. msgstr "përdorues"
  80. msgid "content type"
  81. msgstr "lloj lënde"
  82. msgid "object id"
  83. msgstr "id objekti"
  84. #. Translators: 'repr' means representation
  85. #. (https://docs.python.org/3/library/functions.html#repr)
  86. msgid "object repr"
  87. msgstr ""
  88. msgid "action flag"
  89. msgstr "shenjë veprimi"
  90. msgid "change message"
  91. msgstr "mesazh ndryshimi"
  92. msgid "log entry"
  93. msgstr "zë regjistrimi"
  94. msgid "log entries"
  95. msgstr "zëra regjistrimi"
  96. #, python-format
  97. msgid "Added \"%(object)s\"."
  98. msgstr "U shtua \"%(object)s\"."
  99. #, python-format
  100. msgid "Changed \"%(object)s\" - %(changes)s"
  101. msgstr "U ndryshua \"%(object)s\" - %(changes)s"
  102. #, python-format
  103. msgid "Deleted \"%(object)s.\""
  104. msgstr "U fshi \"%(object)s.\""
  105. msgid "LogEntry Object"
  106. msgstr "Objekt LogEntry"
  107. #, python-brace-format
  108. msgid "Added {name} \"{object}\"."
  109. msgstr "U shtua {name} \"{object}\"."
  110. msgid "Added."
  111. msgstr "U shtua."
  112. msgid "and"
  113. msgstr "dhe "
  114. #, python-brace-format
  115. msgid "Changed {fields} for {name} \"{object}\"."
  116. msgstr "U ndryshua {fields} për {name} \"{object}\"."
  117. #, python-brace-format
  118. msgid "Changed {fields}."
  119. msgstr "U ndryshuan {fields}."
  120. #, python-brace-format
  121. msgid "Deleted {name} \"{object}\"."
  122. msgstr "U fshi {name} \"{object}\"."
  123. msgid "No fields changed."
  124. msgstr "S’u ndryshua ndonjë fushë."
  125. msgid "None"
  126. msgstr "Asnjë"
  127. msgid ""
  128. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  129. msgstr ""
  130. "Për të përzgjedhur më shumë se një, në Mac mbani të shtypur \"Control\", ose "
  131. "\"Command\"."
  132. #, python-brace-format
  133. msgid "The {name} \"{obj}\" was added successfully."
  134. msgstr "{name} \"{obj}\" u shtua me sukses."
  135. msgid "You may edit it again below."
  136. msgstr "Mund ta ripërpunoni më poshtë."
  137. #, python-brace-format
  138. msgid ""
  139. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  140. "below."
  141. msgstr ""
  142. "{name} \"{obj}\" u ndryshua me sukses. Mund të shtoni një tjetër {name} më "
  143. "poshtë."
  144. #, python-brace-format
  145. msgid ""
  146. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  147. msgstr "{name} \"{obj}\" u ndryshua me sukses. Mund të ripërpunoni më poshtë."
  148. #, python-brace-format
  149. msgid ""
  150. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  151. msgstr "{name} \"{obj}\" u ndryshua me sukses. Mund ta ripërpunoni më poshtë."
  152. #, python-brace-format
  153. msgid ""
  154. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  155. "below."
  156. msgstr ""
  157. "{name} \"{obj}\" u ndryshua me sukses. Mund të shtoni një tjetër {name} më "
  158. "poshtë."
  159. #, python-brace-format
  160. msgid "The {name} \"{obj}\" was changed successfully."
  161. msgstr "{name} \"{obj}\" u ndryshua me sukses."
  162. msgid ""
  163. "Items must be selected in order to perform actions on them. No items have "
  164. "been changed."
  165. msgstr ""
  166. "Duhen përzgjedhur objekte që të kryhen veprime mbi ta. S’u ndryshua ndonjë "
  167. "objekt."
  168. msgid "No action selected."
  169. msgstr "S’u përzgjodh ndonjë veprim."
  170. #, python-format
  171. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  172. msgstr "%(name)s \"%(obj)s\" u fshi me sukses."
  173. #, python-format
  174. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  175. msgstr "%(name)s me ID \"%(key)s\" s’ekziston. Mos qe fshirë?"
  176. #, python-format
  177. msgid "Add %s"
  178. msgstr "Shtoni %s"
  179. #, python-format
  180. msgid "Change %s"
  181. msgstr "Ndrysho %s"
  182. #, python-format
  183. msgid "View %s"
  184. msgstr ""
  185. msgid "Database error"
  186. msgstr "Gabim baze të dhënash"
  187. #, python-format
  188. msgid "%(count)s %(name)s was changed successfully."
  189. msgid_plural "%(count)s %(name)s were changed successfully."
  190. msgstr[0] "%(count)s %(name)s u ndryshua me sukses."
  191. msgstr[1] "%(count)s %(name)s u ndryshuan me sukses."
  192. #, python-format
  193. msgid "%(total_count)s selected"
  194. msgid_plural "All %(total_count)s selected"
  195. msgstr[0] "%(total_count)s i përzgjedhur"
  196. msgstr[1] "Krejt %(total_count)s të përzgjedhurat"
  197. #, python-format
  198. msgid "0 of %(cnt)s selected"
  199. msgstr "0 nga %(cnt)s të përzgjedhur"
  200. #, python-format
  201. msgid "Change history: %s"
  202. msgstr "Ndryshoni historikun: %s"
  203. #. Translators: Model verbose name and instance representation,
  204. #. suitable to be an item in a list.
  205. #, python-format
  206. msgid "%(class_name)s %(instance)s"
  207. msgstr "%(class_name)s %(instance)s"
  208. #, python-format
  209. msgid ""
  210. "Deleting %(class_name)s %(instance)s would require deleting the following "
  211. "protected related objects: %(related_objects)s"
  212. msgstr ""
  213. "Fshirja e %(class_name)s %(instance)s do të lypte fshirjen e objekteve "
  214. "vijuese të mbrojtura që kanë lidhje me ta: %(related_objects)s"
  215. msgid "Django site admin"
  216. msgstr "Përgjegjës sajti Django"
  217. msgid "Django administration"
  218. msgstr "Administrim i Django-s"
  219. msgid "Site administration"
  220. msgstr "Administrim sajti"
  221. msgid "Log in"
  222. msgstr "Hyni"
  223. #, python-format
  224. msgid "%(app)s administration"
  225. msgstr "Administrim %(app)s"
  226. msgid "Page not found"
  227. msgstr "S’u gjet faqe"
  228. msgid "We're sorry, but the requested page could not be found."
  229. msgstr "Na ndjeni, por faqja e kërkuar s’gjendet dot."
  230. msgid "Home"
  231. msgstr "Hyrje"
  232. msgid "Server error"
  233. msgstr "Gabim shërbyesi"
  234. msgid "Server error (500)"
  235. msgstr "Gabim shërbyesi (500)"
  236. msgid "Server Error <em>(500)</em>"
  237. msgstr "Gabim Shërbyesi <em>(500)</em>"
  238. msgid ""
  239. "There's been an error. It's been reported to the site administrators via "
  240. "email and should be fixed shortly. Thanks for your patience."
  241. msgstr ""
  242. "Pati një gabim. Iu është njoftuar përgjegjësve të sajtit përmes email-i dhe "
  243. "do të duhej të ndreqej shpejt. Faleminderit për durimin."
  244. msgid "Run the selected action"
  245. msgstr "Xhiro veprimin e përzgjedhur"
  246. msgid "Go"
  247. msgstr "Shko tek"
  248. msgid "Click here to select the objects across all pages"
  249. msgstr "Klikoni këtu që të përzgjidhni objektet nëpër krejt faqet"
  250. #, python-format
  251. msgid "Select all %(total_count)s %(module_name)s"
  252. msgstr "Përzgjidhni krejt %(total_count)s %(module_name)s"
  253. msgid "Clear selection"
  254. msgstr "Pastroje përzgjedhjen"
  255. msgid ""
  256. "First, enter a username and password. Then, you'll be able to edit more user "
  257. "options."
  258. msgstr ""
  259. "Së pari, jepni një emër përdoruesi dhe fjalëkalim. Mandej, do të jeni në "
  260. "gjendje të përpunoni më tepër mundësi përdoruesi."
  261. msgid "Enter a username and password."
  262. msgstr "Jepni emër përdoruesi dhe fjalëkalim."
  263. msgid "Change password"
  264. msgstr "Ndryshoni fjalëkalimin"
  265. msgid "Please correct the error below."
  266. msgstr "Ju lutemi, ndreqni gabimin më poshtë."
  267. msgid "Please correct the errors below."
  268. msgstr "Ju lutemi, ndreqni gabimet më poshtë."
  269. #, python-format
  270. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  271. msgstr ""
  272. "Jepni një fjalëkalim të ri për përdoruesin <strong>%(username)s</strong>."
  273. msgid "Welcome,"
  274. msgstr "Mirë se vini,"
  275. msgid "View site"
  276. msgstr "Shihni sajtin"
  277. msgid "Documentation"
  278. msgstr "Dokumentim"
  279. msgid "Log out"
  280. msgstr "Dilni"
  281. #, python-format
  282. msgid "Add %(name)s"
  283. msgstr "Shto %(name)s"
  284. msgid "History"
  285. msgstr "Historik"
  286. msgid "View on site"
  287. msgstr "Shiheni në sajt"
  288. msgid "Filter"
  289. msgstr "Filtër"
  290. msgid "Remove from sorting"
  291. msgstr "Hiqe prej renditjeje"
  292. #, python-format
  293. msgid "Sorting priority: %(priority_number)s"
  294. msgstr "Përparësi renditjesh: %(priority_number)s"
  295. msgid "Toggle sorting"
  296. msgstr "Shfaq/fshih renditjen"
  297. msgid "Delete"
  298. msgstr "Fshije"
  299. #, python-format
  300. msgid ""
  301. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  302. "related objects, but your account doesn't have permission to delete the "
  303. "following types of objects:"
  304. msgstr ""
  305. "Fshirja e %(object_name)s '%(escaped_object)s' do të shpinte në fshirjen e "
  306. "objekteve të lidhur me të, por llogaria juaj nuk ka leje për fshirje të "
  307. "objekteve të llojeve të mëposhtëm:"
  308. #, python-format
  309. msgid ""
  310. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  311. "following protected related objects:"
  312. msgstr ""
  313. "Fshirja e %(object_name)s '%(escaped_object)s' do të kërkonte fshirjen e "
  314. "objekteve të mbrojtur vijues, të lidhur me të:"
  315. #, python-format
  316. msgid ""
  317. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  318. "All of the following related items will be deleted:"
  319. msgstr ""
  320. "Jeni i sigurt se doni të fshihet %(object_name)s \"%(escaped_object)s\"? "
  321. "Krejt objektet vijues të lidhur me të do të fshihen:"
  322. msgid "Objects"
  323. msgstr "Objekte"
  324. msgid "Yes, I'm sure"
  325. msgstr "Po, jam i sigurt"
  326. msgid "No, take me back"
  327. msgstr "Jo, kthemëni mbrapsht"
  328. msgid "Delete multiple objects"
  329. msgstr "Fshini disa objekte njëherësh"
  330. #, python-format
  331. msgid ""
  332. "Deleting the selected %(objects_name)s would result in deleting related "
  333. "objects, but your account doesn't have permission to delete the following "
  334. "types of objects:"
  335. msgstr ""
  336. "Fshirja e %(objects_name)s të përzgjedhur do të shpjerë në fshirjen e "
  337. "objekteve të lidhur me të, por llogaria juaj nuk ka leje të fshijë llojet "
  338. "vijuese të objekteve:"
  339. #, python-format
  340. msgid ""
  341. "Deleting the selected %(objects_name)s would require deleting the following "
  342. "protected related objects:"
  343. msgstr ""
  344. "Fshirja e %(objects_name)s të përzgjedhur do të kërkonte fshirjen e "
  345. "objekteve të mbrojtur vijues, të lidhur me të:"
  346. #, python-format
  347. msgid ""
  348. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  349. "following objects and their related items will be deleted:"
  350. msgstr ""
  351. "Jeni i sigurt se doni të fshihen %(objects_name)s e përzgjedhur? Krejt "
  352. "objektet vijues dhe gjëra të lidhura me ta do të fshihen:"
  353. msgid "View"
  354. msgstr "Shiheni"
  355. msgid "Delete?"
  356. msgstr "Të fshihet?"
  357. #, python-format
  358. msgid " By %(filter_title)s "
  359. msgstr " Nga %(filter_title)s "
  360. msgid "Summary"
  361. msgstr "Përmbledhje"
  362. #, python-format
  363. msgid "Models in the %(name)s application"
  364. msgstr "Modele te aplikacioni %(name)s"
  365. msgid "Add"
  366. msgstr "Shtoni"
  367. msgid "You don't have permission to view or edit anything."
  368. msgstr "S’keni leje të shihni apo përpunoni gjë."
  369. msgid "Recent actions"
  370. msgstr "Veprime së fundi"
  371. msgid "My actions"
  372. msgstr "Veprimet e mia"
  373. msgid "None available"
  374. msgstr "Asnjë i passhëm"
  375. msgid "Unknown content"
  376. msgstr "Lëndë e panjohur"
  377. msgid ""
  378. "Something's wrong with your database installation. Make sure the appropriate "
  379. "database tables have been created, and make sure the database is readable by "
  380. "the appropriate user."
  381. msgstr ""
  382. "Ka diçka që s’shkon me instalimin e bazës suaj të të dhënave. Sigurohuni që "
  383. "janë krijuar tabelat e duhura të bazës së të dhënave, dhe që baza e të "
  384. "dhënave është e lexueshme nga përdoruesi i duhur."
  385. #, python-format
  386. msgid ""
  387. "You are authenticated as %(username)s, but are not authorized to access this "
  388. "page. Would you like to login to a different account?"
  389. msgstr ""
  390. "Jeni mirëfilltësuar si %(username)s, por s’jeni i autorizuar të hyni në këtë "
  391. "faqe. Do të donit të hyni në një llogari tjetër?"
  392. msgid "Forgotten your password or username?"
  393. msgstr "Harruat fjalëkalimin ose emrin tuaj të përdoruesit?"
  394. msgid "Date/time"
  395. msgstr "Datë/kohë"
  396. msgid "User"
  397. msgstr "Përdorues"
  398. msgid "Action"
  399. msgstr "Veprim"
  400. msgid ""
  401. "This object doesn't have a change history. It probably wasn't added via this "
  402. "admin site."
  403. msgstr ""
  404. "Ky objekt s’ka historik ndryshimesh. Ndoshta s’qe shtuar përmes këtij sajti "
  405. "administrimi."
  406. msgid "Show all"
  407. msgstr "Shfaqi krejt"
  408. msgid "Save"
  409. msgstr "Ruaje"
  410. msgid "Popup closing..."
  411. msgstr "Flluska po mbyllet…"
  412. #, python-format
  413. msgid "Change selected %(model)s"
  414. msgstr "Ndryshoni %(model)s e përzgjedhur"
  415. #, python-format
  416. msgid "View selected %(model)s"
  417. msgstr "Shiheni të përzgjedhurin %(model)s"
  418. #, python-format
  419. msgid "Add another %(model)s"
  420. msgstr "Shtoni një %(model)s tjetër"
  421. #, python-format
  422. msgid "Delete selected %(model)s"
  423. msgstr "Fshije %(model)s e përzgjedhur"
  424. msgid "Search"
  425. msgstr "Kërko"
  426. #, python-format
  427. msgid "%(counter)s result"
  428. msgid_plural "%(counter)s results"
  429. msgstr[0] "%(counter)s përfundim"
  430. msgstr[1] "%(counter)s përfundime"
  431. #, python-format
  432. msgid "%(full_result_count)s total"
  433. msgstr "%(full_result_count)s gjithsej"
  434. msgid "Save as new"
  435. msgstr "Ruaje si të ri"
  436. msgid "Save and add another"
  437. msgstr "Ruajeni dhe shtoni një tjetër"
  438. msgid "Save and continue editing"
  439. msgstr "Ruajeni dhe vazhdoni përpunimin"
  440. msgid "Save and view"
  441. msgstr "Ruajeni dhe shiheni"
  442. msgid "Close"
  443. msgstr "Mbylle"
  444. msgid "Thanks for spending some quality time with the Web site today."
  445. msgstr "Faleminderit që shpenzoni sot pak kohë të çmuar me sajtin Web."
  446. msgid "Log in again"
  447. msgstr "Hyni sërish"
  448. msgid "Password change"
  449. msgstr "Ndryshim fjalëkalimi"
  450. msgid "Your password was changed."
  451. msgstr "Fjalëkalimi juaj u ndryshua."
  452. msgid ""
  453. "Please enter your old password, for security's sake, and then enter your new "
  454. "password twice so we can verify you typed it in correctly."
  455. msgstr ""
  456. "Ju lutemi, jepni fjalëkalimin tuaj të vjetër, për hir të sigurisë, dhe "
  457. "mandej jepni dy herë fjalëkalimin tuaj të ri, që kështu të mund të "
  458. "verifikojmë se e shtypët saktë."
  459. msgid "Change my password"
  460. msgstr "Ndrysho fjalëkalimin tim"
  461. msgid "Password reset"
  462. msgstr "Ricaktim fjalëkalimi"
  463. msgid "Your password has been set. You may go ahead and log in now."
  464. msgstr ""
  465. "Fjalëkalimi juaj u caktua. Mund të vazhdoni më tej dhe të bëni hyrjen tani."
  466. msgid "Password reset confirmation"
  467. msgstr "Ripohim ricaktimi fjalëkalimi"
  468. msgid ""
  469. "Please enter your new password twice so we can verify you typed it in "
  470. "correctly."
  471. msgstr ""
  472. "Ju lutemi, jepeni fjalëkalimin tuaj dy herë, që kështu të mund të "
  473. "verifikojmë që e shtypët saktë."
  474. msgid "New password:"
  475. msgstr "Fjalëkalim i ri:"
  476. msgid "Confirm password:"
  477. msgstr "Ripohoni fjalëkalimin:"
  478. msgid ""
  479. "The password reset link was invalid, possibly because it has already been "
  480. "used. Please request a new password reset."
  481. msgstr ""
  482. "Lidhja për ricaktimin e fjalëkalimit qe e pavlefshme, ndoshta ngaqë është "
  483. "përdorur tashmë një herë. Ju lutemi, kërkoni një ricaktim të ri fjalëkalimi."
  484. msgid ""
  485. "We've emailed you instructions for setting your password, if an account "
  486. "exists with the email you entered. You should receive them shortly."
  487. msgstr ""
  488. "Ju kemi dërguar me email udhëzime për caktimin e fjalëkalimit tuaj, nëse ka "
  489. "një llogari me email-in që dhatë. Do të duhej t’ju vinin pas pak."
  490. msgid ""
  491. "If you don't receive an email, please make sure you've entered the address "
  492. "you registered with, and check your spam folder."
  493. msgstr ""
  494. "Nëse nuk merrni një email, ju lutemi, sigurohuni që keni dhënë adresën e "
  495. "saktë me të cilën u regjistruat, dhe kontrolloni dosjen tuaj të mesazheve të "
  496. "padëshiruara."
  497. #, python-format
  498. msgid ""
  499. "You're receiving this email because you requested a password reset for your "
  500. "user account at %(site_name)s."
  501. msgstr ""
  502. "Këtë email po e merrni ngaqë kërkuat ricaktim fjalëkalimi për llogarinë tuaj "
  503. "si përdorues te %(site_name)s."
  504. msgid "Please go to the following page and choose a new password:"
  505. msgstr "Ju lutemi, shkoni te faqja vijuese dhe zgjidhni një fjalëkalim të ri:"
  506. msgid "Your username, in case you've forgotten:"
  507. msgstr "Emri juaj i përdoruesit, në rast se e keni harruar:"
  508. msgid "Thanks for using our site!"
  509. msgstr "Faleminderit që përdorni sajtin tonë!"
  510. #, python-format
  511. msgid "The %(site_name)s team"
  512. msgstr "Ekipi i %(site_name)s"
  513. msgid ""
  514. "Forgotten your password? Enter your email address below, and we'll email "
  515. "instructions for setting a new one."
  516. msgstr ""
  517. "Harruat fjalëkalimin tuaj? Jepni më poshtë adresën tuaj email, dhe do t’ju "
  518. "dërgojmë udhëzimet për të caktuar një të ri."
  519. msgid "Email address:"
  520. msgstr "Adresë email:"
  521. msgid "Reset my password"
  522. msgstr "Ricakto fjalëkalimin tim"
  523. msgid "All dates"
  524. msgstr "Krejt datat"
  525. #, python-format
  526. msgid "Select %s"
  527. msgstr "Përzgjidhni %s"
  528. #, python-format
  529. msgid "Select %s to change"
  530. msgstr "Përzgjidhni %s për ta ndryshuar"
  531. #, python-format
  532. msgid "Select %s to view"
  533. msgstr ""
  534. msgid "Date:"
  535. msgstr "Datë:"
  536. msgid "Time:"
  537. msgstr "Kohë:"
  538. msgid "Lookup"
  539. msgstr "Kërkim"
  540. msgid "Currently:"
  541. msgstr "Tani:"
  542. msgid "Change:"
  543. msgstr "Ndryshim:"