| [ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation go to the my website and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 20 21 define("_YES","Tak"); 22 define("_NO","Nie"); 23 define("_CATEGORY","Kategoria"); 24 define("_SAVECHANGES","Zapisz zmiany"); 25 define("_ARTICLES","Artykuły"); 26 define("_SELECTTOPIC","Wybierz temat"); 27 define("_OPTION","Opcje"); 28 define("_ADMPOLLS","Ankiety/Głosowania"); 29 define("_TITLE","Tytuł"); 30 define("_STORYTEXT","Tekst artykułu"); 31 define("_EXTENDEDTEXT","Tekst rozszerzony"); 32 define("_PUBLISHINHOME","Czy opublikować na stronie głównej?"); 33 define("_ONLYIFCATSELECTED","Działa jedynie wtedy, gdy kategoria <i>Artykuły</i> nie jest wybrana"); 34 define("_ADD","Dodaj"); 35 define("_POLLSADMIN","Zarządzanie ankietami"); 36 define("_CREATEPOLL","Utwórz nową ankietę"); 37 define("_DELETEPOLLS","Skasuj ankietę"); 38 define("_POLLTITLE","Tytuł ankiety"); 39 define("_POLLEACHFIELD","Proszę wpisać wszystkie dostępne opcje w pojedynczych polach"); 40 define("_CREATEPOLLBUT","Utwórz ankietę"); 41 define("_REMOVEEXISTING","Zdejmij istniejącą ankietę"); 42 define("_POLLDELWARNING","OSTRZEŻENIE: Wybrana ankieta będzie NIEODWOŁALNIE skasowana z bazy!"); 43 define("_CHOOSEPOLL","Wybierz ankietę z poniższej listy:"); 44 define("_EDITPOLL","Edytuj ankiety"); 45 define("_CHOOSEPOLLEDIT","Wybierz ankietę którą chcesz edytować:"); 46 define("_ACTIVATECOMMENTS","Aktywować komentarze dla tego artykułu?"); 47 define("_LANGUAGE","Język"); 48 define("_ANNOUNCEPOLL","Zaanonsuj nową ankietę na swojej stronie"); 49 define("_LEAVEBLANK","(pozostaw puste by stworzyć ankietę bez anonsowania)"); 50 define("_POLLEDIT","Edytuj ankietę:"); 51 52 53 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce ŕ PHPXref 0.7 |