You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
6.9 KiB
PHP

<?php
$langsite = Array(
// Site description in the title bar
"TITLE_INDEX" => "Watch torrent movies instantly",
"TITLE_FAQ" => "Frequently Asked Questions",
"TITLE_TOS" => "Terms of Service",
"TITLE_DL" => "Download",
"SITE_DESC" => "Skip the downloads! Watch the best movies instantly in HD, with subtitles, for free! Available for Windows, Mac and Linux.",
"HEADER" => "Watch torrent movies instantly",
"SUBHEADER" => "Currently in Beta, but go ahead and try it!",
// %s replaced with version number
"BTN_DOWNLOAD" => "Download Beta %s",
"DL_DESC_WIN" => "For Windows 7 and above",
"DL_DESC_MAC" => "For Mac OSX 10.6 and above",
"DL_DESC_LIN32" => "For 32-bit Linux Users",
"DL_DESC_LIN64" => "For 64-bit Linux Users",
"DL_THANKYOU" => "Thank you for using Popcorn Time",
"DL_STARTING_1" => "Your download is about to start.",
"DL_STARTING_2" => "Click here",
"DL_STARTING_3" => "if your download didn't start.",
"MAIL_SUBSCRIBE" => "Subscribe to our official mailing list",
"MAIL_EMAIL" => "Email Address",
"MAIL_SUBSCRIBE_BTN" => "Subscribe",
"DISCLAIMER_TITLE" => "Popcorn Time streams movies from Torrents",
"DISCLAIMER_DESC" => "Downloading copyrighted material may be illegal in your country. Use at your own risk.",
"FEAT_MOVIES" => "Great movies",
"FEAT_MOVIES_DESC" => "We're constantly searching all over the web for the best torrents from the most important sites.",
"FEAT_NORESTRICTION" => "No restrictions",
"FEAT_NORESTRICTION_DESC"=> "Watch any movie as many times as you want. All you need to get started is a proper internet connection.",
"FEAT_CATALOGUE" => "Awesome catalogue",
"FEAT_CATALOGUE_DESC" => "If the movie is out there, Popcorn Time will find the best version possible and start streaming it right away.",
"FEAT_QUALITY" => "The best quality",
"FEAT_QUALITY_DESC" => "Watch your movie instantly in HD and with subtitles. And then keep watching.",
"FEAT_BEST" => "Best of all... it's free!",
"HOW_TITLE" => "Hard to believe?",
"HOW_DESC" => "See how easy it works...",
"HOW_1" => "Open PT & select a movie",
"HOW_2" => "Choose HD & Subtitles",
"HOW_3" => "Click play & enjoy!",
"GET_TITLE" => "A whole new way to watch movies",
"GET_DESC" => "Just take care of the popcorn & leave the rest to us.",
"FOOTER" => "Made with <span>&lt;3</span> by a bunch of geeks from All Around The World"
);
$langfaq = Array(
"WARNING_1" => "To enjoy a great experience, always make sure you're running",
"WARNING_2" => "the latest Popcorn Time version.",
"WARNING_3" => "Our only official site is",
"WARNING_4" => "(for now). Do not get the app from anywhere else, as there's a few fake sites going around.",
"TITLE" => "Frequently Asked Questions",
"DESC_1" => "Popcorn Time! is the result of many developers and designers putting a bunch of APIs together to make the experience of watching torrent movies as simple as possible.",
"DESC_2" => "We are an open source project. We are from all over the world. We love our movies. And boy, do we love popcorn.",
"LEGAL_Q" => "Is this legal?",
"LEGAL_A" => "Depends on where you're from, really. Once again: we're using torrents, so if you really care, you'd better google what the legal situation around these protocol is where you live.",
"SEED_Q" => "Popcorn Time works using torrents, fair enough. Am I seeding while watching a movie?",
"SEED_A" => "Indeed, you are. You're going to be uploading bits and bits of the movie for as long as you're watching it on Popcorn Time.",
"STORAGE_Q" => "What happens to the movies after I'm done?",
"STORAGE_A" => "Your movies will stay buried in a secret folder somewhere in your drive until you restart your computer. Then it will be gone for good.",
"UPDATE_Q" => "Will there be a new version?",
"UPDATE_A" => "Most definitely. You're going to have to download it manually though. But fear not! If you're on version Beta 2, you'll be notified within the app. Other than that, we'll let you know through Twitter.",
"MOVIES_Q" => "How come you've got the latest movies?",
"MOVIES_A" => "We search for movies uploaded by YIFY. Better ask them how they are handling this!",
"LANG_Q" => "Will you be adding movies in my language?",
"LANG_A" => "Chances are that most (if not all) of the movies available in Popcorn Time will be in English. However, languages for subtitles and the app itself are constantly being added by our lovely contributors.",
"LAUNCH_Q" => "Why can't I launch Popcorn Time?",
"LAUNCH_Q1" => "Your system may prevent unsigned apps from being run",
"LAUNCH_A1" => "Go to <span class=\"code\">System Preferences > Security > Allow Apps downloaded from > Anywhere</span> and try to launch Popcorn Time! again.",
"LAUNCH_Q2" => "You may have not have enough User Priviliges",
"LAUNCH_A2" => "Open a Terminal, and type:",
"STUCK_Q" => "I can't get past the initial \"Please wait...\" screen",
"STUCK_A" => "It is possible that your internet provider block the API used by this app. <a href=\"http://en.wikipedia.org/wiki/Websites_blocked_in_the_United_Kingdom\">Like this Black list in UK</a>.",
"SUBS_Q" => "Why can't I select subtitles?",
"SUBS_A" => "You may have to wait until all of the movie data (cover, summary, length, etc...) is retrieved. Sometimes it may be something else!",
"BUILDS_Q" => "Thinking about launching for Android/iOS/Chromecast/Smart TVs/Commodore 64?",
"BUILDS_A" => "Our efforts are currently towards making the best desktop app for watching torrent movies. So launching versions for other devices is not in our inmediate roadmap.",
"DEVICES_Q" => "Is the app works on Raspberry Pi/ChomeBook/BeagleBone?",
"DEVICES_A" => "Currently the App compiled only for Win/Linux32/Linux64/Mac but if you want to try it on ARM go for it!",
"SITE_Q" => "You are changing site/repo more often than some underwear, which is the best place to start with?",
"SITE_A" => "Well yes, the App had difficult times, the best place for the latest info yet is the IRC channel."
);
?>