StalderT
bdcd9fcb04
Update lang.fr.js
...
fix "delete" "move_down" "move_back" french translation
2015-11-30 15:46:28 +01:00
portablejim
692817d610
Fix delete element hover text in english locale file.
...
"Delete Layer" -> "Delete Element(s)"
2015-06-20 10:15:01 +10:00
Brett Zamir
7a1273eb93
Strip trailing spaces
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2891 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-23 03:54:52 +00:00
Brett Zamir
0ac9754dbd
further indenting fixes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2890 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-22 22:46:40 +00:00
Brett Zamir
35a44998bf
Apply Slovenian locale patches by jaka@freeapproved.com with a few fixes (use tab indents, fix JS object, update 2 outdated keys)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2889 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-22 22:43:53 +00:00
Brett Zamir
6afa75adda
Rename labels to fix issue 1206 of confusing labels ("Open Image"->"Open SVG" and "Import SVG"->"Import Image")
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2867 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-05-22 23:55:05 +00:00
Brett Zamir
d84a4465d2
Minor clean-up
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2813 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-04-09 03:44:19 +00:00
Brett Zamir
bdb81d541c
Update trunk to the non-release-related minor changes in stable/branch 2.7
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2758 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-04-07 04:08:52 +00:00
Brett Zamir
9129d652e4
Add storage strings to other locales
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2710 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-19 04:33:21 +00:00
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