Brett Zamir
e463b43220
1. Reference config.js in the editor (and remove encouragement for adding extensions to HTML) but ignore config.js in SVN (let user configure) but supply config-sample.js to indicate config/pref/extension possibilities;
...
2. Move ext-overview_window.js to default but overridable list of extensions (as with other extensions);
3. Allow extensions to avoid problems if failing to return an object (in svgcanvas.js);
4. Support new langReady callback to ensure extension always called when locale info is ready (and always load locale, even English);
5. Move localStorage storing to a new (i18n-ized and available-by-default) storage extension which adds a dialog asking user for whether to store prefs and/or SVG content; $.pref() now falls back to checking defaultPrefs (which may have been expanded at runtime to include URL or storage settings); use new config "forceStorage" to get old (bad) behavior
6. Remove initial cap from "Editor" to reflect singleton nature of object (as compared to JSLint conventions for initial cap constructors);
7. Begin a little JSDoc, clearer grouping of properties/methods; JSLint/clean-up
8. Omit values for lang and iconsize to be successfully auto-detected; 9. Document "save_notice_done" and "export_notice_done" within list of prefs; document "showlayers" and "no_save_warning" as config
10. Add "preventAllURLConfig" and "preventURLContentLoading" config for URL security;
11. Add "lockExtensions" and "noDefaultExtensions" config for URL behavior re: extension loading
12. Document "showGrid", and new "noStorageOnLoad" and "emptyStorageOnDecline" extension-related config
13. Change setConfig to allow a second object with "overwrite" and "allowInitialUserOverride" properties and to behave accordingly (with URL config acting with overwrite=false to act under lower priority given security concern), along with checking "preventAllURLConfig" and "lockExtensions" config.
14. Remove any dupe extensions
15. Strip all path config from URL setting in addition to extPath (imgPath, langPath, jGraduatePath)
16. Support select+checkbox type dialog (used for storage ext.)
17. Ensure clickSelect is public so can be properly used by ext-connector.js
18. Reinstate 'in' checks just to be safe
19. Fix broken linkControlPoints() and addSubPath() functions
20. Fix problem when position returned by extension object was too high (e.g., if too few other extensions were included).
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2705 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-18 15:06:27 +00:00
Brett Zamir
9df09a2aab
Indicate human translation (perhaps there are plenty others by now as well)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2697 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-16 03:18:45 +00:00
Brett Zamir
74810573b2
Change group to group_elements (though keep duplicate group under old name in case it is supposed to have a different function)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2686 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-11 01:58:57 +00:00
Brett Zamir
21520e6392
JSLint locale.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2685 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-11 01:24:09 +00:00
Brett Zamir
f67b3f3e4f
Change Polish key export_png to export_img (as already changed in other locales); have emailed for confirmation of accuracy of translation, awaiting reply
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2659 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-01-31 13:06:43 +00:00
Aleksander Lurie
33351a5d61
- full translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2618 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-10-29 08:06:26 +00:00
Brett Zamir
f8aeacd7a8
Support PNG, JPEG, BMP, WEBP export formats by change of "Export to PNG" menu item into "Export" with its own pull-down dialog (and a HTML5 range type input element for "quality" selection for JPEG or WEBP files), including changes for the server_opensave extension; change locale key from "export_png" to "export_img" and change the corresponding localized strings (currently CS, DE, ES, FR, IT, NL, PT-BR, RO, SK, all reset to English to avoid translation errors); within the setCustomHandlers() API, deprecate "pngsave" in favor of "exportImage" (chosen to avoid just using the simpler but reserved JS keyword "export") including use within the server_opensave extension; a few JSLint-friendly changes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2602 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-10-28 03:53:30 +00:00
Brett Zamir
c75661c758
Indent consistency per file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2591 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-10-14 01:50:42 +00:00
Steve Quirion
3be90cdec5
82,84,141 à 145
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2495 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-03-14 18:52:14 +00:00
Steve Quirion
4a3ae47586
Modification des lignes 17,107,123, 124,125,204,205,206,207
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2491 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-03-14 18:23:35 +00:00
薄成文
17ce81f761
completely translated for 2.6 stable.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2489 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-03-14 05:43:57 +00:00
Bruno Heridet
a83d2825cb
closed #1051 - Japanese translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2441 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-20 12:22:14 +00:00
Bruno Heridet
ec6cb81178
closed #1033 - German translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2440 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-20 12:19:44 +00:00
Bruno Heridet
d00f932a0e
Closed #1037 - Lang sk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2439 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-20 12:11:18 +00:00
Bruno Heridet
16936c5c6f
closed #1031 Romanian translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2438 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-20 11:53:22 +00:00
Bruno Heridet
617c5c32bb
fixed #895 thanks to FlintOBrien - Grid is invisible when background is black
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2435 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-19 21:07:24 +00:00
Bruno Heridet
7fef647173
updated french translation. thanks kiruahxh
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2394 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-02-15 13:49:05 +00:00
薄成文
c659d36b88
correct some mistake
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2275 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-01-10 03:29:08 +00:00
Rafael Couto
944e652a01
pt-BR por rafaelcastrocouto v 1.0
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2272 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-01-09 21:39:11 +00:00
Christian Tzurcanu
b17b4c1548
Romanian ready for 2.6
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2253 eee81c28-f429-11dd-99c0-75d572ba1ddd
2012-12-05 10:59:23 +00:00
Marc Laporte
cf4c7c4f68
Testing translation via web interface to update documentation accordingly
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2228 eee81c28-f429-11dd-99c0-75d572ba1ddd
2012-12-05 00:33:15 +00:00
Marc Laporte
cf0dde3f4a
Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2088 eee81c28-f429-11dd-99c0-75d572ba1ddd
2012-09-16 18:53:27 +00:00
Alexis Deveria
90fffe8a09
Fixed locale script to no longer use eval() (and work locally in chrome)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1995 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-02-11 19:21:50 +00:00
Jeff Schiller
af0599d632
Changes to Makefile so things build better. Start on a python script for releasing the HTML file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1929 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-17 22:11:35 +00:00
Jeff Schiller
e4714fd767
Restore layer button functionality broken since locale-script change
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1922 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-16 20:25:57 +00:00
Jeff Schiller
3ffc78a81c
Remove debugging statements
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1920 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-16 16:30:29 +00:00
Jeff Schiller
c21b9be33c
Fix width of layer button panel for Firefox OSX. Fix setting of uiStrings in editor for New Label. Move all_layers into svgedit.document.Document
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1919 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-16 16:28:26 +00:00
Alexis Deveria
e5ce3448b1
Mass conversion of locale files to new format
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1901 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-11 21:15:08 +00:00
Alexis Deveria
f411047b04
Finalizing new locale system
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1896 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-04 20:03:02 +00:00
Alexis Deveria
73a4490b1d
Made many more localization fixes/additions
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1895 eee81c28-f429-11dd-99c0-75d572ba1ddd
2011-01-03 18:45:36 +00:00
Alexis Deveria
0bc65d35c6
Begin locale revamp (will break all non-en languages for now)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1894 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-12-31 20:02:35 +00:00
Alexis Deveria
3622c3d92b
Fixed bug where wireframe mode would hide grid, made minor translation changes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1886 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-12-17 21:11:18 +00:00
Alexis Deveria
01579b6d24
Added Italian language by Furio Petrossi to trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1805 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-10-14 18:07:12 +00:00
Alexis Deveria
d96ddad902
More wacky internal changes and documentation updates
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1620 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-30 18:27:36 +00:00
Alexis Deveria
93b509dd8e
Reorganized undo related functions, added more docs, updated German lang file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1612 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-21 18:06:21 +00:00
Alexis Deveria
58639c2ea2
Added pt_BR file (thanks rafaelcastrocouto), fixed some minor bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1593 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-15 14:36:55 +00:00
Alexis Deveria
83308ef46b
Added Spanish translation (in progress) by Alicia Puerto, fixed bug where circle icon used circle marker icon
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1590 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-06-08 18:40:13 +00:00
Wormsxulla
19a8549a64
Update French translation file.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1571 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-13 13:00:40 +00:00
Wormsxulla
8266e67da5
Update the Dutch translation file by Jaap Blom. Thank you!
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1570 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-13 10:30:06 +00:00
Pavol Rusnak
07254d47bc
finish Slovak locale, add missing strings to Czech one
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1565 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-04 14:07:44 +00:00
Alexis Deveria
92f017e6d9
Updated Czech and Romainian lang files by Jan Ptacek and Christian Tzurcanu respectively
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1564 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-04 13:17:54 +00:00
Pavol Rusnak
125d6082d8
most of Slovak translation, some minor changes to the rest
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1563 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-03 23:29:13 +00:00
Alexis Deveria
8000c9651e
Updated lang files, fixed another textedit bug
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1561 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-05-03 20:12:41 +00:00
Alexis Deveria
fa44f7d2ef
Fixed issue 545: Cursor/selection block are positioned incorrectly when zoomed in/out on transformed text. Also updated canvg to version supporting arrows
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1557 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-30 15:06:47 +00:00
Alexis Deveria
d0d499f259
More locale fixes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1555 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-29 16:42:58 +00:00
Alexis Deveria
7d4978740e
Made more locale-related fixes, fixed issue 544 using codedread's help
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1550 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-28 16:34:02 +00:00
Alexis Deveria
9be03c4746
Updated locale files as well as lang.en.js with most new strings
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1548 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-27 18:50:16 +00:00
Alexis Deveria
c2d4aa0061
Fixed bug that caused errors when changing an attribute while in text-edit mode. Also changed some lang IDs to better match tools
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1547 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-26 19:16:37 +00:00
Jeff Schiller
0b6fa02ca8
Add some missing tooltips to English translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1536 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 16:09:43 +00:00
Jeff Schiller
ffc666c77f
Move tooltip for rect width/height to the label instead of just input control. Update all translations.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1534 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 16:05:32 +00:00
Jeff Schiller
8c13cceea9
Move blur tooltip to the div so that icon gets a tooltip, also add to locale script for English
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1533 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-04-21 15:51:10 +00:00
Alexis Deveria
2ba315bc96
More internal re-arranging and support for new config options
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1464 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-16 19:28:57 +00:00
Alexis Deveria
85a7f57e78
Changed basic structure for improved integration and customization, introduces global svgEditor object
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1456 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-03-11 21:07:13 +00:00
Jeff Schiller
37aab7dd8f
Added 'Import SVG' menu item and icon - only shows up in Firefox 3.6 and functions identically to Open at the moment
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1420 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-20 23:38:49 +00:00
Alexis Deveria
eb8b9ab5e6
Made 'good' locale array be populated based on svg-editor.html, made namespaces only be added on serialization when used
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1377 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-11 21:24:15 +00:00
Wormsxulla
8304c43d47
Add Japanese to the good languages. Thank you Dong! Correct name of Russian in Russian in AUTHORS.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1359 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 20:00:30 +00:00
Pavol Rusnak
5b895d3973
add Japanese translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1357 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-08 18:15:04 +00:00
Wormsxulla
7054866293
Fix the Layer panel handle in the Hindi translation to make it appear vertically.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1346 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 16:59:19 +00:00
Wormsxulla
1021cceef8
Main menu items in zh-TW now display in Chinese. Also remove _show entries no longer needed. Thank you Mook!
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1343 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-05 07:36:05 +00:00
Wormsxulla
e2b264ea64
Make the tooltip description for id="stroke_width" in lang.en.js match the HTML. (All languages files will need to translate the new string").
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1338 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-04 07:13:09 +00:00
Alexis Deveria
98c707e53f
Removed _show entries in language files (no longer needed)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1333 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-03 14:50:27 +00:00
Alexis Deveria
fad1c4395d
Fixed bug in Opera where flyout icon didn't show and fixed Issue 451: Switching languages is broken
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1327 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 19:24:17 +00:00
Jeff Schiller
0e0f98a1de
Fix Chinese Hong Kong filename
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1321 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-02 03:41:36 +00:00
Alexis Deveria
bed10696d2
Split off the arrow part of the connector plugin to be its own arrows plugin (start on issue 308)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1317 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 18:40:57 +00:00
Wormsxulla
b23c861650
Update for the right Chinese names of the language. Rename zh into zh-KH. Thanks to zenixls2.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1314 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-02-01 12:02:28 +00:00
Wormsxulla
d0783f80bd
Add zh-TW to the good languages. Update the first draft of the Chinese-TW translation by zenixls2.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1309 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-30 11:41:10 +00:00
Alexis Deveria
7890d47e06
Fixed issue 418 and issue 441
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1281 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-27 15:14:23 +00:00
Alexis Deveria
d60fb28557
Made improvements to extension support as well as connector extension
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1279 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-26 21:28:52 +00:00
Wormsxulla
1dcb9aac42
Add the final version of the russian language file by Laurent Dufloux. Update the UI to correctly say "Russian" in russian.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1278 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-26 14:49:46 +00:00
Wormsxulla
ddeace083c
Add Arabic to the list of good languages. Update the AUTHORS list for Arabic.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1246 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-20 06:50:23 +00:00
Wormsxulla
c6e1bf0584
Update the first draft of the Russian translation by Laurent Dufloux.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1234 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-17 21:33:06 +00:00
Jeff Schiller
9e0c8fff0e
Updated python script to fix lang files, ran all lang files through python script
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1229 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 19:11:22 +00:00
Wormsxulla
ed04c15140
Update the Hindi translation with the first draft by Tavish Naruka.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1227 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 17:42:24 +00:00
Wormsxulla
03a335646f
Update the Frisian language file by Wander Nauta (hopefully with the proper encoding!)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1224 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 11:48:00 +00:00
Wormsxulla
c4e44a13a8
Make the lang.fy.js have the proper UTF-8 format.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1223 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 10:13:39 +00:00
Wormsxulla
afa5e7d58c
Add Russian language to the good languages. Possibly display "Hindi" in Hindi in svg-editor.html, too.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1222 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-15 09:44:25 +00:00
Wormsxulla
1dbdbc0352
Update the first draft of the Frisian language file by Wander Nauta.
...
Add Frisian and Hindi languages to the good languages (Not able to display "Hindi" in "Hindi" in svg-editor.html, though.)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1219 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 18:33:05 +00:00
Alexis Deveria
b835da83ea
Fixed locale issues for main menu (will work once lang files are updated)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1218 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 16:05:05 +00:00
Wormsxulla
612d563677
Add a language file for future Frisian translation.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1216 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-14 13:55:57 +00:00
Jeff Schiller
4425f51d5f
Finally fix lang.es.js encoding issues
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1209 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-13 17:18:35 +00:00
Jeff Schiller
fc854c0c55
Remove svninfo_dim legacy from lang.fr.js and lang.es.js. lang.es.js is still invalid JSON though
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1208 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-13 16:58:14 +00:00
Jeff Schiller
00d536ba88
Missed single-quote fix for lang.es.js, but still reported as invalid JSON
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1207 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-13 16:50:07 +00:00
Jeff Schiller
8bff0591d3
Fix all lang files so they are proper JSON (JSON does not allow single-quoted strings) except for lang.es.js. Started a python script that will help use manage the translation files going forward
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1205 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-13 16:28:33 +00:00
Jeff Schiller
faa165eb9d
Change encoding from Western to UTF-8
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1201 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-12 20:39:03 +00:00
Jeff Schiller
f00068c02c
Merge arbelos fixes for opera widget for svgicons and locale to trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1195 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-12 08:07:50 +00:00
Alexis Deveria
4313c95d7e
Applying recent 2.4 branch changes to trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1174 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-08 20:36:39 +00:00
Alexis Deveria
ccc40da338
Changed shade of blue for selection items, updated lang.de file (trunk)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1161 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-07 14:31:14 +00:00
Wormsxulla
a01c4c43de
Update lang.es.js (trunk) by Alicia.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1159 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-07 03:23:47 +00:00
Wormsxulla
7a50e39cbd
Update AUTHORS.txt and README.txt (trunk) with Translations credits.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1156 eee81c28-f429-11dd-99c0-75d572ba1ddd
2010-01-06 20:40:00 +00:00
Wormsxulla
517e7e9983
Update the Dutch translation by Jaap Blom.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1115 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-25 10:27:12 +00:00
Wormsxulla
b66c9824ff
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1113 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-24 12:23:10 +00:00
Wormsxulla
4509235b9f
Update the Spanish language file by Alicia.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1110 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-23 22:01:56 +00:00
Wormsxulla
4ce18d7b47
Trying to fix the earlier mistake. Makes the japanese language file ready for being translated
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1105 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-23 20:01:53 +00:00
Wormsxulla
a2a0a2881d
Make the japanese language file ready for being translated
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1104 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-23 19:53:16 +00:00
Alexis Deveria
f1f3c31d21
Added German to good auto-set lang list, fixed issues 376 and 365
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1099 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-23 14:25:43 +00:00
Jeff Schiller
2c8705ee75
Add in German translation from dreimark
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1097 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-23 05:40:49 +00:00
Alexis Deveria
732155a028
Made auto-language-picker only use full translations
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1083 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-22 21:24:58 +00:00
Alexis Deveria
20fb24ca0a
Updated lang.es.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1079 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-22 13:39:42 +00:00
Alexis Deveria
a2ea54a9bd
Added Spanish translation by Alicia, fixed issue 369
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1077 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-21 20:03:43 +00:00
Alexis Deveria
35f1d7edf1
Updated Romanian and Czech languages, fixed part of Fit Canvas to Content
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1072 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-18 20:17:06 +00:00
Pavol Rusnak
5fdee72e08
update SK translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1049 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-16 16:37:00 +00:00
Alexis Deveria
f376a9aed8
Added lang.he.js (was lang.iw.js)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1043 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-15 18:11:10 +00:00
Alexis Deveria
68975b1ff4
Updated NL lang file (by jaap.blom) and updated other lang files (by wormsxulla)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1041 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-15 14:22:42 +00:00
Alexis Deveria
db718cb201
Made fixes to/updated en,fr,nl lang files, made lang files no longer require keyboard shortcut hints
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1026 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-11 20:35:51 +00:00
Alexis Deveria
df642b1500
Added support for translated text in svgcanvas.js, updated es, ja files, complete fr file by wormsxulla
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1004 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-08 19:38:14 +00:00
Alexis Deveria
161714b157
Updated lang.en.js
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1003 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-08 18:08:23 +00:00
Alexis Deveria
fddc6f2b10
Removed language list from lang.en.js in favor of local-langage names in HTML file
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1001 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-07 21:16:13 +00:00
Alexis Deveria
bf1cd8606d
Updated lang.en.js file and added fixes to issues 346 and 347 to trunk
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1000 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-12-07 15:42:36 +00:00
Jeff Schiller
3481940e38
Update selector box to be a path, change selectors to be circles (for convenience). Getting closer to a fix for negative resizing
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@976 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-25 13:51:42 +00:00
Alexis Deveria
1bd107b58b
Updated lang.en.js with latest changes (may still be some entries missing)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@963 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-20 19:23:09 +00:00
Alexis Deveria
2a9f517306
More minor language-related tweaks
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@940 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-12 21:43:19 +00:00
Alexis Deveria
6d30a6b7ee
Possibly fixed lang detection script
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@939 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-12 21:28:04 +00:00
Alexis Deveria
6f4a74dad9
Changed authors file, zoom list order, and added a UA language test
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@938 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-12 21:13:29 +00:00
Alexis Deveria
344e7a802d
Fixed several remaining cross-browser icon bugs
...
git-svn-id: http://svg-edit.googlecode.com/svn/branches/transformlist@933 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-12 16:00:50 +00:00
Alexis Deveria
c5467373ef
Made editor preferences (language, icon size and background) be saved and re-applied on page load
...
git-svn-id: http://svg-edit.googlecode.com/svn/branches/transformlist@930 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-11 18:13:26 +00:00
Alexis Deveria
55f791910a
Added locale improvements: JS strings - see lang.en.js, dropdown list in doc props, browser language detect on startup
...
git-svn-id: http://svg-edit.googlecode.com/svn/branches/transformlist@928 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-11-10 21:31:47 +00:00
Alexis Deveria
0e578d675c
Fixed issues 269 and 307, added clone SVG icon
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@888 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-29 19:43:34 +00:00
Jeff Schiller
e667d63ac8
Rename all script/UI poly elements to path. Add TODOs for localization. Change MIME type of lang.XX.js files to text/javascript to better track in Subversion.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@842 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-18 20:46:32 +00:00
Jeff Schiller
2b6d0c467b
Add shortcut key (X) to eXpand/collapse the side panel
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@822 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-14 04:16:48 +00:00
Jeff Schiller
7a784ad87c
Rename Poly Tool tooltip to Path Tool (only in English translation)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@816 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-13 15:11:12 +00:00
Jeff Schiller
4a2141fd8a
Make the layer handle draggable.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@798 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-11 06:07:57 +00:00
Jeff Schiller
b1393df28c
Move-To-Layer control now lives in the Layers panel. Restructured layout of layers panel and added a non-functional handle. Changed pointer-events to be 'inherit' for all elements inside the layer. Clear selection after moving elements to a layer.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@797 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-11 04:32:21 +00:00
Jeff Schiller
2549e8ddd6
Fix Issue 227: Move elements to a different layer. Also document all of the Layer API functions of SvgCanvas.
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@796 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-10 21:46:06 +00:00
Jeff Schiller
c0c0973cd9
Update English strings for new poly node contextual tools
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@792 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-09 19:39:31 +00:00
Pavol Rusnak
2c08697f8b
forgot to add german into README.txt :-)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@782 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-08 18:57:07 +00:00
Pavol Rusnak
26e75e84e0
German translation by Andreas Neumann and rb.proj
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@781 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-08 18:44:44 +00:00
Jeff Schiller
0a22be088d
Issue 255: Dutch translations
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@771 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-06 07:28:56 +00:00
Pavol Rusnak
671d263224
fix czech locale
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@768 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-05 20:02:37 +00:00
Narendra Sisodiya
0e2a6e2f54
small typo
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@766 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-05 19:15:40 +00:00
Jeff Schiller
4a092a20be
Add README file to track translations done by humans
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@764 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-05 19:04:07 +00:00
Pavol Rusnak
e5e0024f53
apply locale fixes from Wormsxulla and Christian (fixes issue #255 )
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@762 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-05 09:42:00 +00:00
Pavol Rusnak
757957ba35
fix typos
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@760 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-04 20:48:57 +00:00
Pavol Rusnak
a81d311f2a
remove suffice parameter in translations + fix slovak translation
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@759 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-04 20:47:25 +00:00
Narendra Sisodiya
e199e20ddd
UI localisation, added English UI string file for reference purpose
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@758 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-03 19:56:31 +00:00
Narendra Sisodiya
e115dcec97
UI localisation, calling put_locale after DOM is available
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@757 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-03 19:24:36 +00:00
Narendra Sisodiya
7a5d02b9f7
UI localization
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@754 eee81c28-f429-11dd-99c0-75d572ba1ddd
2009-10-03 05:54:40 +00:00