Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.12 KB | None | 0 0
  1. <?php
  2. use App\Config;
  3.  
  4. $GLOBALS['language'] = array (
  5. 'website' => array (
  6. /* App/View/base.html */
  7. 'base' => array(
  8. 'nav_home' => 'Etusivu',
  9.  
  10. 'nav_community' => 'Yhteisö',
  11. 'nav_news' => 'Uutiset',
  12. 'nav_jobs' => 'Työt',
  13. 'nav_photos' => 'Valokuvat',
  14. 'nav_staff' => 'Staff',
  15. 'nav_exchange' => 'Marketplace',
  16.  
  17. 'nav_shop' => 'Kauppa',
  18. 'nav_buy_points' => 'Ostostavatat',
  19. 'nav_buy_club' => 'Purchase ' . Config::site['shortname'] . ' Club',
  20. 'nav_purchasehistory' => 'Purchase history',
  21. 'nav_changename' => 'Vaihda käyttäjänimeä',
  22.  
  23. 'nav_highscores' => 'Tilastot',
  24.  
  25. 'nav_forum' => 'Ryhmäni',
  26.  
  27. 'nav_helptool' => 'Asiakastuki',
  28. 'nav_helptickets' => 'Avunpyynnöt',
  29.  
  30. 'nav_housekeeping' => 'Hallintapaneeli',
  31.  
  32. 'close' => 'Sulje',
  33. 'cookies' => 'käyttää kolmannen osapuolen keksejä edistääkseen palveluiden käyttöä.',
  34. 'read_more' => 'Lue lisää',
  35. 'thanks_for_playing' => 'Thank you for playing',
  36. 'made_with_love' => 'was made with a lot of love',
  37. 'credits' => 'Thanks to Raizer and Metus',
  38. 'and_all' => 'And all',
  39.  
  40. 'login_name' => 'name',
  41. 'login_password' => 'Password',
  42. 'login_save_data' => 'Remember me',
  43. 'login_lost_password' => 'Lost your password?',
  44.  
  45. 'report_message' => 'Report this message',
  46. 'report_certainty' => 'You are about to report this message. Are you sure you want to report this message?',
  47. 'report_inappropriate' => 'Yes, this is inappropriate!',
  48.  
  49. 'user_to' => 'Astu',
  50. 'user_profile' => 'Oma sivuni',
  51. 'user_settings' => 'asetukseni',
  52. 'user_logout' => 'Kirjaudu ulos',
  53.  
  54. 'header_slogan' => 'Virtual world for young people!',
  55. 'header_slogan2' => 'Join our community and make new friends',
  56. 'header_login' => 'Kirjaudu',
  57. 'header_register' => 'Liity ilmaiseksi!',
  58. 'header_to' => 'To',
  59.  
  60. 'footer_helptool' => 'Apua',
  61. 'footer_rules' => 'The ' . Config::site['shortname'] . ' Rules',
  62. 'footer_terms' => 'Terms and Conditions',
  63. 'footer_privacy' => 'Privacy declaration',
  64. 'footer_cookies' => 'Cookie policy',
  65. 'footer_guide' => 'Parents guide'
  66. ),
  67.  
  68. /* public/assets/js/web */
  69. 'javascript' => array(
  70. 'web_customforms_markedfields' => 'All fields marked with an * are mandatory.',
  71. 'web_customforms_loadingform' => 'Loading form...',
  72. 'web_customforms_next' => 'Next',
  73. 'web_customforms_close' => 'Close',
  74. 'web_customforms_participation' => 'Thanks for your participation!',
  75. 'web_customforms_sent' => 'Your answers have been sent and will be analyzed by the person who starts this form.',
  76. 'web_customforms_answer' => 'Your answer',
  77.  
  78. 'web_dialog_cancel' => 'Peruuta',
  79. 'web_dialog_validate' => 'Varmenna',
  80. 'web_dialog_confirm' => 'Confirm your choice',
  81.  
  82. 'web_hotel_backto' => 'Takaisin ' . Config::site['shortname'] . ' Hotelliin',
  83.  
  84. 'web_fill_pincode' => 'Kirjoita varmistusmenetelmässäsi lisäämä PIN-koodi tai Google 2FA-koodi. Unohditko sen? Ota yhteyttä asiakaspalveluumme!',
  85. 'web_twostep' => 'Varmennusmenetelmä!',
  86. 'web_login' => 'You must be logged in to report this message!',
  87. 'web_loggedout' => 'Logged out :(',
  88.  
  89. 'web_notifications_success' => 'Onnistui!',
  90. 'web_notifications_error' => 'Virhe!',
  91. 'web_notifications_info' => 'Huomautus!',
  92.  
  93. 'web_page_article_login' => 'Sinun pitää kirjautua kommentoidaksesi artikkelia!',
  94.  
  95. 'web_page_community_photos_login' => 'Sinun pitää kirjautua tykätäksesi kuvista!',
  96. 'web_page_community_photos_loggedout' => 'Logged out :(',
  97.  
  98. 'web_page_forum_change' => 'Muuta',
  99. 'web_page_forum_cancel' => 'Peruuta',
  100. 'web_page_forum_oops' => 'Hups...',
  101. 'web_page_forum_topic_closed' => 'This topic is closed and you can no longer respond.',
  102. 'web_page_forum_login_toreact' => 'Vastataksesi sinun tulee kirjautua!',
  103. 'web_page_forum_login_tolike' => 'Sinun pitää kirjautua tykätäksesi julkaisusta!',
  104. 'web_page_forum_loggedout' => 'Logged out :(',
  105.  
  106. 'web_page_profile_login' => 'You must be logged in to like photos!',
  107. 'web_page_profile_loggedout' => 'Logged out :(',
  108.  
  109. 'web_page_settings_namechange_request' => 'Lähetä pyyntö',
  110. 'web_page_settings_namechange_not_available' => 'Nimi on varattu.',
  111. 'web_page_settings_namechange_choose_name' => 'Valitse Cloud-nimesi',
  112.  
  113. 'web_page_settings_verification_oops' => 'Hups...',
  114. 'web_page_settings_verification_fill_password' => 'Kirjoita salasanasi!',
  115. 'web_page_settings_verification_2fa_on' => 'Google Authentication on asetettu käyttäjällesi. Vaihtaaksesi sen PIN-koodiin, ota se pois käytöstä täysin!',
  116. 'web_page_settings_verification_2fa_secretkey' => 'Skannasitko QR-koodin puhelinsovelluksellasi? Kirjoita koodi tähän!',
  117. 'web_page_settings_verification_2fa_authcode' => 'Varmistuskoodi',
  118. 'web_page_settings_verification_pincode_on' => 'PIN-koodi n asetettu käyttäjällesi. Vaihtaaksesi sen PIN-koodiin, ota se pois käytöstä täysin!',
  119. 'web_page_settings_verification_2fa_off' => 'To disable Google Authentication we ask you to enter the secret code from the generator.',
  120. 'web_page_settings_verification_pincode_off' => 'To disable the pincode authentication we ask you to enter your pincode.',
  121. 'web_page_settings_verification_pincode' => 'Pincode code',
  122. 'web_page_settings_verification_switch' => 'Select the switch button to enable an authentication method!',
  123.  
  124. 'web_page_shop_offers_neosurf_name' => 'Neosurf',
  125. 'web_page_shop_offers_neosurf_description' => 'Pay easily with Paypal and your GOTW-Points will be topped up immediately.',
  126. 'web_page_shop_offers_neosurf_dialog' => 'Enter your Paypal e-mailaddress below to continue.',
  127. 'web_page_shop_offers_paypal_name' => 'Paypal',
  128. 'web_page_shop_offers_paypal_description' => 'Pay easily with Paypal and your GOTW-Points will be topped up immediately.',
  129. 'web_page_shop_offers_paypal_dialog' => 'Enter your Paypal e-mailaddress below to continue.',
  130. 'web_page_shop_offers_sms_name' => 'SMS',
  131. 'web_page_shop_offers_sms_description' => 'Send a code by SMS and receive a GOTW-Points code.',
  132. 'web_page_shop_offers_sms_dialog' => 'Send the code below in an SMS to get a GOTW-Points code.',
  133. 'web_page_shop_offers_audiotel_name' => 'Audiotel',
  134. 'web_page_shop_offers_audiotel_description' => 'Call a number one or more times to get a GOTW-Points code.',
  135. 'web_page_shop_offers_audiotel_dialog' => 'Call the number below to get a GOTW-Points code.',
  136. 'web_page_shop_offers_pay_with' => 'Pay with',
  137. 'web_page_shop_offers_points_for' => 'GOTW-Points for',
  138. 'web_page_shop_offers_get_code' => 'Get a GOTW-Points code',
  139. 'web_page_shop_offers_fill_code' => 'Enter your GOTW-Points code',
  140. 'web_page_shop_offers_fill_code_desc' => 'Enter your GOTW-Points code below to receive your GOTW-Points.',
  141. 'web_page_shop_offers_submit' => 'Submit',
  142. 'web_page_shop_offers_success' => 'Purchase successful!',
  143. 'web_page_shop_offers_received' => 'Thank you for your purchase. You got',
  144. 'web_page_shop_offers_received2' => 'GOTW-Points.',
  145. 'web_page_shop_offers_close' => 'Close',
  146. 'web_page_shop_offers_failed' => 'Purchase failed!',
  147. 'web_page_shop_offers_failed_desc' => 'The purchase failed. Try again or contact us via the Help Tool.',
  148. 'web_page_shop_offers_back' => 'Back',
  149. 'web_page_shop_offers_no_card' => 'If you do not have a Neosurf prepaid card, you can see the',
  150. 'web_page_shop_offers_no_card2' => 'points of sale',
  151. 'web_page_shop_offers_to' => 'to',
  152. 'web_page_shop_offers_buy_code' => 'Purchase access code',
  153. 'web_page_hotel_loading' => 'latautuu...',
  154. 'web_page_hotel_sometinhg_wrong_1' => 'Oops, there is something wrong!.',
  155. 'web_page_hotel_sometinhg_wrong_2' => 'Reload the page',
  156. 'web_page_hotel_sometinhg_wrong_3' => 'Or create a ticket in the helptool',
  157. 'web_page_hotel_welcome_at' => 'Tervetuloa',
  158. 'web_page_hotel_soon' => 'Grab a drink, we\'ll be there soon...',
  159. 'web_hotel_active_flash_1' => 'Olet melkein ' . Config::site['shortname'] .'issa!',
  160. 'web_hotel_active_flash_2' => 'Klikkaa tästä',
  161. 'web_hotel_active_flash_3' => 'and click on the left side at "allow" flash, to enable flash.'
  162. ),
  163.  
  164. /* App/View/Community */
  165. 'article' => array (
  166. 'reactions' => 'Kommentit',
  167. 'reactions_empty' => 'Artikkelia ei ole kommentoitu vielä.',
  168. 'reactions_fill' => 'Kirjoita viestisi tähän...',
  169. 'reactions_post' => 'Julkaise',
  170. 'latest_news' => 'Ajankohtaista',
  171. 'reaction_hidden_yes' => 'Newscomments made invisible!',
  172. 'reaction_hidden_no' => 'Newscomments made visible!',
  173. 'forbidden_words' => 'Your message contains forbidden words!',
  174. ),
  175. 'forum' => array (
  176. /* Forum/index.html */
  177. 'index_subject' => 'Subject',
  178. 'index_topics' => 'Topics',
  179. 'index_latest_topic' => 'Latest topic',
  180. 'index_empty' => 'No topics',
  181. 'index_latest_activities' => 'Viimeisimmät postaukset',
  182. 'index_by' => 'by',
  183.  
  184. /* Forum/category.html */
  185. 'category_new_topic' => 'New topic',
  186. 'category_back' => 'Back',
  187. 'category_topics' => 'Topics',
  188. 'category_posts' => 'Posts',
  189. 'category_latest_reacts' => 'Latest reactions',
  190. 'category_topic_by' => 'By',
  191. 'category_no_reacts' => 'No reactions',
  192. 'category_latest_react_by' => 'Last reaction by',
  193. 'category_create_topic' => 'Make new topic',
  194. 'category_subject' => 'Subject',
  195. 'category_description' => 'Description',
  196. 'category_create_button' => 'Make topic',
  197. 'category_or' => 'or',
  198. 'category_cancel' => 'cancel',
  199.  
  200. /* Forum/topic.html */
  201. 'topic_react' => 'React',
  202. 'topic_close' => 'Close',
  203. 'topic_reopen' => 'Re-open',
  204. 'topic_since' => 'Since:',
  205. 'topic_posts' => 'Posts:',
  206. 'topic_topic' => 'Topic:',
  207. 'topic_reaction' => 'Reaction:',
  208. 'topic_closed' => 'Pay attention! This topic is closed, do you disagree? Then contact us via the',
  209. 'topic_helptool' => 'helptool',
  210. 'topic_and' => 'and',
  211. 'topic_likes_1' => 'others like this!',
  212. 'topic_likes_2' => 'likes this!',
  213. 'topic_likes_3' => 'like this!'
  214. ),
  215.  
  216. /* App/View/Community */
  217. 'community_photos' => array (
  218. 'by' => 'by',
  219. 'photos_by' => 'Valokuvia',
  220. 'photos_desc' => 'Katso uusimmat otokset',
  221. 'load_more' => 'Katso lisää kuvia'
  222. ),
  223. 'community_staff' => array (
  224. 'title' => 'Kuinka pääsen Staffiksi ' . Config::site['shortname'] . 'issa?',
  225. 'desc' => 'Tiimimme on täällä auttamassa sinua!',
  226. 'content_1' => 'Tietenkin kaikki unelmoivat staffina olosta Cloudissa, mutta valitettavasti asemaa henkilökunnassa ei ole tarkoitettu kaikille. Päästäksesi staffiksi on sinun haettava paikkaa.',
  227. 'content_2' => 'Tämä on mahdollista vain, kun meillä on avoimia paikkoja. Niistä ilmoitetaan artikkeleiden kautta. Saatamme myös silloin tällöin poimia kriteereitä täyttäviä pelaajia täydentämään rivejämme.'
  228. ),
  229. 'community_value' => array (
  230. 'title_header' => 'Catalogue marketplace',
  231. 'decs_header' => 'All the exclusive furniture with a value higher than the type \'credits\' can you buy here!',
  232. 'furni_name' => 'Furniname',
  233. 'furni_type' => 'Type',
  234. 'furni_costs' => 'Now',
  235. 'furni_amount' => 'In game',
  236. 'furni_value' => 'Old price',
  237. 'furni_rate' => 'Rate',
  238. 'looking_for' => 'I\'m looking for..',
  239. 'seller' => 'Seller',
  240. 'price' => 'Price',
  241. 'nav_my' => 'My marketplace',
  242. 'nav_shop' => 'Marketplace',
  243. 'nav_catalogue' => 'Catalogue',
  244. 'marketplace_desc' => 'Sellers of ' . Config::site['shortname'] . ' hotel offer their stuff here that you can pay for with your currencys. Maybe you will find here exclusive items that you normally cannot buy in our catalogue!'
  245. ),
  246. /* App/View/Games */
  247. 'games_ranking' => array (
  248. 'username' => 'name'
  249. ),
  250.  
  251. /* App/View/Help */
  252. 'help' => array (
  253. /* Help/help.html */
  254. 'help_title' => 'FAQ',
  255. 'help_label' => 'Find all the answers about your questions here!',
  256. 'help_other_questions' => 'Other questions',
  257. 'help_content_1' => 'Didn\'t find the answer to your question? Do not hesitate to contact our customer service so that we can provide more information.',
  258. 'help_contact' => 'Contact',
  259. 'title' => 'Help Tool',
  260. 'desc' => 'You can search here for answers to your questions. If you cannot find the answer to your question, submit a request.',
  261.  
  262. /* Help/request.html */
  263. 'request_closed' => 'CLOSED',
  264. 'request_on' => 'On:',
  265. 'request_ticket_amount' => 'Amount of tickets:',
  266. 'request_react_on' => 'React on:',
  267. 'request_react' => 'React',
  268. 'request_description' => 'Description',
  269. 'request_react_on_ticket' => 'React on ticket',
  270. 'request_contact' => 'Contact ' . Config::site['shortname'],
  271. 'request_contact_help' => 'You can contact us by opening a new ticket.',
  272. 'request_new_ticket' => 'New ticket',
  273. 'request_subject' => 'Subject',
  274. 'request_type' => 'Type',
  275. 'request_status' => 'Ticket opened',
  276. 'request_in_treatment' => 'In treatment',
  277. 'request_open' => 'Open',
  278. 'request_closed' => 'Closed'
  279. ),
  280. 'help_new' => array (
  281. 'title' => 'My ticket',
  282. 'subject' => 'Subject',
  283. 'description' => 'Description',
  284. 'open_ticket' => 'Open a ticket'
  285. ),
  286.  
  287. /* App/View/Home */
  288. 'home' => array (
  289. 'to' => 'Astu',
  290. 'friends_online' => 'Kaverit paikalla',
  291. 'now_in' => 'Ajankohtaista',
  292. 'latest_news' => 'Uutiset',
  293. 'latest_facts' => 'Ajankohtaiset uutiset Cloudista!',
  294. 'popular_rooms' => 'Suositut huoneet',
  295. 'popular_rooms_label' => 'Tiedät mitkä huoneet trendaavat Cloudissa!',
  296. 'popular_no_rooms' => 'Kukaan ei ole paikalla!',
  297. 'goto_room' => 'Astu Huoneeseen',
  298. 'popular_groups' => 'Suositut ryhmät',
  299. 'popular_groups_label' => 'Löytyykö jotain mieleikästä?',
  300. 'popular_no_groups' => 'Ryhmiä ei ole luotu vielä!',
  301. 'load_news' => 'Lataa lisää uutisia',
  302. 'user_of_the_week' => 'Viikon Cloudailija',
  303. 'user_of_the_week_label' => 'Viikon Cloudailija'
  304. ),
  305. 'lost' => array (
  306. 'page_not_found' => 'Page not found!',
  307. 'page_content_1' => 'Sorry, the page you are trying to find does not exist.',
  308. 'page_content_2' => 'Check again if you have the correct url. If you come here again (welcome back!). Then go back to where you came from with the \'Back\' button.',
  309. 'sidebar_title' => 'Maybe you were looking for...',
  310. 'sidebar_stats' => 'The home of one of your friends?',
  311. 'sidebar_stats_label_1' => 'Maybe he / she is at the',
  312. 'sidebar_stats_label_2' => 'Highscores',
  313. 'sidebar_rooms' => 'Popular rooms?',
  314. 'sidebar_rooms_label_1' => 'Browse the',
  315. 'sidebar_rooms_label_2' => 'Navigator',
  316. 'sidebar_else' => 'I have lost my slippers!',
  317. 'sidebar_else_label' => 'Then you really have to search better! :-)'
  318. ),
  319. 'profile' => array (
  320. 'overlay_search' => 'Kuka on hakusessa?',
  321. 'since' => 'Liittynyt Cloudiin',
  322. 'currently' => 'Tällä hetkellä',
  323. 'never_online' => 'En ole vieraillut Hotellissa vielä.',
  324. 'last_visit' => 'Viimeksi kirjautunut',
  325. 'guestbook_title' => 'Vieraskirja',
  326. 'guestbook_label' => 'Jätä minulle viesti?',
  327. 'guestbook_input' => 'Mitä on mielessäsi,',
  328. 'guestbook_input_1' => 'Mitä haluaisit',
  329. 'guestbook_input_2' => 'tietää?',
  330. 'guestbook_load_more' => 'Lataa lisää viestejä',
  331. 'badges_title' => 'Merkit',
  332. 'badges_label' => 'Merkkiesittelyni',
  333. 'badges_empty' => 'Minulla ei ole merkkejä käytössä.',
  334. 'friends_title' => 'Kaverit',
  335. 'friends_label' => 'Satunnaisia kavereitani',
  336. 'friends_empty' => 'Minulla ei ole kavereita vielä.',
  337. 'groups_title' => 'Ryhmät',
  338. 'groups_label' => 'Ihaile rakkaimpiani!',
  339. 'groups_empty' => 'En ole liittynyt ryhmiin vielä.',
  340. 'rooms_title' => 'Huoneet',
  341. 'rooms_label' => 'Uusimmat huoneeni',
  342. 'rooms_empty' => 'En ole luonut vielä huonetta.',
  343. 'photos_title' => 'Valokuvat',
  344. 'photos_label' => 'Ottaisitko kuvan kanssani?',
  345. 'photos_empty' => 'En ole ottanut kuvia vielä.',
  346. 'title' => 'Profiili'
  347. ),
  348. 'registration' => array (
  349. 'title' => 'Enter your information!',
  350. 'email' => 'E-mail address',
  351. 'email_fill' => 'Enter your e-mail address here...',
  352. 'email_help' => 'We will need this information to restore your account in case you lose access.',
  353. 'password' => 'Password',
  354. 'password_fill' => 'Password...',
  355. 'password_repeat' => 'Repeat password',
  356. 'password_repeat_fill' => 'Repeat password...',
  357. 'password_help_1' => 'Your password must be at least 6 characters long and contain letters and numbers.',
  358. 'password_help_2' => 'Make sure your password is different than on other websites!',
  359. 'birthdate' => 'Date of birth',
  360. 'day' => 'Day',
  361. 'month' => 'Month',
  362. 'year' => 'Year',
  363. 'birthdate_help' => 'We will need this information to restore your account in case you lose access.',
  364. 'found' => 'How did you find ' . Config::site['shortname'] . ' Hotel?',
  365. 'found_choose' => 'Make a choice...',
  366. 'found_choose_1' => 'Google',
  367. 'found_choose_2' => 'By a friend',
  368. 'found_choose_3' => 'By another game',
  369. 'found_choose_4' => 'By Facebook',
  370. 'found_choose_5' => 'Other',
  371. 'create_user' => 'Create your ' . Config::site['shortname'] . '!',
  372. 'username' => Config::site['shortname'] . 'name',
  373. 'username_fill' => Config::site['shortname'] . 'name...',
  374. 'username_help' => 'Your unique name in ' . Config::site['shortname'] . ' Hotel.',
  375. 'sex' => 'Sex',
  376. 'male' => 'Boy',
  377. 'female' => 'Girl',
  378. 'register' => 'Register',
  379. 'header_slogan2' => 'Join our community and make new friends'
  380. ),
  381.  
  382. /* App/View/Jobs */
  383. 'apply' => array (
  384. 'title' => 'React on the invoice',
  385. 'content_1' => 'Thank you for your interest in ' . Config::site['shortname'] . ' Hotel and for responding to the vacancy.',
  386. 'content_2' => 'Try to answer the questionnaire as accurately as possible.',
  387. 'description' => 'Job description',
  388. 'question_name' => 'What\'s your name?',
  389. 'question_age' => 'How old are you?',
  390. 'question_why' => 'Why do you think you might be suitable?',
  391. 'question_time' => 'How many hours are you online?',
  392. 'question_time_help' => 'Tell us how many hours you spend online a day at ' . Config::site['shortname'] . ' Hotel.',
  393. 'monday' => 'Monday',
  394. 'tuesday' => 'Tuesday',
  395. 'wednesday' => 'Wednesday',
  396. 'thursday' => 'Thursday',
  397. 'friday' => 'Friday',
  398. 'saturday' => 'Saturday',
  399. 'sunday' => 'Sunday',
  400. 'time_to_time' => 'from X to Y hours',
  401. 'send' => 'Send my application'
  402. ),
  403. 'jobs' => array (
  404. 'title' => 'Kaikki paikat',
  405. 'applications' => 'Hakemukseni',
  406. 'available_applications' => 'Avoimet paikat',
  407. 'buildteam' => 'Buildteam',
  408. 'buildteam_desc' => 'They are responsible for building (event/official) rooms.',
  409. 'react' => 'Reagoi'
  410. ),
  411.  
  412. /* App/View/Password */
  413. 'password_claim' => array (
  414. 'title' => 'Forgot your password?',
  415. 'content_1' => 'Enter your ' . Config::site['shortname'] . 'name and e-mail address below and we will send you a link by e-mail to change your password.',
  416. 'content_2' => 'Don\'t do this if someone asks you to do this!',
  417. 'username' => 'Cloud-nimi',
  418. 'email' => 'E-mail address',
  419. 'send' => 'Send e-mail',
  420. 'wrong_page' => 'False alarm!',
  421. 'wrong_page_content_1' => 'If you remember your password - or ended up here by accident - you can use the link below to return to the homepage.',
  422. 'back_to_home' => 'Back to the homepage'
  423. ),
  424. 'password_reset' => array (
  425. 'title' => 'Salasanan vaihto',
  426. 'new_password' => 'Uusi salasana',
  427. 'new_password_fill' => 'Kirjoita uusi salasanasi',
  428. 'new_password_repeat_fill' => 'Toistathan uuden salasanasi...',
  429. 'change_password' => 'Salasanan vaihto'
  430. ),
  431.  
  432. /* App/View/Settings */
  433. 'settings_panel' => array (
  434. 'preferences' => 'Perusasetukseni',
  435. 'password' => 'Vaihda salasana',
  436. 'verification' => 'Aseta turvakoodi',
  437. 'email' => 'Vaihda sähköpostisi',
  438. 'namechange' => 'Vaihda käyttäjänimi',
  439. 'shop_history' => 'Ostoshistoria'
  440. ),
  441. 'settings_email' => array (
  442. 'title' => 'Vaihda sähköpostisi',
  443. 'email_title' => 'E-mail address',
  444. 'email_label' => 'Your e-mail address is required to restore your account in case you lose access.',
  445. 'password_title' => 'Current password',
  446. 'fill_password' => 'Enter your current password...',
  447. 'save' => 'Save'
  448. ),
  449. 'settings_namechange' => array (
  450. 'title' => 'Vaihda hahmosi nimeä',
  451. 'help_1' => 'Haluatko vaihtaa Cloud-hahmosi nimeä? Tämä maksaa ainoastaan',
  452. 'help_2' => 'ja käyttäjänimi vaihdetaan heti kun Cloud Staffit näkevät pyyntösi. Kun pyyntö on lähetetty, emme voi peruuttaa sitä!',
  453. 'fill_username' => 'Toivomasi käyttäjänimi...',
  454. 'request' => 'Lähetä pyyntö'
  455. ),
  456. 'settings_password' => array (
  457. 'title' => 'Vaihda salasanasi',
  458. 'password_title' => 'Nykyinen salasanasi',
  459. 'fill_password' => 'Kirjoita tähän vanha salasanasi',
  460. 'newpassword_title' => 'Uusi salasana',
  461. 'fill_newpassword' => 'Kirjoita tähän uusi salasanasi',
  462. 'fill_newpassword_repeat' => 'Toista uusi salasanasi tässä...',
  463. 'help' => 'Salasanasi tulee olla vähintään 6 kirjainta pitkä, sisältäen numeroita ja kirjaimia.',
  464. 'save' => 'Tallenna'
  465. ),
  466. 'settings_preferences' => array (
  467. 'title' => 'Minun asetukseni',
  468. 'follow_title' => 'Estä seuraaminen?' ,
  469. 'follow_label' => 'En halua muiden pelaajien seuraavan minua',
  470. 'friends_title' => 'Kaveripyynnöt',
  471. 'friends_label' => 'Estä kaveripyynnöt?',
  472. 'room_title' => 'Huonekutsut',
  473. 'room_label' => 'En halua huonekutsuja pelaajilta',
  474. 'hotelalerts_title' => 'Hotelli-ilmoitukset',
  475. 'hotelalerts_label' => 'En halua saada hotelli-ilmoituksia',
  476. 'chat_title' => 'Keskusteluasetukset',
  477. 'chat_label' => 'Käytän ennemmin vanhaa chattia'
  478. ),
  479. 'settings_verification' => array (
  480. 'title' => 'Turvaa käyttäjäsi',
  481. 'help' => 'Tämä asetus lisää hahmollesi turvallisuutta. Kun kirjaudut sisään, sinun täytyy, riippuen valinnoistasi, vastata turvallisuuskysymyksiin, jotka olet asettanut, tai syöttää valitsemasi koodi.',
  482. 'password_title' => 'Syötä salasanasi',
  483. 'auth_title' => 'Kaksivaiheinen tunnistautuminen',
  484. 'auth_label' => 'Turvaa hahmosi kaksivaiheisella tunnistautumisella',
  485. 'method_title' => 'Varmennusmenetelmä',
  486. 'method_choose' => 'Valitse varmennusmenetelmä...',
  487. 'method_pincode' => 'Haluan lisätä PIN-koodin',
  488. 'method_auth_app' => 'Haluan käyttää Google 2FA',
  489. 'pincode_title' => 'PIN-koodi varmennus',
  490. 'pincode_label' => 'Lisää PIN-koodi käyttäjällesi lisätäksesi pientä lisäturvallisuutta, jos joku sattuu arvaamaan salasanasi.',
  491. 'fill_pincode' => 'Lisää PIN-koodi',
  492. 'generate_auth' => 'Koodin luominen 2FA:n avulla',
  493. 'generate_auth_label' => 'Tämä menetelmä on kaikista luotettavin. Se yhdistää Cloud-käyttäjäsi todennus-sovellukseen (Google Authenticator) puhelimessasi. Kun kirjaudut Cloudiin, sinun täytyy vain syöttää koodi, jonka sovellus tekee sinulle.',
  494. 'link_account' => 'Linkitä käyttäjäsi',
  495. 'link_account_label' => 'Yhdistääksesi käyttäjäsi, yksinkertaisesti skannaa tämä QR-koodi sovelluksellasi ja paina TALLENNA-nappia vahvistaaksesi tämä muutos.',
  496. 'save' => 'Tallenna'
  497. ),
  498.  
  499. /* App/View/Shop */
  500. 'shop_club' => array (
  501. 'club_benefits' => 'Club benefits',
  502. 'club_buy' => 'Purchase ' . Config::site['shortname'] . ' Club',
  503. 'unlimited' => 'Unlimited',
  504. 'more_information' => 'More information',
  505. 'content_1' => 'Do you have a question or problem with a purchase?',
  506. 'content_2' => 'Do not hesitate to contact customer service via the',
  507. 'help_tool' => Config::site['shortname'] . ' Help Tool',
  508. 'random_club_users' => 'Random ' . Config::site['shortname'] . ' Club members',
  509. 'desc' => 'Here you can buy ' . Config::site['shortname'] . ' club for real money. With club you can buy exclusive items.'
  510. ),
  511. 'shop_history' => array (
  512. 'buy_history' => 'Purchase history',
  513. 'product' => 'Product',
  514. 'date' => 'Date',
  515. 'buy_history_empty' => 'You do not have a purchase history yet.',
  516. 'buy_club' => 'Purchase ' . Config::site['shortname'] . ' Club',
  517. 'content_1' => 'Do you have a question or problem with a purchase?',
  518. 'content_2' => 'Do not hesitate to contact customer service via the',
  519. 'help_tool' => Config::site['shortname'] . ' Help Tool',
  520. 'title' => 'My Purchase history',
  521. 'desc' => 'You see here all the purchases you have made'
  522. ),
  523. 'shop_offers' => array (
  524. 'back' => 'Back',
  525. 'buymethods' => 'Payment methods',
  526. 'for' => 'for',
  527. 'or_lower' => 'or lower',
  528. 'loading_methods' => 'The payment methods are being loaded...',
  529. 'store' => 'Store'
  530. ),
  531. 'shop' => array (
  532. 'title' => 'Select a product',
  533. 'country' => 'Country:',
  534. 'netherlands' => 'Netherlands',
  535. 'belgium' => 'Belgium',
  536. 'super_rare' => 'Super rare',
  537. 'more_information' => 'More information',
  538. 'content_1' => 'Do you have a question or problem with a purchase?',
  539. 'content_2' => 'Do not hesitate to contact customer service via the',
  540. 'help_tool' => Config::site['shortname'] . ' Help Tool',
  541. 'not_logged' => 'Oops! You\'re not logged in.',
  542. 'have_to_login' => 'You must be logged in to visit the ' . Config::site['shortname'] . ' Shop.',
  543. 'click_here' => 'Click here',
  544. 'to_login' => 'to log in.',
  545. 'store' => 'Store',
  546. 'desc' => 'Here you can buy credits for real money, with this you can buy exclusive items in our catalogue'
  547. ),
  548. 'games_ranking' => array(
  549. 'title' => 'Highscores',
  550. 'desc' => 'On this you find all the high scores of our players!'
  551. )
  552. ),
  553. 'core' => array (
  554. 'belcredits' => 'GOTW-Points',
  555. 'hotelapi' => array (
  556. 'disabled' => 'Cannot process request because the hotelapi is turned off!'
  557. ),
  558. 'dialog' => array (
  559. 'logged_in' => 'Oops to visit this page you must be logged in!',
  560. 'not_logged_in' => 'You do not have to be logged in to visit this page!'
  561. ),
  562. 'notification' => array (
  563. 'message_placed' => 'Your message has been posted!',
  564. 'message_deleted' => 'Your message has been deleted!',
  565. 'invisible' => 'This is made invisible!',
  566. 'profile_invisible' => 'Tämän hahmon sivu on piilotettu.',
  567. 'profile_notfound' => 'Valitettavasti emme löytäneet tätä Cloud-hahmoa!',
  568. 'no_permissions' => 'Sinulla ei ole oikeuksia.',
  569. 'already_liked' => 'Olet jo tykännyt tästä!',
  570. 'liked' => 'Tykkäsit tästä!',
  571. 'banned_1' => 'You have been banned for breaking the ' . Config::site['shortname'] . ' Rules:',
  572. 'banned_2' => 'Your ban expires:',
  573. 'something_wrong' => 'Something went wrong, please try again.',
  574. 'room_not_exists' => 'This room does not exist!',
  575. 'staff_received' => 'Thanks! The ' . Config::site['shortname'] . ' Staff has received this!',
  576. 'not_enough_belcredits' => 'You do not have enough gotwpoints.',
  577. 'not_enough_points' => 'You do not have enough points.',
  578. 'topic_closed' => 'You cannot respond to a topic that has been closed!',
  579. 'post_not_allowed' => 'You don\'t have access to create a post in this forum!'
  580. ),
  581. 'pattern' => array (
  582. 'can_be' => 'may maximum',
  583. 'must_be' => 'must be minimal',
  584. 'characters_long' => 'characters long.',
  585. 'invalid' => 'does not meet the requirements!',
  586. 'invalid_characters' => 'contains invalid characters!',
  587. 'is_required' => 'Fill out all fields!',
  588. 'not_same' => 'does not match',
  589. 'captcha' => 'Recaptcha was entered incorrectly!',
  590. 'numeric' => 'must be numeric!',
  591. 'email' => 'is not valid!'
  592. ),
  593. 'title' => array (
  594. 'home' => 'Luo kavereita, pelaa, chillaa ja toteuta itseäsi!',
  595. 'lost' => 'Sivua ei löydetty!',
  596. 'registration' => 'Liity ilmaiseksi!',
  597. 'hotel' => 'Hotelli',
  598.  
  599. 'password' => array (
  600. 'claim' => 'Unohditko salasanasi?',
  601. 'reset' => 'Vaihda salasana',
  602. ),
  603. 'settings' => array (
  604. 'index' => 'Omat asetukseni',
  605. 'password' => 'Vaihda salasanasi',
  606. 'email' => 'Vaihda sähköpostisi',
  607. 'namechange' => 'Vaihda nimesi'
  608. ),
  609. 'community' => array (
  610. 'index' => 'Yhteisö',
  611. 'photos' => 'Valokuvat',
  612. 'staff' => Config::site['shortname'] . ' Staff',
  613. 'team' => Config::site['shortname'] . ' Team',
  614. 'fansites' => 'Fansites',
  615. 'value' => 'Catalogue Marketplace',
  616. 'forum' => 'My Guilds'
  617. ),
  618. 'games' => array (
  619. 'ranking' => 'Highscores'
  620. ),
  621. 'shop' => array (
  622. 'index' => Config::site['shortname'] . ' Store',
  623. 'history' => 'Purchase history',
  624. 'club' => Config::site['shortname'] . ' Club'
  625. ),
  626. 'help' => array (
  627. 'index' => 'Help Tool',
  628. 'requests' => 'Help Tickets',
  629. 'new' => 'Open Help Ticket'
  630. ),
  631. 'jobs' => array (
  632. 'index' => Config::site['shortname'] . ' Vacancies',
  633. 'apply' => 'Respond to vacancy'
  634. )
  635. )
  636. ),
  637. 'login' => array (
  638. 'invalid_password' => 'Invalid password.',
  639. 'invalid_pincode' => 'This pin code does not match that of this ' . Config::site['shortname'] . '!',
  640. 'fill_in_pincode' => 'Enter your pin code now to gain access to your account!'
  641. ),
  642. 'register' => array (
  643. 'username_invalid' => Config::site['shortname'] . 'name is contrary to the ' . Config::site['shortname'] . ' Rules.',
  644. 'username_exists' => Config::site['shortname'] . 'name is already in use :-(',
  645. 'email_exists' => 'This e-mail address is already in use :-(',
  646. 'too_many_accounts' => 'There are too many accounts registered on this ip :-('
  647. ),
  648. 'claim' => array (
  649. 'invalid_email' => 'This e-mail address does not match that of this ' . Config::site['shortname'] . ' ID.',
  650. 'invalid_link' => 'This link has expired. Request your password again to change your password.',
  651. 'send_link' => 'We have just sent you an e-mail! Received nothing? Then check the junk e-mail folder.',
  652. 'password_changed' => 'Your password has been changed. You can now log in again!',
  653.  
  654. 'email' => array (
  655. 'title' => 'Change your password.'
  656. )
  657. ),
  658. 'settings' => array (
  659. 'email_saved' => 'Sähköpostisi päivitettiin onnistuneesti.',
  660. 'pincode_saved' => 'Your pin code has been saved, you will have to log in again. See you soon! :)',
  661. 'password_saved' => 'Salasanasi vaihdettiin. Joudut kirjautua uudelleen. Nähdään pian! :)',
  662. 'preferences_saved' => 'Muutoksesi tallennettiin!',
  663. 'current_password_invalid' => 'Current password does not match that of your ' . Config::site['shortname'] . ' ID.',
  664. 'choose_new_username' => 'Enter a new ' . Config::site['shortname'] . 'name.',
  665. 'choose_new_pincode' => 'Enter a new pin code.',
  666. 'user_is_active' => 'This ' . Config::site['shortname'] . ' may still be active!',
  667. 'user_not_exists' => 'This ' . Config::site['shortname'] . 'name is available and does not exist yet!',
  668. 'name_change_saved' => 'Your application will be processed, 50 gotw-points have been debited.',
  669. 'invalid_secretcode' => 'Google Authentication secret code is incorrect.',
  670. 'enabled_secretcode' => 'Varmennusmenetelmä asennettu, joudut kirjautumaan uudelleen... nähdään pian!',
  671. 'disabled_secretcode' => 'Varmennusmenetelmä poistettu käytöstä!'
  672. ),
  673. 'shop' => array (
  674. 'offers' => array (
  675. 'invalid_transaction' => 'Transaction could not be processed!',
  676. 'invalid_code' => 'The code you entered is incorrect.',
  677. 'success_1' => 'Thank you for your purchase! You have received',
  678. 'success_2' => 'gotw-points.'
  679. ),
  680. 'club' => array (
  681. 'already_vip' => 'You are an unlimited member of the ' . Config::site['shortname'] . ' Club.',
  682. 'purchase_success' => 'Yeah! You are now a member of the ' . Config::site['shortname'] . ' Club for 31 days.'
  683.  
  684. ),
  685. 'marketplace' => array(
  686. 'expired' => 'Item is expired, its not possible to purchase this item!',
  687. 'purchased' => 'Item is succesfull purchased and is now added to your inventory',
  688. 'regards' => 'Your item has been arrived! Friendly regards from ' . Config::site['shortname']
  689. )
  690. ),
  691. 'help' => array (
  692. 'ticket_created' => 'Your Help Ticket has been created. View your Help Tickets to view the help request.',
  693. 'ticket_received' => 'An ' . Config::site['shortname'] . ' Staff has responded to your Help Tool ticket. Visit the Help Tool to view the response.',
  694. 'already_open' => 'You still have an outstanding ticket! When this has been treated you can create a ticket again.',
  695. 'no_answer_yet' => 'You can only respond once an ' . Config::site['shortname'] . ' Staff has answered your ticket.',
  696. ),
  697. 'forum' => array (
  698. 'is_sticky' => 'Sticky updated!',
  699. 'is_closed' => 'Topic status changed!'
  700. ),
  701.  
  702. /* Housekeeping */
  703. 'housekeeping' => array (
  704. 'base' => array(
  705. 'dashboard_header_title' => 'Dashboard'
  706. ),
  707. 'javascript' => array(
  708. 'dashboard_table_username' => 'Username'
  709. )
  710. )
  711. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement