OSDN Git Service

Merge Hiroshi's language changes into development branch.
authorRandy Baumgarte <randy@fbn.cx>
Fri, 27 Aug 2010 13:50:04 +0000 (09:50 -0400)
committerRandy Baumgarte <randy@fbn.cx>
Fri, 27 Aug 2010 20:27:31 +0000 (16:27 -0400)
commita2accd504d86868274dc66f8a151949f521848ea
tree39b66bc93671b043e0b95c338cc13fe3b01dca73
parented4afc15083ad44283b3ebbef7b7b4b13eb000fb
Merge Hiroshi's language changes into development branch.
52 files changed:
.classpath
.settings/org.eclipse.jdt.core.prefs
build.xml
lib/commons-lang-2.4.jar [new file with mode: 0644]
nevernote.bat
nevernote.pro
nevernote.sh
src/cx/fbn/nevernote/NeverNote.java
src/cx/fbn/nevernote/dialog/AccountDialog.java
src/cx/fbn/nevernote/dialog/ConfigAppearancePage.java
src/cx/fbn/nevernote/dialog/ConfigDebugPage.java
src/cx/fbn/nevernote/dialog/DatabaseLoginDialog.java
src/cx/fbn/nevernote/dialog/DatabaseStatus.java
src/cx/fbn/nevernote/dialog/EnCryptDialog.java
src/cx/fbn/nevernote/dialog/EnDecryptDialog.java
src/cx/fbn/nevernote/dialog/FindDialog.java
src/cx/fbn/nevernote/dialog/GeoDialog.java
src/cx/fbn/nevernote/dialog/InsertLinkDialog.java
src/cx/fbn/nevernote/dialog/LoginDialog.java
src/cx/fbn/nevernote/dialog/NotebookArchive.java
src/cx/fbn/nevernote/dialog/NotebookEdit.java
src/cx/fbn/nevernote/dialog/OnlineNoteHistory.java
src/cx/fbn/nevernote/dialog/SavedSearchEdit.java
src/cx/fbn/nevernote/dialog/TableDialog.java
src/cx/fbn/nevernote/dialog/TagAssign.java
src/cx/fbn/nevernote/dialog/TagEdit.java
src/cx/fbn/nevernote/dialog/WatchFolder.java
src/cx/fbn/nevernote/dialog/WatchFolderAdd.java
src/cx/fbn/nevernote/filters/AttributeFilter.java
src/cx/fbn/nevernote/filters/ContainsAttributeFilter.java [new file with mode: 0644]
src/cx/fbn/nevernote/filters/DateAttributeFilter.java [new file with mode: 0644]
src/cx/fbn/nevernote/filters/NoteSortFilterProxyModel.java
src/cx/fbn/nevernote/gui/AttributeTreeWidget.java
src/cx/fbn/nevernote/gui/BrowserWindow.java
src/cx/fbn/nevernote/gui/ContainsAttributeFilterTable.java
src/cx/fbn/nevernote/gui/DateAttributeFilterTable.java
src/cx/fbn/nevernote/gui/SavedSearchTreeWidget.java
src/cx/fbn/nevernote/gui/TagTreeWidget.java
src/cx/fbn/nevernote/threads/IndexRunner.java
src/cx/fbn/nevernote/threads/SyncRunner.java
translations/nevernote_ca.ts [new file with mode: 0644]
translations/nevernote_da.ts [new file with mode: 0644]
translations/nevernote_de.ts
translations/nevernote_es.ts [new file with mode: 0644]
translations/nevernote_fr.ts
translations/nevernote_ja.ts
translations/nevernote_pl.ts [new file with mode: 0644]
translations/nevernote_pt.ts [new file with mode: 0644]
translations/nevernote_ru.ts [new file with mode: 0644]
translations/nevernote_sk.ts [new file with mode: 0644]
translations/nevernote_zh_CN.ts [new file with mode: 0644]
translations/nevernote_zh_TW.ts [new file with mode: 0644]