[ Index ] |
|
Code source de Horde 3.1.3 |
1 // I18N constants 2 3 // LANG: "en", ENCODING: UTF-8 | ISO-8859-1 4 // Author: Mihai Bazon, http://dynarch.com/mishoo 5 6 // FOR TRANSLATORS: 7 // 8 // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE 9 // (at least a valid email address) 10 // 11 // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; 12 // (if this is not possible, please include a comment 13 // that states what encoding is necessary.) 14 15 AnselImage.I18N = { 16 // Items that appear in menu. Please note that an underscore (_) 17 // character in the translation (right column) will cause the following 18 // letter to become underlined and be shortcut for that menu option. 19 20 "Insert Image" : "<?php echo addslashes(_("Insert Image")) ?>", 21 "Image URL:" : "<?php echo addslashes(_("Image URL:")) ?>", 22 "Enter the image URL here" : "<?php echo addslashes(_("Enter the image URL here")) ?>", 23 "Preview" : "<?php echo addslashes(_("Preview")) ?>", 24 "Preview the image in a new window" : "<?php echo addslashes(_("Preview the image in a new window")) ?>", 25 "Alternate text:" : "<?php echo addslashes(_("Alternate text:")) ?>", 26 "For browsers that don't support images" : "<?php echo addslashes(_("For browsers that don't support images")) ?>", 27 "Positioning of this image" : "<?php echo addslashes(_("Positioning of this image")) ?>", 28 "Image Preview:" : "<?php echo addslashes(_("Image Preview:")) ?>", 29 "Gallery:" : "<?php echo addslashes(_("Gallery:")) ?>", 30 "Gallery to take image from" : "<?php echo addslashes(_("Gallery to take image from")) ?>", 31 "Image from gallery:" : "<?php echo addslashes(_("Image from gallery:")) ?>", 32 "Image from gallery" : "<?php echo addslashes(_("Image from gallery")) ?>" 33 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |