Merge with dev
This commit is contained in:
@@ -1 +1,2 @@
|
||||
http://www.iconarchive.com/category/application-icons.html
|
||||
http://www.webidev.com/fr/WebiInscrit
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
ressources/icons/export-icon.png
Normal file
BIN
ressources/icons/export-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
ressources/icons/import-icon.png
Normal file
BIN
ressources/icons/import-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
10
ressources/init.sql
Executable file
10
ressources/init.sql
Executable file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE kisscount(db_version VARCHAR(20));
|
||||
CREATE TABLE user (id INTEGER PRIMARY KEY, name VARCHAR(255), password VARCHAR(255));
|
||||
CREATE TABLE account(id INTEGER PRIMARY KEY, user REFERENCES user(id), name VARCHAR(255), number VARCHAR(255), shared CHAR(1), blocked CHAR(1), default_account CHAR(1), virtual CHAR(1));
|
||||
CREATE TABLE shared_account(account REFERENCES account(id), user REFERENCES user(id));
|
||||
CREATE TABLE account_amount(id INTEGER PRIMARY KEY, account REFERENCES account(id), year INTEGER, month INTEGER, amount FLOAT);
|
||||
CREATE TABLE operation(id INTEGER PRIMARY KEY, parent REFERENCES operation(id), user REFERENCES user(id), account REFERENCES account(id), year INTEGER, month INTEGER, day INTEGER, amount FLOAT, description VARCHAR(255), category REFERENCES category(id), fix_cost CHAR(1), checked CHAR(1), formula VARCHAR(255), transfert REFERENCES operation(id), meta CHAR(1), virtual CHAR(1));
|
||||
CREATE TABLE category(id INTEGER PRIMARY KEY, user REFERENCES user(id), parent REFERENCES category(id), name VARCHAR(255), backcolor VARCHAR(10), forecolor VARCHAR(10), font VARCHAR(255), fix_cost CHAR(1));
|
||||
CREATE TABLE preference(id INTEGER PRIMARY KEY, user REFERENCES user(id), name VARCHAR(255), value VARCHAR(255));
|
||||
CREATE TABLE import_pattern(id INTEGER PRIMARY KEY, user REFERENCES user(id), description VARCHAR(255), pattern VARCHAR(255), account REFERENCES account(id), category REFERENCES category(id));
|
||||
INSERT INTO kisscount ("db_version") VALUES ("2");
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -8,267 +8,351 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-02-05 14:48+0100\n"
|
||||
"POT-Creation-Date: 2011-07-04 20:23+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:775 src/view/StatsPanel.cpp:328
|
||||
#: src/view/StatsPanel.cpp:384 src/view/PreferencesPanel.cpp:832
|
||||
msgid " - "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:456 src/view/PreferencesPanel.cpp:476
|
||||
#: src/view/PreferencesPanel.cpp:677 src/view/PreferencesPanel.cpp:696
|
||||
#: src/view/PreferencesPanel.cpp:733 src/view/UsersDialog.cpp:118
|
||||
#: src/view/UsersDialog.cpp:125 src/view/PreferencesPanel.cpp:496
|
||||
#: src/view/PreferencesPanel.cpp:516 src/view/PreferencesPanel.cpp:727
|
||||
#: src/view/PreferencesPanel.cpp:746 src/view/PreferencesPanel.cpp:790
|
||||
msgid " already exists"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:227
|
||||
#: src/view/ImportPanel.cpp:283
|
||||
msgid " and "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:114 src/view/ExportPanel.cpp:106
|
||||
msgid " entries found"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:147
|
||||
#: src/model/Database.cpp:106
|
||||
msgid " not found, aborting"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:742
|
||||
#: src/view/AccountPanel.cpp:879
|
||||
msgid " operations ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:782
|
||||
#: src/view/PreferencesPanel.cpp:839
|
||||
msgid " profil ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:136
|
||||
#: src/view/ImportPanel.cpp:289
|
||||
msgid " will be created, is it ok ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:92
|
||||
msgid "!! Warning !! If there was a bug, the old database will be suppressed !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:229
|
||||
#: src/view/ImportPanel.cpp:282
|
||||
#, c-format
|
||||
msgid "%d accounts"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:287
|
||||
#, c-format
|
||||
msgid "%d categories"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:116 src/view/ExportPanel.cpp:108
|
||||
msgid "1 entry found"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:74
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:90 src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/SearchBanner.cpp:83 src/view/grid/GridAccount.cpp:63
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:456 src/view/PreferencesPanel.cpp:476
|
||||
#: src/view/PreferencesPanel.cpp:496 src/view/PreferencesPanel.cpp:516
|
||||
msgid "Account "
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:343
|
||||
#: src/controller/KissCount.cpp:372
|
||||
msgid "Account 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:106
|
||||
#: src/view/ImportPanel.cpp:74 src/view/AccountPanel.cpp:112
|
||||
msgid "Account name"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:105
|
||||
#: src/view/AccountPanel.cpp:111
|
||||
msgid "Account number"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:59 src/view/StatsPanel.cpp:293
|
||||
#: src/view/StatsPanel.cpp:336 src/view/PreferencesPanel.cpp:60
|
||||
msgid "Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:86
|
||||
#: src/view/AccountPanel.cpp:1107
|
||||
msgid "Accounts updated until "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchBanner.cpp:79
|
||||
msgid "Amount from"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:87
|
||||
#: src/view/SearchBanner.cpp:80
|
||||
msgid "Amount to"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:737 src/view/PreferencesPanel.cpp:408
|
||||
#: src/view/PreferencesPanel.cpp:782
|
||||
#: src/view/AccountPanel.cpp:1114
|
||||
msgid "Any account updated !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:175 src/view/ExportPanel.cpp:138
|
||||
msgid "Any engine can process this file !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:839 src/view/AccountPanel.cpp:874
|
||||
msgid "Are you sure want to delete "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:657 src/view/grid/GridAccount.cpp:828
|
||||
#: src/view/grid/GridAccount.cpp:859
|
||||
msgid "Are you sure want to delete : \n"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:343
|
||||
#: src/view/ImportPanel.cpp:367
|
||||
msgid "Are you sure want to integrate these operations ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:369
|
||||
msgid "Ascending"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:267
|
||||
#: src/view/PreferencesPanel.cpp:293
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:187
|
||||
#: src/view/PreferencesPanel.cpp:200
|
||||
msgid "Blocked"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/GenerateDialog.cpp:60 src/view/PasswordDialog.cpp:56
|
||||
#: src/view/UsersDialog.cpp:51
|
||||
#: src/view/UsersDialog.cpp:52 src/view/GenerateDialog.cpp:61
|
||||
#: src/view/PasswordDialog.cpp:56
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1259 src/view/grid/GridAccount.cpp:1266
|
||||
#: src/view/grid/GridAccount.cpp:1294 src/view/grid/GridAccount.cpp:1301
|
||||
msgid "Cannot group these operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1385 src/view/grid/GridAccount.cpp:1391
|
||||
#: src/view/grid/GridAccount.cpp:1420 src/view/grid/GridAccount.cpp:1426
|
||||
msgid "Cannot ungroup these operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:60
|
||||
#: src/controller/KissCount.cpp:363
|
||||
msgid "Car"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:61
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:88 src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/SearchBanner.cpp:81 src/view/grid/GridAccount.cpp:63
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:677 src/view/PreferencesPanel.cpp:696
|
||||
#: src/view/PreferencesPanel.cpp:727 src/view/PreferencesPanel.cpp:746
|
||||
msgid "Category "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:77
|
||||
msgid "Change Name"
|
||||
#: src/view/ImportPanel.cpp:82
|
||||
msgid "Category name"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:78
|
||||
msgid "Change Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:79
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:59
|
||||
msgid "Change account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:60
|
||||
msgid "Change category"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PasswordDialog.cpp:29
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:73
|
||||
msgid "Change user"
|
||||
#: src/view/AccountPanel.cpp:128
|
||||
msgid "Check"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:122
|
||||
msgid "Check mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:76
|
||||
#: src/view/SearchBanner.cpp:70
|
||||
msgid "Checked"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:133
|
||||
msgid "Choose a database to open"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:154
|
||||
msgid "Choose a new account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:196
|
||||
msgid "Choose a new category"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PasswordDialog.cpp:46
|
||||
msgid "Confirm password "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:116 src/view/StatsPanel.cpp:132
|
||||
#: src/view/StatsPanel.cpp:142 src/view/AccountPanel.cpp:122
|
||||
msgid "Cost repartition"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/ImportPanel.cpp:187 src/view/ImportPanel.cpp:217
|
||||
#: src/view/ImportPanel.cpp:260 src/view/ImportPanel.cpp:269
|
||||
#: src/view/ImportPanel.cpp:297 src/view/ImportPanel.cpp:315
|
||||
msgid "Create one"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:63
|
||||
msgid "Credit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:202
|
||||
#: src/view/AccountPanel.cpp:234
|
||||
msgid "Cur Credit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:203
|
||||
#: src/view/AccountPanel.cpp:235
|
||||
msgid "Cur Debit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:108
|
||||
#: src/view/AccountPanel.cpp:114
|
||||
msgid "Current value"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/grid/GridAccount.cpp:63
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:49
|
||||
#: src/view/SearchBanner.cpp:41
|
||||
msgid "Date from"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:50
|
||||
#: src/view/SearchBanner.cpp:42
|
||||
msgid "Date to"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/grid/GridAccount.cpp:63
|
||||
msgid "Debit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:186
|
||||
#: src/view/PreferencesPanel.cpp:198
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:596 src/view/PreferencesPanel.cpp:188
|
||||
#: src/view/PreferencesPanel.cpp:270
|
||||
#: src/view/PreferencesPanel.cpp:201 src/view/PreferencesPanel.cpp:296
|
||||
#: src/view/AccountPanel.cpp:733
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:344
|
||||
#: src/view/PreferencesPanel.cpp:370
|
||||
msgid "Descending"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:85 src/view/grid/GridAccount.cpp:67
|
||||
#: src/view/SearchBanner.cpp:78 src/view/grid/GridAccount.cpp:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:38 src/model/Database.cpp:55
|
||||
#: src/model/Database.cpp:95 src/model/Database.cpp:102
|
||||
#: src/model/Database.cpp:120 src/model/Database.cpp:147
|
||||
#: src/model/Database.cpp:155 src/model/Database.cpp:176
|
||||
#: src/view/AccountPanel.cpp:733 src/view/PasswordDialog.cpp:72
|
||||
#: src/view/PasswordDialog.cpp:78 src/view/PreferencesPanel.cpp:404
|
||||
#: src/view/PreferencesPanel.cpp:456 src/view/PreferencesPanel.cpp:476
|
||||
#: src/view/PreferencesPanel.cpp:677 src/view/PreferencesPanel.cpp:696
|
||||
#: src/view/PreferencesPanel.cpp:727 src/view/PreferencesPanel.cpp:733
|
||||
#: src/view/SearchPanel.cpp:142 src/view/SearchPanel.cpp:152
|
||||
#: src/view/SearchPanel.cpp:166 src/view/SearchPanel.cpp:177
|
||||
#: src/view/UsersDialog.cpp:88 src/view/UsersDialog.cpp:118
|
||||
#: src/view/grid/GridAccount.cpp:1259 src/view/grid/GridAccount.cpp:1266
|
||||
#: src/view/grid/GridAccount.cpp:1385 src/view/grid/GridAccount.cpp:1391
|
||||
#: src/view/grid/wxGridCellFormulaEditor.cpp:69
|
||||
#: src/view/SearchPanel.cpp:238
|
||||
msgid "Enter a new description"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:95 src/view/UsersDialog.cpp:125
|
||||
#: src/view/SearchBanner.cpp:140 src/view/SearchBanner.cpp:150
|
||||
#: src/view/SearchBanner.cpp:163 src/view/SearchBanner.cpp:172
|
||||
#: src/view/PreferencesPanel.cpp:436 src/view/PreferencesPanel.cpp:496
|
||||
#: src/view/PreferencesPanel.cpp:516 src/view/PreferencesPanel.cpp:727
|
||||
#: src/view/PreferencesPanel.cpp:746 src/view/PreferencesPanel.cpp:784
|
||||
#: src/view/PreferencesPanel.cpp:790 src/view/PasswordDialog.cpp:72
|
||||
#: src/view/PasswordDialog.cpp:78 src/view/AccountPanel.cpp:870
|
||||
#: src/view/grid/GridAccount.cpp:1294 src/view/grid/GridAccount.cpp:1301
|
||||
#: src/view/grid/GridAccount.cpp:1420 src/view/grid/GridAccount.cpp:1426
|
||||
#: src/view/grid/wxGridCellFormulaEditor.cpp:69 src/model/Database.cpp:45
|
||||
#: src/model/Database.cpp:52 src/model/Database.cpp:70
|
||||
#: src/model/Database.cpp:106 src/model/Database.cpp:112
|
||||
#: src/model/Database.cpp:118 src/model/Database.cpp:126
|
||||
#: src/model/Database.cpp:147 src/model/Database_Update.cpp:23
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:176
|
||||
#: src/model/Database.cpp:147
|
||||
msgid "Error creating original database"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:109
|
||||
#: src/view/ExportPanel.cpp:55 src/view/ExportPanel.cpp:89
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ExportPanel.cpp:146
|
||||
msgid "Failed to save operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:73
|
||||
msgid "File account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:81
|
||||
msgid "File category"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:115
|
||||
msgid "Final value"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:359 src/model/Database.cpp:331
|
||||
#: src/view/SearchPanel.cpp:76 src/view/grid/GridAccount.cpp:326
|
||||
#: src/view/SearchBanner.cpp:70 src/view/grid/GridAccount.cpp:340
|
||||
#: src/controller/KissCount.cpp:363
|
||||
msgid "Fix"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:269
|
||||
#: src/view/PreferencesPanel.cpp:295
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:268
|
||||
#: src/view/PreferencesPanel.cpp:294
|
||||
msgid "Foreground color"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/StatsPanel.cpp:64
|
||||
#: src/view/StatsPanel.cpp:65
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/GenerateDialog.cpp:45
|
||||
#: src/view/GenerateDialog.cpp:46
|
||||
msgid "From "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:593 src/view/GenerateDialog.cpp:31
|
||||
#: src/view/GenerateDialog.cpp:31 src/view/AccountPanel.cpp:730
|
||||
msgid "Generate month"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:361
|
||||
#: src/model/import/GrisbiImportEngine.cpp:201
|
||||
msgid "Grisbi files (*.gsb)|*.gsb"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:363
|
||||
msgid "Groceries"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:126
|
||||
#: src/view/AccountPanel.cpp:134
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
@@ -276,23 +360,39 @@ msgstr ""
|
||||
msgid "Hobbies"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:107
|
||||
#: src/view/ImportPanel.cpp:123
|
||||
msgid "Import"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:113
|
||||
msgid "Initial value"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:152
|
||||
#: src/view/ImportPanel.cpp:57
|
||||
msgid "Integrate operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:75
|
||||
msgid "Internal account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:83
|
||||
msgid "Internal category"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchBanner.cpp:150
|
||||
msgid "Invalid amount from"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:177
|
||||
#: src/view/SearchBanner.cpp:172
|
||||
msgid "Invalid amount range"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:166
|
||||
#: src/view/SearchBanner.cpp:163
|
||||
msgid "Invalid amount to"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:142
|
||||
#: src/view/SearchBanner.cpp:140
|
||||
msgid "Invalid date range"
|
||||
msgstr ""
|
||||
|
||||
@@ -300,7 +400,7 @@ msgstr ""
|
||||
msgid "Invalid formula !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:727
|
||||
#: src/view/PreferencesPanel.cpp:784
|
||||
msgid "Invalid name"
|
||||
msgstr ""
|
||||
|
||||
@@ -308,53 +408,73 @@ msgstr ""
|
||||
msgid "Invalid old password"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:88
|
||||
#: src/view/UsersDialog.cpp:95
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/StatsPanel.cpp:347
|
||||
#: src/view/StatsPanel.cpp:403
|
||||
msgid "Invalide date range"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:404
|
||||
#: src/view/PreferencesPanel.cpp:436
|
||||
msgid "It must be at least one account !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:733
|
||||
#: src/view/AccountPanel.cpp:870
|
||||
msgid "It must be at least one month !"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:79
|
||||
#: src/view/PreferencesPanel.cpp:80
|
||||
msgid "Kill me"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:767 src/view/PreferencesPanel.cpp:770
|
||||
#: src/view/StatsPanel.cpp:347
|
||||
#: src/view/StatsPanel.cpp:403 src/view/PreferencesPanel.cpp:824
|
||||
#: src/view/PreferencesPanel.cpp:827 src/model/Database_Update.cpp:140
|
||||
msgid "KissCount"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:61
|
||||
#: src/view/ExportPanel.cpp:152
|
||||
msgid "KissCount - Export"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:128
|
||||
msgid "KissCount - Import"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/import/XMLImportEngine.cpp:268
|
||||
msgid "KissCount xml files (*.xml)|*.xml"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:62
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:770
|
||||
#: src/view/PreferencesPanel.cpp:827
|
||||
msgid "Language not changed"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:767
|
||||
#: src/view/PreferencesPanel.cpp:824
|
||||
msgid "Language successfully changed, please go to another panel"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:71 src/view/PreferencesPanel.cpp:184
|
||||
#: src/view/PreferencesPanel.cpp:266
|
||||
#: src/view/ImportPanel.cpp:54
|
||||
msgid "Load operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:129
|
||||
msgid "Mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:72 src/view/PreferencesPanel.cpp:196
|
||||
#: src/view/PreferencesPanel.cpp:292
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:739
|
||||
#: src/view/PreferencesPanel.cpp:796
|
||||
msgid "Name changed"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:52 src/view/UsersDialog.cpp:107
|
||||
#: src/view/UsersDialog.cpp:53 src/view/UsersDialog.cpp:114
|
||||
msgid "New User"
|
||||
msgstr ""
|
||||
|
||||
@@ -362,30 +482,48 @@ msgstr ""
|
||||
msgid "New password "
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:135
|
||||
#: src/model/Database.cpp:91
|
||||
msgid ""
|
||||
"No database found, would you like to create a new one ?\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:232
|
||||
#: src/view/SearchPanel.cpp:119 src/view/ExportPanel.cpp:111
|
||||
msgid "No entry found"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:76
|
||||
#: src/view/ImportPanel.cpp:351
|
||||
msgid "No operation found into this file"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ExportPanel.cpp:124
|
||||
msgid "No operation to save"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/StatsPanel.cpp:117 src/view/SearchBanner.cpp:70
|
||||
#: src/view/AccountPanel.cpp:237
|
||||
msgid "Non fix"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:76
|
||||
#: src/view/SearchPanel.cpp:149 src/view/SearchPanel.cpp:191
|
||||
#: src/view/PreferencesPanel.cpp:441 src/view/PreferencesPanel.cpp:702
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchBanner.cpp:70
|
||||
msgid "Not checked"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:185
|
||||
#: src/view/PreferencesPanel.cpp:197
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/GenerateDialog.cpp:59 src/view/PasswordDialog.cpp:55
|
||||
#: src/view/UsersDialog.cpp:50
|
||||
#: src/model/import/OFXImportEngine.cpp:135
|
||||
msgid "OFX files (*.ofx)|*.ofx"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:51 src/view/GenerateDialog.cpp:60
|
||||
#: src/view/PasswordDialog.cpp:55
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
@@ -393,23 +531,27 @@ msgstr ""
|
||||
msgid "Old password "
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:365
|
||||
msgid "Operating exepense"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:62
|
||||
#: src/view/PreferencesPanel.cpp:63
|
||||
msgid "Operation order"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:69 src/view/SearchPanel.cpp:89
|
||||
#: src/view/SearchBanner.cpp:82 src/view/AccountPanel.cpp:186
|
||||
msgid "Operations"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:369
|
||||
#: src/view/ImportPanel.cpp:421
|
||||
msgid "Operations successfully imported"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ExportPanel.cpp:144
|
||||
msgid "Operations successfuly saved"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:364
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:43
|
||||
#: src/view/UsersDialog.cpp:45
|
||||
msgid "Password "
|
||||
msgstr ""
|
||||
|
||||
@@ -417,7 +559,7 @@ msgstr ""
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:105
|
||||
#: src/view/wxUI.cpp:249
|
||||
msgid ""
|
||||
"Personal accounting software\n"
|
||||
"\n"
|
||||
@@ -425,153 +567,192 @@ msgid ""
|
||||
"\n"
|
||||
"Licenced under GNU GPL v3\n"
|
||||
"\n"
|
||||
"Copyright (C) 2010 Grégory Soutadé"
|
||||
"Copyright (C) 2010-2011 Grégory Soutadé"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PasswordDialog.cpp:78
|
||||
msgid "Please retype new password"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:72 src/view/PreferencesPanel.cpp:741
|
||||
#: src/view/PreferencesPanel.cpp:775
|
||||
#: src/view/PreferencesPanel.cpp:184 src/view/PreferencesPanel.cpp:798
|
||||
#: src/view/PreferencesPanel.cpp:832
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:55
|
||||
msgid "Query failed !\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:75
|
||||
msgid "Quit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:112
|
||||
#: src/view/wxUI.cpp:256
|
||||
msgid "Quit KissCount ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:204
|
||||
#: src/view/AccountPanel.cpp:128
|
||||
msgid "Real"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:236
|
||||
msgid "Remains"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:71 src/view/SearchPanel.cpp:83
|
||||
#: src/view/SearchPanel.cpp:243
|
||||
#: src/view/SearchPanel.cpp:61
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ExportPanel.cpp:128
|
||||
msgid "Save as"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ImportPanel.cpp:60
|
||||
msgid "Save import patterns"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/SearchPanel.cpp:48 src/view/SearchPanel.cpp:97
|
||||
#: src/view/SearchPanel.cpp:254 src/view/ExportPanel.cpp:44
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:90 src/view/StatsPanel.cpp:124
|
||||
#: src/view/StatsPanel.cpp:134 src/view/AccountPanel.cpp:95
|
||||
msgid "Serie 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:63
|
||||
#: src/view/PreferencesPanel.cpp:64
|
||||
msgid "Shared with"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/ButtonPanel.cpp:70 src/view/StatsPanel.cpp:328
|
||||
#: src/view/StatsPanel.cpp:172 src/view/StatsPanel.cpp:384
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/StatsPanel.cpp:71
|
||||
#: src/view/StatsPanel.cpp:70
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/GenerateDialog.cpp:52
|
||||
#: src/view/GenerateDialog.cpp:53
|
||||
msgid "To "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:186
|
||||
#: src/view/AccountPanel.cpp:210
|
||||
msgid "Total Credit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:187
|
||||
#: src/view/AccountPanel.cpp:211
|
||||
msgid "Total Debit"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:127
|
||||
#: src/view/AccountPanel.cpp:135
|
||||
msgid "UnGroup"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:95 src/model/Database.cpp:102
|
||||
#: src/model/Database.cpp:120 src/model/Database.cpp:155
|
||||
#: src/model/Database.cpp:112 src/model/Database.cpp:118
|
||||
msgid "Unable to Create "
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:45 src/model/Database.cpp:52
|
||||
#: src/model/Database.cpp:70 src/model/Database.cpp:126
|
||||
msgid "Unable to open Database"
|
||||
msgstr ""
|
||||
|
||||
#: src/controller/KissCount.cpp:367
|
||||
#: src/controller/KissCount.cpp:364
|
||||
msgid "Unexpected"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/User.cpp:52 src/model/User.cpp:72 src/model/User.cpp:120
|
||||
#: src/view/SearchBanner.cpp:66 src/view/SearchBanner.cpp:74
|
||||
#: src/view/AccountPanel.cpp:529 src/view/AccountPanel.cpp:565
|
||||
#: src/view/AccountPanel.cpp:603 src/model/User.cpp:59 src/model/User.cpp:79
|
||||
#: src/model/User.cpp:127
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/Database.cpp:38
|
||||
msgid "Update failed !\n"
|
||||
#: src/view/ImportPanel.cpp:42
|
||||
msgid "Unresolved accounts"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:58
|
||||
#: src/view/ImportPanel.cpp:43
|
||||
msgid "Unresolved categories"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/AccountPanel.cpp:136
|
||||
msgid "Update next months"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:59
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:733 src/view/UsersDialog.cpp:38
|
||||
#: src/view/UsersDialog.cpp:118
|
||||
#: src/view/UsersDialog.cpp:40 src/view/UsersDialog.cpp:125
|
||||
#: src/view/PreferencesPanel.cpp:790
|
||||
msgid "User "
|
||||
msgstr ""
|
||||
|
||||
#: src/view/UsersDialog.cpp:30
|
||||
#: src/view/UsersDialog.cpp:31
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1036
|
||||
#: src/view/PreferencesPanel.cpp:199 src/view/AccountPanel.cpp:128
|
||||
msgid "Virtual"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1071
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1036
|
||||
#: src/view/PreferencesPanel.cpp:446
|
||||
msgid "Wich account will replace this one ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/PreferencesPanel.cpp:707
|
||||
msgid "Wich category will replace this one ?"
|
||||
msgstr ""
|
||||
|
||||
#: src/model/export/XMLExportEngine.cpp:29
|
||||
msgid "XML files (*.xml)|*.xml"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/grid/GridAccount.cpp:1071
|
||||
msgid "You made a debit on a blocked account"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:99
|
||||
#: src/view/wxUI.cpp:125
|
||||
msgid "april"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:103
|
||||
#: src/view/wxUI.cpp:129
|
||||
msgid "august"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:107
|
||||
#: src/view/wxUI.cpp:133
|
||||
msgid "december"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:97
|
||||
#: src/view/wxUI.cpp:123
|
||||
msgid "february"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:96
|
||||
#: src/view/wxUI.cpp:122
|
||||
msgid "january"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:102
|
||||
#: src/view/wxUI.cpp:128
|
||||
msgid "july"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:101
|
||||
#: src/view/wxUI.cpp:127
|
||||
msgid "june"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:98
|
||||
#: src/view/wxUI.cpp:124
|
||||
msgid "march"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:100
|
||||
#: src/view/wxUI.cpp:126
|
||||
msgid "may"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:106
|
||||
#: src/view/wxUI.cpp:132
|
||||
msgid "november"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:105
|
||||
#: src/view/wxUI.cpp:131
|
||||
msgid "october"
|
||||
msgstr ""
|
||||
|
||||
#: src/view/wxUI.cpp:104
|
||||
#: src/view/wxUI.cpp:130
|
||||
msgid "september"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user