<?php // translate the text between <<<eot and eot or between quotes // text following double slashes (such as this line) provides comments for the translator // never add any text alongside the eot delimiters - not even spaces ! // words beginning with $ are variables - do not disturb these ! (though you can move them) // where it would aid clarity, variables that occur in the text are described below // DO NOT TRANSLATE $currLang = array( 'ar'=>'Arabă', 'bg'=>'Bulgară', 'de'=>'Germană', 'el'=>'Greacă', 'en'=>'Engleză', 'es'=>'Spaniolă', 'fr'=>'Franceză', 'he'=>'Ebraică', 'hu'=>'Maghiară', 'it'=>'Italiană', 'ja'=>'Japoneză', 'ko'=>'Coreeană', 'nl'=>'Olandeză', 'pl'=>'Poloneză', 'pt'=>'Portugheză', 'pt-br'=>'Portugheză', 'ro'=>'Română', 'ru'=>'Rusă', 'sv'=>'Suedeză', 'th'=>'Thailandeză', 'tr'=>'Turcă', 'uk'=>'Ucraineană', 'vi'=>'Vietnameză', 'zh-hans'=>'Chineză simplificată', 'zh-hant'=>'Chineză tradițională' ); $suppStylesheets = <<<eot eot; $rtlAttribute = ""; $ltrAttribute = ""; $rlm = ""; // TRANSLATE THE FOLLOWING $s_i18nActivityHome = "I18N Activity Home"; $s_moreResourcesOfThisType = "More resources of this type."; $s_accessKeyN = <<<eot Accesskey n skips to <a href="#internal-links" accesskey="n">in-page navigation</a>. <a href="#contentstart">Skip to the content start.</a> eot; $s_examplesInAnotherScript = "This document contains examples in another language/script."; $s_worldMap = "Harta lumii"; $s_searchI18nSite = "I18n site search:"; $s_translationDisclaimer = <<<eot Acest document e o traducere. In caz ca apare vreo eroare sau discrepanta, <a href="/International/$directory$filename.en.html">ultima versiune in Engleza</a> este cea autoritativa. <a href="#copyright">Copyright-ul original</a> apartine W3C, dupa cum e aratat mai jos. eot; $s_translator = "Traducator:"; $s_relatedLinks = "Alte linkuri"; $s_topicIndexText = "Topic index"; $s_techIndexText = "Techniques index"; $s_gotoW3cHome = "Go to W3C Home Page"; $s_gotoI18nHome = "Go to Internationalization Activity Home Page"; $s_internationalizationTitle = "Internationalization"; $s_i18nActivityHomePage = "Pagina principala a Activitatii de Internationalizare."; $s_home = "Home"; $s_aboutI18nActivity = "Despre Activitatea de Internationalizare."; $s_about = "About"; $s_groupsThatMakeUp = "Groupuri care constituie Activitatea de Internationalizare."; $s_groups = "Groups"; $s_topicIndexForInformation = "Cuprinsul informatiilor din acest site."; $s_topics = "Topics"; $s_taskBasedIndex = "Cuprinsul tehnicilor de internationalizare."; $s_techniques = "Techniques"; $s_informationResources = "Alte informatii pe site-ul Internationalizarii."; $s_resources = "Resources"; $s_newsFiltersAndFeeds = "Informatii despre filtre noi si RSS feeds pentru Internationalizarea W3C."; $s_news = "News"; $s_onThisPage = "on this page:"; $s_questionAlt = "Question"; $s_questionLink = "Question"; $s_question = "Question"; $s_backgroundAlt = "Background information"; $s_backgroundLink = "Background"; $s_background = "Background"; $s_answerAlt = "Answer"; $s_answerLink = "Answer"; $s_answer = "Answer"; $s_byTheWayAlt = "Additional useful information"; $s_byTheWayLink = "By the way"; $s_byTheWay = "By the way"; $s_furtherReadingAlt = "Alte materiale"; $s_furtherReadingLink = "Alte materiale"; $s_furtherReading = "Alte materiale"; $s_intendedAudience = "Intended audience:"; $s_skipToAnswer = "[Skip to the answer]"; $s_tellUsWhatYouThink = "Spune-ne părerea ta (în Engleză)."; $s_sendAComment = "Trimite un comentariu"; $s_subscribeToRSS = "Abonează-te la RSS feed."; $s_newResourcesAlt = "Te informează de fiecare dată când noi resurse sunt publicate pentru prima dată."; $s_newResources = "Resurse noi"; $s_homePageNewsAlt = "Toate noutăţile prezentate pe prima pagina."; $s_homePageNews = "Noutăţi prima pagină"; $s_sentenceDelimiter = "."; $s_author = "Autor:"; $s_modifiedBy = "Modified by:"; $s_translatedBy = "Translator:"; $s_validXHTML = "XHTML 1.0 Valid!"; $s_validCSS = "CSS Valid!"; $s_codedInUtf8 = "Incodat cu UTF-8!"; $s_translatedFromEnglishVer = "Tradus din egleza: $enVersion. Ultima modificare a traducerii: $thisVersion GMT"; $s_historyOfDocumentChanges = <<<eot For the history of document changes, search for <span class="searchkey"><a href="http://www.w3.org/blog/International?s=$searchString&sentence=sentence&blog=1&submit=Search">$searchString</a></span> in the i18n blog. eot; ?>