Projects
Extra
aMule
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
aMule.spec
Changed
@@ -1,6 +1,6 @@ Name: aMule Summary: Another eMule file-sharing program -Version: 2.3.1+git20140920.1925 +Version: 2.3.1+git20150121.2041 Release: 0 License: GPL-2.0+ Group: Productivity/Networking/Other
View file
aMule.tar.xz/.svn-revision
Changed
@@ -1,1 +1,1 @@ -10846 +10865
View file
aMule.tar.xz/Makefile.in
Changed
@@ -49,17 +49,18 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/acinclude.m4
Changed
@@ -231,9 +231,43 @@ m4_if(m4_eval([$# > 2]), 1, [__mule_if_helper(m4_shiftn(2, $@))])m4_n([fi])])]) -# ----------------------- # -# Other high-level macros # -# ----------------------- # +# ------------------------ # +# High level helper macros # +# ------------------------ # + +dnl --------------------------------------------------------------------------- +dnl MULE_COMBINATE(ARGS, ...) +dnl +dnl Creates all possible combinations of ARGS, enclosed in double quotes. Order +dnl of arguments is preserved during expansion, and shorter sequences always +dnl come before longer ones. +dnl +dnl Example: +dnl MULE_COMBINATE([a], [b], [c]) +dnl expands to +dnl "" "a" "b" "c" "a b" "a c" "b c" "a b c" +dnl --------------------------------------------------------------------------- +m4_define([__mule_combinate_append], + [m4_if( [$#], [0],, + [$#], [1], [$1], + [m4_ifblank([$1], [$0(m4_shift($@))], [$1 $0(m4_shift($@))])])]) + +m4_define([__mule_combinate_print], ["__mule_combinate_append($@)" ]) +m4_define([__mule_combinate_helper], + [m4_if( [$1], [0], [__mule_combinate_print([$2])], + [$1], m4_eval([$# - 2]), [__mule_combinate_print(m4_shift($@))], + [$0(m4_decr([$1]), __mule_combinate_append([$2], [$3]), m4_shiftn([3], $@))$0([$1], [$2], m4_shiftn([3], $@))])]) + +m4_define([__mule_combinate_for], + [m4_if([$1], [$2],, [__mule_combinate_helper([$1], [], m4_shiftn([2], $@))$0(m4_incr([$1]), m4_shift($@))])]) + +m4_define([MULE_COMBINATE], + [__mule_combinate_for([0], m4_incr([$#]), $@)]) + + +# ------------------- # +# Feature test macros # +# ------------------- # dnl --------------------------------------------------------------------------- dnl MULE_CHECK_SYSTEM @@ -470,49 +504,6 @@ dnl ---------------------------------------------------- -dnl MULE_CHECK_BFD -dnl check if bfd.h is on the system and usable -dnl ---------------------------------------------------- -AC_DEFUN([MULE_CHECK_BFD], -[AC_REQUIRE([MULE_CHECK_NLS])dnl - - AC_MSG_CHECKING([for bfd]) - result=no - for bfd_ldadd in "" "${LIBINTL}" "-ldl" "-ldl ${LIBINTL}"; do - MULE_BACKUP([LIBS]) - MULE_BACKUP([LDFLAGS]) - MULE_PREPEND([LIBS], [-lbfd -liberty ${bfd_ldadd} ${ZLIB_LIBS}]) - MULE_APPEND([LDFLAGS], [${ZLIB_LDFLAGS}]) - AC_LINK_IFELSE([ - AC_LANG_PROGRAM([[ - #include <ansidecl.h> - #include <bfd.h> - ]], [[ - const char *dummy = bfd_errmsg(bfd_get_error()); - ]]) - ], [ - result=yes - BFD_CPPFLAGS="-DHAVE_BFD" - BFD_LIBS="-lbfd -liberty ${bfd_ldadd}" - MULE_RESTORE([LIBS]) - MULE_RESTORE([LDFLAGS]) - break - ]) - MULE_RESTORE([LIBS]) - MULE_RESTORE([LDFLAGS]) - done - - AC_MSG_RESULT([$result]) - - AS_IF([test $result = no], - [MULE_WARNING([bfd.h not found or unusable, please install binutils development package if you are a developer or want to help testing aMule])]) - -AC_SUBST([BFD_CPPFLAGS])dnl -AC_SUBST([BFD_LIBS])dnl -]) - - -dnl ---------------------------------------------------- dnl MULE_CHECK_FLEX_EXTENDED dnl check if flex can produce header files dnl ---------------------------------------------------- @@ -619,207 +610,6 @@ dnl --------------------------------------------------------------------------- -dnl MULE_FUNC_MMAP -dnl -dnl This function is copied over from autoconf sources, but fixed to work with -dnl C++. -dnl --------------------------------------------------------------------------- -AC_DEFUN([MULE_FUNC_MMAP], -[AC_CHECK_HEADERS_ONCE([stdlib.h unistd.h sys/param.h]) -AC_CHECK_FUNCS([getpagesize]) -AC_CACHE_CHECK([for working mmap], [ac_cv_func_mmap_fixed_mapped], -[AC_RUN_IFELSE([AC_LANG_SOURCE([AC_INCLUDES_DEFAULT] -[[/* malloc might have been renamed as rpl_malloc. */ -#undef malloc - -/* Thanks to Mike Haertel and Jim Avera for this test. - Here is a matrix of mmap possibilities: - mmap private not fixed - mmap private fixed at somewhere currently unmapped - mmap private fixed at somewhere already mapped - mmap shared not fixed - mmap shared fixed at somewhere currently unmapped - mmap shared fixed at somewhere already mapped - For private mappings, we should verify that changes cannot be read() - back from the file, nor mmap's back from the file at a different - address. (There have been systems where private was not correctly - implemented like the infamous i386 svr4.0, and systems where the - VM page cache was not coherent with the file system buffer cache - like early versions of FreeBSD and possibly contemporary NetBSD.) - For shared mappings, we should conversely verify that changes get - propagated back to all the places they're supposed to be. - - Grep wants private fixed already mapped. - The main things grep needs to know about mmap are: - * does it exist and is it safe to write into the mmap'd area - * how to use it (BSD variants) */ - -#include <fcntl.h> -#include <sys/mman.h> - -#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H -char *malloc (); -#endif - -/* This mess was copied from the GNU getpagesize.h. */ -#ifndef HAVE_GETPAGESIZE -# ifdef _SC_PAGESIZE -# define getpagesize() sysconf(_SC_PAGESIZE) -# else /* no _SC_PAGESIZE */ -# ifdef HAVE_SYS_PARAM_H -# include <sys/param.h> -# ifdef EXEC_PAGESIZE -# define getpagesize() EXEC_PAGESIZE -# else /* no EXEC_PAGESIZE */ -# ifdef NBPG -# define getpagesize() NBPG * CLSIZE -# ifndef CLSIZE -# define CLSIZE 1 -# endif /* no CLSIZE */ -# else /* no NBPG */ -# ifdef NBPC -# define getpagesize() NBPC -# else /* no NBPC */ -# ifdef PAGESIZE -# define getpagesize() PAGESIZE -# endif /* PAGESIZE */ -# endif /* no NBPC */ -# endif /* no NBPG */ -# endif /* no EXEC_PAGESIZE */ -# else /* no HAVE_SYS_PARAM_H */ -# define getpagesize() 8192 /* punt totally */ -# endif /* no HAVE_SYS_PARAM_H */ -# endif /* no _SC_PAGESIZE */ - -#endif /* no HAVE_GETPAGESIZE */ - -int -main () -{ - char *data, *data2, *data3; - int i, pagesize; - int fd, fd2; - - pagesize = getpagesize (); - - /* First, make a file with some known garbage in it. */ - data = (char *) malloc (pagesize); - if (!data) - return 1; - for (i = 0; i < pagesize; ++i) - *(data + i) = rand (); - umask (0); - fd = creat ("conftest.mmap", 0600); - if (fd < 0) - return 2; - if (write (fd, data, pagesize) != pagesize) - return 3; - close (fd); - - /* Next, check that the tail of a page is zero-filled. File must have - non-zero length, otherwise we risk SIGBUS for entire page. */
View file
aMule.tar.xz/aclocal.m4
Changed
@@ -1017,6 +1017,7 @@ ]) # _AM_PROG_TAR m4_include([m4/GeoIP.m4]) +m4_include([m4/bfd.m4]) m4_include([m4/boost.m4]) m4_include([m4/build-tools.m4]) m4_include([m4/codeset.m4]) @@ -1038,6 +1039,7 @@ m4_include([m4/lib-prefix.m4]) m4_include([m4/libpng.m4]) m4_include([m4/libupnp.m4]) +m4_include([m4/mmap.m4]) m4_include([m4/nls.m4]) m4_include([m4/pkg.m4]) m4_include([m4/plasmamule.m4])
View file
aMule.tar.xz/config.h.in
Changed
@@ -38,12 +38,18 @@ */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the <ansidecl.h> header file. */ +#undef HAVE_ANSIDECL_H + /* Define to 1 if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* Define to 1 if you have the <bfd.h> header file. */ +#undef HAVE_BFD_H + /* Define to 1 if you have the Boost sources */ #undef HAVE_BOOST_SOURCES
View file
aMule.tar.xz/configure
Changed
@@ -14943,27 +14943,49 @@ # Check for bfd.h (to have proper backtraces without using wxExecute) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd" >&5 -$as_echo_n "checking for bfd... " >&6; } - result=no - for bfd_ldadd in "" "${LIBINTL}" "-ldl" "-ldl ${LIBINTL}"; do - mule_backup_LIBS="$LIBS" - mule_backup_LDFLAGS="$LDFLAGS" - LIBS="-lbfd -liberty ${bfd_ldadd} ${ZLIB_LIBS} $LIBS" - LDFLAGS="$LDFLAGS ${ZLIB_LDFLAGS}" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + for ac_header in ansidecl.h bfd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +eval as_val=\$$as_ac_Header + if test "x$as_val" = x""yes; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + if test $ac_cv_header_ansidecl_h = yes -a $ac_cv_header_bfd_h = yes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to link with bfd" >&5 +$as_echo_n "checking for libraries required to link with bfd... " >&6; } + if test "${mule_cv_lib_bfd+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + + for bfd_ldadd in "" "-lbfd" "-liberty" "-ldl" "${LIBINTL}" "${ZLIB_LIBS}" "-lbfd -liberty" "-lbfd -ldl" "-lbfd ${LIBINTL}" "-lbfd ${ZLIB_LIBS}" "-liberty -ldl" "-liberty ${LIBINTL}" "-liberty ${ZLIB_LIBS}" "-ldl ${LIBINTL}" "-ldl ${ZLIB_LIBS}" "${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl" "-lbfd -liberty ${LIBINTL}" "-lbfd -liberty ${ZLIB_LIBS}" "-lbfd -ldl ${LIBINTL}" "-lbfd -ldl ${ZLIB_LIBS}" "-lbfd ${LIBINTL} ${ZLIB_LIBS}" "-liberty -ldl ${LIBINTL}" "-liberty -ldl ${ZLIB_LIBS}" "-liberty ${LIBINTL} ${ZLIB_LIBS}" "-ldl ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl ${LIBINTL}" "-lbfd -liberty -ldl ${ZLIB_LIBS}" "-lbfd -liberty ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -ldl ${LIBINTL} ${ZLIB_LIBS}" "-liberty -ldl ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl ${LIBINTL} ${ZLIB_LIBS}" ; do + # Doing some black magic to prevent multiple tests for the same set of + # libraries when any of the shell variables above expand to nothing. + echo $bfd_ldadd + done | sed -e 's/^ *//;s/ *$//;s/ */ /g' | ${AWK} '!x[$0]++' >conftest.bfd_ldadd + while read bfd_ldadd; do + mule_backup_LIBS="$LIBS" + mule_backup_LDFLAGS="$LDFLAGS" + LIBS="${bfd_ldadd} $LIBS" + LDFLAGS="$LDFLAGS ${ZLIB_LDFLAGS}" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - #include <ansidecl.h> - #include <bfd.h> + #include <ansidecl.h> + #include <bfd.h> int main () { - - const char *dummy = bfd_errmsg(bfd_get_error()); - +const char *dummy = bfd_errmsg(bfd_get_error()); ; return 0; } @@ -14971,33 +14993,57 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : - result=yes - BFD_CPPFLAGS="-DHAVE_BFD" - BFD_LIBS="-lbfd -liberty ${bfd_ldadd}" - LIBS="$mule_backup_LIBS" - LDFLAGS="$mule_backup_LDFLAGS" - break + LIBS="$mule_backup_LIBS" + LDFLAGS="$mule_backup_LDFLAGS" + mule_cv_lib_bfd="${bfd_ldadd}" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LIBS="$mule_backup_LIBS" - LDFLAGS="$mule_backup_LDFLAGS" - done + LIBS="$mule_backup_LIBS" + LDFLAGS="$mule_backup_LDFLAGS" + if ${mule_cv_lib_bfd+:} false; then : + break +fi + done <conftest.bfd_ldadd + rm -f conftest.bfd_ldadd + +fi + + + if ${mule_cv_lib_bfd+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5 -$as_echo "$result" >&6; } + BFD_CPPFLAGS="-DHAVE_BFD" + BFD_LIBS="${mule_cv_lib_bfd}" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${BFD_LIBS:-none required}" >&5 +$as_echo "${BFD_LIBS:-none required}" >&6; } + +else - if test $result = no; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: + { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +$as_echo "not found" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: + Cannot link to the library containing the bfd functions." >&5 +$as_echo "$as_me: WARNING: + Cannot link to the library containing the bfd functions." >&2;} +_mule_warning_14=yes +_mule_has_warnings=yes + + +fi + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: bfd.h not found or unusable, please install binutils development package if you are a developer or want to help testing aMule" >&5 $as_echo "$as_me: WARNING: bfd.h not found or unusable, please install binutils development package if you are a developer or want to help testing aMule" >&2;} -_mule_warning_14=yes +_mule_warning_15=yes _mule_has_warnings=yes + fi @@ -15750,13 +15796,59 @@ # Try to set the SVN checkout-date { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVNDATE" >&5 $as_echo_n "checking for SVNDATE... " >&6; } -if test -f "$srcdir/.svn-revision" # SVNDATE for tarballs -then - svndate="rev. `cat $srcdir/.svn-revision`" -elif test -d $srcdir/.svn # SVNDATE for svn -then - svndate="rev. `svnversion $srcdir | sed -e 's/[0-9][0-9]*:\(.*\)/\1/' -e 's/\([0-9][0-9]*\).*/\1/'`" +modified= +if test -f "$srcdir/.svn-revision"; then + svndate="rev. `cat $srcdir/.svn-revision`" +elif test -d "$srcdir"/.svn; then + svndate="rev. `svnversion "$srcdir" | sed -e 'h;s/[0-9][0-9]*:\(.*\)/\1/;s/\([0-9][0-9]*\).*/\1/;x;/.*M.*/{x;s/$/+/;b;};x'`" +elif test -d "$srcdir"/.git; then + + git_revision=`git -C "$srcdir" log --max-count=1 --pretty='tformat:%h'` + if test -n "`git -C "$srcdir" status --porcelain --untracked-files=no`" ; then + modified="+" + fi + if test -f $srcdir/.git/svn/.metadata ; then + git_sha=`git -C "$srcdir" log --max-count=1 --pretty='tformat:%H'` + svndate=`git -C "$srcdir" rev-list ${git_sha} | while read sha; do + svn_revision=\`git -C "$srcdir" svn find-rev \${sha}\` + if test -n "\${svn_revision}" ; then + if test \${sha} = ${git_sha} ; then + echo "rev. \${svn_revision}${modified}" + else + echo "rev. \${svn_revision}+g${git_revision}${modified}" + fi + break + fi + done` + else + svndate="rev. g${git_revision}${modified}" + fi + +elif test -d "$srcdir"/.hg; then + + hg_revision=`hg --cwd "$srcdir" identify --id` + hg_revid=${hg_revision%+} + if test ${hg_revision} != ${hg_revid} ; then + modified="+" + fi + if test -f "$srcdir"/.hg/svn/uuid ; then + svndate=`hg --cwd "$srcdir" log --follow --template='r{svnrev} {node|short}\n' | while read svn_revision hg_sha; do + if test \${svn_revision} != r ; then + if test \${hg_sha} = ${hg_revid} ; then + echo "rev. \${svn_revision#r}${modified}" + else + echo "rev. \${svn_revision#r}+h${hg_revision}" + fi + break + fi + done` + else + svndate="rev. h${hg_revision}" + fi + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${svndate:-None required}" >&5
View file
aMule.tar.xz/configure.in
Changed
@@ -325,8 +325,7 @@ MULE_IF_ENABLED_ANY([monolithic, amule-daemon], [MULE_CHECK_FALLOCATE]) -dnl If I move it to the end of the tests, after all other test, aclocal fails. -dnl However, I still want it to use the C compiler. +dnl Use the C compiler for the gettext library checks AC_LANG_POP([C++]) # Checking Native Language Support dnl Sets gettext version. @@ -337,6 +336,7 @@ # Check for bfd.h (to have proper backtraces without using wxExecute) +dnl This must be *after* MULE_CHECK_NLS MULE_CHECK_BFD MULE_CHECK_EXECINFO @@ -371,13 +371,65 @@ # Try to set the SVN checkout-date AC_MSG_CHECKING([for SVNDATE]) -if test -f "$srcdir/.svn-revision" # SVNDATE for tarballs -then - svndate="rev. `cat $srcdir/.svn-revision`" -elif test -d $srcdir/.svn # SVNDATE for svn -then - svndate="rev. `svnversion $srcdir | sed -e 's/[[0-9]][[0-9]]*:\(.*\)/\1/' -e 's/\([[0-9]][[0-9]]*\).*/\1/'`" -fi +modified= +MULE_IF( +dnl SVNDATE for tarballs +[test -f "$srcdir/.svn-revision"], + [svndate="rev. `cat $srcdir/.svn-revision`"], + +dnl SVNDATE for Subversion checkouts +[test -d "$srcdir"/.svn], + [svndate="rev. `svnversion "$srcdir" | sed -e 'h;s/[[0-9]][[0-9]]*:\(.*\)/\1/;s/\([[0-9]][[0-9]]*\).*/\1/;x;/.*M.*/{x;s/$/+/;b;};x'`"], + +dnl SVNDATE for git/git-svn clones +[test -d "$srcdir"/.git], +[ + git_revision=`git -C "$srcdir" log --max-count=1 --pretty='tformat:%h'` + if test -n "`git -C "$srcdir" status --porcelain --untracked-files=no`" ; then + modified="+" + fi + if test -f $srcdir/.git/svn/.metadata ; then + git_sha=`git -C "$srcdir" log --max-count=1 --pretty='tformat:%H'` + svndate=`git -C "$srcdir" rev-list ${git_sha} | while read sha; do + svn_revision=\`git -C "$srcdir" svn find-rev \${sha}\` + if test -n "\${svn_revision}" ; then + if test \${sha} = ${git_sha} ; then + echo "rev. \${svn_revision}${modified}" + else + echo "rev. \${svn_revision}+g${git_revision}${modified}" + fi + break + fi + done` + else + svndate="rev. g${git_revision}${modified}" + fi +], + +dnl SVNDATE for mercurial/hgsubversion clones +[test -d "$srcdir"/.hg], +[ + hg_revision=`hg --cwd "$srcdir" identify --id` + hg_revid=${hg_revision%+} + if test ${hg_revision} != ${hg_revid} ; then + modified="+" + fi + if test -f "$srcdir"/.hg/svn/uuid ; then + svndate=`hg --cwd "$srcdir" log --follow --template='r{svnrev} {node|short}\n' | while read svn_revision hg_sha; do + if test \${svn_revision} != r ; then + if test \${hg_sha} = ${hg_revid} ; then + echo "rev. \${svn_revision#r}${modified}" + else + echo "rev. \${svn_revision#r}+h${hg_revision}" + fi + break + fi + done` + else + svndate="rev. h${hg_revision}" + fi +]) + AC_MSG_RESULT(${svndate:-None required}) AS_IF([test -n "$svndate"], [ AC_DEFINE_UNQUOTED([SVNDATE], ["$svndate"], [The checkout date or svn revision number.])
View file
aMule.tar.xz/docs/Changelog
Changed
@@ -13,11 +13,17 @@ * Make UPnP log go to the appropriate category (#1681) * Use the C++ compiler to check for features we're about to use in C++ source files (#1572) + * Adapt configure to handle subversion repository clones in + mercurial and git + * Fix bfd detection for systems missing -liberty iz0bbz: * Fix WinSock library version detection with MinGW-w64 * Fix compilation with MinGW-w64 + kam: + * WebServer serves .json, .manifest and .appacache files + Mr Hyde: * Fix "Disable computer's timed standby mode" for MacOS 10.9 Mavericks * Compilation fix on Linux Slackware 64bit and MacOS 10.9.4
View file
aMule.tar.xz/docs/Makefile.in
Changed
@@ -39,17 +39,18 @@ $(srcdir)/Makefile.in ABOUT-NLS AUTHORS COPYING INSTALL TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/docs/man/Makefile.am
Changed
@@ -13,6 +13,7 @@ amule.fr.1 amuled.fr.1 amulecmd.fr.1 amulegui.fr.1 amuleweb.fr.1 ed2k.fr.1 \ amule.hu.1 amuled.hu.1 amulecmd.hu.1 amulegui.hu.1 amuleweb.hu.1 ed2k.hu.1 \ amule.it.1 amuled.it.1 amulecmd.it.1 amulegui.it.1 amuleweb.it.1 ed2k.it.1 \ + amule.ro.1 amuled.ro.1 amulecmd.ro.1 amulegui.ro.1 amuleweb.ro.1 ed2k.ro.1 \ amule.ru.1 amuled.ru.1 amulecmd.ru.1 amulegui.ru.1 amuleweb.ru.1 ed2k.ru.1 \ amule.tr.1 amuled.tr.1 amulecmd.tr.1 amulegui.tr.1 amuleweb.tr.1 ed2k.tr.1 \ amule.zh_TW.1 amuled.zh_TW.1 amulecmd.zh_TW.1 amulegui.zh_TW.1 amuleweb.zh_TW.1 ed2k.zh_TW.1
View file
aMule.tar.xz/docs/man/Makefile.in
Changed
@@ -39,17 +39,18 @@ subdir = docs/man ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -311,11 +312,12 @@ amulecmd.fr.1 amulegui.fr.1 amuleweb.fr.1 ed2k.fr.1 amule.hu.1 \ amuled.hu.1 amulecmd.hu.1 amulegui.hu.1 amuleweb.hu.1 \ ed2k.hu.1 amule.it.1 amuled.it.1 amulecmd.it.1 amulegui.it.1 \ - amuleweb.it.1 ed2k.it.1 amule.ru.1 amuled.ru.1 amulecmd.ru.1 \ - amulegui.ru.1 amuleweb.ru.1 ed2k.ru.1 amule.tr.1 amuled.tr.1 \ - amulecmd.tr.1 amulegui.tr.1 amuleweb.tr.1 ed2k.tr.1 \ - amule.zh_TW.1 amuled.zh_TW.1 amulecmd.zh_TW.1 amulegui.zh_TW.1 \ - amuleweb.zh_TW.1 ed2k.zh_TW.1 po4a.config + amuleweb.it.1 ed2k.it.1 amule.ro.1 amuled.ro.1 amulecmd.ro.1 \ + amulegui.ro.1 amuleweb.ro.1 ed2k.ro.1 amule.ru.1 amuled.ru.1 \ + amulecmd.ru.1 amulegui.ru.1 amuleweb.ru.1 ed2k.ru.1 amule.tr.1 \ + amuled.tr.1 amulecmd.tr.1 amulegui.tr.1 amuleweb.tr.1 \ + ed2k.tr.1 amule.zh_TW.1 amuled.zh_TW.1 amulecmd.zh_TW.1 \ + amulegui.zh_TW.1 amuleweb.zh_TW.1 ed2k.zh_TW.1 po4a.config EXTRA__DIST__SUBDIRS = po MAINTAINERCLEANFILES = Makefile.in all: all-am
View file
aMule.tar.xz/docs/man/amule.ro.1
Added
@@ -0,0 +1,96 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH AMULE 1 "Noiembrie 2011" "aMule v2.3.1" aMule +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +amule \- client eMule p2p pentru toate platformele +.SH REZUMAT +.B_untranslated amule +[\fB\-c\fP \fI<path>\fP] [\fB\-geometry\fP \fI<geom>\fP] +.RB_untranslated [ \-o ] +.RB_untranslated [ \-r ] +[\fB\-w\fP \fI<path>\fP] +.RB_untranslated [ \-d ] +.RB_untranslated [ \-i ] +[\fB\-t\fP \fI<num>\fP] [\fIeD2k\-link\fP] + +.B_untranslated amule +.RB_untranslated [ \-v ] + +.B_untranslated amule +.RB_untranslated [ \-h ] + +.SH DESCRIERE +.TP +\fB[ \-c\fP \fI<path>\fP, \fB\-\-config\-dir\fP=\fI<path>\fP \fB]\fP +Citește configurarea din \fI<path>\fP în schimb de acasă +.TP +\fB[ \-geometry \fP\fI<geom>\fP \fB]\fP +Configurează geometria aplicației. \fI<geom>\fP utilizează același +format ca standard X11 +apps: [\fB=\fP][\fI<width>\fP{\fBxX\fP}\fI<height>\fP][{\fB+\-\fP}\fI<xoffset>\fP{\fB+\-\fP}\fI<yoffset>\fP] +.TP +.B_untranslated [ \-o\fR, \fB\-\-log\-stdout ]\fR +Tipărește jurnalul de mesaje la stdout. +.TP +.B_untranslated [ \-r\fR, \fB\-\-reset\-config ]\fR +Resetare configurări la valorile implicite. +.TP +\fB[ \-w\fP \fI<path>\fP, \fB\-\-use\-amuleweb\fP=\fI<path>\fP \fB]\fP +Specificați locația fișierului binar amuleweb la \fI<path>\fP. +.TP +.B_untranslated [ \-d\fR, \fB\-\-disable\-fatal ]\fR +Nu manipula excepția fatală. +.TP +.B_untranslated [ \-i\fR, \fB\-\-enable\-stdin ]\fR +Nu dezactiva stdin. +.TP +\fB[ \-t\fP, \fB\-\-category\fP=\fI<num>\fP \fB]\fP +Configurați categoria pentru link\-urile eD2k trecute la \fI<num>\fP +.TP +.B_untranslated [ \-v\fR, \fB\-\-version ]\fR +Afișează numărul versiunii curente. +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +\fB[ eD2k\-link ]\fP +Adaugă o legătură eD2k la nucleu. +.PP +Link\-ul eD2k de adăugat poate fi: +.RS 3 +.IP \(bu 2 +un link fișier (ed2k://|file|...), va fi adăugat la coada descărcărilor, +.IP \(bu 2 +o legătură server (ed2k://|server|...), care va fi adăugată la lista +serverelor, +.IP \(bu 2 +o legătură listă server, în care caz toate serverele din listă vor fi +adăugate la lista serverelor; +.IP \(bu 2 +o legătură magnet. +.RE +.SH NOTE +.SS Căi +Pentru toate opțiunile care iau o \fI<path>\fP valoare, dacă \fIpath\fP nu +conține nici o parte a unui director (ex. doar un nume de fișier simplu), +atunci se consideră a fi sub directorul de configurare aMule, \fI~/.aMule\fP. +.SH FIȘIERE +~/.aMule/* +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated alc\fR(1), \fBalcc\fR(1), \fBamuled\fR(1), \fBamulecmd\fR(1), \fBamulegui\fR(1), \fBamuleweb\fR(1), \fBcas\fR(1), \fBed2k\fR(1), \fBwxcas\fR(1), \fBxas\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/docs/man/amulecmd.ro.1
Added
@@ -0,0 +1,284 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH AMULECMD 1 "Noiembrie 2011" "aMuleCmd v2.3.1" "utilitare aMule" +.als B_untranslated B +.als RB_untranslated RB +.als SS_untranslated SS +.SH NUME +amulecmd \- Program bazat pe terminal pentru controlat aMule +.SH REZUMAT +.B_untranslated amulecmd +[\fB\-h\fP \fI<host>\fP] [\fB\-p\fP \fI<port>\fP] [\fB\-P\fP +\fI<password>\fP] [\fB\-f\fP \fI<path>\fP] +.RB_untranslated [ \-q ] +.RB_untranslated [ \-v ] +[\fB\-l\fP \fI<lang>\fP] {\fB \fP[\fB\-w\fP]\fB \fP|\fB \fP[\fB\-c\fP +\fI<command>\fP]\fB \fP} + +.B_untranslated amulecmd +[\fB\-\-create\-config\-from\fP=\fI<path>\fP] + +.B_untranslated amulecmd +.RB_untranslated [ \-\-version ] + +.B_untranslated amulecmd +.RB_untranslated [ \-\-help ] +.SH DESCRIERE +\fBamulecmd\fP este un client bazat pe terminal pentru a controla aMule. +.TP +\fB[ \-h\fP \fI<host>\fP, \fB\-\-host\fP=\fI<host>\fP \fB]\fP +Gazda unde rulează aMule (implicit: \fIlocalhost\fP). \fI<host>\fP ar +putea fi o adresă IP sau un nume DNS +.TP +\fB[ \-p\fP \fI<port>\fP, \fB\-\-port\fP=\fI<port>\fP \fB]\fP +Portul aMule pentru conexiuni externe, cum este configurat în +Preferințe\->Control la distanță (implicit: \fI4712\fP) +.TP +\fB[ \-P\fP \fI<password>\fP, \fB\-\-password\fP=\fI<password>\fP \fB]\fP +Parolă conexiuni externe. +.TP +\fB[ \-f\fP \fI<path>\fP, \fB\-\-config\-file\fP=\fI<path>\fP \fB]\fP +Utilizează fișierul de configurare dat. Fișierul de configurare implicit +este \fI~/.aMule/remote.conf\fP +.TP +.B_untranslated [ \-q\fR, \fB\-\-quiet ]\fR +Nu tipării nici o ieșire la stdout. +.TP +.B_untranslated [ \-v\fR, \fB\-\-verbose ]\fR +Fi detaliat \- arată și mesajele de depanare. +.TP +\fB[ \-l\fP \fI<lang>\fP, \fB\-\-locale\fP=\fI<lang>\fP \fB]\fP +Configurați localizarea aplicației (limba). Vedeți secțiunea \fBNOTES\fP pentru +descrierea parametrului \fI<lang>\fP . +.TP +.B_untranslated [ \-w\fR, \fB\-\-write\-config ]\fR +Scrie opțiunile liniei de comandă în fișierul de configurare și ieși +.TP +\fB[ \-c\fP \fI<command>\fP, \fB\-\-command\fP=\fI<command>\fP \fB]\fP +Execută \fI<command>\fP ca și cum ar fi fost introdusă în terminalul +amulecmd și ieși. +.TP +\fB[ \-\-create\-config\-from\fP=\fI<path>\fP \fB]\fP +Creează fișierul de configurare bazat pe \fI<path>\fP, care trebuie să +indice la un fișier de configurare aMule valid, iar apoi ieși. +.TP +.B_untranslated [ \-v\fR, \fB\-\-version ]\fR +Afișează numărul versiunii curente. +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.SH COMENZI +toate comenzile nu sunt sensibile la majuscule. +.SS "Adaugă \fI<eD2k\-link>\fP | \fI<magnet\-link>\fP" +Adaugă la nucleu o legătură eD2k sau o legătură magnet. + +Link\-ul eD2k de adăugat poate fi: +.RS 3 +.IP \(bu 2 +un link fișier (ed2k://|file|...), va fi adăugat la coada descărcărilor, +.IP \(bu 2 +o legătură server (ed2k://|server|...), care va fi adăugată la lista +serverelor, +.IP \(bu 2 +un link listă server, în care caz toate serverele din listă vor fi adăugate +la lista serverelor. +.RE + +Legătura magnet trebuie să conțină indexul eD2k și lungimea fișierului. +.SS "Anulează \fI<hash>\fP | \fI<number>\fP" +Anulează descărcarea specificată de \fI<hash>\fP sau +\fI<number>\fP. Pentru a obține valoarea utilizați \fBshow\fP. +.SS "Conectare [ \fIkad\fP | \fIed2k\fP | \fI<ip|name>\fP ]" +Conectare la rețea. + +Aceasta va conecta la toate rețelele care sunt activate în preferințe. + +Cu parametrii facultativi puteți specifica la care rețea să se +conecteze. Dând o adresă pentru server în forma IP:Port (unde IP este fie o +adresă zecimală IPv4 sau un nume DNS rezolvabil) aMule se va conecta numai +la acel server. +.SS_untranslated Disconnect [ \fIed2k\fP | \fIkad\fP ] +Deconectați de la toate rețelele la care sunteți conectat, sau doar +deconectați de la rețeaua specificată. +.SS "Descarcă \fI<number>\fP" +Pornește descărcarea unui fișier. + +Un \fI<number>\fP a unui fișier de la ultima căutare trebuie +dat. Exemplu: `descărcarea 12' va porni descărcarea fișierului cu numărul 12 +al căutării anterioare. +.SS_untranslated Exit +Deconectează de la amule/amuled și termină amulecmd. +.SS "Ia \fI<what>\fP" +Ia și afișează o valoare preferată. + +Valori disponibile pentru \fI<what>\fP: +.RS +.IP BwLimits 10 +Ia limitele lățimii de bandă. +.IP IPFilter 10 +Ia preferințele filtrului IP. +.RE +.SS "Ajutor [ \fI<command>\fP ]" +Tipărește o scurtă descriere a utilizării. Dacă este adresată fără nici un +parametru, va arăta o listă a comenzilor disponibile. Dacă este adresată cu +\fI<command>\fP, va arăta o scurtă descriere a comenzii date. +.SS "Pauză \fI<hash>\fP | \fI<number>\fP" +Pauzează descărcarea specificată de \fI<hash>\fP or +\fI<number>\fP. Pentru a obține valoarea utilizați \fBshow\fP. +.SS "Prioritate \fI<priority>\fP \fI<hash>\fP | \fI<number>\fP" +Configurați prioritatea unei descărcări cu \fI<hash>\fP sau +\fI<number>\fP. + +Valori disponibile pentru \fI<priority>\fP: +.RS +.IP Auto 10 +Prioritate automată. +.IP High 10 +Prioritate înaltă. +.IP Low 10 +Prioritate scăzută. +.IP Normal 10 +Prioritate normală. +.RE +.SS_untranslated Progress +Arată progresul unei căutări în desfășurare. +.SS_untranslated Quit +Un sinonim a comenzii \fBexit\fP . +.SS "Reâncarcă \fI<what>\fP" +Reâncarcă un obiect dat. + +Valori disponibile pentru \fI<what>\fP: +.RS +.IP Shared 10 +Reâncarcă lista fișierelor partajate. +.IP IPFilter 10 +Reâncarcă tabelele filtrului IP. +.RE +.SS_untranslated Reset +Resetează jurnalul. +.SS_untranslated Results +Arată rezultatele ultimei căutări. +.SS "Reia \fI<hash>\fP | \fI<number>\fP" +Reia descărcarea specificată de \fI<hash>\fP sau +\fI<number>\fP. Pentru a obține valoarea utilizați \fBshow\fP. +.SS "Caută \fI<type>\fP \fI<keyword>\fP" +Face o căutare a cuvântului cheie dat \fI<keyword>\fP. Un tip de +căutare și un un cuvânt cheie sunt obligatorii pentru a face asta. Exemplu: +`caută kad amule' efectuează o căutare kad pentru `amule'. + +Tipuri de căutări disponibile: +.RS +.IP Global 10 +Efectuează o căutare globală. +.IP Kad 10 +Efectuează o căutare în rețeaua Kademlia. +.IP Local 10 +Efectuează o căutare locală. +.RE +.SS "Configurează \fI<what>\fP" +Configurați o valoare a preferințelor date. + +Valori disponibile pentru \fI<what>\fP: +.RS +.IP BwLimits 10 +Configurare limite lățime de bandă. +.IP IPFilter 10 +Configurare preferințe filtru IP. +.RE +.SS "Arată \fI<what>\fP" +Arată coada încărcărilor/descărcărilor, lista serverelor sau lista +fișierelor partajate. + +Valori disponibile pentru \fI<what>\fP: +.RS +.IP DL 10 +Arată coada descărcărilor. +.IP Log 10
View file
aMule.tar.xz/docs/man/amuled.ro.1
Added
@@ -0,0 +1,98 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH AMULED 1 "Noiembrie 2011" "aMule Daemon v2.3.1" "aMule Daemon" +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +amuled \- clientul eMule p2p pentru toate platformele \- versiunea demonizată +.SH REZUMAT +.B_untranslated amuled +[\fB\-c\fP \fI<path>\fP] +.RB_untranslated [ \-f ] +[\fB\-p\fP \fI<path>\fP] +.RB_untranslated [ \-e ] +.RB_untranslated [ \-o ] +.RB_untranslated [ \-r ] +[\fB\-w\fP \fI<path>\fP] +.RB_untranslated [ \-d ] +.RB_untranslated [ \-i ] +[\fB\-t\fP \fI<num>\fP] [\fIeD2k\-link\fP] + +.B_untranslated amuled +.RB_untranslated [ \-v ] + +.B_untranslated amuled +.RB_untranslated [ \-h ] +.SH DESCRIERE +.TP +\fB[ \-c\fP \fI<path>\fP, \fB\-\-config\-dir\fP=\fI<path>\fP \fB]\fP +Citește configurarea din \fI<path>\fP în schimb de acasă +.TP +.B_untranslated [ \-f\fR, \fB\-\-full\-daemon ]\fR +Bifurcă spre fundal. +.TP +\fB[ \-p\fP \fI<path>\fP, \fB\-\-pid\-file\fP=\fI<path>\fP \fB]\fP +După bifurcare, crează un fișier\-pid în \fI<path>\fP. +\fI<path>\fP trebuie să conțină numele fișierului. +.TP +.B_untranslated [ \-e\fR, \fB\-\-ec\-config ]\fR +Configurează EC (conexiuni externe) +.TP +.B_untranslated [ \-o\fR, \fB\-\-log\-stdout ]\fR +Tipărește jurnalul de mesaje la stdout. +.TP +.B_untranslated [ \-r\fR, \fB\-\-reset\-config ]\fR +Resetare configurări la valorile implicite. +.TP +\fB[ \-w\fP \fI<path>\fP, \fB\-\-use\-amuleweb\fP=\fI<path>\fP \fB]\fP +Specificați locația fișierului binar amuleweb la \fI<path>\fP. +.TP +.B_untranslated [ \-d\fR, \fB\-\-disable\-fatal ]\fR +Nu manipula excepția fatală. +.TP +.B_untranslated [ \-i\fR, \fB\-\-enable\-stdin ]\fR +Nu dezactiva stdin. +.TP +\fB[ \-t\fP, \fB\-\-category\fP=\fI<num>\fP \fB]\fP +Configurați categoria pentru link\-urile eD2k trecute la \fI<num>\fP +.TP +.B_untranslated [ \-v\fR, \fB\-\-version ]\fR +Afișează numărul versiunii curente. +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +\fB[ eD2k\-link ]\fP +Adaugă o legătură eD2k la nucleu. +.PP +Link\-ul eD2k de adăugat poate fi: +.RS 3 +.IP \(bu 2 +un link fișier (ed2k://|file|...), va fi adăugat la coada descărcărilor, +.IP \(bu 2 +o legătură server (ed2k://|server|...), care va fi adăugată la lista +serverelor, +.IP \(bu 2 +o legătură listă server, în care caz toate serverele din listă vor fi +adăugate la lista serverelor; +.IP \(bu 2 +o legătură magnet. +.RE +.SH FIȘIERE +~/.aMule/* +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated alcc\fR(1), \fBamule\fR(1), \fBamulecmd\fR(1), \fBamulegui\fR(1), \fBamuleweb\fR(1), \fBcas\fR(1), \fBed2k\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/docs/man/amulegui.ro.1
Added
@@ -0,0 +1,69 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH AMULEGUI 1 "Noiembrie 2011" "aMuleGUI v2.3.1" aMuleGUI +.als B_untranslated B +.als RB_untranslated RB +.als unstranslated " " +amulegui \- Controlul programului aMule prin GUI +.SH REZUMAT +.B_untranslated amulegui +[\fB\-c\fP \fI<path>\fP] [\fB\-geometry\fP \fI<geom>\fP] +.RB_untranslated [ \-o ] +.RB_untranslated [ \-r ] +.RB_untranslated [ \-s ] +[\fB\-t\fP \fI<num>\fP] + +.B_untranslated amulegui +.RB_untranslated [ \-v ] + +.B_untranslated amulegui +.RB_untranslated [ \-h ] +.SH DESCRIERE +\fBamulegui\fP este un program client și poate fi conectat la amule sau amuled +prin EC. Puteți administra programul amule cu el. Asigură aproape aceleași +funcțiuni ca amule, chiar dacă nucleul funcționează pe un alt computer. +.TP +\fB[ \-c\fP \fI<path>\fP, \fB\-\-config\-dir\fP=\fI<path>\fP \fB]\fP +Citește configurarea din \fI<path>\fP în schimb de acasă +.TP +\fB[ \-geometry \fP\fI<geom>\fP \fB]\fP +Configurează geometria aplicației. \fI<geom>\fP utilizează același +format ca standard X11 +apps: [\fB=\fP][\fI<width>\fP{\fBxX\fP}\fI<height>\fP][{\fB+\-\fP}\fI<xoffset>\fP{\fB+\-\fP}\fI<yoffset>\fP] +.TP +.B_untranslated [ \-o\fR, \fB\-\-log\-stdout ]\fR +Tipărește jurnalul de mesaje la stdout. +.TP +.B_untranslated [ \-r\fR, \fB\-\-reset\-config ]\fR +Resetare configurări la valorile implicite. +.TP +.B_untranslated [ \-s\fR, \fB\-\-skip ]\fR +Omite dialogul de conectare. +.TP +\fB[ \-t\fP, \fB\-\-category\fP=\fI<num>\fP \fB]\fP +Configurați categoria pentru link\-urile eD2k trecute la \fI<num>\fP +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +.B_untranslated [ \-v\fR, \fB\-\-version ]\fR +Afișează numărul versiunii curente. +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated alc\fR(1), \fBalcc\fR(1), \fBamuled\fR(1), \fBamulecmd\fR(1), \fBamuleweb\fR(1), \fBcas\fR(1), \fBed2k\fR(1), \fBwxcas\fR(1), \fBxas\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de către Julien Delange pentru Debian +<julien AT gunnm DOT org> + +Această pagină manual a fost revizuită de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/docs/man/amuleweb.ro.1
Added
@@ -0,0 +1,219 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH AMULEWEB 1 "Noiembrie 2011" "aMule webserver v2.3.1" "utilitare aMule" +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +amuleweb \- aMule server web +.SH REZUMAT +.B_untranslated amuleweb +[\fB\-h\fP \fI<host>\fP] [\fB\-p\fP \fI<port>\fP] [\fB\-P\fP +\fI<password>\fP] [\fB\-f\fP \fI<path>\fP] +.RB_untranslated [ \-q ] +.RB_untranslated [ \-v ] +[\fB\-l\fP \fI<lang>\fP] +.RB_untranslated [ \-w ] +[\fB\-t\fP \fI<name>\fP] [\fB\-s\fP \fI<port>\fP] +.RB_untranslated [ \-u ] +[\fB\-U\fP \fI<port>\fP] +.RB_untranslated [ \-z ] +.RB_untranslated [ \-Z ] +[\fB\-A\fP \fI<parolă>\fP] [\fB\-G\fP \fI<parolă>\fP] +.RB_untranslated [ \-a " " | " " \-d ] +.RB_untranslated [ \-L ] +.RB_untranslated [ \-\-no\-php ] +.RB_untranslated [ \-N ] + +.B_untranslated amuleweb +[\fB\-\-create\-config\-from\fP=\fI<path>\fP] + +.B_untranslated amuleweb +.RB_untranslated [ \-\-help ] + +.B_untranslated amuleweb +.RB_untranslated [ \-\-version ] + +.B_untranslated amuleweb +[\fB\-\-amule\-config\-file\fP=\fI<path>\fP] + +.SH DESCRIERE +\fBamuleweb\fP vă administrează accesul la amule printr\-un navigator +web. Puteți porni amuleweb împreună cu \fBamule\fP(1), sau separat, oricând mai +târziu. Pot fi specificate opțiuni prin linia de comandă sau prin fișierul +de configurare. Opțiunile din linia de comandă au prioritate față de +opțiunile din fișierul de configurare. +.TP +\fB[ \-h\fP \fI<host>\fP, \fB\-\-host\fP=\fI<host>\fP \fB]\fP +Gazda unde rulează aMule (implicit: \fIlocalhost\fP). \fI<host>\fP ar +putea fi o adresă IP sau un nume DNS +.TP +\fB[ \-p\fP \fI<port>\fP, \fB\-\-port\fP=\fI<port>\fP \fB]\fP +Portul aMule pentru conexiuni externe, cum este configurat în +Preferințe\->Control la distanță (implicit: \fI4712\fP) +.TP +\fB[ \-P\fP \fI<password>\fP, \fB\-\-password\fP=\fI<password>\fP \fB]\fP +Parolă conexiuni externe. +.TP +\fB[ \-f\fP \fI<path>\fP, \fB\-\-config\-file\fP=\fI<path>\fP \fB]\fP +Utilizează fișierul de configurare dat. Fișierul de configurare implicit +este \fI~/.aMule/remote.conf\fP +.TP +.B_untranslated [ \-q\fR, \fB\-\-quiet ]\fR +Nu tipării nici o ieșire la stdout. +.TP +.B_untranslated [ \-v\fR, \fB\-\-verbose ]\fR +Fi detaliat \- arată și mesajele de depanare. +.TP +\fB[ \-l\fP \fI<lang>\fP, \fB\-\-locale\fP=\fI<lang>\fP \fB]\fP +Configurați localizarea aplicației (limba). Vedeți secțiunea \fBNOTES\fP pentru +descrierea parametrului \fI<lang>\fP . +.TP +.B_untranslated [ \-w\fR, \fB\-\-write\-config ]\fR +Scrie opțiunile liniei de comandă în fișierul de configurare și ieși +.TP +\fB[ \-t\fP \fI<name>\fP, \fB\-\-template\fP=\fI<name>\fP \fB]\fP +Încarcă modelul denumit \fI<name>\fP. Vedeți secțiunea \fBSKIN SUPPORT\fP +pentru detalii. +.TP +\fB[ \-s\fP \fI<port>\fP, \fB\-\-server\-port\fP=\fI<port>\fP \fB]\fP +Portul HTTP al serverului web. Acesta este portul pe care trebuie să\-l +indicați navigatorului (implicit: \fI4711\fP). +.TP +.B_untranslated [ \-u ]\fR +.br +Activare UPnP. +.TP +\fB[ \-U\fP \fI<port>\fP, \fB\-\-upnp\-port\fP \fI<port>\fP \fB]\fP +Port UPnP. +.TP +.B_untranslated [ \-z\fR, \fB\-\-enable\-gzip ]\fR +Activează utilizând compresia gzip în traficul HTTP pentru a salva lățimea +de bandă. +.TP +.B_untranslated [ \-Z\fR, \fB\-\-disable\-gzip ]\fR +Dezactivează utilizând compresia gzip (aceasta este implicita). +.TP +\fB[ \-A\fP \fI<passwd>\fP, \fB\-\-admin\-pass\fP=\fI<passwd>\fP \fB]\fP +Parola pentru accesul nerestricționat pentru serverul web. +.TP +\fB[ \-G\fP \fI<passwd>\fP, \fB\-\-guest\-pass\fP=\fI<passwd>\fP \fB]\fP +Parolă oaspete pentru webserver. +.TP +.B_untranslated [ \-a\fR, \fB\-\-allow\-guest ]\fR +Permite accesul oaspeților. +.TP +.B_untranslated [ \-d\fR, \fB\-\-deny\-guest ]\fR +Interzice accesul oaspeților (implicit). +.TP +.B_untranslated [ \-L\fR, \fB\-\-load\-settings ]\fR +Încarcă/Salvează configurările serverului web din/la aMule distant. Aceasta +determină amuleweb să ignore configurările din linia de comandă sau fișierul +de configurare și să le încarece din aMule. Când se salvează preferințele nu +se va scrie nimic în fișierul de configurare, doar la aMule. (Desigur, +aceasta funcționează doar pentru acele configurări care pot fi configurate +în aMule la Preferințe\->Control la distanță.) +.TP +.B_untranslated [ \-\-no\-php ]\fR +Dezactivează interpretorul PHP (învechit) +.TP +.B_untranslated [ \-N\fR, \fB\-\-no\-script\-cache ]\fR +Recompilează paginile PHP la fiecare cerere. +.TP +\fB[ \-\-create\-config\-from\fP=\fI<path>\fP \fB]\fP +Creează fișierul de configurare bazat pe \fI<path>\fP, care trebuie să +indice la un fișier de configurare aMule valid, iar apoi ieși. +.TP +.B_untranslated [ \-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +.B_untranslated [ \-\-version ]\fR +Afișează numărul versiunii curente. +.TP +\fB[ \-\-amule\-config\-file\fP=\fI<path>\fP \fB]\fP +Calea fișierului de configurare aMule. \fBNU UTILIZAȚI DIRECT!\fP aMule +utilizează această opțiune când pornește amuleweb la pornirea aMule. Această +opțiune cauzează tuturor celorlalte configurări din linia de comandă și +fișiere de configurare să fie ignorate, preferințele vor fi citite din +fișierul de configurare dat, de asemenea implică și opțiunile \fB\-q \-L\fP . +.SH NOTE +.SS Căi +Pentru toate opțiunile care iau o \fI<path>\fP valoare, dacă \fIpath\fP nu +conține nici o parte a unui director (ex. doar un nume de fișier simplu), +atunci se consideră a fi sub directorul de configurare aMule, \fI~/.aMule\fP. +.SS Limbi +Parametrul \fI<lang>\fP pentru opțiunea \fB\-l\fP are următoarea formă: +\fIlang\fP[\fB_\fP\fILANG\fP][\fB.\fP\fIencoding\fP][\fB@\fP\fImodifier\fP] unde \fIlang\fP este +limba primară, \fILANG\fP este dialectul/teritoriul, \fIencoding\fP este setul de +caractere de utilizat iar \fImodifier\fP permite utilizatorului de a specifica +o instanță specifică a datelor localizării în cadrul unei singure categorii. + +De exemplu, următoarele șiruri sunt valide: +.RS +.RB_untranslated de +.br +.RB_untranslated de_DE +.br +.RB_untranslated de_DE.iso88591 +.br +.RB_untranslated de_DE@euro +.br +.RB_untranslated de_DE.iso88591@euro +.RE + +Deși toate șirurile de mai sus sunt acceptate ca definiții de limbă valide, +\fIencoding\fP și \fImodifier\fP sunt momentan neutilizate. + +În completare la formatul de mai sus, puteți specifica și numele întreg al +limbii în engleză \- so \fB\-l german\fP este valid și similar cu \fB\-l de_DE\fP. + +Când nu este definită nici o limbă, în linia de comandă sau în fișierul de +configurare, va fi utilizată limba implicită a sistemului de operare. +.SH "SUPORT ASPECT" +\fBamuleweb\fP este capabil să afișeze informația în diferite aspecte. Aceste +aspecte se numesc modele, și puteți face ca amuleweb să încarce un model +anumit prin \fB\-t\fP opțiune linie de comandă. Modelele sunt căutate în două +locuri: întâi în \fI~/.aMule/webserver/\fP apoi în +\fI/usr/share/amule/webserver/\fP dacă a fost instalat cu \-\-prefix=/usr. +.PP +Fiecare șablon trebuie să fie într\-un subdirector al numelui șablonului, iar +acest director trebuie să conțină toate fișierele de care șablonul are +nevoie. +.SH FIȘIERE +~/.aMule/remote.conf +.br +~/.aMule/webserver/ +.br +\fI$(pkgdatadir)\fP/webserver/ +.SH EXEMPLU +De obicei amuleweb va rula la început ca: +.PP +\fBamuleweb\fP \fB\-h\fP \fInume gazdă\fP \fB\-p\fP \fIECport\fP \fB\-P\fP \fIECprolă\fP \fB\-s\fP +\fIHTTPport\fP \fB\-A\fP \fIParolă administrator\fP \fB\-w\fP +.PP +sau +.PP +\fBamuleweb\fP \fB\-\-create\-config\-from\fP=\fI/home/username/.aMule/amule.conf\fP +.PP
View file
aMule.tar.xz/docs/man/ed2k.ro.1
Added
@@ -0,0 +1,85 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH ED2K 1 "Noiembrie 2011" "Analizor aMule de link\-uri eD2k v1.5.1" "utilitare aMule" +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +ed2k \- analizor aMule de linkuri eD2k +.SH REZUMAT +.B_untranslated ed2k +[\fB\-c\fP \fI<path>\fP] [\fB\-t\fP \fI<num>\fP] +.RB_untranslated [ \-e ] +.RB_untranslated [ \-l ] +\fI<eD2k\-link>\fP + +.B_untranslated ed2k +.RB_untranslated [ \-h ] + +.B_untranslated ed2k +.RB_untranslated [ \-v ] +.SH DESCRIERE +Trimite link\-ul dat \fI<eD2k\-link>\fP la aMule, ex. îl scrie în +fișierul ~/.aMule/ED2KLinks, care va fi verificat de aMule în fiecare +secundă pentru link\-uri. +.TP +\fB[ \-c\fP \fI<path>\fP, \fB\-\-config\-dir\fP=\fI<path>\fP \fB]\fP +Citește configurarea din \fI<path>\fP în schimb de acasă +.TP +\fB[ \-t\fP, \fB\-\-category\fP=\fI<num>\fP \fB]\fP +Configurați categoria pentru link\-urile eD2k trecute la \fI<num>\fP +.TP +.B_untranslated [ \-e\fR, \fB\-\-emulecollection ]\fR +Încarcă toate link\-urile găsite în colecția emule date ca +\fI<ed2k\-link>\fP +.TP +.B_untranslated [ \-l\fR, \fB\-\-list ]\fR +Listează toate link\-urile găsite în colecția emule date ca +\fI<ed2k\-link>\fP +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +.B_untranslated [ \-v\fR, \fB\-\-version ]\fR +Afișează numărul versiunii curente. +.TP +\fB[ eD2k\-link ]\fP +Adaugă o legătură eD2k la nucleu. +.PP +Link\-ul eD2k de adăugat poate fi: +.RS 3 +.IP \(bu 2 +un link fișier (ed2k://|file|...), va fi adăugat la coada descărcărilor, +.IP \(bu 2 +o legătură server (ed2k://|server|...), care va fi adăugată la lista +serverelor, +.IP \(bu 2 +o legătură listă server, în care caz toate serverele din listă vor fi +adăugate la lista serverelor; +.IP \(bu 2 +o legătură magnet; +.IP \(bu 2 +un fișier colecție emule. +.RE + +\fB Ordinea în care dați parametrii este importantă.\fP Puteți da mai mult +decât un link, iar fiecare link poate avea proprii parametri. De exemplu +\fBed2k <link1> \-t2 <link2>\fP va descărca \fI<link1>\fP +în categoria standard și \fI<link2>\fP în categoria 2. +.SH FIȘIERE +~/.aMule/ED2KLinks +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated amule\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/docs/man/po/manpages-ro.add
Added
@@ -0,0 +1,1 @@ +PO4A-HEADER:mode=after;position=^\.TH;beginboundary=^FakePo4aBoundary
View file
aMule.tar.xz/docs/man/po/manpages-ro.po
Added
@@ -0,0 +1,1718 @@ +# Copyright (C) 2014 Free Software Foundation, Inc. +# This file is distributed under the same license as the aMule package. +# +# Angelescu Constantin <titus0818@yahoo.com>, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-10-31 22:06+0100\n" +"PO-Revision-Date: 2014-10-26 21:58+0200\n" +"Last-Translator: Angelescu Constantin <titus0818@yahoo.com>\n" +"Language-Team: Romanian <kde-i18n-doc@kde.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 1.5.4\n" + +#. type: TH +#: amule.1:1 +#, no-wrap +msgid "AMULE" +msgstr "AMULE" + +#. type: TH +#: amule.1:1 amulecmd.1:1 amuled.1:1 amulegui.1:1 amuleweb.1:1 ed2k.1:1 +#: ../../src/utils/aLinkCreator/docs/alc.1:1 +#: ../../src/utils/aLinkCreator/docs/alcc.1:1 ../../src/utils/cas/docs/cas.1:1 +#: ../../src/utils/wxCas/docs/wxcas.1:1 ../../src/utils/xas/docs/xas.1:1 +#, no-wrap +msgid "November 2011" +msgstr "Noiembrie 2011" + +#. type: TH +#: amule.1:1 +#, no-wrap +msgid "aMule v2.3.1" +msgstr "aMule v2.3.1" + +#. type: TH +#: amule.1:1 +#, no-wrap +msgid "aMule" +msgstr "aMule" + +#. type: SH +#: amule.1:4 amulecmd.1:5 amuled.1:4 amuleweb.1:4 ed2k.1:4 +#: ../../src/utils/aLinkCreator/docs/alc.1:3 +#: ../../src/utils/aLinkCreator/docs/alcc.1:4 ../../src/utils/cas/docs/cas.1:4 +#: ../../src/utils/wxCas/docs/wxcas.1:3 ../../src/utils/xas/docs/xas.1:3 +#, no-wrap +msgid "NAME" +msgstr "NUME" + +#. type: Plain text +#: amule.1:6 +msgid "amule - the all-platform eMule p2p client" +msgstr "amule - client eMule p2p pentru toate platformele " + +#. type: SH +#: amule.1:6 amulecmd.1:7 amuled.1:6 amulegui.1:6 amuleweb.1:6 ed2k.1:6 +#: ../../src/utils/aLinkCreator/docs/alc.1:5 +#: ../../src/utils/aLinkCreator/docs/alcc.1:6 ../../src/utils/cas/docs/cas.1:6 +#: ../../src/utils/wxCas/docs/wxcas.1:5 ../../src/utils/xas/docs/xas.1:5 +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: amule.1:10 amulegui.1:10 +msgid "[B<-c> I<E<lt>pathE<gt>>] [B<-geometry> I<E<lt>geomE<gt>>]" +msgstr "[B<-c> I<E<lt>pathE<gt>>] [B<-geometry> I<E<lt>geomE<gt>>]" + +#. type: Plain text +#: amule.1:13 amuled.1:15 +msgid "[B<-w> I<E<lt>pathE<gt>>]" +msgstr "[B<-w> I<E<lt>pathE<gt>>]" + +#. type: Plain text +#: amule.1:17 amuled.1:19 +msgid "[B<-t> I<E<lt>numE<gt>>] [I<eD2k-link>]" +msgstr "[B<-t> I<E<lt>numE<gt>>] [I<eD2k-link>]" + +#. type: SH +#: amule.1:24 amulecmd.1:26 amuled.1:25 amulegui.1:20 amuleweb.1:41 ed2k.1:19 +#: ../../src/utils/aLinkCreator/docs/alc.1:7 +#: ../../src/utils/aLinkCreator/docs/alcc.1:14 +#: ../../src/utils/cas/docs/cas.1:14 ../../src/utils/wxCas/docs/wxcas.1:7 +#: ../../src/utils/xas/docs/xas.1:7 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIERE" + +#. type: TP +#: amule.1:25 amuled.1:26 amulegui.1:24 ed2k.1:21 +#: ../../src/utils/cas/docs/cas.1:26 +#, no-wrap +msgid "B<[ -c> I<E<lt>pathE<gt>>, B<--config-dir>=I<E<lt>pathE<gt>> B<]>" +msgstr "B<[ -c> I<E<lt>pathE<gt>>, B<--config-dir>=I<E<lt>pathE<gt>> B<]>" + +#. type: Plain text +#: amule.1:28 amuled.1:29 amulegui.1:27 ed2k.1:24 +#: ../../src/utils/cas/docs/cas.1:29 +msgid "Read config from I<E<lt>pathE<gt>> instead of home" +msgstr "Citește configurarea din I<E<lt>pathE<gt>> în schimb de acasă" + +#. type: TP +#: amule.1:28 amulegui.1:27 +#, no-wrap +msgid "B<[ -geometry >I<E<lt>geomE<gt>> B<]>" +msgstr "B<[ -geometry >I<E<lt>geomE<gt>> B<]>" + +#. type: Plain text +#: amule.1:31 amulegui.1:30 +msgid "" +"Sets the geometry of the app. I<E<lt>geomE<gt>> uses the same format as " +"standard X11 apps:\t[B<=>][I<E<lt>widthE<gt>>{B<xX>}I<E<lt>heightE<gt>>][{B<" +"+->}I<E<lt>xoffsetE<gt>>{B<+->}I<E<lt>yoffsetE<gt>>]" +msgstr "" +"Configurează geometria aplicației. I<E<lt>geomE<gt>> utilizează același " +"format ca standard X11 apps:\t[B<=>][I<E<lt>widthE<gt>>{B<xX>}" +"I<E<lt>heightE<gt>>][{B<+->}I<E<lt>xoffsetE<gt>>{B<+->}I<E<lt>yoffsetE<gt>>]" + +#. type: Plain text +#: amule.1:34 amuled.1:42 amulegui.1:33 +msgid "Prints log messages to stdout." +msgstr "Tipărește jurnalul de mesaje la stdout." + +#. type: Plain text +#: amule.1:37 amuled.1:45 amulegui.1:36 +msgid "Resets config to default values." +msgstr "Resetare configurări la valorile implicite." + +#. type: TP +#: amule.1:37 amuled.1:45 +#, no-wrap +msgid "B<[ -w> I<E<lt>pathE<gt>>, B<--use-amuleweb>=I<E<lt>pathE<gt>> B<]>" +msgstr "B<[ -w> I<E<lt>pathE<gt>>, B<--use-amuleweb>=I<E<lt>pathE<gt>> B<]>" + +#. type: Plain text +#: amule.1:40 amuled.1:48 +msgid "Specify location of amuleweb binary to I<E<lt>pathE<gt>>." +msgstr "Specificați locația fișierului binar amuleweb la I<E<lt>pathE<gt>>." + +#. type: Plain text +#: amule.1:43 amuled.1:51 +msgid "Does not handle fatal exception." +msgstr "Nu manipula excepția fatală." + +#. type: Plain text +#: amule.1:46 amuled.1:54 +msgid "Does not disable stdin." +msgstr "Nu dezactiva stdin." + +#. type: TP +#: amule.1:46 amuled.1:54 amulegui.1:39 ed2k.1:24 +#, no-wrap +msgid "B<[ -t>, B<--category>=I<E<lt>numE<gt>> B<]>" +msgstr "B<[ -t>, B<--category>=I<E<lt>numE<gt>> B<]>" + +#. type: Plain text +#: amule.1:49 amuled.1:57 amulegui.1:42 ed2k.1:27 +msgid "Set category for passed eD2k links to I<E<lt>numE<gt>>" +msgstr "" +"Configurați categoria pentru link-urile eD2k trecute la I<E<lt>numE<gt>>" + +#. type: Plain text +#: amule.1:52 amulecmd.1:66 amuled.1:60 amulegui.1:48 amuleweb.1:126 ed2k.1:39 +msgid "Displays the current version number." +msgstr "Afișează numărul versiunii curente." + +#. type: Plain text +#: amule.1:55 amulecmd.1:69 amuled.1:63 amulegui.1:45 amuleweb.1:123 ed2k.1:36 +#: ../../src/utils/aLinkCreator/docs/alcc.1:22 +#: ../../src/utils/cas/docs/cas.1:32 +msgid "Prints a short usage description." +msgstr "Tipărește o scurtă descriere de utilizare." + +#. type: TP +#: amule.1:55 amuled.1:63 ed2k.1:39 +#, no-wrap +msgid "B<[ eD2k-link ]>" +msgstr "B<[ eD2k-link ]>" + +#. type: Plain text +#: amule.1:58 amuled.1:66 ed2k.1:42 +msgid "Adds an eD2k-link to the core." +msgstr "Adaugă o legătură eD2k la nucleu." + +#. type: Plain text +#: amule.1:60 amulecmd.1:75 amuled.1:68 ed2k.1:44 +msgid "The eD2k link to be added can be:" +msgstr "Link-ul eD2k de adăugat poate fi:" + +#. type: Plain text +#: amule.1:63 amulecmd.1:78 amuled.1:71 ed2k.1:47 +msgid "a file link (ed2k://|file|...), it will be added to the download queue;" +msgstr ""
View file
aMule.tar.xz/docs/man/po4a.config
Changed
@@ -1,4 +1,4 @@ -[po4a_langs] de es fr hu it ru tr zh_TW +[po4a_langs] de es fr hu it ro ru tr zh_TW [po4a_paths] po/manpages.pot $lang:po/manpages-$lang.po [options] --master-charset UTF-8 --localized-charset UTF-8 --addendum-charset UTF-8 [po4a_alias:man] man opt:"-o untranslated=als,B_untranslated,RB_untranslated,IP,SS_untranslated"
View file
aMule.tar.xz/m4/bfd.m4
Added
@@ -0,0 +1,96 @@ +# -*- Autoconf -*- +# This file is part of the aMule Project. +# +# Copyright (c) 2015 aMule Team ( admin@amule.org / http://www.amule.org ) +# +# Any parts of this program derived from the xMule, lMule or eMule project, +# or contributed by third-party developers are copyrighted by their +# respective authors. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# + +dnl --------------------------------------------------------------------------- +dnl MULE_CHECK_BFD +dnl +dnl Check if bfd.h is on the system and usable. Also checks whether we can link +dnl to the bdf functions and which libraries are needed for this. The result of +dnl the library test is saved in the mule_cv_lib_bfd cache variable, to ensure +dnl that further configurations can reuse this result. In the worst case it may +dnl take up to 32 link tests to find (or decide that it cannot be found) the +dnl right set of libraries. +dnl +dnl Compilation variables set by this function: +dnl BFD_CPPFLAGS +dnl BFD_LIBS +dnl +dnl Cache variables used/set: +dnl ac_cv_header_ansidecl_h +dnl ac_cv_header_bfd_h +dnl mule_cv_lib_bfd +dnl --------------------------------------------------------------------------- +AC_DEFUN([MULE_CHECK_BFD], +[AC_REQUIRE([MULE_CHECK_NLS])dnl +AC_REQUIRE([AC_PROG_AWK])dnl + + AC_CHECK_HEADERS([ansidecl.h bfd.h]) + AS_IF([test $ac_cv_header_ansidecl_h = yes -a $ac_cv_header_bfd_h = yes], + [ + AC_MSG_CHECKING([for libraries required to link with bfd]) + AC_CACHE_VAL([mule_cv_lib_bfd], + [ + for bfd_ldadd in MULE_COMBINATE([-lbfd], [-liberty], [-ldl], [${LIBINTL}], [${ZLIB_LIBS}]); do + # Doing some black magic to prevent multiple tests for the same set of + # libraries when any of the shell variables above expand to nothing. + echo $bfd_ldadd + done | sed -e 's/^ *//;s/ *$//;s/ */ /g' | ${AWK} '!x@<:@$[]0@:>@++' >conftest.bfd_ldadd + while read bfd_ldadd; do + MULE_BACKUP([LIBS]) + MULE_BACKUP([LDFLAGS]) + MULE_PREPEND([LIBS], [${bfd_ldadd}]) + MULE_APPEND([LDFLAGS], [${ZLIB_LDFLAGS}]) + AC_LINK_IFELSE([ + AC_LANG_PROGRAM([[ + #include <ansidecl.h> + #include <bfd.h> + ]], [[const char *dummy = bfd_errmsg(bfd_get_error());]]) + ], [ + MULE_RESTORE([LIBS]) + MULE_RESTORE([LDFLAGS]) + mule_cv_lib_bfd="${bfd_ldadd}" + ]) + MULE_RESTORE([LIBS]) + MULE_RESTORE([LDFLAGS]) + AS_IF([${mule_cv_lib_bfd+:} false], [break]) + done <conftest.bfd_ldadd + rm -f conftest.bfd_ldadd + ]) + + AS_IF([${mule_cv_lib_bfd+:} false], + [ + BFD_CPPFLAGS="-DHAVE_BFD" + BFD_LIBS="${mule_cv_lib_bfd}" + AC_MSG_RESULT([${BFD_LIBS:-none required}]) + ], [ + AC_MSG_RESULT([not found]) + MULE_WARNING([Cannot link to the library containing the bfd functions.]) + ]) + ], [ + MULE_WARNING([bfd.h not found or unusable, please install binutils development package if you are a developer or want to help testing aMule]) + ]) + +AC_SUBST([BFD_CPPFLAGS])dnl +AC_SUBST([BFD_LIBS])dnl +])
View file
aMule.tar.xz/m4/mmap.m4
Added
@@ -0,0 +1,224 @@ +# -*- Autoconf -*- +# This file is part of the aMule Project. +# +# Copyright (c) 2014 aMule Team ( admin@amule.org / http://www.amule.org ) +# +# Any parts of this program derived from the xMule, lMule or eMule project, +# or contributed by third-party developers are copyrighted by their +# respective authors. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# + + +dnl --------------------------------------------------------------------------- +dnl MULE_FUNC_MMAP +dnl +dnl This function is copied over from autoconf sources, but fixed to work with +dnl C++. +dnl --------------------------------------------------------------------------- +AC_DEFUN([MULE_FUNC_MMAP], +[AC_CHECK_HEADERS_ONCE([stdlib.h unistd.h sys/param.h]) +AC_CHECK_FUNCS([getpagesize]) +AC_CACHE_CHECK([for working mmap], [ac_cv_func_mmap_fixed_mapped], +[AC_RUN_IFELSE([AC_LANG_SOURCE([AC_INCLUDES_DEFAULT] +[[/* malloc might have been renamed as rpl_malloc. */ +#undef malloc + +/* Thanks to Mike Haertel and Jim Avera for this test. + Here is a matrix of mmap possibilities: + mmap private not fixed + mmap private fixed at somewhere currently unmapped + mmap private fixed at somewhere already mapped + mmap shared not fixed + mmap shared fixed at somewhere currently unmapped + mmap shared fixed at somewhere already mapped + For private mappings, we should verify that changes cannot be read() + back from the file, nor mmap's back from the file at a different + address. (There have been systems where private was not correctly + implemented like the infamous i386 svr4.0, and systems where the + VM page cache was not coherent with the file system buffer cache + like early versions of FreeBSD and possibly contemporary NetBSD.) + For shared mappings, we should conversely verify that changes get + propagated back to all the places they're supposed to be. + + Grep wants private fixed already mapped. + The main things grep needs to know about mmap are: + * does it exist and is it safe to write into the mmap'd area + * how to use it (BSD variants) */ + +#include <fcntl.h> +#include <sys/mman.h> + +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H +char *malloc (); +#endif + +/* This mess was copied from the GNU getpagesize.h. */ +#ifndef HAVE_GETPAGESIZE +# ifdef _SC_PAGESIZE +# define getpagesize() sysconf(_SC_PAGESIZE) +# else /* no _SC_PAGESIZE */ +# ifdef HAVE_SYS_PARAM_H +# include <sys/param.h> +# ifdef EXEC_PAGESIZE +# define getpagesize() EXEC_PAGESIZE +# else /* no EXEC_PAGESIZE */ +# ifdef NBPG +# define getpagesize() NBPG * CLSIZE +# ifndef CLSIZE +# define CLSIZE 1 +# endif /* no CLSIZE */ +# else /* no NBPG */ +# ifdef NBPC +# define getpagesize() NBPC +# else /* no NBPC */ +# ifdef PAGESIZE +# define getpagesize() PAGESIZE +# endif /* PAGESIZE */ +# endif /* no NBPC */ +# endif /* no NBPG */ +# endif /* no EXEC_PAGESIZE */ +# else /* no HAVE_SYS_PARAM_H */ +# define getpagesize() 8192 /* punt totally */ +# endif /* no HAVE_SYS_PARAM_H */ +# endif /* no _SC_PAGESIZE */ + +#endif /* no HAVE_GETPAGESIZE */ + +int +main () +{ + char *data, *data2, *data3; + int i, pagesize; + int fd, fd2; + + pagesize = getpagesize (); + + /* First, make a file with some known garbage in it. */ + data = (char *) malloc (pagesize); + if (!data) + return 1; + for (i = 0; i < pagesize; ++i) + *(data + i) = rand (); + umask (0); + fd = creat ("conftest.mmap", 0600); + if (fd < 0) + return 2; + if (write (fd, data, pagesize) != pagesize) + return 3; + close (fd); + + /* Next, check that the tail of a page is zero-filled. File must have + non-zero length, otherwise we risk SIGBUS for entire page. */ + fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); + if (fd2 < 0) + return 4; + data2 = (char *) ""; + if (write (fd2, data2, 1) != 1) + return 5; + data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); + if (data2 == MAP_FAILED) + return 6; + for (i = 0; i < pagesize; ++i) + if (*(data2 + i)) + return 7; + close (fd2); + if (munmap (data2, pagesize)) + return 8; + + /* Next, try to mmap the file at a fixed address which already has + something else allocated at it. If we can, also make sure that + we see the same garbage. */ + fd = open ("conftest.mmap", O_RDWR); + if (fd < 0) + return 9; + if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_FIXED, fd, 0L)) + return 10; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data2 + i)) + return 11; + + /* Finally, make sure that changes to the mapped area do not + percolate back to the file as seen by read(). (This is a bug on + some variants of i386 svr4.0.) */ + for (i = 0; i < pagesize; ++i) + *(data2 + i) = *(data2 + i) + 1; + data3 = (char *) malloc (pagesize); + if (!data3) + return 12; + if (read (fd, data3, pagesize) != pagesize) + return 13; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data3 + i)) + return 14; + close (fd); + return 0; +}]])], + [ac_cv_func_mmap_fixed_mapped=yes], + [ac_cv_func_mmap_fixed_mapped=no], + [ac_cv_func_mmap_fixed_mapped=no])]) +if test $ac_cv_func_mmap_fixed_mapped = yes; then + AC_DEFINE([HAVE_MMAP], [1], + [Define to 1 if you have a working `mmap' system call.]) +fi +rm -f conftest.mmap conftest.txt +]) + + +dnl --------------------------------------------------------------------------- +dnl MULE_CHECK_MMAP +dnl +dnl Checks for mmap() and makes use of it when found. +dnl --------------------------------------------------------------------------- +AC_DEFUN([MULE_CHECK_MMAP], +[ + MULE_ARG_ENABLE([mmap], [no], [enable using mapped memory if supported]) + + AH_TEMPLATE([ENABLE_MMAP], [Define this variable to 1 if using mapped memory was requested. Note that defining it will alone not allow usage of mmap(), but unsetting it will completely disable its usage.]) + + MULE_IF_ENABLED([mmap], [ + AC_DEFINE([ENABLE_MMAP], [1]) + MULE_FUNC_MMAP + AC_CHECK_FUNCS([munmap sysconf]) + AS_IF([test $ac_cv_func_sysconf = yes], [ + AC_MSG_CHECKING([for pagesize constant for sysconf]) + AC_LINK_IFELSE([
View file
aMule.tar.xz/platforms/Windows/MSVC12/aMule-MSVC12E-ExtLibs30.sln
Changed
@@ -4,133 +4,170 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "buildlibext", "libs\libext\buildlibext.vcxproj", "{F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}" ProjectSection(ProjectDependencies) = postProject + {850CDA04-EF5A-40CB-B168-B01CB209EA6D} = {850CDA04-EF5A-40CB-B168-B01CB209EA6D} + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + {56A4B526-BB81-5D01-AAA9-16D23BBB169D} = {56A4B526-BB81-5D01-AAA9-16D23BBB169D} + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {C060B24E-4ED9-4C85-9252-6A18663040F4} = {C060B24E-4ED9-4C85-9252-6A18663040F4} + {954A3B62-FFA0-47F4-9979-7857D1C06BB4} = {954A3B62-FFA0-47F4-9979-7857D1C06BB4} + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63} = {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63} + {DBAD7689-4C00-4444-93AC-E911D6597098} = {DBAD7689-4C00-4444-93AC-E911D6597098} {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} = {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701} = {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701} + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF} = {D61744B5-C233-4DD2-BDFC-F46FBA0189DF} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cryptlib", "..\..\..\..\cryptopp\cryptlib.vcxproj", "{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxregex.vcxproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxzlib.vcxproj", "{8B867186-A0B5-5479-B824-E176EDD27C40}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxpng.vcxproj", "{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxjpeg.vcxproj", "{6053CC38-CDEE-584C-8BC8-4B000D800FC7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxtiff.vcxproj", "{75596CE6-5AE7-55C9-B890-C07B0A657A83}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxexpat.vcxproj", "{A1A8355B-0988-528E-9CC2-B971D6266669}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_base.vcxproj", "{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_net.vcxproj", "{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_core.vcxproj", "{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_base.vcxproj", "{D61744B5-C233-4DD2-BDFC-F46FBA0189DF}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_adv.vcxproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_core.vcxproj", "{954A3B62-FFA0-47F4-9979-7857D1C06BB4}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_media.vcxproj", "{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_net.vcxproj", "{850CDA04-EF5A-40CB-B168-B01CB209EA6D}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_html.vcxproj", "{33CC42F9-7756-5587-863C-8D4461B7C5DD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_wxjpeg.vcxproj", "{DBAD7689-4C00-4444-93AC-E911D6597098}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_qa.vcxproj", "{E21129E0-7C08-5936-9D8C-0D60B5319BA7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_wxpng.vcxproj", "{CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_xml.vcxproj", "{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_wxtiff.vcxproj", "{C060B24E-4ED9-4C85-9252-6A18663040F4}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_xrc.vcxproj", "{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_wxzlib.vcxproj", "{14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_aui.vcxproj", "{A16D3832-0F42-57CE-8F48-50E06649ADE8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_custom_build", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_custom_build.vcxproj", "{01F4CE10-2CFB-41A8-B41F-E54337868A1D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_richtext.vcxproj", "{7FB0902D-8579-5DCE-B883-DAF66A885005}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_wxregex.vcxproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "..\..\..\..\wxWidgets30\build\msw\wx_vc10_gl.vcxproj", "{DA8B15EF-6750-5928-BC0E-C748213CF9B2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "..\..\..\..\wxWidgets30\build\msw\wx_vc12_adv.vcxproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}" + ProjectSection(ProjectDependencies) = postProject + {01F4CE10-2CFB-41A8-B41F-E54337868A1D} = {01F4CE10-2CFB-41A8-B41F-E54337868A1D} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Debug|Win32.ActiveCfg = Debug30|Win32 {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Debug|Win32.Build.0 = Debug30|Win32 + {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Debug|x64.ActiveCfg = Debug|Win32 {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Release|Win32.ActiveCfg = Release30|Win32 {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Release|Win32.Build.0 = Release30|Win32 + {F8C2C7F5-CBF1-46C1-81C9-22AD406B52C6}.Release|x64.ActiveCfg = Release|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.ActiveCfg = Debug|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.Build.0 = Debug|Win32 + {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|x64.ActiveCfg = Debug|x64 + {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|x64.Build.0 = Debug|x64 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|Win32.ActiveCfg = Release|Win32 {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|Win32.Build.0 = Release|Win32 + {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|x64.ActiveCfg = Release|x64 + {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|x64.Build.0 = Release|x64 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Debug|Win32.ActiveCfg = Debug|Win32 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Debug|Win32.Build.0 = Debug|Win32 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Debug|x64.ActiveCfg = Debug|x64 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Debug|x64.Build.0 = Debug|x64 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Release|Win32.ActiveCfg = Release|Win32 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Release|Win32.Build.0 = Release|Win32 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Release|x64.ActiveCfg = Release|x64 + {D61744B5-C233-4DD2-BDFC-F46FBA0189DF}.Release|x64.Build.0 = Release|x64 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Debug|Win32.ActiveCfg = Debug|Win32 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Debug|Win32.Build.0 = Debug|Win32 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Debug|x64.ActiveCfg = Debug|x64 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Debug|x64.Build.0 = Debug|x64 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Release|Win32.ActiveCfg = Release|Win32 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Release|Win32.Build.0 = Release|Win32 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Release|x64.ActiveCfg = Release|x64 + {954A3B62-FFA0-47F4-9979-7857D1C06BB4}.Release|x64.Build.0 = Release|x64 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Debug|Win32.ActiveCfg = Debug|Win32 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Debug|Win32.Build.0 = Debug|Win32 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Debug|x64.ActiveCfg = Debug|x64 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Debug|x64.Build.0 = Debug|x64 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Release|Win32.ActiveCfg = Release|Win32 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Release|Win32.Build.0 = Release|Win32 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Release|x64.ActiveCfg = Release|x64 + {850CDA04-EF5A-40CB-B168-B01CB209EA6D}.Release|x64.Build.0 = Release|x64 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Debug|Win32.ActiveCfg = Debug|Win32 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Debug|Win32.Build.0 = Debug|Win32 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Debug|x64.ActiveCfg = Debug|x64 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Debug|x64.Build.0 = Debug|x64 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Release|Win32.ActiveCfg = Release|Win32 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Release|Win32.Build.0 = Release|Win32 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Release|x64.ActiveCfg = Release|x64 + {DBAD7689-4C00-4444-93AC-E911D6597098}.Release|x64.Build.0 = Release|x64 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Debug|Win32.Build.0 = Debug|Win32 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Debug|x64.ActiveCfg = Debug|x64 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Debug|x64.Build.0 = Debug|x64 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Release|Win32.ActiveCfg = Release|Win32 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Release|Win32.Build.0 = Release|Win32 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Release|x64.ActiveCfg = Release|x64 + {CB8C76A0-7AFA-4A82-BCA1-92FDC78CE701}.Release|x64.Build.0 = Release|x64 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Debug|Win32.ActiveCfg = Debug|Win32 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Debug|Win32.Build.0 = Debug|Win32 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Debug|x64.ActiveCfg = Debug|x64 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Debug|x64.Build.0 = Debug|x64 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Release|Win32.ActiveCfg = Release|Win32 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Release|Win32.Build.0 = Release|Win32 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Release|x64.ActiveCfg = Release|x64 + {C060B24E-4ED9-4C85-9252-6A18663040F4}.Release|x64.Build.0 = Release|x64 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Debug|Win32.ActiveCfg = Debug|Win32 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Debug|Win32.Build.0 = Debug|Win32 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Debug|x64.ActiveCfg = Debug|x64 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Debug|x64.Build.0 = Debug|x64 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Release|Win32.ActiveCfg = Release|Win32 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Release|Win32.Build.0 = Release|Win32 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Release|x64.ActiveCfg = Release|x64 + {14EF9978-2ED5-4FEF-96AB-39DCB2C12A63}.Release|x64.Build.0 = Release|x64 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Debug|Win32.ActiveCfg = Debug|Win32 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Debug|Win32.Build.0 = Debug|Win32 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Debug|x64.ActiveCfg = Debug|x64 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Debug|x64.Build.0 = Debug|x64 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Release|Win32.ActiveCfg = Release|Win32 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Release|Win32.Build.0 = Release|Win32 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Release|x64.ActiveCfg = Release|x64 + {01F4CE10-2CFB-41A8-B41F-E54337868A1D}.Release|x64.Build.0 = Release|x64 {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.ActiveCfg = Debug|Win32 {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.Build.0 = Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.ActiveCfg = Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.Build.0 = Debug|x64 {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.ActiveCfg = Release|Win32 {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.Build.0 = Release|Win32 - {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.ActiveCfg = Debug|Win32 - {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.Build.0 = Debug|Win32 - {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.ActiveCfg = Release|Win32 - {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.Build.0 = Release|Win32 - {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.ActiveCfg = Debug|Win32 - {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.Build.0 = Debug|Win32 - {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.ActiveCfg = Release|Win32 - {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.Build.0 = Release|Win32 - {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.ActiveCfg = Debug|Win32 - {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.Build.0 = Debug|Win32 - {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.ActiveCfg = Release|Win32 - {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.Build.0 = Release|Win32 - {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.ActiveCfg = Debug|Win32 - {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.Build.0 = Debug|Win32 - {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.ActiveCfg = Release|Win32 - {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.Build.0 = Release|Win32
View file
aMule.tar.xz/platforms/Windows/MSVC12/libs/libext/buildlibext.vcxproj
Changed
@@ -104,7 +104,7 @@ <PostBuildEvent> <Message>join external libs</Message> <Command>if not exist ..\..\$(Configuration) mkdir ..\..\$(Configuration) -lib /LTCG /out:..\..\$(Configuration)\libext.lib "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_media.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxjpegd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_adv.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxregexud.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_richtext.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxzlibd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30ud.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_qa.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30ud_xml.lib" "..\..\..\..\..\..\cryptopp\win32\output\debug\cryptlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxtiffd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30ud_net.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_core.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_gl.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxpngd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_xrc.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxexpatd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_html.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_aui.lib" +lib /LTCG /out:..\..\$(Configuration)\libext.lib "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxjpegd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxzlibd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30ud.lib" "..\..\..\..\..\..\cryptopp\win32\output\debug\cryptlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxtiffd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30ud_net.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_core.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxpngd.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30ud_adv.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxregexud.lib" </Command> </PostBuildEvent> </ItemDefinitionGroup> @@ -116,164 +116,11 @@ <PostBuildEvent> <Message>join external libs</Message> <Command>if not exist ..\..\$(Configuration) mkdir ..\..\$(Configuration) -lib /LTCG /out:..\..\$(Configuration)\libext.lib "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_media.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxjpeg.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_adv.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxregexu.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_richtext.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxzlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30u.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_qa.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30u_xml.lib" "..\..\..\..\..\..\cryptopp\win32\output\release\cryptlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxtiff.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30u_net.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_core.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_gl.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxpng.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_xrc.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxexpat.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_html.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_aui.lib" +lib /LTCG /out:..\..\$(Configuration)\libext.lib "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxjpeg.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxzlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30u.lib" "..\..\..\..\..\..\cryptopp\win32\output\release\cryptlib.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxtiff.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxbase30u_net.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_core.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxpng.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxmsw30u_adv.lib" "..\..\..\..\..\..\wxWidgets30\lib\vc_lib\wxregexu.lib" </Command> </PostBuildEvent> </ItemDefinitionGroup> - <ItemGroup> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_adv.vcxproj"> - <Project>{24c45343-fd20-5c92-81c1-35a2ae841e79}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_aui.vcxproj"> - <Project>{a16d3832-0f42-57ce-8f48-50e06649ade8}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_base.vcxproj"> - <Project>{3fcc50c2-81e9-5db2-b8d8-2129427568b1}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_core.vcxproj"> - <Project>{6744dad8-9c70-574a-bff2-9f8dddb24a75}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_gl.vcxproj"> - <Project>{da8b15ef-6750-5928-bc0e-c748213cf9b2}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_html.vcxproj"> - <Project>{33cc42f9-7756-5587-863c-8d4461b7c5dd}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_media.vcxproj"> - <Project>{8bd8f8d9-4275-5b42-a8f4-f1db2970a550}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_net.vcxproj"> - <Project>{69f2ede4-7d21-5738-9bc0-f66f61c9ae00}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_qa.vcxproj"> - <Project>{e21129e0-7c08-5936-9d8c-0d60b5319ba7}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_richtext.vcxproj"> - <Project>{7fb0902d-8579-5dce-b883-daf66a885005}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxexpat.vcxproj"> - <Project>{a1a8355b-0988-528e-9cc2-b971d6266669}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxjpeg.vcxproj"> - <Project>{6053cc38-cdee-584c-8bc8-4b000d800fc7}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxpng.vcxproj"> - <Project>{8acc122a-ca6a-5aa6-9c97-9cdd2e533db0}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxregex.vcxproj"> - <Project>{56a4b526-bb81-5d01-aaa9-16d23bbb169d}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxtiff.vcxproj"> - <Project>{75596ce6-5ae7-55c9-b890-c07b0a657a83}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_wxzlib.vcxproj"> - <Project>{8b867186-a0b5-5479-b824-e176edd27c40}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_xml.vcxproj"> - <Project>{3e6dca27-5fa3-53ec-bbd6-2d42294b7ae6}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets30\build\msw\wx_vc10_xrc.vcxproj"> - <Project>{09f2f96a-1cc6-5e43-af1d-956ec2a4888d}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_adv.vcxproj"> - <Project>{fe8c58ce-6828-4125-8563-28f929d307c2}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_aui.vcxproj"> - <Project>{64dd39fc-b3fa-4625-86ba-d8a7ae7d1d2c}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_base.vcxproj"> - <Project>{3ea1ce4c-c6fa-42c0-a152-10fda37fe935}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_core.vcxproj"> - <Project>{83e249bf-12a0-4d0d-b9a5-b9560fde0ba1}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_dbgrid.vcxproj"> - <Project>{c4590207-2d76-445f-833d-d59bb14d2c51}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_gl.vcxproj"> - <Project>{8cf291f4-6284-4118-98a7-9d2146c6d5ea}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_html.vcxproj"> - <Project>{8e917a7a-cc97-45c8-80a1-2ebd30936d23}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_media.vcxproj"> - <Project>{6b245136-054c-4400-bf21-d30b05c231cd}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_net.vcxproj"> - <Project>{c963a510-37eb-4d71-85b9-2380fcd4b3d3}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_odbc.vcxproj"> - <Project>{b535be44-fccc-4911-862f-a7ed6cc6b597}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_qa.vcxproj"> - <Project>{ae383b44-ee53-4353-9bf0-2f3767d6ce51}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_richtext.vcxproj"> - <Project>{4740520c-adf1-464d-97c5-85fcfeecf76d}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxexpat.vcxproj"> - <Project>{474a0ed2-5969-47f0-b37f-7bc05c44f99b}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxjpeg.vcxproj"> - <Project>{4c6519fa-63b7-4631-b087-a17a368dbcd9}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxpng.vcxproj"> - <Project>{4f88c347-8c7a-47c1-84c8-d4e154a33d30}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxregex.vcxproj"> - <Project>{a960d0ad-c20e-4fd6-b477-6509232c7d94}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxtiff.vcxproj"> - <Project>{456e58bd-84ca-4190-a88b-0a9b30dfd6d6}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_wxzlib.vcxproj"> - <Project>{99a6cd35-a635-4e39-93ff-f9a359e356d2}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_xml.vcxproj"> - <Project>{46b97e73-8e57-42c1-a46e-af0495d625dd}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - <ProjectReference Include="..\..\..\..\..\..\wxWidgets\build\msw\wx_xrc.vcxproj"> - <Project>{ba59346e-5eb2-4d25-94a7-132d9c953a05}</Project> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> + <ItemGroup> <ClInclude Include="dummy.h" /> </ItemGroup>
View file
aMule.tar.xz/po/LINGUAS
Changed
@@ -27,6 +27,7 @@ pl pt_BR pt_PT +ro ru sl sq
View file
aMule.tar.xz/po/amule.pot
Changed
@@ -1,17 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule VERSION\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: LL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -57,7 +58,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "" @@ -83,7 +84,7 @@ msgid "Password set and external connections enabled." msgstr "" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -94,51 +95,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -148,192 +149,192 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510
View file
aMule.tar.xz/po/ar.po
Changed
@@ -1,16 +1,17 @@ # Translation of amule interface to arabic # Copyright (c) 2003-2011 aMule Team -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # saleh alhathal <hathalsal@hotmail.com>, 2004. # msgid "" msgstr "" -"Project-Id-Version: 1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2004-03-28 22:15+0300\n" "Last-Translator: saleh alhathal <hathalsal@hotmail.com>\n" "Language-Team: \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,7 +57,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "فشل" @@ -84,7 +85,7 @@ msgid "Password set and external connections enabled." msgstr "قبل إتصال خارجي جديد\n" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -95,51 +96,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "معلومات" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -149,193 +150,193 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "ﻻ نضمن انه خالي من اﻻخطاء, قد يتسبب باعطال\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "إسم الخادم" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510
View file
aMule.tar.xz/po/ast.po
Changed
@@ -1,16 +1,17 @@ -# Language ast translations for PACKAGE package. +# Language ast translations for aMule package. # Copyright (C) 2008 Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # root <malditoastur@gmail.com>, 2008. # msgid "" msgstr "" -"Project-Id-Version: new_ast\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2009-11-04 21:31+0100\n" "Last-Translator: astur <malditoastur@gmail.com>\n" "Language-Team: Language ast <malditoastur@gmail.com>\n" +"Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -60,7 +61,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Matando instancia amuleweb con pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Falló" @@ -88,7 +89,7 @@ msgid "Password set and external connections enabled." msgstr "Contraseña fixada y conexones esternes habilitaes." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ALERTA" @@ -101,13 +102,13 @@ "La to llingua foi camudada a la de por defeutu del sistema, darréu d'un " "cambéu de configuración. Siéntolo." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -115,16 +116,16 @@ "Nun tienes dengún sirvidor na llista de sirvidores.\n" "¿Quies que aMule descargue una nueva llista agora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Descarga llista de sirvidores" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "sirvidor web corriendo con pid: %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -134,23 +135,23 @@ "binariu d'amuleweb. Por favor instala'l paquete que contenga'l sirvidor web " "d'aMule o compila aMule usando --enable-webserver y executa make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "FALLU" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Nun ye dable direicionar los puertos a la direición especificada: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "El puertu %u nun ta disponible. Tendrás IDBaxa\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -166,15 +167,15 @@ "Comprueba la to rede y asegúrate de que'l puertu ta abiertu pa entrada y " "salida." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Fallu al criar el ficheru de RoblaOnline" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Fallu al criar el ficheru de RoblaOnline aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -182,38 +183,38 @@ "La llingua seleicionada nun paez tar instalada. (Nota: Tentará de ponese de " "toes formes)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Ye la primer vegada qu'anicies aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Esto ye una versión de preba, actualízate diariamente, y \n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "nun damos garantía si fraña daqué, ambura to casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "o fila la to sidra. Pero *tendría* de ser seguru de toes formes. \n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Podrás alcontrar na nuesa web, más información, sofitu y nueves versiones, \n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "en www.aMule.org, o nel nuesu canal de IRC #aMule en irc.freenode.net. \n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Unvíanos cualesquier fallu a http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -221,133 +222,133 @@ "El direutoriu qu'especificaste de Robla Online nun ye válidu\n" "La Robla Online deshabilitóse hasta que lo igües nes opciones." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Nome sirvidor notificáu" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "La reserva del espaciu en discu pal ficheru '%s' falló: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FALLU: nun puede abrise'l ficheru de rexistru" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ALERTA: el ficheru de rexistru ta ermu. Hai daqué mal." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset"
View file
aMule.tar.xz/po/bg.po
Changed
@@ -8,12 +8,13 @@ # msgid "" msgstr "" -"Project-Id-Version: source_strings\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2004-02-07 21:55+0200\n" "Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n" "Language-Team: Bulgarian <dict@linux.zonebg.com>\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -60,7 +61,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Грешка" @@ -87,7 +88,7 @@ msgid "Password set and external connections enabled." msgstr "" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -98,51 +99,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -152,192 +153,192 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860 #, c-format msgid "Skipped download of %s, because requested file is not newer." msgstr ""
View file
aMule.tar.xz/po/ca.po
Changed
@@ -12,12 +12,13 @@ # Kry <elkry@users.sourceforge.net>, Diego Silva Galan <diegosilvagalan@gmail.com>, sergei manolo <sergei.saz@gmail.com> msgid "" msgstr "" -"Project-Id-Version: ca\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2010-01-15 03:38+0200\n" "Last-Translator: simkin <simkin@ono.com>\n" "Language-Team: Català\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -66,7 +67,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Aturant procés amuleweb amb pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Fallades" @@ -94,7 +95,7 @@ msgid "Password set and external connections enabled." msgstr "Contrassenya definida i connexions externes activades." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "AVÍS" @@ -107,13 +108,13 @@ "S'ha establert l'idioma Predeterminat del Sistema a causa d'un canvi de " "configuració. Disculpeu." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Informació" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -121,16 +122,16 @@ "No teniu cap servidor a la llista de servidors.\n" "Voleu que l'aMule baixi una llista nova?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Baixada de la llista de servidors" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "servidor web executant-se al pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -141,23 +142,23 @@ "servidor web de l'aMule, o compileu l'aMule usant la opció --enable-" "webserver i executeu make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERROR" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "No s'han pogut vincular els ports a l'adreça especificada: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "El port %u no està disponible. Tindreu ID BAIXA\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -173,15 +174,15 @@ "Comproveu la configuració de la xarxa per a assegurar-vos que el port està " "obert." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "No s'ha pogut crear el fitxer de la signatura en línia" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "No s'ha pogut crear el fitxer de la signatura en línia de l'aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -189,37 +190,37 @@ "L'idioma seleccionat no està instal·lat al PC. (Nota: s'intentarà establir " "igualment)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "És la primera vegada que executeu l'aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Aquesta és una versió de prova, actualitzada diàriament, i\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "no podem garantir que no trenqui res, cremi casa vostra,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "o mati al gos. Tanmateix el seu ús *hauria* de ser segur.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Podeu trobar més informació, ajuda i noves versions a la nostra pàgina web,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org, o al nostre canal IRC #aMule de irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Podeu informar de qualsevol error a http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -229,134 +230,134 @@ " S'INHABILITARÀ la signatura en línia fins que ho resolgueu a les " "preferències." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Nom del servidor notificat" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "La preassignació d'espai per al fitxer '%s' ha fallat: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERROR: no es pot obrir el fitxer de registre" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "AVÍS: el fitxer de registre està buit. Alguna cosa no va bé." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "S'ha reiniciat el registre" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "Missatge del servidor: %s"
View file
aMule.tar.xz/po/cs.po
Changed
@@ -4,12 +4,13 @@ # msgid "" msgstr "" -"Project-Id-Version: aMule 2.2.6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2010-08-01 01:11+0100\n" "Last-Translator: David Watzke <david@watzke.cz>\n" "Language-Team: cs <cs@li.org>\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -58,7 +59,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Zabíjím instanci amuleweb s PID `%ld'..." -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Selhal" @@ -86,7 +87,7 @@ msgid "Password set and external connections enabled." msgstr "Heslo nastaveno a externí připojení povoleno." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "VAROVÁNÍ" @@ -99,51 +100,51 @@ "Vaše nastavení locale bylo změněno na výchozí systémové nastavení kvůli " "změně v konfiguraci. Pardon." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "webserver běží s PID %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "CHYBA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port %u je nedostupný. Budete mít LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -159,195 +160,195 @@ "Zkontrolujte nastavení vaší sítě a ujistěte se, že je port v obou směrech " "otevřený." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Selhalo vytvoření OnlineSig souboru" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Selhalo vytvoření aMule OnlineSig souboru" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Toto je vaše první spuštění aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Toto je testovací verze, která je denně aktualizovaná a\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "my nezaručujeme, že nemůže nic pokazit, zapálit váš dům,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "nebo zabít vašeho psa. Nicméně i tak by *mělo* být její používání bezpečné.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Více informací, podporu a nová vydání naleznete na naší domovské stránce,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "na www.aMule.org, nebo na našem IRC kanálu #aMule na irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Hlašte chyby na adrese http://forum.amule.org/" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Předalokace místa na disku pro soubor '%s' selhala: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "CHYBA: nelze otevřít logovací soubor" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "VAROVÁNÍ: log je prázdný. Něco je špatně." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Log byl vymazán" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "Zpráva od serveru: %s" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860
View file
aMule.tar.xz/po/da.po
Changed
@@ -5,12 +5,13 @@ # msgid "" msgstr "" -"Project-Id-Version: aMule CVS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2007-10-13 18:09+0200\n" "Last-Translator: Alex Thomsen Leth <alexl@stofanet.dk>\n" "Language-Team: aMule Team <http://www.amule.org>\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,7 +57,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Fejlede" @@ -84,7 +85,7 @@ msgid "Password set and external connections enabled." msgstr "Accepter ydre forbindelser" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -95,51 +96,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -149,184 +150,184 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "Vi giver ikke garanti for at det ikke vil ødelægge noget, brænde dit hus,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Servernavn :" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FEJL: Kan ikke åbne logfil" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "FARE: logfilen er tom. Noget er galt" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Log nulstillet" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "ServerBesked: %s" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860 #, c-format
View file
aMule.tar.xz/po/de.po
Changed
@@ -10,12 +10,13 @@ # Werner Mahr <werner@vollstreckernet.de>, 2007. msgid "" msgstr "" -"Project-Id-Version: de\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-02 00:10+0100\n" "Last-Translator: Stu Redman <sturedman@amule.org>\n" "Language-Team: <de@li.org>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -63,7 +64,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Erzwinge Beenden der amuleweb-Instanz mit pid '%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Fehlgeschlagen" @@ -91,7 +92,7 @@ msgid "Password set and external connections enabled." msgstr "Passwort eingestellt und externe Verbindungen aktiviert." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "WARNUNG" @@ -104,13 +105,13 @@ "Deine Locale wurde wegen einer Konfigurationsänderung auf Systemstandard " "geändert. Sorry." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -118,16 +119,16 @@ "Es sind keinerlei Server in der Server-Liste.\n" "Soll aMule jetzt eine neue Liste herunterladen?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Server-Liste herunterladen" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "Webserver läuft mit pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -138,23 +139,23 @@ "Paket, das amuleweb enthält, oder kompiliere aMule mit --enable-webserver " "neu." -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "FEHLER" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Kann Ports nicht mit der festgelegten Adresse verbinden: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port %u ist nicht erreichbar. Du wirst eine niedrige ID erhalten\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -170,15 +171,15 @@ "Bitte überprüfe deine Netzwerkeinstellungen, um sicherzugehen, dass der Port " "für ein- und ausgehenden Traffic geöffnet ist." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Erstellen der OnlineSig-Datei gescheitert" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Erstellen der aMule OnlineSig-Datei gescheitert" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -186,42 +187,42 @@ "Die ausgewählte Locale scheint nicht auf dem System installiert zu sein." "(INFO: Ich werde trotzdem versuchen, sie zu setzen)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Dies ist das erste Mal, dass du aMule %s startest" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Dies ist eine Testversion, täglich aktualisiert, und\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "wir garantieren nicht, dass sie keine Daten zerstört, dein Haus anzündet\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "oder deinen Hund tötet. Aber es *sollte* sicher sein, sie zu benutzen.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Mehr Informationen und neue Releases können auf unserer Homepage gefunden " "werden\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "unter www.aMule.org, oder in unserem IRC-Channel #amule auf irc.freenode." "net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Bitte melde Fehler unter http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -229,134 +230,134 @@ "Das angegebene Verzeichnis für die Online-Signaturdateien ist UNGÜLTIG!\n" "Online-Signatur wird bis zur Fehlerbehebung in den Einstellungen DEAKTIVIERT." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Server Hostname benachrichtigt." -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Speicherplatzvorbelegung für Datei '%s' fehlgeschlagen: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FEHLER: kann Logdatei nicht öffnen" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "WARNUNG: Logdatei ist leer. Etwas ist falsch." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Das Log wurde zurückgesetzt"
View file
aMule.tar.xz/po/el.po
Changed
@@ -4,12 +4,13 @@ # msgid "" msgstr "" -"Project-Id-Version: el\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-07-30 01:25-0600\n" "Last-Translator: Dimitris <dgalanak@yahoo.com>\n" "Language-Team: Greek\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -61,7 +62,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Απέτυχε" @@ -90,7 +91,7 @@ msgid "Password set and external connections enabled." msgstr "Νέα εξωτερική σύνδεση έγινε δεκτή" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ" @@ -103,13 +104,13 @@ "Οι τοπικές ρυθμίσεις άλλαξαν στις προεπιλεγμένες του συστήματος λόγο μιας " "αλλαγής παραμέτρων. Sorry!" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Πληροφορίες" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -117,16 +118,16 @@ "Δεν υπάρχουν διακομιστές στην λίστα.\n" "Θέλετε το aMule να κατεβάσει μία νέα λίστα τώρα;" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Κατέβασμα της λίστας διακομιστών" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "διακομιστής ιστού τρέχει με αριθμό διεργασίας %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -137,24 +138,24 @@ "περιέχει τον διακομιστή ιστού του aMule, ή μεταφράστε το aMule " "χρησιμοποιώντας την παράμετρο --enable-webserver" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ΣΦΑΛΜΑ" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Δεν μπόρεσε να προσδέσει τις θύρες στην προσδιορισμένη διεύθυνση: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" "Η θύρα %u δεν είναι διαθέσιμη. Θα σας αποδωθεί LOWID (χαμηλή προτεραιότητα)\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -170,15 +171,15 @@ "Ελέξτε το δίκτυο σας για να βεβαιωθήτε ότι η θύρα είναι ανοιχτή για είσοδο " "και έξοδο." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Αποτυχία δημιουργίας αρχείου Συνδεδεμένων Υπογραφών" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Αποτυχία δημιουργίας αρχείου Συνδεδεμένων Υπογραφών του aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -186,41 +187,41 @@ "Οι επιλεγμένες τοπικές ρυθμίσεις δεν φαίνεται να είναι εγκατεστημένες στο " "σύστημά σας. (Σημ. Θα προσπαθήσω να τις θέσω ούτως ή άλλως)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Αυτή είναι η πρώτη φορά που τρέχετε το aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Αυτή η έκδοση είναι δοκιμαστική, και αναβαθμίζεται καθημερινά, και\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "δεν δίνουμε εγγύηση ότι δεν θα χαλάσει κάτι, δεν θα κάψει το σπίτι σας,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "ή δεν θα σκοτώσει το σκύλο σας. Αλλά πρέπει να είναι ασφαλές στη χρήση\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Περισσότερες πληροφορίες, υποστήριξη και νέες εκδόσεις μπορούν να βρεθούν " "στην ιστοσελίδα μας,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "στο www.aMule.org, ή στο κανάλι #aMule του IRC στο irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" "Παρακαλούμε αναφέρετε σφάλματα του προγράμματος στο http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -230,135 +231,135 @@ "Οι ηλεκτρονικές υπογραφές θα ΑΠΕΝΕΡΓΟΠΟΙΗΘΟΥΝ μέχρι να το φτιάξετε στις " "προτιμήσεις." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Όνομα διακομιστή:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Η εκχώρηση χώρου για το αρχείο '%s' απέτυχε: '%s'" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ΣΦΑΛΜΑ: το αρχείο καταγραφής δεν μπορεί να ανοίξει" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το αρχείο καταγραφών είναι άδειο. Κάτι δεν πάει καλά." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Το αρχείο καταγραφών επαναφέρθηκε στην αρχική κατάσταση"
View file
aMule.tar.xz/po/en_GB.po
Changed
@@ -5,12 +5,13 @@ # msgid "" msgstr "" -"Project-Id-Version: aMule CVS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-07-08 02:22+0100\n" "Last-Translator: Dévai Tamás <devait@vnet.hu>\n" "Language-Team: aMule Team <http://www.amule.org>\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -55,7 +56,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "" @@ -81,7 +82,7 @@ msgid "Password set and external connections enabled." msgstr "" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -92,51 +93,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -146,192 +147,192 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860 #, c-format msgid "Skipped download of %s, because requested file is not newer." msgstr ""
View file
aMule.tar.xz/po/es.po
Changed
@@ -11,12 +11,13 @@ # Festor Wailon Dacoba <festor90@gmail.com>, 2007. msgid "" msgstr "" -"Project-Id-Version: es\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2012-01-06 13:53+0100\n" "Last-Translator: tHatdUde\n" "Language-Team: Spanish <mad.soft@gmail.com>\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -68,7 +69,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Matando instancia amulweb con pid '%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Error" @@ -96,7 +97,7 @@ msgid "Password set and external connections enabled." msgstr "Contraseña fijada y conexiones externas habilitadas." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ALERTA" @@ -109,13 +110,13 @@ "Tu idioma ha sido cambiado al de por defecto de tu sistema, debido a un " "cambio de configuración. Lo siento." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -123,16 +124,16 @@ "No tienes ningún servidor en la lista de servidores.\n" "¿Quieres que aMule descargue una nueva lista ahora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Descarga lista de servidores" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "servidor web corriendo con pid: %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -143,23 +144,23 @@ "servidor web de aMule o compila aMule usando --enable-webserver y ejecuta " "make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERROR" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Imposible direccionar los puertos a la dirección especificada: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Puerto %u no está disponible. Tendrás IDBaja\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -175,15 +176,15 @@ "Comprueba tu red y asegúrate de que el puerto está abierto para entrada y " "salida." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Error al crear el archivo de FirmaOnline" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Error al crear el archivo de FirmaOnline aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -191,39 +192,39 @@ "El idioma seleccionado no parece estar instalado. (Nota: Intentaré ponerlo " "de todos modos)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Es la primera vez que inicias aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Esto es una versión de prueba, actualizada diariamente, y \n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "no damos garantía si rompiera algo, quemara tu casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "o matara a tu perro. Pero *debería* ser seguro de todas formas. \n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Podrás encontrar en nuestra web, mas información, soporte y nuevas " "versiones, \n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "en www.aMule.org, o en nuestro canal de IRC #aMule en irc.freenode.net. \n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Envíanos cualquier fallo a http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -231,135 +232,135 @@ "El directorio que has especificado de Firma Online no es válido\n" "La Firma Online ha sido deshabilitada hasta que lo arregles en opciones." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Nombre servidor notificado" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "La reserva del espacio en disco para el archivo '%s' falló: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERROR: no puedo abrir el archivo de registro" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ALERTA: el archivo de registro está vacío. Algo está mal" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Registro ha sido borrado" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format
View file
aMule.tar.xz/po/et_EE.po
Changed
@@ -7,12 +7,13 @@ # Hans <herringfish@hot.ee>, 2006, 2007, 2008, 2009, 2010, 2011. msgid "" msgstr "" -"Project-Id-Version: et_EE\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-01-01 19:46+0200\n" "Last-Translator: \n" "Language-Team: Estonian <kde-i18n-doc@kde.org>\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -61,7 +62,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Mõrvan amuleweb tegelase, protsessi id '%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Nurjunud" @@ -89,7 +90,7 @@ msgid "Password set and external connections enabled." msgstr "Parool on määratud ja välised ühendused võimalikud." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "!!! HOIATUS !!!" @@ -102,13 +103,13 @@ "Sinu keelelokaat muudeti süsteemi vaikeväärtuseks seoses konfiguratsiooni " "muudatustega. Sorry." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -116,16 +117,16 @@ "Serverite nimekirjas pole ühtegi serverit.\n" "Kas aMule võiks uue nimekirja tõmmata?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Serverite nimekiri tõmmatud" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web server töötab protsessi id'ga %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -136,23 +137,23 @@ "serverit või kompileeri aMule kasutades võtit --enable-webserver ja seejärel " "make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "VIGA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Ei suuda siduda porti määratud aadressiga: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port %u ei ole kasutatav. Sa saad LOWID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -167,15 +168,15 @@ "Kasuta netstat programmi kontrollimaks kuna port vabaneb\n" "ja proovi amule uuesti käivitada." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Ei suutnud luua OnlineSig Faili" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Ei suutnud luua aMule OnlineSig Faili" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -183,45 +184,45 @@ "Tundub et valitud keelelokaat pole sinu karpi installeritud. (Märkus: Ma " "proovin seda seada sellest hoolimata)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "See on aMule %s käivitamise esimene kord" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "See on testversioon, mida igapäevaselt uuendatakse ja\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "me ei anna mingit garantiid, et see ei lõhu midagi, ei süüta sinu elamist\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "ega tapa sinu koera. Sellest hoolimata peaks see olema *turvaline* " "kasutada.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Rohkem informatsiooni, tuge ja uusi programmi versioone leiad meie " "kodulehelt,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "aadressil www.aMule.org või meie IRC kanalis #aMule aadressil irc.freenode." "net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" "Tunne ennast vabalt suvaliste vigade leidmisest teavitamisel aadressil " "http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -229,144 +230,144 @@ "Online Allkirja kataloog on VIGANE!\n" " Online Allkirja ei kasutata, kuni parandad vea seadetes." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Teatatud serveri nimi" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Kettaruumi eraldamine faili '%s' jaoks ebaõnnestus: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "VIGA: Ei suutnud avada logifaili" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "HOIATUS: logifail on tühi, miskit on kapitaalselt viltu." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499
View file
aMule.tar.xz/po/eu.po
Changed
@@ -1,13 +1,13 @@ # translation of eu.po to Euskara # translation of source_strings-04-08-2005.po to -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # Piarres Beobide <pi@beobide.net>, 2005, 2007, 2008, 2010, 2011. # Administrator <pi@beobide.net>, 2011. msgid "" msgstr "" -"Project-Id-Version: eu\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-04 23:17+0100\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <librezale@librezale.org>\n" @@ -60,7 +60,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "'%ld' pid-a duen amuleweb instantzia hiltzen ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Huts egin du" @@ -88,7 +88,7 @@ msgid "Password set and external connections enabled." msgstr "Pasahitza ezarria eta kanpo konexioak gaiturik." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "OHARRA" @@ -101,13 +101,13 @@ "Zure lokalak sistemako lehenetsira aldatu dira konfigurazio aldaketa bat " "dela eta. Barkatu." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Argb" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -115,16 +115,16 @@ "Ez duzu zerbitzaririk zerbitzari zerrendan.\n" "aMulek zerrenda berri bat orain deskargatzea nahi al duzu?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Zerbitzari zerrenda deskargatu" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web zerbitzaria abiarazirik %d pid-arekin" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -134,23 +134,23 @@ "da exekutatu. Mesedez instalatu amule web zerbitzaria duen paketea edo " "konpilatu ezazu amule --enable-webserver erabilian eta make install egin" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERROREA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Ezin da atakak ezarritako helbidean ireki: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "%u ataka ez dago eskuragarri. IDBaxua izango duzu\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -166,15 +166,15 @@ "Egiaztatu zure sarea ataka sarrera eta irteerarako irekirik dagoela " "ziurtatzeko." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Huts online sinadura fitxategia sortzerakoan" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Huts aMule online sinadura fitxategia sortzerakoan" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -182,39 +182,39 @@ "Aukeratutako lokalak ez dirudi zure sisteman instalaturik. (Oharra: Hala ere " "erabiltzen saiatuko da)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "aMule %s abiarazten duzun lehen aldia da" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Bertsioa hau beta bertsio bat da, egunero eguneratzen da, eta\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "ez gara ezer apurtu, zure etxea erre, edo zure zakurra akatzen\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "badu ere kargu egingo. Baina erabiltzeko ziurra izan *beharko* litzateke.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Argibide gehiago, laguntza eta bertsio berriak gure webgunean aurki " "ditzakezu,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org -en, edo irc.freenode.net IRC sareko #aMule kanalean.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Edozein akatsen berri emateko:http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -222,133 +222,133 @@ "Zuk aukeratutako sinadura karpeta BALIOGABEA da!\n" " Lehenespenak konpondu artean lineako sinadura EZGAITU egingo da." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Zerbitzari ostalari-izena notifikatua" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Disko aurresleipenak huts egin du '%s' fitxategiarentzat: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERROREA: ezin da erregistro fitxategia ireki" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ABISUA: erregistro fitxategia hutsik dago. Zerbait oker dago." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Erregistroa berrezarri egin da" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/fi.po
Changed
@@ -8,12 +8,13 @@ # msgid "" msgstr "" -"Project-Id-Version: fi\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-11 10:38+0200\n" "Last-Translator: Tapio Rantala <tapio.rantala@iki.fi>\n" "Language-Team: aMule Team <http://www.amule.org>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -60,7 +61,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Tuhotaan amulewebin instanssi prosessinumerolla '%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Epäonnistunut" @@ -88,7 +89,7 @@ msgid "Password set and external connections enabled." msgstr "Salasana asetettu ja etäyhteydet sallittu." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "VAROITUS" @@ -101,13 +102,13 @@ "Maa-asetuksesi vaihdettiin järjestelmän oletuksiksi asetusmuutoksen takia. " "Pahoittelen." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -115,16 +116,16 @@ "Palvelinlistallasi ei ole palvelimia.\n" "Haluatko että aMule hakee uuden listan nyt?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Palvelinlistan lataus" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web-palvelin käynnissä prosessinumerolla %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -135,23 +136,23 @@ "paketti tai käännä aMule käyttäen parametria --enable-webserver ja suorita " "make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "VIRHE" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Ei voitu sitoa portteja annettuun osoitteeseen: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Portti %u ei ole saatavilla. Sinulle annetaan LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -167,15 +168,15 @@ "Tarkista yhteytesi varmistaaksesi että portti on avoinna sekä ulos että " "sisään." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Online-Signeeraustiedoston luonti epäonnistui" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "aMulen Online-Signeeraustiedoston luonti epäonnistui" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -183,40 +184,40 @@ "Valittu maa-asetus ei näytä olevan asennettuna järjestelmääsi. (Huom: Yritän " "asettaa sen kuitenkin)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Tämä on ensimmäinen kerta kun käynnistät aMulen version %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Tämä versio on testiversio jota päivitetään päivittäin,\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "emmekä me anna takuuta ettei se riko mitään, polta taloasi,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "tai tapa koiraasi. Mutta sen *pitäisi* olla silti turvallinen käyttää.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Lisätietoa, tukea ja uudet julkaisut löytyvät kotisivuiltamme osoitteessa\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "http://www.aMule.org tai IRC-kanavaltamme #aMule palvelimella irc.freenode." "net (englanniksi).\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Voit vapaasti raportoida bugeista osoitteessa http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -224,133 +225,133 @@ "Online-Signeeraukselle asettamasi kansio ei ole kelvollinen!\n" " Online-Signeeraus kytketään pois päältä kunnes korjaat asian asetuksista." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Palvelimen verkkonimi ilmoitettu" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Levytilan esivaraus tiedostolle '%s' epäonnistui: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "VIRHE: Lokitiedostoa ei voida avata" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "VAROITUS: Lokitiedosto on tyhjä. Jotain on pielessä." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Loki nollattiin" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/fr.po
Changed
@@ -16,15 +16,15 @@ msgid "" msgstr "" "Project-Id-Version: aMule\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2014-02-15 13:05+0100\n" "Last-Translator: Dylan Aïssi <bob.dybian@gmail.com>\n" "Language-Team: Français\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: src/AddFriend.cpp:45 @@ -69,7 +69,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Mise à mort de l'instance amuleweb avec le pid '%ld' …" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Échec" @@ -97,7 +97,7 @@ msgid "Password set and external connections enabled." msgstr "Mot de passe renseigné et connexions externes activées." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "AVERTISSEMENT" @@ -110,13 +110,13 @@ "Votre localisation à été remise par défaut à cause d'un changement dans la " "configuration. Désolé." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Infos" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -124,16 +124,16 @@ "Vous n'avez pas de serveurs dans votre liste de serveurs.\n" "Voulez vous qu'aMule télécharge une nouvelle liste maintenant ?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Téléchargement de la liste de serveurs." -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "serveur web s'exécutant avec le pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -144,23 +144,23 @@ "serveur web aMule, ou compilez aMule en utilisant --enable-webserver et " "exécutez make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERREUR" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Impossible de lier les ports à l'adresse spécifiée : %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Le port %u n'est pas disponible. Vous serez LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -176,15 +176,15 @@ "Vérifiez votre réseau pour être sûr que le port est ouvert en sortie et en " "entrée." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Échec de la création du fichier OnlineSig" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Échec de la création du fichier aMule OnlineSig" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -192,42 +192,42 @@ "La localisation choisie semble ne pas être installer sur votre machine. " "(Note : Je tente de la forcer quant même)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "C'est la première fois que vous lancez aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Cette version est une version de test, mis à jour quotidienne, et\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "nous ne fournissons aucune garantie que cela n'endommagera rien, brûlera " "votre maison,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "ou tuera votre chien. Mais ça *devrait* être à peu près sûr quand-même.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Plus d'informations, de l'aide et de nouvelles versions peuvent être " "trouvées sur notre page web,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" " www.aMule.org, ou sur notre canal IRC : #aMule sur irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Ne vous gênez pas pour reporter tout bogue sur http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -236,136 +236,136 @@ "La signature en ligne sera DÉSACTIVÉE jusqu'à ce que cela soit corrigé dans " "les préférences." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Nom du serveur signalé" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Erreur lors de la réserve d'espace pour le fichier '%s' : %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERREUR : impossible d'ouvrir le fichier journal" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "AVERTISSEMENT : le fichier journal est vide. Quelque chose ne va pas." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset"
View file
aMule.tar.xz/po/gl.po
Changed
@@ -18,12 +18,13 @@ # msgid "" msgstr "" -"Project-Id-Version: gl\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-07-03 12:01+0100\n" "Last-Translator: Festor Wailon Dacoba <festor90@gmail.com>\n" "Language-Team: Galego <proxecto@trasno.net>\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -77,7 +78,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Erro" @@ -106,7 +107,7 @@ msgid "Password set and external connections enabled." msgstr "Nova conexión externa aceptada" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "AVISO" @@ -119,13 +120,13 @@ "O seu locale cambiou ao predeterminado do sistema debido a un troco na " "configuración. Síntoo." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Información" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -133,16 +134,16 @@ "Non ten ningún servidor na lista de servidores.\n" "Quere que aMule descargue unha nova lista agora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Descargar lista de servidores" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "servidor web executándose con pid: %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -153,23 +154,23 @@ "aMule ou compile o aMule empregando o parámetro --enable-webserver e logo " "execute o make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERRO" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "No se puido vincular os portos a dirección especificada: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Porto %u non está dispoñible . Tes IDBAIXA\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -185,15 +186,15 @@ "Comproba túa rede para cerciorarse de que o porto está aberto para a entrada " "e saída." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Fallou ao crear o ficheiro OnlineSig" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Fallou ao crear o ficheiro de aMule OnlineSig" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -201,39 +202,39 @@ "O idioma seleccionado non parece estar instalado. (Nota: Tentarei poñelo de " "todos modos)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Esta é a primeira vez inicia aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Esta versión é unha versión en proba, actualizada, e\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "non damos garantía se rompese algo, quime a túa casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "ou mate o seu can. Pero debería salvalo de todas formas.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Máis información, soporte e novas actualizacións pódelas atopar na nosa " "páxina,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "en www.aMule.org, ou na nosa canle de IRC #aMule en irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Podes reportar algúns bugs a http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -241,135 +242,135 @@ "O cartafol que especificou de Sinatura Online non é válido!\n" "A Sinatura Online foi deshabilitada ata que o arregle en preferencias." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Nome do servidor :" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "A reserva do espazo no disco duro para o arquivo '%s' fallou: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERRO: non se pode abrir o ficheiro de rexistro" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "AVISO: o ficheiro de rexistro está baleiro. Algo está mal." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "O rexistro foi borrado" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/he.po
Changed
@@ -6,12 +6,13 @@ # msgid "" msgstr "" -"Project-Id-Version: amule 2.20\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-04-11 00:21+0300\n" "Last-Translator: Peace Kramer <kpeace1@gmail.com>\n" "Language-Team: Hebrew\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -58,7 +59,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "נכשל" @@ -87,7 +88,7 @@ msgid "Password set and external connections enabled." msgstr "גישה חיצונית חדשה התקבלה" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "אזהרה" @@ -98,51 +99,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "מידע" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -152,193 +153,193 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "תרגיש חופשי לדוואח על כל שגיאה ל http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "שם שרת:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "שגיאה: לא יכול לפתוח קובץ יומן." -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "היומן אופס." -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860 #, c-format msgid "Skipped download of %s, because requested file is not newer."
View file
aMule.tar.xz/po/hr.po
Changed
@@ -1,16 +1,17 @@ # aMule i18n resource file. # Copyright (c) 2003-2011 aMule Team -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # Kry <elkry@users.sourceforge.net>, 2004. # msgid "" msgstr "" -"Project-Id-Version: aMule CVS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2004-04-08 00:30+0100\n" "Last-Translator: Tea Lorenzmeier <tea1@gmx.net>\n" "Language-Team: www.aMule.org <forum@aMule.org>\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,7 +57,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Neuspjesno" @@ -84,7 +85,7 @@ msgid "Password set and external connections enabled." msgstr "Nova vanjska veza prihvacena\n" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "" @@ -95,51 +96,51 @@ "change. Sorry." msgstr "" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" msgstr "" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -149,194 +150,194 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "ne dajemo nikakvu garanciju da nece nista unistiti, tvoju kucu zapaliti, \n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Ime servera :" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr ""
View file
aMule.tar.xz/po/hu.po
Changed
@@ -5,11 +5,12 @@ msgid "" msgstr "" "Project-Id-Version: aMule\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-09 01:17+0100\n" "Last-Translator: Dévai Tamás <gonosztopi@amule.org>\n" "Language-Team: Hungarian <hu@li.org>\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -57,7 +58,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Az amuleweb instancia - melynek a pid-je '%ld' - kivégzése ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Sikertelen" @@ -85,7 +86,7 @@ msgid "Password set and external connections enabled." msgstr "Jelszó beállítva, külső kapcsolatok engedélyezve." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "FIGYELEM" @@ -98,13 +99,13 @@ "Nyelvi beállításaid egy konfigurációs változás miatt az alapértelmezettre " "lettek átállítva. Bocs." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Infó" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -112,16 +113,16 @@ "Nincs egyetlen kiszolgáló sem a kiszolgáló-listádban.\n" "Szeretnéd, hogy az aMule letöltsön egy új listát most?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Kiszolgáló-lista letöltése" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web kiszolgáló fut, pid=%d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -132,23 +133,23 @@ "vagy fordítsd az aMule-t a --enable-webserver kapcsolóval és futtasd a make " "install parancsot." -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "HIBA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Nem tudom a portokat a megadott címhez (%s) rendelni." -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "A %u port nem elérhető. Alacsony kliens azonosítót kapsz (LOWID)\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -164,15 +165,15 @@ "Ellenőrízd a hálózatodat, hogy megbizonyosodj, hogy a port nyitva van kifelé " "és befelé egyaránt." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Online-Aláírás fájl létrehozása sikertelen" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Az aMule OnlineAláírás fájl létrehozása sikertelen" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -180,38 +181,38 @@ "A kiválasztott nyelvi beállítások úgy látszik nincsenek telepítve a gépeden. " "(Megjegyzés: Mindenesetre mepróbálom ezt beállítani)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Ez az első alkalom, hogy az aMule %s-t futtatod" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Ez egy teszt verzió, naponta frissítve, és\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "nem vállalunk garanciát, hogy nem omlik össze, gyújtja fel a házad,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "vagy öli meg a kutyád. *Elvileg* nyugodtan használható.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Még több információ, támogatás és új kiadások találhatóak honlapunkon,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "a www.aMule.org-on, vagy az #aMule IRC csatornánkon az irc.freenode.net-en.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Nyugodtan jelezz bármilyen hibát a http://forum.amule.org-on" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -220,133 +221,133 @@ " Az OnlineAláírás letiltásra kerül, amíg ki nem javítod azt a beállítások " "menüpontban." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Szerver hostname értesítve" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Lemezterület helyfoglalás a '%s' fájl számára sikertelen: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "HIBA: Nem tudom megnyitni a napló fájlt" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "FIGYELEM: a napló üres. Valami nem stimmel." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Napló törölve" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "KiszolgálóÜzenet: %s"
View file
aMule.tar.xz/po/it.po
Changed
@@ -20,12 +20,13 @@ # This file is distributed under the same license as the aMule package. msgid "" msgstr "" -"Project-Id-Version: it\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-02 15:22+0100\n" "Last-Translator: Giuliano Manzitti <giuliano1979@hotmail.com>\n" "Language-Team: <it@li.org>\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -76,7 +77,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Sto terminando l'istanza di amuleweb con pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Fallito" @@ -104,7 +105,7 @@ msgid "Password set and external connections enabled." msgstr "Password stabilita, connessioni esterne abilitate." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ATTENZIONE" @@ -118,13 +119,13 @@ "predefinite dal sistema in conseguenza al cambio di configurazione. " "Spiacente." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -132,16 +133,16 @@ "Non hai alcun server nella lista dei server.\n" "Vuoi che aMule scarichi una lista ora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Scaricamento della lista server" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web server in esecuzione su pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -151,23 +152,23 @@ "può essere eseguito. Installa il pacchetto aMule web server, o compila aMule " "con l'opzione --enable-webserver" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERRORE" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Impossibile aprire le porte sull'indirizzo specificato: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "La porta %u non è disponibile. Otterrai un ID basso\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -183,15 +184,15 @@ "Controlla le impostazioni di rete e verifica che la porta sia aperta in " "ingresso e in uscita." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Impossibile creare il file per la firma in linea" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Impossibile creare il file per la firma in linea di aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -199,38 +200,38 @@ "L'impostazione locale selezionata non sembra essere installata sul tuo " "computer (si tenterà ad impostarla in ogni caso)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "È la prima che volta che avvii aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Questa è una versione di prova, aggiornata quotidianamente, e\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "non garantiamo che essa non distrugga qualcosa, bruci la tua casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "o uccida il tuo cane. Ma *dovrebbe* essere comunque sicura.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Altre informazioni, supporto e nuove versioni possono essere trovate nella " "nostra homepage,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org, o nel nostro canale IRC #aMule su irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Segnalare ogni bug su http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -239,134 +240,134 @@ "La firma in linea sarà pertanto disabilitata fino a quando il problema non " "sarà stato risolto attraverso il pannello delle preferenze." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Notificato il server hostname" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Preallocazione spazio su disco per il file '%s' fallita: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERRORE: non posso aprire il file di log" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ERRORE: il file di log è vuoto. Qualcosa non va." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Il file di log è stato cancellato" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s"
View file
aMule.tar.xz/po/it_CH.po
Changed
@@ -9,15 +9,16 @@ # translation of source_strings.po to # aMule i18n resource file. # Copyright (c) 2003-2011 aMule Team -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. msgid "" msgstr "" -"Project-Id-Version: it_CH\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-06-12 22:36+0100\n" "Last-Translator: Luca Pagliero <luca@lucapagliero.it>\n" "Language-Team: Italian_CH\n" +"Language: it_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -70,7 +71,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Fallito" @@ -99,7 +100,7 @@ msgid "Password set and external connections enabled." msgstr "Accettata nuova connessione esterna" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ATTENZIONE" @@ -113,13 +114,13 @@ "predefinite dal sistema in conseguenza al cambio di configurazione. " "Spiacente." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -127,39 +128,39 @@ "Non hai alcun server nella lista dei server.\n" "Vuoi che aMule scarichi una lista ora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Server list download" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Impossibile associare porte all'indirizzo specificato: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "La porta %u non e' disponibile. Otterrai un LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -175,15 +176,15 @@ "Controlla le impostazioni di rete e verifica che la porta sia aperta in " "ingresso e in uscita." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Impossibile creare il file per la firma online" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Impossibile creare il file per la firma online di aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -191,38 +192,38 @@ "L'impostazione locale selezionata non sembra essere installata sul tuo " "computer (si tentera' ad impostarla in ogni caso)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "e' la prima che volta che avvii aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Questa e' una versione di prova, aggiornata quotidianamente, e\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "non garantiamo che essa non distrugga qualcosa, bruci la tua casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "o uccida il tuo cane. Ma *dovrebbe* essere comunque sicura.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Altre informazioni, supporto e nuove versioni possono essere trovate nella " "nostra homepage,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org, o nel nostro canale IRC #aMule su irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Riportate ogni bug su http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -231,135 +232,135 @@ "La firma online verra' pertanto disabilitata fino a quando il problema non " "sara' stato risolto attraverso il pannello delle preferenze." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Nome server:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERRORE: non posso aprire il file di log" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ERRORE: il file di log e' vuoto. Qualcosa non va" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Il file di log e' stato cancellato"
View file
aMule.tar.xz/po/ja.po
Changed
@@ -1,15 +1,16 @@ -# Japanese translations for PACKAGE package. -# This file is distributed under the same license as the PACKAGE package. +# Japanese translations for aMule package. +# This file is distributed under the same license as the aMule package. # <aikishugyo@gmail.com>, 2007. # msgid "" msgstr "" -"Project-Id-Version: ja\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-05-31 01:09+0900\n" "Last-Translator: \n" "Language-Team: Japanese\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -59,7 +60,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "失敗しました" @@ -88,7 +89,7 @@ msgid "Password set and external connections enabled." msgstr "新しい外部接続を認められました" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "警告" @@ -101,13 +102,13 @@ "申し訳ありませんが、設定の変更を行ったため、あなたのロケールはシステム標準に" "変更されました。" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "情報" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -115,39 +116,39 @@ "サーバリストにはサーバが一つも入っていません。今aMuleに新しいサーバリストをダ" "ウンロードしますか?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "サーバリストのダウンロード" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "指定したアドレスにポートをバインドできませんでした: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "ポート%uは利用できません。あなたにはLOWIDが与えられます\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -162,15 +163,15 @@ "\n" "ネットワークを調べ、ポートが入出力に対して開いているか確認してください。" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "オンライン証明ファイルの生成に失敗しました" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "aMuleのオンライン証明ファイルの生成に失敗しました" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -178,41 +179,41 @@ "選択したロケールはあなたのシステムにインストールされていないようです。(注" "意:いずれにせよ設定を試みます)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "初めてaMule %sを起動しています" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "このバージョンはテスト・バージョンで、毎日更新されているものです。\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "あなたに損害を与えないということは保証できません。家を焼いてしまうかも知れな" "いし、\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "犬を殺してしまうかも知れません。しかし、安全に使用できる「はず」です。\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "私たちのホームページwww.aMule.org、またはIRCチャネルirc.freenode.netの#aMule" "には、\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "詳細な情報、サポートや新しいリリースがあります。\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "バグはhttp://forum.amule.orgに気楽に報告してください" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -220,135 +221,135 @@ "あなたが指定したオンライン証明ファイルのフォルダは不正です!\n" "設定で訂正するまでオンライン証明を無効にします。" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "サーバ名:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "ファイル '%s' のディスク領域の事前確保が失敗しました: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "エラー:ログファイルを開くことはできません" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "注意:ログファイルは空です。何かがおかしいです。" -#: src/amule.cpp:1504
View file
aMule.tar.xz/po/ko_KR.po
Changed
@@ -1,15 +1,16 @@ # Translation of amule interface to Korean -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # Lee, Eun-ho <hoenny@daum.net>, 2005. # Hyunju Kang <rexington@gmail.com>. 2007. msgid "" msgstr "" -"Project-Id-Version: ko_KR\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2007-09-12 16:04+0900\n" "Last-Translator: Hyunju Kang <rexington@gmail.com>\n" "Language-Team: Korean <hoenny@daum.net>\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -62,7 +63,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "실패" @@ -90,7 +91,7 @@ msgid "Password set and external connections enabled." msgstr "새로운 외부연결이 승인되었습니다." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "경고" @@ -103,13 +104,13 @@ "지역정보(로케일)가 설정 변경으로 인해 시스템 기본값으로 변경되었습니다. 죄송" "합니다." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "정보" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -117,39 +118,39 @@ "서버 목록에 서버가 없습니다.\n" "새로운 서버목록을 내려 받으시겠습니까?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "서버 목록 내려받기" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "포트 %u는 사용할 수 없습니다. 낮은아이디를 가질것입니다.\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -164,15 +165,15 @@ "\n" "나가고 들어오는것에 대해 포트가 열려있는지 통신망을 체크하세요. " -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "온라인서명 파일을 생성하지 못함" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "어뮬 온라인서명 파일을 생성하지 못함" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -180,39 +181,39 @@ "컴퓨터에 선택한 지역정보(로케일)가 설치 않된것 같습니다. (주의: 어쨌든 설정하" "겠습니다)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "이번에 어뮬 %s를 처음 실행했습니다." -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "이 버전은 테스트 버젼으로, 매일 업데이트되며, \n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "이 프로그램이 어느 것도 부수지 않는다고, 집을 태우지 않는다고, 혹은 \n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "개를 죽이지 않는다고 보장하지 않습니다. 그렇지만 안전하게 사용할 수 있을 것입" "니다.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "더 많은 정보, 지원, 새 릴리즈는 홈페이지 www.amule.org, 또는 IRC 채널\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "(irc.freenode.net의 #aMule)에서 찾을 수 있습니다.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "버그는 http://forum.amule.org로 보고해 주십시오." -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -220,134 +221,134 @@ "지정한 온라인 서명 파일을 위한 폴더가 유효하지 않습니다.\n" " 온라인 서명은 환경설정에서 수정될 때까지 비활성화 됩니다." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "서버 이름:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "오류: 로그파일을 열 수 없음" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "경고: 로그파일이 비어있습니다. 뭔가 잘못되어 있습니다." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "로그가 초기화되었습니다."
View file
aMule.tar.xz/po/lt.po
Changed
@@ -1,15 +1,16 @@ # translation of lt.po to Lithuanian # Dovydas Sankauskas <laisve@gmail.com>, 2006, 2007, 2008. # Dovydas Sankauskas <dovydas@pasaka>, 2006. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. msgid "" msgstr "" -"Project-Id-Version: lt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-06-08 10:44+0100\n" "Last-Translator: Dovydas Sankauskas <laisve@gmail.com>\n" "Language-Team: Lithuanian <komp_lt@konf.lt>\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -63,7 +64,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Nepavyko" @@ -92,7 +93,7 @@ msgid "Password set and external connections enabled." msgstr "Naujas išorinis ryšys priimtas" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "DĖMESIO" @@ -105,13 +106,13 @@ "Pasikeitus parinktims aplinkos kalba buvo pakeista į sistemoje numatytą " "kalbą." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Informacija" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -119,16 +120,16 @@ "Serverių sąraše nėra nei vieno serverio.\n" "Ar pageidaujate, kad aMule dabar atsiųstų naują sąrašą?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Serverių sąrašo siuntimas" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "žiniatinklio serverio pid yra %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -139,23 +140,23 @@ "arba sukompiliuokite aMule su --enable-webserver parinktimi ir paleiskite " "„make install“." -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "KLAIDA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Nepavyko susieti prievadų su nurodytu adresu: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Prievadas %u neprieinamas. Gavote žemą ID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -172,15 +173,15 @@ "Patikrinkite sistemines tinklo parinktis ir įsitikinkite, kad nurodytas " "prievadas atviras tiek išsiuntimui, tiek priėmimui." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Nepavyko sukurti keičiamo parašo failo" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Nepavyko sukurti keičiamo aMule parašo failo" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -188,38 +189,38 @@ "Nurodyta lokalė jūsų kompiuteryje neįdiegta. (Dėmesio: šiaip ar taip vis " "tiek pabandysime naudoti nurodytą lokalę)." -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "aMule paleista pirmą kartą %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Ši versija yra darbinė versija, atnaujinama kasdien, ir\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "todėl negalime garantuoti, kad ji nenulūš, nepadegs namų ar\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "nenumarins šuns. Bet šiaip ar taip ją naudoti turėtų būti saugu.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Daugiau informacijos, pagalbos ir naujausias galutines versijas rasite mūsų\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "svetainėje www.aMule.org arba IRC kanale #aMule serveryje irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Nesikuklinkite pranešti rastas klaidas adresu http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -227,134 +228,134 @@ "Neteisingai nurodėte keičiamo parašo aplanką!\n" "Keičiamas parašas bus išjungtas tol, kol pakeisite parinktis." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Serverio pavadinimas:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Nepavyko paskirti disko vietos failui „%s“: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "KLAIDA: nepavyko atverti žurnalo failo" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "DĖMESIO: žurnalas tuščias. Kažkas čia ne taip." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Žurnalas išvalytas"
View file
aMule.tar.xz/po/nl.po
Changed
@@ -1,19 +1,20 @@ # translation of nl.po to Dutch # aMule i18n resource file. # Copyright (c) 2003-2011 aMule Team -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # # Kry <elkry@users.sourceforge.net>, 2004. # Oliver Heesakkers <dev2@Heesakkers.info>, 2007. # Frank van der Loo <f.vanderloo@gmail.com>, 2008. msgid "" msgstr "" -"Project-Id-Version: nl\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-11 03:26+0100\n" "Last-Translator: Frank van der Loo <f.vanderloo@gmail.com>\n" "Language-Team: Dutch <nl@li.org>\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -63,7 +64,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Amuleweb-instantie met pid '%ld' wordt gedood ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Mislukt" @@ -91,7 +92,7 @@ msgid "Password set and external connections enabled." msgstr "Wachtwoord ingesteld en externe verbindingen ingeschakeld." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "WAARSCHUWING" @@ -104,13 +105,13 @@ "De taalinstelling is veranderd in Systeem Standaard vanwege een configuratie " "wijziging. Sorry." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -118,16 +119,16 @@ "U heeft geen servers in de serverlijst.\n" "Wilt u dat aMule nu een nieuwe lijst download?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Download van serverlijst" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "webserver draait met pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -137,23 +138,23 @@ "amuleweb kan niet gestart worden. Installeer a.u.b. het pakket met de aMule " "webserver, of compileer aMule met --enable-webserver en draai make install." -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "FOUT" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Kon geen poorten koppelen aan het opgegeven adres: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Poort %u is niet beschikbaar. U krijgt een LAAG ID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -169,15 +170,15 @@ "Controleer uw netwerk en zorg ervoor dat de poort open is voor in- en " "uitgaand verkeer." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Kon OnlineHandtekening Bestand niet maken" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Kon aMule OnlineHandtekening Bestand niet maken" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -185,40 +186,40 @@ "De gekozen locale lijkt niet ge?nstalleerd te zijn op uw pc. (Let op: Ik " "probeer het toch in te stellen)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Dit is de eerste keer dat u aMule %s draait" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Dit is een test versie, dagelijks geupdatet, en\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "we geven geen garantie dat het niks kapot maakt, uw huis in brand steekt,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "of uw hond doodt. Maar het *zou* veilig moeten zijn om het te gebruiken.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Meer informatie, ondersteuning en niuwe versies kunnen gevonden worden op " "onze homepage,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "op www.aMule.org, of op ons IRC kanaal #amule op irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Bugs kunt u altijd melden op http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -227,133 +228,133 @@ "ONGELDIG!\n" " OnlineSignature is UITGESCHAKELD totdat u dit verbetert in voorkeuren." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Server hostnaam geïnformeerd" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Toewijzen schijfruimte voor bestand '%s' mislukt: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FOUT: kan logbestand niet openen" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "WAARSCHUWING: logbestand is leeg. Er is iets mis."
View file
aMule.tar.xz/po/nn.po
Changed
@@ -8,12 +8,13 @@ # Hallvor Brunstad <Hallvor_1976@yahoo.com>, 2008. msgid "" msgstr "" -"Project-Id-Version: nn\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-06-10 23:09+0200\n" "Last-Translator: Hallvor Brunstad <Hallvor_1976@yahoo.com>\n" "Language-Team: <i18n-nn@lister.ping.uio.no>\n" +"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -66,7 +67,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Mislukka" @@ -95,7 +96,7 @@ msgid "Password set and external connections enabled." msgstr "Ny ekstern kopling akseptert" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ÅTVARING" @@ -108,13 +109,13 @@ "Dine lokale innstilingar har vorte endra til opprinnelege " "systeminnstillingar på grunn av konfigurasjonsending. Beklager." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -122,16 +123,16 @@ "Du har ingen tenarar i tenarlista.\n" "Vil du at aMule skal laste ned ei ny liste no?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Nedlasting av tenarliste" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "vevtenar køyrer på pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -141,23 +142,23 @@ "køyrast. Installer pakken som inneheld vevtenaren til aMule, eller kompiler " "aMule med --enable-webserver og køyr make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "FEIL" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Greidde ikkje å knyte portar til adressa: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port·%u er ikkje tilgjengeleg. Du vil få LågID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -173,15 +174,15 @@ "Sjekk nettverket ditt for å vere viss på at porten er open for inn- og " "utgåande trafikk." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Greidde ikkje å lage OnlineSigfil" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Greidde ikkje å lage aMule si OnlineSigfil." -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -189,39 +190,39 @@ "Dei valte lokale innstillingane ser ikkje ut til å vere installerte på " "maskina di. (Merk: Eg freistar å setje dei likevel)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Dette er første gongen du køyrer aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Denne utgåva er ei testutgåve, oppdatert dagleg, og\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "vi gir ingen garanti for skade eller nedbrenning av huset ditt,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "eller drep hunden din. Men det *burde* vere trygt å nytte uansett.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Meir informasjon, brukarstøtte og nye utgåver kan verte funne på heimesida " "vår.\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "på www.aMule.org, eller på IRC-kanalen vår #aMule·på·irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Vér god å rapportere feil til http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -229,134 +230,134 @@ "Mappa spesifisert for nettsignaturar er UGANGBAR!\n" " Nettsignaturar vert DEAKTIVERT fram til du ordnar det i innstillingar." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Tenarnamn:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Henting av diskplass for fila '%s' mislukka: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FEIL: Greier ikkje å opne loggfila" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ÅTVARING: loggfila er tom. Noko er gale." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Loggen har vorte nullstilt" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/pl.po
Changed
@@ -11,12 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: aMule\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2010-08-19 01:21+0100\n" "Last-Translator: Michał Trzebiatowski <hippie_1968@hotmail.com>\n" "Language-Team: translationproject.org/team/pl.html <translation-team-" "pl@lists.sourceforge.net>\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -67,7 +68,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Zabiłam instancję amuleweb z pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Nieudane" @@ -95,7 +96,7 @@ msgid "Password set and external connections enabled." msgstr "Ustawione hasło i włączone połączenia zewnętrzne." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "UWAGA" @@ -108,13 +109,13 @@ "Twoje ustawienia lokalne zostały zmienione na domyślne systemowe w związku " "ze zmianą konfiguracji. Przepraszamy." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Informacje" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -122,16 +123,16 @@ "Nie masz żadnego serwera na twojej liście serwerów.\n" "Czy chcesz, żeby aMule pobrał nową listę teraz?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Pobieranie listy serwerów" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "serwer sieciowy uruchomiony na pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -142,23 +143,23 @@ "sieciowy aMule lub skompiluj aMule używając --enable-webserver i uruchom " "make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "BŁĄD" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Nie można było powiązać portów z określonym adresem: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port %u jest niedostępny. Będziesz mieć LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -174,15 +175,15 @@ "Sprawdź swoją sieć aby mieć pewność, że port jest otwarty dla wejścia i " "wyjścia." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Nie udało się utworzyć pliku podpisu online" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Nie udało się utworzyć pliku podpisu online aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -190,41 +191,41 @@ "Wybrane lokale wydają się być niezainstalowane. (Uwaga: I tak spróbuję je " "ustawić)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Po raz pierwszy uruchomiłeś aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Ta wersja jest aktualizowaną codziennie wersją testową i\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "nie dajemy żadnej gwarancji, że nie zniszczy ona niczego, nie spali twojego " "domu\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "lub zabije twojego psa. *Powinna* ona jednak mimo wszystko działać " "poprawnie.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Więcej informacji, pomoc i nowe wydania znajdziesz na naszej stronie \n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org lub na naszym kanale IRC: #aMule na irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Nie wahaj się zgłaszać jakichkolwiek błędów na http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -233,133 +234,133 @@ " Sygnatura online zostanie wyłączona dopóki nie poprawisz tego w " "preferencjach." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Zawiadomiono nazwę hostu serwera" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Wstępna alokacja dysku dla pliku '%s' nie powiodła się: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "BŁĄD: nie mogę otworzyć pliku logów" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "UWAGA: plik logów jest pusty. Coś jest nie tak." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Logi zostały zresetowane" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/pt_BR.po
Changed
@@ -10,12 +10,13 @@ # This file is distributed under the same license as the aMule package. msgid "" msgstr "" -"Project-Id-Version: pt_BR\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-12-13 23:14-0300\n" "Last-Translator: felipe augusto <flipeicl@gmail.com>\n" "Language-Team: Português (Brasileiro) <pt@li.org>\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -67,7 +68,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Matando a instância amuleweb com o pid '%ld'..." -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Falha" @@ -95,7 +96,7 @@ msgid "Password set and external connections enabled." msgstr "Senha definida e conexões externas habilitadas." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "CUIDADO" @@ -108,13 +109,13 @@ "Seu locale foi alterado para o padrão do Sistema devido a mudança na " "configuração. Desculpe." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -122,16 +123,16 @@ "Você não tem nenhum servidor na lista de servidor.\n" "Você quer que o aMule baixe uma nova lista agora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Lista de servidor baixada" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web server rodando no pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -141,23 +142,23 @@ "não pode ser rodado. Por favor instale o pacote contendo o aMule web server, " "ou compile o aMule usando --enable-webserver e rode make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERRO" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Não foi possível conectar às portas desse endereço: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Porta %u não disponível. Você ficará com LOWID (id baixa)\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -172,16 +173,16 @@ "\n" "Verifique sua rede para ver se essa porta está aberta para entrada e saída." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Falha ao criar o arquivo OnlineSig" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Falha ao criar o arquivo OnlineSig do aMule" # src/amuled.cpp:1246: -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -189,39 +190,39 @@ "Parece que o idioma selecionado não está instalado no seu computador. (Nota: " "eu irei defini-lo mesmo assim)." -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Essa é a primeira vez que você executa o aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Essa é uma versão de testes, atualizada diariamente, e\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "não daremos garantia se ela quebrar algo, queimar sua casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "ou matar seu cachorro. Mas ela *deve* ser segura para uso mesmo assim.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Maiores informações, suporte e novas versões podem ser encontradas em nossa\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "homepage www.aMule.org ou em nosso canal de irc #aMule na irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Esteja a vontade para notificar qualquer bug em http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -229,134 +230,134 @@ "A pasta especificada para os arquivos da Online Signature é INVÁLIDA!\n" "OnlineSignature ficará DESATIVADA até você atualizar as preferências." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Nome do servidor notificado" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Préalocação de espaço em disco para arquivo '%s' falhou: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERRO: não foi possível abrir arquivo de log" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "AVISO: o arquivo de log está vazio. Algo está errado." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Arquivo de log resetado" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/pt_PT.po
Changed
@@ -12,12 +12,13 @@ # msgid "" msgstr "" -"Project-Id-Version: aMule 2.2.6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-06-18 14:15+0000\n" "Last-Translator: Luís Picciochi Oliveira <Pitxyoki@Gmail.com>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -65,7 +66,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "A matar instância do amuleweb com o pid '%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Falhas" @@ -93,7 +94,7 @@ msgid "Password set and external connections enabled." msgstr "Palavra-passe definida e permitidas as ligações externas." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "AVISO" @@ -106,13 +107,13 @@ "O seu idioma foi alterado para a predefinição do sistema devido a uma " "mudança de configuração. Desculpe." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Informação" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -120,16 +121,16 @@ "Não tem nenhum servidor na lista de servidores.\n" "Quer que o aMule faça o download de uma lista nova agora?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "A fazer download da lista de servidores" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "servidor web a executar no pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -139,23 +140,23 @@ "ser lançado. Por favor, instale o pacote que contém o servidor web ou " "compile o aMule com --enable-webserver e execute make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ERRO" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Não foi possível associar os portos ao endereço especificado: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "O porto %u não está disponível. Ficará com LOWID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -171,15 +172,15 @@ "Verifique a sua rede para se certificar de que o porto está aberto para " "leitura e escrita." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Erro ao criar o ficheiro da Assinatura Online" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Erro a criar o ficheiro da Assinatura Online do aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -187,37 +188,37 @@ "O idioma seleccionado parece não estar instalado no seu computador. (Nota: " "de qualquer das formas, irei tentar activá-lo)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Esta é a primeira vez que executa o aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Esta é uma versão de testes actualizada diariamente e\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "não há qualquer garantia de que não irá partir nada, pegar fogo à sua casa,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "ou matar o seu cão. Mas, *em princípio*, deverá ser seguro usá-lo.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "Mais informação, suporte e novos lançamentos na nossa página,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "em www.amule.org ou no canal de IRC #aMule em irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Esteja à vontade para comunicar erros para http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -226,136 +227,136 @@ " A Assinatura Online será DESACTIVADA até que resolva a situação nas " "preferências." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Servidor notificado" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Reserva de espaço em disco para o ficheiro '%s' falhou: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ERRO: não é possível abrir o ficheiro de relatório" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "AVISO: o ficheiro de relatório está vazio. Algo está mal." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "O relatório foi limpo" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "Mensagem do servidor: %s"
View file
aMule.tar.xz/po/ro.po
Added
@@ -0,0 +1,7649 @@ +# Copyright (C) 2014 Free Software Foundation, Inc. +# This file is distributed under the same license as the aMule package. +# +# Angelescu Constantin <titus0818@yahoo.com>, 2014. +msgid "" +msgstr "" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" +"PO-Revision-Date: 2014-12-27 10:03+0200\n" +"Last-Translator: Angelescu Constantin <titus0818@yahoo.com>\n" +"Language-Team: Angelescu Constantin <titus0818@yahoo.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +#: src/AddFriend.cpp:45 +msgid "Add a Friend" +msgstr "Adaugă un prieten" + +#: src/AddFriend.cpp:61 +msgid "You have to enter a valid IP and port!" +msgstr "Trebuie să introduceți un IP valid și un port!" + +#: src/AddFriend.cpp:61 src/AddFriend.cpp:67 +msgid "Information" +msgstr "Informații" + +#: src/AddFriend.cpp:67 +msgid "The specified userhash is not valid!" +msgstr "Indexul utilizator specificat nu este valid!" + +#: src/amuleAppCommon.cpp:128 +msgid "Failed to open ED2KLinks file." +msgstr "A eșuat deschiderea fișierului legătură eD2k." + +#: src/amuleAppCommon.cpp:201 +msgid "" +"WARNING: You can't add yourself as a source for an eD2k link while having a " +"lowid." +msgstr "" +"ATENȚIE: Nu vă puteți adăuga ca sursă pentru o legătură eD2k cât timp aveți " +"lowid." + +#: src/amule.cpp:229 +msgid "Now, exiting main app..." +msgstr "Acum, se oprește aplicația principală..." + +#: src/amule.cpp:248 +#, c-format +msgid "Terminating amuleweb instance with pid '%ld' ... " +msgstr "Se termină instanța amuleweb cu pid '%ld' ... " + +#: src/amule.cpp:251 +#, c-format +msgid "Killing amuleweb instance with pid '%ld' ... " +msgstr "Se omoară instanța amuleweb cu pid '%ld' ... " + +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 +msgid "Failed" +msgstr "Eșuat" + +#: src/amule.cpp:259 +msgid "aMule OnExit: Terminating core." +msgstr "aMule la ieșire: Se închide nucleul." + +#: src/amule.cpp:330 +msgid "aMule shutdown completed." +msgstr "aMule închidere terminată." + +#: src/amule.cpp:334 +msgid "Memory debug results for aMule exit:" +msgstr "Rezultatele depanării memoriei pentru ieșirea aMule:" + +#: src/amule.cpp:433 +msgid "" +"\n" +"EC configuration" +msgstr "" +"\n" +"configurație EC" + +#: src/amule.cpp:436 +msgid "Password set and external connections enabled." +msgstr "Configurarea parolei și conexiunile externe sunt activate." + +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 +#: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 +msgid "WARNING" +msgstr "ATENȚIE" + +#: src/amule.cpp:493 +msgid "" +"Your locale has been changed to System Default due to a configuration " +"change. Sorry." +msgstr "" +"Limba dumneavoastră a fost schimbată la cea implicită a sistemului datorită " +"schimbării configurației. Regretăm." + +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 +#: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 +#: src/ServerListCtrl.cpp:149 +msgid "Info" +msgstr "Info" + +#: src/amule.cpp:580 +msgid "" +"You don't have any server in the server list.\n" +"Do you want aMule to download a new list now?" +msgstr "" +"Nu aveți nici un server în lista serverelor.\n" +"Doriți ca aMule să descarce o nouă listă acum?" + +#: src/amule.cpp:581 +msgid "Server list download" +msgstr "Lista serverelor s-a descărcat" + +#: src/amule.cpp:650 +#, c-format +msgid "web server running on pid %d" +msgstr "server web rulând pe pid %d" + +#: src/amule.cpp:654 +msgid "" +"You requested to run web server on startup, but the amuleweb binary cannot " +"be run. Please install the package containing aMule web server, or compile " +"aMule using --enable-webserver and run make install" +msgstr "" +"Ați solicitat să ruleze la pornire serverul web, dar fișierul binar amuleweb " +"nu poate fi rulat. Instalați pachetul care conține serverul web aMule, sau " +"compilați aMule utilizând --enable-webserver și apoi rulați make install" + +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 +#: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 +#: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 +msgid "ERROR" +msgstr "EROARE" + +#: src/amule.cpp:737 +#, c-format +msgid "Could not bind ports to the specified address: %s" +msgstr "Nu se pot lega porturile la adresa specificată: %s" + +#: src/amule.cpp:761 +#, c-format +msgid "Port %u is not available. You will be LOWID\n" +msgstr "Portul %u nu este disponibil. Veți fi LOWID\n" + +#: src/amule.cpp:767 +#, c-format +msgid "" +"Port %u is not available!\n" +"\n" +"This means that you will be LOWID.\n" +"\n" +"Check your network to make sure the port is open for output and input." +msgstr "" +"Portul %u nu este disponibil!\n" +"\n" +"Aceasta înseamnă că veți fi LOWID.\n" +"\n" +"Verificați rețeaua pentru a vă asigura că portul este deschis pentru intrare " +"și ieșire." + +#: src/amule.cpp:846 +msgid "Failed to create OnlineSig File" +msgstr "A eșuat crearea fișierului Semnătură Online" + +#: src/amule.cpp:854 +msgid "Failed to create aMule OnlineSig File" +msgstr "A eșuat crearea fișierului aMule Semnătură Online" + +#: src/amule.cpp:1026 +msgid "" +"The selected locale seems not to be installed on your box. (Note: I'll try " +"to set it anyway)" +msgstr "" +"Localizarea selectată se pare că nu este instalată pe computer. (Notă: Se va " +"încerca configurarea acesteia oricum)" + +#: src/amule.cpp:1035 +#, c-format +msgid "This is the first time you run aMule %s" +msgstr "Aceasta este prima dată când rulați aMule %s" + +#: src/amule.cpp:1037 +msgid "This version is a testing version, updated daily, and\n" +msgstr "Această versiune este o versiune de testare, actualizată zilnic și\n" + +#: src/amule.cpp:1038 +msgid "we give no warranty it won't break anything, burn your house,\n" +msgstr "" +"nu vă dăm nici un fel de garanție dacă nu se va strica nimic, ardeți-vă " +"casa,\n" +
View file
aMule.tar.xz/po/ru.po
Changed
@@ -11,9 +11,9 @@ # Radist Morse <radist.morse@gmail.com>, 2008. msgid "" msgstr "" -"Project-Id-Version: amule_2007-08-29\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-06-19 18:31+0100\n" "Last-Translator: Radist Morse <radist.morse@gmail.com>\n" "Language-Team: Russian <kde-russian@lists.kde.ru>\n" @@ -70,7 +70,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Убиваем процесс amuleweb с pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Неудачно" @@ -98,7 +98,7 @@ msgid "Password set and external connections enabled." msgstr "Пароль задан и внешние соединения разрешены." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ПРЕДУПРЕЖДЕНИЕ" @@ -111,13 +111,13 @@ "В связи со сменой версии, значение вашей локали было изменено на значение по " "умолчанию. Извините." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Сведения" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -125,16 +125,16 @@ "Ваш список серверов пуст.\n" "Скачать новый список?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Загрузить список серверов" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "веб-сервер работает с pid %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -144,23 +144,23 @@ "может быть запущен. Установите пакет содержащий веб-сервер aMule или " "скомпилируйте его с опцией --enable-webserver и запустите make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ОШИБКА" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Невозможно связать порты с указанными адресами: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Порт %u не доступен. У вас будет LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -175,15 +175,15 @@ "\n" "Проверьте вашу сетевую конфигурацию, убедитесь что необходимый порт открыт." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Не удалось создать aMule OnlineSig файл" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Не удалось создать aMule OnlineSig файл" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -191,44 +191,44 @@ "Выбранная локаль отсутствует в вашей системе (тем не менее, будет " "произведена попытка ее использовать)." -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Это первый запуск aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Эта версия является тестовой и обновляется ежедневно.\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "мы не предоставляем никаких гарантий на случай каких либо повреждений, " "пожара \n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "или же смерти вашей любимой собачки. И все же использование ее *должно* быть " "безопасным. \n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Дополнительную информацию, поддержку и обновленные версии вы найдете на " "нашем сайте \n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "www.aMule.org, или на нашем irc-канале #aMule, находящемся на сервере irc." "freenode.net. \n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Сообщайте нам о найденных ошибках на форум http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -236,138 +236,138 @@ "Указан неверный каталог для файлов Online-подписей!\n" "Online-подписи будут отключены пока вы не исправите это в настройках." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Имя сервера подтверждено" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Выделение место под файл '%s' не удалось: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "Ошибка: невозможно открыть файл журнала" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ПРЕДУПРЕЖДЕНИЕ: файл журнала пуст. Что-то здесь не так :-(" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Журнал был очищен" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/sl.po
Changed
@@ -7,16 +7,16 @@ # Jure Repinc <jlp@holodeck1.com>, 2011. msgid "" msgstr "" -"Project-Id-Version: sl\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-04-26 01:08+0200\n" "Last-Translator: Jure Repinc <jlp@holodeck1.com>\n" "Language-Team: Slovenian <lugos-slo@lugos.si>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: sl\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" @@ -63,7 +63,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Ubijanje izvoda amuleweb s PID »%ld« ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Neuspeh" @@ -91,7 +91,7 @@ msgid "Password set and external connections enabled." msgstr "Geslo je bilo nastavljeno in zunanje povezave omogočene." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "OPOZORILO" @@ -104,13 +104,13 @@ "Vaše področne nastavitve so bile spremenjene na sistemsko privzete zaradi " "spremembe v nastavitvah. Oprostite." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Podatki" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -118,16 +118,16 @@ "Na seznamu strežnikov nimate nobenega strežnika.\n" "Ali želite, da aMule zdaj pridobi nov seznam?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Prejemanje seznama strežnikov" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "spletni strežnik teče s PID %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -138,23 +138,23 @@ "ali pa prevedite aMule z možnostjo »--enable-webserver« in ga znova namestite " "z »make install«." -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "NAPAKA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Vrat ni bilo moč povezati z navedenim naslovom: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Vrata %u niso razpoložljiva. Imeli boste nizek ID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -169,15 +169,15 @@ "\n" "Preverite omrežje in se prepričajte, da so vrata odprta za izhod in vhod." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Ni bilo mogoče ustvariti datoteke spletnega podpisa" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Ni bilo mogoče ustvariti aMule datoteke spletnega podpisa" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -185,40 +185,40 @@ "Kot kaže izbrana področna nastavitev ni nameščena na vašem računalniku. " "(Opomba: vseeno se jo bo poskusilo nastaviti)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "To je vaš prvi zagon aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "To je testna različica, posodobljena dnevno in\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "ne dajemo zagotovila, da ne bo ničesar poškodovala, zažgala vaše hiše\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "ali ubila vašega psa. Vendar bi vseeno morala biti varna za uporabo.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Več informacij, podporo in nove različice, lahko najdete na naši domači " "strani,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "na www.aMule.org, ali na kanalu IRC #aMule, na strežniku irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Morebitne hrošče lahko sporočite na http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -226,134 +226,134 @@ "Navedena mapa za datoteke za spletni podpis je NEVELJAVNA.\n" "Spletni podpis bo ONEMOGOČEN, dokler težave ne odpravite v nastavitvah." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Gostitelj strežnika obveščen" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Vnaprejšnja dodelitev prostora na disku za datoteko »%s« ni uspela: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "NAPAKA: ni mogoče odpreti dnevniške datoteke" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "OPOZORILO: dnevniška datoteka je prazna. Nekaj je narobe." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset"
View file
aMule.tar.xz/po/sq.po
Changed
@@ -1,6 +1,6 @@ # translation of sq.po to Shqip -# Albanian translations for PACKAGE package. -# This file is distributed under the same license as the PACKAGE package. +# Albanian translations for aMule package. +# This file is distributed under the same license as the aMule package. # # <dj_barthezz@linuxmail.org>, 2008. # fation <dj_barthezz@linuxmail.org>, 2008. @@ -8,13 +8,14 @@ # Fation <dj_barthezz@linuxmail.org lushnja_corps@hotmail.com>, 2008. msgid "" msgstr "" -"Project-Id-Version: sq\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-04-20 20:41+0200\n" "Last-Translator: Fation <dj_barthezz@linuxmail.org lushnja_corps@hotmail." "com>\n" "Language-Team: Shqip <en@li.org>\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -65,7 +66,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "E Deshtuar" @@ -94,7 +95,7 @@ msgid "Password set and external connections enabled." msgstr "U pranua nje lidhje e jashtme e re" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "KUJDES" @@ -107,13 +108,13 @@ "Vendndodhja juaj eshte ndryshuar tek System Default i pershtatur per nje " "nderrim konfigurimi. Me vjen keq." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Informacion" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -121,39 +122,39 @@ "Ju nuk keni asnje server ne listen e serverave tuaj.\n" "Deshironi qe aMule te shkarkoje nje liste te re tani?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Shkarkim per listen e serverave" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Nuk mund te lidh portat tek adresa e dhene: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Porta %u nuk eshte me vlere. Ju do te keni ID te ulet\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -169,15 +170,15 @@ "KOntrolloni rrjetin tuaj per tu siguruar qe porta eshte hapur per hyrje dhe " "dalje." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Deshtoi te krijoje failin per Firmen Online" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Deshtoi te krijoje failin per Firmen Online te aMule-s" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -185,42 +186,42 @@ "Vendi i zgjedur duket se nuk do te instalohet ne kutine tuaj. (Shenim: Une " "do te mundohem ta vendos ate)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Kjo eshte hera e pare qe ju po persorni aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Ky eshte nje version per testim,i azhornuar per dite, dhe\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "ne nuk japim siguri per te ai nuk do te thyej asgje,nuk do te djegi shtepine " "tuaj,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "ose te vrasi qenin tuaj. Por ai *do te* behet i sigurte per tu perdorur.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Me shume informacion,mbeshtetje dhe leshime te reja do ti gjeni tek faqet " "tona,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "tek www.amule.org ose ne kanalin tone IRC #amule tek irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Raportoni cdo gabim tek http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -228,136 +229,136 @@ "Kartela e faileve per Firmen Online qe ju specifikuat eshte e PAVLERE!\n" " Firma Online do te C'AKTIVIZOHET deri sa ju ta rregulloni tek Preferencat." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 #, fuzzy msgid "Server hostname notified" msgstr "Emri i Serverit:" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "GABIM: nuk mund te hapet logfile"
View file
aMule.tar.xz/po/sv.po
Changed
@@ -5,11 +5,12 @@ msgid "" msgstr "" "Project-Id-Version: aMule\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2007-03-12 22:49+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -58,7 +59,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "" -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Misslyckades" @@ -87,7 +88,7 @@ msgid "Password set and external connections enabled." msgstr "Acceptera externa anslutningar" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "VARNING" @@ -100,13 +101,13 @@ "Din lokal har ändrats till systemets standardlokal på grund av en " "konfigurationsändring. Ursäkta." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Info" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -114,40 +115,40 @@ "Du har inga servrar i serverlistan.\n" "Vill du att aMule ska hämta en ny lista nu?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 #, fuzzy msgid "Server list download" msgstr "Serverlista" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " "aMule using --enable-webserver and run make install" msgstr "" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port %u är inte tillgänglig. Du kommer att bli LOWID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -157,195 +158,195 @@ "Check your network to make sure the port is open for output and input." msgstr "" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Misslyckades med att skapa OnlineSig File" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Misslyckades med att skapa aMule OnlineSig File" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Det här är första gången som du kör aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Den här versionen är en testversion, uppdaterad dagligen, och\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "vi ger ingen garanti, den kommer inte att förstöra någonting, bränna,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "när ditt hus eller döda din hund. Men den *bör* vara användbar ändå.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "Mer information, support och nya utgåvor kan hittas på vår,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "webbplats, www.aMule.org, eller i vår IRC-kanal #aMule på irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Rapportera gärna eventuella fel på http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." msgstr "" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "FEL: kan inte öppna loggfilen" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "VARNING: loggfilen är tom. Någonting är fel." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Loggen har nollställts" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "Servermeddelande: %s" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858 +#: src/amule.cpp:1567 src/IP2Country.cpp:152 src/IPFilter.cpp:510 +#: src/ServerList.cpp:860
View file
aMule.tar.xz/po/tr.po
Changed
@@ -6,9 +6,9 @@ # msgid "" msgstr "" -"Project-Id-Version: tr\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2012-03-23 10:36+0100\n" "Last-Translator: \n" "Language-Team: Turkish <li@li.org>\n" @@ -62,7 +62,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Amuleweb oturumu pid `%ld' ile öldürülüyor..." -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Başarısız" @@ -90,7 +90,7 @@ msgid "Password set and external connections enabled." msgstr "Parola ayarlandı ve dış bağlantılar etkinleştirildi." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "UYARI" @@ -103,13 +103,13 @@ "Bir yapılandırma değişikliği nedeniyle dil ayarınız 'Sistem Varsayılanı'na " "çevrildi. Üzgünüm. Vallahi..." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Bilgi" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -117,16 +117,16 @@ "Sunucu listesinde mevcut bir sunucu yok.\n" "aMule'nin yeni bir liste indirmesini ister misiniz?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Sunucu listesi indirme" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "web sunucusu pid %d üzerinde çalışıyor" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -137,23 +137,23 @@ "aMule' yi --enable-webserver komutu ile derleyip make install komutunu " "çalıştırın" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "HATA" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Belirtilen şu adrese portlar bağlanamıyor: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Port. %u kullanılamıyor. DÜŞÜKID alacaksınız.\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -169,15 +169,15 @@ "Ağ ayarlarınıza göz atarak portun giriş ve çıkışlar için açık olup " "olmadığını denetleyiniz." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Çevrim içi İmza dosyası oluşturma başarısız." -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "aMule Çevrim içi İmza dosyası oluşturma başarısız." -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -185,38 +185,38 @@ "Seçilen yerelleştirme görünüşe göre bilgisayarınızda yüklü değil. (Not: Bunu " "yine de yapmaya çalışacağım)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Hoş geldiniz! aMule %s sürümünü ilk kez kullanıyorsunuz." -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Bu sürüm bir deneme sürümü, her gün güncellenir ve\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "bir şeyleri bozmayacağını veya evinizi yakmayacağını \n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "" "yahut da köpeğinizi öldürmeyeceğini garanti edemeyiz. Fakat bir *sorun* " "yaratmayacağını da umuyoruz.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "Daha fazla bilgi, destek ve yeni sürümler ana sayfamızda bulunabilir\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org veya IRC Kanalımız: #aMule at irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Her türlü hatayı bize bildirmekten çekinmeyin http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -224,133 +224,133 @@ "Belirlediğiniz Çevrim içi İmza dosyaları dizini GEÇERSİZ!\n" " Çevrim içi İmza, ayarlarınızda düzeltene kadar DEVREDIŞI bırakıldı." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Sunucu makine adı uyarıldı" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "%s dosyası için diskte yer ayırma başarısız oldu: %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "HATA: Günlük dosyası açılamıyor." -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "UYARI: Günlük dosyası boş, bir şeyler yanlış." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Günlük kaydı silindi." -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format msgid "ServerMessage: %s" msgstr "Sunucu İletisi: %s" -#: src/amule.cpp:1568 src/IP2Country.cpp:151 src/IPFilter.cpp:510 -#: src/ServerList.cpp:858
View file
aMule.tar.xz/po/uk.po
Changed
@@ -6,12 +6,13 @@ # okovalenko <alx.kovalenko@gmail.com>, 2008. msgid "" msgstr "" -"Project-Id-Version: aMule SVN\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2008-12-17 11:21+0200\n" "Last-Translator: Oleksandr Kovalenko <alx.kovalenko@gmail.com>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -62,7 +63,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "Вбиваю екземпляр amuleweb з pid `%ld' ... " -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "Невдалі" @@ -90,7 +91,7 @@ msgid "Password set and external connections enabled." msgstr "Пароль встановлений та дозволені зовнішні з'єднання." -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "ЗАСТЕРЕЖЕННЯ" @@ -103,13 +104,13 @@ "Ваша локаль змінена на системну за замовчуванням із-за зміни налаштувань. " "Вибачте." -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "Інфо" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -117,16 +118,16 @@ "Ви не маєте жодного серверу в переліку серверів.\n" "Хочете, щоб aMule звантажив зараз новий?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "Звантажити перелік серверів" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "Веб-сервер запущений з %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -136,23 +137,23 @@ "бути запущено. Будь ласка, встановіть пакунок, що містить веб-сервер aMule, " "зберіть aMule з --enable-webserver та виконайте make install" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "ПОМИЛКА" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "Неможливо прив'язати порт до визначеної адреси: %s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "Порт %u недоступний. Ви будете мати LowID\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -167,15 +168,15 @@ "\n" "Перевірте вашу мережу, щоб впевнитись, що порт відкритий." -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "Неможливо створити файл онлайн-підпису" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "Неможливо створити файл онлайн-підпису aMule" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -183,40 +184,40 @@ "Обрана локаль здається не встановлена. (примітка: спроба встановити її в " "будь-якому випадку)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "Ви запускаєте aMule %s вперше" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "Це тестова версія, оновлюється щодня, та\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "" "ми не даємо жодної гарантії, якщо вона щось пошкодить, спалить ваш будинок,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "або вб'є собаку. Але вона *має бути* безпечною у використанні всюди.\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "" "Більше подробиць, підтримка та нові випуски можуть бути знайдені на нашій " "сторінці,\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "" "на www.aMule.org, або у нашому IRC-каналі #aMule на irc.freenode.net.\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "Не соромтеся повідомити про будь-які помилки на http://forum.amule.org" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -224,133 +225,133 @@ "Тека для файлів онлайн-підпису НЕВІРНА!\n" "Онлайн-підпис буде ВИМКНЕНО поки ви не виправите це в налаштуваннях." -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "Назва сервера повідомлена" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "Не вдалося виділити місце на диску для файлу '%s': %s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "ПОМИЛКА: не можу відкрити файл часопису" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "ЗАСТЕРЕЖЕННЯ: журнал порожній. Щось негаразд." -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "Часопис очищено" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525
View file
aMule.tar.xz/po/zh_CN.po
Changed
@@ -1,5 +1,5 @@ # Chinese translation of aMule. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the aMule package. # # Chen Nan, 2004. # xiaoqiao <29551030@qq.com>, 2007, 2008. @@ -9,12 +9,13 @@ # msgid "" msgstr "" -"Project-Id-Version: aMule 2.2.7\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-04-21 12:10+1000\n" "Last-Translator: YiQi <u4781098@anu.edu.au>\n" "Language-Team: Chinese Simplified <kde-i18n-doc@kde.org>\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -61,7 +62,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "杀死 pid 为 '%ld' 的 amuleweb 进程..." -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "失败" @@ -89,7 +90,7 @@ msgid "Password set and external connections enabled." msgstr "密码已设置,启用远程连接。" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "警告" @@ -100,13 +101,13 @@ "change. Sorry." msgstr "对不起,由于配置变动,您的地区设置已经变为系统默认值。" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "信息" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -114,16 +115,16 @@ "在服务器列表中没有任何服务器。\n" "需要 aMule 现在就下载一个新的列表吗?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "服务器列表已下载" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "Web 服务器正在运行,进程编号为 %d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -133,23 +134,23 @@ "务器的 aMule 版本,或者使用 --enable-webserver 选项编译 aMule,然后运行 make " "install 进行安装" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "错误" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "无法绑定端口到指定的地址:%s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "端口 %u 已被占用,你会成为低 ID。\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -164,15 +165,15 @@ "\n" "请检测网络设置以确保端口可用于输入输出。" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "创建在线统计文件失败" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "创建 aMule 在线统计文件失败" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" @@ -180,36 +181,36 @@ "您所选择的地区设置在您的计算机上似乎没有安装。(注意:我还是会尝试您所选择的地" "区设置。)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "这是您第一次运行 aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "此版本是测试版,更新频繁, \n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "我们无法承诺它不会损坏任何东西,烧毁您的房子,\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "或杀死你的狗,但 * 一般来讲 * 它应该是安全的。\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "如要获取使用信息、用户支持以及下载最新版本,请访问我们的首页\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "www.aMule.org,或进入我们在 irc.freenode.net 的 IRC 频道 #aMule。\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "欢迎您到 http://forum.amule.org 去提交错误报告" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -217,143 +218,143 @@ "您为在线统计文件所选择的文件夹无效!\n" "在您更正设置之前在线统计将被禁用。" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "获取服务器名称" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "为文件 '%s' 预分配磁盘空间失败:%s" -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "错误:无法打开日志文件" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "警告:日志文件为空。肯定有什么地方出错了。" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "记录文件已被重置"
View file
aMule.tar.xz/po/zh_TW.po
Changed
@@ -18,16 +18,16 @@ # msgid "" msgstr "" -"Project-Id-Version: zh_TW\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-12 07:21+0200\n" +"Project-Id-Version: aMule\n" +"Report-Msgid-Bugs-To: http://forum.amule.org/index.php?board=40.0\n" +"POT-Creation-Date: 2014-11-25 15:48+0100\n" "PO-Revision-Date: 2011-11-11 01:29+0800\n" "Last-Translator: Wayne Su <mstarmstar@gmail.com>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: TAIWAN\n" @@ -73,7 +73,7 @@ msgid "Killing amuleweb instance with pid '%ld' ... " msgstr "正在強行終止 pid %ld 的 amuleweb 執行緒..." -#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:94 +#: src/amule.cpp:253 src/ClientRef.cpp:194 src/ServerListCtrl.cpp:95 msgid "Failed" msgstr "失敗" @@ -101,7 +101,7 @@ msgid "Password set and external connections enabled." msgstr "密碼已設定,外部連線已啟用。" -#: src/amule.cpp:447 src/KadDlg.cpp:179 src/KadDlg.cpp:185 +#: src/amule.cpp:447 src/KadDlg.cpp:183 src/KadDlg.cpp:189 #: src/PrefsUnifiedDlg.cpp:747 src/SharedFilesCtrl.cpp:318 msgid "WARNING" msgstr "警告" @@ -112,13 +112,13 @@ "change. Sorry." msgstr "對不起,由於版本變更,您的地區設定已經被變更爲系統預設值。" -#: src/amule.cpp:495 src/amule.cpp:1054 src/CatDialog.cpp:141 +#: src/amule.cpp:495 src/amule.cpp:1049 src/CatDialog.cpp:141 #: src/CatDialog.cpp:151 src/CatDialog.cpp:163 src/ServerList.cpp:346 -#: src/ServerListCtrl.cpp:148 +#: src/ServerListCtrl.cpp:149 msgid "Info" msgstr "資訊" -#: src/amule.cpp:581 +#: src/amule.cpp:580 msgid "" "You don't have any server in the server list.\n" "Do you want aMule to download a new list now?" @@ -126,16 +126,16 @@ "在伺服器清單中沒有任何伺服器。\n" "要讓 aMule 現在就下載一個新的嗎?" -#: src/amule.cpp:582 +#: src/amule.cpp:581 msgid "Server list download" msgstr "已下載伺服器清單" -#: src/amule.cpp:655 +#: src/amule.cpp:650 #, c-format msgid "web server running on pid %d" msgstr "執行中的網站伺服器 pid:%d" -#: src/amule.cpp:659 +#: src/amule.cpp:654 msgid "" "You requested to run web server on startup, but the amuleweb binary cannot " "be run. Please install the package containing aMule web server, or compile " @@ -144,23 +144,23 @@ "您要求啟動時執行網站伺服器,但系統無法執行 amuleweb。請安裝含有 aMule 網站伺" "服器的套件,或於編譯 aMule 程式碼時加入 --enable-webserver 選項" -#: src/amule.cpp:660 src/amule.cpp:774 src/amule.cpp:1065 +#: src/amule.cpp:655 src/amule.cpp:769 src/amule.cpp:1060 #: src/amule-remote-gui.cpp:304 src/amule-remote-gui.cpp:326 #: src/amule-remote-gui.cpp:328 src/amule-remote-gui.cpp:641 msgid "ERROR" msgstr "錯誤" -#: src/amule.cpp:742 +#: src/amule.cpp:737 #, c-format msgid "Could not bind ports to the specified address: %s" msgstr "無法選定使用此位址的通訊埠:%s" -#: src/amule.cpp:766 +#: src/amule.cpp:761 #, c-format msgid "Port %u is not available. You will be LOWID\n" msgstr "通訊埠 %u 已被佔用。您會變成 LOWID。\n" -#: src/amule.cpp:772 +#: src/amule.cpp:767 #, c-format msgid "" "Port %u is not available!\n" @@ -175,51 +175,51 @@ "\n" "請檢查網路設定以確保通訊埠可正常使用。" -#: src/amule.cpp:851 +#: src/amule.cpp:846 msgid "Failed to create OnlineSig File" msgstr "無法建立線上簽名識別檔" -#: src/amule.cpp:859 +#: src/amule.cpp:854 msgid "Failed to create aMule OnlineSig File" msgstr "無法建立 aMule 線上簽名識別檔" -#: src/amule.cpp:1031 +#: src/amule.cpp:1026 msgid "" "The selected locale seems not to be installed on your box. (Note: I'll try " "to set it anyway)" msgstr "" "在您的電腦上似乎沒有安裝您所選取的地區設定。 (但仍會採用您所選擇的設定)" -#: src/amule.cpp:1040 +#: src/amule.cpp:1035 #, c-format msgid "This is the first time you run aMule %s" msgstr "這是您第一次執行 aMule %s" -#: src/amule.cpp:1042 +#: src/amule.cpp:1037 msgid "This version is a testing version, updated daily, and\n" msgstr "這個版本是測試版,每日有更新,\n" -#: src/amule.cpp:1043 +#: src/amule.cpp:1038 msgid "we give no warranty it won't break anything, burn your house,\n" msgstr "但我們無法擔保它不會造成任何損害、燒掉您的房子、\n" -#: src/amule.cpp:1044 +#: src/amule.cpp:1039 msgid "or kill your dog. But it *should* be safe to use anyway.\n" msgstr "或害死您的狗。但一般來講它「應該」是安全的。\n" -#: src/amule.cpp:1049 +#: src/amule.cpp:1044 msgid "More information, support and new releases can found at our homepage,\n" msgstr "在我們的網頁可找到更多資訊、使用者支援以及程式最新版本:\n" -#: src/amule.cpp:1050 +#: src/amule.cpp:1045 msgid "at www.aMule.org, or in our IRC channel #aMule at irc.freenode.net.\n" msgstr "http://www.aMule.org,或我們在 irc.freenode.net 的 IRC 頻道 #aMule。\n" -#: src/amule.cpp:1052 +#: src/amule.cpp:1047 msgid "Feel free to report any bugs to http://forum.amule.org" msgstr "歡迎您到 http://forum.amule.org 提出錯誤報告" -#: src/amule.cpp:1065 +#: src/amule.cpp:1060 msgid "" "The folder for Online Signature files you specified is INVALID!\n" " OnlineSignature will be DISABLED until you fix it on preferences." @@ -227,143 +227,143 @@ "您選擇的線上簽名識別檔案所在資料夾無效!\n" " 在您變更偏好設定之前,線上簽名識別功能將被停用。" -#: src/amule.cpp:1121 +#: src/amule.cpp:1116 msgid "Server hostname notified" msgstr "已通伺服器主機名稱" -#: src/amule.cpp:1347 +#: src/amule.cpp:1342 #, c-format msgid "Disk space preallocation for file '%s' failed: %s" msgstr "無法為檔案 %s 預先分配磁碟空間:%s " -#: src/amule.cpp:1482 +#: src/amule.cpp:1477 msgid "ERROR: can't open logfile" msgstr "錯誤:無法開啟記錄檔" -#: src/amule.cpp:1486 +#: src/amule.cpp:1481 msgid "WARNING: logfile is empty. Something is wrong." msgstr "警告:沒有記錄檔,肯定有什麽地方出錯了。" -#: src/amule.cpp:1504 +#: src/amule.cpp:1499 msgid "Log has been reset" msgstr "記錄已被清除" -#: src/amule.cpp:1530 +#: src/amule.cpp:1525 #, c-format
View file
aMule.tar.xz/src/CanceledFileList.cpp
Changed
@@ -26,7 +26,7 @@ #include "CanceledFileList.h" // Interface declarations #include <common/DataFileVersion.h> -#include "amule.h" +#include "Preferences.h" #include "CFile.h" #include "Logger.h" #include <common/Format.h> @@ -43,7 +43,7 @@ { CFile file; - CPath fullpath = CPath(theApp->ConfigDir + m_filename); + CPath fullpath = CPath(thePrefs::GetConfigDir() + m_filename); if (!fullpath.FileExists()) { // This is perfectly normal. The file was probably either // deleted, or this is the first time running aMule. @@ -87,7 +87,7 @@ void CCanceledFileList::Save() { - CFile file(theApp->ConfigDir + m_filename, CFile::write); + CFile file(thePrefs::GetConfigDir() + m_filename, CFile::write); if (!file.IsOpened()) { return; }
View file
aMule.tar.xz/src/ClientCreditsList.cpp
Changed
@@ -65,7 +65,7 @@ void CClientCreditsList::LoadList() { CFile file; - CPath fileName = CPath(theApp->ConfigDir + CLIENTS_MET_FILENAME); + CPath fileName = CPath(thePrefs::GetConfigDir() + CLIENTS_MET_FILENAME); if (!fileName.FileExists()) { return; @@ -81,7 +81,7 @@ } // everything is ok, lets see if the backup exist... - CPath bakFileName = CPath(theApp->ConfigDir + CLIENTS_MET_BAK_FILENAME); + CPath bakFileName = CPath(thePrefs::GetConfigDir() + CLIENTS_MET_BAK_FILENAME); bool bCreateBackup = TRUE; if (bakFileName.FileExists()) { @@ -171,7 +171,7 @@ AddDebugLogLineN( logCredits, wxT("Saved Credit list")); m_nLastSaved = ::GetTickCount(); - wxString name(theApp->ConfigDir + CLIENTS_MET_FILENAME); + wxString name(thePrefs::GetConfigDir() + CLIENTS_MET_FILENAME); CFile file; if ( !file.Create(name, true) ) { @@ -254,7 +254,7 @@ privkey.Initialize(rng, RSAKEYSIZE); // Nothing we can do against this filename2char :/ - wxCharBuffer filename = filename2char(theApp->ConfigDir + CRYPTKEY_FILENAME); + wxCharBuffer filename = filename2char(thePrefs::GetConfigDir() + CRYPTKEY_FILENAME); CryptoPP::FileSink *fileSink = new CryptoPP::FileSink(filename); CryptoPP::Base64Encoder *privkeysink = new CryptoPP::Base64Encoder(fileSink); privkey.DEREncode(*privkeysink); @@ -291,8 +291,8 @@ try { // check if keyfile is there - if (wxFileExists(theApp->ConfigDir + CRYPTKEY_FILENAME)) { - off_t keySize = CPath::GetFileSize(theApp->ConfigDir + CRYPTKEY_FILENAME); + if (wxFileExists(thePrefs::GetConfigDir() + CRYPTKEY_FILENAME)) { + off_t keySize = CPath::GetFileSize(thePrefs::GetConfigDir() + CRYPTKEY_FILENAME); if (keySize == wxInvalidOffset) { AddDebugLogLineC(logCredits, wxT("Cannot access 'cryptkey.dat', please check permissions.")); @@ -307,7 +307,7 @@ } // load private key - CryptoPP::FileSource filesource(filename2char(theApp->ConfigDir + CRYPTKEY_FILENAME), true, new CryptoPP::Base64Decoder); + CryptoPP::FileSource filesource(filename2char(thePrefs::GetConfigDir() + CRYPTKEY_FILENAME), true, new CryptoPP::Base64Decoder); m_pSignkey = new CryptoPP::RSASSA_PKCS1v15_SHA_Signer(filesource); // calculate and store public key CryptoPP::RSASSA_PKCS1v15_SHA_Verifier pubkey(*static_cast<CryptoPP::RSASSA_PKCS1v15_SHA_Signer *>(m_pSignkey));
View file
aMule.tar.xz/src/ECSpecialMuleTags.cpp
Changed
@@ -263,20 +263,6 @@ AddTag(filePrefs); } - if (selection & EC_PREFS_SRCDROP) { - CECEmptyTag srcdrop(EC_TAG_PREFS_SRCDROP); - srcdrop.AddTag(CECTag(EC_TAG_SRCDROP_NONEEDED, (uint8)thePrefs::GetNoNeededSources())); - if (thePrefs::DropFullQueueSources()) { - srcdrop.AddTag(CECEmptyTag(EC_TAG_SRCDROP_DROP_FQS)); - } - if (thePrefs::DropHighQueueRankingSources()) { - srcdrop.AddTag(CECEmptyTag(EC_TAG_SRCDROP_DROP_HQRS)); - } - srcdrop.AddTag(CECTag(EC_TAG_SRCDROP_HQRS_VALUE, (uint16)thePrefs::HighQueueRanking())); - srcdrop.AddTag(CECTag(EC_TAG_SRCDROP_AUTODROP_TIMER, (uint16)thePrefs::GetAutoDropTimer())); - AddTag(srcdrop); - } - if (selection & EC_PREFS_DIRECTORIES) { CECEmptyTag dirPrefs(EC_TAG_PREFS_DIRECTORIES); dirPrefs.AddTag(CECTag(EC_TAG_DIRECTORIES_INCOMING, thePrefs::GetIncomingDir().GetRaw())); @@ -508,20 +494,6 @@ } } - if ((thisTab = GetTagByName(EC_TAG_PREFS_SRCDROP)) != NULL) { - if ((oneTag = thisTab->GetTagByName(EC_TAG_SRCDROP_NONEEDED)) != NULL) { - thePrefs::SetNoNeededSources(oneTag->GetInt()); - } - ApplyBoolean(use_tag, thisTab, thePrefs::SetDropFullQueueSources, EC_TAG_SRCDROP_DROP_FQS); - ApplyBoolean(use_tag, thisTab, thePrefs::SetDropHighQueueRankingSources, EC_TAG_SRCDROP_DROP_HQRS); - if ((oneTag = thisTab->GetTagByName(EC_TAG_SRCDROP_HQRS_VALUE)) != NULL) { - thePrefs::SetHighQueueRanking(oneTag->GetInt()); - } - if ((oneTag = thisTab->GetTagByName(EC_TAG_SRCDROP_AUTODROP_TIMER)) != NULL) { - thePrefs::SetAutoDropTimer(oneTag->GetInt()); - } - } - if ((thisTab = GetTagByName(EC_TAG_PREFS_DIRECTORIES)) != NULL) { if ((oneTag = thisTab->GetTagByName(EC_TAG_DIRECTORIES_INCOMING)) != NULL) { thePrefs::SetIncomingDir(CPath(oneTag->GetStringData()));
View file
aMule.tar.xz/src/EncryptedStreamSocket.cpp
Changed
@@ -142,7 +142,7 @@ void CEncryptedStreamSocket::SetConnectionEncryption(bool bEnabled, const uint8_t* pTargetClientHash, bool bServerConnection) { if (m_StreamCryptState != ECS_UNKNOWN && m_StreamCryptState != ECS_NONE) { - if (!m_StreamCryptState == ECS_NONE || bEnabled) { + if (bEnabled) { wxFAIL; } return;
View file
aMule.tar.xz/src/ExternalConn.cpp
Changed
@@ -1413,9 +1413,6 @@ case EC_OP_GET_ULOAD_QUEUE: response = Get_EC_Response_GetClientQueue(request, m_obj_tagmap, EC_OP_ULOAD_QUEUE); break; - case EC_OP_PARTFILE_REMOVE_NO_NEEDED: - case EC_OP_PARTFILE_REMOVE_FULL_QUEUE: - case EC_OP_PARTFILE_REMOVE_HIGH_QUEUE: case EC_OP_PARTFILE_SWAP_A4AF_THIS: case EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO: case EC_OP_PARTFILE_SWAP_A4AF_OTHERS:
View file
aMule.tar.xz/src/FriendList.cpp
Changed
@@ -35,6 +35,7 @@ #include "CFile.h" #include "Logger.h" #include "GuiEvents.h" +#include "Preferences.h" // Needed for thePrefs CFriendList::CFriendList() { @@ -100,7 +101,7 @@ void CFriendList::LoadList() { - CPath metfile = CPath(theApp->ConfigDir + wxT("emfriends.met")); + CPath metfile = CPath(thePrefs::GetConfigDir() + wxT("emfriends.met")); if (!metfile.FileExists()) { return; @@ -133,7 +134,7 @@ void CFriendList::SaveList() { CFile file; - if (file.Create(theApp->ConfigDir + wxT("emfriends.met"), true)) { + if (file.Create(thePrefs::GetConfigDir() + wxT("emfriends.met"), true)) { try { file.WriteUInt8(MET_HEADER); file.WriteUInt32(m_FriendList.size());
View file
aMule.tar.xz/src/IPFilter.cpp
Changed
@@ -111,7 +111,7 @@ void Entry() { AddLogLineN(_("Loading IP filters 'ipfilter.dat' and 'ipfilter_static.dat'.")); - if ( !LoadFromFile(theApp->ConfigDir + wxT("ipfilter.dat")) && + if ( !LoadFromFile(thePrefs::GetConfigDir() + wxT("ipfilter.dat")) && thePrefs::UseIPFilterSystem() ) { // Load from system wide IP filter file wxStandardPathsBase &spb(wxStandardPaths::Get()); @@ -127,7 +127,7 @@ } - LoadFromFile(theApp->ConfigDir + wxT("ipfilter_static.dat")); + LoadFromFile(thePrefs::GetConfigDir() + wxT("ipfilter_static.dat")); uint8 accessLevel = thePrefs::GetIPFilterLevel(); uint32 size = m_result.size(); @@ -372,7 +372,7 @@ m_connectToAnyServerWhenReady(false) { // Setup dummy files for the curious user. - const wxString normalDat = theApp->ConfigDir + wxT("ipfilter.dat"); + const wxString normalDat = thePrefs::GetConfigDir() + wxT("ipfilter.dat"); const wxString normalMsg = wxString() << wxT("# This file is used by aMule to store ipfilter lists downloaded\n") << wxT("# through the auto-update functionality. Do not save ipfilter-\n") @@ -383,7 +383,7 @@ thePrefs::SetLastHTTPDownloadURL(HTTP_IPFilter, wxEmptyString); } - const wxString staticDat = theApp->ConfigDir + wxT("ipfilter_static.dat"); + const wxString staticDat = thePrefs::GetConfigDir() + wxT("ipfilter_static.dat"); const wxString staticMsg = wxString() << wxT("# This file is used to store ipfilter-ranges that should\n") << wxT("# not be overwritten by aMule. If you wish to keep a custom\n") @@ -478,8 +478,8 @@ if (!strURL.IsEmpty()) { m_URL = strURL; - wxString filename = theApp->ConfigDir + wxT("ipfilter.download"); - wxString oldfilename = theApp->ConfigDir + wxT("ipfilter.dat"); + wxString filename = thePrefs::GetConfigDir() + wxT("ipfilter.download"); + wxString oldfilename = thePrefs::GetConfigDir() + wxT("ipfilter.dat"); CHTTPDownloadThread *downloader = new CHTTPDownloadThread(m_URL, filename, oldfilename, HTTP_IPFilter, true, true); downloader->Create(); @@ -493,8 +493,8 @@ wxString datName = wxT("ipfilter.dat"); if (result == HTTP_Success) { // download succeeded. proceed with ipfilter loading - wxString newDat = theApp->ConfigDir + wxT("ipfilter.download"); - wxString oldDat = theApp->ConfigDir + datName; + wxString newDat = thePrefs::GetConfigDir() + wxT("ipfilter.download"); + wxString oldDat = thePrefs::GetConfigDir() + datName; if (wxFileExists(oldDat) && !wxRemoveFile(oldDat)) { AddLogLineC(CFormat(_("Failed to remove %s file, aborting update.")) % datName);
View file
aMule.tar.xz/src/KnownFileList.cpp
Changed
@@ -36,6 +36,7 @@ #include "ScopedPtr.h" #include "SearchList.h" // Needed for UpdateSearchFileByHash #include <common/Format.h> +#include "Preferences.h" // Needed for thePrefs // This function is inlined for performance @@ -74,7 +75,7 @@ { CFile file; - CPath fullpath = CPath(theApp->ConfigDir + m_filename); + CPath fullpath = CPath(thePrefs::GetConfigDir() + m_filename); if (!fullpath.FileExists()) { // This is perfectly normal. The file was probably either // deleted, or this is the first time running aMule. @@ -122,7 +123,7 @@ void CKnownFileList::Save() { - CFile file(theApp->ConfigDir + m_filename, CFile::write_safe); + CFile file(thePrefs::GetConfigDir() + m_filename, CFile::write_safe); if (!file.IsOpened()) { return; }
View file
aMule.tar.xz/src/Makefile.am
Changed
@@ -94,6 +94,7 @@ libmuleappcore_a_SOURCES = \ AsyncDNS.cpp \ + CanceledFileList.cpp \ DeadSourceList.cpp \ FileArea.cpp \ FileAutoClose.cpp \ @@ -108,6 +109,7 @@ ThreadScheduler.cpp \ UPnPBase.cpp \ kademlia/kademlia/Entry.cpp \ + kademlia/kademlia/Indexed.cpp \ kademlia/kademlia/SearchManager.cpp \ kademlia/routing/RoutingBin.cpp \ kademlia/utils/UInt128.cpp @@ -137,7 +139,6 @@ core_sources = \ amule.cpp \ BaseClient.cpp \ - CanceledFileList.cpp \ ClientList.cpp \ ClientCreditsList.cpp \ ClientTCPSocket.cpp \ @@ -167,7 +168,6 @@ UploadBandwidthThrottler.cpp \ UploadClient.cpp \ UploadQueue.cpp \ - kademlia/kademlia/Indexed.cpp \ kademlia/kademlia/Kademlia.cpp \ kademlia/kademlia/Prefs.cpp \ kademlia/kademlia/Search.cpp \
View file
aMule.tar.xz/src/Makefile.in
Changed
@@ -60,17 +60,18 @@ subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -113,6 +114,7 @@ libmuleappcore_a_AR = $(AR) $(ARFLAGS) libmuleappcore_a_LIBADD = am_libmuleappcore_a_OBJECTS = libmuleappcore_a-AsyncDNS.$(OBJEXT) \ + libmuleappcore_a-CanceledFileList.$(OBJEXT) \ libmuleappcore_a-DeadSourceList.$(OBJEXT) \ libmuleappcore_a-FileArea.$(OBJEXT) \ libmuleappcore_a-FileAutoClose.$(OBJEXT) \ @@ -127,6 +129,7 @@ libmuleappcore_a-ThreadScheduler.$(OBJEXT) \ libmuleappcore_a-UPnPBase.$(OBJEXT) \ libmuleappcore_a-Entry.$(OBJEXT) \ + libmuleappcore_a-Indexed.$(OBJEXT) \ libmuleappcore_a-SearchManager.$(OBJEXT) \ libmuleappcore_a-RoutingBin.$(OBJEXT) \ libmuleappcore_a-UInt128.$(OBJEXT) @@ -159,8 +162,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am__objects_1 = amule-amule.$(OBJEXT) amule-BaseClient.$(OBJEXT) \ - amule-CanceledFileList.$(OBJEXT) amule-ClientList.$(OBJEXT) \ - amule-ClientCreditsList.$(OBJEXT) \ + amule-ClientList.$(OBJEXT) amule-ClientCreditsList.$(OBJEXT) \ amule-ClientTCPSocket.$(OBJEXT) \ amule-ClientUDPSocket.$(OBJEXT) \ amule-CorruptionBlackBox.$(OBJEXT) \ @@ -178,9 +180,8 @@ amule-ThreadTasks.$(OBJEXT) \ amule-UploadBandwidthThrottler.$(OBJEXT) \ amule-UploadClient.$(OBJEXT) amule-UploadQueue.$(OBJEXT) \ - amule-Indexed.$(OBJEXT) amule-Kademlia.$(OBJEXT) \ - amule-Prefs.$(OBJEXT) amule-Search.$(OBJEXT) \ - amule-UDPFirewallTester.$(OBJEXT) \ + amule-Kademlia.$(OBJEXT) amule-Prefs.$(OBJEXT) \ + amule-Search.$(OBJEXT) amule-UDPFirewallTester.$(OBJEXT) \ amule-KademliaUDPListener.$(OBJEXT) \ amule-PacketTracking.$(OBJEXT) amule-Contact.$(OBJEXT) \ amule-RoutingZone.$(OBJEXT) @@ -237,8 +238,7 @@ amulecmd_LINK = $(CXXLD) $(amulecmd_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ am__objects_4 = amuled-amule.$(OBJEXT) amuled-BaseClient.$(OBJEXT) \ - amuled-CanceledFileList.$(OBJEXT) amuled-ClientList.$(OBJEXT) \ - amuled-ClientCreditsList.$(OBJEXT) \ + amuled-ClientList.$(OBJEXT) amuled-ClientCreditsList.$(OBJEXT) \ amuled-ClientTCPSocket.$(OBJEXT) \ amuled-ClientUDPSocket.$(OBJEXT) \ amuled-CorruptionBlackBox.$(OBJEXT) \ @@ -256,9 +256,8 @@ amuled-ThreadTasks.$(OBJEXT) \ amuled-UploadBandwidthThrottler.$(OBJEXT) \ amuled-UploadClient.$(OBJEXT) amuled-UploadQueue.$(OBJEXT) \ - amuled-Indexed.$(OBJEXT) amuled-Kademlia.$(OBJEXT) \ - amuled-Prefs.$(OBJEXT) amuled-Search.$(OBJEXT) \ - amuled-UDPFirewallTester.$(OBJEXT) \ + amuled-Kademlia.$(OBJEXT) amuled-Prefs.$(OBJEXT) \ + amuled-Search.$(OBJEXT) amuled-UDPFirewallTester.$(OBJEXT) \ amuled-KademliaUDPListener.$(OBJEXT) \ amuled-PacketTracking.$(OBJEXT) amuled-Contact.$(OBJEXT) \ amuled-RoutingZone.$(OBJEXT) @@ -667,6 +666,7 @@ # Common to core/monolithic libmuleappcore_a_SOURCES = \ AsyncDNS.cpp \ + CanceledFileList.cpp \ DeadSourceList.cpp \ FileArea.cpp \ FileAutoClose.cpp \ @@ -681,6 +681,7 @@ ThreadScheduler.cpp \ UPnPBase.cpp \ kademlia/kademlia/Entry.cpp \ + kademlia/kademlia/Indexed.cpp \ kademlia/kademlia/SearchManager.cpp \ kademlia/routing/RoutingBin.cpp \ kademlia/utils/UInt128.cpp @@ -707,7 +708,6 @@ core_sources = \ amule.cpp \ BaseClient.cpp \ - CanceledFileList.cpp \ ClientList.cpp \ ClientCreditsList.cpp \ ClientTCPSocket.cpp \ @@ -737,7 +737,6 @@ UploadBandwidthThrottler.cpp \ UploadClient.cpp \ UploadQueue.cpp \ - kademlia/kademlia/Indexed.cpp \ kademlia/kademlia/Kademlia.cpp \ kademlia/kademlia/Prefs.cpp \ kademlia/kademlia/Search.cpp \ @@ -1141,7 +1140,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-AddFriend.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-BaseClient.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-CanceledFileList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-CaptchaDialog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-CaptchaGenerator.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-CatDialog.Po@am__quote@ @@ -1176,7 +1174,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-GuiEvents.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-HTTPDownload.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-IPFilter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-Indexed.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-KadDlg.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-Kademlia.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amule-KademliaUDPListener.Po@am__quote@ @@ -1234,7 +1231,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amulecmd-OtherFunctions.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amulecmd-TextClient.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-BaseClient.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-CanceledFileList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-ClientCreditsList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-ClientList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-ClientRef.Po@am__quote@ @@ -1256,7 +1252,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-GuiEvents.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-HTTPDownload.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-IPFilter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-Indexed.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-Kademlia.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-KademliaUDPListener.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amuled-KnownFile.Po@am__quote@ @@ -1356,11 +1351,13 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcommon_a-TerminationProcess.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcommon_a-Timer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-AsyncDNS.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-CanceledFileList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-DeadSourceList.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-Entry.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-FileArea.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-FileAutoClose.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-IPFilterScanner.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-Indexed.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-Parser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-PlatformSpecific.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-RC4Encrypt.Po@am__quote@ @@ -1676,6 +1673,22 @@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmuleappcore_a-AsyncDNS.obj `if test -f 'AsyncDNS.cpp'; then $(CYGPATH_W) 'AsyncDNS.cpp'; else $(CYGPATH_W) '$(srcdir)/AsyncDNS.cpp'; fi` +libmuleappcore_a-CanceledFileList.o: CanceledFileList.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmuleappcore_a-CanceledFileList.o -MD -MP -MF $(DEPDIR)/libmuleappcore_a-CanceledFileList.Tpo -c -o libmuleappcore_a-CanceledFileList.o `test -f 'CanceledFileList.cpp' || echo '$(srcdir)/'`CanceledFileList.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmuleappcore_a-CanceledFileList.Tpo $(DEPDIR)/libmuleappcore_a-CanceledFileList.Po +@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CanceledFileList.cpp' object='libmuleappcore_a-CanceledFileList.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmuleappcore_a-CanceledFileList.o `test -f 'CanceledFileList.cpp' || echo '$(srcdir)/'`CanceledFileList.cpp + +libmuleappcore_a-CanceledFileList.obj: CanceledFileList.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmuleappcore_a-CanceledFileList.obj -MD -MP -MF $(DEPDIR)/libmuleappcore_a-CanceledFileList.Tpo -c -o libmuleappcore_a-CanceledFileList.obj `if test -f 'CanceledFileList.cpp'; then $(CYGPATH_W) 'CanceledFileList.cpp'; else $(CYGPATH_W) '$(srcdir)/CanceledFileList.cpp'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmuleappcore_a-CanceledFileList.Tpo $(DEPDIR)/libmuleappcore_a-CanceledFileList.Po +@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='CanceledFileList.cpp' object='libmuleappcore_a-CanceledFileList.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmuleappcore_a-CanceledFileList.obj `if test -f 'CanceledFileList.cpp'; then $(CYGPATH_W) 'CanceledFileList.cpp'; else $(CYGPATH_W) '$(srcdir)/CanceledFileList.cpp'; fi` + libmuleappcore_a-DeadSourceList.o: DeadSourceList.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmuleappcore_a-DeadSourceList.o -MD -MP -MF $(DEPDIR)/libmuleappcore_a-DeadSourceList.Tpo -c -o libmuleappcore_a-DeadSourceList.o `test -f 'DeadSourceList.cpp' || echo '$(srcdir)/'`DeadSourceList.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmuleappcore_a-DeadSourceList.Tpo $(DEPDIR)/libmuleappcore_a-DeadSourceList.Po @@ -1900,6 +1913,22 @@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmuleappcore_a-Entry.obj `if test -f 'kademlia/kademlia/Entry.cpp'; then $(CYGPATH_W) 'kademlia/kademlia/Entry.cpp'; else $(CYGPATH_W) '$(srcdir)/kademlia/kademlia/Entry.cpp'; fi` +libmuleappcore_a-Indexed.o: kademlia/kademlia/Indexed.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmuleappcore_a-Indexed.o -MD -MP -MF $(DEPDIR)/libmuleappcore_a-Indexed.Tpo -c -o libmuleappcore_a-Indexed.o `test -f 'kademlia/kademlia/Indexed.cpp' || echo '$(srcdir)/'`kademlia/kademlia/Indexed.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmuleappcore_a-Indexed.Tpo $(DEPDIR)/libmuleappcore_a-Indexed.Po +@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='kademlia/kademlia/Indexed.cpp' object='libmuleappcore_a-Indexed.o' libtool=no @AMDEPBACKSLASH@
View file
aMule.tar.xz/src/PartFile.cpp
Changed
@@ -1149,8 +1149,6 @@ // Very nice feature, if a file is completed but .part.met don't believe it, // update it. - uint64 partStart = i * PARTSIZE; - uint64 partEnd = partStart + GetPartSize(i) - 1; if (!( i < result->GetHashCount() && (result->GetPartHash(i) == GetPartHash(i)))){ if (IsComplete(i)) { CMD4Hash wronghash; @@ -1178,6 +1176,8 @@ % GetFileName() ); FillGap(i); + uint64 partStart = i * PARTSIZE; + uint64 partEnd = partStart + GetPartSize(i) - 1; RemoveBlockFromList(partStart, partEnd); } }
View file
aMule.tar.xz/src/Preferences.cpp
Changed
@@ -79,6 +79,7 @@ CPreferences::CFGMap CPreferences::s_CfgList; CPreferences::CFGList CPreferences::s_MiscList; +wxString CPreferences::s_configDir; /* Proxy */ CProxyData CPreferences::s_ProxyData; @@ -175,11 +176,6 @@ wxString CPreferences::s_WebTemplate; bool CPreferences::s_showCatTabInfos; AllCategoryFilter CPreferences::s_allcatFilter; -uint8 CPreferences::s_NoNeededSources; -bool CPreferences::s_DropFullQueueSources; -bool CPreferences::s_DropHighQueueRankingSources; -uint32 CPreferences::s_HighQueueRanking; -uint32 CPreferences::s_AutoDropTimer; bool CPreferences::s_AcceptExternalConnections; wxString CPreferences::s_ECAddr; uint32 CPreferences::s_ECPort; @@ -659,6 +655,7 @@ { wxLANGUAGE_POLISH, false, wxEmptyString, wxTRANSLATE("Polish") }, { wxLANGUAGE_PORTUGUESE, false, wxEmptyString, wxTRANSLATE("Portuguese") }, { wxLANGUAGE_PORTUGUESE_BRAZILIAN, false, wxEmptyString, wxTRANSLATE("Portuguese (Brazilian)") }, + { wxLANGUAGE_ROMANIAN, false, wxEmptyString, wxTRANSLATE("Romanian") }, { wxLANGUAGE_RUSSIAN, false, wxEmptyString, wxTRANSLATE("Russian") }, { wxLANGUAGE_SLOVENIAN, false, wxEmptyString, wxTRANSLATE("Slovenian") }, { wxLANGUAGE_SPANISH, false, wxEmptyString, wxTRANSLATE("Spanish") }, @@ -928,7 +925,7 @@ srand( wxGetLocalTimeMillis().GetLo() ); // we need random numbers sometimes // load preferences.dat or set standard values - wxString fullpath(theApp->ConfigDir + wxT("preferences.dat")); + wxString fullpath(s_configDir + wxT("preferences.dat")); CFile preffile; if (wxFileExists(fullpath)) { if (preffile.Open(fullpath, CFile::read)) { @@ -961,7 +958,7 @@ // serverlist adresses CTextFile slistfile; - if (slistfile.Open(theApp->ConfigDir + wxT("addresses.dat"), CTextFile::read)) { + if (slistfile.Open(s_configDir + wxT("addresses.dat"), CTextFile::read)) { adresses_list = slistfile.ReadLines(); } #endif @@ -1455,7 +1452,7 @@ void CPreferences::Save() { - wxString fullpath(theApp->ConfigDir + wxT("preferences.dat")); + wxString fullpath(s_configDir + wxT("preferences.dat")); CFile preffile; if (!wxFileExists(fullpath)) { @@ -1475,7 +1472,7 @@ #ifndef CLIENT_GUI CTextFile sdirfile; - if (sdirfile.Open(theApp->ConfigDir + wxT("shareddir.dat"), CTextFile::write)) { + if (sdirfile.Open(s_configDir + wxT("shareddir.dat"), CTextFile::write)) { for (size_t i = 0; i < shareddir_list.size(); ++i) { sdirfile.WriteLine(CPath::ToUniv(shareddir_list[i]), wxConvUTF8); } @@ -1781,7 +1778,7 @@ shareddir_list.clear(); CTextFile file; - if (file.Open(theApp->ConfigDir + wxT("shareddir.dat"), CTextFile::read)) { + if (file.Open(s_configDir + wxT("shareddir.dat"), CTextFile::read)) { wxArrayString lines = file.ReadLines(txtReadDefault, wxConvUTF8); for (size_t i = 0; i < lines.size(); ++i) {
View file
aMule.tar.xz/src/Preferences.h
Changed
@@ -197,6 +197,9 @@ void SaveCats(); void ReloadSharedFolders(); + static const wxString& GetConfigDir() { return s_configDir; } + static void SetConfigDir(const wxString& dir) { s_configDir = dir; } + static bool Score() { return s_scorsystem; } static void SetScoreSystem(bool val) { s_scorsystem = val; } static bool Reconnect() { return s_reconnect; } @@ -409,20 +412,6 @@ static bool ShowCatTabInfos() { return s_showCatTabInfos; } static void ShowCatTabInfos(bool in) { s_showCatTabInfos=in; } - // Sources Dropping Tweaks - static bool DropNoNeededSources() { return s_NoNeededSources > 0; } - static bool SwapNoNeededSources() { return s_NoNeededSources == 2; } - static uint8 GetNoNeededSources() { return s_NoNeededSources; } - static void SetNoNeededSources(uint8 val) { s_NoNeededSources = val; } - static bool DropFullQueueSources() { return s_DropFullQueueSources; } - static void SetDropFullQueueSources(bool val) { s_DropFullQueueSources = val; } - static bool DropHighQueueRankingSources() { return s_DropHighQueueRankingSources; } - static void SetDropHighQueueRankingSources(bool val) { s_DropHighQueueRankingSources = val; } - static uint32 HighQueueRanking() { return s_HighQueueRanking; } - static void SetHighQueueRanking(uint32 val) { s_HighQueueRanking = val; } - static uint32 GetAutoDropTimer() { return s_AutoDropTimer; } - static void SetAutoDropTimer(uint32 val) { s_AutoDropTimer = val; } - // External Connections static bool AcceptExternalConnections() { return s_AcceptExternalConnections; } static void EnableExternalConnections( bool val ) { s_AcceptExternalConnections = val; } @@ -607,6 +596,8 @@ void SavePreferences(); protected: + static wxString s_configDir; + ////////////// USER static wxString s_nick; @@ -728,13 +719,6 @@ static bool s_showCatTabInfos; static AllCategoryFilter s_allcatFilter; - // Madcat - Sources Dropping Tweaks - static uint8 s_NoNeededSources; // 0: Keep, 1: Drop, 2:Swap - static bool s_DropFullQueueSources; - static bool s_DropHighQueueRankingSources; - static uint32 s_HighQueueRanking; - static uint32 s_AutoDropTimer; - // Kry - external connections static bool s_AcceptExternalConnections; static wxString s_ECAddr;
View file
aMule.tar.xz/src/PrefsUnifiedDlg.cpp
Changed
@@ -622,7 +622,7 @@ // Force port checking thePrefs::SetPort(thePrefs::GetPort()); - if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) && + if ((CPath::GetFileSize(thePrefs::GetConfigDir() + wxT("addresses.dat")) == 0) && CastChild(IDC_AUTOSERVER, wxCheckBox)->IsChecked() ) { thePrefs::UnsetAutoServerStart(); wxMessageBox(_("Your Auto-update server list is empty.\n'Auto-update server list at startup' will be disabled."), @@ -841,7 +841,7 @@ break; case IDC_AUTOSERVER: - if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) && + if ((CPath::GetFileSize(thePrefs::GetConfigDir() + wxT("addresses.dat")) == 0) && CastChild(event.GetId(), wxCheckBox)->IsChecked() ) { wxMessageBox(_("Your Auto-update servers list is in blank.\nPlease fill in at least one URL to point to a valid server.met file.\nClick on the button \"List\" by this checkbox to enter an URL."), _("Message"), wxOK | wxICON_INFORMATION); @@ -1054,7 +1054,7 @@ void PrefsUnifiedDlg::OnButtonEditAddr(wxCommandEvent& WXUNUSED(evt)) { - wxString fullpath( theApp->ConfigDir + wxT("addresses.dat") ); + wxString fullpath( thePrefs::GetConfigDir() + wxT("addresses.dat") ); EditServerListDlg* test = new EditServerListDlg(this, _("Edit server list"), _("Add here URL's to download server.met files.\nOnly one url on each line."),
View file
aMule.tar.xz/src/SHAHashSet.cpp
Changed
@@ -635,7 +635,7 @@ try { - const wxString fullpath = theApp->ConfigDir + KNOWN2_MET_FILENAME; + const wxString fullpath = thePrefs::GetConfigDir() + KNOWN2_MET_FILENAME; const bool exists = wxFile::Exists(fullpath); CFile file(fullpath, exists ? CFile::read_write : CFile::write); @@ -715,7 +715,7 @@ wxFAIL; return false; } - wxString fullpath = theApp->ConfigDir + KNOWN2_MET_FILENAME; + wxString fullpath = thePrefs::GetConfigDir() + KNOWN2_MET_FILENAME; CFile file(fullpath, CFile::read); if (!file.IsOpened()) { if (wxFileExists(fullpath)) {
View file
aMule.tar.xz/src/Scanner.l
Changed
@@ -25,6 +25,7 @@ #define YY_INPUT ReadLexBuff #define YY_FATAL_ERROR FatalLexError +static void ReadLexBuff(char* pcBuff, size_t& riResult, size_t uMaxSize); static void ReadLexBuff(char* pcBuff, int& riResult, size_t uMaxSize); static void FatalLexError(yyconst char msg[]); @@ -163,7 +164,7 @@ %% -static void ReadLexBuff(char* pcBuff, int& riResult, size_t uMaxSize) +static void ReadLexBuff(char* pcBuff, size_t& riResult, size_t uMaxSize) { wxASSERT( _pszLexBuff != NULL ); @@ -179,6 +180,13 @@ _pszLexBuff += uCharsRead; } +static void ReadLexBuff(char* pcBuff, int& riResult, size_t uMaxSize) +{ + size_t st_result = static_cast<size_t>(riResult); + ReadLexBuff(pcBuff, st_result, uMaxSize); + riResult = static_cast<int>(st_result); +} + static void FatalLexError(yyconst char msg[]) { #ifdef _CONSOLE
View file
aMule.tar.xz/src/ServerList.cpp
Changed
@@ -66,10 +66,10 @@ bool CServerList::Init() { // Load Metfile - bool bRes = LoadServerMet(CPath(theApp->ConfigDir + wxT("server.met"))); + bool bRes = LoadServerMet(CPath(thePrefs::GetConfigDir() + wxT("server.met"))); // insert static servers from textfile - m_staticServersConfig = theApp->ConfigDir + wxT("staticservers.dat"); + m_staticServersConfig = thePrefs::GetConfigDir() + wxT("staticservers.dat"); LoadStaticServers(); // Send the auto-update of server.met via HTTPThread requests @@ -679,7 +679,7 @@ bool CServerList::SaveServerMet() { - CPath curservermet = CPath(theApp->ConfigDir + wxT("server.met")); + CPath curservermet = CPath(thePrefs::GetConfigDir() + wxT("server.met")); CFile servermet(curservermet, CFile::write_safe); if (!servermet.IsOpened()) { @@ -799,7 +799,7 @@ } // Now server.met.new is ready to be closed and renamed to server.met. // But first rename existing server.met to server.met.bak (replacing old .bak file). - const CPath oldservermet = CPath(theApp->ConfigDir + wxT("server.met.bak")); + const CPath oldservermet = CPath(thePrefs::GetConfigDir() + wxT("server.met.bak")); if (curservermet.FileExists()) { CPath::RenameFile(curservermet, oldservermet, true); } @@ -834,8 +834,8 @@ return; } m_URLUpdate = strURL; - wxString strTempFilename(theApp->ConfigDir + wxT("server.met.download")); - CHTTPDownloadThread *downloader = new CHTTPDownloadThread(strURL, strTempFilename, theApp->ConfigDir + wxT("server.met"), HTTP_ServerMet, false, false); + wxString strTempFilename(thePrefs::GetConfigDir() + wxT("server.met.download")); + CHTTPDownloadThread *downloader = new CHTTPDownloadThread(strURL, strTempFilename, thePrefs::GetConfigDir() + wxT("server.met"), HTTP_ServerMet, false, false); downloader->Create(); downloader->Run(); } @@ -845,7 +845,7 @@ { bool ret = false; if(result == HTTP_Success) { - const CPath tempFilename = CPath(theApp->ConfigDir + wxT("server.met.download")); + const CPath tempFilename = CPath(thePrefs::GetConfigDir() + wxT("server.met.download")); // curl succeeded. proceed with server.met loading LoadServerMet(tempFilename); @@ -882,11 +882,11 @@ // Ok, got a valid URI m_URLUpdate = URI; wxString strTempFilename = - theApp->ConfigDir + wxT("server_auto.met"); + thePrefs::GetConfigDir() + wxT("server_auto.met"); AddLogLineC(CFormat( _("Start downloading server list from %s")) % URI); CHTTPDownloadThread *downloader = new CHTTPDownloadThread( - URI, strTempFilename, theApp->ConfigDir + wxT("server.met"), HTTP_ServerMetAuto, false, false); + URI, strTempFilename, thePrefs::GetConfigDir() + wxT("server.met"), HTTP_ServerMetAuto, false, false); downloader->Create(); downloader->Run(); @@ -904,7 +904,7 @@ void CServerList::AutoDownloadFinished(uint32 result) { if (result == HTTP_Success) { - CPath tempFilename = CPath(theApp->ConfigDir + wxT("server_auto.met")); + CPath tempFilename = CPath(thePrefs::GetConfigDir() + wxT("server_auto.met")); // curl succeeded. proceed with server.met loading LoadServerMet(tempFilename);
View file
aMule.tar.xz/src/ServerListCtrl.cpp
Changed
@@ -43,6 +43,7 @@ #include "Server.h" // Needed for CServer and SRV_PR_* #include "Logger.h" #include <common/Format.h> // Needed for CFormat +#include "Preferences.h" // Needed for thePrefs #define CMuleColour(x) (wxSystemSettings::GetColour(x))
View file
aMule.tar.xz/src/SharedFileList.cpp
Changed
@@ -400,7 +400,7 @@ // - The users home-dir if (CheckDirectory(wxGetHomeDir(), directory)) { return 0; - } else if (CheckDirectory(theApp->ConfigDir, directory)) { + } else if (CheckDirectory(thePrefs::GetConfigDir(), directory)) { return 0; } else if (CheckDirectory(thePrefs::GetTempDir().GetRaw(), directory)) { return 0;
View file
aMule.tar.xz/src/StateMachine.cpp
Changed
@@ -35,8 +35,7 @@ m_stateMutex(wxMUTEX_RECURSIVE), m_queueMutex(wxMUTEX_RECURSIVE), m_name(name), -m_maxStates(maxStates), -m_initialState(initialState) +m_maxStates(maxStates) { m_state = initialState; m_clockCounter = 0;
View file
aMule.tar.xz/src/StateMachine.h
Changed
@@ -63,7 +63,6 @@ wxMutex m_queueMutex; const wxString m_name; const unsigned int m_maxStates; - const unsigned int m_initialState; unsigned int m_clockCounter; unsigned int m_clocksInCurrentState; };
View file
aMule.tar.xz/src/Statistics.cpp
Changed
@@ -38,20 +38,19 @@ #include <common/Path.h> // Needed for JoinPaths #include <wx/config.h> // Needed for wxConfig #include "DataToText.h" // Needed for GetSoftName() - #include "Preferences.h" // Needed for thePrefs #include "ListenSocket.h" // (tree, GetAverageConnections) #include "ServerList.h" // Needed for CServerList (tree) #include <cmath> // Needed for std::floor #include "updownclient.h" // Needed for CUpDownClient #else #include "GetTickCount.h" // Needed for GetTickCount64() - #include "Preferences.h" #include <ec/cpp/RemoteConnect.h> // Needed for CRemoteConnect #endif #include "amule.h" // Needed for theApp #include <wx/intl.h> #include "Logger.h" +#include "Preferences.h" // Needed for thePrefs #ifdef __BSD__ // glibc -> bsd libc @@ -313,7 +312,7 @@ s_totalSent = 0; s_totalReceived = 0; try { - CPath path(JoinPaths(theApp->ConfigDir, wxT("statistics.dat"))); + CPath path(JoinPaths(thePrefs::GetConfigDir(), wxT("statistics.dat"))); if (path.FileExists() && f.Open(path)) { uint8_t version = f.ReadUInt8(); if (version == 0) { @@ -351,7 +350,7 @@ if (s_statsNeedSave) { CFile f; - if (f.Open(JoinPaths(theApp->ConfigDir, wxT("statistics.dat")), CFile::write)) { + if (f.Open(JoinPaths(thePrefs::GetConfigDir(), wxT("statistics.dat")), CFile::write)) { f.WriteUInt8(0); /* version */ f.WriteUInt64(s_totalSent); f.WriteUInt64(s_totalReceived);
View file
aMule.tar.xz/src/ThreadTasks.cpp
Changed
@@ -283,7 +283,7 @@ // We collect all masterhashs which we find in the known2.met and store them in a list std::list<CAICHHash> hashlist; - const CPath fullpath = CPath(theApp->ConfigDir + KNOWN2_MET_FILENAME); + const CPath fullpath = CPath(thePrefs::GetConfigDir() + KNOWN2_MET_FILENAME); CFile file; if (!fullpath.FileExists()) { @@ -348,8 +348,8 @@ // converting known2.met to known2_64.met to support large files // changing hashcount from uint16 to uint32 - const CPath oldfullpath = CPath(theApp->ConfigDir + OLD_KNOWN2_MET_FILENAME); - const CPath newfullpath = CPath(theApp->ConfigDir + KNOWN2_MET_FILENAME); + const CPath oldfullpath = CPath(thePrefs::GetConfigDir() + OLD_KNOWN2_MET_FILENAME); + const CPath newfullpath = CPath(thePrefs::GetConfigDir() + KNOWN2_MET_FILENAME); if (newfullpath.FileExists() || !oldfullpath.FileExists()) { // In this case, there is nothing that we need to do.
View file
aMule.tar.xz/src/amule-remote-gui.cpp
Changed
@@ -560,7 +560,6 @@ EC_PREFS_ONLINESIG | EC_PREFS_SERVERS | EC_PREFS_FILES | - EC_PREFS_SRCDROP | EC_PREFS_DIRECTORIES | EC_PREFS_SECURITY | EC_PREFS_CORETWEAKS |
View file
aMule.tar.xz/src/amule.cpp
Changed
@@ -400,13 +400,13 @@ glob_prefs = new CPreferences(); CPath outDir; - if (CheckMuleDirectory(wxT("temp"), thePrefs::GetTempDir(), ConfigDir + wxT("Temp"), outDir)) { + if (CheckMuleDirectory(wxT("temp"), thePrefs::GetTempDir(), thePrefs::GetConfigDir() + wxT("Temp"), outDir)) { thePrefs::SetTempDir(outDir); } else { return false; } - if (CheckMuleDirectory(wxT("incoming"), thePrefs::GetIncomingDir(), ConfigDir + wxT("Incoming"), outDir)) { + if (CheckMuleDirectory(wxT("incoming"), thePrefs::GetIncomingDir(), thePrefs::GetConfigDir() + wxT("Incoming"), outDir)) { thePrefs::SetIncomingDir(outDir); } else { return false; @@ -453,7 +453,7 @@ #endif // Display notification on new version or first run - wxTextFile vfile( ConfigDir + wxT("lastversion") ); + wxTextFile vfile( thePrefs::GetConfigDir() + wxT("lastversion") ); wxString newMule(wxT( VERSION )); if ( !wxFileExists( vfile.GetName() ) ) { @@ -524,7 +524,7 @@ // We use the thread base because I don't want a dialog to pop up. CHTTPDownloadThread* version_check = new CHTTPDownloadThread(wxT("http://amule.sourceforge.net/lastversion"), - theApp->ConfigDir + wxT("last_version_check"), theApp->ConfigDir + wxT("last_version"), HTTP_VersionCheck, false, false); + thePrefs::GetConfigDir() + wxT("last_version_check"), thePrefs::GetConfigDir() + wxT("last_version"), HTTP_VersionCheck, false, false); version_check->Create(); version_check->Run(); } @@ -607,7 +607,7 @@ // Run webserver? if (thePrefs::GetWSIsEnabled()) { - wxString aMuleConfigFile = ConfigDir + m_configFile; + wxString aMuleConfigFile = thePrefs::GetConfigDir() + m_configFile; wxString amulewebPath = thePrefs::GetWSPath(); #if defined(__WXMAC__) && !defined(AMULE_DAEMON) @@ -1420,7 +1420,7 @@ theStats::Save(); - CPath configFileName = CPath(ConfigDir + m_configFile); + CPath configFileName = CPath(thePrefs::GetConfigDir() + m_configFile); CPath::BackupFile(configFileName, wxT(".bak")); if (clientlist) { @@ -1472,7 +1472,7 @@ wxString CamuleApp::GetLog(bool reset) { wxFile logfile; - logfile.Open(ConfigDir + wxT("logfile")); + logfile.Open(thePrefs::GetConfigDir() + wxT("logfile")); if ( !logfile.IsOpened() ) { return _("ERROR: can't open logfile"); } @@ -1495,7 +1495,7 @@ delete [] tmp_buffer; if ( reset ) { theLogger.CloseLogfile(); - if (theLogger.OpenLogfile(ConfigDir + wxT("logfile"))) { + if (theLogger.OpenLogfile(thePrefs::GetConfigDir() + wxT("logfile"))) { AddLogLineN(_("Log has been reset")); } ECServerHandler->ResetAllLogs(); @@ -1549,7 +1549,7 @@ case HTTP_NodesDat: if (event.GetExtraLong() == HTTP_Success) { - wxString file = ConfigDir + wxT("nodes.dat"); + wxString file = thePrefs::GetConfigDir() + wxT("nodes.dat"); if (wxFileExists(file)) { wxRemoveFile(file); } @@ -1582,7 +1582,7 @@ void CamuleApp::CheckNewVersion(uint32 result) { if (result == HTTP_Success) { - wxString filename = ConfigDir + wxT("last_version_check"); + wxString filename = thePrefs::GetConfigDir() + wxT("last_version_check"); wxTextFile file; if (!file.Open(filename)) { @@ -1996,9 +1996,9 @@ void CamuleApp::UpdateNotesDat(const wxString& url) { - wxString strTempFilename(theApp->ConfigDir + wxT("nodes.dat.download")); + wxString strTempFilename(thePrefs::GetConfigDir() + wxT("nodes.dat.download")); - CHTTPDownloadThread *downloader = new CHTTPDownloadThread(url, strTempFilename, theApp->ConfigDir + wxT("nodes.dat"), HTTP_NodesDat, true, false); + CHTTPDownloadThread *downloader = new CHTTPDownloadThread(url, strTempFilename, thePrefs::GetConfigDir() + wxT("nodes.dat"), HTTP_NodesDat, true, false); downloader->Create(); downloader->Run(); }
View file
aMule.tar.xz/src/amule.h
Changed
@@ -131,7 +131,6 @@ void RefreshSingleInstanceChecker(); bool CheckMuleDirectory(const wxString& desc, const class CPath& directory, const wxString& alternative, class CPath& outDir); public: - wxString ConfigDir; wxString m_configFile; CamuleAppCommon();
View file
aMule.tar.xz/src/amuleAppCommon.cpp
Changed
@@ -87,13 +87,13 @@ //#warning TODO: fix wxSingleInstanceChecker for amuled on Mac (wx link problems) #else delete m_singleInstance; - m_singleInstance = new wxSingleInstanceChecker(wxT("muleLock"), ConfigDir); + m_singleInstance = new wxSingleInstanceChecker(wxT("muleLock"), thePrefs::GetConfigDir()); #endif } void CamuleAppCommon::AddLinksFromFile() { - const wxString fullPath = ConfigDir + wxT("ED2KLinks"); + const wxString fullPath = thePrefs::GetConfigDir() + wxT("ED2KLinks"); if (!wxFile::Exists(fullPath)) { return; } @@ -129,7 +129,7 @@ } // Delete the file. - wxRemoveFile(theApp->ConfigDir + wxT("ED2KLinks")); + wxRemoveFile(thePrefs::GetConfigDir() + wxT("ED2KLinks")); } @@ -278,16 +278,18 @@ return false; } - if ( cmdline.Found(wxT("config-dir"), &ConfigDir) ) { + wxString configdir; + if (cmdline.Found(wxT("config-dir"), &configdir)) { // Make an absolute path from the config dir - wxFileName fn(ConfigDir); + wxFileName fn(configdir); fn.MakeAbsolute(); - ConfigDir = fn.GetFullPath(); - if (ConfigDir.Last() != wxFileName::GetPathSeparator()) { - ConfigDir += wxFileName::GetPathSeparator(); + configdir = fn.GetFullPath(); + if (configdir.Last() != wxFileName::GetPathSeparator()) { + configdir += wxFileName::GetPathSeparator(); } + thePrefs::SetConfigDir(configdir); } else { - ConfigDir = GetConfigDir(); + thePrefs::SetConfigDir(/*OtherFunctions::*/GetConfigDir()); } // Backtracing works in MSW. @@ -333,14 +335,14 @@ // Ensure that "~/.aMule/" is accessible. CPath outDir; - if (!CheckMuleDirectory(wxT("configuration"), CPath(ConfigDir), wxEmptyString, outDir)) { + if (!CheckMuleDirectory(wxT("configuration"), CPath(thePrefs::GetConfigDir()), wxEmptyString, outDir)) { return false; } if (cmdline.Found(wxT("reset-config"))) { // Make a backup first. - wxRemoveFile(ConfigDir + m_configFile + wxT(".backup")); - wxRenameFile(ConfigDir + m_configFile, ConfigDir + m_configFile + wxT(".backup")); + wxRemoveFile(thePrefs::GetConfigDir() + m_configFile + wxT(".backup")); + wxRenameFile(thePrefs::GetConfigDir() + m_configFile, thePrefs::GetConfigDir() + m_configFile + wxT(".backup")); AddLogLineNS(CFormat(wxT("Your settings have been reset to default values.\nThe old config file has been saved as %s.backup\n")) % m_configFile); } @@ -353,7 +355,7 @@ cat = 0; } - wxTextFile ed2kFile(ConfigDir + wxT("ED2KLinks")); + wxTextFile ed2kFile(thePrefs::GetConfigDir() + wxT("ED2KLinks")); if (!ed2kFile.Exists()) { ed2kFile.Create(); } @@ -380,10 +382,10 @@ m_singleInstance = new wxSingleInstanceChecker(); wxString lockfile = IsRemoteGui() ? wxT("muleLockRGUI") : wxT("muleLock"); - if (m_singleInstance->Create(lockfile, ConfigDir) + if (m_singleInstance->Create(lockfile, thePrefs::GetConfigDir()) && m_singleInstance->IsAnotherRunning()) { AddLogLineCS(CFormat(wxT("There is an instance of %s already running")) % m_appName); - AddLogLineNS(CFormat(wxT("(lock file: %s%s)")) % ConfigDir % lockfile); + AddLogLineNS(CFormat(wxT("(lock file: %s%s)")) % thePrefs::GetConfigDir() % lockfile); if (linksPassed) { AddLogLineNS(CFormat(wxT("passed %d %s to it, finished")) % linksActuallyPassed % (linksPassed == 1 ? wxT("link") : wxT("links"))); @@ -391,7 +393,7 @@ } // This is very tricky. The most secure way to communicate is via ED2K links file - wxTextFile ed2kFile(ConfigDir + wxT("ED2KLinks")); + wxTextFile ed2kFile(thePrefs::GetConfigDir() + wxT("ED2KLinks")); if (!ed2kFile.Exists()) { ed2kFile.Create(); } @@ -424,10 +426,10 @@ #endif // Create the CFG file we shall use and set the config object as the global cfg file - wxConfig::Set(new wxFileConfig( wxEmptyString, wxEmptyString, ConfigDir + m_configFile)); + wxConfig::Set(new wxFileConfig( wxEmptyString, wxEmptyString, thePrefs::GetConfigDir() + m_configFile)); // Make a backup of the log file - CPath logfileName = CPath(ConfigDir + m_logFile); + CPath logfileName = CPath(thePrefs::GetConfigDir() + m_logFile); if (logfileName.FileExists()) { CPath::BackupFile(logfileName, wxT(".bak")); } @@ -441,7 +443,7 @@ } // Load Preferences - CPreferences::BuildItemList(ConfigDir); + CPreferences::BuildItemList(thePrefs::GetConfigDir()); CPreferences::LoadAllItems( wxConfigBase::Get() ); #ifdef CLIENT_GUI
View file
aMule.tar.xz/src/amuleDlg.cpp
Changed
@@ -1,4 +1,3 @@ - // // This file is part of the aMule Project. // @@ -244,7 +243,7 @@ #ifdef ENABLE_IP2COUNTRY m_GeoIPavailable = true; - m_IP2Country = new CIP2Country(theApp->ConfigDir); + m_IP2Country = new CIP2Country(thePrefs::GetConfigDir()); #else m_GeoIPavailable = false; #endif @@ -1242,6 +1241,7 @@ wxFFileInputStream in(m_skinFileName.GetFullPath()); wxZipInputStream zip(in); + wxZipEntry *entry; while ((entry = zip.GetNextEntry()) != NULL) { wxZipEntry*& current = cat[entry->GetInternalName()]; @@ -1263,7 +1263,7 @@ wxFFileInputStream in(m_skinFileName.GetFullPath()); wxZipInputStream zip(in); - it = cat.find(wxZipEntry::GetInternalName(iconName + wxT(".png"))); + ZipCatalog::iterator it = cat.find(wxZipEntry::GetInternalName(iconName + wxT(".png"))); if ( it != cat.end() ) { zip.OpenEntry(*it->second); if ( !new_image.LoadFile(zip,wxBITMAP_TYPE_PNG) ) {
View file
aMule.tar.xz/src/amuleDlg.h
Changed
@@ -229,8 +229,6 @@ bool m_GeoIPavailable; WX_DECLARE_STRING_HASH_MAP(wxZipEntry*, ZipCatalog); - ZipCatalog::iterator it; - wxZipEntry *entry; ZipCatalog cat; PageType m_logpages[4];
View file
aMule.tar.xz/src/kademlia/kademlia/Indexed.cpp
Changed
@@ -52,7 +52,6 @@ #include "../utils/KadUDPKey.h" #include "../../CFile.h" #include "../../MemFile.h" -#include "../../amule.h" #include "../../Preferences.h" #include "../../Logger.h" @@ -66,9 +65,9 @@ CIndexed::CIndexed() { - m_sfilename = theApp->ConfigDir + wxT("src_index.dat"); - m_kfilename = theApp->ConfigDir + wxT("key_index.dat"); - m_loadfilename = theApp->ConfigDir + wxT("load_index.dat"); + m_sfilename = thePrefs::GetConfigDir() + wxT("src_index.dat"); + m_kfilename = thePrefs::GetConfigDir() + wxT("key_index.dat"); + m_loadfilename = thePrefs::GetConfigDir() + wxT("load_index.dat"); m_lastClean = time(NULL) + (60*30); m_totalIndexSource = 0; m_totalIndexKeyword = 0;
View file
aMule.tar.xz/src/kademlia/kademlia/Prefs.cpp
Changed
@@ -60,7 +60,7 @@ CPrefs::CPrefs() { - Init(theApp->ConfigDir + wxT("preferencesKad.dat")); + Init(thePrefs::GetConfigDir() + wxT("preferencesKad.dat")); } CPrefs::~CPrefs()
View file
aMule.tar.xz/src/kademlia/routing/RoutingZone.cpp
Changed
@@ -84,7 +84,7 @@ // Set our KadID for creating the contact tree me = CKademlia::GetPrefs()->GetKadID(); // Set the preference file name. - m_filename = theApp->ConfigDir + wxT("nodes.dat"); + m_filename = thePrefs::GetConfigDir() + wxT("nodes.dat"); Init(NULL, 0, CUInt128((uint32_t)0)); }
View file
aMule.tar.xz/src/libs/Makefile.in
Changed
@@ -39,17 +39,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/libs/common/Makefile.in
Changed
@@ -40,17 +40,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/libs/ec/Makefile.in
Changed
@@ -38,17 +38,18 @@ subdir = src/libs/ec ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/libs/ec/abstracts/ECCodes.abstract
Changed
@@ -58,10 +58,10 @@ EC_OP_GET_SHARED_FILES 0x10 EC_OP_SHARED_SET_PRIO 0x11 -EC_OP_PARTFILE_REMOVE_NO_NEEDED 0x12 -EC_OP_PARTFILE_REMOVE_FULL_QUEUE 0x13 -EC_OP_PARTFILE_REMOVE_HIGH_QUEUE 0x14 -EC_OP_PARTFILE_UNUSED 0x15 +# EC_OP_UNUSED 0x12 +# EC_OP_UNUSED 0x13 +# EC_OP_UNUSED 0x14 +# EC_OP_UNUSED 0x15 EC_OP_PARTFILE_SWAP_A4AF_THIS 0x16 EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO 0x17 EC_OP_PARTFILE_SWAP_A4AF_OTHERS 0x18 @@ -422,12 +422,12 @@ EC_TAG_FILES_CHECK_FREE_SPACE 0x180D EC_TAG_FILES_MIN_FREE_SPACE 0x180E - EC_TAG_PREFS_SRCDROP 0x1900 - EC_TAG_SRCDROP_NONEEDED 0x1901 - EC_TAG_SRCDROP_DROP_FQS 0x1902 - EC_TAG_SRCDROP_DROP_HQRS 0x1903 - EC_TAG_SRCDROP_HQRS_VALUE 0x1904 - EC_TAG_SRCDROP_AUTODROP_TIMER 0x1905 +# EC_TAG_UNUSED 0x1900 +# EC_TAG_UNUSED 0x1901 +# EC_TAG_UNUSED 0x1902 +# EC_TAG_UNUSED 0x1903 +# EC_TAG_UNUSED 0x1904 +# EC_TAG_UNUSED 0x1905 EC_TAG_PREFS_DIRECTORIES 0x1A00 EC_TAG_DIRECTORIES_INCOMING 0x1A01 @@ -517,7 +517,7 @@ EC_PREFS_ONLINESIG 0x00000020 EC_PREFS_SERVERS 0x00000040 EC_PREFS_FILES 0x00000080 -EC_PREFS_SRCDROP 0x00000100 +# EC_PREFS_UNUSED 0x00000100 EC_PREFS_DIRECTORIES 0x00000200 EC_PREFS_STATISTICS 0x00000400 EC_PREFS_SECURITY 0x00000800
View file
aMule.tar.xz/src/libs/ec/cpp/ECCodes.h
Changed
@@ -59,10 +59,6 @@ EC_OP_GET_ULOAD_QUEUE = 0x0E, EC_OP_GET_SHARED_FILES = 0x10, EC_OP_SHARED_SET_PRIO = 0x11, - EC_OP_PARTFILE_REMOVE_NO_NEEDED = 0x12, - EC_OP_PARTFILE_REMOVE_FULL_QUEUE = 0x13, - EC_OP_PARTFILE_REMOVE_HIGH_QUEUE = 0x14, - EC_OP_PARTFILE_UNUSED = 0x15, EC_OP_PARTFILE_SWAP_A4AF_THIS = 0x16, EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO = 0x17, EC_OP_PARTFILE_SWAP_A4AF_OTHERS = 0x18, @@ -377,12 +373,6 @@ EC_TAG_FILES_ALLOC_FULL_SIZE = 0x180C, EC_TAG_FILES_CHECK_FREE_SPACE = 0x180D, EC_TAG_FILES_MIN_FREE_SPACE = 0x180E, - EC_TAG_PREFS_SRCDROP = 0x1900, - EC_TAG_SRCDROP_NONEEDED = 0x1901, - EC_TAG_SRCDROP_DROP_FQS = 0x1902, - EC_TAG_SRCDROP_DROP_HQRS = 0x1903, - EC_TAG_SRCDROP_HQRS_VALUE = 0x1904, - EC_TAG_SRCDROP_AUTODROP_TIMER = 0x1905, EC_TAG_PREFS_DIRECTORIES = 0x1A00, EC_TAG_DIRECTORIES_INCOMING = 0x1A01, EC_TAG_DIRECTORIES_TEMP = 0x1A02, @@ -455,7 +445,6 @@ EC_PREFS_ONLINESIG = 0x00000020, EC_PREFS_SERVERS = 0x00000040, EC_PREFS_FILES = 0x00000080, - EC_PREFS_SRCDROP = 0x00000100, EC_PREFS_DIRECTORIES = 0x00000200, EC_PREFS_STATISTICS = 0x00000400, EC_PREFS_SECURITY = 0x00000800, @@ -502,10 +491,6 @@ case 0x0E: return wxT("EC_OP_GET_ULOAD_QUEUE"); case 0x10: return wxT("EC_OP_GET_SHARED_FILES"); case 0x11: return wxT("EC_OP_SHARED_SET_PRIO"); - case 0x12: return wxT("EC_OP_PARTFILE_REMOVE_NO_NEEDED"); - case 0x13: return wxT("EC_OP_PARTFILE_REMOVE_FULL_QUEUE"); - case 0x14: return wxT("EC_OP_PARTFILE_REMOVE_HIGH_QUEUE"); - case 0x15: return wxT("EC_OP_PARTFILE_UNUSED"); case 0x16: return wxT("EC_OP_PARTFILE_SWAP_A4AF_THIS"); case 0x17: return wxT("EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO"); case 0x18: return wxT("EC_OP_PARTFILE_SWAP_A4AF_OTHERS"); @@ -824,12 +809,6 @@ case 0x180C: return wxT("EC_TAG_FILES_ALLOC_FULL_SIZE"); case 0x180D: return wxT("EC_TAG_FILES_CHECK_FREE_SPACE"); case 0x180E: return wxT("EC_TAG_FILES_MIN_FREE_SPACE"); - case 0x1900: return wxT("EC_TAG_PREFS_SRCDROP"); - case 0x1901: return wxT("EC_TAG_SRCDROP_NONEEDED"); - case 0x1902: return wxT("EC_TAG_SRCDROP_DROP_FQS"); - case 0x1903: return wxT("EC_TAG_SRCDROP_DROP_HQRS"); - case 0x1904: return wxT("EC_TAG_SRCDROP_HQRS_VALUE"); - case 0x1905: return wxT("EC_TAG_SRCDROP_AUTODROP_TIMER"); case 0x1A00: return wxT("EC_TAG_PREFS_DIRECTORIES"); case 0x1A01: return wxT("EC_TAG_DIRECTORIES_INCOMING"); case 0x1A02: return wxT("EC_TAG_DIRECTORIES_TEMP"); @@ -918,7 +897,6 @@ case 0x00000020: return wxT("EC_PREFS_ONLINESIG"); case 0x00000040: return wxT("EC_PREFS_SERVERS"); case 0x00000080: return wxT("EC_PREFS_FILES"); - case 0x00000100: return wxT("EC_PREFS_SRCDROP"); case 0x00000200: return wxT("EC_PREFS_DIRECTORIES"); case 0x00000400: return wxT("EC_PREFS_STATISTICS"); case 0x00000800: return wxT("EC_PREFS_SECURITY");
View file
aMule.tar.xz/src/libs/ec/cpp/Makefile.in
Changed
@@ -40,17 +40,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/libs/ec/cpp/RemoteConnect.h
Changed
@@ -187,18 +187,6 @@ // Returns waiting queue void GetWtQueue(CMD4Hash* file); - // Drops no needed sources - void DropNoNeededSources(CMD4Hash* file); - - // Drops full queue sources - void DropFullQueueSources(CMD4Hash* file); - - // Drops high queue rating sources - void DropHighQueueSources(CMD4Hash* file); - - // Cleans up sources - void CleanUpSources(CMD4Hash* file); - // Swaps A4AF to a file void SwapA4AFThis(CMD4Hash* file); @@ -342,11 +330,6 @@ bool AllocateFullSize, bool CheckFreeSpace, uint32 MinFreeSpace); - void SetPreferencesSrcDrop(uint8 NoNeeded, - bool DropFQS, - bool DropHQRS, - uint16 HQRSValue, - uint16 AutodropTimer); void SetPreferencesDirectories(); void SetPreferencesStatistics(); void SetPreferencesSecurity(uint8 CanSeeShares,
View file
aMule.tar.xz/src/libs/ec/java/ECCodes.java
Changed
@@ -49,10 +49,6 @@ public final static byte EC_OP_GET_ULOAD_QUEUE = 0x0E; public final static byte EC_OP_GET_SHARED_FILES = 0x10; public final static byte EC_OP_SHARED_SET_PRIO = 0x11; -public final static byte EC_OP_PARTFILE_REMOVE_NO_NEEDED = 0x12; -public final static byte EC_OP_PARTFILE_REMOVE_FULL_QUEUE = 0x13; -public final static byte EC_OP_PARTFILE_REMOVE_HIGH_QUEUE = 0x14; -public final static byte EC_OP_PARTFILE_UNUSED = 0x15; public final static byte EC_OP_PARTFILE_SWAP_A4AF_THIS = 0x16; public final static byte EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO = 0x17; public final static byte EC_OP_PARTFILE_SWAP_A4AF_OTHERS = 0x18; @@ -365,12 +361,6 @@ public final static short EC_TAG_FILES_ALLOC_FULL_SIZE = 0x180C; public final static short EC_TAG_FILES_CHECK_FREE_SPACE = 0x180D; public final static short EC_TAG_FILES_MIN_FREE_SPACE = 0x180E; -public final static short EC_TAG_PREFS_SRCDROP = 0x1900; -public final static short EC_TAG_SRCDROP_NONEEDED = 0x1901; -public final static short EC_TAG_SRCDROP_DROP_FQS = 0x1902; -public final static short EC_TAG_SRCDROP_DROP_HQRS = 0x1903; -public final static short EC_TAG_SRCDROP_HQRS_VALUE = 0x1904; -public final static short EC_TAG_SRCDROP_AUTODROP_TIMER = 0x1905; public final static short EC_TAG_PREFS_DIRECTORIES = 0x1A00; public final static short EC_TAG_DIRECTORIES_INCOMING = 0x1A01; public final static short EC_TAG_DIRECTORIES_TEMP = 0x1A02; @@ -435,7 +425,6 @@ public final static int EC_PREFS_ONLINESIG = 0x00000020; public final static int EC_PREFS_SERVERS = 0x00000040; public final static int EC_PREFS_FILES = 0x00000080; -public final static int EC_PREFS_SRCDROP = 0x00000100; public final static int EC_PREFS_DIRECTORIES = 0x00000200; public final static int EC_PREFS_STATISTICS = 0x00000400; public final static int EC_PREFS_SECURITY = 0x00000800;
View file
aMule.tar.xz/src/pixmaps/Makefile.in
Changed
@@ -37,17 +37,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/pixmaps/flags_xpm/Makefile.in
Changed
@@ -37,17 +37,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/skins/Makefile.in
Changed
@@ -39,17 +39,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/Makefile.in
Changed
@@ -38,17 +38,18 @@ subdir = src/utils ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/aLinkCreator/Makefile.in
Changed
@@ -39,17 +39,18 @@ $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/aLinkCreator/docs/Makefile.am
Changed
@@ -7,6 +7,7 @@ alc.fr.1 alcc.fr.1 \ alc.hu.1 alcc.hu.1 \ alc.it.1 alcc.it.1 \ + alc.ro.1 alcc.ro.1 \ alc.ru.1 alcc.ru.1 \ alc.tr.1 alcc.tr.1 \ alc.zh_TW.1 alcc.zh_TW.1
View file
aMule.tar.xz/src/utils/aLinkCreator/docs/Makefile.in
Changed
@@ -38,17 +38,18 @@ subdir = src/utils/aLinkCreator/docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -303,6 +304,7 @@ alc.fr.1 alcc.fr.1 \ alc.hu.1 alcc.hu.1 \ alc.it.1 alcc.it.1 \ + alc.ro.1 alcc.ro.1 \ alc.ru.1 alcc.ru.1 \ alc.tr.1 alcc.tr.1 \ alc.zh_TW.1 alcc.zh_TW.1
View file
aMule.tar.xz/src/utils/aLinkCreator/docs/alc.ro.1
Added
@@ -0,0 +1,29 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH ALC 1 "Noiembrie 2011" aLinkCreator "utilitare aMule" +.als B_untranslated B +.SH NUME +aLinkCreator \- creatorul aMule eD2k de legături +.SH REZUMAT +.B_untranslated alc +.SH DESCRIERE +\fBalc\fP este un utilitar grafic care crează o legătură eD2k la orice fișier +de pe computerul dumneavoastră. + +Această aplicație nu ia nici un argument +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated alcc\fR(1), \fBamule\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/src/utils/aLinkCreator/docs/alcc.ro.1
Added
@@ -0,0 +1,43 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH ALCC 1 "Noiembrie 2011" "Calculator de legături aMule eD2k" "utilitare aMule" +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +alcc \- calculator link\-uri eD2k bazat pe text pentru aMule +.SH REZUMAT +.B_untranslated alcc +.RB_untranslated [ \-p ] +.RB_untranslated [ \-v ] +\fI<inputfiles_list>\fP + +.B_untranslated alcc +.RB_untranslated [ \-h ] +.SH DESCRIERE +Calculează link_urile eD2k pentru toate fișierele de intrare date în +\fI<inputfiles_list>\fP (Poate fi unul sau mai multe fișiere). +.TP +.B_untranslated [ \-p\fR, \fB\-\-parthashes ]\fR +Calculează și adaugă indexurile părților la legătura eD2k calculată. +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.TP +.B_untranslated [ \-v\fR, \fB\-\-verbose ]\fR +Fi detaliat \- arată, de asemenea, pașii de calcul. +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated alc\fR(1), \fBamuled\fR(1), \fBamulecmd\fR(1), \fBamuleweb\fR(1), \fBcas\fR(1), \fBed2k\fR(1), \fBwxcas\fR(1), \fBxas\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/src/utils/aLinkCreator/src/Makefile.in
Changed
@@ -44,17 +44,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/cas/Makefile.in
Changed
@@ -43,17 +43,18 @@ $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/cas/docs/Makefile.am
Changed
@@ -1,6 +1,6 @@ SELECTED_MANPAGES = $(CAS_MANPAGES) -EXTRA_DIST = cas.1 cas.de.1 cas.es.1 cas.fr.1 cas.hu.1 cas.it.1 cas.ru.1 cas.tr.1 cas.zh_TW.1 +EXTRA_DIST = cas.1 cas.de.1 cas.es.1 cas.fr.1 cas.hu.1 cas.it.1 cas.ro.1 cas.ru.1 cas.tr.1 cas.zh_TW.1 include $(top_srcdir)/automake/manpages.am
View file
aMule.tar.xz/src/utils/cas/docs/Makefile.in
Changed
@@ -38,17 +38,18 @@ subdir = src/utils/cas/docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -296,7 +297,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SELECTED_MANPAGES = $(CAS_MANPAGES) -EXTRA_DIST = cas.1 cas.de.1 cas.es.1 cas.fr.1 cas.hu.1 cas.it.1 cas.ru.1 cas.tr.1 cas.zh_TW.1 +EXTRA_DIST = cas.1 cas.de.1 cas.es.1 cas.fr.1 cas.hu.1 cas.it.1 cas.ro.1 cas.ru.1 cas.tr.1 cas.zh_TW.1 MAINTAINERCLEANFILES = Makefile.in all: all-am
View file
aMule.tar.xz/src/utils/cas/docs/cas.ro.1
Added
@@ -0,0 +1,61 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH CAS 1 "Noiembrie 2011" "cas v0.8" "utilitare aMule" +.als B_untranslated B +.als RB_untranslated RB +.SH NUME +cas \- c aMule statistici +.SH REZUMAT +.B_untranslated cas +.RB_untranslated [ \-o ] +.RB_untranslated [ \-p ] +[\fB\-c\fP \fI<path>\fP] + +.B_untranslated cas +.RB_untranslated [ \-h ] +.SH DESCRIERE +\fBcas\fP este un program pentru afișarea conținutului fișierului semnătură +online al aMule în terminal (într\-o formă de citire umană). Pentru ca +aceasta să lucreze, trebuie să activați opțiunea "Semnătură online" în +preferințele aMule. +.TP +.B_untranslated [ \-o\fR, \fB\-\-picture\fR, \fB\-P ]\fR +Scrie poza semnăturii online. Puteți adăuga facultativ \fI=<PATH>\fP +acestei opțiuni, pentru a specifica locația la care ar trebui să fie scrisă. +.TP +.B_untranslated [ \-p\fR, \fB\-\-html\fR, \fB\-H ]\fR +Pagină HTML cu specificări și poze. Puteți adăuga facultativ +\fI=<PATH>\fP acestei opțiuni, pentru a specifica locația la care ar +trebui să fie scrisă. +.TP +\fB[ \-c\fP \fI<path>\fP, \fB\-\-config\-dir\fP=\fI<path>\fP \fB]\fP +Citește configurarea din \fI<path>\fP în schimb de acasă +.TP +.B_untranslated [ \-h\fR, \fB\-\-help ]\fR +Tipărește o scurtă descriere de utilizare. +.P +Fără nici o opțiune, va tipării data semnăturii online la stdout. + +\fBcas\fP a fost scris de Pedro de Oliveira <falso@rdk.homeip.net> +.SH FIȘIERE +~/.aMule/casrc +.br +stat.png +.br +tmp.html +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated amule\fR(1), \fBwxcas\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/src/utils/fileview/Makefile.in
Changed
@@ -39,17 +39,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/plasmamule/Makefile.in
Changed
@@ -46,17 +46,18 @@ $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/wxCas/Makefile.in
Changed
@@ -39,17 +39,18 @@ $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/wxCas/docs/Makefile.am
Changed
@@ -1,6 +1,6 @@ SELECTED_MANPAGES = $(WXCAS_MANPAGES) -EXTRA_DIST = wxcas.1 wxcas.de.1 wxcas.es.1 wxcas.fr.1 wxcas.hu.1 wxcas.it.1 wxcas.ru.1 wxcas.tr.1 wxcas.zh_TW.1 +EXTRA_DIST = wxcas.1 wxcas.de.1 wxcas.es.1 wxcas.fr.1 wxcas.hu.1 wxcas.it.1 wxcas.ro.1 wxcas.ru.1 wxcas.tr.1 wxcas.zh_TW.1 include $(top_srcdir)/automake/manpages.am
View file
aMule.tar.xz/src/utils/wxCas/docs/Makefile.in
Changed
@@ -38,17 +38,18 @@ subdir = src/utils/wxCas/docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -296,7 +297,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SELECTED_MANPAGES = $(WXCAS_MANPAGES) -EXTRA_DIST = wxcas.1 wxcas.de.1 wxcas.es.1 wxcas.fr.1 wxcas.hu.1 wxcas.it.1 wxcas.ru.1 wxcas.tr.1 wxcas.zh_TW.1 +EXTRA_DIST = wxcas.1 wxcas.de.1 wxcas.es.1 wxcas.fr.1 wxcas.hu.1 wxcas.it.1 wxcas.ro.1 wxcas.ru.1 wxcas.tr.1 wxcas.zh_TW.1 MAINTAINERCLEANFILES = Makefile.in all: all-am
View file
aMule.tar.xz/src/utils/wxCas/docs/wxcas.ro.1
Added
@@ -0,0 +1,34 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH WXCAS 1 "Noiembrie 2011" wxCas "utilitare aMule" +.als B_untranslated B +.SH NUME +wxcas \- wx c aMule statistici +.SH REZUMAT +.B_untranslated wxcas +.SH DESCRIERE +\fBwxcas\fP este un program pentru afișarea conținutul fișierului de semnătură +online într\-o fereastră drăguță wx pe Desktop. Pentru ca aceasta să +funcționeze, trebuie să activați opțiunea "Semnătură online" în preferințele +aMule. + +Bazat pe \fBcas\fP(1) a lui Pedro de Oliveira. \fBwxcas\fP a fost scris de +ThePolish <thepolish@vipmail.ru> + +Această aplicație nu ia nici un argument +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated amule\fR(1), \fBcas\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/src/utils/wxCas/src/Makefile.in
Changed
@@ -42,17 +42,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/xas/Makefile.in
Changed
@@ -40,17 +40,18 @@ $(srcdir)/Makefile.in $(srcdir)/autostart-xas.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/utils/xas/docs/Makefile.am
Changed
@@ -1,8 +1,8 @@ dist_man_MANS = xas.1 -man_langs = de es fr hu it ru tr zh_TW +man_langs = de es fr hu it ro ru tr zh_TW -EXTRA_DIST = xas.de.1 xas.es.1 xas.fr.1 xas.hu.1 xas.it.1 xas.ru.1 xas.tr.1 xas.zh_TW.1 +EXTRA_DIST = xas.de.1 xas.es.1 xas.fr.1 xas.hu.1 xas.it.1 xas.ro.1 xas.ru.1 xas.tr.1 xas.zh_TW.1 install-data-hook: @for lang in $(man_langs); do \
View file
aMule.tar.xz/src/utils/xas/docs/Makefile.in
Changed
@@ -38,17 +38,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \ @@ -321,8 +322,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_man_MANS = xas.1 -man_langs = de es fr hu it ru tr zh_TW -EXTRA_DIST = xas.de.1 xas.es.1 xas.fr.1 xas.hu.1 xas.it.1 xas.ru.1 xas.tr.1 xas.zh_TW.1 +man_langs = de es fr hu it ro ru tr zh_TW +EXTRA_DIST = xas.de.1 xas.es.1 xas.fr.1 xas.hu.1 xas.it.1 xas.ro.1 xas.ru.1 xas.tr.1 xas.zh_TW.1 MAINTAINERCLEANFILES = Makefile.in all: all-am
View file
aMule.tar.xz/src/utils/xas/docs/xas.ro.1
Added
@@ -0,0 +1,35 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH XAS 1 "Noiembrie 2011" "xas v1.9" "utilitare aMule" +.als B_untranslated B +.SH NUME +xas \- X\-Chat aMule Statistici +.SH REZUMAT +\fBnimic\fP +.SH DESCRIERE +\fBxas\fP este un modul pentru xchat. Pentru încărcare vedeți documentația +xchat. După încărcare tastați /xas și va trimite statistici la canalul în +care vă aflați. Acestea sunt luate din fișierul Semnătură online. Pentru a +funcționa, trebuie să activați opțiunea "Semnătură online" în preferințele +aMule. + +Pentru a fi activată la fiecare pornirea xchat puteți doar să rulați +scriptul autstart\-xas (în /usr/bin dacă a fost instalat cu \-\-prefix=/usr). + +\fBxas\fP a fost scris inițial de niet +.SH "RAPORTAREA ERORILOR" +Vă rugăm să raportați erorile fie pe forumul +nostru(\fIhttp://forum.amule.org/\fP), sau în bugtracker\-ul nostru +(\fIhttp://bugs.amule.org/\fP). Nu raportați erorile pe email, nici la lista +noastră de adrese nici direct la nici un membru al echipei. +.SH "DREPT DE AUTOR" +aMule și toate utilitarele conexe sunt distribuite sub GNU General Public +License. +.SH "VEDEȚI ȘI" +.B_untranslated amule\fR(1) +.SH AUTOR +Această pagină manual a fost scrisă de Vollstrecker +<amule@vollstreckernet.de>
View file
aMule.tar.xz/src/webserver/Makefile.in
Changed
@@ -37,17 +37,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/webserver/default/Makefile.in
Changed
@@ -39,17 +39,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/webserver/src/Makefile.in
Changed
@@ -41,17 +41,18 @@ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/src/webserver/src/WebServer.cpp
Changed
@@ -1915,6 +1915,13 @@ || req_file.EndsWith(wxT(".xsl"))) { session->m_vars["content_type"] = "text/xml"; httpOut = ProcessHtmlRequest(unicode2char(req_file), httpOutLen); + } else if (req_file.EndsWith(wxT(".appcache")) + || req_file.EndsWith(wxT(".manifest"))) { + session->m_vars["content_type"] = "text/cache-manifest"; + httpOut = ProcessHtmlRequest(unicode2char(req_file), httpOutLen); + } else if (req_file.EndsWith(wxT(".json"))) { + session->m_vars["content_type"] = "application/json"; + httpOut = ProcessHtmlRequest(unicode2char(req_file), httpOutLen); } else { httpOut = GetErrorPage("aMuleweb doesn't handle the requested file type ", httpOutLen); }
View file
aMule.tar.xz/unittests/Makefile.in
Changed
@@ -37,17 +37,18 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/unittests/muleunit/Makefile.in
Changed
@@ -38,17 +38,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
View file
aMule.tar.xz/unittests/tests/Makefile.in
Changed
@@ -42,17 +42,18 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \ - $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/build-tools.m4 \ - $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \ - $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \ - $(top_srcdir)/m4/kde.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \ - $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \ + $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \ + $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \ + $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \ + $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/plasmamule.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/qt.m4 \ $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.