Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 $LOCAL_LANG = Array ( 00004 "default" => Array ( 00005 "tt_poll" => "Poll", 00006 "tt_poll.question" => "Question:", 00007 "tt_poll.answers" => "Answers:", 00008 "tt_poll.votes" => "Votes:", 00009 "tt_poll.recordlink" => "Link to Record:", 00010 ), 00011 "dk" => Array ( 00012 "tt_poll" => "Afstemning", 00013 "tt_poll.question" => "Spřrgsmĺl:", 00014 "tt_poll.answers" => "Svar:", 00015 "tt_poll.votes" => "Stemmer:", 00016 "tt_poll.recordlink" => "Reference til element:", 00017 ), 00018 "de" => Array ( 00019 "tt_poll" => "Abstimmung", 00020 "tt_poll.question" => "Frage:", 00021 "tt_poll.answers" => "Antworten:", 00022 "tt_poll.votes" => "Anzahl Stimmen:", 00023 "tt_poll.recordlink" => "Verknüpfung:", 00024 ), 00025 "no" => Array ( 00026 00027 ), 00028 "it" => Array ( 00029 "tt_poll" => "Sondaggio", 00030 "tt_poll.question" => "Domanda:", 00031 "tt_poll.answers" => "Risposte:", 00032 "tt_poll.votes" => "Voti:", 00033 "tt_poll.recordlink" => "Link to Record:", 00034 ), 00035 "fr" => Array ( 00036 "tt_poll" => "Qestionnaire", 00037 "tt_poll.question" => "Question:", 00038 "tt_poll.answers" => "Réponses:", 00039 "tt_poll.votes" => "Votes:", 00040 "tt_poll.recordlink" => "Liens vers un enregistrement:", 00041 ), 00042 "es" => Array ( 00043 "tt_poll" => "Encuesta", 00044 "tt_poll.question" => "Pregunta:", 00045 "tt_poll.answers" => "Respuestas:", 00046 "tt_poll.votes" => "Votos:", 00047 "tt_poll.recordlink" => "Ligar al registro:", 00048 ), 00049 "nl" => Array ( 00050 "tt_poll" => "Poll", 00051 "tt_poll.question" => "Vraag:", 00052 "tt_poll.answers" => "Antwoorden:", 00053 "tt_poll.votes" => "Stemmen:", 00054 "tt_poll.recordlink" => "Link naar Record:", 00055 ), 00056 "cz" => Array ( 00057 00058 ), 00059 "pl" => Array ( 00060 00061 ), 00062 "si" => Array ( 00063 "tt_poll" => "Anketa", 00064 "tt_poll.question" => "Vpraanje:", 00065 "tt_poll.answers" => "Odgovori:", 00066 "tt_poll.votes" => "Glasov:", 00067 "tt_poll.recordlink" => "Povezava do zapisa:", 00068 ), 00069 "fi" => Array ( 00070 00071 ), 00072 "tr" => Array ( 00073 "tt_poll" => "Anket", 00074 "tt_poll.question" => "Soru:", 00075 "tt_poll.answers" => "Cevaplar:", 00076 "tt_poll.votes" => "Oylar:", 00077 "tt_poll.recordlink" => "Kayýta link:", 00078 ), 00079 "se" => Array ( 00080 00081 ), 00082 "pt" => Array ( 00083 00084 ), 00085 "ru" => Array ( 00086 00087 ), 00088 ); 00089 ?>