aboutsummaryrefslogtreecommitdiff
path: root/po/es.po
AgeCommit message (Collapse)Author
2013-09-16- mem leakFlorian Dold
2013-08-14-message not needed anymoreFlorian Dold
2013-05-22- moved MQ to utilFlorian Dold
- MQ support for stream - set api - starting to use set for consensus
2013-04-27work on gnunet-set, isolated bug in streamFlorian Dold
2013-04-16added skeleton for gnunet setFlorian Dold
2013-03-01-updated Spanish transltionChristian Grothoff
2013-02-13-updated translationChristian Grothoff
2013-02-05095aChristian Grothoff
2013-01-03-fixmeChristian Grothoff
2012-12-21releasing GNUnet 0.9.5Christian Grothoff
2012-11-28dummy consensus serviceFlorian Dold
2012-11-21started implementing consensus api and serviceFlorian Dold
2012-11-08-starting build system for consensusChristian Grothoff
2012-11-07- reverting unintended modifications to po filesSree Harsha Totakura
2012-11-07- remove stale fileSree Harsha Totakura
2012-11-05ready for 0.9.4 releaseChristian Grothoff
2012-11-05- dist fixBart Polot
2012-11-05-bumpChristian Grothoff
2012-10-31-adding missing pkgconfig filesChristian Grothoff
2012-09-27improving PO setChristian Grothoff
2012-08-21refactoring dns service to take stub code into separate library for use in ↵Christian Grothoff
gns2dns proxy
2012-07-20- make po files forget about mesh_newBart Polot
2012-07-13-Bertrand Marc: fixing typos found by lintanChristian Grothoff
2012-06-02-fixChristian Grothoff
2012-06-01-fixing build issues for distingChristian Grothoff
2012-05-14-doxygenChristian Grothoff
2012-03-13-support truncated HELLO names to work with 99-character per filename ↵Christian Grothoff
limitations of tar
2012-02-28-po dist changesChristian Grothoff
2012-02-28LRN: W32 pipe name generation needs randomChristian Grothoff
2012-02-28releasing GNUnet 0.9.2Christian Grothoff
2012-02-24-updating PO filesChristian Grothoff
2012-01-07-more file name fixesChristian Grothoff
2011-12-26-cleaning up for distingChristian Grothoff
2011-11-30releasing GNUnet 0.9.0Christian Grothoff
2011-11-29-fixing indentationChristian Grothoff
2011-11-26LRN: Fix dht multipeer testing crash #2 - #1919Christian Grothoff
2011-11-25- More changes in po filesBart Polot
2011-11-23automated gettext updates to PO files from 'make dist'Christian Grothoff
2011-11-04implementing last part of #1107: #1806Christian Grothoff
2011-11-02undo 17914, 915, 916Christian Grothoff
2011-10-31ready to distChristian Grothoff
2011-10-30missing extra distsChristian Grothoff
2011-10-04LRN's big logging rewrite (#1805):Christian Grothoff
* GNUNET_BOTTOM_LOGLEVEL and GNUNET_TOP_LOGLEVEL set global levels Use bottom level to force logging to be more verbose than configured Use top level to force logging to be less verbose than configured Obviously, bottom <= top * GNUNET_LOG sets per-component levels GNUNET_LOG looks like this: name[/bottom[/top]]/... name starts with a non-digit character, must not include '/' bottom and top must consist only of digits, or be empty a description is only used if it matches the component exactly as a special exception (for now) the name '*' matches any component per-component loglevels override global loglevels global levels override whatever is given via arguments or in config Examples: test_client/8/8/ run test_client with DEBUG level (usually leads to a timeout, by the way) */2/2/core/8/8/transport/4/4 run everything with WARNING, core - with DEBUG, transport - with INFO *//1/peerinfo/4/ run everything with top loglevel ERROR, global/configured bottom loglevel, and peerinfo - with bottom loglevel INFO and global/configured top loglevel statistics/ does nothing * Added GNUNET_ERROR_TYPE_UNSPECIFIED enum value, to hold -1. Its corresponding string is NULL. * Changed the logger calls as Grothoff suggested - to use static int to hold the result of runtime evaluation of logability. Logging can be unconditionally disabled in advance by defining GNUNET_LOG_CALL_STATUS to 0, and enabled in advance by defining it to 1. * Added GNUNET_CULL_LOGGING, which, if defined, completely culls out all logging calls at compile time. * Log definition parsing is only done once, results are cached. * Changed definition format, now it looks like this: [component|*|];[file|*|];[function|*|];[from_line[-to_line]];level/[component...] All field separators are mandatory (but some fields could be empty or be '*'). Line definition must be either empty or "number" or "number-number" Level definition must not be empty, and is a string representation of the level (i.e. DEBUG, WARNING, INFO, etc). Definition entry must end with a slash, whether or not there's another entry after it. File name is matched to the end of __FILE__, which allows file name to match not only the base name, but also directories leading to it. * Removed default WARNING loglevel from program and service utility code. Now they default to NULL (UNSPECIFIED) level, which can be overriden by GNUNET_LOG definition, if no level is specified via config or commandline. Log levels from config or commandline are overriden by GNUNET_FORCE_LOG. If GNUNET_*LOG are undefined, and no levels came from config or commandline, logger internally defaults to WARNING level. Add --enable-logging configure option
2011-09-13updating po-filesChristian Grothoff
2011-07-19build potsChristian Grothoff
2010-12-23releaseChristian Grothoff
2009-05-29ngChristian Grothoff