 |
| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
Posté le: 03 Aug 2007, 17:36 Sujet du message: AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Je suis en train de faire l'archive de la prochaine version de SV PHP-Nuke basé sur la version 8.1 de se dernier. Il y a pas mal de travail, notamment la mise en place de SV_Cache 1.4.00. De fait, je solicite un petit coup de main pour la traduction de AutoTheme qui est inclus dans la future version. Voici les divers fichiers à traduire :
| Code: | <?php
define('_AT_TEMPLATE', 'Template');
define('_AT_ROTATE', 'Rotate through multiple templates above?');
define('_AT_VISITS', 'Number of visits before page is displayed?');
?> |
| Code: | <?php
define('_AT_THEMEVERSION_NAME','Theme Information');
define('_AT_THEMEVERSION_DESCRIPTION','Allows the inclusion of theme information in themes');
define('_AT_THEMEVERSION_HELP', 'Allows the specification of theme information, including the DTD to use.');
define('_AT_DTD', 'DTD to use');
?> |
| Code: | <?php
define('_AT_TIME', 'Time');
define('_AT_THEMETIME_NAME','Theme Time');
define('_AT_THEMETIME_DESCRIPTION','Display themes on at specific times of the day.');
define('_AT_THEMETIME_HELP', 'This Extra allows you to set times of the day when specific themes are displayed. Most any valid time format will work, but HH:MM:SS in 24 hour format is prefered. *Only works with AutoTheme themes.');
?> |
| Code: | <?php
define('_AT_DATE', 'Date');
define('_AT_THEMESONADATE_NAME','Themes on a Date');
define('_AT_THEMESONADATE_DESCRIPTION','Display themes on specific dates.');
define('_AT_THEMESONADATE_HELP', 'This Extra allows you to set dates when specific themes are displayed. Most any valid date format will work, but YYYY-MM-DD is prefered. *Only works with AutoTheme themes.');
?> |
| Code: | <?php
define('_AT_LANG', 'Language in ISO 639-2 format (i.e. eng)');
?> |
| Code: | <?php
define('_AT_GROUP', 'Group');
?> |
| Code: | <?php
define('_AT_MODSTYLES_NAME','Style fixes');
define('_AT_MODSTYLES_DESCRIPTION','Global styles that fix certain incompatibilities between browsers.');
?> |
| Code: | <?php
define('_AT_PAGECREATED', 'Page created in');
define('_AT_SECONDS', 'Seconds');
define('_AT_RENDERTIME_NAME','Render Time');
define('_AT_RENDERTIME_DESCRIPTION','Show page render time.');
define('_AT_RENDERTIME_HELP', 'This Extra displays the render time for each page in the footer.');
?> |
| Code: | <?php
define('_AT_MODSTYLES_NAME','Module Styles');
define('_AT_MODSTYLES_DESCRIPTION','Add style definitions for module content.');
?> |
| Code: | HTMLArea.I18N = {
tooltips: {
bold: "Bold",
italic: "Italic",
underline: "Underline",
strikethrough: "Strikethrough",
subscript: "Subscript",
superscript: "Superscript",
justifyleft: "Justify Left",
justifycenter: "Justify Center",
justifyright: "Justify Right",
justifyfull: "Justify Full",
orderedlist: "Ordered List",
unorderedlist: "Bulleted List",
outdent: "Decrease Indent",
indent: "Increase Indent",
forecolor: "Font Color",
backcolor: "Background Color",
horizontalrule: "Horizontal Rule",
createlink: "Insert Web Link",
insertimage: "Insert Image",
inserttable: "Insert Table",
htmlmode: "Toggle HTML Source",
popupeditor: "Enlarge Editor",
about: "About this editor",
help: "Help using editor",
textindicator: "Current style"
}
}; |
| Code: | <?php
define('_AT_TITLE', 'Title');
define('_AT_KEYWORDS', 'Meta Keywords');
define('_AT_HEADCONTENT_NAME','Head content');
define('_AT_HEADCONTENT_DESCRIPTION','Head content, title, meta tags and description for each page.');
define('_AT_HEADCONTENT_HELP', 'This Extra allows you to change the site title, meta tags and meta description for each page.');
?> |
| Code: | <?php
define('_AT_ICON', 'Icon');
define('_AT_FAVICON_NAME','Shortcut Icon');
define('_AT_FAVICON_DESCRIPTION','Includes a shortcut icon for your site.');
define('_AT_FAVICON_HELP', 'This Extra includes a shortcut or favorite icon for you site.');
?> |
| Code: | <?php
define('_AT_TEMPLATE', 'Template');
define('_AT_ENTRYPAGE_NAME','Entry Page');
define('_AT_ENTRYPAGE_DESCRIPTION','Custom site entry page.');
define('_AT_ENTRYPAGE_HELP', 'This Extra allows you to use a template for a site entry page that the designated types of visitors will see on their initial visit.');
?> |
| Code: | <?php
define('_AT_POWERED', 'Powered by the AutoTheme HTML Theme System');
define('_AT_TYPE', 'Type');
define('_AT_IMAGE', 'Image');
define('_AT_TEXT', 'Text');
define('_AT_CREDITS_NAME','AutoTheme Credits');
define('_AT_CREDITS_DESCRIPTION','Add AutoTheme credit and link to footer.');
define('_AT_CREDITS_HELP', 'This Extra adds either an image or text credit link to the footer of each page.');
?> |
| Code: | <?php
define('_MAINMENU', 'Main Menu');
define('_AT_BLOCKTITLES_NAME','Block Titles');
define('_AT_BLOCKTITLES_DESCRIPTION','Automatically use images or language defines for block titles.');
define('_AT_BLOCKTITLES_HELP', 'This Extra automatically uses an image or language define for the title of blocks (if they exist).');
?> |
| Code: | <?php
define('_AT_EXTENSION', 'Extension');
define('_AT_AUTOURLS_NAME','AutoURLs');
define('_AT_AUTOURLS_DESCRIPTION','Updated Short URLs implementation for AutoTheme.');
define('_AT_AUTOURLS_HELP', 'This Extra converts the URLs on your site to search engine friendly URLs.');
?> |
| Code: | <?php
define('_AT_PRINTERFRIENDLYPAGE', 'Printer Friendly Page');
define('_AT_AUTOPRINT_NAME','AutoPrint');
define('_AT_AUTOPRINT_DESCRIPTION','Printer friendly theme.');
define('_AT_AUTOPRINT_HELP', 'This Extra allows you to set a theme that will be used for a printer friendly page.');
?> |
| Code: | <?php
define('_AT_AUTOLANG_NAME','RTL Languages');
define('_AT_AUTOLANG_DESCRIPTION','Sets page style for RTL languages.');
?> |
| Code: | <?php
define('_AT_ADMINBAR', 'AutoTheme Administration Bar');
define('_AT_CONFIG', 'AutoTheme Config');
define('_AT_LOADEDCOMMANDS', 'Loaded Commands');
define('_AT_THEMECONFIG', 'Theme Config');
define('_AT_RUNNINGCONFIG', 'Running Config');
define('_AT_VIEW', 'View');
define('_AT_EDIT', 'Edit');
define('_AT_THISCONFIG', 'This Config');
define('_AT_THISTEMPLATE', 'This Template');
define('_AT_COMMAND', 'Command');
define('_AT_ACTION', 'Action');
define('_AT_RESULT', 'Result');
define('_AT_NAME', 'Name');
define('_AT_VALUE', 'Value');
define('_AT_ATADMINBAR_NAME','AutoTheme Admin Bar');
define('_AT_ATADMINBAR_DESCRIPTION','Administration menu bar for AutoTheme configuration and templates.');
define('_AT_ATADMINBAR_HELP', 'This Extra displays a menu for administrators at the top of the page that allows viewing and changing of different AutoTheme configurations.');
?> |
| Code: | <?php
// This is the three letter abbreviation for this language as defined by ISO 639-2
// The list can be found at http://lcweb.loc.gov/standards/iso639-2/englangn.html
// This must be defined to use the multi-language image features and others
//
define('_ISO639_2', 'eng');
define('_AT_USERSTHEME', 'Change users theme as well as site theme?');
define('_AT_CLOSEREFRESH', 'Close this window and if you have just created a new file, refresh the underlying window to see it in the dropdown box.');
define('_AT_DTDTEMPLATE', 'DOCTYPE Template');
define('_AT_MODULE', 'Page');
define('_AT_MODULES', 'Pages');
define('_AT_BLOCK', 'Block');
define('_AT_BLOCKS', 'Blocks');
define('_AT_AUTOBLOCKS', _AT_BLOCK.' Areas');
define('_AT_AUTOBLOCK', _AT_BLOCK.' Area');
define('_AT_THEMEDEF', 'Theme Defaults');
define('_AT_SETTHEME', 'Select the default theme for your site');
define('_AT_YES', 'Yes');
define('_AT_NO', 'No');
define('_AT_UP', 'UP');
define('_AT_DOWN', 'DOWN');
define('_AT_ORDER', 'Order');
define('_AT_ACTION', 'Action');
define('_AT_ACTIVEAUTOBLOCKS', 'Active Areas');
define('_AT_ACTIVEAUTOTHEMES', 'Active Themes');
define('_AT_ACTIVETHEMEMSG', 'This theme is currently set as the active theme. Editing the active theme could have adverse effects and is not recommended. You should copy this theme to a new theme directory and edit that copy!');
define('_AT_ADD', 'Add');
define('_AT_ADDAUTOBLOCK', 'Add '._AT_AUTOBLOCK);
define('_AT_ADDAUTOTHEME', 'Add Theme');
define('_AT_ADDBLOCK', 'Add Custom '._AT_BLOCK);
define('_AT_ADDCOMMAND', 'Add Command');
define('_AT_ADDLANGUAGE', 'Add Language');
define('_AT_ADDMODULE', 'Add Custom '._AT_MODULE);
define('_AT_ADMINMENU', 'Administration');
define('_AT_ADMIN', 'Admin');
define('_AT_ALL', 'All');
define('_AT_ALTERNATING', 'Alternating');
define('_AT_ALTSUMMARY', 'Use Alternating Summaries?');
define('_AT_ANONYMOUS', 'Anonymous');
define('_AT_APPLIESTO', 'Applies to users');
define('_AT_AREYOUSUREDEL', 'Are you sure you want to remove?');
define('_AT_ARTICLE', 'Article');
define('_AT_ATADMIN', 'AutoTheme');
define('_AT_AUTOBLOCKSNOTACTIVE', _AT_AUTOBLOCKS.' have not been activated.');
define('_AT_AUTOTHEMES', 'Themes');
define('_AT_BACKTOCMDS', 'Back to Commands');
define('_AT_BG', 'Background');
define('_AT_BLOCKDEFAULT', 'Show '._AT_BLOCK.' block by default?');
define('_AT_BLOCKSHOW', 'Show '._AT_BLOCK.' for this module?');
define('_AT_BORDER', 'Border');
define('_AT_CENTER', 'Center');
define('_AT_COLOR', 'Color');
define('_AT_COLORS', 'Colors');
define('_AT_COMMAND', 'Command');
define('_AT_COMMANDS', 'Commands');
define('_AT_CONFCOMMANDS', 'User Configurable Commands');
define('_AT_CONFGENERALFIRST', 'You must configure the '._AT_THEMEDEF.' settings first!');
define('_AT_CONFIRMDEL', 'Confirm Removal');
define('_AT_CONTENT', 'Content');
define('_AT_CREATE', 'Create');
define('_AT_CREATENEWTHEME', 'Create new theme from');
define('_AT_CUSTBLOCKS', 'Custom '._AT_BLOCKS);
define('_AT_BLOCKCONTROL', _AT_BLOCK.' Control');
define('_AT_CUSTMODULES', 'Custom '._AT_MODULES);
define('_AT_DEF', 'Default');
define('_AT_DIREXISTS', 'directory already exists!');
define('_AT_EDIT', 'Edit');
define('_AT_FILENAME', 'File name');
define('_AT_FILESMISSING', 'AutoTheme files missing!');
define('_AT_BLANK', 'Blank');
define('_AT_EXAMPLE', 'Example');
define('_AT_HEAD', 'HEAD');
define('_AT_IMG', 'Image');
define('_AT_IMPORT', 'Import');
define('_AT_IMPORTFROM', 'from AT-Lite .6');
define('_AT_LANGRTL', 'Languages that read Right-To-Left');
define('_AT_LANGUAGES', 'Languages');
define('_AT_LEFT', 'Left');
define('_AT_LOGGEDIN', 'Loggedin');
define('_AT_LOGO', 'Logo');
define('_AT_MAIN', 'Main');
define('_AT_MANUAL', 'Manual');
define('_AT_MODULEOPS', _AT_MODULE.' Options');
define('_AT_NAME', 'Name');
define('_AT_NOACTIVEAUTOBLOCKS', 'No Active '._AT_AUTOBLOCKS.'!');
define('_AT_NOACTIVEAUTOTHEMES', 'No Active Themes!');
define('_AT_NOCUSTBLOCKS', 'No Custom '._AT_BLOCKS.'!');
define('_AT_NOCUSTMODULES', 'No Custom Modules!');
//define('_AT_NOIMPORT', 'This is not an importable theme! The theme.cfg is not from AutoTheme Beta 5 or AT-Lite .6!');
//define('_AT_NORTLLANG', 'No RTL Languages!');
define('_AT_NOTHEMECFG', 'No theme.cfg found in that directory!');
define('_AT_NOTHEMEDIR', 'No theme directory found!');
define('_AT_NOTICE', 'NOTICE');
define('_AT_NOTWRITABLE', 'is not writable!');
define('_AT_NOUSERCONFCOMMANDS', 'No User Configured Commands!');
define('_AT_OR', 'or');
define('_AT_PAGETEMPLATE', 'Page Template');
define('_AT_PREVIEW', 'Preview');
define('_AT_REMOVE', 'Remove');
define('_AT_RIGHT', 'Right');
define('_AT_SAVE', 'Save');
define('_AT_STRIPTOHEAD', 'Strip out head content (from <head> to </head>)?');
define('_AT_STYLESHEET', 'Style Sheet');
define('_AT_SUMMARY', 'Summary');
define('_AT_SUPPORT', 'Support');
define('_AT_TBL', 'Table');
define('_AT_TEMPLATES', 'Templates');
define('_AT_THEME', 'Theme');
define('_AT_THEMEABDESCR', 'This is where you can add and configure your '._AT_AUTOBLOCKS.' specific to this theme. '._AT_AUTOBLOCKS.' allow you to define unlimited '._AT_BLOCK.' positions in addition to Left, Right and Center.');
define('_AT_THEMECMDDESCR', 'This is where you can add and configure your own custom commands that you can use in your theme templates specifically for this theme.');
define('_AT_TXT', 'Text');
define('_AT_UPDATETABLE', 'Click here to update the database to support '._AT_AUTOBLOCKS);
define('_AT_VIEW', 'View');
define('_AT_FIRST', 'First');
define('_AT_FULL', 'Full');
define('_AT_SECOND', 'Second');
define('_AT_SKIP', 'Skip');
define('_AT_INFO', 'Information');
define('_AT_CONTACT', 'Contact');
define('_AT_VERSION', 'Version');
define('_AT_DESCRIPTION', 'Description');
define('_AT_AUTHOR', 'Author');
define('_AT_SELECT', 'Select');
define('_AT_DBMODIFYERROR', 'An error was encountered while updating the database.');
define('_AT_AUTOPRINT', 'Theme to use for AutoPrint (printer friendly page):');
define('_AT_ENABLE', 'Enable');
define('_AT_EXTRA', 'Extra');
define('_AT_EXTRAS', 'Extras');
//define('_AT_EXTRANAME', 'Extra Name');
//define('_AT_INFODESCR', 'This is where you can configure information for your theme (i.e. Name, Version, Description, Author, Contact). You can also choose to have this information included in the HTML source of your theme.');
define('_AT_EXTRASDESCR', 'This is where you can configure extra options for AutoTheme. Extras are "plug-ins" for AutoTheme.');
define('_AT_MULTISITE', 'Multi-Site');
define('_AT_INCLUDEINFO', 'Include this information as a comment in the HTML source?');
define('_AT_OPTIONS', 'Options');
define('_AT_CONFIGURE', 'Configure');
define('_AT_ATDESCR', 'This is where you can configure your themes. You can configure default theme templates, '._AT_BLOCK.' display and colors, as well as '._AT_CUSTMODULES.' templates, '._AT_BLOCK.' display and colors.');
define('_AT_CMDDESCR', 'This is where you can add and configure your own custom commands that you can use in your theme templates for any theme.');
define('_AT_GENDESCR', 'This is where you configure the default theme templates, '._AT_BLOCK.' display and colors for your theme.');
define('_AT_MODDESCR', 'This is where you configure custom theme templates, '._AT_BLOCK.' display and colors for specific '._AT_MODULES.' and other areas of your site.');
define('_AT_CANCEL', 'Cancel');
define('_AT_CONTINUE', 'Continue');
define('_AT_ERROR', 'ERROR');
define('_AT_OLDTHEMEMSG', 'This theme appears to be from a previous version of AutoTheme. If this theme is from a previous version, it can be automatically imported by clicking '._AT_IMPORT.'. This theme may work without importing, in which case click '._AT_SKIP.'.');
define('_AT_EXTRANOTE', '* This Extra is configured for each individual theme.<br />** This Extra is configured for each individual Custom '._AT_MODULE);
define('_AT_NOHELP', 'No additional information is available for this Extra.');
define('_AT_BLOCKSDESCR', 'This is where you control your '._AT_BLOCKS.' for this theme. You can enable, disable, move up or down and configure in which '._AT_AUTOBLOCK.' they display.');
define('_AT_CACHEOPTIONS', 'Caching Options');
define('_AT_ENABLECACHE', 'Enable cache');
define('_AT_CACHETIME', 'Cache expiration (seconds)');
define('_AT_MODULENOCACHE', _AT_MODULES.' to exclude from caching');
define('_AT_ADDEXCLUDEMODULE', 'Add a '._AT_MODULE);
define('_AT_EXPIREONDB', 'Expire cache on DB update');
define('_AT_RESETTODEFAULTS', 'Reset to defaults');
define('_AT_CLEARCACHE', 'Clear cached pages');
?> |
| Code: | <?php
// This is the three letter abbreviation for this language as defined by ISO 639-2
// The list can be found at http://lcweb.loc.gov/standards/iso639-2/englangn.html
// This must be defined to use the multi-language image features and others
//
define('_ISO639_2', 'eng');
define('_AT_GUEST','Guest');
define('_AT_LOGIN','Login');
define('_AT_LOGOUT','Logout');
define('_AT_MYACCOUNT','My Account');
define('_AT_NEWACCOUNT','Register');
define('_AT_REMEMBERME','Remember me');
define('_AT_WELCOME','Welcome');
define('_AT_TEMPLATENOTDEFINED', 'Template not defined in theme configuration!');
define('_AT_TEMPLATENOTFOUND', 'Template not found!');
define('_AT_SECONDS', 'Seconds');
define('_AT_READFROMCACHE', 'Page read from cache in');
define('_AT_JANUARY', 'January');
define('_AT_FEBRUARY', 'February');
define('_AT_MARCH', 'March');
define('_AT_APRIL', 'April');
define('_AT_MAY', 'May');
define('_AT_JUNE', 'June');
define('_AT_JULY', 'July');
define('_AT_AUGUST', 'August');
define('_AT_SEPTEMBER', 'September');
define('_AT_OCTOBER', 'October');
define('_AT_NOVEMBER', 'November');
define('_AT_DECEMBER', 'December');
?> |
_________________ Avant de poster, lire la charte du forum, merci. |
|
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 03 Aug 2007, 18:07 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Hello
Si les "traducteurs" pro sont en vacances, j'essaye de traduire tout ce que je peux ce soir. |
|
|
|
| Revenir en haut de page |
|
petitjo86 Spécialiste


Inscrit le: Nov 09, 2006 Messages: 749 Localisation: Châtellerault
|
Posté le: 03 Aug 2007, 18:11 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Bien moi je te laisse ma place, pas trop la tête à traduire, en plus je suis pas top doué et je prépare les valises pour lundi
@+ Petit Jo |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 04 Aug 2007, 2:17 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Hello
Serait-il possible de voir ce module en fonctionnement ? Car il y a beaucoup de mots et de phrases que j'aimerais traduire en voyant comment ça fonctionne pour que ça soit plus logique
J'ai fait une petite partie mais il en reste encore pas mal. |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
Posté le: 04 Aug 2007, 7:00 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Je vais essayer de mettre carrément la version à disposition aujourd'hui. La partie installation est terminé, ne me reste plus que le partie mise à jour . _________________ Avant de poster, lire la charte du forum, merci. |
|
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 04 Aug 2007, 15:25 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Ok ça sera plus facile je pense car certains termes seront mieux traduit avec une utilisation "live". |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 04 Aug 2007, 16:24 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Merci, j'attaque  |
|
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 04 Aug 2007, 16:28 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Il se trouve dans la version 8.1 ? Je ne peux pas le télécharger car c'est réservé au groupe des bénévoles  |
|
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 04 Aug 2007, 18:11 Sujet du message: Re: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
| Lorand a écrit: | Il se trouve dans la version 8.1 ? Je ne peux pas le télécharger car c'est réservé au groupe des bénévoles |
As tu vu ce message Stef ? |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
|
| Revenir en haut de page |
|
Snesman Bénévole SV


Inscrit le: Apr 30, 2006 Messages: 1886
|
Posté le: 11 Aug 2007, 16:18 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Je viens de passer dans autothème (j'ai installé la dernière version de php-nuke en local) et il est toujours en anglais. Est-ce normal ou bien la traduction n'a pas été faite ? |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
Posté le: 11 Aug 2007, 16:55 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Si si, la traduction a été faire par Laurent. Tu devrais avoir un répertoire "fra" dans celui des langage. _________________ Avant de poster, lire la charte du forum, merci. |
|
|
|
| Revenir en haut de page |
|
Snesman Bénévole SV


Inscrit le: Apr 30, 2006 Messages: 1886
|
Posté le: 11 Aug 2007, 17:22 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Oui je l'ai bien mais l'administration est en anglais donc je comprends pas trop. |
|
|
|
| Revenir en haut de page |
|
stefvar Administrateur


Inscrit le: Jul 06, 2005 Messages: 8331 Localisation: France Corse Ventiseri
|
Posté le: 11 Aug 2007, 17:25 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Re,
Veille à bien remplacer tous les fichiers du module car je ne vois pas trop le pourquoi du comment . _________________ Avant de poster, lire la charte du forum, merci. |
|
|
|
| Revenir en haut de page |
|
Snesman Bénévole SV


Inscrit le: Apr 30, 2006 Messages: 1886
|
Posté le: 11 Aug 2007, 17:44 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Je viens de l'installer en local donc il ne s'agit pas d'une mise-à-jour. C'était un dossier vide dans lequel j'ai mis ça |
|
|
|
| Revenir en haut de page |
|
Lorand Expert


Inscrit le: Apr 08, 2006 Messages: 1036 Localisation: La Rochelle
|
Posté le: 11 Aug 2007, 17:49 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Comme je l'avais indiqué à Stef, il reste quelques mots/termes en Anglais car ne connaissant pas réellement ce module à l'utilisation j'ai préféré m'absternir pour la traduction de certains fichiers.
Par contre, le plus gros est traduit et ça devrait se voir  |
|
|
|
| Revenir en haut de page |
|
Snesman Bénévole SV


Inscrit le: Apr 30, 2006 Messages: 1886
|
Posté le: 11 Aug 2007, 18:03 Sujet du message: Re : AutoTheme pour PHP-Nuke 8.1 |
|
|
Bonjour,
Lorand, je veux bien te croire sur la traduction, mais non ça se voit pas. Le seul mot que j'ai de français c'est "Configurer". Je vais voir ce qu'il se passe dans les fichiers et je vous dirais ce qu'il en ressort. |
|
|
|
| Revenir en haut de page |
|
|
|
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
|
|