catalan-utf8.pl 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. # UTF-8 encoded Català language file for use with Oddmuse
  2. #
  3. # Copyright (c) 2009 Àngel Moreno <amoreno@tinet.org>
  4. #
  5. # Permission is granted to copy, distribute and/or modify this
  6. # document under the terms of the GNU Free Documentation License,
  7. # Version 1.2 or any later version published by the Free Software
  8. # Foundation; with no Invariant Sections, no Front-Cover Texts, and no
  9. # Back-Cover Texts. A copy of the license could be found at:
  10. # http://www.gnu.org/licenses/fdl.txt.
  11. #
  12. # Installation:
  13. # =============
  14. #
  15. # Create a modules subdirectory in your data directory, and put the
  16. # file in there. It will be loaded automatically.
  17. #
  18. # This translation was last checked for Oddmuse version 1.893.
  19. #
  20. use utf8;
  21. use strict;
  22. AddModuleDescription('catalan-utf8.pl', 'Catalan') if defined &AddModuleDescription;
  23. our %Translate = grep(!/^#/, split(/\n/,<<'END_OF_TRANSLATION'));
  24. ################################################################################
  25. # wiki.pl
  26. ################################################################################
  27. Reading not allowed: user, ip, or network is blocked.
  28. Lectura no permesa: l'usuari, ip o sub-xarxa està bloquejat.
  29. Login
  30. Iniciar Sessió
  31. Error
  32. Error
  33. %s calls
  34. %s crides
  35. Cannot create %s
  36. No es pot crear %s
  37. Include normal pages
  38. Incloure pàgines normals
  39. Invalid UserName %s: not saved.
  40. Nom d'usuari %s no vàlid: no s'ha guardat.
  41. UserName must be 50 characters or less: not saved
  42. El nom d'usuari ha de contenir 50 caràcters o menys: no s'ha guardat
  43. This page contains an uploaded file:
  44. Aquesta pàgina conté un arxiu adjunt:
  45. No summary was provided for this file.
  46. Recursive include of %s!
  47. Inclusió recursiva de %!
  48. Clear Cache
  49. Netejar Cache
  50. Main lock obtained.
  51. Bloqueig principal activat.
  52. Main lock released.
  53. Bloqueig principal desactivat.
  54. Journal
  55. Diari
  56. More...
  57. Més...
  58. Comments on this page
  59. Comentaris sobre aquesta pàgina
  60. XML::RSS is not available on this system.
  61. XML::RSS no disponible en aquest sistema.
  62. diff
  63. diff
  64. history
  65. història
  66. %s returned no data, or LWP::UserAgent is not available.
  67. %s no va retornar cap valor, o LWP::UserAgent no disponible.
  68. RSS parsing failed for %s
  69. Anàlisi RSS va fallar per a %s
  70. No items found in %s.
  71. Ítems no trobats en %s.
  72. . . . .
  73. Click to edit this page
  74. Clic per a editar aquesta pàgina
  75. CGI Internal error: %s
  76. Error intern de CGI: %s
  77. Invalid action parameter %s
  78. Paràmetre d'acció %s no vàlid
  79. Page name is missing
  80. Nom de pàgina perdut
  81. Page name is too long: %s
  82. Nom de pàgina massa llarg: %s
  83. Invalid Page %s (must not end with .db)
  84. Pàgina %s no vàlida (no ha d'acabar amb l'extensió .db)
  85. Invalid Page %s (must not end with .lck)
  86. pàgina %s no vàlida (no ha d'acabar amb l'extensió .lck)
  87. Invalid Page %s
  88. Pàgina %s no vàlida
  89. There are no comments, yet. Be the first to leave a comment!
  90. Welcome!
  91. This page does not exist, but you can %s.
  92. create it now
  93. Too many redirections
  94. No redirection for old revisions
  95. Invalid link pattern for #REDIRECT
  96. Please go on to %s.
  97. Si us plau procedeix a %s.
  98. Updates since %s
  99. Actualitzacions des de %s
  100. up to %s
  101. Updates in the last %s days
  102. Actualitzacions en els darrers %s dies
  103. Updates in the last day
  104. for %s only
  105. només per %s
  106. List latest change per page only
  107. Llistar només darrers canvis per pàgina
  108. List all changes
  109. Llistar tots els canvis
  110. Skip rollbacks
  111. Saltar rollbacks
  112. Include rollbacks
  113. Incloure rollbacks
  114. List only major changes
  115. Llistar només canvis majors
  116. Include minor changes
  117. Incloure canvis menors
  118. days
  119. List later changes
  120. Llistar darrers canvis
  121. RSS
  122. RSS
  123. RSS with pages
  124. RSS amb pàgines
  125. RSS with pages and diff
  126. RSS amb pàgines i diff
  127. Using the 「rollback」 button on this page will reset the wiki to that particular point in time, undoing any later changes to all of the pages.
  128. Filters
  129. Filtres
  130. Title:
  131. Title and Body:
  132. Títol i Contingut:
  133. Username:
  134. Nom d'usuari:
  135. Host:
  136. Host:
  137. Follow up to:
  138. Vigilar:
  139. Language:
  140. Idioma:
  141. Go!
  142. Anar!
  143. (minor)
  144. (menor)
  145. rollback
  146. rollback
  147. new
  148. nou
  149. All changes for %s
  150. Tots els canvis per %s
  151. This page is too big to send over RSS.
  152. Aquesta pàgina és massa gran per enviar a RSS
  153. History of %s
  154. Història de %s
  155. Using the 「rollback」 button on this page will reset the page to that particular point in time, undoing any later changes to this page.
  156. Compare
  157. Comparar
  158. Deleted
  159. Esborrat
  160. Mark this page for deletion
  161. Marcar aquesta pàgina per esborrar
  162. No other revisions available
  163. Altres revisions no disponibles
  164. current
  165. actual
  166. Revision %s
  167. Revisió %s
  168. Contributors to %s
  169. Contribuidors de %s
  170. Missing target for rollback.
  171. perdut destí per rollback
  172. Target for rollback is too far back.
  173. Destí per rollback està massa lluny.
  174. A username is required for ordinary users.
  175. Es requereix un nom d'usuari per usuaris normals.
  176. Rolling back changes
  177. Rollback de canvis
  178. Editing not allowed: %s is read-only.
  179. Editat no permès: %s és de només-lectura.
  180. Rollback of %s would restore banned content.
  181. Rollback to %s
  182. Rollback a %s
  183. %s rolled back
  184. Rollback fet per %s
  185. to %s
  186. a %s
  187. Index of all pages
  188. Índex de totes les pàgines
  189. Wiki Version
  190. Wiki Versió
  191. Password
  192. Mot de pas
  193. Run maintenance
  194. Executar manteniment
  195. Unlock Wiki
  196. Desbloquejar Wiki
  197. Unlock site
  198. Desbloquejar lloc
  199. Lock site
  200. Bloquejar lloc
  201. Unlock %s
  202. Desbloquejar %s
  203. Lock %s
  204. Bloquejar %s
  205. Administration
  206. Administració
  207. Actions:
  208. Accions:
  209. Important pages:
  210. Pàgines importants:
  211. To mark a page for deletion, put <strong>%s</strong> on the first line.
  212. Per marcar una pàgina per esborrar, escriure <strong>%s</strong> en la primera línia.
  213. Anonymous
  214. Anònim
  215. redirected from %s
  216. redirigit des de %s
  217. %s:
  218. [Home]
  219. [Inicia]
  220. Click to search for references to this page
  221. Clic per cercar referències a aquesta pàgina
  222. Edit this page
  223. Editar aquesta pàgina
  224. Preview:
  225. Previsualització:
  226. Preview only, not yet saved
  227. Previsualització només, encara no guardat
  228. Warning
  229. Advertiment
  230. Database is stored in temporary directory %s
  231. La base de dades es va emmagatzemar temporalment en el directori %s
  232. %s seconds
  233. %s segons
  234. Last edited
  235. Darrer cop editat
  236. Edited
  237. Editat
  238. by %s
  239. per %s
  240. (diff)
  241. (diff)
  242. a
  243. c
  244. Edit revision %s of this page
  245. Editar revisió %s d'aquesta pàgina
  246. e
  247. This page is read-only
  248. Aquesta pàgina és de només-lectura
  249. View other revisions
  250. Veure altres revisions
  251. View current revision
  252. Veure revisió actual
  253. View all changes
  254. Veure tots els canvis
  255. View contributors
  256. Veure contribuidors
  257. Add your comment here:
  258. Homepage URL:
  259. URL de Inici:
  260. s
  261. Save
  262. Guardar
  263. p
  264. Preview
  265. Previsualitzar
  266. Search:
  267. Cercar:
  268. f
  269. Replace:
  270. Reemplaçar:
  271. Delete
  272. Esborrar
  273. Filter:
  274. Filtre:
  275. Last edit
  276. Darrer cop editat
  277. revision %s
  278. revisió %s
  279. current revision
  280. revisió actual
  281. Difference between revision %1 and %2
  282. Diferència entre revisió %1 i %2
  283. Last major edit (%s)
  284. Darrer edició major (%s)
  285. later minor edits
  286. últimes edicions menors
  287. No diff available.
  288. Diff no disponible.
  289. Summary:
  290. Resum:
  291. Old revision:
  292. Revisió antiga:
  293. Changed:
  294. Modificat:
  295. Deleted:
  296. Esborrat:
  297. Added:
  298. Afegit:
  299. to
  300. a
  301. Revision %s not available
  302. Revisió %s no disponible
  303. showing current revision instead
  304. mostrant revisió actual en el seu lloc
  305. Showing revision %s
  306. Monstrant revisió %s
  307. Cannot save a nameless page.
  308. No es pot guardar una pàgina sense nom.
  309. Cannot save a page without revision.
  310. No es pot guardar una pàgina sense revisió.
  311. not deleted:
  312. deleted
  313. esborrat
  314. Cannot open %s
  315. No es pot obrir %s
  316. Cannot write %s
  317. No es pot escriure en %s
  318. Could not get %s lock
  319. No es va poder activar el bloqueig de %s
  320. The lock was created %s.
  321. El bloqueig és actiu per %s.
  322. Maybe the user running this script is no longer allowed to remove the lock directory?
  323. Sometimes locks are left behind if a job crashes.
  324. After ten minutes, you could try to unlock the wiki.
  325. This operation may take several seconds...
  326. Aquesta operació pot tardar varis segons...
  327. Forced unlock of %s lock.
  328. Forçat desbloqueig de %s.
  329. No unlock required.
  330. No es requereix desbloqueig.
  331. %s hours ago
  332. fa %s hores
  333. 1 hour ago
  334. fa 1 hora
  335. %s minutes ago
  336. fa %s minuts
  337. 1 minute ago
  338. fa 1 minut
  339. %s seconds ago
  340. fa %s segons
  341. 1 second ago
  342. fa un segon
  343. just now
  344. just ara
  345. Only administrators can upload files.
  346. Només els administradors poden pujar arxius.
  347. Editing revision %s of
  348. Editant revisió %s de
  349. Editing %s
  350. Editant %s
  351. Editing old revision %s.
  352. Editant revisió antiga %s.
  353. Saving this page will replace the latest revision with this text.
  354. Guardar aquesta pàgina, reemplaçarà la darrera revisió amb aquest text.
  355. This change is a minor edit.
  356. Aquest canvi és una edició menor.
  357. Cancel
  358. Cancel·lar
  359. Replace this file with text
  360. Reemplaçar aquest arxiu amb text
  361. Replace this text with a file
  362. Reemplaçar aquest text amb un arxiu
  363. File to upload:
  364. Files of type %s are not allowed.
  365. Arxius de tipus %s no es permeten.
  366. Your password is saved in a cookie, if you have cookies enabled. Cookies may get lost if you connect from another machine, from another account, or using another software.
  367. El teu mot de pas es va guardar en una cookie, en el cas de tenir les cookies habilitades en el teu navegador. Aquestes cookies poden perdre's si et connectes des d'una altre màquina, un altre compte o un navegador diferent.
  368. This site does not use admin or editor passwords.
  369. Aquest lloc no utiliza mots de pas de administrador o editor.
  370. You are currently an administrator on this site.
  371. Ara ets un administrador en aquest lloc.
  372. You are currently an editor on this site.
  373. Ara ets un editor en aquest lloc.
  374. You are a normal user on this site.
  375. Ets un usuari normal en aquest lloc.
  376. You do not have a password set.
  377. Your password does not match any of the administrator or editor passwords.
  378. Password:
  379. Mot de pas:
  380. Return to %s
  381. This operation is restricted to site editors only...
  382. Aquesta operació es restringeix a només editors del lloc ...
  383. This operation is restricted to administrators only...
  384. Aquesta operació es restringeix a només administradors ...
  385. Edit Denied
  386. Edició denegada
  387. Editing not allowed: user, ip, or network is blocked.
  388. Editar no permès: usuari, ip o sub-xarxa ha estat bloquejat.
  389. Contact the wiki administrator for more information.
  390. Contacta amb l'dministrador del wiki per més informació.
  391. The rule %s matched for you.
  392. La regla %s concorda per el teu.
  393. See %s for more information.
  394. Veure %s per més informació.
  395. SampleUndefinedPage
  396. ExemplePaginaSenseDefinir
  397. Sample_Undefined_Page
  398. Exemple_Pagina_Sense_Definir
  399. Rule "%1" matched "%2" on this page.
  400. Regla "%1" concorda amb "%2" en aquesta pàgina.
  401. Reason: %s.
  402. Motiu: %s.
  403. Reason unknown.
  404. Motiu desconegut.
  405. (for %s)
  406. (per %s)
  407. %s pages found.
  408. %s pàgines trobades.
  409. Preview: %s
  410. Replaced: %s
  411. Reemplaçat: %s
  412. Search for: %s
  413. Cercar per: %s
  414. View changes for these pages
  415. Veure canvis per aquestes pàgines
  416. last updated
  417. darrera actualització
  418. by
  419. per
  420. Transfer Error: %s
  421. Error de transferència: %s
  422. Browser reports no file info.
  423. Navegador reporta no existeix informació de arxiu.
  424. Browser reports no file type.
  425. Navegador reporta no existeix tipus de arxiu.
  426. The page contains banned text.
  427. La pàgina conté text banejat.
  428. No changes to be saved.
  429. Sense canvis que guardar.
  430. This page was changed by somebody else %s.
  431. Aquesta pàgina ha estat canviada per algú més %s.
  432. The changes conflict. Please check the page again.
  433. Els canvis entren en conflicte. Si us plau, comprova la pàgina un altre cop.
  434. Please check whether you overwrote those changes.
  435. Si us plau, comprova si sobreescrius aquests canvis.
  436. Cannot delete the index file %s.
  437. No es pot esborrar el arxiu índex de %s.
  438. Please check the directory permissions.
  439. Si us plau, comprova els permissos de directori.
  440. Your changes were not saved.
  441. Els teus canvis no es van guardar.
  442. Could not get a lock to merge!
  443. No s'ha pogut obtenir un bloqueig per combinar!
  444. you
  445. ancestor
  446. ancestre
  447. other
  448. un altre
  449. Run Maintenance
  450. Executar Manteniment
  451. Maintenance not done.
  452. Manteniment no realitzat.
  453. (Maintenance can only be done once every 12 hours.)
  454. (El manteniment només pot realizarse un cop cada 12 hores.)
  455. Remove the "maintain" file or wait.
  456. Elimina el arxiu "maintain" o espera.
  457. Expiring keep files and deleting pages marked for deletion
  458. Expirant arxius "keep" i eliminant pàgines marcades per esborrar
  459. Moving part of the %s log file.
  460. Movent part del arxiu de registre %s.
  461. Could not open %s log file
  462. No es va poder obrir el arxiu de registre %s
  463. Error was
  464. El error fou
  465. Note: This error is normal if no changes have been made.
  466. Nota: Aquest error és normal si no s'han fet canvis.
  467. Moving %s log entries.
  468. Movent %s entrades del registre.
  469. Removing IP numbers from %s log entries.
  470. Set or Remove global edit lock
  471. (Des)activar bloqueig global de edició
  472. Edit lock created.
  473. Bloqueig de edició activat.
  474. Edit lock removed.
  475. Bloqueig de edició desactivat.
  476. Set or Remove page edit lock
  477. (Des)activar bloqueig de edició de pàgina
  478. Lock for %s created.
  479. Bloqueig per %s activat.
  480. Lock for %s removed.
  481. Bloqueig per %s desactivat.
  482. Displaying Wiki Version
  483. Monstrant Wiki Versió
  484. Debugging Information
  485. Too many connections by %s
  486. Masses connexions per %s
  487. Please do not fetch more than %1 pages in %2 seconds.
  488. Si us plau, no visitis més de %1 pàgines en %s segons.
  489. Check whether the web server can create the directory %s and whether it can create files in it.
  490. Comprova si el servidor web pot crear el directori %s i si pot crear arxius dins d'ell.
  491. , see
  492. The two revisions are the same.
  493. Les dues revisions són iguals.
  494. ################################################################################
  495. # modules/admin.pl
  496. ################################################################################
  497. Deleting %s
  498. Borrant %s
  499. Deleted %s
  500. Borrant %s
  501. Renaming %1 to %2.
  502. Reanomenant %1 a %2.
  503. The page %s does not exist
  504. La pàgina %s no existeix
  505. The page %s already exists
  506. La pàgina %s ja existeix
  507. Cannot rename %1 to %2
  508. No es pot reanomenar %1 a %2
  509. Renamed to %s
  510. Reanomenat a %s
  511. Renamed from %s
  512. Reanomenat des de %s
  513. Renamed %1 to %2.
  514. Reanomenat %1 a %2
  515. Immediately delete %s
  516. Esborrar immediatament
  517. Rename %s to:
  518. Reanomenar %s a:
  519. ################################################################################
  520. # modules/advanced-uploads.pl
  521. ################################################################################
  522. Attach file:
  523. Upload
  524. ################################################################################
  525. # modules/aggregate.pl
  526. ################################################################################
  527. Learn more...
  528. Per saber més ...
  529. ################################################################################
  530. # modules/all.pl
  531. ################################################################################
  532. Complete Content
  533. Contingut Complet
  534. The main page is %s.
  535. La pàgina principal és %s.
  536. ################################################################################
  537. # modules/archive.pl
  538. ################################################################################
  539. Archive:
  540. Arxiu:
  541. ################################################################################
  542. # modules/backlinkage.pl
  543. ################################################################################
  544. Rebuild BackLink database
  545. Reconstruir base de dades de Retroenllaços
  546. Internal Page: %s
  547. Pages that link to this page
  548. Pàgines que enllacen a aquesta pàgina
  549. ################################################################################
  550. # modules/backlinks.pl
  551. ################################################################################
  552. The search parameter is missing.
  553. Pages link to %s
  554. ################################################################################
  555. # modules/ban-contributors.pl
  556. ################################################################################
  557. Ban contributors
  558. Ban Contributors to %s
  559. Ban!
  560. Regular expression:
  561. %s is banned
  562. These URLs were rolled back. Perhaps you want to add a regular expression to %s?
  563. Consider banning the IP number as well:
  564. ################################################################################
  565. # modules/banned-regexps.pl
  566. ################################################################################
  567. Regular expression "%1" matched "%2" on this page.
  568. Regular expression "%s" matched on this page.
  569. ################################################################################
  570. # modules/big-brother.pl
  571. ################################################################################
  572. Recent Visitors
  573. Visitants Recents
  574. some action
  575. alguna acció
  576. was here
  577. va estar aquí
  578. and read
  579. i va llegir
  580. ################################################################################
  581. # modules/calendar.pl
  582. ################################################################################
  583. Illegal year value: Use 0001-9999
  584. Valor prohibit de any: utilitza 0001-9999
  585. The match parameter is missing.
  586. El paràmetre de coincidències està perdut.
  587. Page Collection for %s
  588. Col·lecció de pàgines per %s
  589. Previous
  590. Anterior
  591. Next
  592. Següent
  593. Calendar %s
  594. Calendari
  595. Su
  596. Dg
  597. Mo
  598. Dl
  599. Tu
  600. Dm
  601. We
  602. Dc
  603. Th
  604. Dj
  605. Fr
  606. Dv
  607. Sa
  608. Ds
  609. January
  610. Gener
  611. February
  612. Febrer
  613. March
  614. Març
  615. April
  616. Abril
  617. May
  618. Maig
  619. June
  620. Juny
  621. July
  622. Juliol
  623. August
  624. Agost
  625. September
  626. Setembre
  627. October
  628. Octubre
  629. November
  630. Novembre
  631. December
  632. Desembre
  633. ################################################################################
  634. # modules/checkbox.pl
  635. ################################################################################
  636. set %s
  637. establir %s
  638. unset %s
  639. remoure %s
  640. ################################################################################
  641. # modules/clustermap.pl
  642. ################################################################################
  643. Clustermap
  644. Clustermap
  645. Pages without a Cluster
  646. Pàgines sense Cluster
  647. ################################################################################
  648. # modules/comment-div-wrapper.pl
  649. ################################################################################
  650. Comments:
  651. ################################################################################
  652. # modules/commentcount.pl
  653. ################################################################################
  654. Comments on
  655. Comment on
  656. ################################################################################
  657. # modules/compilation.pl
  658. ################################################################################
  659. Compilation for %s
  660. Compilació per %s
  661. Compilation tag is missing a regular expression.
  662. ################################################################################
  663. # modules/creationdate.pl
  664. ################################################################################
  665. Add creation date to page files
  666. ################################################################################
  667. # modules/css-install.pl
  668. ################################################################################
  669. Install CSS
  670. Instal·lar CSS
  671. Copy one of the following stylesheets to %s:
  672. Copia una de les següents fulles d'estil a %s:
  673. Reset
  674. ################################################################################
  675. # modules/dates.pl
  676. ################################################################################
  677. Extract all dates from the database
  678. Dates
  679. No dates found.
  680. ################################################################################
  681. # modules/despam.pl
  682. ################################################################################
  683. List spammed pages
  684. Llista de pàgines amb spam
  685. Despamming pages
  686. Desfent spam
  687. Spammed pages
  688. Pàgines amb spam
  689. Cannot find revision %s.
  690. No es pot trobar revisió %s
  691. Revert to revision %1: %2
  692. Tornar a revisió %1:%2
  693. Marked as %s.
  694. Marcat com %s.
  695. Cannot find unspammed revision.
  696. No es pot trobar revisió sense spam
  697. ################################################################################
  698. # modules/diff.pl
  699. ################################################################################
  700. Page diff
  701. Diff
  702. ################################################################################
  703. # modules/drafts.pl
  704. ################################################################################
  705. Recover Draft
  706. Recuperar Esborrany
  707. No text to save
  708. Sense text que guardar
  709. Draft saved
  710. Esborrany salvat
  711. Draft recovered
  712. Esborrany recuperat
  713. No draft available to recover
  714. Esborrany no disponible per recuperar
  715. Save Draft
  716. Guardar Esborrany
  717. Draft Cleanup
  718. Neteja de Esborrany
  719. Unable to delete draft %s
  720. Imposible esborrar esborrany %s
  721. %1 was last modified %2 and was kept
  722. %1 fou la darrera modificació %2 i fou guardado
  723. %1 was last modified %2 and was deleted
  724. %1 fou la darrera modificació i %2 fou esborrat
  725. ################################################################################
  726. # modules/dynamic-comments.pl
  727. ################################################################################
  728. Add Comment
  729. Afegir Comentari
  730. ################################################################################
  731. # modules/edit-cluster.pl
  732. ################################################################################
  733. ordinary changes
  734. canvis normals
  735. %s days
  736. %s dies
  737. ################################################################################
  738. # modules/edit-paragraphs.pl
  739. ################################################################################
  740. Could not identify the paragraph you were editing
  741. This is the section you edited:
  742. This is the current page:
  743. ################################################################################
  744. # modules/find.pl
  745. ################################################################################
  746. Matching page names:
  747. Coincidències amb nombres de pàgina:
  748. ################################################################################
  749. # modules/fix-encoding.pl
  750. ################################################################################
  751. Fix character encoding
  752. Fix HTML escapes
  753. ################################################################################
  754. # modules/form_timeout.pl
  755. ################################################################################
  756. Set $FormTimeoutSalt.
  757. Form Timeout
  758. ################################################################################
  759. # modules/gd_security_image.pl
  760. ################################################################################
  761. GD or Image::Magick modules not available.
  762. GD::SecurityImage module not available.
  763. Image storing failed. (%s)
  764. Bad gd_security_image_id.
  765. Please type the six characters from the anti-spam image
  766. Submit
  767. CAPTCHA
  768. You did not answer correctly.
  769. No has donat la respuesta correcta.
  770. $GdSecurityImageFont is not set.
  771. ################################################################################
  772. # modules/git-another.pl
  773. ################################################################################
  774. No summary provided
  775. ################################################################################
  776. # modules/git.pl
  777. ################################################################################
  778. no summary available
  779. page was marked for deletion
  780. Oddmuse
  781. Cleaning up git repository
  782. ################################################################################
  783. # modules/google-plus-one.pl
  784. ################################################################################
  785. Google +1 Buttons
  786. All Pages +1
  787. This page lists the twenty last diary entries and their +1 buttons.
  788. ################################################################################
  789. # modules/gravatar.pl
  790. ################################################################################
  791. Email:
  792. ################################################################################
  793. # modules/header-and-footer-templates.pl
  794. ################################################################################
  795. Could not find %1.html template in %2
  796. No es va poder trobar plantilla %1.html en %2
  797. ################################################################################
  798. # modules/hiddenpages.pl
  799. ################################################################################
  800. Only Editors are allowed to see this hidden page.
  801. Només es permeten Editors per veure aquesta pàgina oculta.
  802. Only Admins are allowed to see this hidden page.
  803. Només es permeten Administradors per veure aquesta pàgina oculta.
  804. ################################################################################
  805. # modules/index.pl
  806. ################################################################################
  807. Index
  808. Índex
  809. ################################################################################
  810. # modules/joiner.pl
  811. ################################################################################
  812. The username %s already exists.
  813. The email address %s has already been used.
  814. Wait %s minutes before try again.
  815. Registration Confirmation
  816. Visit the link below to confirm registration.
  817. Recover Account
  818. You can login by following the link below. Then set new password.
  819. Change Email Address
  820. To confirm changing email address, follow the link below.
  821. To submit this form you must answer this question:
  822. Question:
  823. CAPTCHA:
  824. Registration
  825. The username must be valid page name.
  826. Confirmation email will be sent to the email address.
  827. Repeat Password:
  828. Bad email address format.
  829. Password needs to have at least %s characters.
  830. Passwords differ.
  831. Email Sent
  832. Confirmation email has been sent to %s. Visit the link on the mail to confirm registration.
  833. Failed to Confirm Registration
  834. Invalid key.
  835. The key expired.
  836. Registration Confirmed
  837. Now, you can login by using username and password.
  838. Forgot your password?
  839. Has oblidat el teu mot de pas?
  840. Login failed.
  841. You are banned.
  842. You must confirm email address.
  843. Logged in
  844. %s has logged in.
  845. You should set new password immediately.
  846. Change Password
  847. Logged out
  848. %s has logged out.
  849. Account Settings
  850. Logout
  851. Acabar Sessió
  852. Current Password:
  853. New Password:
  854. Repeat New Password:
  855. Password is wrong.
  856. Password Changed
  857. Your password has been changed.
  858. El teu mot de pas ha estat canviat.
  859. Forgot Password
  860. Enter email address, and recovery login ticket will be sent.
  861. Not found.
  862. The mail address is not valid anymore.
  863. An email has been sent to %s with further instructions.
  864. New Email Address:
  865. Failed to load account.
  866. An email has been sent to %s with a login ticket.
  867. Confirmation Failed
  868. Failed to confirm.
  869. Email Address Changed
  870. Email address for %1 has been changed to %2.
  871. Account Management
  872. Ban Account
  873. Enter username of the account to ban:
  874. Ban
  875. Enter username of the account to unban:
  876. Unban
  877. %s is already banned.
  878. %s has been banned.
  879. %s is not banned.
  880. %s has been unbanned.
  881. Register
  882. ################################################################################
  883. # modules/lang.pl
  884. ################################################################################
  885. Languages:
  886. Idiomes:
  887. Show!
  888. Mostrar!
  889. ################################################################################
  890. # modules/like.pl
  891. ################################################################################
  892. ====(\d+) persons? liked this====
  893. ====%d persons liked this====
  894. ====1 person liked this====
  895. I like this!
  896. ################################################################################
  897. # modules/link-all.pl
  898. ################################################################################
  899. Define
  900. Definir
  901. ################################################################################
  902. # modules/links.pl
  903. ################################################################################
  904. Full Link List
  905. Llista Completa de Enllaços
  906. ################################################################################
  907. # modules/list-banned-content.pl
  908. ################################################################################
  909. Banned Content
  910. Rule "%1" matched on this page.
  911. ################################################################################
  912. # modules/listlocked.pl
  913. ################################################################################
  914. List of locked pages
  915. ################################################################################
  916. # modules/listtags.pl
  917. ################################################################################
  918. Pages tagged with %s
  919. ################################################################################
  920. # modules/live-templates.pl
  921. ################################################################################
  922. Template without parameters
  923. Plantilla sense paràmetres
  924. The template %s is either empty or does not exist.
  925. La plantilla %s està buida o bé no existeix.
  926. ################################################################################
  927. # modules/localnames.pl
  928. ################################################################################
  929. Name:
  930. URL:
  931. Define Local Names
  932. Define external redirect:
  933. -- defined on %s
  934. -- definit en %s
  935. Local names defined on %1: %2
  936. Noms locals definits en %1: %2
  937. ################################################################################
  938. # modules/logbannedcontent.pl
  939. ################################################################################
  940. IP number matched %s
  941. ################################################################################
  942. # modules/login.pl
  943. ################################################################################
  944. Register for %s
  945. Registre per %s
  946. Please choose a username of the form "FirstLast" using your real name.
  947. Si us plau, escolleix un nom d'usuari en la forma "PrincipiFinal" usant el teu nom real.
  948. The passwords do not match.
  949. Els mots de pas no coincideixen.
  950. The password must be at least %s characters.
  951. El mot de pas ha de contenir almenys %s caràcters.
  952. That email address is invalid.
  953. La adreça de correo-i no és vàlida.
  954. The username %s has already been registered.
  955. El nom d'usuari %s ja ha estat registrat.
  956. Your registration for %s has been submitted.
  957. El teu registre per %s ha estat enviat.
  958. Please allow time for the webmaster to approve your request.
  959. Si us plau, dona temps per a que el webmaster aprovi la teva sol·licitud.
  960. An email has been sent to "%s" with further instructions.
  961. S'ha enviat un correo-i a "%s" amb instruccions addicionals.
  962. There was an error saving your registration.
  963. Ha hagut un error guardando el teu registre.
  964. An account was created for %s.
  965. S'ha creat un compte per %s.
  966. Login to %s
  967. Iniciar Sessió a %s
  968. Username and/or password are incorrect.
  969. Nom d'usuari i/o mot de pas incorrectes.
  970. Logged in as %s.
  971. Sessió iniciada com %s
  972. Logout of %s
  973. Fi de Sessió de %s
  974. Logout of %s?
  975. Acabar sessió de %s?
  976. Logged out of %s
  977. Sessió acabada per %s
  978. You are now logged out.
  979. Ara has acabat la Sessió.
  980. Register a new account
  981. Registrar un nou compte
  982. Who am I?
  983. ¿Qui sóc?
  984. Change your password
  985. Canviar el teu mot de pas
  986. Approve pending registrations
  987. registres d'aprovació pendents
  988. Confirm Registration for %s
  989. Confirmar Registre per %s
  990. %s, your registration has been approved. You can now use your password to login and edit this wiki.
  991. %s, el teu registre ha estat aprovat. Ara pots usar el teu mot de pas per iniciar Sessió i editar aquest wiki.
  992. Confirmation failed. Please email %s for help.
  993. Confirmació fallida. Si us plau, envía un correo-i a %s per demanar ajuda.
  994. Who Am I?
  995. ¿Qui sóc jo?
  996. You are logged in as %s.
  997. Has iniciat Sessió com %s.
  998. You are not logged in.
  999. No has iniciat Sessió.
  1000. Reset Password
  1001. Restaurar mot de pas
  1002. The password for %s was reset. It has been emailed to the address on file.
  1003. El mot de pas per %s fou restaurat. S'ha enviat un correo-i a la adreça del arxiu.
  1004. There was an error resetting the password for %s.
  1005. Ha hagut un error restaurant el mot de pas per %s.
  1006. The username "%s" does not exist.
  1007. El nom d'usuari "%s" no existeix.
  1008. Reset Password for %s
  1009. Restaurar mot de pas per %s
  1010. Reset Password?
  1011. ¿Restaurar mot de pas?
  1012. Change Password for %s
  1013. Canviar mot de pas per %s
  1014. Change Password?
  1015. Canviar Mot de pas?
  1016. Your current password is incorrect.
  1017. El teu mot de pas actual és incorrecte.
  1018. Approve Pending Registrations for %s
  1019. Aprovats els registres pendents per %s
  1020. %s has been approved.
  1021. %s ha estat aprovat.
  1022. There was an error approving %s.
  1023. Ha hagut un error aprovant %s.
  1024. There are no pending registrations.
  1025. No existen registres pendents.
  1026. ################################################################################
  1027. # modules/mail.pl
  1028. ################################################################################
  1029. Invalid Mail %s: not saved.
  1030. unsubscribe
  1031. subscribe
  1032. %s appears to be an invalid mail address
  1033. Your mail subscriptions
  1034. All mail subscriptions
  1035. Subscriptions
  1036. Email:
  1037. Show
  1038. Subscriptions for %s:
  1039. Unsubscribe
  1040. There are no subscriptions for %s.
  1041. Change email address
  1042. Mail addresses are linked to unsubscription links.
  1043. Subscribe to %s.
  1044. Subscribe
  1045. Subscribed %s to the following pages:
  1046. The remaining pages do not exist.
  1047. Unsubscribed %s from the following pages:
  1048. Migrating Subscriptions
  1049. No non-migrated email addresses found, migration not necessary.
  1050. Migrated %s rows.
  1051. ################################################################################
  1052. # modules/markdown-converter.pl
  1053. ################################################################################
  1054. Help convert %s to Markdown
  1055. List all non-Markdown pages
  1056. Converting %s
  1057. Candidates for Conversion to Markdown
  1058. ################################################################################
  1059. # modules/module-bisect.pl
  1060. ################################################################################
  1061. Bisect modules
  1062. Module Bisect
  1063. All modules enabled now!
  1064. Go back
  1065. Test / Always enabled / Always disabled
  1066. Start
  1067. Bisecting proccess is already active.
  1068. Stop
  1069. It seems like module %s is causing your problem.
  1070. Please note that this module does not handle situations when your problem is caused by a combination of specific modules (which is rare anyway).
  1071. Good luck fixing your problem! ;)
  1072. Module count (only testable modules):
  1073. Current module statuses:
  1074. Good
  1075. Bad
  1076. Enabling %s
  1077. ################################################################################
  1078. # modules/module-updater.pl
  1079. ################################################################################
  1080. Update modules
  1081. Module Updater
  1082. Looks good. Update modules now!
  1083. ################################################################################
  1084. # modules/multi-url-spam-block.pl
  1085. ################################################################################
  1086. You linked more than %s times to the same domain. It would seem that only a spammer would do this. Your edit is refused.
  1087. ################################################################################
  1088. # modules/namespaces.pl
  1089. ################################################################################
  1090. %s is not a legal name for a namespace
  1091. %s no és un nom admisible per un nom de espai
  1092. Namespaces
  1093. ################################################################################
  1094. # modules/near-links.pl
  1095. ################################################################################
  1096. Getting page index file for %s.
  1097. Obtenint arxiu índex de pàgina per %s.
  1098. Near links:
  1099. Nearlinks:
  1100. Search sites on the %s as well
  1101. Cercar llocs en %s també
  1102. Fetching results from %s:
  1103. Recopilant resultats des de %s:
  1104. Near pages:
  1105. Pàgines properes:
  1106. Include near pages
  1107. Incloure pàgines properes
  1108. EditNearLinks
  1109. EditarEnllaçosPropers
  1110. The same page on other sites:
  1111. La mateixa pàgina en altres llocs:
  1112. ################################################################################
  1113. # modules/nearlink-create.pl
  1114. ################################################################################
  1115. (create locally)
  1116. (crear localment)
  1117. ################################################################################
  1118. # modules/no-question-mark.pl
  1119. ################################################################################
  1120. image
  1121. imatge
  1122. download
  1123. descarregar
  1124. ################################################################################
  1125. # modules/nosearch.pl
  1126. ################################################################################
  1127. Backlinks
  1128. ################################################################################
  1129. # modules/not-found-handler.pl
  1130. ################################################################################
  1131. Clearing Cache
  1132. Netejant Cache
  1133. Done.
  1134. Fet.
  1135. Generating Link Database
  1136. Generant base de dades d'enllaços
  1137. The 404 handler extension requires the link data extension (links.pl).
  1138. La extensió del manegador 404 requereix la extensió de enllaç de dades (links.pl).
  1139. ################################################################################
  1140. # modules/offline.pl
  1141. ################################################################################
  1142. Make available offline
  1143. Offline
  1144. You are currently offline and what you requested is not part of the offline application. You need to be online to do this.
  1145. ################################################################################
  1146. # modules/olocalmap.pl
  1147. ################################################################################
  1148. LocalMap
  1149. LocalMap
  1150. No page id for action localmap
  1151. Sense id de pàgina per la acció localmap
  1152. Requested page %s does not exist
  1153. pàgina sol·licitada %s no existeix
  1154. Local Map for %s
  1155. LocalMap per %s
  1156. view
  1157. veure
  1158. ################################################################################
  1159. # modules/open-proxy.pl
  1160. ################################################################################
  1161. Self-ban by %s
  1162. Baneig pròpi per %s
  1163. You have banned your own IP.
  1164. Has banejat la teva pròpia IP.
  1165. ################################################################################
  1166. # modules/orphans.pl
  1167. ################################################################################
  1168. Orphan List
  1169. Llistat de òrfanes
  1170. ################################################################################
  1171. # modules/page-trail.pl
  1172. ################################################################################
  1173. Trail:
  1174. ################################################################################
  1175. # modules/page-type.pl
  1176. ################################################################################
  1177. None
  1178. Cap
  1179. Type
  1180. Tipus
  1181. ################################################################################
  1182. # modules/paragraph-link.pl
  1183. ################################################################################
  1184. Permalink to "%s"
  1185. Enllaç permanent a "%s"
  1186. anchor first defined here: %s
  1187. primera ancora definida aquí: %s
  1188. the page %s also exists
  1189. la pàgina %s també existeix
  1190. ################################################################################
  1191. # modules/permanent-anchors.pl
  1192. ################################################################################
  1193. Click to search for references to this permanent anchor
  1194. Clic per cercar referer a aquest ancora permanent
  1195. Include permanent anchors
  1196. Incloure ancores permanents
  1197. ################################################################################
  1198. # modules/portrait-support.pl
  1199. ################################################################################
  1200. Portrait
  1201. Foto personal
  1202. ################################################################################
  1203. # modules/preview.pl
  1204. ################################################################################
  1205. Pages with changed HTML
  1206. Preview changes in HTML output
  1207. ################################################################################
  1208. # modules/private-pages.pl
  1209. ################################################################################
  1210. This page is password protected. If you know the password, you can %s. Once you have done that, return and reload this page.
  1211. supply the password now
  1212. ################################################################################
  1213. # modules/private-wiki.pl
  1214. ################################################################################
  1215. This error should not happen. If your password is set correctly and you are still seeing this message, then it is a bug, please report it. If you are just a stranger and trying to get unsolicited access, then keep in mind that all of the data is encrypted with AES-256 and the key is not stored on the server, good luck.
  1216. Attempt to read encrypted data without a password.
  1217. Cannot refresh index.
  1218. ################################################################################
  1219. # modules/publish.pl
  1220. ################################################################################
  1221. Publish %s
  1222. Publicar %s
  1223. No target wiki was specified in the config file.
  1224. No s'ha especificat un wiki destí en el fitxer de configuració.
  1225. The target wiki was misconfigured.
  1226. El destí de wiki està desconfigurat.
  1227. ################################################################################
  1228. # modules/put.pl
  1229. ################################################################################
  1230. Upload is limited to %s bytes
  1231. ################################################################################
  1232. # modules/questionasker.pl
  1233. ################################################################################
  1234. To save this page you must answer this question:
  1235. Per guardar aquesta pàgina has de respondre a aquesta qüestió:
  1236. ################################################################################
  1237. # modules/recaptcha.pl
  1238. ################################################################################
  1239. Please type the following two words:
  1240. Please answer this captcha:
  1241. ################################################################################
  1242. # modules/referrer-rss.pl
  1243. ################################################################################
  1244. Referrers
  1245. Referrers
  1246. ################################################################################
  1247. # modules/referrer-tracking.pl
  1248. ################################################################################
  1249. All Referrers
  1250. Tots els Referrers
  1251. ################################################################################
  1252. # modules/search-list.pl
  1253. ################################################################################
  1254. Page list for %s
  1255. ################################################################################
  1256. # modules/small.pl
  1257. ################################################################################
  1258. Index of all small pages
  1259. Índex de totes les pàgines breus
  1260. ################################################################################
  1261. # modules/sort.pl
  1262. ################################################################################
  1263. Sort alphabetically
  1264. Sorted alphabetically
  1265. Sorted by last update first
  1266. Sort by last update
  1267. Sorted by creation date
  1268. Sort by creation date
  1269. ################################################################################
  1270. # modules/static-copy.pl
  1271. ################################################################################
  1272. Static Copy
  1273. Copia estàtica
  1274. Back to %s
  1275. Tornar a %s
  1276. ################################################################################
  1277. # modules/static-hybrid.pl
  1278. ################################################################################
  1279. Editing not allowed for %s.
  1280. No es permet editar %s.
  1281. ################################################################################
  1282. # modules/svg-edit.pl
  1283. ################################################################################
  1284. Edit image in the browser
  1285. Summary of your changes:
  1286. ################################################################################
  1287. # modules/sync.pl
  1288. ################################################################################
  1289. Copy to %1 succeeded: %2.
  1290. Copiar a %1 aconseguit: %2.
  1291. Copy to %1 failed: %2.
  1292. Copiar a %1 fallat: %2.
  1293. ################################################################################
  1294. # modules/tags.pl
  1295. ################################################################################
  1296. Tag
  1297. Etiqueta
  1298. Feed for this tag
  1299. Tag Cloud
  1300. Núvol de Etiquetes
  1301. Rebuilding index not done.
  1302. Reconstruir índex no està fet.
  1303. (Rebuilding the index can only be done once every 12 hours.)
  1304. (Reconstruir l'índex només pot ser fet un cop cada 12 hores.)
  1305. Rebuild tag index
  1306. list tags
  1307. tag cloud
  1308. ################################################################################
  1309. # modules/templates.pl
  1310. ################################################################################
  1311. Alternatively, use one of the following templates:
  1312. O bé, utilitza una de les següents plantillas:
  1313. ################################################################################
  1314. # modules/throttle.pl
  1315. ################################################################################
  1316. Too many instances. Only %s allowed.
  1317. Masses instàncies. Només %s permeses
  1318. Please try again later. Perhaps somebody is running maintenance or doing a long search. Unfortunately the site has limited resources, and so we must ask you for a bit of patience.
  1319. Si us plau, intenta-ho de nou més tard. Potser algú està executant un manteniment o realitzant una cerca extensa. Malhauradament, aquest lloc té recursos limitats, així que hem de demanarte una mica de paciència.
  1320. ################################################################################
  1321. # modules/thumbs.pl
  1322. ################################################################################
  1323. thumb
  1324. Error creating thumbnail from nonexisting page %s.
  1325. Can not create thumbnail for file type %s.
  1326. Can not create thumbnail for a text document
  1327. Can not create path for thumbnail - %s
  1328. Could not open %s for writing whilst trying to save image before creating thumbnail. Check write permissions.
  1329. Failed to run %1 to create thumbnail: %2
  1330. %s ran into an error
  1331. %s produced no output
  1332. Failed to parse %s.
  1333. ################################################################################
  1334. # modules/timezone.pl
  1335. ################################################################################
  1336. Timezone
  1337. Pick your timezone:
  1338. Set
  1339. ################################################################################
  1340. # modules/toc-headers.pl
  1341. ################################################################################
  1342. Contents
  1343. Continguts
  1344. ################################################################################
  1345. # modules/today.pl
  1346. ################################################################################
  1347. Create a new page for today
  1348. Crear una pàgina nova per avui
  1349. ################################################################################
  1350. # modules/translation-links.pl
  1351. ################################################################################
  1352. Add Translation
  1353. Added translation: %1 (%2)
  1354. Translate %s
  1355. Thank you for writing a translation of %s.
  1356. Please indicate what language you will be using.
  1357. Language is missing
  1358. Suggested languages:
  1359. Please indicate a page name for the translation of %s.
  1360. More help may be available here: %s.
  1361. Translated page:
  1362. Please provide a different page name for the translation.
  1363. ################################################################################
  1364. # modules/translations.pl
  1365. ################################################################################
  1366. This page is a translation of %s.
  1367. The translation is up to date.
  1368. La traducció està actualitzada.
  1369. The translation is outdated.
  1370. La traducció està desfasada.
  1371. The page does not exist.
  1372. La pàgina no existeix.
  1373. ################################################################################
  1374. # modules/upgrade.pl
  1375. ################################################################################
  1376. Upgrading Database
  1377. Did the previous upgrade end with an error? A lock was left behind.
  1378. Unlock wiki
  1379. Upgrade complete.
  1380. Upgrade complete. Please remove $ModuleDir/upgade.pl, now.
  1381. ################################################################################
  1382. # modules/usemod.pl
  1383. ################################################################################
  1384. http://search.barnesandnoble.com/booksearch/isbninquiry.asp?ISBN=%s
  1385. http://www.amazon.com/exec/obidos/ISBN=%s
  1386. alternate
  1387. alternatiu
  1388. http://www.pricescan.com/books/BookDetail.asp?isbn=%s
  1389. search
  1390. cercar
  1391. ################################################################################
  1392. # modules/wanted.pl
  1393. ################################################################################
  1394. Wanted Pages
  1395. Pàgines desitjades
  1396. %s pages
  1397. % pàgines
  1398. %s, referenced from:
  1399. %s, referenciada des de:
  1400. ################################################################################
  1401. # modules/webapp.pl
  1402. ################################################################################
  1403. Web application for offline browsing
  1404. ################################################################################
  1405. # modules/webdav.pl
  1406. ################################################################################
  1407. Upload of %s file
  1408. ################################################################################
  1409. # modules/weblog-1.pl
  1410. ################################################################################
  1411. Blog
  1412. Blog
  1413. ################################################################################
  1414. # modules/weblog-3.pl
  1415. ################################################################################
  1416. Matching pages:
  1417. Pàgines trobades:
  1418. New
  1419. Nou
  1420. Edit %s.
  1421. Editar %s.
  1422. ################################################################################
  1423. # modules/weblog-4.pl
  1424. ################################################################################
  1425. Tags:
  1426. #
  1427. END_OF_TRANSLATION