Add localization todos

This commit is contained in:
Dan Stillman 2014-09-18 17:41:46 -04:00
parent 57ec10dfd4
commit fd31e41e2f

View file

@ -1518,6 +1518,7 @@ Zotero.Sync.Storage = new function () {
destFile.remove(false);
}
catch (e) {}
// TODO: localize
var msg = "Due to a Windows path length limitation, your Zotero data directory "
+ "is too deep in the filesystem for syncing to work reliably. "
+ "Please relocate your Zotero data to a higher directory.";
@ -1695,6 +1696,7 @@ Zotero.Sync.Storage = new function () {
}
catch (e) {}
zipReader.close();
// TODO: localize
var msg = "Due to a Windows path length limitation, your Zotero data directory "
+ "is too deep in the filesystem for syncing to work reliably. "
+ "Please relocate your Zotero data to a higher directory.";