Commit Graph

639 Commits

Author SHA1 Message Date
Francis Lachapelle
dcf246ab54 (i18n) Restore missing strings
Fixes #3593
2016-03-21 11:19:32 -04:00
Francis Lachapelle
30b08941f6 Add Lithuanian translation 2016-03-16 11:34:11 -04:00
Francis Lachapelle
82b919e7ee Update translations
Added Lithuanian
2016-03-16 10:50:01 -04:00
Ludovic Marcotte
32bb1456e2 (feat) attachment size upload using WOMaxUploadSize (fixes #3510 and #3135) 2016-02-16 16:28:11 -05:00
Francis Lachapelle
08bf6d528b Update translations 2016-02-05 12:14:48 -05:00
Francis Lachapelle
b9cdc437eb Update translations 2016-01-27 13:13:14 -05:00
Francis Lachapelle
6cfed4eb67 Update translations 2016-01-26 11:14:53 -05:00
Francis Lachapelle
a55c98b98d Update French translation 2016-01-26 09:19:13 -05:00
Ludovic Marcotte
7c0649efcf (fix) small i18n fixes 2016-01-26 09:07:26 -05:00
Francis Lachapelle
be7971ceef Add Croatian translation 2016-01-25 10:51:09 -05:00
Ludovic Marcotte
737d2ffccc (feat) UI for previously commited new feature (junk/not junk) 2016-01-22 10:32:13 -05:00
Ludovic Marcotte
7ca66b4078 (feat) new junk/not junk capability with generic SMTP integration 2016-01-22 10:30:27 -05:00
Francis Lachapelle
b1590f6b2e Update translations 2016-01-18 09:51:22 -05:00
Francis Lachapelle
5c58299458 Update Russian translation 2016-01-14 09:10:56 -05:00
Francis Lachapelle
0a8f52ce7d Update Russian translation 2016-01-13 09:17:20 -05:00
Francis Lachapelle
1b14fee96e Localization 2016-01-05 13:56:40 -05:00
Francis Lachapelle
37f29c06ea Localization 2015-12-15 13:18:06 -05:00
Ludovic Marcotte
f9884e3f55 (fix) added new strings from v3 2015-12-10 14:12:33 -05:00
Ludovic Marcotte
1f98d7cced (fix) fixed broken translations 2015-12-03 15:40:38 -05:00
Ludovic Marcotte
2755a83e65 (fix) remove trailing semicolon everywhere 2015-12-03 15:02:01 -05:00
Francis Lachapelle
9936477f07 Update translations 2015-12-03 13:09:24 -05:00
Francis Lachapelle
a9984d9487 Fix regression when saving mail folders state 2015-11-16 09:01:05 -05:00
Francis Lachapelle
2a90102a81 Update translations 2015-11-11 15:51:33 -05:00
Francis Lachapelle
da230410be Handle ExpandedFolders settings like in v3
This implies a transition where ExpandedFolders can be either a string
or an array.
2015-11-11 13:31:58 -05:00
Francis Lachapelle
f58554a700 Add Macedonian translation 2015-11-11 09:46:01 -05:00
Francis Lachapelle
76b8de1805 Add Portuguese translation 2015-11-10 16:33:11 -05:00
Euan Thoms
eda84c7b5d Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
Enrique J. Hernández
5911563b0f Merge pull request #178 from inverse-inc/v2
Merge from upstream 2.3.2
2015-09-30 14:26:38 +02:00
Juan Vallés
ba68bd8935 Make folderKey encoding consistent
The folder names are encoded through the `asCSSIdentifier` and
`stringByEncodingImap4FolderName` functions when we store them as folder
keys. In addition, the prefix "folder" is added to the key.

The order in which these operations were done when storing the folder
keys (and reverted when retrieving them) wasn't consistent trough the
code. This led to problems such as creating twice a folder with a digit
at the beginning of its name.

The folder name goes now through the following operations when being
stored as a key (the retrieval reverts these in the reverse order):

 * `stringByEncodingImap4FolderName`
 * `asCSSIdentifier`
 * Add "folder" prefix
2015-09-15 09:57:30 +02:00
Ludovic Marcotte
05b330e11b (fix) added changes from PR94 to avoid big merge conflicts 2015-08-03 11:06:30 -04:00
Luc Charland
2d33b01f31 Removing colons
Conflicts:

	UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
	UI/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox
	UI/Templates/MailerUI/UIxMailMainFrame.wox
	UI/Templates/MainUI/SOGoRootPage.wox
	UI/Templates/PreferencesUI/UIxAccountEditor.wox
	UI/Templates/PreferencesUI/UIxPreferences.wox
	UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
	UI/Templates/SchedulerUI/UIxCalMainView.wox
	UI/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox
	UI/WebServerResources/angular-material
2015-08-03 10:12:02 -04:00
Ludovic Marcotte
304ffa2099 (fix) SOGoMaximumMessageSubmissionCount should be independant from SOGoMaximumRecipientCount 2015-07-24 11:19:57 -04:00
Francis Lachapelle
5c017c19fc Update Spanish (Argentina) translation 2015-07-23 11:49:07 -04:00
Francis Lachapelle
5c3cdda186 Add Chinese (Taiwan) translation 2015-07-23 11:14:08 -04:00
Francis Lachapelle
9430f40101 Add Slovenian translation 2015-07-22 17:22:26 -04:00
Francis Lachapelle
a1406d01e1 Initial Basque translation 2015-04-27 13:59:05 -04:00
Jeroen Dekkers
84c199b95a Spelling fix: dictionnary -> dictionary 2015-04-26 13:33:03 +02:00
Francis Lachapelle
cdc74e4984 Update translations 2015-04-09 09:06:19 -04:00
Ludovic Marcotte
f11bcd3373 Avoid using stringByReplacing... since old runtimes don't support it 2015-03-26 13:54:17 -04:00
Francis Lachapelle
69974807b5 Fix Language-Region tags in Web interface
Fixes #3121
2015-03-19 08:35:10 -04:00
Jens Erat
1bdd5dfc90 Remove obsolete archive string from translations 2015-03-13 14:06:58 +01:00
Ludovic Marcotte
eca22caefc Fix for bug #3078 2015-02-05 11:14:53 -05:00
Ludovic Marcotte
086361b79a Avoid GNUstep warnings 2015-01-23 16:16:36 -05:00
Ludovic Marcotte
e2bee23021 Avoid unnecessary calls to NSLog 2015-01-22 16:25:16 -05:00
Ludovic Marcotte
9dd0d6c427 Draft autossave feature 2014-12-11 13:31:32 -05:00
Francis Lachapelle
78ea147383 Update translations 2014-11-21 08:53:12 -05:00
Ludovic Marcotte
1f167d9e82 Fixed IMAP searches with non-ASCII folder names 2014-11-17 11:49:56 -05:00
Ludovic Marcotte
70cd24e111 Fix for bug #2965 2014-10-29 16:42:52 -04:00
Francis Lachapelle
6695aa083f Fix crash when opening a mailbox with empty filter
Fixes #2959
2014-10-17 15:22:38 -04:00
Jeroen Dekkers
6ded9e95b3 Put private libraries in /usr/lib/sogo 2014-10-01 20:36:42 +02:00