You are not logged in.
jpdupont wrote:
with TXP 4.1.1, on tab “article”, impossible to insert a note.
Message :get_off_my_lawn: article, create
I haven’t been able to test adi_* with the new TXP “Fort Knox” yet. On hols until end of July, so will look into it then.
Offline
Hi Adi.
Seems French Textpack translation isn’t complete.
Here is a new one:
$adi_notes_gtxt = array( 'adi_add_note' => 'Ajouter une note', 'adi_add_private_note' => 'Ajouter une note privée', 'adi_add_public_note' => 'Ajouter une note publique', 'adi_convert_textile' => 'Convertir en Textile', 'adi_custom' => 'Personnalisé', 'adi_display_convert_option' => 'Afficher les options de convertion Textile', 'adi_edit_private_note' => 'Editer la note privéé', 'adi_edit_public_note' => 'Editer la note publique', 'adi_footer' => 'Footer', 'adi_header' => 'Header', 'adi_install_fail' => 'Installation impossible', 'adi_installed' => 'Installé', 'adi_minimal' => 'Minimal', 'adi_not_installed' => 'Non installé', 'adi_note_delete_fail' => 'Impossible de supprimer cette note', 'adi_note_deleted' => 'Note supprimée', 'adi_note_editing_private' => 'Edition de la note privée', 'adi_note_editing_public' => 'Edition de la note publique', 'adi_note_markup' => 'Editeur', 'adi_note_public_edit_privs' => 'Privilèges associés à l\'édition de la note publique', 'adi_note_save_fail' => 'Impossible de sauvegarder la note', 'adi_note_saved' => 'Note sauvegardée', 'adi_note_tabs' => 'Onglet Note', 'adi_notes' => 'Notes', 'adi_nothing_to_do' => 'Rien à effectuer', 'adi_position' => 'Position', 'adi_pref_update_fail' => 'Echec de mise à jour des préférences', 'adi_red' => 'Rouge', 'adi_textpack_fail' => 'Echec d\'installation du pack de langue', 'adi_textpack_feedback' => 'Textpack feedback', 'adi_textpack_online' => 'Textpack est également disponible en ligne', 'adi_tiny_mce_dir_path' => 'Chemin du dossier TinyMCE', 'adi_tiny_mce_hak' => 'TinyMCE (hak_tinymce)', 'adi_tiny_mce_javascript' =>'TinyMCE (Javascript)', 'adi_tiny_mce_jquery' => 'TinyMCE (jQuery)', 'adi_uninstall' => 'Désinstaller', 'adi_uninstall_fail' => 'Impossible de désinstaller', 'adi_uninstalled' => 'Désinstallé', 'adi_update_prefs' => 'Mettre à jour les préférences', 'adi_upgrade_fail' => 'Impossible de mettre à jour', 'adi_upgrade_required' => 'Mise à jour requise', 'adi_upgraded' => 'Mis à jour', 'adi_width' => 'Largeur', 'adi_yellow' => 'Jaune', ); # --- END PLUGIN TEXTPACK ---
Cheers,
Last edited by Pat64 (2011-06-30 09:51:48)
Patrick.
Txp Tricks & Tips by french users : http://txp-fr.net | G+
@Devs : Can’t find the punched tape version of TXP and I need it!
Happy user of TXP 1.0RC1
Offline
Offline
Hello :)
the plugin is exactly what I need, thank you :)
but there is problem with multisite setup —- I translate it from Polish, I bet it sounds quite different in English ;) :
There is an error when opening the plugin: adi_notes -> Warning: include(./lib/classTextile.php): failed to open stream: no such file or directory on line 39
I think there should be a global variable path used in place of hardcoded path
you have
include('./lib/classTextile.php');
maybe change it to
include(txpath . '/lib/classTextile.php');
etc.
yours
Adam
Offline
AdamK wrote:
the plugin is exactly what I need, thank you :)
Glad you find it useful.
but there is problem with multisite setup … I think there should be a global variable path used in place of hardcoded path
Sounds good to me – I’ll send you a version to test.
Offline
Hi,
I have been using this on one of my sites for a long time. Thanks!
Just installed it on a new site today and get the following error message:
I’m sorry. I’m afraid I can’t do that. I think article create is no safe operation at this time.
Any idea about how to fix this?
• Photojournalist.jp – News and photos (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
• Old Photos of Japan – Japan between 1860 and 1940 (100% txp)
• MeijiShowa – Stock photos of Japan between 1860 and 1940 (100% txp)
Offline
Hi Kjeld,
Are you using the latest update? Version 1.1.1 has a fix for that type of error (also known as “Get off my lawn”).
Offline
gomedia wrote:
Hi Kjeld, Are you using the latest update? Version 1.1.1 has a fix for that type of error (also known as “Get off my lawn”).
Thanks, gomedia! That solved the problem. Interesting what a big difference it makes to go from 1.1 to 1.1.1. ^_-
• Photojournalist.jp – News and photos (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
• Old Photos of Japan – Japan between 1860 and 1940 (100% txp)
• MeijiShowa – Stock photos of Japan between 1860 and 1940 (100% txp)
Offline