Afrikaans
Akan
Albanian
Amharic
Armenian
Azerbaijani
Basque
Belarusian
Bemba
Bengali
Bihari
Bosnian
Breton
Bulgarian
Cambodian
Catalan
Cebuano
Cherokee
Chichewa
Chinese (Simplified)
Chinese (Traditional)
Corsican
Croatian
Czech
Danish
Dutch
Esperanto
Estonian
Ewe
Faroese
Filipino
Finnish
Frisian
Ga
Galician
Georgian
German
Greek
Guarani
Gujarati
Haitian Creole
Hausa
Hawaiian
Hebrew
Hindi
Hmong
Icelandic
Igbo
Indonesian
Interlingua
Irish
Japanese
Javanese
Kannada
Kazakh
Kinyarwanda
Kirundi
Kongo
Korean
Krio (Sierra Leone)
Kurdish
Kurdish (Soranî)
Kyrgyz
Laothian
Latin
Latvian
Lingala
Lithuanian
Lozi
Luganda
Luo
Luxembourgish
Macedonian
Malagasy
Malay
Malayalam
Maltese
Maori
Marathi
Mauritian Creole
Moldavian
Mongolian
Myanmar (Burmese)
Montenegrin
Nepali
Nigerian Pidgin
Northern Sotho
Norwegian
Norwegian (Nynorsk)
Occitan
Oriya
Oromo
Pashto
Persian
Polish
Portuguese (Portugal)
Punjabi
Quechua
Romanian
Romansh
Runyakitara
Russian
Samoan
Scots Gaelic
Serbian
Serbo-Croatian
Sesotho
Setswana
Seychellois Creole
Shona
Sindhi
Sinhalese
Slovak
Slovenian
Somali
Sundanese
Swahili
Swedish
Tajik
Tamil
Tatar
Telugu
Thai
Tigrinya
Tonga
Tshiluba
Tumbuka
Turkish
Turkmen
Twi
Uighur
Ukrainian
Urdu
Uzbek
Vietnamese
Welsh
Wolof
Xhosa
Yiddish
Yoruba
Zulu
Subtitle Pluribus - 01x09 - La Chica o El Mundo subtitles from the source! - Addic7ed.com
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"); .face-button {
height: 24px; display: inline-block; border: 3px solid #4c956c; font-size: 15px; font-weight: 500; text-align: center; text-decoration: none; color: #e43; overflow: hidden; width: 230px;
.icon { margin-right: 6px; }
.face-primary, .face-secondary { display: block; padding: 0 32px; line-height: 24px; transition: margin .4s; }
.face-primary { background-color: #4c956c; color: #fff; }
&:hover .face-primary { margin-top: -24px; } }
function changeAppLang() { value = $("comboLang").value; if (value!='en') { window.location= "/changeapplang.php?applang=" + value; } }
function showChange(showID) { if (showID==0) valor = $("qsShow").value; else valor = showID; if (valor>0) { $("qsSeason").innerHTML = ''; $("qsEp").innerHTML = ''; $("qssShow").innerHTML = '';
var myRequest = new Request({ url: '/ajax_getSeasons.php', method: 'get', onSuccess: function(responseText){ $("qsSeason").innerHTML = responseText; } }); myRequest.send('showID='+valor); } }
function seasonChange(showID, season) {
valor = showID;
if (valor>0) { $("qsEp").innerHTML = '';
if (season==-1) myseason = $("qsiSeason").value; else myseason=season; var myRequest = new Request({ url: '/ajax_getEpisodes.php', method: 'get', onSuccess: function(responseText){ $("qsEp").innerHTML = responseText; } }); myRequest.send('showID='+valor+'&season='+myseason); }
}
function changeEp() { var valor = $("qsiEp").value; window.location = '/re_episode.php?ep=' + valor; }
function qsClear() { $("qssShow").innerHTML = ''; $("qsSeason").innerHTML = ' '; $("qsEp").innerHTML = ' ';
var myRequest = new Request({ url: '/ajax_getShows.php', method: 'get', onSuccess: function(responseText){ $("qssShow").innerHTML = responseText; } }); myRequest.send('showID='+valor); } function saveFavorite(subid,langid,hi) { return; alert('Now following!'); /* new Ajax('/ajax_saveFavorite.php?subid='+subid+'&langid='+langid+'&hi='+hi, { method: 'get', update: $("episodes") }).request(); */
var myRequest = new Request({ url: '/ajax_saveFavorite.php', method: 'get' }); myRequest.send('subid='+subid+'&langid='+langid+'&hi='+hi); }
Download free subtitles for TV Shows and Movies. ArabicCatalaEnglishEuskeraFrenchGalicianGermanGreekHungarianItalianPersianPolishPortuguesePortuguese (Brazilian)RomanianRussianSpanishSwedish Signup Login Shows Join the team Forum
0%
div, img { behavior: url(https://www.addic7ed.com/js/iepngfix.htc) } This file is part of wikisubtitles.
wikisubtitles is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Wikisubtitles is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see . Quick search window.addEvent('domready', function() { showChange(10231 ); } );
window.addEvent('domready', function() { seasonChange(10231,1) } ); Search subtitle
function saveWatched(subid,season,episode) {
alert("Login before using this feature"); return false; var myRequest = new Request({ url: '/ajax_saveWatched.php', method: 'get', }); myRequest.send('subid='+subid+'&season='+season+'&episode='+episode); }
function saveShowRating(tvrage,rating) { alert("Login before using this feature"); return false; var myRequest = new Request({ url: '/ajax_saveShowRating.php', method: 'get', }); myRequest.send('tvrage='+tvrage+'&rating='+rating);
}
// window.addEvent('load', function() { // Default images folder definition. You will use your own. MooStarRatingImages.defaultImageFolder = 'https://www.addic7ed.com/img/';
// ================================================================
// Advanced options var advancedRating = new MooStarRating({ form: 'advanced', radios: 'my_rating', // Radios name half: true, // That means one star for two values! imageEmpty: 'star_boxed_empty.png', // Different image imageFull: 'star_boxed_full.png', // Different image imageHover: 'star_boxed_hover.png', // Different image width: 17, // One pixel bigger tip: '[VALUE] / 10.0', // Mouse rollover tip tipTarget: $('htmlTip'), // Tip element tipTargetType: 'html' // Tip type, now is HTML, not only text });
// ================================================================
// Click callback function function myCallback(value) { saveShowRating(0,value) }
// Click event advancedRating.addEvent('click', myCallback); });//]]>
Pluribus - 01x09 - La Chica o El Mundo Subtitle
Pluribus, Season 1, Episode 9 subtitles
Episode list and air dates
21 Multi Download
function sortChange() { var sortCheck = document.getElementById("sort_versions"); window.location='/serie/Pluribus/1/9/'+sortCheck.checked; } function filterChange() { var filter = document.getElementById("filterlang"); window.location='/serie/Pluribus/1/9/'+filter.options[filter.selectedIndex].value; } Sort versions alphabetically by language - Filter Language: AllAlbanianArabicArmenianAzerbaijaniBengaliBosnianBulgarianCantoneseCatalàChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianEuskeraFinnishFrenchFrench (Canadian)GalegoGermanGreekHebrewHindiHungarianIcelandicIndonesianItalianJapaneseKannadaKlingonKoreanLatvianLithuanianMacedonianMalayMalayalamMarathiNorwegianPersianPolishPortuguesePortuguese (Brazilian)RomanianRussianSerbian (Cyrillic)Serbian (Latin)SinhalaSlovakSlovenianSpanishSpanish (Argentina)Spanish (Latin America)Spanish (Spain)SwedishTagalogTamilTeluguThaiTurkishUkrainianVietnameseWelsh Version ETHEL, Duration: 0.00 New translation uploaded by LosChulosTeam 3 hours ago Season finale Portuguese (Brazilian) Completed Download Portuguese (Brazilian) 0 times edited · 21 Downloads · 389 sequences view & edit
function carga() { var subID='197811'; $("comments").innerHTML = ''; var myRequest = new Request({ url: '/ajax_getComments.php', method: 'get', onSuccess: function(responseText){ $("comments").innerHTML = responseText; } }); myRequest.send('id='+subID); }
function enviar() { var paramString = $("newc").toQueryString(); $("comments").innerHTML = ''; var myRequest = new Request({ url: '/ajax_getComments.php', method: 'post', onSuccess: function(responseText){ $("comments").innerHTML = responseText; } }); myRequest.send(paramString);
return false; }
function notifyModerator(fversion, lang) { var subID='197811'; if (confirm('Are you sure that you want to report a problem to the moderators?')) { var myRequest = new Request({ url: '/ajax_notify.php', method: 'get', onSuccess: function(responseText){ alert("The notification has sent to the moderators. Please, be patient"); } }); myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang);
$("comments").innerHTML = ''; } }
function addCorrection(fversion, lang) { var subID='197811'; if (confirm('Are you sure you want to correct this subtitle??')) { var myRequest = new Request({ url: '/ajax_correction.php', method: 'get', onSuccess: function(responseText){ alert("Subtitle added to Corrections page. Please correct it or announce that you bail"); } }); myRequest.send('id='+subID+'&fversion='+fversion+'&lang='+lang); } }
function delComment(cid) { var myRequest = new Request({ url: '/ajax_delComment.php', method: 'get', onSuccess: function(responseText){ // alert("Subtitle added to Corrections page. Please correct it or announce that you bail"); } }); myRequest.send('cid='+cid);
$("comments").innerHTML = "";
var myRequest = new Request({ url: '/ajax_getComments.php', method: 'get', onSuccess: function(responseText){ $("comments").innerHTML = responseText; } }); myRequest.send('cid='+cid); }
window.addEvent('domready', function(){ carga(); });
Addic7ed Popular Shows Useful Forums Browse By Shows Sex/Life TV Shows Schedule Site Changelog Browse By Movies Loki Frequently Asked Questions Support Us Top Uploaders Resident Evil RSS Feeds Premium Accounts Top Downloads Sweet Tooth Tutorials Video Formats All News Gossip Girl How to Synchronize Subtitles Frequently Asked Questions Sub-Talk Forums Shameless (US) What Are Subtitles TV Shows Talk Latest Comments The Big Bang Theory New Translation Tutorial Movies Talk Shaormerii Bucuresti Family Guy Upload a New Subtitle Tutorial Stats Cafenele Bucuresti American Horror Story How to have an Avatar . Contact House Agentie Marketing Digital
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); try { var pageTracker = _gat._getTracker("UA-10775680-1"); pageTracker._trackPageview(); } catch(err) {}
cached = build time: 0.024810791015625
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.