])
dnl ===========================================================================
-dnl macros to find the a file in the list of include/lib paths
+dnl macros to find a file in the list of include/lib paths
dnl ===========================================================================
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
AC_DEFUN([WX_LINK_PATH_EXIST],
[
- dnl never add -L/usr/libXXX explicitely to libpath
+ dnl never add -L/usr/libXXX explicitly to libpath
if test "$1" = "default location"; then
ac_path_to_link=""
else
}], [ac_cv_c_bigendian=no], [ac_cv_c_bigendian=yes], [ac_cv_c_bigendian=unknown])
fi])
if test $ac_cv_c_bigendian = unknown; then
- AC_MSG_WARN([Assuming little-endian target machine - this may be overriden by adding the line "ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}" to config.cache file])
+ AC_MSG_WARN([Assuming little-endian target machine - this may be overridden by adding the line "ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}" to config.cache file])
fi
if test $ac_cv_c_bigendian = yes; then
AC_DEFINE(WORDS_BIGENDIAN)
$(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)$(WXDLLFLAG)$(CFG)
</set>
- <!-- NB: this is make_var so that it can be overriden on command line
+ <!-- NB: this is make_var so that it can be overridden on command line
like this: nmake -f makefile.vc COMPILER_PREFIX=vc6 -->
<set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>
<set var="TOP_SRCDIR">$(top_srcdir)/</set>
<set var="RUNTIME_LIBS">dynamic</set>
- <set var="WXTOPDIR"/> <!-- to be overriden on bakefile cmd line -->
+ <set var="WXTOPDIR"/> <!-- to be overridden on bakefile cmd line -->
<option name="WITH_PLUGIN_SDL">
<values>0,1</values>
</description>
</option>
- <set var="WXTOPDIR"/> <!-- to be overriden on bakefile cmd line -->
+ <set var="WXTOPDIR"/> <!-- to be overridden on bakefile cmd line -->
<set var="TOOLKIT" overwrite="0">
<if cond="FORMAT=='msevc4prj'">WINCE</if>
<!-- Sets as output folder for the current target a directory
called "$(value)/$(COMPILER_PREFIX)_lib|dll", just like wxWidgets does.
- This makes it possible to keep separed the libraries/exes compiled with
+ This makes it possible to keep separated the libraries/exes compiled with
different compilers and with a different value for WX_SHARED.
-->
<define-tag name="wxlike-dirname" rules="lib,dll,exe,module">
<!-- -->
<!-- Sets the BUILDDIR variable using the same rules used by wxWidgets itself.
- This makes it possible to keep separed the object files compiled with
+ This makes it possible to keep separated the object files compiled with
different configuration settings.
-->
<define-global-tag name="set-wxlike-builddir">
{ (exit 1); exit 1; }; }
done
-# There might be people who depend on the old broken behavior: `$host'
+# There might be people who depend on the old broken behaviour: `$host'
# used to hold the argument of --host etc.
# FIXME: To remove some day.
build=$build_alias
if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
# Implicitly turn on the new --with-macosx-sdk using the default
- # SDK which provides the behavior this option has always had.
+ # SDK which provides the behaviour this option has always had.
if test "x$wxUSE_MACOSX_SDK" = "x"; then
{ echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
if test $ac_cv_c_bigendian = unknown; then
- { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
-echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
+ { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
+echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
fi
if test $ac_cv_c_bigendian = yes; then
cat >>confdefs.h <<\_ACEOF
dnl --enable-universal_binary=SDK names a path to an SDK
if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
# Implicitly turn on the new --with-macosx-sdk using the default
- # SDK which provides the behavior this option has always had.
+ # SDK which provides the behaviour this option has always had.
if test "x$wxUSE_MACOSX_SDK" = "x"; then
AC_MSG_WARN([Enabling default SDK due to --enable-universal_binary.])
AC_MSG_WARN([If you don't want this, specify --without-macosx-sdk])
LDFLAGS_GUI="-mwindows"
fi
-dnl NB: The two tests bellow are *NOT* mutually exclusive! They should only
+dnl NB: The two tests below are *NOT* mutually exclusive! They should only
dnl take effect on Cygwin/Mingw and not other platforms.
if test "$wants_win32" = 1 ; then
USE_UNIX=0
- Virtual wxHtmlParser::AddText() takes wxString, not wxChar*, argument now.
-- Functions that took wxChar* arguments that could by NULL in wxWidgets 2.8
+- Functions that took wxChar* arguments that could be NULL in wxWidgets 2.8
are deprecated and passing NULL to them won't compile anymore, wxEmptyString
must be used instead.
without enclosing parentheses results in warnings from g++ with -Wparentheses,
add parentheses around the if statement body to work around it.
-- wxList::Member() now returns book and not a pointer/iterator. This shouldn't
+- wxList::Member() now returns bool and not a pointer/iterator. This shouldn't
require any changes as it was always meant to be used for checking for the
presence of an element in the list only. If you used it as Find(), simple do
use Find() instead.
dismissed immediately as text control grabbed the focus).
- wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION.
- wxPropertyGrid: added functions for editing property labels.
-- wxPropertyGrid: many fixes to property validation failure behavior. Added
+- wxPropertyGrid: many fixes to property validation failure behaviour. Added
new flags: wxPG_VFB_SHOW_MESSAGEBOX and wxPG_VFB_SHOW_MESSAGE_ON_STATUSBAR.
- wxPropertyGrid: Added wxPropertyGrid::DedicateKey().
- wxPropertyGrid: wxArrayStringProperty now uses wxEditableListBox.
- Unicode support in wxODBC is now fully implemented
- A new data type specific to wxWidgets called SQL_C_WXCHAR has been introduced.
SQL_C_WXCHAR should be used rather than SQL_C_CHAR to ensure transparent
- behavior between Unicode and non-unicode builds
+ behaviour between Unicode and non-unicode builds
- BLOB example added to samples/db (thanks to Casey O'Donnell)
- use wxStream::GetLength() instead of deprecated GetSize()
- wxGetOsDescription() is now more precise (Olly Betts)
- sped up wxHTTP and wxFTP
- added wxStringInput/OutputStreams
- added wxFileConfig::Save(wxOutputStream)
-- fixed wxString's behavior with inserted null characters
+- fixed wxString's behaviour with inserted null characters
All (GUI):
Because the Cocoa view hierarchy isn't a perfect match with the wxWidgets hierarchy, there are some conventions
used to resolve this conflict. The first is that m_cocoaNSView is defined to be the view which most-closely
represents the wxWidgets view. For instance, a wxButton has an NSButton instance and a wxStaticBox has an NSBox
-instance. Unfortunately, wxWidgets defines some behavior that Cocoa cannot directly implement. This is primarily
+instance. Unfortunately, wxWidgets defines some behaviour that Cocoa cannot directly implement. This is primarily
window scrolling (e.g. without using a wxScrolledWindow) and window hiding.
Scrolling is implemented in a separate class known as wxWindowCocoaScrollView. This class does not fit into
What these classes do is provide a Cocoa view that sits between the wxWidget's parent window's view and the
m_cocoaNSView provided by the window. The wxWindow class has a GetNSViewForSuperview() method that returns either
-the m_cocoaNSView (if the window does not need scrolling behavior and is not hidden) or returns the scroll view
+the m_cocoaNSView (if the window does not need scrolling behaviour and is not hidden) or returns the scroll view
for the case of scrolling or the dummy view in the case of hiding. As the name suggests, the method is used
from the parent wxWindow (the superview) when it sends something like an addSubview: message. The method is under
no circumstances intended to be used as the receiver of an addSubview message. In fact, not even the GetNSView()
In addition to the wxWidgets libraries (see @ref page_libs), some utilities
are available to the users in the @c utils hierarchy (even if some of them are
-explicitely coinceived for wxWidgets maintainance and will probably be of
+explicitly conceived for wxWidgets maintainance and will probably be of
little use to others).
Please note that these utilities do represent only the utilities developed
(see http://www.gccxml.org) and of the Doxygen utility (see http://www.doxygen.org)
to do the comparisons.
-It's explicitely designed for wxWidgets documentation needs and is probably of little
+It's explicitly designed for wxWidgets documentation needs and is probably of little
use for anything else than wxWidgets docs reviewing.
You can find it in @c utils/ifacecheck.
The documentation for each archive entry type gives the details of what
meta-data becomes available and when. For generic programming, when the worst
case must be assumed, you can rely on all the fields of wxArchiveEntry being
-fully populated when GetNextEntry() returns, with the the following exceptions:
+fully populated when GetNextEntry() returns, with the following exceptions:
@li wxArchiveEntry::GetSize(): Guaranteed to be available after the entry has
been read to wxInputStream::Eof(), or wxArchiveInputStream::CloseEntry()
probably be used for many other things as well, should be limited to it. It
means that this information should be:
-@li Typed, i.e. strings or numbers for the moment. You can not store binary
+@li Typed, i.e. strings or numbers for the moment. You cannot store binary
data, for example.
@li Small. For instance, it is not recommended to use the Windows registry for
amounts of data more than a couple of kilobytes.
However there are situations where you need to show some particular kind of data
which is not suited to any existing control.
In these cases rather than hacking an existing control for something it has not
-been coinceived for, it's better to write a new widget.
+been conceived for, it's better to write a new widget.
@section overview_customwidgets_how How to write the custom widget
@section propgrid_customizing Customizing Properties (without sub-classing)
In this section are presented miscellaneous ways to have custom appearance
-and behavior for your properties without all the necessary hassle
+and behaviour for your properties without all the necessary hassle
of sub-classing a property class etc.
@subsection propgrid_customimage Setting Value Image
the sizer setup and SetSize calls!</b> (ie. usually at the end of the
frame/dialog constructor)
- Splitter centering behavior can be customized using
+ Splitter centering behaviour can be customized using
wxPropertyGridInterface::SetColumnProportion(). Usually it is used to set
non-equal column proportions, which in essence stops the splitter(s) from
being 'centered' as such, and instead just auto-resized.
incompatible changes from version 1.4, which had a stable API and will remain
as the last separate branch.
-Note that in general any behavior-breaking changes should not compile or run
+Note that in general any behaviour-breaking changes should not compile or run
without warnings or errors.
@subsection propgrid_compat_general General Changes
with keyboard. This change allowed fixing broken tab traversal on wxGTK
(which is open issue in wxPropertyGrid 1.4).
- - wxPG_EX_UNFOCUS_ON_ENTER style is removed and is now default behavior.
+ - wxPG_EX_UNFOCUS_ON_ENTER style is removed and is now default behaviour.
That is, when enter is pressed, editing is considered done and focus
moves back to the property grid from the editor control.
- A few member functions were removed from wxPropertyGridInterface.
Please use wxPGProperty's counterparts from now on.
- - wxPGChoices now has proper Copy-On-Write behavior.
+ - wxPGChoices now has proper Copy-On-Write behaviour.
- wxPGChoices::SetExclusive() was renamed to AllocExclusive().
now use wxPropertyGridInterface::GetEditableState() instead.
- wxPG_EX_DISABLE_TLP_TRACKING is now enabled by default. To get the old
- behavior (recommended if you don't use a system that reparents the grid
+ behaviour (recommended if you don't use a system that reparents the grid
on its own), use the wxPG_EX_ENABLE_TLP_TRACKING extra style.
- Extended window style wxPG_EX_LEGACY_VALIDATORS was removed.
- - Default property validation failure behavior has been changed to
+ - Default property validation failure behaviour has been changed to
(wxPG_VFB_MARK_CELL | wxPG_VFB_SHOW_MESSAGEBOX), which means that the
cell is marked red and wxMessageBox is shown. This is more user-friendly
- than the old behavior, which simply beeped and prevented leaving the
+ than the old behaviour, which simply beeped and prevented leaving the
property editor until a valid value was entered.
- wxPropertyGridManager now has same Get/SetSelection() semantics as
same data.
Note that wxWidgets follows the <em>STL philosophy</em>: when a comparison
-operator can not be implemented efficiently (like for e.g. wxImage's ==
+operator cannot be implemented efficiently (like for e.g. wxImage's ==
operator which would need to compare the entire image's data, pixel-by-pixel),
it's not implemented at all. That's why not all reference counted classes
provide comparison operators.
classes unless their behaviour is different. So in using a class such as
wxScrolledWindow, be aware that wxWindow functions may be relevant.
-Where not explicitely stated, size and position arguments may usually be given a
+Where not explicitly stated, size and position arguments may usually be given a
value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
choose suitable values.
/////////////////////////////////////////////////////////////////////////////
/*
- NOTE: we explicitely don't name wxMutexGUIEnter() and wxMutexGUILeave()
+ NOTE: we explicitly don't name wxMutexGUIEnter() and wxMutexGUILeave()
as they're not safe. See also ticket #10366.
*/
- Using a cast to force the issue (listed only for completeness):
@code printf("Hello, %s", (const char *)s.c_str()) @endcode
- - The result of @c c_str() can not be cast to @c char* but only to @c const @c
+ - The result of @c c_str() cannot be cast to @c char* but only to @c const @c
@c char*. Of course, modifying the string via the pointer returned by this
method has never been possible but unfortunately it was occasionally useful
to use a @c const_cast here to pass the value to const-incorrect functions.
number, and for each new ID, return the next smallest number. This is fine for
systems that can use the full range of negative numbers for IDs, as this
provides more than enough IDs and it would take a very very long time to run
-out and wrap around. However, some systems can not use the full range of the
+out and wrap around. However, some systems cannot use the full range of the
ID value. Windows, for example, can only use 16 bit IDs, and only has about
32000 possible automatic IDs that can be generated by wxWindow::NewControlId.
If the program runs long enough, depending on the program itself, using this
the minimal size.
@li @b "Maximum Size": just like for the minimal size, the maximum size is normally
- explicitely set by the programmer with the wxWindow::SetMaxSize() method or
+ explicitly set by the programmer with the wxWindow::SetMaxSize() method or
with wxWindow::SetSizeHints().
Top-level windows such as wxFrame will not allow the user to resize the frame above
the maximum size.
@endTable
wxWizardPageSimple pages are automatically chained together; wxWizardPage pages
-transitions must be handled programatically.
+transitions must be handled programmatically.
@section overview_xrcformat_sizers Sizers
Compilation with VisualAge
--------------------------
-In addition to VisualAge V3.0 Fixpack 8 you will need the following inorder
+In addition to VisualAge V3.0 Fixpack 8 you will need the following in order
to successfully build and use wxWidgets for OS/2:
1. IBM OS/2 Toolkit Version 4.5 or later
dbtable.cpp. save you changes to temp.def. Delete wx23.def and rename your
temp.def to wx23.def and you are ready to go.
-I hope to clean up the .dll builds at some point before the the library is
+I hope to clean up the .dll builds at some point before the library is
a full fledged production caliber product. Fortunately EMX and Watcom can use
the import and export pragmas successfully negating the need for manual .def
files. VA 3.0, unfortunately in C++ does not properly export the mangled
<LI><P ALIGN=JUSTIFY>Added a new sizer which can wrap across
multiple lines. See <A HREF="http://docs.wxwidgets.org/trunk/classwx_wrap_sizer.html">wxWrapSizer</A>.</P>
<LI><P ALIGN=JUSTIFY>Added multi-sample and anti-aliasing support
- the the OpenGL canvas and separated wxGLCanvas and wxGLContext. See
+ to the OpenGL canvas and separated wxGLCanvas and wxGLContext. See
<A HREF="http://docs.wxwidgets.org/trunk/classwx_g_l_canvas.html">wxGLCanvas</A>.</P>
<LI><P ALIGN=JUSTIFY>Added wxNativeContainerWindow in order to
construct a wxTopLevelWindow from a native window handle (MSW and
Also note that if you use @section and @subsection in the class description
(at the beginning), you should use as the section's anchor name "xxxx_yyyy"
-where "xxxx" is the the class name without the initial "wx" in lowercase
+where "xxxx" is the class name without the initial "wx" in lowercase
and "yyyy" is a lowercase word which uniquely identifies that section.
E.g.:
// returns a wxString for the this accelerator.
// this function formats it using the <flags>-<keycode> format
- // where <flags> maybe a hyphen-separed list of "shift|alt|ctrl"
+ // where <flags> maybe a hyphen-separated list of "shift|alt|ctrl"
wxString ToString() const;
// returns true if the given string correctly initialized this object
virtual void OnKillFocus() { }
protected:
- // these functions may be overriden in the derived classes, but they
+ // these functions may be overridden in the derived classes, but they
// should call the base class version first
virtual bool DoCreate(wxWindowBase *window, int width, int height)
{
If you get an error saying "wxUSE_FOO must be defined", it means that you
are not using the correct up-to-date version of setup.h. This happens most
often when using svn or daily snapshots and a new symbol was added to
- setup0.h and you haven't updated your local setup.h to to reflect it. If
+ setup0.h and you haven't updated your local setup.h to reflect it. If
this is the case, you need to propagate the changes from setup0.h to your
setup.h and, if using makefiles under MSW, also remove setup.h under the
- build directory (lib/$(COMPILER)_{lib,dll}/msw[u][d][dll]/wx) so that it
+ build directory (lib/$(COMPILER)_{lib,dll}/msw[u][d][dll]/wx) so that
the new setup.h is copied there.
If you get an error of the form "wxFoo requires wxBar", then the settings
// ========================================================================
/*!
@class wxNSApplicationDelegate
- @discussion Implements an NSApplication delegate which can respond to messages sent by Cocoa to change Cocoa's behavior.
+ @discussion Implements an NSApplication delegate which can respond to messages sent by Cocoa to change Cocoa's behaviour.
wxCocoa will set a singleton instance of this class as the NSApplication delegate upon startup unless wxWidgets is running
in a "plugin" manner in which case it would not be appropriate to do this.
// _s_objc_class_ptr_ObjcClass:
// .long L_OBJC_CLASS_ObjcClass
// Once that static symbol is defined, the function implementation is easy for GCC to generate.
-// Do note that return &s_objc_class_data_ObjcClass won't work. The code is wrong in the case.
+// Do note that return &s_objc_class_data_ObjcClass won't work. The code is wrong in this case.
#define WX_IMPLEMENT_OBJC_GET_COMPILED_CLASS(ObjcClass) \
extern "C" objc_class s_objc_class_data_ ## ObjcClass asm("L_OBJC_CLASS_" #ObjcClass); \
static objc_class * s_objc_class_ptr_ ## ObjcClass = &s_objc_class_data_ ## ObjcClass; \
}
// TODO: __x86_64__, __ppc64__
-#else // Can't wrie inline asm to bust into __OBJC segment
+#else // Can't write inline asm to bust into __OBJC segment
// This won't be used since the generic implementation takes precedence.
#warning "Don't know how to implement wxObjcCompilerInformation<ObjcClass>::GetCompiledClass on this platform"
virtual void Cocoa_synthesizeMouseMoved(void) {}
/*!
Flag as to whether we're scrolling for a native view or a custom
- wxWindow. This controls the scrolling behavior. When providing
+ wxWindow. This controls the scrolling behaviour. When providing
scrolling for a native view we don't catch scroller action messages
and thus don't send scroll events and we don't actually scroll the
window when the application calls ScrollWindow.
virtual void SetString(unsigned int n, const wxString& label);
// change the individual radio button state
protected:
- // We don't want the typical wxCocoaNSBox behavior because our real
+ // We don't want the typical wxCocoaNSBox behaviour because our real
// implementation is by using an NSMatrix as the NSBox's contentView.
WX_NSMatrix GetNSMatrix() const;
void AssociateNSBox(WX_NSBox theBox);
wxCC_IFLAG_CREATED = 0x0100,
// Internal use: really put button outside
wxCC_IFLAG_BUTTON_OUTSIDE = 0x0200,
- // Internal use: SetMargins has been succesfully called
+ // Internal use: SetMargins has been successfully called
wxCC_IFLAG_LEFT_MARGIN_SET = 0x0400,
// Internal use: Set wxTAB_TRAVERSAL to parent when popup is dismissed
wxCC_IFLAG_PARENT_TAB_TRAVERSAL = 0x0800,
wxRect m_tcArea;
wxRect m_btnArea;
- // Colour of the the text area, in case m_text is NULL
+ // Colour of the text area, in case m_text is NULL
wxColour m_tcBgCol;
// current button state (uses renderer flags)
// the time in the current time zone
Local,
- // zones from GMT (= Greenwhich Mean Time): they're guaranteed to be
+ // zones from GMT (= Greenwich Mean Time): they're guaranteed to be
// consequent numbers, so writing something like `GMT0 + offset' is
// safe if abs(offset) <= 12
wxCHECK_RET( p != NULL, "pointer can't be NULL" )
*/
-// the generic macro: takes the condition to check, the statement to be execute
+// the generic macro: takes the condition to check, the statement to be executed
// in case the condition is false and the message to pass to the assert handler
#define wxCHECK2_MSG(cond, op, msg) \
if ( cond ) \
virtual wxIDirectFBSurfacePtr ObtainDfbSurface() const;
- // overriden wxWindow methods
+ // overridden wxWindow methods
virtual void DoGetPosition(int *x, int *y) const;
virtual void DoGetSize(int *width, int *height) const;
virtual void DoMoveWindow(int x, int y, int width, int height);
// wxWindows as in wx
void SetDfbFocus();
- // overriden in wxTopLevelWindowDFB, there's no common handling for wxTLW
+ // overridden in wxTopLevelWindowDFB, there's no common handling for wxTLW
// and wxPopupWindow to be done here
virtual void HandleFocusEvent(const wxDFBWindowEvent& WXUNUSED(event_)) {}
bool m_savedYet;
// Called by OnSaveDocument and OnOpenDocument to implement standard
- // Save/Load behavior. Re-implement in derived class for custom
- // behavior.
+ // Save/Load behaviour. Re-implement in derived class for custom
+ // behaviour.
virtual bool DoSaveDocument(const wxString& file);
virtual bool DoOpenDocument(const wxString& file);
virtual void SetBezelFace(int w);
virtual int GetBezelFace() const;
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
protected:
void SetPrintData(const wxPrintData& data);
wxPrintData& GetPrintData() { return m_printData; }
- // overriden for wxPrinterDC Impl
+ // overridden for wxPrinterDC Impl
virtual wxRect GetPaperRect() const;
virtual int GetResolution() const;
void SetPalette(const wxPalette& WXUNUSED(palette)) { }
void SetResolution(int ppi);
- // overriden for wxPrinterDC Impl
+ // overridden for wxPrinterDC Impl
virtual int GetResolution() const;
virtual wxRect GetPaperRect() const;
unsigned char *m_colorCube;
- // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
+ // Used by the wxGLApp and wxGLCanvas class for GL-based X visual
// selection.
void *m_glVisualInfo; // this is actually an XVisualInfo*
void *m_glFBCInfo; // this is actually an GLXFBConfig*
// flag set to true while we're inside "switch_page" callback
bool m_inSwitchPage;
- // flag set to true when the switch-page signal has been programatically generated
+ // flag set to true when the switch-page signal has been programmatically generated
bool m_skipNextPageChangeEvent;
protected:
// OnInternalIdle
virtual void OnInternalIdle();
- // Internal represention of Update()
+ // Internal representation of Update()
void GtkUpdate();
// For compatibility across platforms (not in event table)
wxHtmlTagsCache *cache);
// Adds text to the output.
- // This is called from Parse() and must be overriden in derived classes.
+ // This is called from Parse() and must be overridden in derived classes.
// txt is not guaranteed to be only one word. It is largest continuous part
// of text (= not broken by tags)
virtual void AddText(const wxString& txt) = 0;
// Adds tag and proceeds it. Parse() may (and usually is) called from this method.
- // This is called from Parse() and may be overriden.
- // Default behavior is that it looks for proper handler in m_Handlers. The tag is
+ // This is called from Parse() and may be overridden.
+ // Default behaviour is that it looks for proper handler in m_Handlers. The tag is
// ignored if no hander is found.
// Derived class is *responsible* for filling in m_Handlers table.
virtual void AddTag(const wxHtmlTag& tag);
/**
Called by HandleMouseClick when the user clicks on a cell.
- Default behavior is to call wxHtmlWindowInterface::OnLinkClicked()
+ Default behaviour is to call wxHtmlWindowInterface::OnLinkClicked()
if this cell corresponds to a hypertext link.
@param cell the cell the mouse is over
// (depending on the information passed to SetRelatedFrame() method)
virtual void OnSetTitle(const wxString& title);
- // Called when user clicked on hypertext link. Default behavior is to
+ // Called when user clicked on hypertext link. Default behaviour is to
// call LoadPage(loc)
virtual void OnLinkClicked(const wxHtmlLinkInfo& link);
enum wxMediaCtrlPlayerControls
{
wxMEDIACTRLPLAYERCONTROLS_NONE = 0,
- //Step controls like fastfoward, step one frame etc.
+ //Step controls like fastforward, step one frame etc.
wxMEDIACTRLPLAYERCONTROLS_STEP = 1 << 0,
//Volume controls like the speaker icon, volume slider, etc.
wxMEDIACTRLPLAYERCONTROLS_VOLUME = 1 << 1,
virtual void SetRange(int range);
virtual void SetValue(int pos);
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool SetForegroundColour(const wxColour& col);
virtual bool SetBackgroundColour(const wxColour& col);
// get StdKey from root HKEY
static StdKey GetStdKeyFromHkey(WXHKEY hkey);
- // extacts the std key prefix from the string (return value) and
+ // extracts the std key prefix from the string (return value) and
// leaves only the part after it (i.e. modifies the string passed!)
static StdKey ExtractKeyName(wxString& str);
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticLineNameStr );
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
// usually overridden base class virtuals
wxBitmap GetBitmap() const
{ wxASSERT( !m_bIsIcon ); return *(wxBitmap *)m_pImage; }
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
virtual MRESULT OS2WindowProc( WXUINT uMsg
,WXWPARAM wParam
);
//
- // overriden base class virtuals
+ // overridden base class virtuals
//
inline virtual bool AcceptsFocus(void) const { return FALSE; }
inline static int GetDefaultSize(void) { return 2; }
//
- // Overriden base class virtuals
+ // Overridden base class virtuals
//
inline virtual bool AcceptsFocus(void) const {return FALSE;}
virtual bool SetFont(const wxFont &rFont);
//
- // Overriden base class virtuals
+ // Overridden base class virtuals
//
virtual bool AcceptsFocus() const { return FALSE; }
}
void SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; }
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
protected:
@param p The raw pointer to assume ownership of. May be NULL.
@discussion Like shared_ptr, it is assumed that the caller has a strong reference to p and intends
to transfer ownership of that reference to this ref holder. If the object comes from
- a Create or Copy method then this is the correct behavior. If the object comes from
+ a Create or Copy method then this is the correct behaviour. If the object comes from
a Get method then you must CFRetain it yourself before passing it to this constructor.
A handy way to do this is to use the non-member wxCFRefFromGet factory funcion.
This method is templated and takes an otherType *p. This prevents implicit conversion
@param p The raw pointer to assume ownership of. May be NULL.
@discussion Like shared_ptr, it is assumed that the caller has a strong reference to p and intends
to transfer ownership of that reference to this ref holder. If the object comes from
- a Create or Copy method then this is the correct behavior. If the object comes from
+ a Create or Copy method then this is the correct behaviour. If the object comes from
a Get method then you must CFRetain it yourself before passing it to this constructor.
A handy way to do this is to use the non-member wxCFRefFromGet factory funcion.
This method is templated and takes an otherType *p. This prevents implicit conversion
}
/*! @function CFRelease
- @abstract Overloads CFRelease so that the user is warned of bad behavior.
+ @abstract Overloads CFRelease so that the user is warned of bad behaviour.
@discussion It is rarely appropriate to retain or release a wxCFRef. If one absolutely
must do it he can explicitly get() the raw pointer
Normally, this function is unimplemented resulting in a linker error if used.
inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
/*! @function CFRetain
- @abstract Overloads CFRetain so that the user is warned of bad behavior.
+ @abstract Overloads CFRetain so that the user is warned of bad behaviour.
@discussion It is rarely appropriate to retain or release a wxCFRef. If one absolutely
must do it he can explicitly get() the raw pointer
Normally, this function is unimplemented resulting in a linker error if used.
// for the carbon and cocoa environment.
// ATTENTION
// All methods assume that the passed column pointers are
-// valid (unless a NULL pointer is explicitely allowed
+// valid (unless a NULL pointer is explicitly allowed
// to be passed)!
// ATTENTION
// ---------------------------------------------------------
wxWindowMac *FindItemByHWND(WXHWND hWnd, bool controlOnly = false) const;
virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
- // this should not be overriden in classes above wxWindowMac
+ // this should not be overridden in classes above wxWindowMac
// because it is called from its destructor via DeleteChildren
virtual void RemoveChild( wxWindowBase *child );
virtual void SetRange(int range);
virtual void SetValue(int pos);
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool SetForegroundColour(const wxColour& col);
virtual bool SetBackgroundColour(const wxColour& col);
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
protected:
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticLineNameStr );
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
protected:
@remarks wxPropertyGrid will automatically unfocus the editor when
wxEVT_COMMAND_TEXT_ENTER is received and when it results in
property value being modified. This happens regardless of
- editor type (ie. behavior is same for any wxTextCtrl and
+ editor type (ie. behaviour is same for any wxTextCtrl and
wxComboBox based editor).
*/
virtual bool OnEvent( wxPropertyGrid* propgrid, wxPGProperty* property,
/**
Creates property grid for the manager. Reimplement in derived class to
- use subclassed wxPropertyGrid. However, if you you do this then you
+ use subclassed wxPropertyGrid. However, if you do this then you
must also use the two-step construction (ie. default constructor and
Create() instead of constructor with arguments) when creating the
manager.
If property is selected, then indicates that validation failed for pending
value.
- If property is not selected, then indicates that the the actual property
- value has failed validation (NB: this behavior is not currently supported,
+ If property is not selected, that indicates that the actual property
+ value has failed validation (NB: this behaviour is not currently supported,
but may be used in future).
*/
wxPG_PROP_INVALID_VALUE = 0x0040,
#define wxPG_DIR_DIALOG_MESSAGE wxS("DialogMessage")
/**
- wxArrayStringProperty's string delimiter character. If this is aquotation
+ wxArrayStringProperty's string delimiter character. If this is a quotation
mark or hyphen, then strings will be quoted instead (with given
character).
#define wxPG_DATE_PICKER_STYLE wxS("PickerStyle")
/** SpinCtrl editor, int or double. How much number changes when button is
- pressed (or up/down on keybard).
+ pressed (or up/down on keyboard).
*/
#define wxPG_ATTR_SPINCTRL_STEP wxS("Step")
You might want to take into account that m_value is Null variant
if property value is unspecified (which is usually only case if
- you explicitly enabled that sort behavior).
+ you explicitly enabled that sort behaviour).
*/
virtual bool StringToValue( wxVariant& variant,
const wxString& text,
instead of OnEvent.
- You might want to take into account that m_value is Null variant if
property value is unspecified (which is usually only case if you
- explicitly enabled that sort behavior).
+ explicitly enabled that sort behaviour).
*/
virtual bool IntToValue( wxVariant& value,
int number,
virtual wxString ValueToString( wxVariant& value, int argFlags = 0 ) const;
/** Converts string to a value, and if successful, calls SetValue() on it.
- Default behavior is to do nothing.
+ Default behaviour is to do nothing.
@param text
String to get the value from.
@return
*/
bool SetValueFromString( const wxString& text, int flags = wxPG_PROGRAMMATIC_VALUE );
- /** Converts integer to a value, and if succesful, calls SetValue() on it.
- Default behavior is to do nothing.
+ /** Converts integer to a value, and if successful, calls SetValue() on it.
+ Default behaviour is to do nothing.
@param value
Int to get the value from.
@param flags
@param item
Normally -1, but can be an index to the property's list of items.
@remarks
- - Default behavior is to return wxSize(0,0), which means no image.
+ - Default behaviour is to return wxSize(0,0), which means no image.
- Default image width or height is indicated with dimension -1.
- You can also return wxPG_DEFAULT_IMAGE_SIZE, i.e. wxSize(-1, -1).
*/
/**
Called after value of a child property has been altered. Must return
- new value of the whole property (after any alterations warrented by
+ new value of the whole property (after any alterations warranted by
child's new value).
Note that this function is usually called at the time that value of
/** Returns true if property has editable wxTextCtrl when selected.
@remarks
- Altough disabled properties do not displayed editor, they still
+ Although disabled properties do not displayed editor, they still
return True here as being disabled is considered a temporary
condition (unlike being read-only or having limited editing enabled).
*/
wxIntProperty, wxUIntProperty, wxFloatProperty, wxEditEnumProperty.
@param enable
- Whether to enable or disable this behavior (it is disabled by
+ Whether to enable or disable this behaviour (it is disabled by
default).
*/
void SetAutoUnspecified( bool enable = true )
wxPG_BOLD_MODIFIED = 0x00000040,
/** Using this style, the column splitters move automatically based on column
- proportions (default is equal proportion for every column). This behavior
+ proportions (default is equal proportion for every column). This behaviour
stops once the user manually moves a splitter, and returns when a
splitter is double-clicked.
*/
wxPG_EX_HELP_AS_TOOLTIPS = 0x00010000,
-/** Prevent TAB from focusing to wxButtons. This behavior was default
+/** Prevent TAB from focusing to wxButtons. This behaviour was default
in version 1.2.0 and earlier.
NOTE! Tabbing to button doesn't work yet. Problem seems to be that on wxMSW
atleast the button doesn't properly propagate key events (yes, I'm using
// -----------------------------------------------------------------------
-/** @section propgrid_vfbflags wxPropertyGrid Validation Failure Behavior Flags
+/** @section propgrid_vfbflags wxPropertyGrid Validation Failure behaviour Flags
@{
*/
{
/** Prevents user from leaving property unless value is valid. If this
- behavior flag is not used, then value change is instead cancelled.
+ behaviour flag is not used, then value change is instead cancelled.
*/
wxPG_VFB_STAY_IN_PROPERTY = 0x01,
To customize the way the message is displayed, you need to
reimplement wxPropertyGrid::DoShowPropertyError() in a
- derived class. Default behavior is to display the text on
+ derived class. Default behaviour is to display the text on
the top-level frame's status bar, if present, and otherwise
using wxMessageBox.
*/
}
/**
- @return Returns failure behavior which is a combination of
+ @return Returns failure behaviour which is a combination of
@ref propgrid_vfbflags.
*/
wxPGVFBFlags GetFailureBehavior() const
return *m_pValue;
}
- /** Set validation failure behavior
+ /** Set validation failure behaviour
@param failureBehavior
Mixture of @ref propgrid_vfbflags.
*/
wxString m_failureMessage;
- /** Validation failure behavior. Use wxPG_VFB_XXX flags.
+ /** Validation failure behaviour. Use wxPG_VFB_XXX flags.
*/
wxPGVFBFlags m_failureBehavior;
Return true if user is allowed to change to another property even
if current has invalid value.
@remarks
- To add your own validation failure behavior, override
+ To add your own validation failure behaviour, override
wxPropertyGrid::DoOnValidationFailure().
*/
bool OnValidationFailure( wxPGProperty* property,
/**
Return wxStatusBar that is used by this wxPropertyGrid. You can
reimplement this member function in derived class to override
- the default behavior of using the top-level wxFrame's status
+ the default behaviour of using the top-level wxFrame's status
bar, if any.
*/
virtual wxStatusBar* GetStatusBar();
#endif
- /** Override to customize property validation failure behavior.
+ /** Override to customize property validation failure behaviour.
@param invalidValue
Value which failed in validation.
@return
/**
Runs all validation functionality (includes sending wxEVT_PG_CHANGING).
Returns true if all tests passed. Implement in derived class to
- add additional validation behavior.
+ add additional validation behaviour.
*/
virtual bool PerformValidation( wxPGProperty* p,
wxVariant& pendingValue,
}
/**
- Set override validation failure behavior.
+ Set override validation failure behaviour.
Only effective if Veto was also called, and only allowed if event type
is wxEVT_PG_CHANGING.
// Used when dealing with fragments of composite string value
wxPG_COMPOSITE_FRAGMENT = 0x00000010,
- // Means property for which final string value is for can not really be
+ // Means property for which final string value is for cannot really be
// edited.
wxPG_UNEDITABLE_COMPOSITE_FRAGMENT = 0x00000020,
If there is no property with such name, @NULL pointer is returned.
@remarks Properties which have non-category, non-root parent
- can not be accessed globally by their name. Instead, use
+ cannot be accessed globally by their name. Instead, use
"<property>.<subproperty>" instead of "<subproperty>".
*/
wxPGProperty* GetProperty( const wxString& name ) const
wxString SaveEditableState( int includedStates = AllStates ) const;
/**
- Lets user to set the strings listed in the choice dropdown of a
+ Lets user set the strings listed in the choice dropdown of a
wxBoolProperty. Defaults are "True" and "False", so changing them to,
say, "Yes" and "No" may be useful in some less technical applications.
*/
void CheckColumnWidths( int widthChange = 0 );
/**
- Override this member function to add custom behavior on property
+ Override this member function to add custom behaviour on property
deletion.
*/
virtual void DoDelete( wxPGProperty* item, bool doDelete = true );
wxPGProperty* DoGetItemAtY( int y ) const;
/**
- Override this member function to add custom behavior on property
+ Override this member function to add custom behaviour on property
insertion.
*/
virtual wxPGProperty* DoInsert( wxPGProperty* parent,
Basic property with string value.
<b>Supported special attributes:</b>
- - "Password": set to 1 inorder to enable wxTE_PASSWORD on the editor.
+ - "Password": set to 1 in order to enable wxTE_PASSWORD on the editor.
@remarks
- If value "<composed>" is set, then actual value is formed (or composed)
@ingroup classes
Represents a bit set that fits in a long integer. wxBoolProperty
sub-properties are created for editing individual bits. Textctrl is created
- to manually edit the flags as a text; a continous sequence of spaces,
+ to manually edit the flags as a text; a continuous sequence of spaces,
commas and semicolons is considered as a flag id separator.
<b>Note:</b> When changing "choices" (ie. flag labels) of wxFlagsProperty,
you will need to use SetPropertyChoices - otherwise they will not get
// this function tries its best to deliver the size in bytes using BINARY
// (the SIZE command reports different sizes depending on whether
// type is set to ASCII or BINARY)
- // returns -1 if file is non-existant or size could not be found
+ // returns -1 if file is non-existent or size could not be found
int GetFileSize(const wxString& fileName);
// Check to see if a file exists in the current dir
return wxIcon();
}
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
virtual bool HasTransparentBackground() { return true; }
public:
wxStaticBoxBase() { }
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
virtual bool HasTransparentBackground() { return true; }
// get the default size for the "lesser" dimension of the static line
static int GetDefaultSize() { return 2; }
- // overriden base class virtuals
+ // overridden base class virtuals
virtual bool AcceptsFocus() const { return false; }
protected:
// This function will modify the value returned by GetLabel()!
void Wrap(int width);
- // overriden base virtuals
+ // overridden base virtuals
virtual bool AcceptsFocus() const { return false; }
virtual bool HasTransparentBackground() { return true; }
// Set the display mode of visual flags for wrapped lines.
void SetWrapVisualFlags(int wrapVisualFlags);
- // Retrive the display mode of visual flags for wrapped lines.
+ // Retrieve the display mode of visual flags for wrapped lines.
int GetWrapVisualFlags() const;
// Set the location of visual flags for wrapped lines.
void SetWrapVisualFlagsLocation(int wrapVisualFlagsLocation);
- // Retrive the location of visual flags for wrapped lines.
+ // Retrieve the location of visual flags for wrapped lines.
int GetWrapVisualFlagsLocation() const;
// Set the start indent for wrapped lines.
void SetWrapStartIndent(int indent);
- // Retrive the start indent for wrapped lines.
+ // Retrieve the start indent for wrapped lines.
int GetWrapStartIndent() const;
// Sets how wrapped sublines are placed. Default is fixed.
// Delete forwards from the current position to the end of the line.
void DelLineRight();
- // Get and Set the xOffset (ie, horizonal scroll position).
+ // Get and Set the xOffset (ie, horizontal scroll position).
void SetXOffset(int newOffset);
int GetXOffset() const;
- // The following methods are nearly equivallent to their similarly named
+ // The following methods are nearly equivalent to their similarly named
// cousins above. The difference is that these methods bypass wxString
// and always use a char* even if used in a unicode build of wxWidgets.
// In that case the character data will be utf-8 encoded since that is
{ return const_cast<wxFormatString*>(this)->AsChar(); }
private:
// InputAsChar() returns the value passed to ctor, only converted
- // to char, while AsChar() takes the the string returned by InputAsChar()
+ // to char, while AsChar() takes the string returned by InputAsChar()
// and does format string conversion on it as well (and similarly for
// ..AsWChar() below)
const char* InputAsChar();
// Some compilers (VC6, Borland, g++ < 3.3) have problem with template specialization.
// However, this is only used for optimization purposes (a smaller wxWeakRef pointer)
// (and the corner case of wxWeakRef<wxObject>). So for those compilers, we can fall
-// back to the non-optimal case, where we use a the same type of weak ref (static one)
+// back to the non-optimal case, where we use the same type of weak ref (static one)
// in all cases. See defs.h for various setting these defines depending on compiler.
#if !defined(HAVE_PARTIAL_SPECIALIZATION) || \
void Centre(int dir = wxBOTH) { DoCentre(dir); }
void Center(int dir = wxBOTH) { DoCentre(dir); }
- // centre with respect to the the parent window
+ // centre with respect to the parent window
void CentreOnParent(int dir = wxBOTH) { DoCentre(dir); }
void CenterOnParent(int dir = wxBOTH) { CentreOnParent(dir); }
// Call these to override what GetBestSize() returns. This
- // method is only virtual because it is overriden in wxTLW
+ // method is only virtual because it is overridden in wxTLW
// as a different API for SetSizeHints().
virtual void SetMinSize(const wxSize& minSize);
virtual void SetMaxSize(const wxSize& maxSize);
// (GetBorderSize() will be used to add them)
virtual wxSize DoGetBestClientSize() const { return wxDefaultSize; }
- // this is the virtual function to be overriden in any derived class which
+ // this is the virtual function to be overridden in any derived class which
// wants to change how SetSize() or Move() works - it is called by all
// versions of these functions in the base class
virtual void DoSetSize(int x, int y,
virtual ~wxXmlNode();
- // copy ctor & operator=. Note that this does NOT copy syblings
+ // copy ctor & operator=. Note that this does NOT copy siblings
// and parent pointer, i.e. m_parent and m_next will be NULL
// after using copy ctor and are never unmodified by operator=.
// On the other hand, it DOES copy children and attributes.
/**
Creates the control with the given @a anim animation.
- After control creation you must explicitely call Play() to start to play
+ After control creation you must explicitly call Play() to start to play
the animation. Until that function won't be called, the first frame
of the animation is displayed.
You may use OnExit() to clean up anything initialized here, provided
that the function returns @true.
- Notice that if you want to to use the command line processing provided by
+ Notice that if you want to use the command line processing provided by
wxWidgets you have to call the base class version in the derived class
OnInit().
For generic programming, when the worst case must be assumed, you can rely on
all the fields of wxArchiveEntry being fully populated when
- wxArchiveInputStream::GetNextEntry() returns, with the the following exceptions:
+ wxArchiveInputStream::GetNextEntry() returns, with the following exceptions:
@li GetSize(): guaranteed to be available after the entry has been read to Eof(),
or CloseEntry() has been called;
/**
- @todo wxAuiManager behavior style flags.
+ @todo wxAuiManager behaviour style flags.
*/
enum wxAuiManagerOption
{
wxAuiManager manages the panes associated with it for a particular wxFrame,
using a pane's wxAuiPaneInfo information to determine each pane's docking
- and floating behavior.
+ and floating behaviour.
wxAuiManager uses wxWidgets' sizer mechanism to plan the layout of each
frame. It uses a replaceable dock art class to do all drawing, so all
public:
/**
Constructor. @a managed_wnd specifies the wxFrame which should be managed.
- @a flags specifies options which allow the frame management behavior
+ @a flags specifies options which allow the frame management behaviour
to be modified.
*/
wxAuiManager(wxWindow* managed_wnd = NULL,
/**
This method is used to specify wxAuiManager's settings flags. @a flags
- specifies options which allow the frame management behavior to be modified.
+ specifies options which allow the frame management behaviour to be modified.
*/
void SetFlags(unsigned int flags);
/**
This function should be used instead of changing
@c wxCAL_NO_MONTH_CHANGE style bit. It allows or disallows the user to
- change the month interactively. Note that if the month can not be
- changed, the year can not be changed neither.
+ change the month interactively. Note that if the month cannot be
+ changed, the year cannot be changed neither.
@return @true if the value of this option really changed or @false if
it was already set to the requested value.
/**
@class wxConfigBase
- wxConfigBase defines the basic interface of all config classes. It can not
+ wxConfigBase defines the basic interface of all config classes. It cannot
be used by itself (it is an abstract base class) and you will always use
one of its derivations: wxFileConfig, wxRegConfig or any other.
a device unit is a @e pixel. For a printer, the device unit is defined by the
resolution of the printer (usually given in @c DPI: dot-per-inch).
- All wxDC functions use instead @b logical units, unless where explicitely
+ All wxDC functions use instead @b logical units, unless where explicitly
stated. Logical units are arbitrary units mapped to device units using
the current mapping mode (see wxDC::SetMapMode).
Returns the size (in bytes) of all files recursively found in @c dir or
@c wxInvalidSize in case of error.
- In case it happens that while traversing folders a file's size can not
+ In case it happens that while traversing folders a file's size cannot
be read, that file is added to the @a filesSkipped array, if not @NULL,
and then skipped. This usually happens with some special folders which
are locked by the operating system or by another process. Remember that
If wxDefaultVideoMode is passed in as the mode parameter, the defined
behaviour is that wxDisplay will reset the video mode to the default
- mode used by the display. On Windows, the behavior is normal. However,
+ mode used by the display. On Windows, the behaviour is normal. However,
there are differences on other platforms. On Unix variations using X11
extensions it should behave as defined, but some irregularities may
occur.
functions are inline, so they do not take @e any space at all.
wxWidgets has three different kinds of array. All of them derive from
- wxBaseArray class which works with untyped data and can not be used
+ wxBaseArray class which works with untyped data and cannot be used
directly. The standard macros WX_DEFINE_ARRAY(), WX_DEFINE_SORTED_ARRAY()
and WX_DEFINE_OBJARRAY() are used to define a new class deriving from it.
The classes declared will be called in this documentation wxArray,
/**
This macro may be used to delete all elements of the array before emptying
- it. It can not be used with wxObjArrays - but they will delete their
+ it. It cannot be used with wxObjArrays - but they will delete their
elements anyway when you call Empty().
*/
#define WX_CLEAR_ARRAY(wxArray_arrayToBeCleared)
or test if it can be opened for writing with Access(). */
write,
- /** Open file for reading and writing; can not be used with Access() */
+ /** Open file for reading and writing; cannot be used with Access() */
read_write,
/** Open file for appending: the file is opened for writing, but the old contents
of the file are not erased and the file pointer is initially placed at the end
- of the file; can not be used with Access().
+ of the file; cannot be used with Access().
This is the same as OpenMode::write if the file doesn't exist.
*/
@endStyleTable
The default frame style is for normal, resizeable frames.
- To create a frame which can not be resized by user, you may use the following
+ To create a frame which cannot be resized by user, you may use the following
combination of styles:
@code
gauge move a bit to indicate the user that some progress has been made.
@note After calling this function the value returned by GetValue() is
- undefined and thus you need to explicitely call SetValue() if you
+ undefined and thus you need to explicitly call SetValue() if you
want to restore the determinate mode.
*/
virtual void Pulse();
This function is simple event handler.
Each time the user clicks mouse button over a cell within wxHtmlWindow
this method of that cell is called.
- Default behavior is to call wxHtmlWindow::LoadPage.
+ Default behaviour is to call wxHtmlWindow::LoadPage.
@param window
interface to the parent HTML window
(it may also be set or changed later with wxVListBox::SetItemCount).
There are no special styles defined for wxHtmlListBox, in particular the
- wxListBox styles (with the exception of @c wxLB_MULTIPLE) can not be used here.
+ wxListBox styles (with the exception of @c wxLB_MULTIPLE) cannot be used here.
Returns @true on success or @false if the control couldn't be created
*/
The function is case-insensitive to @a name.
If the given option is not present, the function returns 0.
- Use HasOption() is 0 is a possibly valid value for the option.
+ Use HasOption() if 0 is a possibly valid value for the option.
Generic options:
@li @c wxIMAGE_OPTION_MAX_WIDTH and @c wxIMAGE_OPTION_MAX_HEIGHT: If either
/**
Initializes all available image handlers.
- This function call wxImage::AddHandler() for all the available image
+ This function calls wxImage::AddHandler() for all the available image
handlers (see @ref image_handlers for the full list). Calling it is the
simplest way to initialize wxImage but it creates and registers even the
handlers your program may not use. If you want to avoid the overhead of
for further information on how to use the class.
Below we documented both the supported STL and the legacy API
that originated from the old wxList class and which can still be used alternatively
- for the the same class.
+ for the same class.
Note that if you compile wxWidgets in STL mode (@c wxUSE_STL defined as 1)
then wxList<T> will actually derive from @c std::list and just add a legacy
such as the original file name or the charset (for the text documents).
These parameters may be useful to the program used to open, edit, view or
print the message, so, for example, an e-mail client program will have to
- pass them to this program. Because wxFileType itself can not know about
+ pass them to this program. Because wxFileType itself cannot know about
these parameters, it uses MessageParameters class to query them.
The default implementation only requires the caller to provide the file name
// for the key existence if necessary.
wxRegKey key(wxRegKey::HKLM, "Software\\MyKey");
- // Create a new value "MYVALUE" and set it to 12.
+ // Create a new value "MyValue" and set it to 12.
key.SetValue("MyValue", 12);
// Read the value back.
(It will, of course, be larger or smaller in the preview image, depending on the
zoom factor.)
- Use this if you want WYSIWYG behavior, e.g., in a text editor.
+ Use this if you want WYSIWYG behaviour, e.g., in a text editor.
*/
void MapScreenSizeToPaper();
Like Update() but makes the gauge control run in indeterminate mode.
In indeterminate mode the remaining and the estimated time labels (if
- present) are set to to "Unknown" or to @a newmsg (if it's non-empty).
+ present) are set to "Unknown" or to @a newmsg (if it's non-empty).
Each call to this function moves the progress bar a bit to indicate
that some progress was done.
@remarks wxPropertyGrid will automatically unfocus the editor when
@c wxEVT_COMMAND_TEXT_ENTER is received and when it results in
property value being modified. This happens regardless of
- editor type (ie. behavior is same for any wxTextCtrl and
+ editor type (ie. behaviour is same for any wxTextCtrl and
wxComboBox based editor).
*/
virtual bool OnEvent( wxPropertyGrid* propgrid, wxPGProperty* property,
/**
Creates property grid for the manager. Reimplement in derived class to
- use subclassed wxPropertyGrid. However, if you do this then you
- must also use the two-step construction (i.e. default constructor and
+ use subclassed wxPropertyGrid. However, if you do this then you
+ must also use the two-step construction (ie. default constructor and
Create() instead of constructor with arguments) when creating the
manager.
*/
value.
If property is not selected, then indicates that the actual property
- value has failed validation (NB: this behavior is not currently supported,
- but may be used in future).
+ value has failed validation (NB: this behaviour is not currently supported,
+ but may be used in the future).
*/
wxPG_PROP_INVALID_VALUE = 0x0040,
Note that when displaying the value, sign is omitted if the resulting
textual representation is effectively zero (for example, -0.0001 with
- precision of 3 will become 0.0 instead of -0.0). This behavior is unlike
+ precision of 3 will become 0.0 instead of -0.0). This behaviour is unlike
what C standard library does, but should result in better end-user
experience in almost all cases.
@subsection wxBoolProperty
Represents a boolean value. wxChoice is used as editor control, by the
+<<<<<<< .mine
+ default. wxPG_BOOL_USE_CHECKBOX attribute can be set to true in order to
+ use check box instead.
+=======
default. wxPG_BOOL_USE_CHECKBOX attribute can be set to true in order to use
check box instead.
+>>>>>>> .r67279
@subsection wxLongStringProperty
Like wxLongStringProperty, but the button triggers file selector instead.
Default wildcard is "All files..." but this can be changed by setting
wxPG_FILE_WILDCARD attribute (see wxFileDialog for format details).
- Attribute wxPG_FILE_SHOW_FULL_PATH can be set to @false inorder to show
+ Attribute wxPG_FILE_SHOW_FULL_PATH can be set to @false in order to show
only the filename, not the entire path.
@subsection wxEnumProperty
You might want to take into account that m_value is Null variant
if property value is unspecified (which is usually only case if
- you explicitly enabled that sort behavior).
+ you explicitly enabled that sort behaviour).
*/
virtual bool StringToValue( wxVariant& variant, const wxString& text, int argFlags = 0 ) const;
instead of OnEvent.
- You might want to take into account that m_value is Mull variant if
property value is unspecified (which is usually only case if you
- explicitly enabled that sort behavior).
+ explicitly enabled that sort behaviour).
*/
virtual bool IntToValue( wxVariant& variant, int number, int argFlags = 0 ) const;
/**
Converts string to a value, and if successful, calls SetValue() on it.
- Default behavior is to do nothing.
+ Default behaviour is to do nothing.
@param text
String to get the value from.
bool SetValueFromString( const wxString& text, int flags = 0 );
/**
+<<<<<<< .mine
+ Converts integer to a value, and if successful, calls SetValue() on it.
+ Default behaviour is to do nothing.
+=======
Converts integer to a value, and if successful, calls SetValue() on it.
Default behavior is to do nothing.
+>>>>>>> .r67279
@param value
Int to get the value from.
Normally -1, but can be an index to the property's list of items.
@remarks
- - Default behavior is to return wxSize(0,0), which means no image.
+ - Default behaviour is to return wxSize(0,0), which means no image.
- Default image width or height is indicated with dimension -1.
- You can also return wxPG_DEFAULT_IMAGE_SIZE which equals wxSize(-1, -1).
*/
wxIntProperty, wxUIntProperty, wxFloatProperty, wxEditEnumProperty.
@param enable
- Whether to enable or disable this behavior (it is disabled by
+ Whether to enable or disable this behaviour (it is disabled by
default).
*/
void SetAutoUnspecified( bool enable = true );
/**
When wxPropertyGrid is resized, splitter moves to the center. This
- behavior stops once the user manually moves the splitter.
+ behaviour stops once the user manually moves the splitter.
*/
wxPG_SPLITTER_AUTO_CENTER = 0x00000080,
// -----------------------------------------------------------------------
/**
- @section propgrid_vfbflags wxPropertyGrid Validation Failure Behavior Flags
+ @section propgrid_vfbflags wxPropertyGrid Validation Failure behaviour Flags
@{
*/
/**
Prevents user from leaving property unless value is valid. If this
- behavior flag is not used, then value change is instead cancelled.
+ behaviour flag is not used, then value change is instead cancelled.
*/
wxPG_VFB_STAY_IN_PROPERTY = 0x01,
To customize the way the message is displayed, you need to
reimplement wxPropertyGrid::DoShowPropertyError() in a
- derived class. Default behavior is to display the text on
+ derived class. Default behaviour is to display the text on
the top-level frame's status bar, if present, and otherwise
using wxMessageBox.
*/
{
public:
/**
- @return Returns failure behavior which is a combination of
+ @return Returns failure behaviour which is a combination of
@ref propgrid_vfbflags.
*/
wxPGVFBFlags GetFailureBehavior();
*/
wxVariant& GetValue();
- /** Set validation failure behavior
+ /** Set validation failure behaviour
@param failureBehavior
Mixture of @ref propgrid_vfbflags.
@name wxPropertyGrid customization
Reimplement these member functions in derived class for better
- control over wxPropertyGrid behavior.
+ control over wxPropertyGrid behaviour.
*/
//@{
/**
Return wxStatusBar that is used by this wxPropertyGrid. You can
reimplement this member function in derived class to override
- the default behavior of using the top-level wxFrame's status
+ the default behaviour of using the top-level wxFrame's status
bar, if any.
*/
virtual wxStatusBar* GetStatusBar();
void SetProperty( wxPGProperty* p );
/**
- Set override validation failure behavior. Only effective if Veto() was
+ Set override validation failure behaviour. Only effective if Veto() was
also called, and only allowed if event type is @c wxEVT_PG_CHANGING.
*/
void SetValidationFailureBehavior( wxPGVFBFlags flags );
If there is no property with such name, @NULL pointer is returned.
@remarks Properties which have non-category, non-root parent
- can not be accessed globally by their name. Instead, use
+ cannot be accessed globally by their name. Instead, use
"<property>.<subproperty>" instead of "<subproperty>".
*/
wxPGProperty* GetProperty( const wxString& name ) const;
If there is no property with such name, @NULL pointer is returned.
@remarks Properties which have non-category, non-root parent
- can not be accessed globally by their name. Instead, use
+ cannot be accessed globally by their name. Instead, use
"<property>.<subproperty>" instead of "<subproperty>".
*/
wxPGProperty* GetPropertyByName( const wxString& name ) const;
See wxScrolled for detailed description.
@note Note that because this class derives from wxPanel, it shares its
- behavior with regard to TAB traversal and focus handling (in
+ behaviour with regard to TAB traversal and focus handling (in
particular, it forwards focus to its children). If you don't want
this behaviour, use ::wxScrolledCanvas instead.
@c wxFIXED_MINSIZE.}
@itemdef{wxRESERVE_SPACE_EVEN_IF_HIDDEN,
Normally wxSizers don't allocate space for hidden windows or other
- items. This flag overrides this behavior so that sufficient space
+ items. This flag overrides this behaviour so that sufficient space
is allocated for the window even if it isn't visible. This makes
it possible to dynamically show and hide controls without resizing
parent dialog, for example. (Available since 2.8.8.)}
to make them grow and shrink equally with the sizer's horizontal
dimension.
@param flag
- OR-combination of flags affecting sizer's behavior. See
+ OR-combination of flags affecting sizer's behaviour. See
@ref wxsizer_flags "wxSizer flags list" for details.
@param border
Determines the border width, if the flag parameter is set to
to make them grow and shrink equally with the sizer's horizontal
dimension.
@param flag
- OR-combination of flags affecting sizer's behavior. See
+ OR-combination of flags affecting sizer's behaviour. See
@ref wxsizer_flags "wxSizer flags list" for details.
@param border
Determines the border width, if the flag parameter is set to
to make them grow and shrink equally with the sizer's horizontal
dimension.
@param flag
- OR-combination of flags affecting sizer's behavior. See
+ OR-combination of flags affecting sizer's behaviour. See
@ref wxsizer_flags "wxSizer flags list" for details.
@param border
Determines the border width, if the flag parameter is set to
/**
Set the @c wxRESERVE_SPACE_EVEN_IF_HIDDEN flag. Normally wxSizers
don't allocate space for hidden windows or other items. This flag
- overrides this behavior so that sufficient space is allocated for the
+ overrides this behaviour so that sufficient space is allocated for the
window even if it isn't visible. This makes it possible to dynamically
show and hide controls without resizing parent dialog, for example.
@b wxSOCKET_REUSEADDR can also be used with socket clients to (re)bind to a
particular local port for an outgoing connection.
- This option can have surprising platform dependent behavior, so check the
+ This option can have surprising platform dependent behaviour, so check the
documentation for your platform's implementation of setsockopt().
Note that on BSD-based systems(e.g. Mac OS X), use of
the data.
- @b wxSOCKET_BLOCK has nothing to do with the previous flags and
it controls whether the GUI blocks.
- - @b wxSOCKET_REUSEADDR controls special platform-specific behavior for
+ - @b wxSOCKET_REUSEADDR controls special platform-specific behaviour for
reusing local addresses/ports.
*/
enum
@param message
Message to show on the dialog.
@param caption
- The caption of the the dialog.
+ The caption of the dialog.
@param value
The default value, which may be the empty string.
@param style
modeled after the POSIX thread API. This is different from the Win32 API
where all threads are joinable.
- By default wxThreads in wxWidgets use the @b detached behavior.
+ By default wxThreads in wxWidgets use the @b detached behaviour.
Detached threads delete themselves once they have completed, either by themselves
when they complete processing or through a call to Delete(), and thus
@b must be created on the heap (through the new operator, for example).
A common problem users experience with wxThread is that in their main thread
they will check the thread every now and then to see if it has ended through
IsRunning(), only to find that their application has run into problems
- because the thread is using the default behavior (i.e. it's @b detached) and
+ because the thread is using the default behaviour (i.e. it's @b detached) and
has already deleted itself.
Naturally, they instead attempt to use joinable threads in place of the previous
- behavior. However, polling a wxThread for when it has ended is in general a
+ behaviour. However, polling a wxThread for when it has ended is in general a
bad idea - in fact calling a routine on any running wxThread should be avoided
if possible. Instead, find a way to notify yourself when the thread has ended.
Changes to the item's state should be made through calls to wxToolBar methods,
for example wxToolBar::EnableTool.
Calls to @c wxToolBarToolBase methods (undocumented by purpose) will not change
- the visible state of the item within the the tool bar.
+ the visible state of the item within the tool bar.
<b>wxMSW note</b>: Note that under wxMSW toolbar paints tools to reflect
system-wide colours. If you use more than 16 colours in your tool bitmaps,
@event{EVT_TREE_BEGIN_DRAG(id, func)}
Begin dragging with the left mouse button.
If you want to enable left-dragging you need to intercept this event
- and explicitely call wxTreeEvent::Allow(), as it's vetoed by default.
+ and explicitly call wxTreeEvent::Allow(), as it's vetoed by default.
Processes a @c wxEVT_COMMAND_TREE_BEGIN_DRAG event type.
@event{EVT_TREE_BEGIN_RDRAG(id, func)}
Begin dragging with the right mouse button.
If you want to enable right-dragging you need to intercept this event
- and explicitely call wxTreeEvent::Allow(), as it's vetoed by default.
+ and explicitly call wxTreeEvent::Allow(), as it's vetoed by default.
Processes a @c wxEVT_COMMAND_TREE_BEGIN_RDRAG event type.
@event{EVT_TREE_END_DRAG(id, func)}
End dragging with the left or right mouse button.
@beginEventTable{wxTreeEvent}
@event{EVT_TREE_BEGIN_DRAG(id, func)}
Begin dragging with the left mouse button. If you want to enable
- left-dragging you need to intercept this event and explicitely call
+ left-dragging you need to intercept this event and explicitly call
wxTreeEvent::Allow(), as it's vetoed by default. Also notice that the
control must have an associated image list (see SetImageList()) to
drag its items under MSW.
@event{EVT_TREE_BEGIN_RDRAG(id, func)}
Begin dragging with the right mouse button. If you want to enable
- right-dragging you need to intercept this event and explicitely call
+ right-dragging you need to intercept this event and explicitly call
wxTreeEvent::Allow(), as it's vetoed by default.
@event{EVT_TREE_END_DRAG(id, func)}
End dragging with the left or right mouse button.
is to handle objects which derived type one does not know.
@note wxWeakRef<T> selects an implementation based on the static type of T.
- If T does not have wxTrackable statically, it defaults to to a mixed-
+ If T does not have wxTrackable statically, it defaults to a mixed-
mode operation, where it uses @c dynamic_cast as the last measure
(if available from the compiler and enabled when building wxWidgets).
@remarks This function is not meant to be called directly by user code,
but via Centre, Center, CentreOnParent, or CenterOnParent.
- This function can be overriden to fine-tune centring behaviour.
+ This function can be overridden to fine-tune centring behaviour.
*/
virtual void DoCentre(int direction);
@beginEventTable{wxWizardEvent}
@event{EVT_WIZARD_PAGE_CHANGED(id, func)}
- The page has been just changed (this event can not be vetoed).
+ The page has been just changed (this event cannot be vetoed).
@event{EVT_WIZARD_PAGE_CHANGING(id, func)}
The page is being changed (this event can be vetoed).
@event{EVT_WIZARD_PAGE_SHOWN(id, func)}
/**
Executes the wizard starting from the given page, returning @true if it was
successfully finished or @false if user cancelled it.
- The @a firstPage can not be @NULL.
+ The @a firstPage cannot be @NULL.
*/
virtual bool RunWizard(wxWizardPage* firstPage);
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Kan nie wedersydse slot skep nie."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Kan lêers in gids '%s' nie opsom nie"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Kan lêers in gids '%s' nie opsom nie"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Kan nie uitvoerdraad %lu laat voortgaan nie"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Kan uitvoerdraad %x nie laat voortgaan nie"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Kan uitvoerdraad nie laat begin nie: fout met skryf van TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Kan nie uitvoerdraad %lu tydelik ophef nie"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Kan uitvoerdraad %x nie opskort nie"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Inisialisasie van uitvoerdraadmodule het misluk: kan geen waarde in lokale "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "landinstelling '%s' kan nie opgestel word word nie."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr ""
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr ""
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr ""
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr ""
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr ""
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr ""
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr ""
#: ../src/common/cmdproc.cpp:262
msgstr ""
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr ""
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr ""
#: ../src/common/intl.cpp:1210
#: ../src/os2/thread.cpp:117
#, fuzzy
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "No es pot crear un fil"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "No es pot enumerar els fitxers '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/os2/thread.cpp:526
#, fuzzy, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/msw/thread.cpp:873
#, fuzzy, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "No es pot iniciar la cadena: error en escriure TLS."
#: ../src/os2/thread.cpp:512
#, fuzzy, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "No es pot suspendre en fil %x"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "No es pot suspendre en fil %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "No es pot esperar per a l'acabament de cadena"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"La inicialització de mòduls de la cadena ha fallat: no es pot emmagatzemar "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "la localització '%s' no es pot fixar"
#: ../src/common/intl.cpp:1210
#: ../src/os2/thread.cpp:117
#, fuzzy
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "No es pot crear un fil"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "No es pot enumerar els fitxers '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/os2/thread.cpp:526
#, fuzzy, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/msw/thread.cpp:873
#, fuzzy, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "No es pot enumerar els fitxers en el directori '%s'"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "No es pot iniciar la cadena: error en escriure TLS."
#: ../src/os2/thread.cpp:512
#, fuzzy, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "No es pot suspendre en fil %x"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "No es pot suspendre en fil %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "No es pot esperar per a l'acabament de cadena"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"La inicialització de mòduls de la cadena ha fallat: no es pot emmagatzemar "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "la localització '%s' no es pot fixar"
#: ../src/common/intl.cpp:1210
msgstr "Velká &písmena"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Nelze vytvořit mutex."
#: ../src/common/filefn.cpp:1359
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nelze vyjmenovat soubory odpovídající masce '%s'"
#: ../src/msw/dir.cpp:212
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nelze vyjmenovat soubory v adresáři '%s'"
#: ../src/os2/thread.cpp:528
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Nelze obnovit vlákno %lu"
#: ../src/msw/thread.cpp:895
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nelze obnovit vlákno %x"
#: ../src/msw/thread.cpp:548
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nelze spustit vlákno: chyba při zápisu do TLS."
#: ../src/os2/thread.cpp:514
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Nelze ukončit vlákno %lu"
#: ../src/msw/thread.cpp:880
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nelze pozastavit vlákno %x"
#: ../src/msw/thread.cpp:803
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nelze počkat na ukončení vlákna"
#: ../src/common/cmdproc.cpp:266
msgstr "Tento systém nepodporuje ovládací prvky pro výběr data, aktualizujte, prosím, Vaši verzi comctl32.dll"
#: ../src/msw/thread.cpp:1264
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Vlákno pro modul se nepodařilo iniciovat: Nelze ukládat hodnoty do 'thread local storage'"
#: ../src/unix/threadpsx.cpp:1694
#: ../src/common/intl.cpp:297
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "Místní a jazykové nastavení '%s' nemůže být nastaveno."
#: ../src/common/datetimefmt.cpp:1917
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Kan ikke oprette mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Kan ikke læse fillisten i mappen '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Kan ikke få liste af filer i mappen '%s'"
#: ../src/os2/thread.cpp:526
#, fuzzy, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Kan ikke genoptage tråd %x"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Kan ikke genoptage tråd %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Kan ikke starte tråd: fejl ved skrivning af TLS."
#: ../src/os2/thread.cpp:512
#, fuzzy, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Kan ikke suspendere tråd %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Kan ikke suspendere tråd %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Kan ikke vente på trådafslutning"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Trådmodul initialisering fejlede: kan ikke gemme værdi i trådens private "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "locale '%s' kan ikke sættes."
#: ../src/common/intl.cpp:1210
#~ msgid "very small"
#~ msgstr "meget lille"
-#~ msgid "Can not create mutex"
+#~ msgid "Cannot create mutex"
#~ msgstr "Kan ikke oprette mutex."
#~ msgid "Can't create the inter-process read pipe"
#~ msgid "Fatal error: %s\n"
#~ msgstr "Fatal fejl: "
-#~ msgid "Can not create event object."
+#~ msgid "Cannot create event object."
#~ msgstr "Kan ikke oprette hændelsesobjekt."
#~ msgid "Can't find the serialization object '%s' for the object '%s'."
#~ msgid "Application Error"
#~ msgstr "Program fejl"
-#~ msgid "Can not create tooltip control"
+#~ msgid "Cannot create tooltip control"
#~ msgstr "Kan ikke oprette tooltip kontrol"
-#~ msgid "Can not get data in format '%s' from clipboard."
+#~ msgid "Cannot get data in format '%s' from clipboard."
#~ msgstr "Kan ikke få data i format '%s' fra klippebordet."
-#~ msgid "Can not get priority range for scheduling policy %d."
+#~ msgid "Cannot get priority range for scheduling policy %d."
#~ msgstr "Kan ikke få prioriteringsområde for afviklingsalgoritme %d."
-#~ msgid "Can not put data in format '%s' on clipboard."
+#~ msgid "Cannot put data in format '%s' on clipboard."
#~ msgstr "Kan ikke skrive data i format '%s' til klippebordet."
-#~ msgid "Can not retrieve thread scheduling policy."
+#~ msgid "Cannot retrieve thread scheduling policy."
#~ msgstr "Kan ikke hente trådafviklingsalgoritme."
#~ msgid "Character '%c' is invalid in a config entry name."
msgstr "Ka&pitalien"
#: ../src/os2/thread.cpp:116
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Kann Mutex nicht anlegen."
#: ../src/common/filefn.cpp:1383
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Kann Dateien '%s' nicht auflisten"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:201
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Kann Dateien in Verzeichnis '%s' nicht auflisten"
#: ../src/os2/thread.cpp:516
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Kann Thread %lu nicht fortsetzen."
#: ../src/msw/thread.cpp:889
#: ../src/mac/classic/thread.cpp:487
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Kann Thread %x nicht fortsetzen."
#: ../src/msw/thread.cpp:525
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Kann Thread nicht starten: Fehler beim Beschreiben des TLS."
#: ../src/os2/thread.cpp:502
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Kann Thread %lu nicht anhalten."
#: ../src/msw/thread.cpp:874
#: ../src/mac/classic/thread.cpp:460
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Kann Thread %x nicht anhalten."
#: ../src/msw/thread.cpp:793
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Kann nicht auf Threadende warten"
#: ../src/common/cmdproc.cpp:262
msgstr "Dieses System unterstützt nicht die Komponente zur Darstellung der Datumsauswahl. Installieren Sie bitte eine neuere Version der comctl32.dll."
#: ../src/msw/thread.cpp:1268
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Thread-Modul-Initialisierung gescheitert: Kann den Wert nicht im lokalen Speicherbereich des Thread gespeichert werden"
#: ../src/unix/threadpsx.cpp:1618
#: ../src/common/intl.cpp:1580
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "Lokale Umgebung '%s' kann nicht gesetzt werden."
#: ../src/common/intl.cpp:1151
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Äåí åßíáé äõíáôÞ ç äçìéïõñãßá ôïõ mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Äåí åßíáé äõíáôÞ ç áðáñßèìçóç ôùí áñ÷åßùí '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Äåí åßíáé äõíáôÞ ç áðáñßèìçóç ôùí áñ÷åßùí óôïí êáôÜëïãï '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Äåí åßíáé äõíáôÞ ç óõíÝ÷éóç(resume) ôïõ íÞìáôïò(thread) %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Äåí åßíáé äõíáôÞ ç óõíÝ÷éóç(resume) ôïõ íÞìáôïò(thread) %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr ""
"Äåí åßíáé äõíáôÞ ç åêêßíçóç ôïõ íÞìáôïò(thread): ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ "
"TLS"
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Äåí åßíáé äõíáôÞ ç áíáóôïëÞ åêôÝëåóçò(suspend) ôïõ íÞìáôïò(thread) %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Äåí åßíáé äõíáôÞ ç áíáóôïëÞ åêôÝëåóçò(suspend) ôïõ íÞìáôïò(thread) %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr ""
"Äåí åßíáé äõíáôÞ ç áíáìïíÞ(wait) ãéá ôïí ôåñìáôéóìü ôïõ íÞìáôïò åêôÝëåóçò"
"(thread)"
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Ç áñ÷éêïðïßçóç ìïíÜäáò íÞìáôïò åêôÝëåóçò (thread module) áðÝôõ÷å: áäýíáôç ç "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "ç ãëþóóá '%s' äåí ìðïñåé íá ïñéóôåß"
#: ../src/common/intl.cpp:1210
msgstr "Ca&pitulares"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "No se puede crear el mutex"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "No se pueden enumerar los archivos '%s'"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "No se pueden enumerar los archivos en carpeta '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "No se puede continuar el hilo de ejecución %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "No se puede continuar hilo de ejecución %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "No se puede empezar el hilo de ejecución: error al escribir TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "No se puede suspender el hilo de ejecución %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "No se puede suspender el hilo de ejecución %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "No se puede esperar a la finalización del hilo de ejecución"
#: ../src/common/cmdproc.cpp:262
msgstr "El sistema no soporta el control de selección de fecha, sírvase actualizar la versión de comctl32.dll"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Error en la inicialización del módulo de hilos de ejecución: no se pudo almacenar valor en el almacen local de hilos"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "'%s' local no pudo establecerse."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr ""
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr ""
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr ""
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr ""
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr ""
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr ""
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr ""
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr ""
#: ../src/common/intl.cpp:1210
msgstr "&Suuraakkoset"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Mutexin luonti epäonnistui"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Tiedostojen ”%s” luettelointi epäonnistui"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Hakemiston ”%s” tiedostojen luettelointi epäonnistui"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Säikeen %lu jatko epäonnistui"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Säikeen %x jatko epäonnistui"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Säikeen käynnistys epäonnistui: virhe TLS-kirjoituksessa."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Säikeen %lu keskeytys epäonnistui"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Säikeen %x keskeytys epäonnistui"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Ei voi odottaa säikeen keskeytystä"
#: ../src/common/cmdproc.cpp:262
msgstr "Tämä järjestelmä ei tue date picker kontrollia, ole hyvä ja päivitä comctl32.dll"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Säiemoduulin käynnistys epäonnistui: arvoa ei voi tallentaa säikeen muistiin"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "maa-arvoa ”%s” ei voida asettaa."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Impossible de créer le mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Impossible d'énumérer les fichiers « %s »"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Impossible d'énumérer les fichiers dans le répertoire « %s »"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Impossible de reprendre le processus %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Impossible de reprendre le processus %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Impossible de lancer le processus : erreur lors de l'écriture de TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Impossible de suspendre le processus %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Impossible de suspendre le processus %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Impossible d'attendre la fin du processus"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Échec de l'initialisation du module du processus : enregistrement impossible "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "la locale « %s » ne peut pas être spécifiée."
#: ../src/common/intl.cpp:1210
#: ../src/os2/thread.cpp:117
#, fuzzy
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "No se puede crear el mutex"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Non se puido enumerar os ficheiros '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Non se puido enumerar os ficheiros do directorio '%s'"
#: ../src/os2/thread.cpp:526
#, fuzzy, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "No se puede continuar el hilo de ejecución %lu"
#: ../src/msw/thread.cpp:873
#, fuzzy, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "No se puede continuar hilo de ejecución %x"
#: ../src/msw/thread.cpp:526
#, fuzzy
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "No se puede empezar el hilo de ejecución: error al escribir TLS."
#: ../src/os2/thread.cpp:512
#, fuzzy, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "No se puede suspender el hilo de ejecución %lu"
#: ../src/msw/thread.cpp:858
#, fuzzy, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "No se puede suspender el hilo de ejecución %x"
#: ../src/msw/thread.cpp:781
#, fuzzy
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "No se puede esperar a la finalización del hilo de ejecución"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
#, fuzzy
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Error en la inicialización del módulo de hilos: no se puede almacenar valor "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "Non se pode establecer locale '%s'."
#: ../src/common/intl.cpp:1210
msgstr "बड़े अक्षर (&P)"
#: ../src/os2/thread.cpp:116
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "म्यूटेक्स का निर्माण नहीं किया जा सकता है।"
#: ../src/common/filefn.cpp:1383
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "'%s' फ़ाइलों की परिगणना नहीं की जा सकती है"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:201
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "'%s' निर्देशिका में फ़ाइलों की परिगणना नहीं की जा सकती है"
#: ../src/os2/thread.cpp:516
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "%lu थ्रेड को समान-बिन्दु से पुनः आरम्भ नहीं किया जा सकता है"
#: ../src/msw/thread.cpp:889
#: ../src/mac/classic/thread.cpp:487
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "%x थ्रेड को समान-बिन्दु से पुनः आरम्भ नहीं किया जा सकता है"
#: ../src/msw/thread.cpp:525
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "थ्रेड को आरम्भ नहीं किया जा सकता है: टीएलएस लेखन में त्रुटि"
#: ../src/os2/thread.cpp:502
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "%lu थ्रेड को अधर में नहीं छोड़ा जा सकता है"
#: ../src/msw/thread.cpp:874
#: ../src/mac/classic/thread.cpp:460
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "%x थ्रेड को अधर में नहीं छोड़ा जा सकता है"
#: ../src/msw/thread.cpp:793
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "थ्रेड समाप्ति की प्रतीक्षा नहीं की जा सकती है"
#: ../src/common/cmdproc.cpp:262
msgstr ""
#: ../src/msw/thread.cpp:1268
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "थ्रेड माड्यूल आरम्भीकरण असफ़ल रहा: स्थानीय थ्रेड में मूल्य को सुरक्षित नहीं किया जा सका "
#: ../src/unix/threadpsx.cpp:1618
#: ../src/common/intl.cpp:1580
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "'%s' लोकेल को स्थापित नहीं किया जा सका।"
#: ../src/common/intl.cpp:1151
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Nem tudom létrehozni a mutex-et"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nem tudom megszámolni a(z) '%s' fájlokat"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nem tudom megszámolni a(z) '%s' könyvtárban a fájlokat"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Nem tudom folytatni a(z) %lu szálat"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nem tudom folytatni a(z) %x szálat"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nem tudom elindítani a szálat: hiba a TLS írásakor."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Nem tudom felfüggeszteni a(z) %lu szálat"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nem tudom felfüggeszteni a(z) %x szálat"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nem tudom megvárni a szál befejezõdését"
#: ../src/common/cmdproc.cpp:262
msgstr "Ez a rendszer nem támogatja a dátumkiolvasó egységet, kérem frissítse a comctl32.dll-t."
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "A szál modul inicializálása nem sikerült: nem tudok értéket tárolni a szál helyi tárolójába"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "A(z) '%s' helyi változó nem állítható be."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Tidak bisa menciptakan mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Tidak bisa mengenumerasi file-file '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Tidak bisa mengenumerasi file-file di direktori '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Tidak bisa meneruskan thread %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Tidak bisa meneruskan thread %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Tidak bisa memulai thread: kesalahan menulis TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Tidak bisa menunda thread %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Tidak bisa menunda thread %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Tidak bisa menunggu penghentian thread"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Inisialisasi modul thread gagal: tidak bisa menyimpan nilai dalam "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "locale '%s' tidak bisa ditetapkan."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Impossibile creare mutex"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Impossibile elencare i file '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Impossibile elencare i file nella cartella '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Impossibile riprendere il thread %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Impossibile riprendere il thread %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Impossibile avviare il thread: errore nella scrittura del TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Impossibile sospendere il thread %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Impossibile sospendere il thread %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Impossibile attendere la fine del thread"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Inizializzazione del modulo dei thread fallita: impossibile memorizzare un "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "impossibile selezionare le impostazioni locali '%s'."
#: ../src/common/intl.cpp:1210
msgstr "大文字化 (&P)"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Mutex を作成できません。"
#: ../src/common/filefn.cpp:1359
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "ファイルを列挙できません '%s'"
#: ../src/msw/dir.cpp:212
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "ディレクトリー '%s' のファイルは列挙できません"
#: ../src/os2/thread.cpp:528
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "スレッド %lu のリジュームができません"
#: ../src/msw/thread.cpp:895
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "スレッド %x のリジュームができません"
#: ../src/msw/thread.cpp:548
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "スレッドを開始できませんでした: TLS への書き込みに失敗しています。"
#: ../src/os2/thread.cpp:514
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "スレッド %lu のサスペンドができません"
#: ../src/msw/thread.cpp:880
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "スレッド %x のサスペンドができません"
#: ../src/msw/thread.cpp:803
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "スレッドの終了を待つことはできません"
#: ../src/common/cmdproc.cpp:266
msgstr "このシステムは、date コントロールに未対応です。comctl32.dllを更新してください"
#: ../src/msw/thread.cpp:1264
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "スレッドモジュールの初期化に失敗: スレッドローカルストレージに値を保存できませんでした"
#: ../src/unix/threadpsx.cpp:1694
#: ../src/common/intl.cpp:297
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "ロケールに '%s' を指定できませんでした。"
#: ../src/common/datetimefmt.cpp:1917
msgstr "대문자(&P)"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "뮤텍스 생성 할 수 없습니다"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "'%s' 에 해당하는 파일을 찾을 수 없습니다"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "'%s' 폴더에서 파일을 찾을 수 없습니다."
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "쓰레드 %lu 를 다시시작 실패"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "쓰레드 %x 를 다시시작 할 수 없습니다"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "쓰레드 시작 실패: TLS 쓰기 오류."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "쓰레드 %lu 일시정지 할 수 없습니다"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "쓰레드 %x 일시정지 할 수 없습니다"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "쓰레드 종료 실패로 Thread를 강제로 종료합니다"
#: ../src/common/cmdproc.cpp:262
msgstr "현재 시스템은 데이타 컨트롤을 지원 하지 않습니다, comctl32.dll 업데이트를 확인하세요."
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "쓰레드 모듈 초기화 실패:TLS 초기화 실패 "
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "문자 인코딩을 '%s' 로 설정할 수 없습니다."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr ""
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr ""
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr ""
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr ""
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr ""
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr ""
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr ""
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr ""
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Gagal mencipta mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Gagal menghitung fail '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Gagal menghitung fail dalam direktori '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Gagal menyambung benang %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Gagal menyambung benang %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Gagal memulakan benang: ralat menulis TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Gagal menggantung benang %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Gagal menggantung benang %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Tidak dapat menunggu benang ditamatkan"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Gagal memulakan modul benang: Gagal simpan data dalam penyimpan benang lokal"
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "locale '%s' Gagal ditetapkan."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Klarte ikke opprette mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Klarte ikke telle opp filer «%s»"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Klarte ikke telle opp filer i mappen «%s»"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Klarte ikke gjenoppta tråden %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Klarte ikke gjenoppta tråden %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Klarte ikke starte tråden: feil ved skriving til TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Klarte ikke innstille tråden %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Klarte ikke innstille tråden %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Klarte ikke vente på trådens avslutning"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Initialisering av trådmodul feilet: klarte ikke lagre verdien i det lokale "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "klarte ikke sette lokale «%s»."
#: ../src/common/intl.cpp:1210
msgstr "&Hoofdletters"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "De mutex kan niet worden aangemaakt."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Kan bestanden in map '%s' niet opsommen"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Kan bestanden in map '%s' niet opsommen"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Kan thread %lu niet hervatten"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Kan thread %x niet voortzetten"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Kan thread niet starten: fout bij schrijven TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Kan thread %lu niet tijdelijk buiten dienst stellen"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Kan thread %x niet tijdelijk buiten dienst stellen"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Kan niet wachten op thread-beëindiging"
#: ../src/common/cmdproc.cpp:262
msgstr "Dit systeem ondersteunt geen datum controls. Werk uw versie van comctl32.dll bij"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Threadmodule-initialisatie mislukt: kan geen waarde opslaan in lokale thread-geheugenruimte."
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "landinstelling '%s' kan niet worden ingesteld."
#: ../src/common/intl.cpp:1210
msgstr "&Du¿e litery"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Nie mo¿na utworzyæ muteksu."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nie mo¿na wyliczyæ plików '%s'"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nie mo¿na wyliczyæ plików w katalogu '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Nie mo¿na wznowiæ w±tku %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nie mo¿na wznowiæ w±tku %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nie mo¿na wystartowaæ w±tku: b³±d zapisu TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Nie mo¿na zawiesiæ w±tku %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nie mo¿na zawiesiæ w±tku %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nie mo¿na czekaæ na zakoñczenie w±tku"
#: ../src/common/cmdproc.cpp:262
msgstr "Ten system nie wspiera wyboru daty, nale¿y zaktualizowaæ bibliotekê comctl32.dll"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Zainicjowanie modu³u w±tków nie powiod³o siê: nie mo¿na od³o¿yæ warto¶ci do lokalnej pamiêci w±tków"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "lokalizacja '%s' nie mo¿e byæ ustawiona."
# w ¶cie¿ce - nie³adne
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Não foi possível criar o mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Não foi possível enumerar os ficheiros '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Não foi possível enumerar os ficheiros no directório '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Não é possível retomar a thread %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Não é possível retomar a thread %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Não é possível iniciar a thread: erro ao escrever o TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Não é possível suspender a thread %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Não é possível suspender a thread %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Não é possível esperar pela terminação da thread"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Falhou a inicialização do módulo da thread: não foi possível armazenar o "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "localização '%s' não pode ser definida."
#: ../src/common/intl.cpp:1210
msgstr "Ma&iúsculas"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Não pode criar o mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Não pode enumerar os arquivos '%s'"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Não pode enumerar os arquivos no diretório '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Não pode resumir o thread %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Não pode resumir o thread %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Não pode iniciar o thread: erro escrevendo o TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Não pode suspender o thread %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Não pode suspender o thread %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Não pode esperar pelo término do thread"
#: ../src/common/cmdproc.cpp:262
msgstr "Este sistema não suporta os controles de data, por favor atualize sua versão do comctl32.dll"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "A inicialização do módulo dos threads falhou: não pode armazenar o valor no armazém local do thread"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "locale '%s' não pode ser definido."
#: ../src/common/intl.cpp:1210
msgstr "&Majuscule"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Nu se poate crea mutex."
#: ../src/common/filefn.cpp:1359
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nu se pot enumera fișierele '%s'"
#: ../src/msw/dir.cpp:212
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nu se pot enumera fișierele din directorul '%s'"
#: ../src/os2/thread.cpp:528
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Nu se poate continua firul de execuție %lu"
#: ../src/msw/thread.cpp:895
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nu se poate continua firul de execuție %x"
#: ../src/msw/thread.cpp:548
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nu se poate porni firul de execuție: eroare la scrierea TLS."
#: ../src/os2/thread.cpp:514
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Nu se poate suspenda firul de execuție %lu"
#: ../src/msw/thread.cpp:880
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nu se poate suspenda firul de execuție %x"
#: ../src/msw/thread.cpp:803
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nu se poate aștepta terminarea firului de execuție"
#: ../src/common/cmdproc.cpp:266
msgstr "Acest sistem nu suportă controale de tip dată, trebuie să actualizați comctl32.dll la o versiune mai nouă"
#: ../src/msw/thread.cpp:1264
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Inițializarea modulului pentru fire de execuție a eșuat: valoarea nu poate fi memorată în memoria locală a firului de execuție"
#: ../src/unix/threadpsx.cpp:1694
#: ../src/common/intl.cpp:297
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "locala '%s' nu poate fi setată."
#: ../src/common/datetimefmt.cpp:1917
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ ÍÕÔÅËÓ."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "îÅ ÍÏÇÕ ÐÏÄÓÞÉÔÁÔØ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÓÞÉÔÁÔØ ÆÁÊÌÙ × ËÁÔÁÌÏÇÅ '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÏÚÏÂÎÏ×ÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÐÏÔÏËÁ %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÏÚÏÂÎÏ×ÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÐÏÔÏËÁ %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÐÏÔÏËÁ: ÏÛÉÂËÁ ÚÁÐÉÓÉ TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÉÏÓÔÁÎÏ×ÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÐÏÔÏËÁ %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÉÏÓÔÁÎÏ×ÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÐÏÔÏËÁ %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÄÏÖÄÁÔØÓÑ ÏËÏÎÞÁÎÉÑ ×ÙÐÏÌÎÅÎÉÑ ÐÏÔÏËÁ"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"ïÛÉÂËÁ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÍÏÄÕÌÑ ÐÏÔÏËÏ×: ÎÅ×ÏÚÍÏÖÎÏ ÓÏÈÒÁÎÉÔØ ÚÎÁÞÅÎÉÅ × "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "ÌÏËÁÌØ '%s' ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎÁ."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Nemôžem vytvoriť mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nebolo možné vymenovať súbory '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nebolo možné vymenovať súbory v adresári '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Nebolo možné obnoviť vlákno %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nebolo možné obnoviť vlákno %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nebolo možné začať vlákno: chyba zápisu TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Nebolo možné suspendovať vlákno %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nebolo možné suspendovať vlákno %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nemôžem čakať na ukončenie vlákna"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Zlyhala inicializácia modulu vlákien: nie je možné uložiť hodnotu v lokálnom "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "nie je možné nastaviť locale '%s'."
#: ../src/common/intl.cpp:1210
#
# msw/thread.cpp:519
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Mutexa ni mogoče ustvariti."
# common/filefn.cpp:1287
# msw/dir.cpp:294
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Oštevilčenje datotek '%s' ni možno"
# common/filefn.cpp:1287
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Oštevilčenje datotek v mapi '%s' ni možno."
# SOME DESCRIPTIVE TITLE.
# msw/thread.cpp:519
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Niti %lu ni mogoče nadaljevati."
# msw/thread.cpp:552
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Niti %x ni mogoče nadaljevati"
# msw/thread.cpp:433
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Niti ni mogoče začeti: napaka pri pisanju TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Niti %lu ni mogoče začasno ustaviti."
# msw/thread.cpp:537
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Niti %x ni mogoče začasno ustaviti."
# msw/thread.cpp:871
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Ustavitve niti ni mogoče pričakati."
# common/docview.cpp:1928
# msw/thread.cpp:1083
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Inicializacija modula niti ni uspela: vrednosti ni mogoče shraniti v lokalni shrambi niti"
#: ../src/unix/threadpsx.cpp:1686
# common/intl.cpp:575
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "ne morem nastaviti locale '%s'."
# common/intl.cpp:369
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "S'krijoj dot mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Nuk numërtoj dot kartela '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Nuk numërtoj dot kartela në drejtori '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
-msgstr "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
+msgstr "Cannot resume thread %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Nuk rimarr dot rrjedhën %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Nuk filloj dot rrjedhë: gabim në shkrimin e TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "S'pushoj dot rrjedhën %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Nuk pezulloj dot rrjedhën %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Nuk pres dot për përfundim rrjedhe"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Gatitja e modulit të rrjedhës dështoi: nuk mund të ruaj vlera në hambar "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "nuk vendoset dot vendorja '%s'."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Kan inte skapa mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Kan inte räkna upp filerna \"%s\""
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Kan inte räkna upp filerna i katalogen \"%s\""
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Kan inte återuppta tråden %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Kan inte återuppta tråden %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Kan inte starta tråden: fel vid skrivning av TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Kan inte hålla inne tråd %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Kan inte hålla inne tråd %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Kan inte vänta på att tråden avslutas"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Trådmodulinitialisering misslyckades: Kan inte spara värde i trådens lokala "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "lokal \"%s\" kan inte anges."
#: ../src/common/intl.cpp:1210
msgstr "Büyük harfler"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Muteks yaratýlamadý."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "'%s' dosyalarý sayýlamýyor"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "'%s' klasöründeki dosyalar sayýlamýyor"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "%lu iþ parçacýðý yeniden baþlatýlamadý"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "%x iþ parçacýðý yeniden baþlatýlamadý"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Ýþ parçacýðý baþlatýlamadý: TLS yazma hatasý."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "%lu iþ parçacýðý beklemeye alýnamadý"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "%x iþ parçacýðý beklemeye alýnamadý"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Ýþ parçacýðýnýn bitmesi beklenemiyor"
#: ../src/common/cmdproc.cpp:262
msgstr "Bu sistem tarih öðelerini desteklemiyor, lütfen comctl32.dll sürümünü yükseltiniz"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Ýþparçacýðý birimi baþlatma baþarýsýz: yerel depoya deðer koyulamýyor"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "'%s' yereli ayarlanamýyor."
#: ../src/common/intl.cpp:1210
msgstr "Пр&описні"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Не вдалося створити синхронізацію."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Не можу перелічити файли «%s»"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr " Не можу перелічити файли в каталозі «%s»"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Не вдалося відновити нитку %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Не вдалося відновити нитку %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr " Не вдалося запустити нитку: помилка запису TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr " Не вдалося призупинити нитку %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr " Не вдалося зупинити нитку %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr " Не вдалося дочекатись закінчення нитки"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
"Помилка ініціалізації модуля ниток: Не вдалося записати значення в "
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "локаль «%s» не може бути встановлена."
#: ../src/common/intl.cpp:1210
msgstr "Chữ viết &hoa"
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "Không thể tạo mutex."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "Không thể liệt kê các tệp tin '%s'"
#: ../src/unix/dir.cpp:228
#: ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "Không thể đếm các tệp tin trong thư mục '%s'"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "Không thể phục hồi tuyến trình %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "Không thể phục hồi tuyến trình %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "Không thể bắt đầu tuyến trình: lỗi ghi TLS."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "Không thể đình chỉ tuyến trình %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "Không thể đình chỉ tuyến trình %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "Không thể chờ tuyến trình kết thúc"
#: ../src/common/cmdproc.cpp:262
msgstr "Hệ thống không hỗ trợ điều khiển ngày tháng, xin hãy cập nhật phiên bản mới của comctl32.dll"
#: ../src/msw/thread.cpp:1247
-msgid "Thread module initialization failed: can not store value in thread local storage"
+msgid "Thread module initialization failed: cannot store value in thread local storage"
msgstr "Khởi tạo mô đun tuyến trình gặp lỗi: không thể lưu giá trị trong phần lưu trữ nội bộ tuyến trình"
#: ../src/unix/threadpsx.cpp:1686
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "vị trí '%s' không thể đặt được."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr ""
#: ../src/common/filefn.cpp:1359
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr ""
#: ../src/msw/dir.cpp:212
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr ""
#: ../src/os2/thread.cpp:528
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:895
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr ""
#: ../src/msw/thread.cpp:548
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr ""
#: ../src/os2/thread.cpp:514
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr ""
#: ../src/msw/thread.cpp:880
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr ""
#: ../src/msw/thread.cpp:803
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr ""
#: ../src/common/cmdproc.cpp:266
#: ../src/msw/thread.cpp:1264
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr ""
#: ../src/common/intl.cpp:297
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr ""
#: ../src/common/datetimefmt.cpp:1917
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "不能创建互斥对象."
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "不能枚举文件 '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "不能枚举目录 '%s'中的文件"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "不能恢复线程 %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "不能恢复线程 %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "不能启动线程: 写TLS出错."
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "不能挂起线程 %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "不能挂起线程 %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "不能等候线程终止"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr "线程模块初始化失败: 不能在线程本地存储区中存放值"
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "不能设置语言(locale) '%s'."
#: ../src/common/intl.cpp:1210
msgstr ""
#: ../src/os2/thread.cpp:117
-msgid "Can not create mutex."
+msgid "Cannot create mutex."
msgstr "無法建立 mutex。"
#: ../src/common/filefn.cpp:1421
#, c-format
-msgid "Can not enumerate files '%s'"
+msgid "Cannot enumerate files '%s'"
msgstr "無法列舉檔案 '%s'"
#: ../src/unix/dir.cpp:228 ../src/msw/dir.cpp:204
#, c-format
-msgid "Can not enumerate files in directory '%s'"
+msgid "Cannot enumerate files in directory '%s'"
msgstr "無法列舉目錄 '%s' 中的檔案"
#: ../src/os2/thread.cpp:526
#, c-format
-msgid "Can not resume thread %lu"
+msgid "Cannot resume thread %lu"
msgstr "無法恢復執行緒 %lu"
#: ../src/msw/thread.cpp:873
#, c-format
-msgid "Can not resume thread %x"
+msgid "Cannot resume thread %x"
msgstr "無法恢復執行緒 %x"
#: ../src/msw/thread.cpp:526
-msgid "Can not start thread: error writing TLS."
+msgid "Cannot start thread: error writing TLS."
msgstr "無法啟動執行緒:寫入「執行緒內部儲存區」時發生錯誤。"
#: ../src/os2/thread.cpp:512
#, c-format
-msgid "Can not suspend thread %lu"
+msgid "Cannot suspend thread %lu"
msgstr "無法暫停執行緒 %lu"
#: ../src/msw/thread.cpp:858
#, c-format
-msgid "Can not suspend thread %x"
+msgid "Cannot suspend thread %x"
msgstr "無法暫停執行緒 %x"
#: ../src/msw/thread.cpp:781
-msgid "Can not wait for thread termination"
+msgid "Cannot wait for thread termination"
msgstr "無法等候執行緒終結"
#: ../src/common/cmdproc.cpp:262
#: ../src/msw/thread.cpp:1247
msgid ""
-"Thread module initialization failed: can not store value in thread local "
+"Thread module initialization failed: cannot store value in thread local "
"storage"
msgstr "執行緒模組初始化失敗:無法存值到「執行緒內部儲存區」"
#: ../src/common/intl.cpp:1645
#, c-format
-msgid "locale '%s' can not be set."
+msgid "locale '%s' cannot be set."
msgstr "無法設定地區為 '%s'。"
#: ../src/common/intl.cpp:1210
gtk_table_attach_defaults(GTK_TABLE(table), notebook, 0,6,0,1);
gtk_widget_show(notebook);
- /* Now finally lets prepend pages to the notebook */
+ /* Now finally let's prepend pages to the notebook */
frame = gtk_frame_new ("frame");
gtk_container_set_border_width (GTK_CONTAINER (frame), 10);
"<li>Native, dockable floating frames</li>"
"<li>Perspective saving and loading</li>"
"<li>Native toolbars incorporating real-time, "spring-loaded" dragging</li>"
- "<li>Customizable floating/docking behavior</li>"
+ "<li>Customizable floating/docking behaviour</li>"
"<li>Completely customizable look-and-feel</li>"
"<li>Optional transparent window effects (while dragging or docking)</li>"
"<li>Splittable notebook control</li>"
MyApp::MyApp()
{
- // user needs to explicitely enable this
+ // user needs to explicitly enable this
m_uploadReport = false;
// call this to tell the library to call our OnFatalException()
There are several objects participating in a d&d operation. First of all,
there is the data object itself. Second, there is the drop source which is
responsible for creating the data object (if it doesn't exist yet) and starting
-the d&d operation. Finally, the drop target recieves the notification when
+the d&d operation. Finally, the drop target receives the notification when
the data is dropped onto the associated window (see below) and is responsible
for pasting the data and returning the result code (copy, move or failure).
There is one class for each one of these roles in wxWindows d&d implementation,
str = wxGetTranslation(wxTRANSLATE("Bad luck! try again..."));
// note also that if we want 'str' to contain a localized string
- // we need to use wxGetTranslation explicitely as wxTRANSLATE just
+ // we need to use wxGetTranslation explicitly as wxTRANSLATE just
// tells xgettext to extract the string but has no effect on the
// runtime of the program!
}
//
// IMPLEMENT_APP does this, and also implements the platform-specific entry
// routine, such as main or WinMain(). Use IMPLEMENT_APP_NO_MAIN if you do
-// not desire this behavior.
+// not desire this behaviour.
// ----------------------------------------------------------------------------
IMPLEMENT_APP(wxMediaPlayerApp)
wxString title;
wxMenu *menu = CreateDummyMenu(&title);
// Insert before the 'Help' menu
- // Othewise repeated Deletes will remove the 'Test' menu
+ // Otherwise repeated Deletes will remove the 'Test' menu
GetMenuBar()->Insert(4, menu, title);
}
{
// we suppose to have in input a text file containing floating numbers
- // space/newline-separed... first 3 numbers are the coordinates of a
+ // space/newline-separated... first 3 numbers are the coordinates of a
// vertex and the following 3 are the relative vertex normal and so on...
wxTextInputStream inFile(*stream);
int ppiPrinterX, ppiPrinterY;
GetPPIPrinter(&ppiPrinterX, &ppiPrinterY);
- // This scales the DC so that the printout roughly represents the the screen
+ // This scales the DC so that the printout roughly represents the screen
// scaling. The text point size _should_ be the right size but in fact is
// too small for some reason. This is a detail that will need to be
// addressed at some point but can be fudged for the moment.
event.Veto();
// Since we ask a question, it is better if we omit any validation
- // failure behavior.
+ // failure behaviour.
event.SetValidationFailureBehavior(0);
}
}
pg->SetPropertyAttribute(wxT("Y"), wxPG_ATTR_UNITS, wxT("Pixels") );
pg->SetPropertyHelpString(wxT("Y"), wxT("This property uses \"Units\" attribute.") );
- const wxChar* disabledHelpString = wxT("This property is simply disabled. Inorder to have label disabled as well, ")
+ const wxChar* disabledHelpString = wxT("This property is simply disabled. In order to have label disabled as well, ")
wxT("you need to set wxPG_EX_GREY_LABEL_WHEN_DISABLED using SetExtraStyle.");
pg->Append( new wxPropertyCategory(wxT("Environment"),wxPG_LABEL) );
pgman->SetExtraStyle(extraStyle);
- // This is the default validation failure behavior
+ // This is the default validation failure behaviour
m_pPropGridManager->SetValidationFailureBehavior( wxPG_VFB_MARK_CELL |
wxPG_VFB_SHOW_MESSAGEBOX );
void OnSetValue();
- // Inorder to have different value type in a derived property
+ // In order to have different value type in a derived property
// class, we will override GetValue to return custom variant,
// instead of changing the base m_value. This allows the methods
// in base class to function properly.
s = wxString::Format(wxT("%i tests failed!!!"), failures);
#ifdef __WXDEBUG__
else
- s = wxString::Format(wxT("All tests were succesfull, but there were %i warnings!"), wxPGGlobalVars->m_warnings);
+ s = wxString::Format(wxT("All tests were successfull, but there were %i warnings!"), wxPGGlobalVars->m_warnings);
#endif
RT_MSG(s)
for ( i=0; i<errorMessages.size(); i++ )
}
else
{
- RT_MSG(wxT("All tests succesfull"))
+ RT_MSG(wxT("All tests successfull"))
retVal = true;
if ( !interactive )
m_sizerCombo->Add(m_combobox, 0, wxGROW | wxALL, 5);
m_sizerCombo->Layout();
- // Allow changing height inorder to demonstrate flexible
+ // Allow changing height in order to demonstrate flexible
// size of image "thumbnail" painted in the control itself.
long h = 0;
m_textChangeHeight->GetValue().ToLong(&h);
class ClassListDialog: public wxDialog
{
- // we explicitely don't want to use the following macro:
+ // we explicitly don't want to use the following macro:
// DECLARE_DYNAMIC_CLASS( ClassListDialog )
// as otherwise the ClassListDialog class would appear in the list
// shown by this dialog!
// specified tab ctrl height, overriding all other considerations,
// such as text or bitmap height. It overrides any call to
// SetUniformBitmapSize(). Specifying a height of -1 reverts
-// any previous call and returns to the default behavior
+// any previous call and returns to the default behaviour
void wxAuiNotebook::SetTabCtrlHeight(int height)
{
void wxAuiManager::UpdateHintWindowConfig()
{
- // find out if the the system can do transparent frames
+ // find out if the system can do transparent frames
bool can_do_transparent = false;
wxWindow* w = m_frame;
// Do nothing so this event isn't handled in the base handlers.
// Letting the hint window activate without this handler can lead to
- // weird behavior on Mac where the menu is switched out to the top
+ // weird behaviour on Mac where the menu is switched out to the top
// window's menu in MDI applications when it shouldn't be. So since
// we don't want user interaction with the hint window anyway, we just
// prevent it from activating here.
// CalculateHintRect() calculates the drop hint rectangle. The method
// first calls DoDrop() to determine the exact position the pane would
// be at were if dropped. If the pane would indeed become docked at the
-// specified drop point, the the rectangle hint will be returned in
+// specified drop point, the rectangle hint will be returned in
// screen coordinates. Otherwise, an empty rectangle is returned.
// |pane_window| is the window pointer of the pane being dragged, |pt| is
// the mouse position, in client coordinates. |offset| describes the offset
// Render() fire a render event, which is normally handled by
// wxAuiManager::OnRender(). This allows the render function to
// be overridden via the render event. This can be useful for paintin
-// custom graphics in the main window. Default behavior can be
+// custom graphics in the main window. Default behaviour can be
// invoked in the overridden function by calling OnRender()
void wxAuiManager::Render(wxDC* dc)
done without exiting the runloop.
Be careful if you decide to change the implementation of this method
- as wxEventLoop::Exit depends on the current behavior.
+ as wxEventLoop::Exit depends on the current behaviour.
*/
[m_cocoaApp postEvent:[NSEvent otherEventWithType:NSApplicationDefined
location:NSZeroPoint modifierFlags:NSAnyEventMask
//
// Impl notes:
// There is no custom data source because doing so unnecessarily sacrifices
-// some native autocompletion behavior (we would have to make our own -
+// some native autocompletion behaviour (we would have to make our own -
// the SimpleComboBox sample does so in the developer folder that
// comes with OSX). One reason you might want this would be to have
// only one array or be able to display numbers returned by an NSNumber
and a particular set of attributes. Furthermore, the attributes instead of
being flags as in NSFontManager are instead well-defined keys in a dictionary.
- The only way to get that behavior without NSFontManager is to pare down the
+ The only way to get that behaviour without NSFontManager is to pare down the
list as much as possible using the classic NSFontManager methods and then
to instantiate each font in the list and match on each font's afmDictionary.
wxNativeFontInfo so anyone who subclassed it or created one without going through
wxFont should expect what they get (i.e. horrible breakage)
There's a concern that wxFontRefData was in the public header when 2.8 shipped so
- it's possible that someone did subclass it to get better font behavior.
+ it's possible that someone did subclass it to get better font behaviour.
For right now, the plan is to write it strictly ABI compatible with 2.8 and eventually
to enhance it in trunk to accurately represent font attributes as Cocoa sees them.
// TODO
// NOTE: Cocoa has no visible state for cells so we'd need to replace the
// cell with a dummy one to hide it or alternatively subclass NSButtonCell
- // and add the behavior.
+ // and add the behaviour.
return false;
}
bool wxSound::IsPlaying()
{
// Normally you can send a message to a nil object and it will return
- // nil. That behavior would probably be okay here but in general it's
+ // nil. That behaviour would probably be okay here but in general it's
// not recommended to send a message to a nil object if the return
// value is not an object. Better safe than sorry.
if(s_currentSound)
// This neatly solves the problem of DLL separation. If the wxAdvanced
// library (which this file is part of) is loaded then this category is
-// defined and we get dock menu behavior without app.mm ever having to
+// defined and we get dock menu behaviour without app.mm ever having to
// know we exist. C++ did sucketh so. :-)
@interface wxNSApplicationDelegate(wxTaskBarIconNSApplicationDelegateCategory)
/*! @class WXManualScrollView
- @abstract An NSScrollView subclass which implements wx scroll behavior
+ @abstract An NSScrollView subclass which implements wx scroll behaviour
@discussion
- Overrides default behavior of NSScrollView such that this class receives
+ Overrides default behaviour of NSScrollView such that this class receives
the scroller action messages and allows the wxCocoaScrollView to act
on them accordingly. In particular, because the NSScrollView will not
receive action messages from the scroller, it will not adjust the
if ( any.GetAs(&ll) )
{
// NB: Do not use LONG_MAX here. Explicitly using 32-bit
- // integer constraint yields more consistent behavior across
+ // integer constraint yields more consistent behaviour across
// builds.
if ( ll > wxINT32_MAX || ll < wxINT32_MIN )
*variant = wxLongLong(ll);
#endif
// NB: Let's not be afraid to use wxGTK's wxPopupTransientWindow as a
-// 'perfect' popup, as it can succesfully host child controls even in
+// 'perfect' popup, as it can successfully host child controls even in
// popups that are shown in modal dialogs.
#define USE_TRANSIENT_POPUP 1 // Use wxPopupWindowTransient (preferred, if it works properly on platform)
bool found = true;
wxString trueValue = value;
- // Conform to wxComboBox behavior: read-only control can only accept
+ // Conform to wxComboBox behaviour: read-only control can only accept
// valid list items and empty string
if ( m_popupInterface && HasFlag(wxCB_READONLY) && value.length() )
{
{
m_graphicContext->ResetClip();
// currently the clip eg of a window extends to the area between the scrollbars
- // so we must explicitely make sure it only covers the area we want it to draw
+ // so we must explicitly make sure it only covers the area we want it to draw
int width, height ;
GetOwner()->GetSize( &width , &height ) ;
m_graphicContext->Clip( DeviceToLogicalX(0) , DeviceToLogicalY(0) , DeviceToLogicalXRel(width), DeviceToLogicalYRel(height) );
#if WXWIN_COMPATIBILITY_2_8
bool wxDocument::GetPrintableName(wxString& buf) const
{
- // this function can not only be overridden by the user code but also
+ // this function cannot only be overridden by the user code but also
// called by it so we need to ensure that we return the same thing as
// GetUserReadableName() but we can't call it because this would result in
// an infinite recursion, hence we use the helper DoGetUserReadableName()
table = table->baseTable;
}
- // Lets free some memory.
+ // Let's free some memory.
size_t i;
for(i = 0; i < m_size; i++)
{
wxString m_strName, // entry name
m_strValue; // value
- bool m_bImmutable:1, // can be overriden locally?
+ bool m_bImmutable:1, // can be overridden locally?
m_bHasValue:1; // set after first call to SetValue()
int m_nLine; // used if m_pLine == NULL only
if ( !gs_dir->IsOpened() )
{
- wxLogSysError(_("Can not enumerate files '%s'"), spec);
+ wxLogSysError(_("Cannot enumerate files '%s'"), spec);
return wxEmptyString;
}
SetFamily(family);
}
// NB: the check on the facename is implemented in wxFontBase::SetFaceName
- // and not in wxNativeFontInfo::SetFaceName thus we need to explicitely
+ // and not in wxNativeFontInfo::SetFaceName thus we need to explicitly
// call here wxFontEnumerator::IsValidFacename
else if (
#if wxUSE_FONTENUM
if ( !face.empty() )
{
// NB: the check on the facename is implemented in wxFontBase::SetFaceName
- // and not in wxNativeFontInfo::SetFaceName thus we need to explicitely
+ // and not in wxNativeFontInfo::SetFaceName thus we need to explicitly
// call here wxFontEnumerator::IsValidFacename
if (
#if wxUSE_FONTENUM
// when checking the result, the stream will
// almost always show an error, even if the file was
- // properly transfered, thus, lets just grab the result
+ // properly transfered, thus, let's just grab the result
// we are looking for "226 transfer completed"
char code = m_ftp->GetResult();
// constants
// ----------------------------------------------------------------------------
-// image can not have any transparent pixels at all, have only 100% opaque
+// image cannot have any transparent pixels at all, have only 100% opaque
// and/or 100% transparent pixels in which case a simple mask is enough to
// store this information in wxImage or have a real alpha channel in which case
// we need to have it in wxImage as well
if ( m_pszOldLocale == NULL )
{
- wxLogError(_("locale '%s' can not be set."), szLocale);
+ wxLogError(_("locale '%s' cannot be set."), szLocale);
}
// the short name will be used to look for catalog files as well,
// Check for the degenerated case when we don't have enough space for even
// the min sizes of all the items: in this case we really can't do much
- // more than to to allocate the min size to as many of fixed size items as
+ // more than to allocate the min size to as many of fixed size items as
// possible (on the assumption that variable size items such as text zones
// or list boxes may use scrollbars to show their content even if their
// size is less than min size but that fixed size items such as buttons
Since EILSEQ and EINVAL are rather common but EOVERFLOW is not and since
EILSEQ and EINVAL are specifically defined to mean the error is other than
an undersized buffer and no other errno are defined we treat those two
- as meaning hard errors and everything else gets the old behavior which
+ as meaning hard errors and everything else gets the old behaviour which
is to keep looping and increasing buffer size until the function succeeds.
- In practice it's impossible to determine before compilation which behavior
- may be used. The vswprintf function may have vsnprintf-like behavior or
- vice-versa. Behavior detected on one release can theoretically change
+ In practice it's impossible to determine before compilation which behaviour
+ may be used. The vswprintf function may have vsnprintf-like behaviour or
+ vice-versa. Behaviour detected on one release can theoretically change
with an updated release. Not to mention that configure testing for it
would require the test to be run on the host system, not the build system
which makes cross compilation difficult. Therefore, we make no assumptions
- about behavior and try our best to handle every known case, including the
+ about behaviour and try our best to handle every known case, including the
case where wxVsnprintf returns a negative number and fails to set errno.
There is yet one more non-standard implementation and that is our own.
at the given buffer size minus 1. It is supposed to do this even if it
turns out that the buffer is sized too small.
- Darwin (tested on 10.5) follows the C99 behavior exactly.
+ Darwin (tested on 10.5) follows the C99 behaviour exactly.
- Glibc 2.6 almost follows the C99 behavior except vswprintf never sets
+ Glibc 2.6 almost follows the C99 behaviour except vswprintf never sets
errno even when it fails. However, it only seems to ever fail due
to an undersized buffer.
*/
{
val = gs_optionValues[idx];
}
- else // not set explicitely
+ else // not set explicitly
{
// look in the environment: first for a variable named "wx_appname_name"
// which can be set to affect the behaviour or just this application
if ( !fileMsg.IsOpened() )
return false;
- // get the file size (assume it is less than 4Gb...)
+ // get the file size (assume it is less than 4GB...)
wxFileOffset lenFile = fileMsg.Length();
if ( lenFile == wxInvalidOffset )
return false;
return IsOk();
}
-// Can be overriden to add support for additional decompression methods
+// Can be overridden to add support for additional decompression methods
//
wxInputStream *wxZipInputStream::OpenDecompressor(wxInputStream& stream)
{
return true;
}
-// Can be overriden to add support for additional compression methods
+// Can be overridden to add support for additional compression methods
//
wxOutputStream *wxZipOutputStream::OpenCompressor(
wxOutputStream& stream,
# that the semantics of dynamic libraries on AmigaOS, at least up
# to version 4, is to share data among multiple programs linked
# with the same dynamic library. Since this doesn't match the
- # behavior of shared libraries on other platforms, we can't use
+ # behaviour of shared libraries on other platforms, we can't use
# them.
_LT_AC_TAGVAR(ld_shlibs, $1)=no
;;
case wxANIM_TOPREVIOUS:
// this disposal should never be used too often.
- // E.g. GIF specification explicitely say to keep the usage of this
+ // E.g. GIF specification explicitly say to keep the usage of this
// disposal limited to the minimum.
// In fact it may require a lot of time to restore
if (m_currentFrame == 1)
if ( m_backingStore.IsOk() )
{
- // NOTE: we draw the bitmap explicitely ignoring the mask (if any);
+ // NOTE: we draw the bitmap explicitly ignoring the mask (if any);
// i.e. we don't want to combine the backing store with the
// possibly wrong preexisting contents of the window!
dc.DrawBitmap(m_backingStore, 0, 0, false /* no mask */);
void wxGenericColourButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev))
{
- // update the wxColouData to be shown in the the dialog
+ // update the wxColouData to be shown in the dialog
ms_data.SetColour(m_colour);
// create the colour dialog and display it
if (this->HasFlag(wxCP_NO_TLW_RESIZE))
{
- // the user asked to explicitely handle the resizing itself...
+ // the user asked to explicitly handle the resizing itself...
return;
}
void wxGenericFontButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev))
{
- // update the wxFontData to be shown in the the dialog
+ // update the wxFontData to be shown in the dialog
m_data.SetInitialFont(m_selectedFont);
// create the font dialog and display it
m_cellHighlightPenWidth = width;
// Just redrawing the cell highlight is not enough since that won't
- // make any visible change if the the thickness is getting smaller.
+ // make any visible change if the thickness is getting smaller.
int row = m_currentCellCoords.GetRow();
int col = m_currentCellCoords.GetCol();
if ( row == -1 || col == -1 || GetColWidth(col) <= 0 || GetRowHeight(row) <= 0 )
m_cellHighlightROPenWidth = width;
// Just redrawing the cell highlight is not enough since that won't
- // make any visible change if the the thickness is getting smaller.
+ // make any visible change if the thickness is getting smaller.
int row = m_currentCellCoords.GetRow();
int col = m_currentCellCoords.GetCol();
if ( row == -1 || col == -1 ||
}
else
{
- // Mimic behavior of Windows ImageList_Add that automatically breaks up the added
+ // Mimic behaviour of Windows ImageList_Add that automatically breaks up the added
// bitmap into sub-images of the correct size
if (m_width > 0 && bitmap.GetWidth() > m_width && bitmap.GetHeight() >= m_height)
{
// NB: The code below is not really Mac-specific, but since we are close
// to 2.8 release and I don't have time to test on other platforms, I
-// defined this only for wxMac. If this behavior is desired on
+// defined this only for wxMac. If this behaviour is desired on
// other platforms, please go ahead and revise or remove the #ifdef.
#ifdef __WXMAC__
if ( !m_owner->IsVirtual() && (item.m_mask & wxLIST_MASK_STATE) &&
return false;
wxCHECK_MSG( window1 && window2, false,
- wxT("can not split with NULL window(s)") );
+ wxT("cannot split with NULL window(s)") );
wxCHECK_MSG( window1->GetParent() == this && window2->GetParent() == this, false,
wxT("windows in the splitter should have it as parent!") );
if (m_widthsAbs.IsEmpty())
return wxNOT_FOUND;
- // NOTE: we explicitely don't take in count the borders since they are only
+ // NOTE: we explicitly don't take in count the borders since they are only
// useful when rendering the status text, not for hit-test computations
if (pt.y <= 0 || pt.y >= m_lastClientHeight)
#ifdef __DOS__
// Under DOS the MGL timer has a 24hr period, so consider the 12 hours
- // before y to be 'less' and the the 12 hours after 'greater' modulo
+ // before y to be 'less' and the 12 hours after 'greater' modulo
// 24 hours.
inline bool wxTickGreaterEqual(wxTimerTick_t x, wxTimerTick_t y)
{
event.Skip(!GetEventHandler()->ProcessEvent(nevent));
// Consistent with MSW (for now), send the ITEM_MENU *after*
- // the RIGHT_CLICK event. TODO: This behavior may change.
+ // the RIGHT_CLICK event. TODO: This behaviour may change.
wxTreeEvent nevent2(wxEVT_COMMAND_TREE_ITEM_MENU, this, item);
nevent2.m_pointDrag = CalcScrolledPosition(pt);
GetEventHandler()->ProcessEvent(nevent2);
h_rect.x += OnGetColumnWidth(n);
}
- // refresh but specialize the behavior if we have a single target window
+ // refresh but specialize the behaviour if we have a single target window
if ( wxVarVScrollHelper::GetTargetWindow() == wxVarHScrollHelper::GetTargetWindow() )
{
v_rect.x = h_rect.x;
h_rect.width += OnGetColumnWidth(nBetween);
}
- // refresh but specialize the behavior if we have a single target window
+ // refresh but specialize the behaviour if we have a single target window
if ( wxVarVScrollHelper::GetTargetWindow() == wxVarHScrollHelper::GetTargetWindow() )
{
v_rect.x = h_rect.x;
mainColumn->Add(
m_sizerBmpAndPage,
1, // Vertically stretchable
- wxEXPAND // Horizonal stretching, no border
+ wxEXPAND // Horizontal stretching, no border
);
mainColumn->Add(0,5,
0, // No vertical stretching
transCredits << translators[n] << wxT('\n');
}
}
- else // no translators explicitely specified
+ else // no translators explicitly specified
{
// maybe we have translator credits in the message catalog?
wxString translator = _("translator-credits");
}
}
// "size_allocate" hook
- // Needed to match the behavior of the old idle system,
+ // Needed to match the behaviour of the old idle system,
// but probably not necessary.
{
static bool hook_installed;
#if wxDEBUG_LEVEL
// don't generate the idle events while the assert modal dialog is shown,
- // this matches the behavior of wxMSW
+ // this matches the behaviour of wxMSW
if (m_isInAssert)
return false;
#endif
return false;
}
- // we can not enter threads before gtk_init is done
+ // we cannot enter threads before gtk_init is done
gdk_threads_enter();
#if wxUSE_INTL
wxCollapsiblePaneEvent ev(p, p->GetId(), p->IsCollapsed());
p->HandleWindowEvent(ev);
- // the user asked to explicitely handle the resizing itself...
+ // the user asked to explicitly handle the resizing itself...
return;
}
// is expanded or shrunk, the pane window won't be updated!
m_pPane->SetSize(ev.GetSize().x, ev.GetSize().y - m_szCollapsed.y);
- // we need to explicitely call m_pPane->Layout() or else it won't correctly relayout
+ // we need to explicitly call m_pPane->Layout() or else it won't correctly relayout
// (even if SetAutoLayout(true) has been called on it!)
m_pPane->Layout();
}
m_printData = data;
}
-// overriden for wxPrinterDC Impl
+// overridden for wxPrinterDC Impl
wxRect wxGtkPrinterDCImpl::GetPaperRect() const
{
);
}
-// Draw the equivallent of a wxComboBox
+// Draw the equivalent of a wxComboBox
void wxRendererGTK::DrawComboBox(wxWindow* win, wxDC& dc, const wxRect& rect, int flags)
{
GtkWidget *combo = wxGTKPrivate::GetComboBoxWidget();
// within its toplevel", i.e. returns true for one widget per TLW, not
// globally) returns true immediately after grabbing focus,
// GTK_WIDGET_HAS_FOCUS (which returns true only for the one widget that
- // has focus at the moment) takes affect only after the window is shown
+ // has focus at the moment) takes effect only after the window is shown
// (if it was hidden at the moment of the call) or at the next event loop
// iteration.
//
return false;
}
- // we can not enter threads before gtk_init is done
+ // we cannot enter threads before gtk_init is done
gdk_threads_enter();
if ( !wxAppBase::Initialize(argc, argv) )
if (notebook->m_skipNextPageChangeEvent)
{
- // this event was programatically generated by ChangeSelection() and thus must
+ // this event was programmatically generated by ChangeSelection() and thus must
// be skipped
notebook->m_skipNextPageChangeEvent = false;
#if WXWIN_COMPATIBILITY_2_6
// NB: Older versions of wx used GetCursor() virtual method in place of
// GetMouseCursor(interface). This code ensures that user code that
- // overriden GetCursor() continues to work. The trick is that the base
+ // overridden GetCursor() continues to work. The trick is that the base
// wxHtmlCell::GetCursor() method simply returns wxNullCursor, so we
- // know that GetCursor() was overriden iff it returns valid cursor.
+ // know that GetCursor() was overridden iff it returns valid cursor.
wxCursor cur = GetCursor();
if (cur.Ok())
return cur;
{
// We use following heuristic to find a "line": let the line be all
// cells in same container as the cell under mouse cursor that are
- // neither completely above nor completely bellow the clicked cell
+ // neither completely above nor completely below the clicked cell
// (i.e. are likely to be words positioned on same line of text).
int y1 = cell->GetAbsPos().y;
if ( !wxAppBase::OnInitGui() )
return false;
- // MGL redirects stdout and stderr to physical console, so lets redirect
+ // MGL redirects stdout and stderr to physical console, so let's redirect
// it to file if WXSTDERR environment variable is set to be able to see
// wxLogDebug() output
wxString redirect;
{
event_t evt;
- // VS: The code bellow is equal to MGL's EVT_halt implementation, with
- // two things added: sleeping (busy waiting is stupid, lets make CPU's
- // life a bit easier) and timers updating
+ // VS: The code below is equal to MGL's EVT_halt implementation, with
+ // two things added: sleeping (busy waiting is stupid, let's make CPU's
+ // life a bit easier) and timers updating.
// EVT_halt(&evt, EVT_EVERYEVT);
for (;;)
}
// Small characters don't look good when antialiased with the algorithm
- // that FreeType uses (mere 2x2 supersampling), so lets disable AA
+ // that FreeType uses (mere 2x2 supersampling), so let's disable AA
// completely for small fonts. Bitmap fonts are not antialiased either.
if ( ptSize <= gs_antialiasingThreshold ||
m_fontLib->fontLibType == MGL_BITMAPFONT_LIB )
============
The Motif Multi-Document Interface (MDI) is a collection of C++ classes
-that emulates the behavior of the Multi-Document Interface in Microsoft
+that emulates the behaviour of the Multi-Document Interface in Microsoft
Windows. The MDI framework allows a user to view multiple documents (windows)
constrained to a single parent window.
</DL>
<P>
-The behavior of adding the same document to the canvas more than once
+The behaviour of adding the same document to the canvas more than once
is undefined. Documents can be removed from the canvas by using:
<DL>
for more details.
<P>
-<B>Canvas Behavior:</B>
+<B>Canvas Behaviour:</B>
<P>
The <I>XsMDICanvas</I> is implemented as an <I>XmScrolledWindow</I> with an
By default, the <I>XmDrawingArea</I> work-window has its <I>XmNresizePolicy</I>
set to <I>XmRESIZE_GROW</I>. This will allow the work-area to grow to
whatever size necessary, but it will not automatically shrink as windows
-are manipulated. If different behavior is desired, the <I>XmNresizePolicy</I>
+are manipulated. If different behaviour is desired, the <I>XmNresizePolicy</I>
resource on the work-area can be set to <I>XmRESIZE_ANY</I>. This will
force the work-window to recompute its size as windows are manipulated, and
it will grow and shrink as necessary. However, the <I>XsMDICanvas</I> will
still force the work-area to be at-least the size of the clip-window.
-<P>To change the default behavior, add the following resource:
+<P>To change the default behaviour, add the following resource:
<DL>
<DD><XsMDICanvas name>*canvas.resizePolicy: XmRESIZE_ANY</DD>
<P>
The MDI classes support a number of different X-resources (please refer
-the the class manual pages for complete details). In order to get a feel
+to the class manual pages for complete details). In order to get a feel
for the customization capabilities of the MDI library, try running the
test program (<I>MDItest</I>) with the following command-line options:
<DT>raiseString</DT>
<DD>String used as the "raise" menu item.</DD>
<DT>lowerString</DT>
-<DD>String used as the the "lower" menu item.</DD>
+<DD>String used as the "lower" menu item.</DD>
<DT>closeString</DT>
<DD>String used as the "close" menu item.</DD>
<DT>menuFont</DT>
{
if (!XAllocColor(d,cmp,xc))
{
- // cout << "wxAllocColor : Warning : Can not allocate color, attempt find nearest !\n";
+ // cout << "wxAllocColor : Warning : cannot allocate color, attempt find nearest !\n";
wxAllocNearestColor(d,cmp,xc);
}
}
}
else
{
- // implement default behavior on click outside of client zone
+ // implement default behaviour on click outside of client zone
event.Skip();
}
}
// make the control itself of the requested height: notice that this
// must be done after changing its size or it has no effect (apparently
// the height is reset to default during the control layout) and that it's
- // useless to to do it when using the deferred sizing -- in this case it
+ // useless to do it when using the deferred sizing -- in this case it
// will be done from MSWEndDeferWindowPos()
#if wxUSE_DEFERRED_SIZING
if ( m_pendingSize == wxDefaultSize )
}
else
{
- wxLogDebug(wxT("Can not open clipboard without a main window."));
+ wxLogDebug(wxT("Cannot open clipboard without a main window."));
return false;
}
if ( err != ERROR_FILE_NOT_FOUND && err != ERROR_NO_MORE_FILES )
{
- wxLogSysError(err, _("Can not enumerate files in directory '%s'"),
+ wxLogSysError(err, _("Cannot enumerate files in directory '%s'"),
m_dirname.c_str());
}
#endif // __WIN32__
// ok
{
// If we have a top-level, full-screen frame, emulate
- // the DirectX behavior and resize it. This makes this
+ // the DirectX behaviour and resize it. This makes this
// API quite a bit easier to use.
wxWindow *winTop = wxTheApp->GetTopWindow();
wxFrame *frameTop = wxDynamicCast(winTop, wxFrame);
#if wxUSE_UNICODE_MSLU
// This is a hack for a MSLU problem: Versions up to 1.0.4011
// of UNICOWS.DLL send the correct UNICODE item after button press
- // and a bogus ANSI mode item right after this, so lets ignore
+ // and a bogus ANSI mode item right after this, so let's ignore
// the second bogus message
if ( wxUsingUnicowsDll() && s_lastMsgFlags == pFR->Flags )
{
void wxFileDialog::MSWOnInitDone(WXHWND hDlg)
{
- // note the the dialog is the parent window: hDlg is a child of it when
+ // note the dialog is the parent window: hDlg is a child of it when
// OFN_EXPLORER is used
HWND hFileDlg = ::GetParent((HWND)hDlg);
WXHMENU hMenuParent = parent->m_hMenu;
- // activate the the parent menu only when there is no other child
+ // activate the parent menu only when there is no other child
// that has been activated
if ( hMenuParent && !hwndAct )
hMenuToSet = hMenuParent;
bool wxAMMediaBackend::ShowPlayerControls(wxMediaCtrlPlayerControls flags)
{
// Note that IMediaPlayer doesn't have a statusbar by
- // default but IActiveMovie does - so lets try to keep
- // the interface consistant
+ // default but IActiveMovie does - so let's try to keep
+ // the interface consistent.
if(!flags)
{
GetAM()->put_Enabled(VARIANT_FALSE);
//---------------------------------------------------------------------------
// wxQTMediaBackend::MCFilterProc (static)
//
-// Callback for when the movie controller recieves a message
+// Callback for when the movie controller receives a message
//---------------------------------------------------------------------------
Boolean wxQTMediaBackend::MCFilterProc(MovieController WXUNUSED(theController),
short action,
bool bDoUseGlobal = (style & wxCONFIG_USE_GLOBAL_FILE) != 0;
// the convention is to put the programs keys under <vendor>\<appname>
- // (but it can be overriden by specifying the pathes explicitly in strLocal
+ // (but it can be overridden by specifying the pathes explicitly in strLocal
// and/or strGlobal)
if ( strLocal.empty() || (strGlobal.empty() && bDoUseGlobal) )
{
bool bQueryGlobal = true;
// if immutable key exists in global key we must check that it's not
- // overriden by the local key with the same name
+ // overridden by the local key with the same name
if ( IsImmutable(path.Name()) ) {
if ( TryGetValue(m_keyGlobal, path.Name(), *pStr) ) {
if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
bool bQueryGlobal = true;
// if immutable key exists in global key we must check that it's not
- // overriden by the local key with the same name
+ // overridden by the local key with the same name
if ( IsImmutable(path.Name()) ) {
if ( TryGetValue(m_keyGlobal, path.Name(), plResult) ) {
if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
bool bQueryGlobal = true;
// if immutable key exists in global key we must check that it's not
- // overriden by the local key with the same name
+ // overridden by the local key with the same name
if ( IsImmutable(path.Name()) ) {
if ( TryGetValue(m_keyGlobal, path.Name(), *buf) ) {
if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
// store the thread object in the TLS
if ( !::TlsSetValue(gs_tlsThisThread, thread) )
{
- wxLogSysError(_("Can not start thread: error writing TLS."));
+ wxLogSysError(_("Cannot start thread: error writing TLS."));
return THREAD_ERROR_EXIT;
}
{
case 0xFFFFFFFF:
// error
- wxLogSysError(_("Can not wait for thread termination"));
+ wxLogSysError(_("Cannot wait for thread termination"));
Kill();
return wxTHREAD_KILLED;
DWORD nSuspendCount = ::SuspendThread(m_hThread);
if ( nSuspendCount == (DWORD)-1 )
{
- wxLogSysError(_("Can not suspend thread %x"), m_hThread);
+ wxLogSysError(_("Cannot suspend thread %x"), m_hThread);
return false;
}
DWORD nSuspendCount = ::ResumeThread(m_hThread);
if ( nSuspendCount == (DWORD)-1 )
{
- wxLogSysError(_("Can not resume thread %x"), m_hThread);
+ wxLogSysError(_("Cannot resume thread %x"), m_hThread);
return false;
}
::TlsFree(gs_tlsThisThread);
gs_tlsThisThread = 0xFFFFFFFF;
- wxLogSysError(_("Thread module initialization failed: can not store value in thread local storage"));
+ wxLogSysError(_("Thread module initialization failed: cannot store value in thread local storage"));
return false;
}
// Without the two lines of code below, if the toolbar was repainted during
// OnLeftClick(), then it could end up without the tool bitmap temporarily
// (see http://lists.nongnu.org/archive/html/lmi/2008-10/msg00014.html).
- // The Update() call bellow ensures that this won't happen, by repainting
+ // The Update() call below ensures that this won't happen, by repainting
// invalidated areas of the toolbar immediately.
//
// To complicate matters, the tool would be drawn in depressed state (this
::SendMessage(GetHwnd(), TB_SETSTATE, id, MAKELONG(state, 0));
// OnLeftClick() can veto the button state change - for buttons which
- // may be toggled only, of couse
+ // may be toggled only, of course.
if ( !allowLeftClick && tool->CanBeToggled() )
{
// revert back
// The vista tree control includes some new code that originally broke the
// multi-selection tree, causing seemingly spurious item selection state changes
// during Shift or Ctrl-click item selection. (To witness the original broken
-// behavior, simply make IsLocked() below always return false). This problem was
+// behaviour, simply make IsLocked() below always return false). This problem was
// solved by using the following class to 'unlock' an item's selection state.
class TreeItemUnlocker
// the wrong items are deselected.
// Fortunately, Vista provides a new notification, TVN_ITEMCHANGING
- // that can be used to regulate this incorrect behavior. The
+ // that can be used to regulate this incorrect behaviour. The
// following messages will allow only the unlocked item's selection
// state to change
// Get the computer name of a DC for the domain.
if ( NetGetDCName( NULL, wszDomain, &ComputerName ) != NERR_Success )
{
- wxLogError(wxT("Can not find domain controller"));
+ wxLogError(wxT("Cannot find domain controller"));
goto error;
}
if ( !tool->CanBeToggled() || tool->GetKind() != wxITEM_RADIO || toggled )
{
// OnLeftClick() can veto the button state change - for buttons which
- // may be toggled only, of couse
+ // may be toggled only, of course.
if ( !OnLeftClick((int)id, toggled) && tool->CanBeToggled() )
{
// revert back
res->tm_wday = SystemTime.wDayOfWeek;
res->tm_yday = __mon_yday[iLeap][res->tm_mon] + SystemTime.wDay - 1; // localtime returns year-day aligned to zero
- // if localtime behavior and daylight saving
+ // if localtime behaviour and daylight saving
if (bLocal && pTz.DaylightBias != 0)
res->tm_isdst = 1;
else
}
else
{
- wxLogDebug(wxT("Can not open clipboard without a main window."));
+ wxLogDebug(wxT("Cannot open clipboard without a main window."));
return false;
}
// ----------------------------------------------------------------------------
// real implementation
// Boris' Kovalenko comments:
-// Because OS/2 fonts are associated with PS we can not create the font
+// Because OS/2 fonts are associated with PS we cannot create the font
// here, but we may check that font definition is true
// ----------------------------------------------------------------------------
// Problem:
// The MSW version had problems with SetTextColour() et al as the
// CListItemAttr's were stored keyed on the item index. If a item was
-// inserted anywhere but the end of the list the the text attributes
+// inserted anywhere but the end of the list the text attributes
// (colour etc) for the following items were out of sync.
//
// Solution:
APIRET ulrc = ::DosCreateMutexSem(NULL, &m_vMutex, 0L, FALSE);
if (ulrc != 0)
{
- wxLogSysError(_("Can not create mutex."));
+ wxLogSysError(_("Cannot create mutex."));
m_vMutex = NULL;
}
}
if (ulrc != 0)
{
- wxLogSysError(_("Can not suspend thread %lu"), m_hThread);
+ wxLogSysError(_("Cannot suspend thread %lu"), m_hThread);
return false;
}
m_eState = STATE_PAUSED;
if (ulrc != 0)
{
- wxLogSysError(_("Can not resume thread %lu"), m_hThread);
+ wxLogSysError(_("Cannot resume thread %lu"), m_hThread);
return false;
}
SetPeer(wxWidgetImpl::CreateDisclosureTriangle(this, parent, id, label, pos, size, style, GetExtraStyle() ));
MacPostControlCreate( pos, size );
- // passing the text in the param doesn't seem to work, so lets do it again
+ // passing the text in the param doesn't seem to work, so let's do it again
SetLabel( label );
return true;
void wxMacDataViewDataBrowserListViewControl::DoSetExpanderColumn(wxDataViewColumn const* columnPtr)
{
- SetDisclosureColumn(columnPtr->GetNativeData()->GetPropertyID(),false); // second parameter explicitely passed to ensure that arrow is centered
+ SetDisclosureColumn(columnPtr->GetNativeData()->GetPropertyID(),false); // second parameter explicitly passed to ensure that arrow is centered
}
wxDataViewColumn* wxMacDataViewDataBrowserListViewControl::GetColumn(unsigned int pos) const
int wxDataViewColumn::GetWidth() const
{
- // FIXME: This returns the last programatically set width and will not work if
+ // FIXME: This returns the last programmatically set width and will not work if
// the user changes the column's width by dragging it with the mouse.
return m_width;
}
new surface is created) and the subsequent call to aglSetDrawable will
attach that surface. This allows multiple contexts to be attached to a single
surface. Using the default buffer name zero, returns to one surface per
-context behavior.
+context behaviour.
*/
/*
// index(bounds) greater then key(point)
high = mid - 1;
else
- // index(bounds) less then key(point)
+ // index(bounds) less than key(point)
low = mid + 1;
}
}
//---------------------------------------------------------------------------
// wxQTMediaBackend::MCFilterProc (static)
//
-// Callback for when the movie controller recieves a message
+// Callback for when the movie controller receives a message
//---------------------------------------------------------------------------
pascal Boolean wxQTMediaBackend::MCFilterProc(
MovieController WXUNUSED(theController),
set ? kWindowNoAttributes : kWindowUnifiedTitleAndToolbarAttribute) ;
// For some reason, Tiger uses white as the background color for this appearance,
- // while most apps using it use the typical striped background. Restore that behavior
+ // while most apps using it use the typical striped background. Restore that behaviour
// for wx.
// TODO: Determine if we need this on Leopard as well. (should be harmless either way,
// though)
// since when creating the peering is not yet completely set-up we call both setters
- // explicitely
+ // explicitly
m_wxPeer->SetBackgroundColour( wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) ) ;
SetBackgroundColour( wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) ) ;
}
//---------------------------------------------------------------------------
// wxJoystickThread::HIDCallback (static)
//
-// Callback for the native HID device when it recieves input.
+// Callback for the native HID device when it receives input.
//
// This is where the REAL dirty work gets done.
//
// KH: If data is non-NULL, the connect failed, do not call Detected_Write,
// which will only end up creating a spurious connect event because the
// call to getsocketopt SO_ERROR inexplicably returns no error.
- // The change in behavior cannot be traced to any particular commit or
+ // The change in behaviour cannot be traced to any particular commit or
// timeframe so I'm not sure what to think, but after so many hours,
// this seems to address the issue and it's time to move on.
if (data == NULL)
wxT("invalid bitmap size in wxImageList: this might work ")
wxT("on this platform but definitely won't under Windows.") );
- // Mimic behavior of Windows ImageList_Add that automatically breaks up the added
+ // Mimic behaviour of Windows ImageList_Add that automatically breaks up the added
// bitmap into sub-images of the correct size
if (m_width > 0 && bitmap.GetWidth() > m_width && bitmap.GetHeight() >= m_height)
{
// Number added to image width for SetCustomPaintWidth
#define ODCB_CUST_PAINT_MARGIN 6
-// Milliseconds to wait for two mouse-ups after focus inorder
+// Milliseconds to wait for two mouse-ups after focus in order
// to trigger a double-click.
#define DOUBLE_CLICK_CONVERSION_TRESHOLD 500
}
// Do not Skip() the event after selection has been made.
- // Otherwise default event handling behavior kicks in
+ // Otherwise default event handling behaviour kicks in
// and may revert focus back to the main canvas.
res = true;
}
{
wxPropertyGrid* propGrid = m_pPropGrid;
- // This will allow better behavior.
+ // This will allow better behaviour.
if ( scheduledParent == m_properties )
scheduledParent = NULL;
bool res = PrepareToAddItem( property, (wxPropertyCategory*)parent );
- // PrepareToAddItem() may just decide to use use current category
+ // PrepareToAddItem() may just decide to use current category
// instead of adding new one.
if ( !res )
return m_currentCategory;
SendMsg(2460, wrapVisualFlags, 0);
}
-// Retrive the display mode of visual flags for wrapped lines.
+// Retrieve the display mode of visual flags for wrapped lines.
int wxStyledTextCtrl::GetWrapVisualFlags() const
{
return SendMsg(2461, 0, 0);
SendMsg(2462, wrapVisualFlagsLocation, 0);
}
-// Retrive the location of visual flags for wrapped lines.
+// Retrieve the location of visual flags for wrapped lines.
int wxStyledTextCtrl::GetWrapVisualFlagsLocation() const
{
return SendMsg(2463, 0, 0);
SendMsg(2464, indent, 0);
}
-// Retrive the start indent for wrapped lines.
+// Retrieve the start indent for wrapped lines.
int wxStyledTextCtrl::GetWrapStartIndent() const
{
return SendMsg(2465, 0, 0);
- // The following methods are nearly equivallent to their similarly named
+ // The following methods are nearly equivalent to their similarly named
// cousins above. The difference is that these methods bypass wxString
// and always use a char* even if used in a unicode build of wxWidgets.
// In that case the character data will be utf-8 encoded since that is
int wxComboBox::GetSelection() const
{
-#if 1 // FIXME:: What is the correct behavior?
+#if 1 // FIXME:: What is the correct behaviour?
// if the current value isn't one of the listbox strings, return -1
return GetLBox()->GetSelection();
#else
{
if (!XAllocColor(d,cmp,xc))
{
- // cout << "wxAllocColor : Warning : Can not allocate color, attempt find nearest !\n";
+ // cout << "wxAllocColor : Warning : Cannot allocate color, attempt find nearest !\n";
wxAllocNearestColor(d,cmp,xc);
}
}
wx28HtmlTagsCache *cache);
// Adds text to the output.
- // This is called from Parse() and must be overriden in derived classes.
+ // This is called from Parse() and must be overridden in derived classes.
// txt is not guaranteed to be only one word. It is largest continuous part of text
// (= not broken by tags)
// NOTE : using char* because of speed improvements
virtual void AddText(const wxChar* txt) = 0;
// Adds tag and proceeds it. Parse() may (and usually is) called from this method.
- // This is called from Parse() and may be overriden.
- // Default behavior is that it looks for proper handler in m_Handlers. The tag is
+ // This is called from Parse() and may be overridden.
+ // Default behaviour is that it looks for proper handler in m_Handlers. The tag is
// ignored if no hander is found.
// Derived class is *responsible* for filling in m_Handlers table.
virtual void AddTag(const wx28HtmlTag& tag);
// did we receive event already?
if (!tested)
{
- // well, lets wait a bit more
+ // well, let's wait a bit more
wxSleep(WAIT_DURATION);
}
// Check EOF stream state.
CPPUNIT_ASSERT_MESSAGE("EOF is not EOF?", stream_in.Eof());
- // Ok we found the end, lets see if we can go past it.
+ // Ok we found the end, let's see if we can go past it.
for (size_t i = 0; i < 100; i++)
(void)stream_in.GetC();
(see http://www.gccxml.org) and of the Doxygen utility (see http://www.doxygen.org)
to do the comparison.
- It's explicitely designed for wxWidgets documentation needs and is probably of little
+ It's explicitly designed for wxWidgets documentation needs and is probably of little
use for anything else than wxWidgets docs reviewing.
}
// utility specialized to parse efficiently the gccXML list of IDs which occur
-// in nodes like <Class> ones... i.e. numeric values separed by " _" token
+// in nodes like <Class> ones... i.e. numeric values separated by " _" token
bool getMemberIDs(wxClassMemberIdHashMap* map, wxClass* p, const wxString& str)
{
const wxStringCharType * const start = str.wx_str();
// NOTE: gccxml is smart enough to mark as virtual those functions
// which are declared virtual in base classes but don't have
- // the "virtual" keyword explicitely indicated in the derived
+ // the "virtual" keyword explicitly indicated in the derived
// classes... so we don't need any further logic for virtuals
m.SetVirtual(p->GetAttribute("virtual") == "1");
// NOTE: Doxygen is smart enough to mark as virtual those functions
// which are declared virtual in base classes but don't have
- // the "virtual" keyword explicitely indicated in the derived
+ // the "virtual" keyword explicitly indicated in the derived
// classes... so we don't need any further logic for virtuals
m.SetVirtual(p->GetAttribute("virt")=="virtual");
# With just a little more complexity here we could have shortest
# unique string matching for options, but that is probably overkill
-# today, so lets just get the job done.
+# today, so let's just get the job done.
#
# The important thing now then is that we simply read all input from
# the user and don't try to act prematurely on partial information.
-# Everything came in as a legal argument then, lets put some of
+# Everything came in as a legal argument then, let's put some of
# the pieces together with a little self knowledge to see what
# we should do next.
# --------------------------------------------------------------
# and its downhill fast from here if we have to ride that boat.
# Early pruning still gets that down to under half a second (up from about
# .25), so we have some breathing space yet before a different search method
-# will be called for, but lets not squander it.
+# will be called for, but let's not squander it.
do_find_best_delegate()
{
(
if not user_mask_fits "$this_config" ; then
- # No? Then lets see if it knows anybody who can.
+ # No? Then let's see if it knows anybody who can.
# But first, just be sure someone hasn't typo'd us into a loop.
# In present day wx, correct delegation should never need more
# than one hop so this is trivial to detect.