From 5d7fb3b5d6bee24555457a5a40d7e8e7af037239 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 24 Aug 2001 20:19:05 +0000 Subject: Don't mark empty strings for translation. Rather, give descriptions and * component-factory.c: Don't mark empty strings for translation. Rather, give descriptions and display names to types "mailstorage" and "vtrash". svn path=/trunk/; revision=12453 --- mail/ChangeLog | 8 ++++++++ mail/component-factory.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 78f053da04..925c1e0879 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-08-24 Ettore Perazzoli + + [Fix #8024, Empty strings marked for translation.] + + * component-factory.c: Don't mark empty strings for translation. + Rather, give descriptions and display names to types "mailstorage" + and "vtrash". + 2001-08-24 Peter Williams * mail-ops.c (remove_folder_get): Save the folder's full_name, unref it, diff --git a/mail/component-factory.c b/mail/component-factory.c index 3a6732f987..b1c729297c 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -94,8 +94,8 @@ static char *exported_dnd_types[] = { static const EvolutionShellComponentFolderType folder_types[] = { { "mail", "evolution-inbox.png", N_("Mail"), N_("Folder containing mail"), TRUE, accepted_dnd_types, exported_dnd_types }, - { "mailstorage", "evolution-inbox.png", N_(""), N_(""), FALSE, NULL, NULL }, - { "vtrash", "evolution-trash.png", N_(""), N_(""), FALSE, accepted_dnd_types, exported_dnd_types }, + { "mailstorage", "evolution-inbox.png", "Mailstorage", N_("Mail storage folder (internal)"), FALSE, NULL, NULL }, + { "vtrash", "evolution-trash.png", N_("Virtual Trash"), N_("Virtual Trash folder"), FALSE, accepted_dnd_types, exported_dnd_types }, { NULL, NULL, NULL, NULL, FALSE, NULL, NULL } }; -- cgit ependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* math/glm: update to 0.9.7.1,1jbeich2015-12-101-0/+1
| | | | | | Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1 PR: 203181 Approved by: maintainer timeout (83 days)
* Convert the rest to USE_GLjbeich2015-09-201-1/+1
| | | | | Tested by: make describe (only touched ports) Approved by: portmgr blanket
* Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.jkim2015-05-091-1/+1
|
* Revert r373755. It did not work because glm 0.9.6.0 removed support forjkim2014-12-051-1/+1
| | | | pre-C++11 compiler AND library. math/glm was reverted to 0.9.5.4 for now.
* Enforce clang or modern gcc to build since recent math/glm update breaksbapt2014-12-021-1/+1
| | | | with gcc from base
* Fix buildbapt2014-10-071-1/+1
|