By Passero on
I installed the audio and playlist module on 2 different sites, with 2 different servers. Both sites are reacting very slow when i enabled the audio and playlist module. I get to wait over 20seconds before a paga appears. Even if the page has nothing to do with audio... Is that a bug in the module or is it "normal"? I really don't like it because i have to turn off the module...
Comments
More info needed
Please install the devel module and turn on the query log. It would help to see if there are queries that are slowing things down. Another possibility is that there are PHP errors that aren't being reported. Please check your PHP and Apache logs for errors and report them here.
- Robert Douglass
-----
Lullabot | My Drupal book | My Digg stories
More info
Hi Robert, I have the same problem so
I have checked the Apache logs and are clean.
I ve installed devel module and i see a lot of queries for translate (I have two languages in localization module) that take a lot of time.
If I a have only English language installled, playlist works fine, but with spanish language drupal goes very slow.
tags.' AND t.locale = 'es'
36.3 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Lubumbashi' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Hovd' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Port_Moresby' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/West' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Helsinki' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Riga' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Week view' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Singapore' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Beirut' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+6' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Translated' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Canada/Saskatchewan' AND t.locale = 'es'
36.29 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Amman' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Gaza' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Kiritimati' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Norfolk' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Canada/Atlantic' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Rarotonga' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Thule' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Apia' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Wake' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Tarawa' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = '%title: %required' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Mbabane' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/French Polynesia-Marquesas Islands' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Mogadishu' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'English name' AND t.locale = 'es'
36.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Lusaka' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Month view' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Brazil/DeNoronha' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Perth' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+5' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Irkutsk' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Windhoek' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Kwajalein' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Victoria' AND t.locale = 'es'
36.27 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Porto-Novo' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Kuala_Lumpur' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Maseru' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Anchorage' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Ashgabat' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Malabo' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Tijuana' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Kampala' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-8' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'devel' AND t.locale = 'es'
36.26 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Indiana/Knox' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Asmera' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Gibraltar' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Copenhagen' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Magadan' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Pago_Pago' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Nairobi' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Canada/Central' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Yancowinna' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/South_Georgia' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Table view' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Ulaanbaatar' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Kosrae' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Samoa' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Cairo' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Phoenix' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Save configuration' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Events' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Blantyre' AND t.locale = 'es'
36.25 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Brunei' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+9' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Luanda' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Thimphu' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Kinshasa' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Ashkhabad' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Zagreb' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+1' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Pitcairn' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Antarctica/DumontDUrville' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Montreal' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Krasnoyarsk' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Honolulu' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Hobart' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Iqaluit' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Martinique' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Niue' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'content' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Curacao' AND t.locale = 'es'
36.24 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-11' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Nauru' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'GB' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Indiana-Starke' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Michigan' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Libreville' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Tripoli' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Bangui' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Antananarivo' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Portugal' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Belgrade' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Vancouver' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Tortola' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Whitehorse' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Default' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Thunder_Bay' AND t.locale = 'es'
36.23 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Jamaica' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Yakutsk' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Ujung_Pandang' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Kabul' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Brazil/Acre' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Saipan' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Brazzaville' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Uzhgorod' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Ceuta' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Jujuy' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Indianapolis' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Monaco' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Tahiti' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Vienna' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Canada/East-Saskatchewan' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Kuching' AND t.locale = 'es'
36.22 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Maputo' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Canberra' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+7' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'right sidebar' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'left sidebar' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Amsterdam' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Paris' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Prague' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Calcutta' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Winnipeg' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Ulan_Bator' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Urumqi' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Kamchatka' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Costa_Rica' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Yellowknife' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Aruba' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Riyadh89' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Hawaii' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Ndjamena' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Baghdad' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Guam' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Dacca' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Cordoba' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Maceio' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Kentucky/Monticello' AND t.locale = 'es'
36.21 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Lagos' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Antarctica/Syowa' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Detroit' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-12' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Eastern' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Chile/EasterIsland' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'List view' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Chile/Continental' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Home' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Singapore' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Asuncion' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Juneau' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Bujumbura' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/San_Marino' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Swift_Current' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Antarctica/Mawson' AND t.locale = 'es'
36.2 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Inuvik' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Knox_IN' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/ACT' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Panama' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Almaty' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Andorra' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Kentucky/Louisville' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Malta' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Chagos' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Tokyo' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = '1 user' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Vatican' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Guadalcanal' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Sat' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = '%count guests' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Samoa' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Rome' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Latest videos' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Seoul' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Luxembourg' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Pyongyang' AND t.locale = 'es'
36.19 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Menominee' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Mountain' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Hongkong' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Araguaina' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Sarajevo' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Minsk' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Khartoum' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+14' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'View user profile.' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Merida' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Noumea' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Brazil/West' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Lord_Howe' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Montserrat' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Palau' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Anadyr' AND t.locale = 'es'
36.18 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+13' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'header' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Mideast/Riyadh87' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Iran' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Gambier' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Faeroe' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'There are currently %members and %visitors online.' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Marquesas' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Riyadh' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Madrid' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+12' AND t.locale = 'es'
36.17 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Miquelon' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Antigua' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Edmonton' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Dublin' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Anguilla' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-7' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Port-au-Prince' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'footer' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Mendoza' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Fri' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Bahrain' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Yekaterinburg' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Samarkand' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Kaliningrad' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Cuiaba' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Pacific' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Kiev' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Chungking' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Karachi' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Kuwait' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Canada/Eastern' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Baku' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Pacific/Ponape' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Denver' AND t.locale = 'es'
36.16 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Bishkek' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Djibouti' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Warsaw' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Darwin' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Yerevan' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Athens' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Brussels' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Bucharest' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Belfast' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Tbilisi' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Dominica' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Vladivostok' AND t.locale = 'es'
36.15 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-9' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Christmas' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Qatar' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-5' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Rangoon' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT+11' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Riyadh88' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Yakutat' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Simferopol' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Moscow' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Dawson' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Berlin' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Wed' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Operations' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Vaduz' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Riyadh87' AND t.locale = 'es'
36.14 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Tashkent' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Chisinau' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-6' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Budapest' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Nicosia' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Montevideo' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Dawson_Creek' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Africa/Tunis' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Vilnius' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Tehran' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/North' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-3' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Israel' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Monterrey' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Mexico_City' AND t.locale = 'es'
36.13 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Vientiane' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Antarctica/Casey' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Cocos' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Thu' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Maldives' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Jamaica' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Novosibirsk' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Mexico/BajaNorte' AND t.locale = 'es'
36.12 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Istanbul' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Saigon' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Phnom_Penh' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Madeira' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Adelaide' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Libya' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-2' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Etc/GMT-4' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Japan' AND t.locale = 'es'
36.11 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Bratislava' AND t.locale = 'es'
36.1 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Kerguelen' AND t.locale = 'es'
36.1 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'America/Virgin' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Jan_Mayen' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Who\'s online' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'November' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Stockholm' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'US/Arizona' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Mayotte' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Mahe' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Shanghai' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Taipei' AND t.locale = 'es'
36.09 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Australia/Brisbane' AND t.locale = 'es'
36.08 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Sofia' AND t.locale = 'es'
36.08 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Bermuda' AND t.locale = 'es'
36.08 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Tirane' AND t.locale = 'es'
36.08 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Sun' AND t.locale = 'es'
36.08 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Azores' AND t.locale = 'es'
36.07 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Mexico/General' AND t.locale = 'es'
36.07 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Mon' AND t.locale = 'es'
36.07 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Online users' AND t.locale = 'es'
36.07 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Mexico/BajaSur' AND t.locale = 'es'
36.06 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Antarctica/Vostok' AND t.locale = 'es'
36.06 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Cape_Verde' AND t.locale = 'es'
36.06 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Kwajalein' AND t.locale = 'es'
36.06 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Tallinn' AND t.locale = 'es'
36.06 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Europe/Skopje' AND t.locale = 'es'
36.05 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Reunion' AND t.locale = 'es'
36.04 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Comoro' AND t.locale = 'es'
36.03 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Indian/Mauritius' AND t.locale = 'es'
36.03 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Atlantic/Canary' AND t.locale = 'es'
36.03 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Asia/Omsk' AND t.locale = 'es'
36.02 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'Tue' AND t.locale = 'es'
6.51 0 cache_set UPDATE cache SET data = 'a:2672:{s:3:\"php\";s:3:\"php\";s:6:\"legacy\";s:8:\"herencia\";s:16:\"This Drupal site\";s:17:\"Este sitio Drupal\";s:4:\"view\";s:3:\"ver\";s:8:\"security\";s:9:\"seguridad\";s:40:\"Illegal choice %choice in %name element.\";s:44:\"Opción ilegal %choice en el elemento %name.\";s:4:\"form\";s:10:\"formulario\";s:18:\"Save configuration\";s:25:\"Guardar la configuración\";s:6:\"delete\";s:8:\"eliminar\";s:7:\"Enabled\";s:8:\"Activado\";s:7:\"Default\";s:11:\"Predefinido\";s:10:\"Operations\";s:11:\"Operaciones\";s:6:\"Search\";s:6:\"Buscar\";s:8:\"Language\";s:6:\"Idioma\";s:4:\"edit\";s:6:\"editar\";s:6:\"locale\";s:6:\"locale\";s:4:\"Home\";s:9:\"Principal\";s:10:\"Navigation\";s:11:\"Navegación\";s:19:\"Go to previous page\";s:24:\"Ir a la página anterior\";s:15:\"Go to next page\";s:25:\"Ir a la página siguiente\";s:3:\"new\";s:5:\"nuevo\";s:18:\"View user profile.\";s:25:\"Ver el perfil de usuario.\";s:12:\"add category\";s:18:\"añadir categoría\";s:4:\"list\";s:5:\"lista\";s:10:\"categories\";s:11:\"categorías\";s:9:\"configure\";s:10:\"configurar\";s:4:\"none\";s:7:\"ninguno\";s:17:\"Allowed HTML tags\";s:25:\"Etiquetas HTML permitidas\";s:4:\"more\";s:4:\"más\";s:5:\"Title\";s:7:\"Título\";s:11:\"Description\";s:12:\"Descripción\";s:6:\"Submit\";s:6:\"Enviar\";s:6:\"Delete\";s:8:\"Eliminar\";s:3:\"URL\";s:3:\"URL\";s:9:\"%time ago\";s:10:\"hace %time\";s:5:\"never\";s:5:\"nunca\";s:9:\"read more\";s:9:\"leer más\";s:6:\"Drupal\";s:6:\"Drupal\";s:10:\"Categories\";s:11:\"Categorías\";s:6:\"Sunday\";s:7:\"Domingo\";s:6:\"Monday\";s:5:\"Lunes\";s:7:\"Tuesday\";s:6:\"Martes\";s:9:\"Wednesday\";s:10:\"Miércoles\";s:8:\"Thursday\";s:6:\"Jueves\";s:6:\"Friday\";s:7:\"Viernes\";s:8:\"Saturday\";s:7:\"Sábado\";s:7:\"January\";s:5:\"Enero\";s:8:\"February\";s:7:\"Febrero\";s:5:\"March\";s:5:\"Marzo\";s:5:\"April\";s:5:\"Abril\";s:3:\"May\";s:4:\"Mayo\";s:4:\"June\";s:5:\"Junio\";s:4:\"July\";s:5:\"Julio\";s:6:\"August\";s:6:\"Agosto\";s:9:\"September\";s:10:\"Septiembre\";s:7:\"October\";s:7:\"Octubre\";s:8:\"November\";s:9:\"Noviembre\";s:8:\"December\";s:9:\"Diciembre\";s:8:\"Disabled\";s:11:\"Desactivado\";s:6:\"Weight\";s:4:\"Peso\";s:8:\"Throttle\";s:11:\"Regulación\";s:6:\"Cancel\";s:8:\"Cancelar\";s:7:\"History\";s:9:\"Historial\";s:4:\"Body\";s:6:\"Cuerpo\";s:4:\"blog\";s:9:\"bitácora\";s:7:\"content\";s:9:\"contenido\";s:6:\"Parent\";s:5:\"Padre\";s:11:\"Log message\";s:19:\"Mensaje de registro\";s:4:\"‹ \";s:4:\"‹ \";s:4:\" ›\";s:4:\" ›\";s:22:\"%type: updated %title.\";s:26:\"%type: actualizado %title.\";s:8:\"settings\";s:8:\"opciones\";s:8:\"Optional\";s:8:\"Opcional\";s:8:\"Required\";s:9:\"Requerido\";s:14:\"Update options\";s:26:\"Opciones de actualización\";s:6:\"Update\";s:10:\"Actualizar\";s:7:\"Subject\";s:6:\"Asunto\";s:6:\"Author\";s:5:\"Autor\";s:4:\"Time\";s:4:\"Hora\";s:30:\"The update has been performed.\";s:34:\"Se ha realizado la actualización.\";s:29:\"This action cannot be undone.\";s:34:\"Esta acción no se puede deshacer.\";s:33:\"You have to specify a valid date.\";s:35:\"Debe especificar una fecha válida.\";s:11:\"Authored by\";s:10:\"Creado por\";s:6:\"E-mail\";s:8:\"Correo-e\";s:73:\"The content of this field is kept private and will not be shown publicly.\";s:82:\"El contenido de este campo se mantiene como privado y no se muestra públicamente.\";s:11:\"Authored on\";s:9:\"Creado el\";s:6:\"Status\";s:6:\"Estado\";s:9:\"Published\";s:9:\"Publicado\";s:9:\"Your name\";s:9:\"Su nombre\";s:19:\"Date - newest first\";s:33:\"Fecha: primero los más recientes\";s:19:\"Date - oldest first\";s:32:\"Fecha: primero los más antiguos\";s:9:\"1 comment\";s:12:\"1 comentario\";s:15:\"%count comments\";s:18:\"%count comentarios\";s:3:\"Yes\";s:3:\"Sí\";s:2:\"No\";s:2:\"No\";s:8:\"Category\";s:10:\"Categoría\";s:8:\"Selected\";s:12:\"Seleccionado\";s:26:\"You must enter a category.\";s:28:\"Debe indicar una categoría.\";s:17:\"Reset to defaults\";s:38:\"Restaurar con los valores predefinidos\";s:7:\"Message\";s:7:\"Mensaje\";s:4:\"Name\";s:6:\"Nombre\";s:5:\"Roles\";s:5:\"Roles\";s:4:\"root\";s:5:\"raíz\";s:7:\"Replies\";s:10:\"Respuestas\";s:9:\"Last post\";s:14:\"Último envío\";s:5:\"1 new\";s:7:\"1 nuevo\";s:10:\"%count new\";s:13:\"%count nuevos\";s:4:\"help\";s:5:\"ayuda\";s:8:\"taxonomy\";s:10:\"taxonomía\";s:7:\"Preview\";s:12:\"Vista previa\";s:5:\"Reset\";s:9:\"Reiniciar\";s:6:\"locked\";s:9:\"bloqueado\";s:9:\"Unlimited\";s:9:\"Ilimitado\";s:6:\"search\";s:6:\"buscar\";s:6:\"Filter\";s:7:\"Filtrar\";s:4:\"Type\";s:4:\"Tipo\";s:6:\"Active\";s:6:\"Activo\";s:7:\"results\";s:10:\"resultados\";s:7:\"details\";s:8:\"detalles\";s:5:\"track\";s:11:\"seguimiento\";s:8:\"Referrer\";s:9:\"Referente\";s:4:\"Date\";s:5:\"Fecha\";s:4:\"User\";s:7:\"Usuario\";s:8:\"Hostname\";s:21:\"Nombre de la máquina\";s:13:\"file download\";s:19:\"descarga de archivo\";s:16:\"General settings\";s:18:\"Opciones generales\";s:14:\"E-mail address\";s:22:\"Dirección de correo-e\";s:6:\"1 user\";s:9:\"1 usuario\";s:12:\"%count users\";s:15:\"%count usuarios\";s:5:\"error\";s:5:\"error\";s:12:\"left sidebar\";s:17:\"lateral izquierdo\";s:13:\"right sidebar\";s:15:\"lateral derecho\";s:31:\"Last cron run did not complete.\";s:46:\"No se completó la última ejecución de cron.\";s:18:\"Cron run completed\";s:34:\"Se completó la ejecución de cron\";s:4:\"cron\";s:4:\"cron\";s:24:\"%name field is required.\";s:28:\"El campo %name es necesario.\";s:37:\"The specified passwords do not match.\";s:46:\"Las contraseñas que ha indicado no coinciden.\";s:27:\"Password field is required.\";s:34:\"El campo contraseña es necesario.\";s:30:\"The specified date is invalid.\";s:32:\"La fecha indicada no es válida.\";s:20:\"Built-in GD2 toolkit\";s:25:\"Herramientas GD2 internas\";s:59:\"The built-in GD2 toolkit is installed and working properly.\";s:78:\"El juego de herramientas GD2 interno está instalado y funciona correctamente.\";s:18:\"edit primary links\";s:24:\"editar enlaces primarios\";s:27:\"Operating in off-line mode.\";s:33:\"Funcionando en modo desconectado.\";s:8:\"« first\";s:10:\"« primera\";s:12:\"‹ previous\";s:12:\"‹ anterior\";s:8:\"next ›\";s:13:\"siguiente ›\";s:7:\"last »\";s:10:\"última »\";s:16:\"Go to first page\";s:23:\"Ir a la primera página\";s:15:\"Go to last page\";s:23:\"Ir a la última página\";s:18:\"Go to page %number\";s:23:\"Ir a la página %number\";s:10:\"sort by %s\";s:14:\"ordenar por %s\";s:28:\"Parse error. Not well formed\";s:40:\"Error al analizar. No está bien formado\";s:28:\"parse error. not well formed\";s:40:\"error al analizar, no está bien formado\";s:49:\"Recursive calls to system.multicall are forbidden\";s:61:\"Están prohibidas las llamadas recursivas a system.multicall.\";s:57:\"server error. requested method %methodname not specified.\";s:72:\"Error del servidor. No se especificó el método solicitado %methodname.\";s:47:\"server error. wrong number of method parameters\";s:68:\"Error del servidor. Número incorrecto de parámetros en el método.\";s:39:\"server error. invalid method parameters\";s:58:\"Error del servidor. Parámetros no válidos en el método.\";s:58:\"server error. requested method %methodname does not exist.\";s:64:\"Error del servidor. No existe el método solicitado %methodname.\";s:56:\"server error. requested function %method does not exist.\";s:61:\"Error del servidor. No existe la función solicitada %method.\";s:67:\"server error. requested method %methodname signature not specified.\";s:82:\"Error del servidor. No se especificó la firma del método solicitado %methodname.\";s:39:\"You can not administer the help system.\";s:41:\"No puede administrar el sistema de ayuda.\";s:35:\"Manages the display of online help.\";s:49:\"Gestiona la visualización de la ayuda en línea.\";s:40:\"No help is available for module %module.\";s:48:\"No hay ayuda disponible para el módulo %module.\";s:42:\"Legacy module has no configurable options.\";s:52:\"El módulo herencia no tiene opciones configurables.\";s:70:\"Provides legacy handlers for upgrades from older Drupal installations.\";s:97:\"Proporciona gestores de herencia para las actualizaciones desde instalaciones antiguas de Drupal.\";s:13:\"Legacy filter\";s:18:\"Filtro de herencia\";s:67:\"Replaces URLs from Drupal 4.1 (and lower) with updated equivalents.\";s:78:\"Reemplaza URLs de Drupal 4.1 (y anteriores) con sus equivalentes actualizados.\";s:51:\"Alerts other sites when your site has been updated.\";s:50:\"Alerta a otros sitios cuando se actualiza el suyo.\";s:39:\"Failed to notify pingomatic.com (site).\";s:44:\"Fallo al notificar a pingomatic.com (sitio).\";s:14:\"directory ping\";s:18:\"ping al directorio\";s:4:\"ping\";s:4:\"ping\";s:60:\"Allows users to submit stories, articles or similar content.\";s:72:\"Permite a los usuarios enviar artículos, historias o contenido similar.\";s:5:\"story\";s:9:\"artículo\";s:14:\"create stories\";s:16:\"crear artículos\";s:16:\"edit own stories\";s:29:\"editar los artículos propios\";s:19:\"By %author at %date\";s:20:\"Por %author el %date\";s:9:\"chameleon\";s:9:\"camaleón\";s:6:\"header\";s:10:\"encabezado\";s:6:\"footer\";s:3:\"pie\";s:22:\"Submitted by %a on %b.\";s:21:\"Enviado por %a el %b.\";s:15:\"Skip navigation\";s:18:\"Evitar navegación\";s:57:\"Aggregates syndicated content (RSS, RDF, and Atom feeds).\";s:60:\"Agrega el contenido distribuido (orígenes RSS, RDF y Atom).\";s:10:\"aggregator\";s:9:\"agregador\";s:8:\"add feed\";s:14:\"añadir origen\";s:12:\"remove items\";s:18:\"eliminar elementos\";s:12:\"update items\";s:20:\"actualizar elementos\";s:15:\"news aggregator\";s:21:\"agregador de noticias\";s:7:\"sources\";s:7:\"fuentes\";s:8:\"RSS feed\";s:10:\"Origen RSS\";s:9:\"OPML feed\";s:11:\"Origen OPML\";s:10:\"categorize\";s:11:\"categorizar\";s:9:\"edit feed\";s:13:\"editar origen\";s:13:\"edit category\";s:17:\"editar categoría\";s:43:\"Items shown in sources and categories pages\";s:69:\"Elementos que se muestran en las páginas de fuentes y de categorías\";s:29:\"Discard news items older than\";s:31:\"Descartar noticias anteriores a\";s:68:\"Older news items will be automatically discarded. Requires crontab.\";s:76:\"Las noticias anteriores se descartarán automáticamente. Necesita crontab.\";s:23:\"Category selection type\";s:32:\"Tipo de selección de categoría\";s:10:\"checkboxes\";s:25:\"casillas de verificación\";s:17:\"multiple selector\";s:18:\"selector múltiple\";s:28:\"%title category latest items\";s:42:\"últimos elementos de la categoría %title\";s:24:\"%title feed latest items\";s:36:\"últimos elementos del origen %title\";s:29:\"Number of news items in block\";s:32:\"Número de noticias en el bloque\";s:29:\"View this feed\'s recent news.\";s:47:\"Ver las noticias más recientes de este origen.\";s:33:\"View this category\'s recent news.\";s:46:\"Ver las noticias recientes de esta categoría.\";s:71:\"A category named %category already exists. Please enter a unique title.\";s:73:\"Ya existe una categoría llamada %category. Introduzca un título único.\";s:40:\"The category %category has been updated.\";s:42:\"Se ha actualizado la categoría %category.\";s:27:\"Category %category deleted.\";s:31:\"Categoría %category eliminada.\";s:40:\"The category %category has been deleted.\";s:40:\"Se ha eliminado la categoría %category.\";s:25:\"Category %category added.\";s:30:\"Categoría %category añadida.\";s:38:\"The category %category has been added.\";s:39:\"Se ha añadido la categoría %category.\";s:36:\"The fully-qualified URL of the feed.\";s:27:\"El URL completo del origen.\";s:15:\"Update interval\";s:27:\"Intervalo de actualización\";s:21:\"Categorize news items\";s:20:\"Categorizar noticias\";s:63:\"A feed named %feed already exists. Please enter a unique title.\";s:72:\"Ya existe un origen denominado %feed. Debe introducir un título único.\";s:32:\"The feed %feed has been updated.\";s:34:\"Se ha actualizado el origen %feed.\";s:19:\"Feed %feed deleted.\";s:23:\"Origen %feed eliminado.\";s:32:\"The feed %feed has been deleted.\";s:32:\"Se ha eliminado el origen %feed.\";s:17:\"Feed %feed added.\";s:22:\"Origen %feed añadido.\";s:30:\"The feed %feed has been added.\";s:31:\"Se ha añadido el origen %feed.\";s:44:\"The news items from %site have been removed.\";s:39:\"Se han eliminado las noticias de %site.\";s:46:\"There is no new syndicated content from %site.\";s:51:\"No hay nuevo contenido nuevo distribuido por %site.\";s:36:\"Updated URL for feed %title to %url.\";s:45:\"URL actualizado a %url para el origen %title.\";s:43:\"There is new syndicated content from %site.\";s:42:\"Hay contenido nuevo distribuido por %site.\";s:60:\"The RSS-feed from %site seems to be broken, due to \"%error\".\";s:62:\"El origen RSS de %site parece estar roto, debido a «%error».\";s:70:\"The RSS-feed from %site seems to be broken, because of error \"%error\".\";s:69:\"El origen RSS de %site parece estar roto, debido al error «%error».\";s:13:\"Feed overview\";s:18:\"Resumen del origen\";s:5:\"Items\";s:9:\"Elementos\";s:11:\"Last update\";s:22:\"Última actualización\";s:11:\"Next update\";s:23:\"Próxima actualización\";s:10:\"%time left\";s:14:\"%time restante\";s:17:\"Category overview\";s:24:\"Resumen de la categoría\";s:15:\"Save categories\";s:23:\"Guardar las categorías\";s:10:\"Categorize\";s:11:\"Categorizar\";s:49:\"You are not allowed to categorize this feed item.\";s:41:\"No se le permite categorizar este origen.\";s:31:\"The categories have been saved.\";s:32:\"Se han guardado las categorías.\";s:11:\"in category\";s:13:\"en categoría\";s:16:\"aggregated feeds\";s:19:\"orígenes añadidos\";s:4:\"URL:\";s:4:\"URL:\";s:8:\"Updated:\";s:12:\"Actualizado:\";s:7:\"blog it\";s:14:\"a la bitácora\";s:48:\"Comment on this news item in your personal blog.\";s:47:\"Comentar esta noticia en su bitácora personal.\";s:8:\"%age old\";s:9:\"hace %age\";s:8:\"%ago ago\";s:9:\"hace %ago\";s:6:\"1 item\";s:10:\"1 elemento\";s:12:\"%count items\";s:16:\"%count elementos\";s:21:\"administer news feeds\";s:33:\"administrar orígenes de noticias\";s:17:\"access news feeds\";s:31:\"acceder a orígenes de noticias\";s:49:\"Displays a calendar for navigating older content.\";s:56:\"Muestra un calendario para acceder al contenido antiguo.\";s:8:\"archives\";s:8:\"archivos\";s:27:\"Calendar to browse archives\";s:38:\"Calendario para acceder a los archivos\";s:15:\"Browse archives\";s:22:\"Acceder a los archivos\";s:33:\"A calendar to browse the archives\";s:41:\"Un calendario para acceder a los archivos\";s:14:\"Previous month\";s:12:\"Mes anterior\";s:10:\"Next month\";s:13:\"Mes siguiente\";s:2:\"Su\";s:2:\"Do\";s:2:\"Mo\";s:2:\"Lu\";s:2:\"Tu\";s:2:\"Ma\";s:2:\"We\";s:2:\"Mi\";s:2:\"Th\";s:2:\"Ju\";s:2:\"Fr\";s:2:\"Vi\";s:2:\"Sa\";s:3:\"Sá\";s:15:\"No posts found.\";s:26:\"Ningún envío encontrado.\";s:4:\"Show\";s:7:\"Mostrar\";s:6:\"1 post\";s:8:\"1 envío\";s:12:\"%count posts\";s:14:\"%count envíos\";s:7:\"archive\";s:7:\"archivo\";s:13:\"Module blocks\";s:19:\"Bloques de módulos\";s:28:\"Administrator defined blocks\";s:38:\"Bloques definidos por el administrador\";s:62:\"Controls the boxes that are displayed around the main content.\";s:69:\"Controla las cajas que se muestran alrededor del contenido principal.\";s:6:\"blocks\";s:7:\"bloques\";s:15:\"configure block\";s:17:\"configurar bloque\";s:12:\"delete block\";s:15:\"eliminar bloque\";s:9:\"add block\";s:14:\"añadir bloque\";s:13:\"%key settings\";s:16:\"opciones de %key\";s:11:\"Save blocks\";s:15:\"Guardar bloques\";s:37:\"The block settings have been updated.\";s:43:\"Se han actualizado las opciones del bloque.\";s:7:\"%region\";s:7:\"%region\";s:5:\"Block\";s:6:\"Bloque\";s:9:\"Placement\";s:10:\"Ubicación\";s:23:\"Block specific settings\";s:32:\"Opciones específicas del bloque\";s:13:\"\'%name\' block\";s:16:\"bloque «%name»\";s:33:\"User specific visibility settings\";s:48:\"Opciones de visibilidad específicas del usuario\";s:26:\"Custom visibility settings\";s:23:\"Opciones de visibilidad\";s:56:\"Users cannot control whether or not they see this block.\";s:66:\"Los usuarios no pueden controlar si se puede ver o no este bloque.\";s:61:\"Show this block by default, but let individual users hide it.\";s:89:\"De forma predefinida se muestra este bloque, pero se le permite a los usuarios ocultarlo.\";s:60:\"Hide this block by default but let individual users show it.\";s:88:\"De forma predefinida se oculta este bloque, pero se le permite a los usuarios mostrarlo.\";s:33:\"Page specific visibility settings\";s:50:\"Opciones de visibilidad específicas de la página\";s:43:\"Show on every page except the listed pages.\";s:58:\"Muestra en todas las páginas, salvo en las que se listan.\";s:30:\"Show on only the listed pages.\";s:44:\"Muestra sólo en las páginas que se listan.\";s:28:\"Show block on specific pages\";s:43:\"Muestra el bloque en las páginas indicadas\";s:5:\"Pages\";s:8:\"Páginas\";s:10:\"Save block\";s:14:\"Guardar bloque\";s:52:\"Please ensure that each block description is unique.\";s:65:\"Asegúrese de que la descripción de cada bloque debe ser única.\";s:39:\"The block configuration has been saved.\";s:44:\"Se ha guardado la configuración del bloque.\";s:27:\"The block has been created.\";s:23:\"Se ha creado el bloque.\";s:48:\"Are you sure you want to delete the block %name?\";s:53:\"¿Está seguro de que desea eliminar el bloque %name?\";s:33:\"The block %name has been removed.\";s:32:\"Se ha eliminado el bloque %name.\";s:17:\"Block description\";s:23:\"Descripción del bloque\";s:11:\"Block title\";s:18:\"Título del bloque\";s:44:\"The title of the block as shown to the user.\";s:55:\"El título del bloque tal y como se muestra al usuario.\";s:10:\"Block body\";s:17:\"Cuerpo del bloque\";s:46:\"The content of the block as shown to the user.\";s:57:\"El contenido del bloque tal y como se muestra al usuario.\";s:19:\"Block configuration\";s:25:\"Configuración del bloque\";s:17:\"administer blocks\";s:19:\"administrar bloques\";s:28:\"use PHP for block visibility\";s:38:\"uar PHP para la visibilidad de bloques\";s:5:\"block\";s:6:\"bloque\";s:10:\"blog entry\";s:15:\"entrada de blog\";s:4:\"Blog\";s:4:\"Blog\";s:24:\"view recent blog entries\";s:31:\"ver entradas de blogs recientes\";s:37:\"Read %username\'s latest blog entries.\";s:44:\"Leer lo más reciente del blog de %username.\";s:67:\"Enables keeping an easily and regularly updated web page or a blog.\";s:89:\"Permite mantener y actualizar regularmente y de forma sencilla una página web o un blog.\";s:12:\"%name\'s blog\";s:13:\"blog de %name\";s:20:\"Post new blog entry.\";s:33:\"Envía una entrada nueva al blog.\";s:45:\"You are not allowed to post a new blog entry.\";s:50:\"No se le permite enviar una entrada nueva al blog.\";s:12:\"RSS - %title\";s:11:\"RSS: %title\";s:11:\"RSS - blogs\";s:10:\"RSS: blogs\";s:5:\"blogs\";s:5:\"blogs\";s:16:\"%username\'s blog\";s:17:\"blog de %username\";s:7:\"my blog\";s:7:\"mi blog\";s:17:\"Recent blog posts\";s:25:\"Envíos recientes a blogs\";s:29:\"Read the latest blog entries.\";s:34:\"Leer los últimos envíos al blog.\";s:13:\"edit own blog\";s:18:\"editar blog propio\";s:68:\"Returns a list of weblogs to which an author has posting privileges.\";s:84:\"Devuelve una lista con los weblogs en los que el autor tiene privilegio para enviar.\";s:50:\"Returns information about an author in the system.\";s:49:\"Devuelve información sobre un autor del sistema.\";s:48:\"Creates a new post, and optionally publishes it.\";s:50:\"Crea un envío nuevo y, opcionalmente, lo publica.\";s:47:\"Updates the information about an existing post.\";s:49:\"Actualiza la información de un envío existente.\";s:42:\"Returns information about a specific post.\";s:47:\"Devuelve información de un envío específico.\";s:15:\"Deletes a post.\";s:18:\"Elimina un envío.\";s:54:\"Returns a list of the most recent posts in the system.\";s:62:\"Devuelve una lista con los envíos más recientes del sistema.\";s:43:\"Updates information about an existing post.\";s:46:\"Actualiza información de un envío existente.\";s:33:\"Uploads a file to your webserver.\";s:38:\"Publica un archivo en el servidor web.\";s:63:\"Returns a list of all categories to which the post is assigned.\";s:80:\"Devuelve una lista con todas las categorías a las que está asignado el envío.\";s:73:\"Returns a bandwidth-friendly list of the most recent posts in the system.\";s:98:\"Devuelve una lista (con poco consumo de ancho de banda) de los envíos más recientes del sistema.\";s:55:\"Returns a list of all categories defined in the weblog.\";s:68:\"Devuelve una lista con todas las categorías definidas en el weblog.\";s:31:\"Sets the categories for a post.\";s:36:\"Define las categorías de un envío.\";s:71:\"Retrieve information about the XML-RPC methods supported by the server.\";s:72:\"Recupera información sobre los métodos XML-RPC que admite el servidor.\";s:35:\"%type: added %title using blog API.\";s:52:\"%type: añadido %title uando la API para bitácoras.\";s:19:\"Error storing post.\";s:27:\"Error al guardar el envío.\";s:47:\"You do not have permission to update this post.\";s:44:\"No tiene permiso para actualiza este envío.\";s:37:\"%type: updated %title using blog API.\";s:56:\"%type: actualizado %title usando la API para bitácoras.\";s:13:\"No file sent.\";s:24:\"Ningún archivo enviado.\";s:19:\"Error storing file.\";s:28:\"Error al guardar el archivo.\";s:16:\"Not implemented.\";s:16:\"No implementado.\";s:13:\"Invalid post.\";s:18:\"Envío no válido.\";s:27:\"Wrong username or password.\";s:51:\"Error en el nombre del usuario o en la contraseña.\";s:14:\"XML-RPC Engine\";s:13:\"Motor XML-RPC\";s:10:\"Blog types\";s:19:\"Tipos de bitácoras\";s:3:\"RSD\";s:3:\"RSD\";s:7:\"blogapi\";s:7:\"blogapi\";s:9:\"book page\";s:17:\"página del libro\";s:14:\"add child page\";s:20:\"añadir página hija\";s:24:\"printer-friendly version\";s:24:\"versión para impresión\";s:68:\"Show a printer-friendly version of this book page and its sub-pages.\";s:85:\"Muestra una versión para impresión de esta página del libro y de sus sub páginas.\";s:5:\"books\";s:6:\"libros\";s:12:\"orphan pages\";s:19:\"páginas huérfanas\";s:7:\"outline\";s:7:\"índice\";s:15:\"Book navigation\";s:21:\"Navegación del libro\";s:37:\"The parent that this page belongs in.\";s:39:\"El padre al que esta página pertenece.\";s:69:\"Pages at a given level are ordered first by weight and then by title.\";s:103:\"Las páginas en el nivel dado están ordenadas en primer lugar por peso y en segundo lugar por título.\";s:28:\"The parent page in the book.\";s:29:\"La página padre en el libro.\";s:19:\"Update book outline\";s:31:\"Actualizar el índice del libro\";s:24:\"Remove from book outline\";s:30:\"Eliminar del índice del libro\";s:19:\"Add to book outline\";s:28:\"Añadir al índice del libro\";s:36:\"The post has been added to the book.\";s:34:\"El envío se ha añadido al libro.\";s:34:\"The book outline has been updated.\";s:39:\"Se ha actualizado el índice del libro.\";s:40:\"The post has been removed from the book.\";s:36:\"El envío se ha eliminado del libro.\";s:2:\"up\";s:6:\"arriba\";s:17:\"Go to parent page\";s:21:\"Ir a la página padre\";s:9:\"top-level\";s:14:\"nivel superior\";s:22:\"Unknown export format.\";s:36:\"Formato de exportación desconocido.\";s:15:\"Save book pages\";s:29:\"Guardar las páginas de libro\";s:26:\"There are no orphan pages.\";s:27:\"No hay páginas huérfanas.\";s:4:\"book\";s:5:\"libro\";s:20:\"Updated book %title.\";s:28:\"Actualizado el libro %title.\";s:26:\"Updated orphan book pages.\";s:47:\"Actualizadas las páginas huérfanas del libro.\";s:4:\"Book\";s:5:\"Libro\";s:46:\"Allows users to collaboratively author a book.\";s:52:\"Permite a usuarios crear un libro colaborativamente.\";s:22:\"outline posts in books\";s:29:\"envíos de índices en libros\";s:17:\"create book pages\";s:23:\"crear páginas de libro\";s:16:\"create new books\";s:19:\"crear libros nuevos\";s:15:\"edit book pages\";s:25:\"editar páginas de libros\";s:19:\"edit own book pages\";s:34:\"editar páginas de un libro propio\";s:28:\"see printer-friendly version\";s:31:\"ver la versión para impresión\";s:57:\"Allows users to comment on and discuss published content.\";s:65:\"Permite a los usuarios comentar y debatir el contenido publicado.\";s:8:\"comments\";s:11:\"comentarios\";s:18:\"published comments\";s:25:\"comentarios no publicados\";s:14:\"approval queue\";s:19:\"cola de aprobación\";s:14:\"delete comment\";s:19:\"eliminar comentario\";s:12:\"edit comment\";s:17:\"editar comentario\";s:16:\"reply to comment\";s:23:\"responder al comentario\";s:15:\"Recent comments\";s:21:\"Comentarios recientes\";s:42:\"Jump to the first comment of this posting.\";s:39:\"Ir al primer comentario de este envío.\";s:46:\"Jump to the first new comment of this posting.\";s:45:\"Ir al primer comentario nuevo de este envío.\";s:15:\"add new comment\";s:24:\"añadir nuevo comentario\";s:31:\"Add a new comment to this page.\";s:42:\"Añade a esta página un comentario nuevo.\";s:57:\"Share your thoughts and opinions related to this posting.\";s:59:\"Comparta sus pensamientos y sus opciones sobre este envío.\";s:23:\"Default comment setting\";s:38:\"Opciones predefinidas para comentarios\";s:9:\"Read only\";s:13:\"Sólo lectura\";s:10:\"Read/Write\";s:19:\"Lectura y escritura\";s:16:\"Comment settings\";s:23:\"Opciones de comentarios\";s:9:\"Signature\";s:5:\"Firma\";s:70:\"Your signature will be publicly displayed at the end of your comments.\";s:64:\"La firma se mostrará públicamente al final de sus comentarios.\";s:15:\"Viewing options\";s:26:\"Opciones de visualización\";s:20:\"Default display mode\";s:34:\"Modo predefinido de visualización\";s:21:\"Default display order\";s:41:\"Ordenación predefinida de visualización\";s:25:\"Default comments per page\";s:36:\"Comentarios predefinidos por página\";s:16:\"Comment controls\";s:24:\"Controles de comentarios\";s:26:\"Display above the comments\";s:33:\"Mostrar encima de los comentarios\";s:26:\"Display below the comments\";s:33:\"Mostrar debajo de los comentarios\";s:36:\"Display above and below the comments\";s:42:\"Mostrar encima y debajo de los comentarios\";s:14:\"Do not display\";s:10:\"No mostrar\";s:16:\"Posting settings\";s:18:\"Opciones de envío\";s:20:\"Anonymous commenting\";s:19:\"Comentario anónimo\";s:57:\"Anonymous posters may not enter their contact information\";s:68:\"Los remitentes anónimos pueden no dejar su información de contacto\";s:53:\"Anonymous posters may leave their contact information\";s:65:\"Los remitentes anónimos pueden dejar su información de contacto\";s:54:\"Anonymous posters must leave their contact information\";s:64:\"Los remitentes anónimos deben dejar su información de contacto\";s:21:\"Comment subject field\";s:30:\"Campo de asunto del comentario\";s:54:\"Can users provide a unique subject for their comments?\";s:76:\"¿Tienen que suministrar los usuarios un asunto único para sus comentarios?\";s:15:\"Preview comment\";s:27:\"Vista previa del comentario\";s:35:\"Location of comment submission form\";s:50:\"Ubicación del formulario de envío de comentarios\";s:24:\"Display on separate page\";s:29:\"Mostrar en una página aparte\";s:30:\"Display below post or comments\";s:46:\"Mostrar debajo del envío o de los comentarios\";s:40:\"You are not authorized to post comments.\";s:47:\"No tiene autorización para enviar comentarios.\";s:47:\"The comment you are replying to does not exist.\";s:46:\"El comentario al que va a responder no existe.\";s:55:\"This discussion is closed: you can\'t post new comments.\";s:60:\"El debate está cerrado. No puede enviar comentarios nuevos.\";s:5:\"Reply\";s:9:\"Responder\";s:40:\"You are not authorized to view comments.\";s:44:\"No tiene autorización para ver comentarios.\";s:28:\"Comment: duplicate %subject.\";s:31:\"Comentario: duplicado %subject.\";s:26:\"Comment: updated %subject.\";s:33:\"Comentario: actualizado %subject.\";s:24:\"Comment: added %subject.\";s:30:\"Comentario: añadido %subject.\";s:6:\"parent\";s:5:\"padre\";s:5:\"reply\";s:9:\"responder\";s:16:\"Post new comment\";s:26:\"Enviar un comentario nuevo\";s:50:\"The comment and all its replies have been deleted.\";s:53:\"Se ha eliminado el comentario y todas sus respuestas.\";s:51:\"Are you sure you want to delete the comment %title?\";s:59:\"¿Está seguro de que quiere eliminar el comentario %title?\";s:71:\"Any replies to this comment will be lost. This action cannot be undone.\";s:87:\"Se perderán todas las respuestas a este comentario. Esta acción no se puede deshacer.\";s:29:\"The comment no longer exists.\";s:27:\"El comentario ya no existe.\";s:29:\"Publish the selected comments\";s:38:\"Publicar los comentarios seleccionados\";s:28:\"Delete the selected comments\";s:38:\"Eliminar los comentarios seleccionados\";s:31:\"Unpublish the selected comments\";s:37:\"Retirar los comentarios seleccionados\";s:60:\"Please select one or more comments to perform the update on.\";s:78:\"Seleccione uno o más comentarios para realizar sobre ellos la actualización.\";s:22:\"No comments available.\";s:31:\"No hay comentarios disponibles.\";s:70:\"Are you sure you want to delete these comments and all their children?\";s:74:\"¿Está seguro de que quiere eliminar estos comentarios y todos sus hijos?\";s:15:\"Delete comments\";s:20:\"Eliminar comentarios\";s:31:\"The comments have been deleted.\";s:33:\"Se han eliminado los comentarios.\";s:35:\"You have to specify a valid author.\";s:34:\"Debe especificar un autor válido.\";s:47:\"The name you used belongs to a registered user.\";s:62:\"El nombre que pretende usar pertenece a un usuario registrado.\";s:28:\"You have to leave your name.\";s:26:\"Tiene que dejar su nombre.\";s:46:\"The e-mail address you specified is not valid.\";s:52:\"La dirección de correo-e que indicó no es válida.\";s:36:\"You have to leave an e-mail address.\";s:43:\"Tiene que dejar una dirección de correo-e.\";s:14:\"Administration\";s:15:\"Administración\";s:8:\"Homepage\";s:17:\"Página principal\";s:13:\"Not published\";s:12:\"No publicado\";s:7:\"Comment\";s:10:\"Comentario\";s:12:\"Post comment\";s:17:\"Enviar comentario\";s:20:\"%a comments per page\";s:26:\"%a comentarios por página\";s:13:\"Save settings\";s:20:\"Guardar las opciones\";s:23:\"Comment viewing options\";s:41:\"Opciones de visualización de comentarios\";s:11:\"by %a on %b\";s:12:\"por %a el %b\";s:2:\"by\";s:3:\"por\";s:23:\"you can\'t post comments\";s:27:\"No puede enviar comentarios\";s:43:\"login to post comments\";s:59:\"Inicie sesión para enviar comentarios\";s:26:\"Comment: deleted %subject.\";s:31:\"Comentario: eliminado %subject.\";s:21:\"Flat list - collapsed\";s:22:\"Lista plana: colapsada\";s:20:\"Flat list - expanded\";s:22:\"Lista plana: expandida\";s:25:\"Threaded list - collapsed\";s:25:\"Lista de hilos: colapsada\";s:24:\"Threaded list - expanded\";s:25:\"Lista de hilos: expandida\";s:13:\"1 new comment\";s:18:\"1 comentario nuevo\";s:19:\"%count new comments\";s:25:\"%count comentarios nuevos\";s:15:\"access comments\";s:21:\"acceder a comentarios\";s:13:\"post comments\";s:18:\"enviar comentarios\";s:19:\"administer comments\";s:23:\"administrar comentarios\";s:30:\"post comments without approval\";s:34:\"enviar comentarios sin aprobación\";s:7:\"comment\";s:10:\"comentario\";s:13:\"Site off-line\";s:18:\"Sitio desconectado\";s:16:\"%page not found.\";s:20:\"%page no encontrada.\";s:14:\"Page not found\";s:21:\"Página no encontrada\";s:20:\"%page denied access.\";s:24:\"Acceso denegado a %page.\";s:13:\"Access denied\";s:15:\"Acceso denegado\";s:43:\"You are not authorized to access this page.\";s:51:\"No tiene autorización para acceder a esta página.\";s:32:\"%message in %file on line %line.\";s:46:\"%message en la línea %line del archivo %file.\";s:3:\"n/a\";s:3:\"n/d\";s:5:\"bytes\";s:5:\"bytes\";s:2:\"KB\";s:2:\"KB\";s:2:\"MB\";s:2:\"MB\";s:13:\"%size %suffix\";s:13:\"%size %suffix\";s:5:\"0 sec\";s:6:\"0 seg.\";s:14:\"page not found\";s:21:\"página no encontrada\";s:13:\"access denied\";s:15:\"acceso denegado\";s:6:\"1 year\";s:6:\"1 año\";s:12:\"%count years\";s:12:\"%count años\";s:6:\"1 week\";s:8:\"1 semana\";s:12:\"%count weeks\";s:14:\"%count semanas\";s:5:\"1 day\";s:6:\"1 día\";s:11:\"%count days\";s:12:\"%count días\";s:6:\"1 hour\";s:6:\"1 hora\";s:12:\"%count hours\";s:12:\"%count horas\";s:5:\"1 min\";s:5:\"1 min\";s:10:\"%count min\";s:11:\"%count mins\";s:5:\"1 sec\";s:5:\"1 seg\";s:10:\"%count sec\";s:11:\"%count segs\";s:21:\"Contact module links:\";s:27:\"Enlaces al módulo contact:\";s:59:\"Default site-wide contact page.\";s:92:\"Opciones predefinidas de la sede web para la página de contact.\";s:61:\"Enables the use of both personal and site-wide contact forms.\";s:71:\"Activa el uso de formularios de contacto personal y para todo el sitio.\";s:12:\"contact form\";s:22:\"formulario de contacto\";s:21:\"edit contact category\";s:29:\"editar categoría de contacto\";s:14:\"delete contact\";s:17:\"eliminar contacto\";s:7:\"contact\";s:8:\"contacto\";s:16:\"Contact settings\";s:20:\"Opciones de contacto\";s:21:\"Personal contact form\";s:33:\"Formulario para contacto personal\";s:10:\"Recipients\";s:13:\"Destinatarios\";s:53:\"Example: \'website feedback\' or \'product information\'.\";s:79:\"Ejemplo: «realimentación sobre la sede web» o «información del producto».\";s:10:\"Auto-reply\";s:21:\"Respuesta automática\";s:38:\"You must enter one or more recipients.\";s:41:\"Debe introducir uno o más destinatarios.\";s:40:\"%recipient is an invalid e-mail address.\";s:60:\"%recipient es una dirección válida de correo electrónico.\";s:34:\"Category %category has been added.\";s:39:\"Se ha añadido la categoría %category.\";s:39:\"Contact form: category %category added.\";s:63:\"Formulario de contacto: se ha añadido la categoría %category.\";s:36:\"Category %category has been updated.\";s:42:\"Se ha actualizado la categoría %category.\";s:41:\"Contact form: category %category updated.\";s:66:\"Formulario de contacto: se ha actualizado la categoría %category.\";s:42:\"Are you sure you want to delete %category?\";s:48:\"¿Está seguro de que quiere eliminar %category?\";s:19:\"Category not found.\";s:25:\"Categoría no encontrada.\";s:36:\"Category %category has been deleted.\";s:40:\"Se ha eliminado la categoría %category.\";s:41:\"Contact form: category %category deleted.\";s:64:\"Formulario de contacto: se ha eliminado la categoría %category.\";s:22:\"Additional information\";s:22:\"Información adicional\";s:53:\"You can leave a message using the contact form below.\";s:66:\"Puede enviar un mensaje usando el formulario de contacto de abajo.\";s:16:\"Hourly threshold\";s:14:\"Umbral horario\";s:31:\"%name is not accepting e-mails.\";s:26:\"%name no acepta correos-e.\";s:4:\"From\";s:2:\"De\";s:2:\"To\";s:4:\"Para\";s:15:\"Send me a copy.\";s:19:\"Enviarme una copia.\";s:11:\"Send e-mail\";s:18:\"Enviar un correo-e\";s:8:\"Message:\";s:8:\"Mensaje:\";s:35:\"%name-from sent %name-to an e-mail.\";s:41:\"%name-from envió un correo-e a %name-to.\";s:26:\"The message has been sent.\";s:25:\"Se ha enviado el mensaje.\";s:56:\"You can leave us a message using the contact form below.\";s:69:\"Puede enviarnos un mensaje usando el formulario de contacto de abajo.\";s:19:\"Your e-mail address\";s:25:\"Su dirección de correo-e\";s:2:\"--\";s:2:\"--\";s:41:\"The contact form has not been configured.\";s:47:\"No se ha configurado el formulario de contacto.\";s:33:\"You must select a valid category.\";s:40:\"Debe seleccionar una categoría válida.\";s:38:\"You must enter a valid e-mail address.\";s:49:\"Debe introducir una dirección de correo válida.\";s:53:\"%name sent a message using the contact form at %form.\";s:75:\"%name envió un mensaje usando el formulario de contacto personal de %form.\";s:20:\"[%category] %subject\";s:20:\"[%category] %subject\";s:46:\"%name-from sent an e-mail regarding %category.\";s:60:\"%name-from envió un mensaje de correo relativo a %category.\";s:27:\"Your message has been sent.\";s:25:\"Se ha enviado su mensaje.\";s:4:\"mail\";s:6:\"correo\";s:25:\"Post data to another site\";s:25:\"Enviar datos a otro sitio\";s:29:\"Register with a Drupal server\";s:34:\"Registrarse con un servidor Drupal\";s:21:\"Drupal XML-RPC server\";s:26:\"Servidor XML-RPC de Drupal\";s:63:\"The URL of the Drupal XML-RPC server you wish to register with.\";s:72:\"El URL del servidor XML-RPC de Drupal con el que quiera que se registre.\";s:23:\"Send system information\";s:31:\"Enviar información del sistema\";s:15:\"Send statistics\";s:20:\"Enviar estadísticas\";s:29:\"Receive data from other sites\";s:29:\"Recibir datos de otros sitios\";s:36:\"Allow other Drupal sites to register\";s:48:\"Permitir que otros sitios de Drupal se registren\";s:22:\"Authentication service\";s:26:\"Servicio de autenticación\";s:24:\"Ping from %name (%link).\";s:25:\"Ping desde %name (%link).\";s:21:\"Handling ping request\";s:32:\"Gestionar las peticiones de ping\";s:26:\"Logging into a Drupal site\";s:27:\"Ingresar en un sitio Drupal\";s:72:\"Failed to notify %server; error code: %errno; error message: %error_msg.\";s:84:\"Fallo al noticiar a %server. Código de error: %errno. Mensaje de error: %error_msg.\";s:22:\"Error %code : %message\";s:21:\"Error %code: %mensaje\";s:11:\"client ping\";s:15:\"ping al cliente\";s:11:\"server ping\";s:16:\"ping al servidor\";s:6:\"drupal\";s:6:\"drupal\";s:42:\"The directory %directory has been created.\";s:38:\"Se ha creado el directorio %directory.\";s:40:\"The directory %directory does not exist.\";s:35:\"El directorio %directory no existe.\";s:40:\"The directory %directory is not writable\";s:48:\"No se puede escribir en el directorio %directory\";s:71:\"The file %file could not be saved, because the upload did not complete.\";s:75:\"El archivo %file no se pudo guardar porque no se completó la publicación.\";s:65:\"The file %file could not be saved. An unknown error has occurred.\";s:70:\"El archivo %file no se pudo guardar. Ha ocurrido un error desconocido.\";s:48:\"File upload error. Could not move uploaded file.\";s:66:\"Error al publicar el archivo. No se puede mover el archivo subido.\";s:44:\"The selected file %file could not be copied.\";s:48:\"El archivo %file seleccionado no se pudo copiar.\";s:50:\"The removal of the original file %file has failed.\";s:54:\"Ha fallado la eliminación del archivo original %file.\";s:30:\"The file could not be created.\";s:28:\"No se pudo crear el archivo.\";s:11:\"file system\";s:19:\"sistema de archivos\";s:4:\"file\";s:7:\"archivo\";s:60:\"Handles the filtering of content in preparation for display.\";s:61:\"Gestiona el filtrado de contenido previo a la visualización.\";s:13:\"input formats\";s:19:\"formatos de entrada\";s:16:\"add input format\";s:26:\"añadir formato de entrada\";s:19:\"delete input format\";s:30:\"eliminar el formato de entrada\";s:12:\"compose tips\";s:26:\"consejos para composición\";s:22:\"\'%format\' input format\";s:30:\"formato de entrada «%format»\";s:9:\"rearrange\";s:9:\"reordenar\";s:46:\"Anchors are used to make links to other pages.\";s:55:\"Las anclas se usan para hacer enlaces a otras páginas.\";s:26:\"Text with
line break\";s:31:\"Texto con
salto de línea\";s:14:\"Paragraph one.\";s:13:\"Párrafo uno.\";s:14:\"Paragraph two.\";s:13:\"Párrafo dos.\";s:6:\"Strong\";s:6:\"Fuerte\";s:10:\"Emphasized\";s:10:\"Enfatizado\";s:5:\"Cited\";s:6:\"Citado\";s:47:\"Coded text used to show programming source code\";s:72:\"Texto codificado que se usa para mostrar código fuente de programación\";s:5:\"Coded\";s:10:\"Codificado\";s:6:\"Bolded\";s:7:\"Negrita\";s:10:\"Underlined\";s:9:\"Subrayado\";s:10:\"Italicized\";s:7:\"Cursiva\";s:13:\"Superscripted\";s:12:\"Superíndice\";s:24:\"Superscripted\";s:23:\"Superíndice\";s:11:\"Subscripted\";s:10:\"Subíndice\";s:22:\"Subscripted\";s:21:\"Subíndice\";s:12:\"Preformatted\";s:13:\"Preformateado\";s:12:\"Abbreviation\";s:11:\"Abreviatura\";s:41:\"Abbrev.\";s:40:\"Abrev.\";s:7:\"Acronym\";s:9:\"Acrónimo\";s:51:\"TLA\";s:51:\"ATL\";s:12:\"Block quoted\";s:14:\"Bloque de cita\";s:13:\"Quoted inline\";s:16:\"Citado en línea\";s:5:\"Table\";s:5:\"Tabla\";s:12:\"Table header\";s:19:\"Encabezado de tabla\";s:10:\"Table cell\";s:14:\"Celda de tabla\";s:7:\"Deleted\";s:9:\"Eliminado\";s:8:\"Inserted\";s:9:\"Insertado\";s:57:\"Ordered list - use the <li> to begin each list item\";s:74:\"Lista ordenada: utilice <li> para comenzar cada elemento de la lista\";s:10:\"First item\";s:15:\"Primer elemento\";s:11:\"Second item\";s:16:\"Segundo elemento\";s:59:\"Unordered list - use the <li> to begin each list item\";s:73:\"Lista desordenada: use <li> para comenzar cada elemento de la lista\";s:10:\"First term\";s:15:\"Primer término\";s:16:\"First definition\";s:19:\"Primera definición\";s:11:\"Second term\";s:16:\"Segundo término\";s:17:\"Second definition\";s:19:\"Segunda definición\";s:6:\"Header\";s:10:\"Encabezado\";s:8:\"Subtitle\";s:10:\"Subtítulo\";s:14:\"Subtitle three\";s:15:\"Subtítulo tres\";s:13:\"Subtitle four\";s:17:\"Subtítulo cuatro\";s:13:\"Subtitle five\";s:16:\"Subtítulo cinco\";s:12:\"Subtitle six\";s:15:\"Subtítulo seis\";s:15:\"Tag Description\";s:27:\"Descripción de la etiqueta\";s:8:\"You Type\";s:6:\"Teclea\";s:7:\"You Get\";s:7:\"Obtiene\";s:30:\"No help provided for tag %tag.\";s:46:\"No hay ayuda disponible para la etiqueta %tag.\";s:9:\"Ampersand\";s:9:\"Ampersand\";s:12:\"Greater than\";s:9:\"Mayor que\";s:9:\"Less than\";s:9:\"Menor que\";s:14:\"Quotation mark\";s:8:\"Comillas\";s:21:\"Character Description\";s:26:\"Descripción del carácter\";s:20:\"No HTML tags allowed\";s:34:\"No se admite ninguna etiqueta HTML\";s:62:\"You may post PHP code. You should include <?php ?> tags.\";s:68:\"Puede enviar código PHP. Debe incluir las etiquetas <?php ?>.\";s:41:\"Lines and paragraphs break automatically.\";s:46:\"Saltos automáticos de líneas y de párrafos.\";s:32:\"All roles may use default format\";s:54:\"Todos los roles pueden utilizar el formato predefinido\";s:28:\"No roles may use this format\";s:35:\"Ningún rol puede usar este formato\";s:18:\"Set default format\";s:34:\"Establecido el formato predefinido\";s:23:\"Default format updated.\";s:35:\"Actualizado el formato predefinido.\";s:57:\"Are you sure you want to delete the input format %format?\";s:68:\"¿Está seguro de que quiere eliminar el formato de entrada %format?\";s:37:\"The default format cannot be deleted.\";s:44:\"No se puede eliminar el formato predefinido.\";s:29:\"Deleted input format %format.\";s:40:\"Eliminado el formato de entrada %format.\";s:71:\"All roles for the default format must be enabled and cannot be changed.\";s:89:\"Todos los roles para el formato predefinido deben estar activados y no se pueden cambiar.\";s:45:\"Specify a unique name for this filter format.\";s:53:\"Indique un nombre único para este formato de filtro.\";s:7:\"Filters\";s:7:\"Filtros\";s:59:\"Choose the filters that will be used in this filter format.\";s:65:\"Elegir los filtros que se deben usar para este filtro de formato.\";s:41:\"More information about formatting options\";s:43:\"Más información sobre opciones de formato\";s:31:\"
No guidelines available.
\";s:38:\"
No hay directrices disponibles.
\";s:21:\"Formatting guidelines\";s:27:\"Directrices para el formato\";s:27:\"Added input format %format.\";s:39:\"Añadido el formato de entrada %format.\";s:44:\"The input format settings have been updated.\";s:55:\"Se han actualizado las opciones del formato de entrada.\";s:35:\"The filter ordering has been saved.\";s:41:\"Se ha guardado la ordenación de filtros.\";s:26:\"No settings are available.\";s:28:\"No hay opciones disponibles.\";s:12:\"Input format\";s:18:\"Formato de entrada\";s:11:\"HTML filter\";s:11:\"Filtro HTML\";s:13:\"PHP evaluator\";s:16:\"Evaluador de PHP\";s:20:\"Line break converter\";s:30:\"Conversor de saltos de líneas\";s:68:\"Converts line breaks into HTML (i.e. <br> and <p> tags).\";s:89:\"Convierte los saltos de líneas a HTML (esto es, a las etiquetas <br> y <p>).\";s:16:\"Filter HTML tags\";s:22:\"Filtrar etiquetas HTML\";s:21:\"Strip disallowed tags\";s:30:\"Quitar etiquetas no permitidas\";s:15:\"Escape all tags\";s:29:\"Conservar todas las etiquetas\";s:17:\"Display HTML help\";s:23:\"Mostrar ayuda para HTML\";s:19:\"Spam link deterrent\";s:38:\"Enlaces disuasorios para correo basura\";s:18:\"administer filters\";s:19:\"administrar filtros\";s:6:\"filter\";s:6:\"filtro\";s:50:\"Enables threaded discussions about general topics.\";s:38:\"Permite debates sobre temas generales.\";s:48:\"Create a new topic for discussion in the forums.\";s:42:\"Crea un tema de debate nuevo en los foros.\";s:11:\"forum topic\";s:13:\"tema del foro\";s:6:\"forums\";s:5:\"foros\";s:13:\"add container\";s:18:\"añadir contenedor\";s:9:\"add forum\";s:12:\"añadir foro\";s:14:\"edit container\";s:17:\"editar contenedor\";s:10:\"edit forum\";s:11:\"editar foro\";s:19:\"Hot topic threshold\";s:23:\"Umbral de tema candente\";s:59:\"The number of posts a topic must have to be considered hot.\";s:81:\"El número de respuestas que debe tener un debate para que se considere candente.\";s:15:\"Topics per page\";s:17:\"Temas por página\";s:25:\"Posts - most active first\";s:33:\"Envíos: primero los más activos\";s:26:\"Posts - least active first\";s:34:\"Envíos: primero los menos activos\";s:13:\"Default order\";s:17:\"Orden predefinido\";s:37:\"The default display order for topics.\";s:44:\"El orden predefinido para mostrar los temas.\";s:47:\"forum topic is affixed to the forum vocabulary.\";s:54:\"el tema del foro está fijado al vocabulario del foro.\";s:19:\"Active forum topics\";s:13:\"Temas activos\";s:16:\"New forum topics\";s:12:\"Temas nuevos\";s:16:\"Number of topics\";s:16:\"Número de temas\";s:29:\"Read the latest forum topics.\";s:33:\"Leer los últimos temas del foro.\";s:17:\"Leave shadow copy\";s:25:\"Dejar una copia sombreada\";s:14:\"Container name\";s:21:\"Nombre del contenedor\";s:54:\"The container name is used to identify related forums.\";s:76:\"El nombre del contenedor se utiliza para identificar los foros relacionados.\";s:10:\"Forum name\";s:15:\"Nombre del foro\";s:55:\"The forum name is used to identify related discussions.\";s:68:\"El nombre del foro se utiliza para identificar debates relacionados.\";s:15:\"forum container\";s:18:\"contenedor de foro\";s:5:\"forum\";s:4:\"foro\";s:24:\"Created new %type %term.\";s:25:\"Creado nuevo %type %term.\";s:33:\"The %type %term has been updated.\";s:33:\"Se ha actualizado el %type %term.\";s:48:\"Are you sure you want to delete the forum %name?\";s:52:\"¿Está seguro de que quiere eliminar el foro %name?\";s:74:\"The forum %term and all sub-forums and associated posts have been deleted.\";s:77:\"Se ha eliminado el foro %term y todos los subforos y envíos asociados a él.\";s:65:\"forum: deleted %term and all its sub-forums and associated posts.\";s:64:\"forum: eliminado %term y todos los subforos y envíos asociados.\";s:25:\"%time ago
by %author\";s:27:\"hace %time
por %author\";s:5:\"Topic\";s:4:\"Tema\";s:7:\"Created\";s:6:\"Creado\";s:10:\"Last reply\";s:17:\"Última respuesta\";s:15:\"My discussions.\";s:16:\"Mis discusiones.\";s:19:\"Active discussions.\";s:20:\"Discusiones activas.\";s:21:\"Post new forum topic.\";s:29:\"Enviar un tema nuevo al foro.\";s:46:\"You are not allowed to post a new forum topic.\";s:57:\"No tiene autorización para enviar un tema nuevo al foro.\";s:53:\"Login to post a new forum topic.\";s:73:\"Inicie la sesión para enviar un tema nuevo al foro.\";s:17:\"No forums defined\";s:21:\"Ningún foro definido\";s:5:\"Forum\";s:4:\"Foro\";s:6:\"Topics\";s:5:\"Temas\";s:5:\"Posts\";s:7:\"Envíos\";s:25:\"This topic has been moved\";s:22:\"Este tema se ha movido\";s:26:\"Go to previous forum topic\";s:28:\"Ir al tema anterior del foro\";s:22:\"Go to next forum topic\";s:29:\"Ir al tema siguiente del foro\";s:19:\"create forum topics\";s:20:\"crear temas del foro\";s:21:\"edit own forum topics\";s:33:\"editar los propios temas del foro\";s:17:\"administer forums\";s:17:\"administrar foros\";s:38:\"The language %locale has been created.\";s:39:\"Se ha vuelto a crear el idioma %locale.\";s:50:\"The %language language (%locale) has been created.\";s:43:\"Se ha creado el idioma %language (%locale).\";s:4:\"Code\";s:7:\"Código\";s:12:\"English name\";s:17:\"Nombre en inglés\";s:10:\"Translated\";s:9:\"Traducido\";s:20:\"Configuration saved.\";s:24:\"Configuración guardada.\";s:13:\"Language list\";s:16:\"Lista de idiomas\";s:13:\"Language name\";s:17:\"Nombre del idioma\";s:73:\"Select your language here, or add it below, if you are unable to find it.\";s:71:\"Seleccione aquí el idioma o añádalo debajo si no lo puede encontrar.\";s:12:\"Add language\";s:14:\"Añadir idioma\";s:15:\"Custom language\";s:20:\"Idioma personalizado\";s:13:\"Language code\";s:18:\"Código del idioma\";s:24:\"Language name in English\";s:28:\"Nombre del idioma en inglés\";s:73:\"Name of the language. Will be available for translation in all languages.\";s:77:\"Nombre del idioma. Va a estar disponible para traducirlo a todos los idiomas.\";s:19:\"Add custom language\";s:28:\"Añadir idioma personalizado\";s:46:\"The language %language (%code) already exists.\";s:38:\"El idioma %language (%code) ya existe.\";s:22:\"Invalid language code.\";s:29:\"Código de idioma no válido.\";s:23:\"Already added languages\";s:20:\"Idiomas ya añadidos\";s:23:\"Languages not yet added\";s:25:\"Idiomas no añadidos aún\";s:18:\"Import translation\";s:20:\"Importar traducción\";s:13:\"Language file\";s:18:\"Archivo del idioma\";s:37:\"A gettext Portable Object (.po) file.\";s:47:\"Un archivo de objeto portable de gettext (.po).\";s:11:\"Import into\";s:11:\"Importar en\";s:4:\"Mode\";s:4:\"Modo\";s:70:\"Strings in the uploaded file replace existing ones, new ones are added\";s:96:\"Las cadenas del archivo que suba deben reemplazar a las existentes y las nuevas se deben añadir\";s:53:\"Existing strings are kept, only new strings are added\";s:84:\"Las cadenas existentes se deben mantener y sólo se deben añadir las cadenas nuevas\";s:6:\"Import\";s:8:\"Importar\";s:43:\"The translation import of %filename failed.\";s:46:\"Fallo al importar la traducción de %filename.\";s:18:\"Export translation\";s:20:\"Exportar traducción\";s:6:\"Export\";s:8:\"Exportar\";s:15:\"Export template\";s:18:\"Exportar plantilla\";s:21:\"Strings to search for\";s:25:\"Cadenas en las que buscar\";s:62:\"Leave blank to show all strings. The search is case sensitive.\";s:89:\"Déjelo vacío para mostrar todas las cadenas. La búsqueda no es sensible a mayúsculas.\";s:13:\"All languages\";s:17:\"Todos los idiomas\";s:28:\"English (provided by Drupal)\";s:34:\"Inglés (proporcionado por Drupal)\";s:9:\"Search in\";s:6:\"Buscar\";s:28:\"All strings in that language\";s:31:\"Todas las cadenas de ese idioma\";s:23:\"Only translated strings\";s:28:\"Sólo las cadenas traducidas\";s:25:\"Only untranslated strings\";s:31:\"Sólo las cadenas no traducidas\";s:17:\"String not found.\";s:21:\"Cadena no encontrada.\";s:13:\"Original text\";s:14:\"Texto original\";s:17:\"Save translations\";s:24:\"Guardar las traducciones\";s:26:\"The string has been saved.\";s:25:\"Se ha guardado la cadena.\";s:28:\"The string has been removed.\";s:30:\"No se pudo eliminar la cadena.\";s:50:\"The language selected for import is not supported.\";s:57:\"No se admite la importación para el idioma seleccionado.\";s:69:\"The translation file %filename contains a syntax error on line %line.\";s:85:\"El archivo de traducción %filename contiene un error de sintaxis en la línea %line.\";s:64:\"The translation file %filename ended unexpectedly at line %line.\";s:84:\"El archivo de traducción %filename terminó de forma inesperada en la línea %line.\";s:45:\"Exported %locale translation file: %filename.\";s:57:\"Exportado archivo de traducción para %locale: %filename.\";s:37:\"Exported translation file: %filename.\";s:44:\"Exportado archivo de traducción: %filename.\";s:6:\"String\";s:6:\"Cadena\";s:7:\"Locales\";s:7:\"Locales\";s:4:\"Afar\";s:8:\"Afarense\";s:9:\"Abkhazian\";s:7:\"Abjasio\";s:7:\"Avestan\";s:7:\"Avestan\";s:9:\"Afrikaans\";s:9:\"Afrikaans\";s:4:\"Akan\";s:4:\"Akan\";s:7:\"Amharic\";s:8:\"Amárico\";s:6:\"Arabic\";s:6:\"Árabe\";s:8:\"Assamese\";s:7:\"Asamés\";s:4:\"Avar\";s:4:\"Avar\";s:6:\"Aymara\";s:6:\"Aymara\";s:11:\"Azerbaijani\";s:11:\"Azerbaiyano\";s:7:\"Bashkir\";s:8:\"Bashkiro\";s:10:\"Belarusian\";s:10:\"Bielorruso\";s:9:\"Bulgarian\";s:8:\"Búlgaro\";s:6:\"Bihari\";s:7:\"Biharí\";s:7:\"Bislama\";s:7:\"Bislama\";s:7:\"Bambara\";s:7:\"Bambara\";s:7:\"Bengali\";s:8:\"Bengalí\";s:7:\"Tibetan\";s:8:\"Tibetano\";s:6:\"Breton\";s:7:\"Bretón\";s:7:\"Bosnian\";s:6:\"Bosnio\";s:7:\"Catalan\";s:8:\"Catalán\";s:7:\"Chechen\";s:8:\"Checheno\";s:8:\"Chamorro\";s:8:\"Chamorro\";s:8:\"Corsican\";s:5:\"Corso\";s:4:\"Cree\";s:4:\"Cree\";s:5:\"Czech\";s:5:\"Checo\";s:12:\"Old Slavonic\";s:14:\"Eslavo antiguo\";s:5:\"Welsh\";s:6:\"Galés\";s:5:\"Welch\";s:5:\"Welch\";s:6:\"Danish\";s:6:\"Danés\";s:6:\"German\";s:7:\"Alemán\";s:9:\"Maldivian\";s:7:\"Maldivo\";s:7:\"Bhutani\";s:7:\"Butaní\";s:3:\"Ewe\";s:3:\"Ewe\";s:5:\"Greek\";s:6:\"Griego\";s:7:\"English\";s:7:\"Inglés\";s:9:\"Esperanto\";s:9:\"Esperanto\";s:7:\"Spanish\";s:8:\"Español\";s:8:\"Estonian\";s:7:\"Estonio\";s:6:\"Basque\";s:5:\"Vasco\";s:7:\"Persian\";s:5:\"Persa\";s:5:\"Fulah\";s:5:\"Fulah\";s:7:\"Finnish\";s:6:\"Finés\";s:4:\"Fiji\";s:7:\"Fijiano\";s:8:\"Faeroese\";s:7:\"Feroés\";s:6:\"French\";s:8:\"Francés\";s:7:\"Frisian\";s:6:\"Frisio\";s:5:\"Irish\";s:9:\"Irlandés\";s:12:\"Scots Gaelic\";s:17:\"Gaélico escocés\";s:8:\"Galician\";s:7:\"Gallego\";s:7:\"Guarani\";s:8:\"Guaraní\";s:8:\"Gujarati\";s:9:\"Gujaratí\";s:4:\"Manx\";s:4:\"Manx\";s:5:\"Hausa\";s:5:\"Hausa\";s:6:\"Hebrew\";s:6:\"Hebreo\";s:5:\"Hindi\";s:6:\"Hindú\";s:9:\"Hiri Motu\";s:9:\"Hiri Motu\";s:8:\"Croatian\";s:6:\"Croata\";s:9:\"Hungarian\";s:8:\"Húngaro\";s:8:\"Armenian\";s:7:\"Armenio\";s:6:\"Herero\";s:6:\"Herero\";s:11:\"Interlingua\";s:11:\"Interlingua\";s:10:\"Indonesian\";s:9:\"Indonesio\";s:11:\"Interlingue\";s:11:\"Interlingue\";s:4:\"Igbo\";s:4:\"Igbo\";s:7:\"Inupiak\";s:7:\"Inupiak\";s:9:\"Icelandic\";s:9:\"Islandés\";s:7:\"Italian\";s:8:\"Italiano\";s:9:\"Inuktitut\";s:9:\"Inuktitut\";s:8:\"Japanese\";s:8:\"Japonés\";s:8:\"Javanese\";s:8:\"Javanés\";s:8:\"Georgian\";s:9:\"Georgiano\";s:5:\"Kongo\";s:5:\"Kongo\";s:6:\"Kikuyu\";s:6:\"Kikuyu\";s:8:\"Kwanyama\";s:8:\"Kwanyama\";s:6:\"Kazakh\";s:7:\"Kazajio\";s:11:\"Greenlandic\";s:12:\"Groenlandés\";s:9:\"Cambodian\";s:9:\"Camboyano\";s:7:\"Kannada\";s:6:\"Kanada\";s:6:\"Korean\";s:7:\"Coreano\";s:6:\"Kanuri\";s:6:\"Kanuri\";s:8:\"Kashmiri\";s:10:\"Cachemirí\";s:7:\"Kurdish\";s:5:\"Curdo\";s:4:\"Komi\";s:7:\"Cómico\";s:7:\"Cornish\";s:8:\"Córnico\";s:7:\"Kirghiz\";s:8:\"Kirguís\";s:5:\"Latin\";s:6:\"Latín\";s:13:\"Luxembourgish\";s:13:\"Luxemburgués\";s:7:\"Luganda\";s:7:\"Luganda\";s:7:\"Lingala\";s:7:\"Lingala\";s:8:\"Laothian\";s:8:\"Laosiano\";s:10:\"Lithuanian\";s:7:\"Lituano\";s:7:\"Latvian\";s:6:\"Letón\";s:8:\"Malagasy\";s:8:\"Malgache\";s:11:\"Marshallese\";s:10:\"Marsellés\";s:5:\"Maori\";s:6:\"Maorí\";s:10:\"Macedonian\";s:9:\"Macedonio\";s:9:\"Malayalam\";s:9:\"Malayalam\";s:9:\"Mongolian\";s:6:\"Mongol\";s:9:\"Moldavian\";s:7:\"Moldavo\";s:7:\"Marathi\";s:7:\"Márata\";s:5:\"Malay\";s:6:\"Malayo\";s:7:\"Maltese\";s:7:\"Maltés\";s:7:\"Burmese\";s:7:\"Birmano\";s:5:\"Nauru\";s:8:\"Nauruano\";s:13:\"North Ndebele\";s:15:\"Ndebele (Norte)\";s:6:\"Nepali\";s:7:\"Nepalí\";s:6:\"Ndonga\";s:6:\"Ndonga\";s:5:\"Dutch\";s:9:\"Holandés\";s:9:\"Norwegian\";s:7:\"Noruego\";s:13:\"South Ndebele\";s:13:\"Ndebele (Sur)\";s:6:\"Navajo\";s:6:\"Navajo\";s:8:\"Chichewa\";s:8:\"Chichewa\";s:7:\"Occitan\";s:8:\"Occitano\";s:5:\"Oromo\";s:5:\"Oromo\";s:5:\"Oriya\";s:5:\"Oriya\";s:8:\"Ossetian\";s:5:\"Oseto\";s:7:\"Punjabi\";s:8:\"Punjabí\";s:4:\"Pali\";s:4:\"Pali\";s:6:\"Polish\";s:6:\"Polaco\";s:6:\"Pashto\";s:6:\"Pashto\";s:10:\"Portuguese\";s:10:\"Portugués\";s:7:\"Quechua\";s:7:\"Quechua\";s:14:\"Rhaeto-Romance\";s:14:\"Retorrománico\";s:7:\"Kirundi\";s:7:\"Kirundi\";s:8:\"Romanian\";s:6:\"Rumano\";s:7:\"Russian\";s:4:\"Ruso\";s:11:\"Kinyarwanda\";s:11:\"Kinyarwanda\";s:8:\"Sanskrit\";s:10:\"Sánscrito\";s:9:\"Sardinian\";s:5:\"Sardo\";s:6:\"Sindhi\";s:7:\"Sindino\";s:13:\"Northern Sami\";s:12:\"Sami (Norte)\";s:5:\"Sango\";s:5:\"Sango\";s:14:\"Serbo-Croatian\";s:11:\"Serbocroata\";s:10:\"Singhalese\";s:9:\"Cingalés\";s:6:\"Slovak\";s:8:\"Eslovaco\";s:9:\"Slovenian\";s:8:\"Esloveno\";s:6:\"Samoan\";s:7:\"Samoano\";s:5:\"Shona\";s:6:\"Sonés\";s:6:\"Somali\";s:7:\"Somalí\";s:8:\"Albanian\";s:8:\"Albanés\";s:7:\"Serbian\";s:6:\"Serbio\";s:7:\"Siswati\";s:12:\"Suazilandés\";s:7:\"Sesotho\";s:8:\"Sesotés\";s:8:\"Sudanese\";s:8:\"Sudanés\";s:7:\"Swedish\";s:5:\"Sueco\";s:7:\"Swahili\";s:7:\"Suajili\";s:5:\"Tamil\";s:5:\"Tamil\";s:6:\"Telugu\";s:6:\"Telugo\";s:5:\"Tajik\";s:6:\"Tayiko\";s:4:\"Thai\";s:10:\"Tailandés\";s:8:\"Tigrinya\";s:10:\"Tigriñés\";s:7:\"Turkmen\";s:9:\"Turcomano\";s:7:\"Tagalog\";s:6:\"Tagalo\";s:8:\"Setswana\";s:10:\"Sechuanés\";s:5:\"Tonga\";s:8:\"Tongués\";s:7:\"Turkish\";s:5:\"Turco\";s:6:\"Tsonga\";s:6:\"Tsonga\";s:5:\"Tatar\";s:8:\"Tártaro\";s:3:\"Twi\";s:3:\"Tui\";s:8:\"Tahitian\";s:9:\"Tahitiano\";s:6:\"Uighur\";s:6:\"Uighur\";s:9:\"Ukrainian\";s:9:\"Ucraniano\";s:4:\"Urdu\";s:4:\"Urdu\";s:5:\"Uzbek\";s:6:\"Uzbeko\";s:5:\"Venda\";s:5:\"Venda\";s:10:\"Vietnamese\";s:10:\"Vietnamita\";s:5:\"Wolof\";s:5:\"Uolof\";s:5:\"Xhosa\";s:5:\"Xhosa\";s:7:\"Yiddish\";s:6:\"Yidish\";s:6:\"Yoruba\";s:6:\"Yoruba\";s:6:\"Zhuang\";s:6:\"Zhuang\";s:19:\"Chinese, Simplified\";s:19:\"Chino, simplificado\";s:20:\"Chinese, Traditional\";s:18:\"Chino, tradicional\";s:4:\"Zulu\";s:5:\"Zulú\";s:12:\"localization\";s:13:\"localización\";s:16:\"manage languages\";s:17:\"gestionar idiomas\";s:14:\"manage strings\";s:17:\"gestionar cadenas\";s:12:\"add language\";s:14:\"añadir idioma\";s:6:\"import\";s:8:\"importar\";s:6:\"export\";s:8:\"exportar\";s:7:\"confirm\";s:9:\"confirmar\";s:11:\"edit string\";s:13:\"editar cadena\";s:13:\"delete string\";s:15:\"eliminar cadena\";s:27:\"Interface language settings\";s:33:\"Opciones de idioma de la interfaz\";s:37:\"The English locale cannot be deleted.\";s:39:\"El locale Inglés no se puede eliminar.\";s:51:\"Are you sure you want to delete the language %name?\";s:54:\"¿Está seguro de que quiere eliminar el idioma %name?\";s:38:\"The language %locale has been removed.\";s:34:\"Se ha eliminado el idioma %locale.\";s:18:\"administer locales\";s:19:\"administrar locales\";s:3:\"Jan\";s:3:\"Ene\";s:3:\"Feb\";s:3:\"Feb\";s:3:\"Mar\";s:3:\"Mar\";s:3:\"Apr\";s:3:\"Abr\";s:3:\"Jun\";s:3:\"Jun\";s:3:\"Jul\";s:3:\"Jul\";s:3:\"Aug\";s:3:\"Ago\";s:3:\"Sep\";s:3:\"Sep\";s:3:\"Oct\";s:3:\"Oct\";s:3:\"Nov\";s:3:\"Nov\";s:3:\"Dec\";s:3:\"Dic\";s:3:\"Thu\";s:3:\"Jue\";s:3:\"Fri\";s:3:\"Vie\";s:3:\"Sat\";s:4:\"Sáb\";s:3:\"Sun\";s:3:\"Dom\";s:3:\"Mon\";s:3:\"Lun\";s:3:\"Tue\";s:3:\"Mar\";s:3:\"Wed\";s:4:\"Mié\";s:60:\"Allows administrators to customize the site navigation menu.\";s:73:\"Permite a administradores personalizar el menú de navegación del sitio.\";s:70:\"Enter the title, path, position and the weight for your new menu item.\";s:85:\"Introduzca el título, la ruta, la posición y el peso de la nueva opción del menú.\";s:5:\"menus\";s:6:\"menús\";s:13:\"add menu item\";s:26:\"añadir elemento del menú\";s:14:\"edit menu item\";s:25:\"editar elemento del menú\";s:15:\"reset menu item\";s:28:\"reiniciar elemento del menú\";s:17:\"disable menu item\";s:29:\"desactivar elemento del menú\";s:16:\"delete menu item\";s:27:\"eliminar elemento del menú\";s:8:\"add menu\";s:13:\"añadir menú\";s:9:\"edit menu\";s:12:\"editar menú\";s:11:\"delete menu\";s:14:\"eliminar menú\";s:13:\"Menu settings\";s:18:\"Opciones del menú\";s:34:\"The name to display for this link.\";s:38:\"El nombre que se muestra en el enlace.\";s:57:\"The description displayed when hovering over a menu item.\";s:82:\"La descripción que se muestra cuando se pasa por encima de un elemento del menú.\";s:11:\"Parent item\";s:14:\"Elemento padre\";s:31:\"Check to delete this menu item.\";s:47:\"Márquelo para eliminar esta opción del menú.\";s:16:\"No primary links\";s:21:\"Sin enlaces primarios\";s:36:\"Primary and secondary links settings\";s:43:\"Opciones de enlaces primarios y secundarios\";s:29:\"Menu containing primary links\";s:36:\"Menú que contiene enlaces primarios\";s:18:\"No secondary links\";s:23:\"Sin enlaces secundarios\";s:31:\"Menu containing secondary links\";s:38:\"Menú que contiene enlaces secundarios\";s:28:\"Post authoring form settings\";s:51:\"Opciones del formulario de autorización de envíos\";s:14:\"Show all menus\";s:24:\"Mostrar todos los menús\";s:24:\"Restrict parent items to\";s:28:\"Restringir elementos padre a\";s:21:\"The name of the menu.\";s:20:\"El nombre del menú.\";s:26:\"The name of the menu item.\";s:34:\"El nombre de la opción del menú.\";s:4:\"Path\";s:4:\"Ruta\";s:8:\"Expanded\";s:9:\"Expandido\";s:47:\"Are you sure you want to delete the menu %item?\";s:53:\"¿Está seguro de que quiere eliminar el menú %item?\";s:59:\"Are you sure you want to delete the custom menu item %item?\";s:80:\"¿Está seguro de que quiere eliminar el elemento %item del menú personalizado?\";s:33:\"The menu %title has been deleted.\";s:32:\"Se ha eliminado el menú %title.\";s:20:\"Deleted menu %title.\";s:26:\"Eliminado el menú %title.\";s:38:\"The menu item %title has been deleted.\";s:43:\"Se ha eliminado la opción de menú %title.\";s:25:\"Deleted menu item %title.\";s:37:\"Eliminada la opción de menú %title.\";s:68:\"Are you sure you want to reset the item %item to its default values?\";s:86:\"¿Está seguro de que quiere reiniciar el elemento %item con sus valores predefinidos?\";s:62:\"Any customizations will be lost. This action cannot be undone.\";s:77:\"Se va a perder cualquier personalización. Esta acción no se puede deshacer.\";s:48:\"The menu item was reset to its default settings.\";s:77:\"Se han vuelto a establecer las opciones predefinidas de la opción del menú.\";s:32:\"The menu item has been disabled.\";s:39:\"Se ha desactivado la opción del menú.\";s:38:\"The menu item %title has been updated.\";s:46:\"Se ha actualizado la opción %title del menú.\";s:36:\"The menu item %title has been added.\";s:42:\"Se ha añadido la opción de menú %title.\";s:23:\"Added menu item %title.\";s:36:\"Añadida la opción de menú %title.\";s:9:\"Menu item\";s:18:\"Elemento del menú\";s:8:\"add item\";s:15:\"añadir opción\";s:7:\"disable\";s:10:\"desactivar\";s:6:\"enable\";s:7:\"activar\";s:5:\"reset\";s:9:\"reiniciar\";s:8:\"disabled\";s:11:\"desactivado\";s:4:\"menu\";s:5:\"menú\";s:15:\"administer menu\";s:17:\"administrar menú\";s:66:\"Allows content to be submitted to the site and displayed on pages.\";s:70:\"Permite que se envíe contenido al sitio y se muestre en las páginas.\";s:3:\"Log\";s:8:\"Registro\";s:15:\"Content ranking\";s:20:\"Ranking de contenido\";s:17:\"Keyword relevance\";s:19:\"Relevancia de clave\";s:15:\"Recently posted\";s:21:\"Enviado recientemente\";s:18:\"Number of comments\";s:22:\"Número de comentarios\";s:15:\"Number of views\";s:19:\"Número de lecturas\";s:6:\"Factor\";s:6:\"Factor\";s:28:\"Number of posts on main page\";s:42:\"Número de envíos en la página principal\";s:23:\"Length of trimmed posts\";s:34:\"Longitud de los envíos recortados\";s:14:\"200 characters\";s:14:\"200 caracteres\";s:14:\"400 characters\";s:14:\"400 caracteres\";s:14:\"600 characters\";s:14:\"600 caracteres\";s:14:\"800 characters\";s:14:\"800 caracteres\";s:15:\"1000 characters\";s:15:\"1000 caracteres\";s:15:\"1200 characters\";s:15:\"1200 caracteres\";s:15:\"1400 characters\";s:15:\"1400 caracteres\";s:15:\"1600 characters\";s:15:\"1600 caracteres\";s:15:\"1800 characters\";s:15:\"1800 caracteres\";s:15:\"2000 characters\";s:15:\"2000 caracteres\";s:12:\"Preview post\";s:23:\"Vista previa del envío\";s:43:\"Must users preview posts before submitting?\";s:51:\"¿Deben los usuarios previsualizar antes de enviar?\";s:30:\"Read the rest of this posting.\";s:29:\"Leer el resto de este envío.\";s:5:\"posts\";s:7:\"envíos\";s:13:\"content types\";s:17:\"tipo de contenido\";s:14:\"create content\";s:21:\"crear contenido nuevo\";s:8:\"rss feed\";s:10:\"origen rss\";s:9:\"revisions\";s:10:\"revisiones\";s:20:\"\'%name\' content type\";s:27:\"tipo de contenido «%name»\";s:26:\"Approve the selected posts\";s:33:\"Aprobar los envíos seleccionados\";s:26:\"Promote the selected posts\";s:37:\"Promocionar los envíos seleccionados\";s:30:\"Make the selected posts sticky\";s:41:\"Hacer pegajosos los envíos seleccionados\";s:25:\"Demote the selected posts\";s:33:\"Relegar los envíos seleccionados\";s:28:\"Unpublish the selected posts\";s:33:\"Retirar los envíos seleccionados\";s:25:\"Delete the selected posts\";s:34:\"Eliminar los envíos seleccionados\";s:6:\"status\";s:6:\"estado\";s:9:\"published\";s:9:\"publicado\";s:13:\"not published\";s:12:\"no publicado\";s:13:\"in moderation\";s:14:\"en moderación\";s:17:\"not in moderation\";s:17:\"no en moderación\";s:8:\"promoted\";s:12:\"promocionado\";s:12:\"not promoted\";s:15:\"no promocionado\";s:6:\"sticky\";s:8:\"pegajoso\";s:10:\"not sticky\";s:11:\"no pegajoso\";s:4:\"type\";s:4:\"tipo\";s:8:\"category\";s:10:\"categoría\";s:21:\"Show only items where\";s:38:\"Mostrar sólo los elementos en los que\";s:6:\"Refine\";s:7:\"Refinar\";s:4:\"Undo\";s:8:\"Deshacer\";s:3:\"and\";s:1:\"y\";s:5:\"where\";s:5:\"donde\";s:2:\"is\";s:2:\"es\";s:57:\"Please select some items to perform the delete operation.\";s:68:\"Seleccione algunos elementos para realizar la operación de borrado.\";s:50:\"Please select some items to perform the update on.\";s:91:\"Haga el favor de seleccionar algunos elementos para realizar sobre ellos la actualización.\";s:19:\"No posts available.\";s:27:\"No hay envíos disponibles.\";s:44:\"Are you sure you want to delete these items?\";s:54:\"¿Está seguro de que quiere eliminar estos elementos?\";s:10:\"Delete all\";s:14:\"Eliminar todos\";s:28:\"The items have been deleted.\";s:31:\"Se han eliminado los elementos.\";s:15:\"Submission form\";s:20:\"Formulario de envío\";s:36:\"Explanation or submission guidelines\";s:39:\"Explicación o directrices para envíos\";s:23:\"Minimum number of words\";s:27:\"Número mínimo de palabras\";s:8:\"Workflow\";s:16:\"Flujo de trabajo\";s:20:\"Revisions for %title\";s:22:\"Revisiones para %title\";s:8:\"Revision\";s:9:\"Revisión\";s:18:\"%date by %username\";s:19:\"%date por %username\";s:16:\"current revision\";s:16:\"revisión actual\";s:6:\"revert\";s:6:\"volver\";s:32:\"Copy of the revision from %date.\";s:31:\"Copia de la revisión de %date.\";s:65:\"%title has been reverted back to the revision from %revision-date\";s:56:\"%title ha sido devuelto a la revisión de %revision-date\";s:42:\"%type: reverted %title revision %revision.\";s:48:\"%type: devuelto %title a la revisión %revision.\";s:43:\"You tried to revert to an invalid revision.\";s:54:\"Ha intentado volver a una revisión que no es válida.\";s:34:\"Deleted %title revision %revision.\";s:43:\"Eliminada la revisión %revision de %title.\";s:41:\"%type: deleted %title revision %revision.\";s:50:\"%type: eliminada la revisión %revision de %title.\";s:58:\"Deletion failed. You tried to delete the current revision.\";s:62:\"Fallo en el borrado. Se intentó eliminar la revisión actual.\";s:9:\"Syndicate\";s:10:\"Distribuir\";s:68:\"The body of your %type is too short. You need at least %words words.\";s:80:\"El cuerpo de %type es demasiado corto. Al menos tiene que tener %words palabras.\";s:72:\"This content has been modified by another user; changes cannot be saved.\";s:72:\"Este contenido lo ha modificado otro usuario. Los cambios no se guardan.\";s:34:\"The username %name does not exist.\";s:38:\"El nombre del usuario %name no existe.\";s:21:\"Authoring information\";s:24:\"Información de autoría\";s:27:\"Leave blank for %anonymous.\";s:29:\"Dejar vacío para %anonymous.\";s:62:\"Format: %time. Leave blank to use the time of form submission.\";s:74:\"Formato: %time. Déjelo vacío para usar la hora del formulario de envío.\";s:18:\"Publishing options\";s:24:\"Opciones de publicación\";s:19:\"In moderation queue\";s:25:\"En la cola de moderación\";s:22:\"Promoted to front page\";s:35:\"Promocionado a la página principal\";s:22:\"Sticky at top of lists\";s:33:\"Pegajoso en la cima de las listas\";s:19:\"Create new revision\";s:21:\"Crear revisión nueva\";s:12:\"Submit %name\";s:12:\"Enviar %name\";s:13:\"Add a new %s.\";s:19:\"Añadir un %s nuevo\";s:42:\"Choose the appropriate item from the list:\";s:39:\"Elija un elemento adecuado de la lista:\";s:38:\"You are not allowed to create content.\";s:33:\"No se le permite crear contenido.\";s:23:\"Preview trimmed version\";s:37:\"Vista previa de la versión recortada\";s:20:\"Preview full version\";s:36:\"Vista previa de la versión completa\";s:22:\"The %post was updated.\";s:27:\"Se ha actualizado el %post.\";s:20:\"%type: added %title.\";s:23:\"%type: añadido %title.\";s:23:\"Your %post was created.\";s:22:\"Se ha creado su %post.\";s:39:\"Are you sure you want to delete %title?\";s:45:\"¿Está seguro de que quiere eliminar %title?\";s:24:\"%title has been deleted.\";s:23:\"Se ha eliminado %title.\";s:22:\"%type: deleted %title.\";s:24:\"%type: eliminado %title.\";s:29:\"Revision of %title from %date\";s:28:\"Revisión de %title de %date\";s:3:\"RSS\";s:3:\"RSS\";s:15:\"Default options\";s:21:\"Opciones predefinidas\";s:15:\"Advanced search\";s:18:\"Búsqueda avanzada\";s:27:\"Containing any of the words\";s:39:\"Que contenga cualquiera de las palabras\";s:21:\"Containing the phrase\";s:21:\"Que contenga la frase\";s:28:\"Containing none of the words\";s:39:\"Que no contenga ninguna de las palabras\";s:23:\"Only in the category(s)\";s:24:\"Sólo en las categorías\";s:19:\"Only of the type(s)\";s:18:\"Sólo de los tipos\";s:16:\"administer nodes\";s:17:\"administrar nodos\";s:14:\"access content\";s:20:\"acceder al contenido\";s:14:\"view revisions\";s:14:\"ver revisiones\";s:16:\"revert revisions\";s:19:\"volver a revisiones\";s:4:\"node\";s:4:\"nodo\";s:73:\"Enables the creation of pages that can be added to the navigation system.\";s:80:\"Permite la creación de páginas que pueden agregarse al sistema de navegación.\";s:4:\"page\";s:7:\"página\";s:12:\"create pages\";s:14:\"crear páginas\";s:14:\"edit own pages\";s:27:\"editar las páginas propias\";s:28:\"Allows users to rename URLs.\";s:38:\"Permite a los usuarios renombrar URLs.\";s:11:\"url aliases\";s:12:\"alias de url\";s:10:\"edit alias\";s:12:\"editar alias\";s:12:\"delete alias\";s:14:\"eliminar alias\";s:9:\"add alias\";s:13:\"añadir alias\";s:50:\"Are you sure you want to delete path alias %title?\";s:64:\"¿Está seguro de que quiere eliminar el alias a la ruta %title?\";s:27:\"The alias has been deleted.\";s:25:\"Se ha eliminado el alias.\";s:20:\"Existing system path\";s:28:\"Ruta existente en el sistema\";s:12:\"Update alias\";s:16:\"Actualizar alias\";s:16:\"Create new alias\";s:17:\"Crear alias nuevo\";s:20:\"The path is invalid.\";s:22:\"La ruta no es válida.\";s:27:\"The path is already in use.\";s:27:\"La ruta ya se está usando.\";s:17:\"URL path settings\";s:20:\"Opciones de ruta URL\";s:5:\"Alias\";s:5:\"Alias\";s:6:\"System\";s:7:\"Sistema\";s:25:\"No URL aliases available.\";s:32:\"No hay alias de URL disponibles.\";s:33:\"The system path %path is invalid.\";s:40:\"La ruta del sistema %path no es válida.\";s:28:\"The alias %alias is invalid.\";s:30:\"El alias %alias no es válido.\";s:35:\"The alias %alias is already in use.\";s:35:\"El alias %alias ya se está usando.\";s:25:\"The alias has been saved.\";s:24:\"Se ha guardado el alias.\";s:18:\"create url aliases\";s:18:\"crear alias de url\";s:22:\"administer url aliases\";s:24:\"administrar alias de url\";s:4:\"path\";s:4:\"ruta\";s:64:\"A poll is a multiple-choice question which visitors can vote on.\";s:89:\"Una encuesta es una pregunta de selección múltiple en la que los usuarios pueden votar.\";s:16:\"Most recent poll\";s:22:\"Encuesta más reciente\";s:4:\"Poll\";s:8:\"Encuesta\";s:32:\"Negative values are not allowed.\";s:37:\"No se permiten los valores negativos.\";s:38:\"You must fill in at least two choices.\";s:40:\"Debe cumplimentar al menos dos opciones.\";s:8:\"Question\";s:8:\"Pregunta\";s:17:\"Need more choices\";s:26:\"Se necesitan más opciones\";s:7:\"Choices\";s:8:\"Opciones\";s:9:\"Choice %n\";s:10:\"Opción %n\";s:19:\"Votes for choice %n\";s:24:\"Votos para la opción %n\";s:6:\"Closed\";s:7:\"Cerrada\";s:8:\"Settings\";s:8:\"Opciones\";s:11:\"Poll status\";s:21:\"Estado de la encuesta\";s:58:\"When a poll is closed, visitors can no longer vote for it.\";s:77:\"Cuando una encuesta está cerrada, los visitantes ya no pueden votar en ella.\";s:13:\"Poll duration\";s:24:\"Duración de la encuesta\";s:57:\"After this period, the poll will be closed automatically.\";s:59:\"Tras este período, la encuesta se cierra automáticamente.\";s:4:\"poll\";s:8:\"encuesta\";s:5:\"polls\";s:9:\"encuestas\";s:4:\"vote\";s:5:\"votar\";s:4:\"open\";s:7:\"abierta\";s:6:\"closed\";s:7:\"cerrada\";s:4:\"Vote\";s:5:\"Votar\";s:19:\"Total votes: %votes\";s:22:\"Total de votos: %votes\";s:23:\"Your vote was recorded.\";s:25:\"Se ha registrado su voto.\";s:40:\"You\'re not allowed to vote on this poll.\";s:40:\"No se le permite votar en esta encuesta.\";s:39:\"You didn\'t specify a valid poll choice.\";s:59:\"No ha especificado una selección válida para la encuesta.\";s:11:\"older polls\";s:20:\"encuestas anteriores\";s:36:\"View the list of polls on this site.\";s:41:\"Ver la lista con las encuestas del sitio.\";s:30:\"View the current poll results.\";s:41:\"Ver los resultados de la encuesta actual.\";s:6:\"1 vote\";s:6:\"1 voto\";s:12:\"%count votes\";s:12:\"%count votos\";s:12:\"create polls\";s:15:\"crear encuestas\";s:13:\"vote on polls\";s:18:\"votar en encuestas\";s:36:\"Supports configurable user profiles.\";s:47:\"Soporte para perfiles de usuario configurables.\";s:9:\"user list\";s:17:\"lista de usuarios\";s:8:\"profiles\";s:8:\"perfiles\";s:9:\"add field\";s:13:\"añadir campo\";s:10:\"edit field\";s:12:\"editar campo\";s:12:\"delete field\";s:14:\"eliminar campo\";s:18:\"Author information\";s:22:\"Información del autor\";s:25:\"Link to full user profile\";s:37:\"Enlace al perfil completo del usuario\";s:25:\"Profile fields to display\";s:33:\"Campos del perfil que se muestran\";s:22:\"View full user profile\";s:34:\"Ver el perfil completo del usuario\";s:11:\"About %name\";s:15:\"Acerca de %name\";s:11:\"edit %title\";s:13:\"editar %title\";s:13:\"add new %type\";s:19:\"añadir nuevo %type\";s:14:\"Field settings\";s:18:\"Opciones del campo\";s:9:\"Form name\";s:21:\"Nombre del formulario\";s:11:\"Explanation\";s:12:\"Explicación\";s:17:\"Selection options\";s:22:\"Opciones de selección\";s:10:\"Visibility\";s:11:\"Visibilidad\";s:58:\"Private field, content only available to privileged users.\";s:83:\"Campo privado. El contenido sólo está disponible para los usuarios privilegiados.\";s:69:\"Public field, content shown on profile page and on member list pages.\";s:109:\"Campo público. El contenido se muestra en la página del perfil y en las páginas de las listas de usuarios.\";s:10:\"Page title\";s:21:\"Título de la página\";s:28:\"The user must enter a value.\";s:36:\"El usuario debe introducir un valor.\";s:34:\"Visible in user registration form.\";s:49:\"Visible en el formulario de registro de usuarios.\";s:10:\"Save field\";s:16:\"Guardar el campo\";s:54:\"The specified form name is reserved for use by Drupal.\";s:77:\"El nombre del formulario especificado está reservado para su uso por Drupal.\";s:58:\"The specified category name is reserved for use by Drupal.\";s:75:\"El nombre de la categoría indicada está reservado para su uso por Drupal.\";s:38:\"The specified title is already in use.\";s:43:\"El título especificado ya se está usando.\";s:37:\"The specified name is already in use.\";s:42:\"El nombre especificado ya se está usando.\";s:27:\"The field has been created.\";s:22:\"Se ha creado el campo.\";s:52:\"Profile field %field added under category %category.\";s:58:\"Campo de perfil %field añadido a la categoría %category.\";s:27:\"The field has been updated.\";s:27:\"Se ha actualizado el campo.\";s:49:\"Are you sure you want to delete the field %field?\";s:54:\"¿Está seguro de que quiere eliminar el campo %field?\";s:20:\"hidden profile field\";s:23:\"campo oculto del perfil\";s:34:\"The field %field has been deleted.\";s:32:\"Se ha eliminado el campo %field.\";s:29:\"Profile field %field deleted.\";s:34:\"Campo del perfil %field eliminado.\";s:18:\"No fields defined.\";s:30:\"No hay ningún campo definido.\";s:13:\"Add new field\";s:22:\"Añadir un campo nuevo\";s:66:\"The content of this field is private and only visible to yourself.\";s:65:\"El contenido de este campo es privado y sólo lo puede ver usted.\";s:49:\"The value provided for %field is not a valid URL.\";s:57:\"El valor que proporcionó en %field no es un URL válido.\";s:29:\"The field %field is required.\";s:29:\"El campo %field es necesario.\";s:21:\"single-line textfield\";s:28:\"campo de texto de una línea\";s:20:\"multi-line textfield\";s:32:\"campo de texto de varias líneas\";s:8:\"checkbox\";s:24:\"casilla de verificación\";s:14:\"list selection\";s:19:\"lista de selección\";s:13:\"freeform list\";s:11:\"lista libre\";s:4:\"date\";s:5:\"fecha\";s:7:\"profile\";s:6:\"perfil\";s:36:\"Enables site-wide keyword searching.\";s:51:\"Permite la búsqueda de palabras por todo el sitio.\";s:11:\"Search form\";s:23:\"Formulario de búsqueda\";s:11:\"Clear index\";s:15:\"Limpiar índice\";s:13:\"Re-index site\";s:25:\"Volver a indexar el sitio\";s:26:\"The index will be rebuilt.\";s:28:\"Se reconstruirá el índice.\";s:41:\"%percentage of the site has been indexed.\";s:40:\"Se ha indexado el %percentage del sitio.\";s:15:\"Indexing status\";s:21:\"Estado de indexación\";s:17:\"Indexing throttle\";s:29:\"Regulación de la indexación\";s:27:\"Items to index per cron run\";s:53:\"Elementos que se indexan cada vez que se ejecuta cron\";s:17:\"Indexing settings\";s:23:\"Opciones de indexación\";s:28:\"Minimum word length to index\";s:50:\"Longitud mínima de la palabra que se va a indexar\";s:19:\"Simple CJK handling\";s:24:\"Gestión sencilla de CJK\";s:43:\"Are you sure you want to re-index the site?\";s:55:\"¿Está seguro de que quiere volver a indexar el sitio?\";s:22:\"Search: %keys (%type).\";s:22:\"Buscar: %keys (%type).\";s:14:\"Search results\";s:26:\"Resultados de la búsqueda\";s:30:\"Your search yielded no results\";s:41:\"Su búsqueda no produjo ningún resultado\";s:19:\"Enter your keywords\";s:30:\"Introduzca las palabras clave.\";s:27:\"Please enter some keywords.\";s:51:\"Haga el favor de introducir algunas palabras clave.\";s:39:\"Enter the terms you wish to search for.\";s:43:\"Introduzca los términos que quiera buscar.\";s:30:\"There is 1 item left to index.\";s:31:\"Queda 1 elemento en el índice.\";s:37:\"There are %count items left to index.\";s:38:\"Quedan %count elementos en el índice.\";s:14:\"search content\";s:16:\"buscar contenido\";s:17:\"administer search\";s:24:\"administrar la búsqueda\";s:37:\"Logs access statistics for your site.\";s:47:\"Registra estadísticas de acceso para su sitio.\";s:48:\"
This page shows you the most recent hits.
\";s:58:\"
Esta página le muestra los accesos más recientes.
\";s:11:\"recent hits\";s:17:\"accesos recientes\";s:9:\"top pages\";s:20:\"páginas principales\";s:12:\"top visitors\";s:22:\"visitantes principales\";s:9:\"referrers\";s:10:\"referentes\";s:17:\"track page visits\";s:34:\"seguimiento de visitas de páginas\";s:9:\"Timestamp\";s:14:\"Sello temporal\";s:4:\"Page\";s:7:\"Página\";s:4:\"Hits\";s:7:\"Accesos\";s:28:\"Average page generation time\";s:42:\"Tiempo de generación promedio por página\";s:26:\"Total page generation time\";s:39:\"Tiempo total de generación de páginas\";s:8:\"%time ms\";s:8:\"%time ms\";s:31:\"Top pages in the past %interval\";s:42:\"Mejores páginas en los últimos %interval\";s:7:\"Visitor\";s:9:\"Visitante\";s:5:\"unban\";s:9:\"readmitir\";s:3:\"ban\";s:7:\"excluir\";s:34:\"Top visitors in the past %interval\";s:44:\"Visitantes principales del último %interval\";s:35:\"Top referrers in the past %interval\";s:44:\"Referentes principales del último %interval\";s:3:\"Url\";s:3:\"Url\";s:10:\"Last visit\";s:14:\"Última visita\";s:19:\"Access log settings\";s:31:\"Opciones del registro de acceso\";s:17:\"Enable access log\";s:29:\"Activar el registro de acceso\";s:56:\"Log each page access. Required for referrer statistics.\";s:81:\"Registra el acceso a cada página. Necesario para las estadísticas de remitente.\";s:30:\"Discard access logs older than\";s:46:\"Descartar los registros de acceso anteriores a\";s:32:\"Content viewing counter settings\";s:55:\"Opciones de los contadores de impresiones del contenido\";s:19:\"Count content views\";s:36:\"Contar las impresiones del contenido\";s:48:\"Increment a counter each time content is viewed.\";s:60:\"Incrementa un contador cada vez que se muestra el contenido.\";s:15:\"Popular content\";s:17:\"Contenido popular\";s:36:\"Number of day\'s top views to display\";s:61:\"Número de elementos más imprimidos del día que se muestran\";s:48:\"How many content items to display in \"day\" list.\";s:69:\"Cuántos elementos de contenido se debe mostrar en la lista «día»,\";s:35:\"Number of all time views to display\";s:49:\"Número de impresiones de siempre que se muestran\";s:53:\"How many content items to display in \"all time\" list.\";s:73:\"Cuántos elementos de contenido se deben mostrar en la lista «siempre».\";s:38:\"Number of most recent views to display\";s:48:\"Número de impresiones recientes que se muestran\";s:60:\"How many content items to display in \"recently viewed\" list.\";s:86:\"Cuántos elementos de contenido se debe mostrar en la lista «impresiones recientes»,\";s:8:\"Today\'s:\";s:4:\"Hoy:\";s:9:\"All time:\";s:8:\"Siempre:\";s:12:\"Last viewed:\";s:21:\"Últimas impresiones:\";s:6:\"1 read\";s:9:\"1 lectura\";s:12:\"%count reads\";s:15:\"%count lecturas\";s:17:\"access statistics\";s:23:\"estadísticas de acceso\";s:24:\"view post access counter\";s:33:\"ver contador de accesos al envío\";s:10:\"statistics\";s:13:\"estadísticas\";s:54:\"Handles general site configuration for administrators.\";s:69:\"Gestión de la configuración general del sitio para administradores.\";s:10:\"administer\";s:11:\"administrar\";s:6:\"themes\";s:5:\"temas\";s:15:\"global settings\";s:17:\"opciones globales\";s:7:\"modules\";s:8:\"módulos\";s:70:\"Selecting a different theme will change the look and feel of the site.\";s:66:\"Al seleccionar un tema diferente cambia la apariencia de su sitio.\";s:15:\"Locale settings\";s:25:\"Opciones de localización\";s:9:\"Time zone\";s:12:\"Zona horaria\";s:19:\"Theme configuration\";s:23:\"Configuración del tema\";s:27:\"Screenshot for %theme theme\";s:35:\"Captura de pantalla del tema %theme\";s:13:\"no screenshot\";s:26:\"no hay captura de pantalla\";s:36:\"
(site default theme)\";s:44:\"
(tema predefinido del sitio)\";s:10:\"Screenshot\";s:19:\"Captura de pantalla\";s:26:\"The name of this web site.\";s:24:\"El nombre del sitio web.\";s:6:\"Slogan\";s:7:\"Eslogan\";s:72:\"The slogan of this website. Some themes display a slogan when available.\";s:84:\"El eslogan del sitio web. Algunos temas muestran el eslogan cuando está disponible.\";s:7:\"Mission\";s:7:\"Misión\";s:39:\"Your site\'s mission statement or focus.\";s:49:\"La frase con la misión o el enfoque de su sitio.\";s:14:\"Footer message\";s:25:\"Mensaje de pie de página\";s:14:\"Anonymous user\";s:16:\"Usuario anónimo\";s:42:\"The name used to indicate anonymous users.\";s:63:\"El nombre que se usa para identificar a los usuarios anónimos.\";s:18:\"Default front page\";s:29:\"Página predefinida de inicio\";s:10:\"Clean URLs\";s:12:\"URLs limpios\";s:22:\"Run the clean URL test\";s:32:\"Realizar la prueba de URL limpio\";s:14:\"Error handling\";s:17:\"Error de gestión\";s:32:\"Default 403 (access denied) page\";s:41:\"Página 403 predefinida (acceso denegado)\";s:28:\"Default 404 (not found) page\";s:39:\"Página 404 predefinida (no encontrada)\";s:15:\"Error reporting\";s:25:\"Error al hacer el informe\";s:23:\"Write errors to the log\";s:35:\"Escribir los errores en el registro\";s:41:\"Write errors to the log and to the screen\";s:52:\"Escribir los errores en el registro y en la pantalla\";s:5:\"Never\";s:5:\"Nunca\";s:30:\"Discard log entries older than\";s:47:\"Descartar las entradas de registro anteriores a\";s:14:\"Cache settings\";s:17:\"Opciones de cache\";s:10:\"Page cache\";s:18:\"Caché de páginas\";s:22:\"Minimum cache lifetime\";s:32:\"Mímimo de permanencia en caché\";s:20:\"File system settings\";s:32:\"Opciones del sistema de archivos\";s:16:\"File system path\";s:28:\"Ruta del sistema de archivos\";s:19:\"Temporary directory\";s:19:\"Directorio temporal\";s:15:\"Download method\";s:19:\"Método de descarga\";s:49:\"Public - files are available using http directly.\";s:71:\"Público: los archivos están disponibles directamente utilizando http.\";s:42:\"Private - files are transferred by Drupal.\";s:44:\"Privado: los archivos los transfiere Drupal.\";s:14:\"Image handling\";s:21:\"Gestión de imágenes\";s:34:\"Select an image processing toolkit\";s:59:\"Seleccione un juego de herramientas para procesar imágenes\";s:17:\"RSS feed settings\";s:23:\"Opciones del origen RSS\";s:24:\"Number of items per feed\";s:31:\"Número de elementos por origen\";s:49:\"The default number of items to include in a feed.\";s:70:\"El número predefinido de elementos que se deben incluir en un origen.\";s:25:\"Display of XML feed items\";s:34:\"Mostrar elementos de orígenes XML\";s:11:\"Titles only\";s:14:\"Sólo títulos\";s:18:\"Titles plus teaser\";s:18:\"Títulos y avances\";s:9:\"Full text\";s:14:\"Texto completo\";s:13:\"Date settings\";s:17:\"Opciones de fecha\";s:17:\"Default time zone\";s:24:\"Zona horaria predefinida\";s:34:\"Select the default site time zone.\";s:49:\"Seleccione la zona horaria predefinida del sitio.\";s:23:\"Configurable time zones\";s:28:\"Zonas horarias configurables\";s:17:\"Short date format\";s:22:\"Formato corto de fecha\";s:33:\"The short format of date display.\";s:26:\"El formato corto de fecha.\";s:18:\"Medium date format\";s:22:\"Formato medio de fecha\";s:30:\"The medium sized date display.\";s:37:\"El formato de fecha de tamaño medio.\";s:16:\"Long date format\";s:22:\"Formato largo de fecha\";s:45:\"Longer date format used for detailed display.\";s:69:\"Formato de fecha más largo, usado para una visualización detallada.\";s:17:\"First day of week\";s:24:\"Primer día de la semana\";s:45:\"The first day of the week for calendar views.\";s:57:\"El primer día de la semana para la vista del calendario.\";s:16:\"Site maintenance\";s:23:\"Mantenimiento del sitio\";s:11:\"Site status\";s:16:\"Estado del sitio\";s:6:\"Online\";s:9:\"Conectado\";s:8:\"Off-line\";s:12:\"Desconectado\";s:21:\"Site off-line message\";s:29:\"Mensaje de sitio desconectado\";s:59:\"Message to show visitors when the site is in off-line mode.\";s:74:\"Mensaje que se muestra a los vistantes cuando el sitio está desconectado.\";s:15:\"String handling\";s:19:\"Gestión de cadenas\";s:9:\"Cron jobs\";s:14:\"Tareas de cron\";s:49:\"Cron is running. The last cron job ran %time ago.\";s:72:\"Cron está funcionando. La última tarea de cron se ejecutó hace %time.\";s:55:\"The settings have not been saved because of the errors.\";s:52:\"Las opciones no se han guardado porque hubo errores.\";s:66:\"The configuration options have been reset to their default values.\";s:79:\"Se han restablecido los valores predefinidos de las opciones de configuración.\";s:42:\"The configuration options have been saved.\";s:47:\"Se han guardado las opciones de configuración.\";s:8:\"required\";s:9:\"requerido\";s:62:\"Only JPEG, PNG and GIF images are allowed to be used as logos.\";s:70:\"Sólo se admiten imágenes JPEG, PNG y GIF para ser usadas como logos.\";s:4:\"Logo\";s:4:\"Logo\";s:9:\"Site name\";s:16:\"Nombre del sitio\";s:11:\"Site slogan\";s:17:\"Eslogan del sitio\";s:17:\"Mission statement\";s:20:\"Frase con la misión\";s:22:\"User pictures in posts\";s:40:\"Imágenes de los usuarios en los envíos\";s:25:\"User pictures in comments\";s:44:\"Imágenes de los usuarios en los comentarios\";s:10:\"Search box\";s:19:\"Bloque de búsqueda\";s:13:\"Shortcut icon\";s:23:\"Icono de acceso rápido\";s:14:\"Toggle display\";s:25:\"Cambiar la visualización\";s:55:\"Enable or disable the display of certain page elements.\";s:72:\"Activa o desactiva la visualización de ciertos elementos de la página.\";s:27:\"Display post information on\";s:34:\"Mostrar información del envío en\";s:19:\"Logo image settings\";s:30:\"Opciones de la imagen del logo\";s:52:\"If toggled on, the following logo will be displayed.\";s:48:\"Si está activado, se muestra el logo siguiente.\";s:20:\"Use the default logo\";s:24:\"Usar el logo predefinido\";s:66:\"Check here if you want the theme to use the logo supplied with it.\";s:62:\"Márquelo si quiere que el tema use el logo que viene con él.\";s:19:\"Path to custom logo\";s:26:\"Ruta al logo personalizado\";s:17:\"Upload logo image\";s:25:\"Cargar la imagen del logo\";s:22:\"Shortcut icon settings\";s:36:\"Opciones de iconos de acceso rápido\";s:30:\"Use the default shortcut icon.\";s:44:\"Usar el icono de acceso rápido predefinido.\";s:66:\"Check here if you want the theme to use the default shortcut icon.\";s:75:\"Márquelo si quiere que el tema use el icono de acceso rápido predefinido.\";s:19:\"Path to custom icon\";s:27:\"Ruta al icono personalizado\";s:17:\"Upload icon image\";s:22:\"Cargar imagen de icono\";s:24:\"Engine-specific settings\";s:31:\"Opciones específicas del motor\";s:23:\"Theme-specific settings\";s:30:\"Opciones específicas del tema\";s:7:\"Confirm\";s:9:\"Confirmar\";s:29:\"administer site configuration\";s:39:\"administrar la configuración del sitio\";s:27:\"access administration pages\";s:37:\"páginas de administración de acceso\";s:22:\"select different theme\";s:29:\"seleccionar un tema diferente\";s:6:\"system\";s:7:\"sistema\";s:14:\"add vocabulary\";s:19:\"añadir vocabulario\";s:15:\"edit vocabulary\";s:18:\"editar vocabulario\";s:9:\"edit term\";s:15:\"editar término\";s:13:\"taxonomy term\";s:22:\"término de taxonomía\";s:21:\"autocomplete taxonomy\";s:39:\"terminar automáticamente la taxonomía\";s:10:\"list terms\";s:18:\"lista de términos\";s:8:\"add term\";s:16:\"añadir término\";s:9:\"add terms\";s:17:\"añadir términos\";s:24:\"No categories available.\";s:31:\"No hay categorías disponibles.\";s:19:\"No terms available.\";s:29:\"No hay términos disponibles.\";s:15:\"Vocabulary name\";s:22:\"Nombre del vocabulario\";s:48:\"The name for this vocabulary. Example: \"Topic\".\";s:53:\"El nombre para este vocabulario. Ejemplo: «Temas».\";s:54:\"Description of the vocabulary; can be used by modules.\";s:58:\"Descripción del vocabulario: la pueden usar los módulos.\";s:9:\"Help text\";s:14:\"Texto de ayuda\";s:57:\"Instructions to present to the user when choosing a term.\";s:73:\"Instrucciones para presentar al usuario cuando vaya a elegir un término.\";s:5:\"Types\";s:5:\"Tipos\";s:64:\"A list of node types you want to associate with this vocabulary.\";s:72:\"Una lista de los tipos de nodos que quiere asociar con este vocabulario.\";s:9:\"Hierarchy\";s:10:\"Jerarquía\";s:6:\"Single\";s:6:\"Simple\";s:8:\"Multiple\";s:9:\"Múltiple\";s:13:\"Related terms\";s:22:\"Términos relacionados\";s:64:\"Allows related terms in this vocabulary.\";s:75:\"Permite términos relacionados en este vocabulario.\";s:12:\"Free tagging\";s:16:\"Etiquetado libre\";s:71:\"Content is categorized by typing terms instead of choosing from a list.\";s:86:\"El contenido se categoriza tecleando términos en lugar de eligiéndolos de una lista.\";s:15:\"Multiple select\";s:20:\"Selección múltiple\";s:29:\"Created new vocabulary %name.\";s:35:\"Creado un vocabulario nuevo, %name.\";s:25:\"Updated vocabulary %name.\";s:33:\"Actualizado el vocabulario %name.\";s:54:\"Are you sure you want to delete the vocabulary %title?\";s:60:\"¿Está seguro de que quiere eliminar el vocabulario %title?\";s:25:\"Deleted vocabulary %name.\";s:31:\"Eliminado el vocabulario %name.\";s:9:\"Term name\";s:19:\"Nombre del término\";s:42:\"The name for this term. Example: \"Linux\".\";s:48:\"El nombre de este término. Ejemplo: «Linux».\";s:26:\"A description of the term.\";s:30:\"Una descripción del término.\";s:11:\"Parent term\";s:14:\"Término padre\";s:7:\"Parents\";s:6:\"Padres\";s:12:\"Parent terms\";s:16:\"Términos padres\";s:8:\"Synonyms\";s:10:\"Sinónimos\";s:68:\"Synonyms of this term, one synonym per line.\";s:77:\"Sinónimos de este término, un sinónimo por línea.\";s:23:\"Created new term %term.\";s:31:\"Creado el término nuevo %term.\";s:32:\"The term %term has been updated.\";s:36:\"Se ha actualizado el término %term.\";s:48:\"Are you sure you want to delete the term %title?\";s:57:\"¿Está seguro de que quiere eliminar el término %title?\";s:19:\"Deleted term %name.\";s:28:\"Eliminado el término %name.\";s:53:\"The %name vocabulary can not be modified in this way.\";s:57:\"El vocabulario %name no se puede modificar de esta forma.\";s:46:\"There are currently no posts in this category.\";s:46:\"Actualmente no hay envíos en esta categoría.\";s:38:\"Enables the categorization of content.\";s:40:\"Activa la categorización del contenido.\";s:19:\"administer taxonomy\";s:22:\"administrar taxonomía\";s:15:\"%title by %name\";s:16:\"%title por %name\";s:8:\"by %name\";s:9:\"por %name\";s:23:\"This field is required.\";s:26:\"Este campo es obligatorio.\";s:17:\"%title: %required\";s:17:\"%title: %required\";s:9:\"sort icon\";s:17:\"ordenar por icono\";s:14:\"sort ascending\";s:18:\"ordenar ascendente\";s:15:\"sort descending\";s:19:\"ordenar descendente\";s:7:\"updated\";s:11:\"actualizado\";s:34:\"[more help...]\";s:35:\"[más ayuda...]\";s:8:\"XML feed\";s:10:\"Origen XML\";s:17:\"Syndicate content\";s:20:\"Distribuir contenido\";s:12:\"not verified\";s:13:\"no verificado\";s:5:\"theme\";s:4:\"tema\";s:66:\"Handles the auto-throttling mechanism, to control site congestion.\";s:90:\"Gestiona el mecanismo de regulación automática, para controlar la congestión del sitio.\";s:32:\"Auto-throttle on anonymous users\";s:47:\"Regulación automática para usuarios anónimos\";s:36:\"Auto-throttle on authenticated users\";s:50:\"Regulación automática para usuarios autenticados\";s:33:\"Auto-throttle probability limiter\";s:56:\"Limitador según probabilidad de regulación automática\";s:8:\"throttle\";s:11:\"regulación\";s:40:\"1 user accessing site; throttle enabled.\";s:52:\"1 usuario accediendo al sitio. Regulación activada.\";s:46:\"%count users accessing site; throttle enabled.\";s:58:\"%count usuarios accediendo al sitio. Regulación activada.\";s:41:\"1 guest accessing site; throttle enabled.\";s:52:\"1 usuario accediendo al sitio. Regulación activada.\";s:47:\"%count guests accessing site; throttle enabled.\";s:59:\"%count invitados accediendo al sitio. Regulación activada.\";s:41:\"1 guest accessing site; throttle disabled\";s:56:\"1 invitado accediendo al sitio. Regulación desactivada.\";s:47:\"%count guests accessing site; throttle disabled\";s:62:\"%count invitados accediendo al sitio. Regulación desactivada.\";s:43:\"Enables tracking of recent posts for users.\";s:63:\"Permite a los usuarios el seguimiento de los envíos recientes.\";s:12:\"recent posts\";s:17:\"envíos recientes\";s:16:\"all recent posts\";s:27:\"todos los envíos recientes\";s:15:\"my recent posts\";s:21:\"mis envíos recientes\";s:11:\"track posts\";s:22:\"seguimiento de envíos\";s:4:\"Post\";s:6:\"Envío\";s:7:\"tracker\";s:11:\"seguimiento\";s:63:\"Invalid: the current configuration is incompatible with Drupal.\";s:64:\"No válido: la configuración actual es incompatible con Drupal.\";s:22:\"String handling method\";s:30:\"Método de gestión de cadenas\";s:45:\"Could not convert XML encoding \'%s\' to UTF-8.\";s:63:\"No se pudo convertir la codificación de XML de «%s» a UTF-8.\";s:51:\"Allows users to upload and attach files to content.\";s:66:\"Permite que los usuarios carguen y adjunten archivos al contenido.\";s:38:\"Read full article to view attachments.\";s:48:\"Lea el artículo completo para ver los adjuntos.\";s:38:\"Maximum resolution for uploaded images\";s:47:\"Resolución máxima para las imágenes cargadas\";s:21:\"List files by default\";s:41:\"Mostrar los archivos de forma predefinida\";s:18:\"Settings for %role\";s:19:\"Opciones para %role\";s:25:\"Permitted file extensions\";s:34:\"Extensiones de archivos permitidas\";s:28:\"Maximum file size per upload\";s:37:\"Tamaño máximo del archivo por carga\";s:60:\"The maximum size of a file a user can upload (in megabytes).\";s:76:\"El tamaño máximo de un archivo que un usuario puede cargar (en megabytes).\";s:24:\"Total file size per user\";s:37:\"Tamaño total de archivos por usuario\";s:73:\"The maximum size of all files a user can have on the site (in megabytes).\";s:95:\"El tamaño máximo de todos los archivos que un usuario puede tener en el sitio (en megabytes).\";s:11:\"Attachments\";s:8:\"Adjuntos\";s:16:\"File attachments\";s:17:\"Archivos adjuntos\";s:10:\"Attachment\";s:7:\"Adjunto\";s:4:\"Size\";s:7:\"Tamaño\";s:57:\"Your filename has been renamed to conform to site policy.\";s:81:\"Se ha cambiado el nombre del archivo para que se ajuste a la política del sitio.\";s:15:\"Attach new file\";s:25:\"Adjuntar un archivo nuevo\";s:6:\"Attach\";s:8:\"Adjuntar\";s:4:\"List\";s:5:\"Lista\";s:12:\"1 attachment\";s:9:\"1 adjunto\";s:18:\"%count attachments\";s:15:\"%count adjuntos\";s:12:\"upload files\";s:15:\"cargar archivos\";s:19:\"view uploaded files\";s:21:\"ver archivos cargados\";s:6:\"upload\";s:6:\"cargar\";s:26:\"You must enter a username.\";s:35:\"Debe ingresar un nombre de usuario.\";s:39:\"The username cannot begin with a space.\";s:55:\"El nombre del usuario no puede comenzar con un espacio.\";s:37:\"The username cannot end with a space.\";s:56:\"El nombre del usuario no puede finalizar con un espacio.\";s:53:\"The username cannot contain multiple spaces in a row.\";s:65:\"El nombre del usuario no puede contener varios espacios seguidos.\";s:43:\"The username contains an illegal character.\";s:51:\"El nombre del usuario contiene un carácter ilegal.\";s:46:\"The username is not a valid authentication ID.\";s:61:\"El nombre del usuario no es un id. de autenticación válido.\";s:67:\"The username %name is too long: it must be less than 56 characters.\";s:82:\"El nombre del usuario %name es demasiado largo: debe tener menos de 56 caracteres.\";s:33:\"You must enter an e-mail address.\";s:41:\"Debe ingresar una dirección de correo-e.\";s:38:\"The e-mail address %mail is not valid.\";s:46:\"La dirección de correo-e %mail no es válida.\";s:35:\"The uploaded file was not an image.\";s:36:\"El archivo cargado no es una imagen.\";s:67:\"The uploaded image is too large; the maximum file size is %size kB.\";s:82:\"La imagen cargada es demasiado grande. El tamaño máximo del archivo es %size kB.\";s:5:\"users\";s:8:\"usuarios\";s:10:\"Member for\";s:15:\"Miembro durante\";s:16:\"account settings\";s:21:\"opciones de la cuenta\";s:10:\"User login\";s:28:\"Inicio de sesión de usuario\";s:9:\"Who\'s new\";s:6:\"Nuevos\";s:12:\"Who\'s online\";s:9:\"En línea\";s:13:\"User activity\";s:21:\"Actividad del usuario\";s:16:\"User list length\";s:29:\"Longitud de lista de usuarios\";s:52:\"Maximum number of currently online users to display.\";s:55:\"Número máximo de usuarios conectados que se muestran.\";s:8:\"Username\";s:17:\"Nombre de usuario\";s:8:\"Password\";s:11:\"Contraseña\";s:6:\"Log in\";s:15:\"Iniciar sesión\";s:18:\"Create new account\";s:18:\"Crear cuenta nueva\";s:26:\"Create a new user account.\";s:33:\"Crea una cuenta de usuario nueva.\";s:20:\"Request new password\";s:27:\"Solicitar nueva contraseña\";s:32:\"Request new password via e-mail.\";s:55:\"Solicita una contraseña nueva por correo electrónico.\";s:49:\"There is currently %members and %visitors online.\";s:51:\"En este momento hay %members y %visitors en línea.\";s:50:\"There are currently %members and %visitors online.\";s:51:\"En este momento hay %members y %visitors en línea.\";s:12:\"Online users\";s:18:\"Usuarios en línea\";s:15:\"%user\'s picture\";s:15:\"Imagen de %user\";s:12:\"user account\";s:17:\"cuenta de usuario\";s:17:\"user autocomplete\";s:25:\"autocompletado de usuario\";s:6:\"log in\";s:15:\"iniciar sesión\";s:8:\"register\";s:9:\"registrar\";s:20:\"request new password\";s:27:\"solicitar nueva contraseña\";s:14:\"reset password\";s:17:\"nueva contraseña\";s:8:\"add user\";s:15:\"añadir usuario\";s:14:\"access control\";s:17:\"control de acceso\";s:11:\"permissions\";s:8:\"permisos\";s:5:\"roles\";s:5:\"roles\";s:9:\"edit role\";s:10:\"editar rol\";s:12:\"access rules\";s:16:\"reglas de acceso\";s:8:\"add rule\";s:13:\"añadir regla\";s:11:\"check rules\";s:16:\"verificar reglas\";s:9:\"edit rule\";s:12:\"editar regla\";s:11:\"delete rule\";s:12:\"eliminar rol\";s:10:\"my account\";s:9:\"mi cuenta\";s:7:\"log out\";s:14:\"cerrar sesión\";s:4:\"user\";s:7:\"usuario\";s:64:\"Enter your %s username, or an ID from one of our affiliates: %a.\";s:80:\"Introduzca su nombre de usuario %s, o un id. para uno de nuestros afiliados: %a.\";s:23:\"Enter your %s username.\";s:35:\"Introduzca su nombre de usuario %s.\";s:50:\"Enter the password that accompanies your username.\";s:63:\"Introduzca la contraseña que acompaña a su nombre de usuario.\";s:56:\"The username %name has not been activated or is blocked.\";s:60:\"El usuario %name no se ha activado o se encuentra bloqueado.\";s:38:\"The name %name is a reserved username.\";s:32:\"El nombre %name está reservado.\";s:41:\"Sorry. Unrecognized username or password.\";s:64:\"Disculpe. No se reconoce el nombre del usuario o la contraseña.\";s:33:\"Have you forgotten your password?\";s:29:\"¿Ha olvidado su contraseña?\";s:31:\"Login attempt failed for %user.\";s:38:\"Intento de ingreso fallido para %user.\";s:25:\"Session opened for %name.\";s:27:\"Sesión abierta para %name.\";s:44:\"External load by %user using module %module.\";s:49:\"Carga externa de %user usando el módulo %module.\";s:24:\"Invalid password for %s.\";s:31:\"Contraseña no válida para %s.\";s:46:\"New external user: %user using module %module.\";s:54:\"Nuevo usuario externo %user usando el módulo %module.\";s:25:\"Session closed for %name.\";s:27:\"Sesión cerrada para %name.\";s:19:\"E-mail new password\";s:31:\"Nueva contraseña por correo-e.\";s:44:\"Sorry. The username %name is not recognized.\";s:53:\"Disculpe. El nombre del usuario %name no se reconoce.\";s:51:\"Sorry. The e-mail address %email is not recognized.\";s:58:\"Disculpe. La dirección de correo-e %email no se reconoce.\";s:53:\"You must provide either a username or e-mail address.\";s:70:\"Debe proporcionar o un nombre de usuario o una dirección de correo-e.\";s:54:\"Password reset instructions mailed to %name at %email.\";s:85:\"Se han enviado instrucciones para establecer una nueva contraseña a %name en %email.\";s:59:\"Further instructions have been sent to your e-mail address.\";s:65:\"Se le han enviado más instrucciones a su dirección de correo-e.\";s:61:\"Error mailing password reset instructions to %name at %email.\";s:90:\"Error al enviar las instrucciones para establecer una nueva contraseña a %name en %email.\";s:51:\"Unable to send mail. Please contact the site admin.\";s:98:\"No se puede enviar el correo. Haga el favor de ponerse en contacto con el administrador del sitio.\";s:69:\"Enter your username or your e-mail address.\";s:86:\"Introduzca su nombre de usuario o su dirección de correo-e.\";s:55:\"User %name used one-time login link at time %timestamp.\";s:82:\"El usuario %name ha empleado un enlace para ingresar una única vez en %timestamp.\";s:40:\"
This login can be used only once.
\";s:52:\"
Este ingreso sólo se puede realizar una vez.
\";s:39:\"Provide a password for the new account.\";s:49:\"Proporcione una contraseña para la cuenta nueva.\";s:26:\"Notify user of new account\";s:39:\"Notificar el usuario de la cuenta nueva\";s:19:\"Account information\";s:25:\"Información de la cuenta\";s:58:\"Detected malicious attempt to alter protected user fields.\";s:73:\"Detectado un intento pernicioso de alterar campos protegidos del usuario.\";s:23:\"New user: %name %email.\";s:28:\"Nuevo usuario: %name %email.\";s:34:\"Drupal user account details for %s\";s:50:\"Detalles de la cuenta de usuario de Drupal para %s\";s:52:\"Created a new user account. No e-mail has been sent.\";s:76:\"Se ha creado una nueva cuenta de usuario. No se ha enviado ningún correo-e.\";s:36:\"%u has applied for an account.\n\n%uri\";s:34:\"%u ha solicitado una cuenta.\n\n%uri\";s:7:\"Blocked\";s:9:\"Bloqueado\";s:18:\"authenticated user\";s:19:\"usuario autenticado\";s:7:\"Picture\";s:17:\"Imagen de usuario\";s:14:\"Delete picture\";s:15:\"Eliminar imagen\";s:46:\"Check this box to delete your current picture.\";s:51:\"Marque esta casilla para eliminar su imagen actual.\";s:14:\"Upload picture\";s:13:\"Cargar imagen\";s:32:\"The name %name is already taken.\";s:34:\"El nombre %name ya está asignado.\";s:38:\"The name %name has been denied access.\";s:44:\"Al nombre %name se le ha denegado el acceso.\";s:43:\"The e-mail address %email is already taken.\";s:51:\"La dirección de correo-e %email ya está asignada.\";s:49:\"The e-mail address %email has been denied access.\";s:63:\"A la dirección de correo-e %email se le ha denegado el acceso.\";s:27:\"Deleted user: %name %email.\";s:32:\"Usuario eliminado: %name %email.\";s:29:\"The account has been deleted.\";s:26:\"Se ha eliminado la cuenta.\";s:50:\"Are you sure you want to delete the account %name?\";s:54:\"¿Está seguro de que quiere eliminar la cuenta %name?\";s:28:\"The changes have been saved.\";s:28:\"Se han guardado los cambios.\";s:38:\"Account details for %username at %site\";s:45:\"Detalles de la cuenta para %username en %site\";s:52:\"An administrator created an account for you at %site\";s:54:\"Un administrador creó una cuenta para usted en %site.\";s:63:\"Account details for %username at %site (pending admin approval)\";s:90:\"Detalles de la cuenta para %username en %site (esperando la aprobación del administrador)\";s:52:\"Replacement login information for %username at %site\";s:71:\"Información de reemplazo de inicio de sesión para %username en %sitio\";s:58:\"Enter a username to check if it will be denied or allowed.\";s:69:\"Introduzca un nombre de usuario para comprobar si se le permite o no.\";s:14:\"Check username\";s:27:\"Verificar nombre de usuario\";s:65:\"Enter an e-mail address to check if it will be denied or allowed.\";s:75:\"Introduzca una dirección de correo-e para comprobar si se le permite o no.\";s:12:\"Check e-mail\";s:29:\"Verificar correo electrónico\";s:72:\"Enter a hostname or IP address to check if it will be denied or allowed.\";s:101:\"Introduzca el nombre de una máquina o una dirección IP para comprobar si se permite el acceso o no.\";s:14:\"Check hostname\";s:28:\"Verificar nombre de máquina\";s:59:\"No value entered. Please enter a test string and try again.\";s:90:\"No se ha introducido ningún valor. Introduzca una cadena de prueba y vuelva a intentarlo.\";s:34:\"The username %name is not allowed.\";s:47:\"El nombre del usuario %name no está permitido.\";s:30:\"The username %name is allowed.\";s:44:\"El nombre del usuario %name está permitido.\";s:40:\"The e-mail address %mail is not allowed.\";s:49:\"La dirección de correo %mail no está permitida.\";s:36:\"The e-mail address %mail is allowed.\";s:46:\"La dirección de correo %mail está permitida.\";s:34:\"The hostname %host is not allowed.\";s:47:\"El nombre de máquina %host no está permitido.\";s:30:\"The hostname %host is allowed.\";s:44:\"El nombre de máquina %host está permitido.\";s:22:\"You must enter a mask.\";s:26:\"Debe indicar una máscara.\";s:31:\"The access rule has been added.\";s:34:\"Se ha añadido la regla de acceso.\";s:8:\"Add rule\";s:13:\"Agregar regla\";s:8:\"username\";s:18:\"nombre del usuario\";s:6:\"e-mail\";s:8:\"correo-e\";s:57:\"Are you sure you want to delete the %type rule for %rule?\";s:64:\"¿Está seguro de que quiere eliminar la regla %type para %rule?\";s:33:\"The access rule has been deleted.\";s:35:\"Se ha eliminado la regla de acceso.\";s:31:\"The access rule has been saved.\";s:34:\"Se ha guardado la regla de acceso.\";s:9:\"Save rule\";s:16:\"Guardar la regla\";s:11:\"Access type\";s:14:\"Tipo de acceso\";s:5:\"Allow\";s:8:\"Permitir\";s:4:\"Deny\";s:7:\"Denegar\";s:4:\"Host\";s:8:\"Máquina\";s:9:\"Rule type\";s:13:\"Tipo de regla\";s:4:\"Mask\";s:8:\"Máscara\";s:54:\"Matches any number of characters, even zero characters\";s:74:\"Coincide con cualquier número de caracteres, incluso con cero caracteres.\";s:30:\"Matches exactly one character.\";s:38:\"Coincide con exactamente un carácter.\";s:4:\"host\";s:8:\"máquina\";s:5:\"allow\";s:8:\"permitir\";s:4:\"deny\";s:7:\"denegar\";s:36:\"There are currently no access rules.\";s:40:\"En este momento no hay reglas de acceso.\";s:9:\"all roles\";s:15:\"todos los roles\";s:14:\"%module module\";s:15:\"módulo %module\";s:16:\"Save permissions\";s:16:\"Guardar permisos\";s:10:\"Permission\";s:7:\"Permiso\";s:9:\"Save role\";s:11:\"Guardar rol\";s:35:\"You must specify a valid role name.\";s:38:\"Debe indicar un nombre de rol válido.\";s:11:\"Delete role\";s:12:\"Eliminar rol\";s:26:\"The role has been deleted.\";s:23:\"Se ha eliminado el rol.\";s:8:\"Add role\";s:11:\"Añadir rol\";s:24:\"The role has been added.\";s:22:\"Se ha añadido el rol.\";s:9:\"Role name\";s:14:\"Nombre del rol\";s:11:\"Last access\";s:14:\"Último acceso\";s:7:\"blocked\";s:9:\"bloqueado\";s:6:\"active\";s:6:\"activo\";s:26:\"User registration settings\";s:34:\"Opciones de registro para usuarios\";s:20:\"Public registrations\";s:19:\"Registros públicos\";s:54:\"Only site administrators can create new user accounts.\";s:68:\"Sólo los administradores pueden crear cuentas para usuarios nuevos.\";s:71:\"Visitors can create accounts and no administrator approval is required.\";s:73:\"Los visitantes pueden crear cuentas sin la aprobación del administrador.\";s:68:\"Visitors can create accounts but administrator approval is required.\";s:73:\"Los visitantes pueden crear cuentas con la aprobación del administrador.\";s:28:\"User registration guidelines\";s:37:\"Directrices para registro de usuarios\";s:20:\"User e-mail settings\";s:30:\"Opciones de correo del usuario\";s:25:\"Subject of welcome e-mail\";s:33:\"Asunto del correo-e de bienvenida\";s:24:\"Available variables are:\";s:30:\"Las variables disponibles son:\";s:22:\"Body of welcome e-mail\";s:33:\"Cuerpo del correo-e de bienvenida\";s:57:\"Subject of welcome e-mail (user created by administrator)\";s:68:\"Asunto del correo-e de bienvenida (usuario creado por administrador)\";s:54:\"Body of welcome e-mail (user created by administrator)\";s:82:\"Cuerpo del correo electrónico de bienvenida (usuario creado por el administrador)\";s:51:\"Subject of welcome e-mail (awaiting admin approval)\";s:83:\"Asunto del correo-e de bienvenida (a la espera de la aprobación del administrador)\";s:48:\"Body of welcome e-mail (awaiting admin approval)\";s:83:\"Cuerpo del correo-e de bienvenida (a la espera de la aprobación del administrador)\";s:35:\"Subject of password recovery e-mail\";s:51:\"Asunto del correo-e de recuperación de contraseña\";s:56:\"Customize the Subject of your forgotten password e-mail.\";s:72:\"Personalización del asunto del correo-e de recordatorio de contraseña.\";s:32:\"Body of password recovery e-mail\";s:51:\"Cuerpo del correo-e de recuperación de contraseña\";s:52:\"Customize the body of the forgotten password e-mail.\";s:72:\"Personalización del cuerpo del correo-e de recordatorio de contraseña.\";s:8:\"Pictures\";s:21:\"Imágenes de usuarios\";s:15:\"Picture support\";s:34:\"Soporte para imágenes de usuarios\";s:23:\"Enable picture support.\";s:43:\"Activar soporte para imágenes de usuarios.\";s:18:\"Picture image path\";s:31:\"Ruta para imágenes de usuarios\";s:67:\"Subdirectory in the directory \"%dir\" where pictures will be stored.\";s:73:\"Subdirectorio del directorio «%dir» en el que se guardan las imágenes.\";s:15:\"Default picture\";s:18:\"Imagen predefinida\";s:26:\"Picture maximum dimensions\";s:33:\"Dimensiones máximas de la imagen\";s:32:\"Maximum dimensions for pictures.\";s:44:\"Las dimensiones máximas para las imágenes.\";s:25:\"Picture maximum file size\";s:39:\"Tamaño máximo de archivo de la imagen\";s:38:\"Maximum file size for pictures, in kB.\";s:57:\"El tamaño máximo del archivo para las imágenes, en kB.\";s:18:\"Picture guidelines\";s:38:\"Directrices para imágenes de usuarios\";s:47:\"Manages the user registration and login system.\";s:66:\"Gestiona el sistema de registro de usuario y de inicio de sesión.\";s:7:\"1 guest\";s:10:\"1 invitado\";s:13:\"%count guests\";s:16:\"%count invitados\";s:25:\"administer access control\";s:29:\"administrar control de acceso\";s:16:\"administer users\";s:20:\"administrar usuarios\";s:20:\"access user profiles\";s:29:\"acceso a perfiles de usuarios\";s:19:\"change own username\";s:29:\"cambiar el nombre del usuario\";s:31:\"Logs and records system events.\";s:41:\"Registra y guarda los eventos de sistema.\";s:4:\"logs\";s:9:\"registros\";s:7:\"warning\";s:11:\"advertencia\";s:12:\"all messages\";s:18:\"todos los mensajes\";s:14:\"%type messages\";s:14:\"mensajes %type\";s:22:\"Filter by message type\";s:27:\"Filtrar por tipo de mensaje\";s:26:\"No log messages available.\";s:28:\"No hay mensajes disponibles.\";s:6:\"notice\";s:5:\"aviso\";s:8:\"Location\";s:10:\"Ubicación\";s:8:\"Severity\";s:9:\"Severidad\";s:8:\"watchdog\";s:9:\"vigilante\";s:46:\"Allows uploading and playback of audio files. \";b:1;s:60:\"Allows easy attaching of audio nodes to other content types.\";b:1;s:67:\"Adds the ability to read artist info from and write to audio files.\";b:1;s:52:\"Adds the ability to attach album art to audio nodes.\";b:1;s:55:\"Allows audio module admins to batch import audio files.\";b:1;s:14:\"audio playlist\";b:1;s:42:\"Lets users make events and keep calendars.\";b:1;s:56:\"Allows administrators to define their own content types.\";b:1;s:60:\"Allows easy attaching of image nodes to other content types.\";b:1;s:59:\"Enables users easily upload and insert images into content.\";b:1;s:43:\"The TinyMCE Javascript HTML WYSIWYG editor.\";b:1;s:19:\"Allows video nodes.\";b:1;s:72:\"Enable addition of custom fileds on video nodes created by video module.\";b:1;s:43:\"Enable thumbnails support for video module.\";b:1;s:46:\"Enable multiple file download in video module.\";b:1;s:45:\"Enable video files uploading in video module.\";b:1;s:27:\"Allows uploading of images.\";b:1;s:68:\"Allows sorting and displaying of image galleries based on categories\";b:1;s:47:\"Flexinode module installed tables successfully.\";b:1;s:26:\"img_assist has been setup.\";b:1;s:5:\"audio\";b:1;s:5:\"event\";b:1;s:9:\"flexinode\";b:1;s:10:\"front_page\";b:1;s:5:\"image\";b:1;s:10:\"img_assist\";b:1;s:5:\"video\";b:1;s:8:\"location\";b:1;s:8:\"playlist\";b:1;s:7:\"tinymce\";b:1;s:14:\"audio settings\";b:1;s:13:\"metadata tags\";b:1;s:21:\"autocomplete metedata\";b:1;s:9:\"browse by\";b:1;s:18:\"user\'s audio files\";b:1;s:10:\"audio feed\";b:1;s:18:\"users\'s audio feed\";b:1;s:8:\"download\";b:1;s:4:\"play\";b:1;s:6:\"events\";b:1;s:22:\"filter by content type\";b:1;s:18:\"filter by taxonomy\";b:1;s:14:\"event rss feed\";b:1;s:14:\"event dst view\";b:1;s:15:\"event ical feed\";b:1;s:9:\"list view\";b:1;s:12:\"tabular view\";b:1;s:16:\"add content type\";b:1;s:19:\"delete content type\";b:1;s:11:\"edit fields\";b:1;s:6:\"update\";b:1;s:0:\"\";b:1;s:10:\"basicevent\";b:1;s:12:\"Image Assist\";b:1;s:19:\"Image Assist Header\";b:1;s:23:\"Image Assist Thumbnails\";b:1;s:19:\"Image Assist Upload\";b:1;s:24:\"Image Assist Propperties\";b:1;s:11:\"Popup Image\";b:1;s:15:\"Insert Callback\";b:1;s:11:\"by location\";b:1;s:13:\"main settings\";b:1;s:9:\"map links\";b:1;s:17:\"geocoding options\";b:1;s:19:\"Save playlist order\";b:1;s:15:\"manage playlist\";b:1;s:30:\"Add or remove item from videos\";b:1;s:6:\"videos\";b:1;s:11:\"videos feed\";b:1;s:25:\"Add or remove item from s\";b:1;s:14:\"audio_playlist\";b:1;s:9:\"my %names\";b:1;s:12:\"browse audio\";b:1;s:24:\"Skip to the main content\";b:1;s:2:\"pm\";b:1;s:24:\"Click here to add images\";b:1;s:16:\"enable rich-text\";b:1;s:17:\"disable rich-text\";b:1;s:58:\"Your current web browser does not support WYSIWYG editing.\";b:1;s:37:\"Allows you to insert videos as nodes.\";b:1;s:32:\"Add or remove item from páginas\";b:1;s:13:\"audio: Latest\";b:1;s:13:\"audio: Random\";b:1;s:16:\"audio: Browse by\";b:1;s:26:\"Calendar to browse events.\";b:1;s:24:\"List of upcoming events.\";b:1;s:12:\"Latest image\";b:1;s:12:\"Random image\";b:1;s:15:\"Image reference\";b:1;s:13:\"Latest videos\";b:1;s:10:\"Top videos\";b:1;s:18:\"Most played videos\";b:1;s:15:\"Most downloaded\";b:1;s:12:\"Random video\";b:1;s:12:\"Random audio\";b:1;s:6:\"Events\";b:1;s:17:\"Content type name\";b:1;s:43:\"A one-line description of the content type.\";b:1;s:73:\"Instructions to present to the user when adding new content of this type.\";b:1;s:33:\"created new content type \"%name\".\";b:1;s:9:\"concierto\";b:1;s:17:\"edit content type\";b:1;s:9:\"text area\";b:1;s:14:\"add %fieldtype\";b:1;s:9:\"date/time\";b:1;s:10:\"text field\";b:1;s:14:\"podcast author\";b:1;s:6:\"number\";b:1;s:10:\"user group\";b:1;s:13:\"image gallery\";b:1;s:12:\"color picker\";b:1;s:14:\"postal address\";b:1;s:19:\"external attachment\";b:1;s:14:\"e-mail address\";b:1;s:5:\"table\";b:1;s:13:\"dropdown menu\";b:1;s:9:\"Add field\";b:1;s:10:\"Field list\";b:1;s:11:\"Field label\";b:1;s:13:\"Default value\";b:1;s:5:\"Lines\";b:1;s:32:\"How large the text area will be.\";b:1;s:14:\"Required field\";b:1;s:62:\"Whether the user must fill in the field when creating content.\";b:1;s:14:\"Show in teaser\";b:1;s:57:\"Whether this field should be shown as part of the teaser.\";b:1;s:13:\"Show in table\";b:1;s:4:\"More\";b:1;s:26:\"created new field \"%name\".\";b:1;s:22:\"Show in event calendar\";b:1;s:9:\"All views\";b:1;s:27:\"Only in views for this type\";b:1;s:20:\"Locative information\";b:1;s:20:\"Enable for locations\";b:1;s:15:\"Location weight\";b:1;s:11:\"Collapsible\";b:1;s:34:\"Make the location box collapsible.\";b:1;s:9:\"Collapsed\";b:1;s:35:\"Display the location box collapsed.\";b:1;s:14:\"Location names\";b:1;s:74:\"Do not collect location names (e.g. place of business) for this node type.\";b:1;s:46:\"Allow location names for content of this type.\";b:1;s:48:\"Require location names for content of this type.\";b:1;s:16:\"Street locations\";b:1;s:58:\"Do not collect a street location for content of this type.\";b:1;s:64:\"Allow street locations to be submitted for content of this type.\";b:1;s:66:\"Require street locations to be submitted for content of this type.\";b:1;s:10:\"City names\";b:1;s:51:\"Do not collect city names for content of this type.\";b:1;s:58:\"Allow city names to be submitted for content of this type.\";b:1;s:60:\"Require city names to be submitted for content of this type.\";b:1;s:61:\"Do not collect state/province names for content of this type.\";b:1;s:68:\"Allow state/province names to be submitted for content of this type.\";b:1;s:70:\"Require state/province names to be submitted for content of this type.\";b:1;s:53:\"Do not collect postal codes for content of this type.\";b:1;s:60:\"Allow postal codes to be submitted for content of this type.\";b:1;s:62:\"Require postal codes to be submitted for content of this type.\";b:1;s:61:\"Allow country names to be submitted for content of this type.\";b:1;s:63:\"Require country names to be submitted for content of this type.\";b:1;s:22:\"location settings page\";b:1;s:25:\"Default country selection\";b:1;s:22:\"Hide country selection\";b:1;s:41:\"Distance unit for location-based searches\";b:1;s:32:\"Allow both miles and kilometers.\";b:1;s:51:\"Only allow a search-radius to be specified in miles\";b:1;s:56:\"Only allow a search-radius to be specified in kilometers\";b:1;s:23:\"Toggle location display\";b:1;s:33:\"Disable the display of locations.\";b:1;s:32:\"Enable the display of locations.\";b:1;s:47:\"Use a Google Map to set latitude and longitude \";b:1;s:53:\"Filter to allow insertion of a google map into a node\";b:1;s:70:\"Display location.module information on Google Maps (needs gmap.module)\";b:1;s:4:\"gmap\";b:1;s:13:\"gmap_location\";b:1;s:18:\"build a GMap macro\";b:1;s:14:\"user locations\";b:1;s:14:\"node locations\";b:1;s:2:\"am\";b:1;s:21:\"Google Map Initialize\";b:1;s:18:\"Google map API key\";b:1;s:17:\"Google map method\";b:1;s:6:\"Static\";b:1;s:7:\"Dynamic\";b:1;s:4:\"None\";b:1;s:19:\"Enable clusterer.js\";b:1;s:19:\"Enable wms features\";b:1;s:15:\"On Click Marker\";b:1;s:16:\"Open info window\";b:1;s:9:\"Open link\";b:1;s:20:\"Default map settings\";b:1;s:13:\"Default width\";b:1;s:34:\"The default width of a Google map.\";b:1;s:14:\"Default height\";b:1;s:35:\"The default height of a Google map.\";b:1;s:14:\"Default center\";b:1;s:48:\"The default longitude, latitude of a Google map.\";b:1;s:12:\"Default zoom\";b:1;s:39:\"The default zoom level of a Google map.\";b:1;s:20:\"Default control type\";b:1;s:5:\"Small\";b:1;s:5:\"Large\";b:1;s:16:\"Default map type\";b:1;s:3:\"Map\";b:1;s:9:\"Satellite\";b:1;s:6:\"Hybrid\";b:1;s:20:\"Default Line 1 Color\";b:1;s:20:\"Default Line 2 Color\";b:1;s:20:\"Default Line 3 Color\";b:1;s:17:\"Location settings\";b:1;s:20:\"Default location map\";b:1;s:34:\"Add or remove item from conciertos\";b:1;s:9:\"Concierto\";b:1;s:20:\"Añadir un concierto\";b:1;s:5:\"Start\";b:1;s:11:\"Start date.\";b:1;s:1:\"H\";b:1;s:3:\"day\";b:1;s:5:\"month\";b:1;s:4:\"year\";b:1;s:4:\"hour\";b:1;s:7:\"minutes\";b:1;s:3:\"End\";b:1;s:9:\"End date.\";b:1;s:13:\"Location name\";b:1;s:15:\"Street location\";b:1;s:4:\"City\";b:1;s:14:\"State/Province\";b:1;s:11:\"Postal code\";b:1;s:7:\"Country\";b:1;s:46:\"e.g. a place of business, venue, meeting point\";b:1;s:6:\"Street\";b:1;s:10:\"Additional\";b:1;s:10:\"NOT LISTED\";b:1;s:16:\"MAKE A SELECTION\";b:1;s:8:\"Latitude\";b:1;s:9:\"Longitude\";b:1;s:18:\"Africa/Addis_Ababa\";b:1;s:14:\"Africa/Algiers\";b:1;s:13:\"Africa/Asmera\";b:1;s:13:\"Africa/Bangui\";b:1;s:15:\"Africa/Blantyre\";b:1;s:18:\"Africa/Brazzaville\";b:1;s:16:\"Africa/Bujumbura\";b:1;s:12:\"Africa/Cairo\";b:1;s:12:\"Africa/Ceuta\";b:1;s:20:\"Africa/Dar_es_Salaam\";b:1;s:15:\"Africa/Djibouti\";b:1;s:13:\"Africa/Douala\";b:1;s:15:\"Africa/Gaborone\";b:1;s:13:\"Africa/Harare\";b:1;s:19:\"Africa/Johannesburg\";b:1;s:14:\"Africa/Kampala\";b:1;s:15:\"Africa/Khartoum\";b:1;s:13:\"Africa/Kigali\";b:1;s:15:\"Africa/Kinshasa\";b:1;s:12:\"Africa/Lagos\";b:1;s:17:\"Africa/Libreville\";b:1;s:13:\"Africa/Luanda\";b:1;s:17:\"Africa/Lubumbashi\";b:1;s:13:\"Africa/Lusaka\";b:1;s:13:\"Africa/Malabo\";b:1;s:13:\"Africa/Maputo\";b:1;s:13:\"Africa/Maseru\";b:1;s:14:\"Africa/Mbabane\";b:1;s:16:\"Africa/Mogadishu\";b:1;s:14:\"Africa/Nairobi\";b:1;s:15:\"Africa/Ndjamena\";b:1;s:13:\"Africa/Niamey\";b:1;s:17:\"Africa/Porto-Novo\";b:1;s:14:\"Africa/Tripoli\";b:1;s:12:\"Africa/Tunis\";b:1;s:15:\"Africa/Windhoek\";b:1;s:12:\"America/Adak\";b:1;s:17:\"America/Anchorage\";b:1;s:16:\"America/Anguilla\";b:1;s:15:\"America/Antigua\";b:1;s:17:\"America/Araguaina\";b:1;s:13:\"America/Aruba\";b:1;s:16:\"America/Asuncion\";b:1;s:12:\"America/Atka\";b:1;s:16:\"America/Barbados\";b:1;s:13:\"America/Belem\";b:1;s:14:\"America/Belize\";b:1;s:17:\"America/Boa_Vista\";b:1;s:14:\"America/Bogota\";b:1;s:13:\"America/Boise\";b:1;s:20:\"America/Buenos_Aires\";b:1;s:21:\"America/Cambridge_Bay\";b:1;s:14:\"America/Cancun\";b:1;s:15:\"America/Caracas\";b:1;s:17:\"America/Catamarca\";b:1;s:15:\"America/Cayenne\";b:1;s:14:\"America/Cayman\";b:1;s:15:\"America/Chicago\";b:1;s:17:\"America/Chihuahua\";b:1;s:15:\"America/Cordoba\";b:1;s:18:\"America/Costa_Rica\";b:1;s:14:\"America/Cuiaba\";b:1;s:15:\"America/Curacao\";b:1;s:14:\"America/Dawson\";b:1;s:20:\"America/Dawson_Creek\";b:1;s:14:\"America/Denver\";b:1;s:15:\"America/Detroit\";b:1;s:16:\"America/Dominica\";b:1;s:16:\"America/Edmonton\";b:1;s:16:\"America/Eirunepe\";b:1;s:19:\"America/El_Salvador\";b:1;s:16:\"America/Ensenada\";b:1;s:18:\"America/Fort_Wayne\";b:1;s:17:\"America/Fortaleza\";b:1;s:17:\"America/Glace_Bay\";b:1;s:15:\"America/Godthab\";b:1;s:17:\"America/Goose_Bay\";b:1;s:18:\"America/Grand_Turk\";b:1;s:15:\"America/Grenada\";b:1;s:18:\"America/Guadeloupe\";b:1;s:17:\"America/Guatemala\";b:1;s:17:\"America/Guayaquil\";b:1;s:14:\"America/Guyana\";b:1;s:15:\"America/Halifax\";b:1;s:14:\"America/Havana\";b:1;s:18:\"America/Hermosillo\";b:1;s:28:\"America/Indiana/Indianapolis\";b:1;s:20:\"America/Indiana/Knox\";b:1;s:23:\"America/Indiana/Marengo\";b:1;s:21:\"America/Indiana/Vevay\";b:1;s:20:\"America/Indianapolis\";b:1;s:14:\"America/Inuvik\";b:1;s:15:\"America/Iqaluit\";b:1;s:15:\"America/Jamaica\";b:1;s:13:\"America/Jujuy\";b:1;s:14:\"America/Juneau\";b:1;s:27:\"America/Kentucky/Louisville\";b:1;s:27:\"America/Kentucky/Monticello\";b:1;s:15:\"America/Knox_IN\";b:1;s:14:\"America/La_Paz\";b:1;s:12:\"America/Lima\";b:1;s:19:\"America/Los_Angeles\";b:1;s:18:\"America/Louisville\";b:1;s:14:\"America/Maceio\";b:1;s:15:\"America/Managua\";b:1;s:14:\"America/Manaus\";b:1;s:18:\"America/Martinique\";b:1;s:16:\"America/Mazatlan\";b:1;s:15:\"America/Mendoza\";b:1;s:17:\"America/Menominee\";b:1;s:14:\"America/Merida\";b:1;s:19:\"America/Mexico_City\";b:1;s:16:\"America/Miquelon\";b:1;s:17:\"America/Monterrey\";b:1;s:18:\"America/Montevideo\";b:1;s:16:\"America/Montreal\";b:1;s:18:\"America/Montserrat\";b:1;s:14:\"America/Nassau\";b:1;s:16:\"America/New_York\";b:1;s:15:\"America/Nipigon\";b:1;s:12:\"America/Nome\";b:1;s:15:\"America/Noronha\";b:1;s:14:\"America/Panama\";b:1;s:19:\"America/Pangnirtung\";b:1;s:18:\"America/Paramaribo\";b:1;s:15:\"America/Phoenix\";b:1;s:22:\"America/Port-au-Prince\";b:1;s:21:\"America/Port_of_Spain\";b:1;s:18:\"America/Porto_Acre\";b:1;s:19:\"America/Porto_Velho\";b:1;s:19:\"America/Puerto_Rico\";b:1;s:19:\"America/Rainy_River\";b:1;s:20:\"America/Rankin_Inlet\";b:1;s:14:\"America/Recife\";b:1;s:14:\"America/Regina\";b:1;s:18:\"America/Rio_Branco\";b:1;s:15:\"America/Rosario\";b:1;s:16:\"America/Santiago\";b:1;s:21:\"America/Santo_Domingo\";b:1;s:17:\"America/Sao_Paulo\";b:1;s:20:\"America/Scoresbysund\";b:1;s:16:\"America/Shiprock\";b:1;s:16:\"America/St_Johns\";b:1;s:16:\"America/St_Kitts\";b:1;s:16:\"America/St_Lucia\";b:1;s:17:\"America/St_Thomas\";b:1;s:18:\"America/St_Vincent\";b:1;s:21:\"America/Swift_Current\";b:1;s:19:\"America/Tegucigalpa\";b:1;s:13:\"America/Thule\";b:1;s:19:\"America/Thunder_Bay\";b:1;s:15:\"America/Tijuana\";b:1;s:15:\"America/Tortola\";b:1;s:17:\"America/Vancouver\";b:1;s:14:\"America/Virgin\";b:1;s:18:\"America/Whitehorse\";b:1;s:16:\"America/Winnipeg\";b:1;s:15:\"America/Yakutat\";b:1;s:19:\"America/Yellowknife\";b:1;s:16:\"Antarctica/Casey\";b:1;s:16:\"Antarctica/Davis\";b:1;s:25:\"Antarctica/DumontDUrville\";b:1;s:17:\"Antarctica/Mawson\";b:1;s:18:\"Antarctica/McMurdo\";b:1;s:17:\"Antarctica/Palmer\";b:1;s:21:\"Antarctica/South_Pole\";b:1;s:16:\"Antarctica/Syowa\";b:1;s:17:\"Antarctica/Vostok\";b:1;s:19:\"Arctic/Longyearbyen\";b:1;s:9:\"Asia/Aden\";b:1;s:11:\"Asia/Almaty\";b:1;s:10:\"Asia/Amman\";b:1;s:11:\"Asia/Anadyr\";b:1;s:10:\"Asia/Aqtau\";b:1;s:11:\"Asia/Aqtobe\";b:1;s:13:\"Asia/Ashgabat\";b:1;s:14:\"Asia/Ashkhabad\";b:1;s:12:\"Asia/Baghdad\";b:1;s:12:\"Asia/Bahrain\";b:1;s:9:\"Asia/Baku\";b:1;s:12:\"Asia/Bangkok\";b:1;s:11:\"Asia/Beirut\";b:1;s:12:\"Asia/Bishkek\";b:1;s:11:\"Asia/Brunei\";b:1;s:13:\"Asia/Calcutta\";b:1;s:14:\"Asia/Chungking\";b:1;s:12:\"Asia/Colombo\";b:1;s:10:\"Asia/Dacca\";b:1;s:13:\"Asia/Damascus\";b:1;s:10:\"Asia/Dhaka\";b:1;s:9:\"Asia/Dili\";b:1;s:10:\"Asia/Dubai\";b:1;s:13:\"Asia/Dushanbe\";b:1;s:9:\"Asia/Gaza\";b:1;s:11:\"Asia/Harbin\";b:1;s:14:\"Asia/Hong_Kong\";b:1;s:9:\"Asia/Hovd\";b:1;s:12:\"Asia/Irkutsk\";b:1;s:13:\"Asia/Istanbul\";b:1;s:12:\"Asia/Jakarta\";b:1;s:13:\"Asia/Jayapura\";b:1;s:14:\"Asia/Jerusalem\";b:1;s:10:\"Asia/Kabul\";b:1;s:14:\"Asia/Kamchatka\";b:1;s:12:\"Asia/Karachi\";b:1;s:12:\"Asia/Kashgar\";b:1;s:13:\"Asia/Katmandu\";b:1;s:16:\"Asia/Krasnoyarsk\";b:1;s:17:\"Asia/Kuala_Lumpur\";b:1;s:12:\"Asia/Kuching\";b:1;s:11:\"Asia/Kuwait\";b:1;s:10:\"Asia/Macao\";b:1;s:12:\"Asia/Magadan\";b:1;s:11:\"Asia/Manila\";b:1;s:11:\"Asia/Muscat\";b:1;s:12:\"Asia/Nicosia\";b:1;s:16:\"Asia/Novosibirsk\";b:1;s:9:\"Asia/Omsk\";b:1;s:15:\"Asia/Phnom_Penh\";b:1;s:14:\"Asia/Pyongyang\";b:1;s:10:\"Asia/Qatar\";b:1;s:12:\"Asia/Rangoon\";b:1;s:11:\"Asia/Riyadh\";b:1;s:13:\"Asia/Riyadh87\";b:1;s:13:\"Asia/Riyadh88\";b:1;s:13:\"Asia/Riyadh89\";b:1;s:11:\"Asia/Saigon\";b:1;s:14:\"Asia/Samarkand\";b:1;s:10:\"Asia/Seoul\";b:1;s:13:\"Asia/Shanghai\";b:1;s:14:\"Asia/Singapore\";b:1;s:11:\"Asia/Taipei\";b:1;s:13:\"Asia/Tashkent\";b:1;s:12:\"Asia/Tbilisi\";b:1;s:11:\"Asia/Tehran\";b:1;s:13:\"Asia/Tel_Aviv\";b:1;s:11:\"Asia/Thimbu\";b:1;s:12:\"Asia/Thimphu\";b:1;s:10:\"Asia/Tokyo\";b:1;s:18:\"Asia/Ujung_Pandang\";b:1;s:16:\"Asia/Ulaanbaatar\";b:1;s:15:\"Asia/Ulan_Bator\";b:1;s:11:\"Asia/Urumqi\";b:1;s:14:\"Asia/Vientiane\";b:1;s:16:\"Asia/Vladivostok\";b:1;s:12:\"Asia/Yakutsk\";b:1;s:18:\"Asia/Yekaterinburg\";b:1;s:12:\"Asia/Yerevan\";b:1;s:15:\"Atlantic/Azores\";b:1;s:16:\"Atlantic/Bermuda\";b:1;s:15:\"Atlantic/Canary\";b:1;s:19:\"Atlantic/Cape_Verde\";b:1;s:15:\"Atlantic/Faeroe\";b:1;s:18:\"Atlantic/Jan_Mayen\";b:1;s:16:\"Atlantic/Madeira\";b:1;s:22:\"Atlantic/South_Georgia\";b:1;s:16:\"Atlantic/Stanley\";b:1;s:13:\"Australia/ACT\";b:1;s:18:\"Australia/Adelaide\";b:1;s:18:\"Australia/Brisbane\";b:1;s:21:\"Australia/Broken_Hill\";b:1;s:18:\"Australia/Canberra\";b:1;s:16:\"Australia/Darwin\";b:1;s:16:\"Australia/Hobart\";b:1;s:13:\"Australia/LHI\";b:1;s:18:\"Australia/Lindeman\";b:1;s:19:\"Australia/Lord_Howe\";b:1;s:19:\"Australia/Melbourne\";b:1;s:13:\"Australia/NSW\";b:1;s:15:\"Australia/North\";b:1;s:15:\"Australia/Perth\";b:1;s:20:\"Australia/Queensland\";b:1;s:15:\"Australia/South\";b:1;s:16:\"Australia/Sydney\";b:1;s:18:\"Australia/Tasmania\";b:1;s:18:\"Australia/Victoria\";b:1;s:14:\"Australia/West\";b:1;s:20:\"Australia/Yancowinna\";b:1;s:11:\"Brazil/Acre\";b:1;s:16:\"Brazil/DeNoronha\";b:1;s:11:\"Brazil/East\";b:1;s:11:\"Brazil/West\";b:1;s:15:\"Canada/Atlantic\";b:1;s:14:\"Canada/Central\";b:1;s:24:\"Canada/East-Saskatchewan\";b:1;s:14:\"Canada/Eastern\";b:1;s:15:\"Canada/Mountain\";b:1;s:19:\"Canada/Newfoundland\";b:1;s:14:\"Canada/Pacific\";b:1;s:19:\"Canada/Saskatchewan\";b:1;s:12:\"Canada/Yukon\";b:1;s:17:\"Chile/Continental\";b:1;s:18:\"Chile/EasterIsland\";b:1;s:4:\"Cuba\";b:1;s:3:\"EST\";b:1;s:5:\"Egypt\";b:1;s:4:\"Eire\";b:1;s:9:\"Etc/GMT-1\";b:1;s:10:\"Etc/GMT-10\";b:1;s:10:\"Etc/GMT-11\";b:1;s:10:\"Etc/GMT-12\";b:1;s:9:\"Etc/GMT-2\";b:1;s:9:\"Etc/GMT-3\";b:1;s:9:\"Etc/GMT-4\";b:1;s:9:\"Etc/GMT-5\";b:1;s:9:\"Etc/GMT-6\";b:1;s:9:\"Etc/GMT-7\";b:1;s:9:\"Etc/GMT-8\";b:1;s:9:\"Etc/GMT-9\";b:1;s:7:\"Etc/GMT\";b:1;s:9:\"Etc/GMT+1\";b:1;s:10:\"Etc/GMT+10\";b:1;s:10:\"Etc/GMT+11\";b:1;s:10:\"Etc/GMT+12\";b:1;s:10:\"Etc/GMT+13\";b:1;s:10:\"Etc/GMT+14\";b:1;s:9:\"Etc/GMT+2\";b:1;s:9:\"Etc/GMT+3\";b:1;s:9:\"Etc/GMT+4\";b:1;s:9:\"Etc/GMT+5\";b:1;s:9:\"Etc/GMT+6\";b:1;s:9:\"Etc/GMT+7\";b:1;s:9:\"Etc/GMT+8\";b:1;s:9:\"Etc/GMT+9\";b:1;s:16:\"Europe/Amsterdam\";b:1;s:14:\"Europe/Andorra\";b:1;s:13:\"Europe/Athens\";b:1;s:14:\"Europe/Belfast\";b:1;s:15:\"Europe/Belgrade\";b:1;s:13:\"Europe/Berlin\";b:1;s:17:\"Europe/Bratislava\";b:1;s:15:\"Europe/Brussels\";b:1;s:16:\"Europe/Bucharest\";b:1;s:15:\"Europe/Budapest\";b:1;s:15:\"Europe/Chisinau\";b:1;s:17:\"Europe/Copenhagen\";b:1;s:13:\"Europe/Dublin\";b:1;s:16:\"Europe/Gibraltar\";b:1;s:15:\"Europe/Helsinki\";b:1;s:15:\"Europe/Istanbul\";b:1;s:18:\"Europe/Kaliningrad\";b:1;s:11:\"Europe/Kiev\";b:1;s:13:\"Europe/Lisbon\";b:1;s:16:\"Europe/Ljubljana\";b:1;s:13:\"Europe/London\";b:1;s:17:\"Europe/Luxembourg\";b:1;s:13:\"Europe/Madrid\";b:1;s:12:\"Europe/Malta\";b:1;s:12:\"Europe/Minsk\";b:1;s:13:\"Europe/Monaco\";b:1;s:13:\"Europe/Moscow\";b:1;s:14:\"Europe/Nicosia\";b:1;s:11:\"Europe/Oslo\";b:1;s:12:\"Europe/Paris\";b:1;s:13:\"Europe/Prague\";b:1;s:11:\"Europe/Riga\";b:1;s:11:\"Europe/Rome\";b:1;s:13:\"Europe/Samara\";b:1;s:17:\"Europe/San_Marino\";b:1;s:15:\"Europe/Sarajevo\";b:1;s:17:\"Europe/Simferopol\";b:1;s:13:\"Europe/Skopje\";b:1;s:12:\"Europe/Sofia\";b:1;s:16:\"Europe/Stockholm\";b:1;s:14:\"Europe/Tallinn\";b:1;s:13:\"Europe/Tirane\";b:1;s:15:\"Europe/Tiraspol\";b:1;s:15:\"Europe/Uzhgorod\";b:1;s:12:\"Europe/Vaduz\";b:1;s:14:\"Europe/Vatican\";b:1;s:13:\"Europe/Vienna\";b:1;s:14:\"Europe/Vilnius\";b:1;s:13:\"Europe/Warsaw\";b:1;s:13:\"Europe/Zagreb\";b:1;s:17:\"Europe/Zaporozhye\";b:1;s:13:\"Europe/Zurich\";b:1;s:2:\"GB\";b:1;s:7:\"GB-Eire\";b:1;s:8:\"Hongkong\";b:1;s:19:\"Indian/Antananarivo\";b:1;s:13:\"Indian/Chagos\";b:1;s:16:\"Indian/Christmas\";b:1;s:12:\"Indian/Cocos\";b:1;s:13:\"Indian/Comoro\";b:1;s:16:\"Indian/Kerguelen\";b:1;s:11:\"Indian/Mahe\";b:1;s:15:\"Indian/Maldives\";b:1;s:16:\"Indian/Mauritius\";b:1;s:14:\"Indian/Mayotte\";b:1;s:14:\"Indian/Reunion\";b:1;s:4:\"Iran\";b:1;s:6:\"Israel\";b:1;s:7:\"Jamaica\";b:1;s:5:\"Japan\";b:1;s:9:\"Kwajalein\";b:1;s:5:\"Libya\";b:1;s:16:\"Mexico/BajaNorte\";b:1;s:14:\"Mexico/BajaSur\";b:1;s:14:\"Mexico/General\";b:1;s:16:\"Mideast/Riyadh87\";b:1;s:16:\"Mideast/Riyadh88\";b:1;s:16:\"Mideast/Riyadh89\";b:1;s:2:\"NZ\";b:1;s:12:\"Pacific/Apia\";b:1;s:16:\"Pacific/Auckland\";b:1;s:15:\"Pacific/Chatham\";b:1;s:14:\"Pacific/Easter\";b:1;s:13:\"Pacific/Efate\";b:1;s:17:\"Pacific/Enderbury\";b:1;s:15:\"Pacific/Fakaofo\";b:1;s:12:\"Pacific/Fiji\";b:1;s:16:\"Pacific/Funafuti\";b:1;s:17:\"Pacific/Galapagos\";b:1;s:15:\"Pacific/Gambier\";b:1;s:19:\"Pacific/Guadalcanal\";b:1;s:12:\"Pacific/Guam\";b:1;s:16:\"Pacific/Honolulu\";b:1;s:16:\"Pacific/Johnston\";b:1;s:18:\"Pacific/Kiritimati\";b:1;s:14:\"Pacific/Kosrae\";b:1;s:17:\"Pacific/Kwajalein\";b:1;s:14:\"Pacific/Majuro\";b:1;s:17:\"Pacific/Marquesas\";b:1;s:14:\"Pacific/Midway\";b:1;s:13:\"Pacific/Nauru\";b:1;s:12:\"Pacific/Niue\";b:1;s:15:\"Pacific/Norfolk\";b:1;s:14:\"Pacific/Noumea\";b:1;s:17:\"Pacific/Pago_Pago\";b:1;s:13:\"Pacific/Palau\";b:1;s:16:\"Pacific/Pitcairn\";b:1;s:14:\"Pacific/Ponape\";b:1;s:20:\"Pacific/Port_Moresby\";b:1;s:17:\"Pacific/Rarotonga\";b:1;s:14:\"Pacific/Saipan\";b:1;s:13:\"Pacific/Samoa\";b:1;s:14:\"Pacific/Tahiti\";b:1;s:14:\"Pacific/Tarawa\";b:1;s:17:\"Pacific/Tongatapu\";b:1;s:12:\"Pacific/Truk\";b:1;s:12:\"Pacific/Wake\";b:1;s:14:\"Pacific/Wallis\";b:1;s:11:\"Pacific/Yap\";b:1;s:6:\"Poland\";b:1;s:8:\"Portugal\";b:1;s:9:\"Singapore\";b:1;s:6:\"Turkey\";b:1;s:9:\"US/Alaska\";b:1;s:11:\"US/Aleutian\";b:1;s:10:\"US/Arizona\";b:1;s:10:\"US/Central\";b:1;s:15:\"US/East-Indiana\";b:1;s:10:\"US/Eastern\";b:1;s:9:\"US/Hawaii\";b:1;s:17:\"US/Indiana-Starke\";b:1;s:11:\"US/Michigan\";b:1;s:11:\"US/Mountain\";b:1;s:10:\"US/Pacific\";b:1;s:8:\"US/Samoa\";b:1;s:42:\"Pacific/French Polynesia-Marquesas Islands\";b:1;s:11:\"flexinode-1\";b:1;s:10:\"event ical\";b:1;s:7:\"Start: \";b:1;s:5:\"End: \";b:1;s:10:\"Timezone: \";b:1;s:8:\"calendar\";b:1;s:10:\"Month view\";b:1;s:4:\"week\";b:1;s:9:\"Week view\";b:1;s:8:\"Day view\";b:1;s:10:\"Table view\";b:1;s:9:\"List view\";b:1;s:5:\"(all)\";b:1;s:31:\"Select event terms to filter by\";b:1;s:30:\"Select event type to filter by\";b:1;s:27:\"%weekday %month %day, %year\";b:1;s:33:\"limit view to events of this type\";b:1;s:15:\"view this event\";b:1;s:16:\"Add to iCalendar\";b:1;s:35:\"Add this calendar to your iCalendar\";b:1;s:65:\"%startmonth %startdate, %startyear - %endmonth %enddate, %endyear\";b:1;s:14:\" - Events Feed\";b:1;s:12:\"%month %year\";b:1;s:19:\"Gmap macro creation\";b:1;s:16:\"Map id attribute\";b:1;s:8:\"Map type\";b:1;s:8:\"Controls\";b:1;s:51:\"The Latitude and Longitude of the centre of the map\";b:1;s:9:\"Map width\";b:1;s:10:\"Map height\";b:1;s:9:\"Alignment\";b:1;s:38:\"What happens when you click on the map\";b:1;s:36:\"The current magnification of the map\";b:1;s:10:\"Macro text\";b:1;s:15:\"None supported.\";b:1;s:7:\"Options\";b:1;s:32:\"No service selected for country.\";b:1;s:9:\"Configure\";b:1;s:45:\"To add/change your location to the user map, \";b:1;s:18:\"edit your location\";b:1;s:57:\"This map illustrates the extent of nodes of this website.\";b:1;s:8:\"view all\";b:1;s:5:\"title\";b:1;s:20:\"%type search results\";b:1;s:30:\"Add or remove item from audios\";b:1;s:25:\"Default node title format\";b:1;s:18:\"Node teaser format\";b:1;s:23:\"Downloadable by default\";b:1;s:61:\"The current PHP configuration limits file uploads to %maxsize\";b:1;s:17:\"Geocode Locations\";b:1;s:35:\"Enable the Google Map API geocoding\";b:1;s:27:\"Location settings for users\";b:1;s:11:\"Profile map\";b:1;s:51:\"Let users set/edit their location in their profile.\";b:1;s:22:\"Profile category title\";b:1;s:16:\"Default user map\";b:1;s:62:\"The gmap macro where the user information will be diplayed on.\";b:1;s:37:\"Text at the top of the map/users page\";b:1;s:16:\"Marker for users\";b:1;s:16:\"Markers per role\";b:1;s:62:\"Use a different marker to denote users in the following roles.\";b:1;s:27:\"Location settings for nodes\";b:1;s:16:\"Default node map\";b:1;s:37:\"Text at the top of the map/nodes page\";b:1;s:16:\"Marker for event\";b:1;s:20:\"Marker for concierto\";b:1;s:24:\"RSS - Latest audio files\";b:1;s:21:\"%sitename audio files\";b:1;s:3:\"tag\";b:1;s:12:\"autocomplete\";b:1;s:6:\"hidden\";b:1;s:9:\"browsable\";b:1;s:15:\"written to file\";b:1;s:6:\"weight\";b:1;s:12:\"audio_import\";b:1;s:12:\"image_attach\";b:1;s:13:\"image_gallery\";b:1;s:18:\"video_customfields\";b:1;s:19:\"video_multidownload\";b:1;s:12:\"video_upload\";b:1;s:12:\"audio_attach\";b:1;s:12:\"audio_getid3\";b:1;s:12:\"audio_images\";b:1;s:11:\"video_image\";b:1;s:17:\"video_optmetadata\";b:1;s:12:\"video_params\";b:1;s:6:\"getid3\";b:1;s:6:\"images\";b:1;s:12:\"audio import\";b:1;s:21:\"Image Attachment View\";b:1;s:15:\"image galleries\";b:1;s:11:\"add gallery\";b:1;s:11:\"Import path\";b:1;s:15:\"File extensions\";b:1;s:45:\"Configure the audio import module\'s settings.\";b:1;s:12:\"Location map\";b:1;s:40:\"Add or remove item from entrada de blogs\";b:1;s:17:\"the settings page\";b:1;s:13:\"Attach Images\";b:1;s:49:\"Should this node allows users to upload an image?\";b:1;s:38:\"Add or remove item from tema del foros\";b:1;s:30:\"Add or remove item from images\";b:1;s:10:\"File paths\";b:1;s:18:\"Default image path\";b:1;s:11:\"Image sizes\";b:1;s:72:\"Select various pixel dimensions, \"thumbnail\" and \"preview\" are required.\";b:1;s:5:\"Label\";b:1;s:5:\"Width\";b:1;s:6:\"Height\";b:1;s:15:\"Image Galleries\";b:1;s:22:\"No galleries available\";b:1;s:12:\"Gallery name\";b:1;s:41:\"The name is used to identify the gallery.\";b:1;s:52:\"Image galleries may be nested below other galleries.\";b:1;s:26:\"Created new gallery %term.\";b:1;s:12:\"edit gallery\";b:1;s:39:\"There are %count images in this gallery\";b:1;s:15:\"Image galleries\";b:1;s:5:\"Image\";b:1;s:47:\"Click \"Browse...\" to select an image to upload.\";b:1;s:15:\"Access settings\";b:1;s:21:\"Display img_assist on\";b:1;s:17:\"on specific pages\";b:1;s:16:\"on all textareas\";b:1;s:19:\"Textarea Image link\";b:1;s:9:\"Show icon\";b:1;s:14:\"Show text link\";b:1;s:18:\"Do not show a link\";b:1;s:72:\"Choose what to show under the textareas for which img_assist is enabled.\";b:1;s:45:\"Select the vocabularies to use for img_assist\";b:1;s:14:\"Image settings\";b:1;s:33:\"Max number of thumbnails per page\";b:1;s:29:\"Max inline image size allowed\";b:1;s:30:\"Default size for inline images\";b:1;s:60:\"Select a derivative to be used by default for inline images.\";b:1;s:54:\"Allow img_assist to create its\' own image derivatives?\";b:1;s:67:\"Yes, allow all img_assist users to create custom size inline images\";b:1;s:64:\"Yes, allow priviledged users to create custom size inline images\";b:1;s:16:\"Other Properties\";b:1;s:21:\"Default link behavior\";b:1;s:10:\"Not a link\";b:1;s:18:\"Link to image page\";b:1;s:20:\"Open in popup window\";b:1;s:9:\"Go to URL\";b:1;s:11:\"Default URL\";b:1;s:71:\"The default URL is used when Go to URL is choosen as the link behavior.\";b:1;s:19:\"Default insert mode\";b:1;s:10:\"Filter Tag\";b:1;s:9:\"HTML Code\";b:1;s:16:\"Display settings\";b:1;s:62:\"Include img_assist.css on all pages for styling inline images?\";b:1;s:3:\"yes\";b:1;s:2:\"no\";b:1;s:16:\"Gallery settings\";b:1;s:15:\"Images per page\";b:1;s:60:\"Sets the number of images to be displayed in a gallery page.\";b:1;s:32:\"There is 1 image in this gallery\";b:1;s:19:\"Last updated: %date\";b:1;s:16:\"Posted by: %name\";b:1;s:9:\"Thumbnail\";b:1;s:15:\"Audio File Info\";b:1;s:12:\"Current File\";b:1;s:20:\"No file is attached.\";b:1;s:20:\"Add a new audio file\";b:1;s:21:\"Allow file downloads.\";b:1;s:14:\"Audio Metadata\";b:1;s:6:\"Artist\";b:1;s:5:\"Album\";b:1;s:12:\"Track Number\";b:1;s:5:\"Genre\";b:1;s:4:\"Year\";b:1;s:28:\"Replace this with a new file\";b:1;s:6:\"Format\";b:1;s:15:\"Size (in bytes)\";b:1;s:6:\"Length\";b:1;s:11:\"Sample rate\";b:1;s:12:\"Channel mode\";b:1;s:7:\"Bitrate\";b:1;s:12:\"Bitrate mode\";b:1;s:10:\"Play count\";b:1;s:14:\"Download count\";b:1;s:29:\"%playtime minutes (%filesize)\";b:1;s:69:\"%fileformat %channel_mode %sampleratekHz %bitrateKbps (%bitrate_mode)\";b:1;s:13:\"Click to play\";b:1;s:4:\"Play\";b:1;s:17:\"%play_count plays\";b:1;s:22:\"Browse for audio by...\";b:1;s:56:\"You can browse for audio by any of the following fields.\";b:1;s:13:\"audio by %tag\";b:1;s:5:\"Audio\";b:1;s:40:\"listen to %username\'s recent audio files\";b:1;s:19:\"%name\'s %node_names\";b:1;s:22:\"Create new %node_name.\";b:1;s:21:\"View all %node_names.\";b:1;s:17:\"RSS - %node_names\";b:1;s:39:\"Add or remove item from audio playlists\";b:1;s:15:\"%node_name info\";b:1;s:67:\"These extra fields are used to generate iTunes compatible podcasts.\";b:1;s:13:\"URL for image\";b:1;s:9:\"Copyright\";b:1;s:5:\"Owner\";b:1;s:13:\"Owner\'s Email\";b:1;s:8:\"Explicit\";b:1;s:61:\"Please specify if your %node_name contains explicit material.\";b:1;s:21:\"add to audio playlist\";b:1;s:7:\"Podcast\";b:1;s:4:\"XSPF\";b:1;s:3:\"M3U\";b:1;s:3:\"PLS\";b:1;s:10:\"XSPF Popup\";b:1;s:17:\"manage %node_name\";b:1;s:34:\"Javascript to generate XSPF Player\";b:1;s:29:\"No items have been added yet.\";b:1;s:5:\"Track\";b:1;s:5:\"[add]\";b:1;s:18:\"Add new audio file\";b:1;s:43:\"Add a new audio file to this audio playlist\";b:1;s:11:\"audio title\";b:1;s:6:\"Upload\";b:1;s:22:\"Item added to playlist\";b:1;s:10:\"track info\";b:1;s:7:\"podcast\";b:1;s:25:\"subscribe to this podcast\";b:1;s:3:\"m3u\";b:1;s:15:\"stream M3U feed\";b:1;s:3:\"pls\";b:1;s:15:\"stream PLS feed\";b:1;s:4:\"xspf\";b:1;s:19:\"shareable XSPF feed\";b:1;s:28:\"Development helper functions\";b:1;s:40:\"Development helper for node_access table\";b:1;s:11:\"Switch user\";b:1;s:5:\"Devel\";b:1;s:11:\"Execute PHP\";b:1;s:11:\"XSPF Player\";b:1;s:5:\"devel\";b:1;s:11:\"empty cache\";b:1;s:16:\"database queries\";b:1;s:22:\"empty database queries\";b:1;s:9:\"phpinfo()\";b:1;s:17:\"reinstall modules\";b:1;s:11:\"reset menus\";b:1;s:15:\"variable viewer\";b:1;s:14:\"session viewer\";b:1;s:11:\"switch user\";b:1;s:11:\"execute php\";b:1;s:19:\"PHP code to execute\";b:1;s:54:\"Enter some code. Do not use
<?phptags.\";b:1;s:7:\"Execute\";b:1;s:9:\"Query log\";b:1;s:18:\"Collect query info\";b:1;s:70:\"Collect query info. If disabled, no query log functionality will work.\";b:1;s:17:\"Display query log\";b:1;s:14:\"Sort query log\";b:1;s:9:\"by source\";b:1;s:11:\"by duration\";b:1;s:23:\"Slow query highlighting\";b:1;s:22:\"Store executed queries\";b:1;s:17:\"Sampling interval\";b:1;s:18:\"Display page timer\";b:1;s:49:\"Display page execution time in the query log box.\";b:1;s:20:\"Display memory usage\";b:1;s:24:\"Display redirection page\";b:1;s:28:\"Display form element weights\";b:1;s:8:\"Log only\";b:1;s:12:\"SMTP library\";b:1;}', created = 1162984894, expire = 0, headers = '' WHERE cid = 'locale:es'3.42 0 _locale_admin_manage_screen SELECT COUNT(*) AS translation FROM locales_target WHERE locale = 'es' AND translation != ''
3.13 0 locale SELECT lid, source FROM locales_source WHERE source = 'audio playlist'
1.65 0 module_list SELECT name, filename, throttle, bootstrap FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC
1.02 0 taxonomy_node_get_terms SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 3 ORDER BY v.weight, t.weight, t.name
0.99 0 taxonomy_node_get_terms SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 6 ORDER BY v.weight, t.weight, t.name
0.97 0 taxonomy_node_get_terms SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 2 ORDER BY v.weight, t.weight, t.name
0.96 0 taxonomy_node_get_terms SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 5 ORDER BY v.weight, t.weight, t.name
0.87 0 node_load SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 2
0.79 0 cache_get SELECT data, created, headers, expire FROM cache WHERE cid = 'menu:1:es'
0.79 0 list_themes SELECT * FROM system WHERE type = 'theme'
0.76 0 block_list SELECT * FROM blocks WHERE theme = 'bluemarine' AND status = 1 ORDER BY region, weight, module
0.71 0 event_calendar_data SELECT n.nid, e.event_start FROM node n INNER JOIN event e ON n.nid = e.nid WHERE n.status = 1 AND ((e.event_start > 1162339200 AND e.event_start < 1164931199) OR (e.event_end > 1162339200 AND e.event_end < 1164931199) OR (e.event_start < 1162339200 AND e.event_end > 1164931199)) ORDER BY event_start
0.71 0 node_load SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 3
0.7 0 system_region_list SELECT * FROM system WHERE type = 'theme' AND name = 'bluemarine'
0.67 0 node_load SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = 6
0.66 0 node_load SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE n.nid = '5'
0.63 0 video_block_list SELECT n.nid, n.title FROM node n INNER JOIN video v ON n.vid = v.vid WHERE n.type = 'video' AND n.status = 1 AND n.moderate = 0 ORDER BY n.created DESC LIMIT 0, 10
0.56 0 upload_load SELECT * FROM files f INNER JOIN file_revisions r ON f.fid = r.fid WHERE r.vid = 3 ORDER BY f.fid
0.56 0 image_get_random SELECT n.nid FROM node n WHERE n.type='image' AND n.status=1 ORDER BY RAND() LIMIT 0, 1
0.56 0 upload_load SELECT * FROM files f INNER JOIN file_revisions r ON f.fid = r.fid WHERE r.vid = 5 ORDER BY f.fid
0.53 0 upload_load SELECT * FROM files f INNER JOIN file_revisions r ON f.fid = r.fid WHERE r.vid = 2 ORDER BY f.fid
0.52 0 event_get_types SELECT * FROM variable WHERE name like 'event_nodeapi_%'
0.51 0 locale_supported_languages SELECT locale, name, formula, enabled FROM locales_meta ORDER BY isdefault DESC, enabled DESC, name ASC
0.5 0 upload_load SELECT * FROM files f INNER JOIN file_revisions r ON f.fid = r.fid WHERE r.vid = 6 ORDER BY f.fid
0.48 0 location_nodeapi SELECT * FROM location WHERE type = 'node' AND oid = 3
0.48 0 audio_get_random SELECT n.nid FROM node n WHERE n.type='audio' AND n.status=1 ORDER BY RAND() LIMIT 0, 1
0.46 0 locale_supported_languages SELECT locale, name, formula, enabled FROM locales_meta ORDER BY isdefault DESC, enabled DESC, name ASC
0.46 0 user_block SELECT COUNT(sid) AS count FROM sessions WHERE timestamp >= 1162984014 AND uid = 0
0.44 0 cache_get SELECT data, created, headers, expire FROM cache WHERE cid = 'locale:'
0.42 0 flexinode_load SELECT flexinode_1.textual_data AS flexinode_1, flexinode_1.numeric_data AS flexinode_1_format FROM node n LEFT JOIN flexinode_data flexinode_1 ON n.nid = flexinode_1.nid AND flexinode_1.field_id = 1 WHERE n.nid = 2
0.41 0 flexinode_load SELECT flexinode_1.textual_data AS flexinode_1, flexinode_1.numeric_data AS flexinode_1_format FROM node n LEFT JOIN flexinode_data flexinode_1 ON n.nid = flexinode_1.nid AND flexinode_1.field_id = 1 WHERE n.nid = 3
0.41 0 flexinode_load_content_type SELECT * FROM flexinode_type WHERE ctype_id = 1
0.41 0 location_nodeapi SELECT * FROM location WHERE type = 'node' AND oid = 2
0.4 0 node_access_view_all_nodes SELECT COUNT(*) FROM node_access WHERE nid = 0 AND ((gid = 0 AND realm = 'all')) AND grant_view >= 1
0.4 0 locale_refresh_cache SELECT s.source, t.translation, t.locale FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE t.locale = 'en' AND LENGTH(s.source) < 75
0.39 0 user_block SELECT uid, name, access FROM users WHERE access >= 1162984014 AND uid != 0 ORDER BY access DESC
0.39 0 flexinode_content_types SELECT * FROM flexinode_type
0.38 0 path_nodeapi SELECT dst FROM url_alias WHERE src = 'node/6'
0.38 0 comment_nodeapi SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 2
0.38 0 db_lock_table LOCK TABLES cache WRITE
0.37 0 audio_load SELECT tag, value FROM audio_metadata WHERE vid=6
0.37 0 comment_nodeapi SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 3
0.36 0 flexinode_load_content_type SELECT * FROM flexinode_field WHERE ctype_id = 1 ORDER BY weight ASC, label ASC
0.35 0 audio_load SELECT origname, filename, filepath, filemime, filesize FROM audio_file f WHERE f.vid = 6
0.35 0 image_load SELECT filename, filepath FROM files WHERE nid=5
0.35 0 audio_load SELECT * FROM audio WHERE vid=6
0.34 0 drupal_lookup_path SELECT COUNT(pid) FROM url_alias
0.34 0 cache_get SELECT data, created, headers, expire FROM cache WHERE cid = 'locale:'
0.34 0 comment_nodeapi SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 6
0.33 0 path_nodeapi SELECT dst FROM url_alias WHERE src = 'node/3'
0.33 0 path_nodeapi SELECT dst FROM url_alias WHERE src = 'node/2'
0.31 0 event_nodeapi SELECT event_start, event_end, timezone FROM event WHERE nid = 3
0.31 0 event_nodeapi SELECT event_start, event_end, timezone FROM event WHERE nid = 2
0.3 0 comment_nodeapi SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 5
0.28 0 locale SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = 'audio playlist' AND t.locale = ''
0.26 0 path_nodeapi SELECT dst FROM url_alias WHERE src = 'node/5'
0.26 0 _locale_admin_manage_screen SELECT isdefault, enabled FROM locales_meta WHERE locale = 'es'
0.23 0 cache_set UPDATE cache SET data = 'a:0:{}', created = 1162984894, expire = 0, headers = '' WHERE cid = 'locale:en'
0.22 0 _locale_admin_manage_screen SELECT isdefault, enabled FROM locales_meta WHERE locale = 'en'
0.19 0 cache_clear_all DELETE FROM cache WHERE cid = 'locale:'
0.15 0 _locale_admin_manage_screen SELECT COUNT(*) AS strings FROM locales_source
0.15 0 db_lock_table LOCK TABLES cache WRITE
0.12 0 db_unlock_tables UNLOCK TABLES
0.08 0 db_unlock_tables UNLOCK TABLES
Anything new regarding this issue?
I have this problem too.
Same as Robert's issue: 2 langs (english & hebrew)
when working with english all is fine, but when switching to hebrew site becomes very slow.
See this comment.
See this comment.
UPDATE:
...or take a look at this little patch, if you don't want to try to find the bug by hand. It requires patching the locale.module, but then displays nicely any buggy modules, that might be the cause for your problem.
Hope this helps.
--
Stefan M. Kudwien
www.unleashedmind.com
-Stefan
Thanks for pointing this out.
I had the audio module up and running and never realized it was the culprit. It was really slowing down my site. I disabled it and now my site is back up to speedy. :-)