logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 11-01-2014 21:19:46

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

compilation et locales

Bonsoir,

Il y a un truc qui m'échappe.

J'essaye de compiler lxsession, sans l'installer.
J'ai déjà une version installée, avec les menus en français.

Quand je lance mon exécutable, il est en anglais.
Je ne comprends pas qu'il ne trouve pas les traductions.

Après avoir lu http://debian-facile.org/viewtopic.php?id=7657

Anonyme a écrit :

Donc si vous faite comme moi sans le # make install, le programme ne sera pas en français.
Se placer dans le dossier audacity-src-2.0.5 et copier le dossier local dans /usr/local/share/


cp -R locale /usr/local/share/
 


J'ai copié deux fichiers : fr.gmo et fr.po ... sans résultat.

C'est pas la joie.  sad
Si vous pouvez me remonter le moral, n'hésitez pas. Merci d'avance.  smile


I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#2 12-01-2014 09:29:00

kao
Modérateur
Distrib. : Testing
Noyau : Linux 4.quelquechose
(G)UI : Gnome 3
Inscription : 27-09-2012
Site Web

Re : compilation et locales

J'ai pas lxde, mais je dirais qu'Il faut pas le placer dans le dossier home plutôt.
un truc du genre:

./lxde/lxsession/po/fr.po


pour voir s'il le prends en compte.

pour l'avoir en partage pour tout les utilisateurs je dirais ça:

/usr/share/lxde/lxsession/po/fr.po


dans /usr/share il doit y avoir un dossier lxde je pense

D'après cette page il semble que le dossier existe: http://wiki.lxde.org/en/Translate_*.po_ … ith_Poedit
Et d’après ce listing il faut un dossier différent pour chaque application: http://sourceforge.net/mailarchive/foru … =lxde-i18n

En espérant que ça t'aide...

Hors ligne

#3 12-01-2014 15:36:26

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : compilation et locales

Merci de ta réponse.  cool

En fait, les fichiers .po ne sont pas pris en compte à l'exécution car ce sont les sources de traduction.
Les fichiers opérationnels sont compilés en .mo : par exemple lxsession.mo présent dans /usr/share/locale/fr/LC_MESSAGES.

La compilation m'a créé des fichiers .gmo dans le dossier po qui contenait les fichiers .po
Et d'après le Makefile, je pense que c'est la commande "make install" qui devrait finaliser leur installation :

# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
#
# This file may be copied and used freely without restrictions.  It may
# be used in projects which are not available under a GNU Public License,
# but which still want to provide support for the GNU gettext functionality.
#
# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
#
# - Modified by jacob berkman <jacob@ximian.com> to install
#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
#
# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
#
# We have the following line for use by intltoolize:
# INTLTOOL_MAKEFILE

GETTEXT_PACKAGE = lxsession
PACKAGE = lxsession
VERSION = 0.4.6.1

SHELL = /bin/bash

srcdir = .
top_srcdir = ..
top_builddir = ..


prefix = /usr/local
exec_prefix = ${prefix}
datadir = ${datarootdir}
datarootdir = ${prefix}/share
libdir = ${exec_prefix}/lib
DATADIRNAME = share
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
subdir = po
install_sh = ${SHELL} /home/pop/docs/_isos-pkgs/lxsession-0.4.6.1/install-sh
# Automake >= 1.8 provides /bin/mkdir -p.
# Until it can be supposed, use the safe fallback:
mkdir_p = $(install_sh) -d

INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644

GMSGFMT = /usr/bin/msgfmt
MSGFMT = /usr/bin/msgfmt
XGETTEXT = /usr/bin/xgettext
INTLTOOL_UPDATE = /usr/bin/intltool-update
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot

ALL_LINGUAS =

PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)

USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)

USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)

POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)

DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS

POTFILES = \
  ../lxsession-logout/lxsession-logout.c

CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)

.SUFFIXES:
.SUFFIXES: .po .pox .gmo .mo .msg .cat

.po.pox:
  $(MAKE) $(GETTEXT_PACKAGE).pot
  $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox

.po.mo:
  $(MSGFMT) -o $@ $<

.po.gmo:
  file=`echo $* | sed 's,.*/,,'`.gmo \
    && rm -f $$file && $(GMSGFMT) -o $$file $<

.po.cat:
  sed -f ../intl/po2msg.sed < $< > $*.msg \
    && rm -f $@ && gencat $@ $*.msg


all: all-yes

all-yes: $(CATALOGS)
all-no:

$(GETTEXT_PACKAGE).pot: $(POTFILES)
  $(GENPOT)

install: install-data
install-data: install-data-yes
install-data-no: all
install-data-yes: all
  linguas="$(USE_LINGUAS)"; \
  for lang in $$linguas; do \
    dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
    $(mkdir_p) $$dir; \
    if test -r $$lang.gmo; then \
      $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
      echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
    else \
      $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
      echo "installing $(srcdir)/$$lang.gmo as" \
     "$$dir/$(GETTEXT_PACKAGE).mo"; \
    fi; \
    if test -r $$lang.gmo.m; then \
      $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
      echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
    else \
      if test -r $(srcdir)/$$lang.gmo.m ; then \
        $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
    $$dir/$(GETTEXT_PACKAGE).mo.m; \
        echo "installing $(srcdir)/$$lang.gmo.m as" \
       "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
      else \
        true; \
      fi; \
    fi; \
  done

# Empty stubs to satisfy archaic automake needs
dvi info ctags tags CTAGS TAGS ID:

# Define this as empty until I found a useful application.
install-exec installcheck:

uninstall:
  linguas="$(USE_LINGUAS)"; \
  for lang in $$linguas; do \
    rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
    rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
  done

check: all $(GETTEXT_PACKAGE).pot
  rm -f missing notexist
  srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
  if [ -r missing -o -r notexist ]; then \
    exit 1; \
  fi

mostlyclean:
  rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
  rm -f .intltool-merge-cache

clean: mostlyclean

distclean: clean
  rm -f Makefile Makefile.in POTFILES stamp-it
  rm -f *.mo *.msg *.cat *.cat.m *.gmo

maintainer-clean: distclean
  @echo "This command is intended for maintainers to use;"
  @echo "it deletes files that may require special tools to rebuild."
  rm -f Makefile.in.in

distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: $(DISTFILES)
  dists="$(DISTFILES)"; \
  extra_dists="$(EXTRA_DISTFILES)"; \
  for file in $$extra_dists; do \
    test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
  done; \
  for file in $$dists; do \
    test -f $$file || file="$(srcdir)/$$file"; \
    ln $$file $(distdir) 2> /dev/null \
      || cp -p $$file $(distdir); \
  done

update-po: Makefile
  $(MAKE) $(GETTEXT_PACKAGE).pot
  tmpdir=`pwd`; \
  linguas="$(USE_LINGUAS)"; \
  for lang in $$linguas; do \
    echo "$$lang:"; \
    result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
    if $$result; then \
      if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
        rm -f $$tmpdir/$$lang.new.po; \
            else \
        if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
          :; \
        else \
          echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
          rm -f $$tmpdir/$$lang.new.po; \
          exit 1; \
        fi; \
      fi; \
    else \
      echo "msgmerge for $$lang.gmo failed!"; \
      rm -f $$tmpdir/$$lang.new.po; \
    fi; \
  done

Makefile POTFILES: stamp-it
  @if test ! -f $@; then \
    rm -f stamp-it; \
    $(MAKE) stamp-it; \
  fi

stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
  cd $(top_builddir) \
    && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
         $(SHELL) ./config.status

# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:


Pour l'instant, je copie lxsession.mo un peu partout.  hmm


I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#4 12-01-2014 16:03:24

Anonyme
Invité

Re : compilation et locales

Bonjour,

Je ne sais pas si ça peut t'aider :

http://packages.debian.org/fr/wheezy/am … n/filelist



/usr/bin/lxlock
/usr/bin/lxsession
/usr/bin/lxsession-logout
/usr/share/doc/lxsession/README.gz
/usr/share/doc/lxsession/changelog.Debian.gz
/usr/share/doc/lxsession/changelog.gz
/usr/share/doc/lxsession/copyright
/usr/share/doc/lxsession/examples/desktop.conf.example
/usr/share/lintian/overrides/lxsession
/usr/share/locale/af/LC_MESSAGES/lxsession.mo
/usr/share/locale/am/LC_MESSAGES/lxsession.mo
/usr/share/locale/ar/LC_MESSAGES/lxsession.mo
/usr/share/locale/ast/LC_MESSAGES/lxsession.mo
/usr/share/locale/be/LC_MESSAGES/lxsession.mo
/usr/share/locale/bg/LC_MESSAGES/lxsession.mo
/usr/share/locale/bn/LC_MESSAGES/lxsession.mo
/usr/share/locale/bn_IN/LC_MESSAGES/lxsession.mo
/usr/share/locale/ca/LC_MESSAGES/lxsession.mo
/usr/share/locale/cs/LC_MESSAGES/lxsession.mo
/usr/share/locale/da/LC_MESSAGES/lxsession.mo
/usr/share/locale/de/LC_MESSAGES/lxsession.mo
/usr/share/locale/el/LC_MESSAGES/lxsession.mo
/usr/share/locale/en_GB/LC_MESSAGES/lxsession.mo
/usr/share/locale/es/LC_MESSAGES/lxsession.mo
/usr/share/locale/es_VE/LC_MESSAGES/lxsession.mo
/usr/share/locale/et/LC_MESSAGES/lxsession.mo
/usr/share/locale/eu/LC_MESSAGES/lxsession.mo
/usr/share/locale/fa/LC_MESSAGES/lxsession.mo
/usr/share/locale/fi/LC_MESSAGES/lxsession.mo
/usr/share/locale/fo/LC_MESSAGES/lxsession.mo
/usr/share/locale/fr/LC_MESSAGES/lxsession.mo
/usr/share/locale/frp/LC_MESSAGES/lxsession.mo
/usr/share/locale/gl/LC_MESSAGES/lxsession.mo
/usr/share/locale/he/LC_MESSAGES/lxsession.mo
/usr/share/locale/hr/LC_MESSAGES/lxsession.mo
/usr/share/locale/hu/LC_MESSAGES/lxsession.mo
/usr/share/locale/id/LC_MESSAGES/lxsession.mo
/usr/share/locale/it/LC_MESSAGES/lxsession.mo
/usr/share/locale/ja/LC_MESSAGES/lxsession.mo
/usr/share/locale/ko/LC_MESSAGES/lxsession.mo
/usr/share/locale/lg/LC_MESSAGES/lxsession.mo
/usr/share/locale/lt/LC_MESSAGES/lxsession.mo
/usr/share/locale/ml/LC_MESSAGES/lxsession.mo
/usr/share/locale/ms/LC_MESSAGES/lxsession.mo
/usr/share/locale/nb/LC_MESSAGES/lxsession.mo
/usr/share/locale/nl/LC_MESSAGES/lxsession.mo
/usr/share/locale/nn/LC_MESSAGES/lxsession.mo
/usr/share/locale/pa/LC_MESSAGES/lxsession.mo
/usr/share/locale/pl/LC_MESSAGES/lxsession.mo
/usr/share/locale/ps/LC_MESSAGES/lxsession.mo
/usr/share/locale/pt/LC_MESSAGES/lxsession.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lxsession.mo
/usr/share/locale/ro/LC_MESSAGES/lxsession.mo
/usr/share/locale/ru/LC_MESSAGES/lxsession.mo
/usr/share/locale/si/LC_MESSAGES/lxsession.mo
/usr/share/locale/sk/LC_MESSAGES/lxsession.mo
/usr/share/locale/sl/LC_MESSAGES/lxsession.mo
/usr/share/locale/sr/LC_MESSAGES/lxsession.mo
/usr/share/locale/sr@latin/LC_MESSAGES/lxsession.mo
/usr/share/locale/sv/LC_MESSAGES/lxsession.mo
/usr/share/locale/te/LC_MESSAGES/lxsession.mo
/usr/share/locale/th/LC_MESSAGES/lxsession.mo
/usr/share/locale/tr/LC_MESSAGES/lxsession.mo
/usr/share/locale/tt_RU/LC_MESSAGES/lxsession.mo
/usr/share/locale/uk/LC_MESSAGES/lxsession.mo
/usr/share/locale/ur/LC_MESSAGES/lxsession.mo
/usr/share/locale/ur_PK/LC_MESSAGES/lxsession.mo
/usr/share/locale/vi/LC_MESSAGES/lxsession.mo
/usr/share/locale/zh_CN/LC_MESSAGES/lxsession.mo
/usr/share/locale/zh_TW/LC_MESSAGES/lxsession.mo
/usr/share/lxsession/images/gnome-session-hibernate.png
/usr/share/lxsession/images/gnome-session-reboot.png
/usr/share/lxsession/images/gnome-session-suspend.png
/usr/share/lxsession/images/gnome-session-switch.png
/usr/share/lxsession/images/system-log-out.png
/usr/share/lxsession/images/system-shutdown.png
/usr/share/man/man1/lxsession-logout.1.gz
/usr/share/man/man1/lxsession.1.gz
 



/usr/share/locale/fr/LC_MESSAGES/lxsession.mo mais apparement tu as déja ça hmm

Dernière modification par Anonyme (12-01-2014 16:07:42)

#5 12-01-2014 16:11:10

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : compilation et locales

Merci Anonyme,

Effectivement, ce sont les fichiers du paquet lxsession, mais ils ne sont pas utilisés si tu compiles lxsession à partir des sources, sans faire l'installation.
C'est à dire que l'exécutable ne les trouve pas ou ne sait pas les utiliser.

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#6 12-01-2014 16:13:52

Anonyme
Invité

Re : compilation et locales

Moi aussi, avec audacity installé et le dossier compilation et l'exécutable, audacity était en anglais. Mais en plaçant la traduction, ça a marché hmm

#7 12-01-2014 16:19:51

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : compilation et locales

Je nage complètement car, à mon idée, c'est le même code que j'ai créé.
Si je faisais l'install, il copierai les binaires à la place de ceux existants et pareil pour les traductions qui remplaceraient les traductions existantes.
Tout celà en considérant que les paths sont en absolu.  roll

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#8 13-01-2014 13:04:50

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : compilation et locales

Anonyme a écrit :

Moi aussi, avec audacity installé et le dossier compilation et l'exécutable, audacity était en anglais. Mais en plaçant la traduction, ça a marché hmm


Ton exécutable était placé à quel endroit ?


I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#9 13-01-2014 13:55:47

Anonyme
Invité

Re : compilation et locales

Oups,
A la racine de mon dossier src :


.......
201K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/cs/audacity.mo
205K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/cs
345K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/ja.po
112K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/ar/audacity.mo
116K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/ar
294K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/sv.po
213K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/ro.po
86K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/bs/audacity.mo
90K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/bs
270K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/he.po
304K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/it.po
299K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/nl.po
284K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/pt_BR.po
210K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/lt.po
194K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/da/audacity.mo
198K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/da
97K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/he/audacity.mo
101K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/he
284K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/hi/audacity.mo
288K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/hi
245K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/tg.po
145K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/zh_TW/audacity.mo
149K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/zh_TW
34K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/cy/audacity.mo
38K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/cy
32K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/mk/audacity.mo
36K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/mk
35K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/lt/audacity.mo
39K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/lt
203K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/gl/audacity.mo
207K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/gl
5,9K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/bn/audacity.mo
9,9K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/bn
363K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/uk.po
69K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/fi/audacity.mo
73K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/fi
270K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/ca.po
249K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/my/audacity.mo
253K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/my
160K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/ca/audacity.mo
164K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/ca
285K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/pl.po
94K 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/tg/audacity.mo
98K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/tg
358K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/locale/bg.po
151K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/id/audacity.mo
155K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/id
196K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/locale/nl/audacity.mo
200K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale/nl
23M 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/locale
5,5K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/install-sh
124 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/resetPrefs.txt
285K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity.ico
3,1K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity_InnoWizardSmallImage.bmp
14K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/fftw3.h
3,9K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/readme_LADSPA_plugins-win.txt
2,0K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/LADSPA_plugins-win.vcproj
1,9K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/makefile.inc
14K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/libfftw3f-3.def
13K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/libfftw3-3.def
900 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/LADSPA_plugins-win.sln
977 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/config.h
27K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/ladspa.h
11K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/libfftw3l-3.def
8,4K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/stdint.h
12K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/sys/cdefs.h
16K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/sys
123 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/gnu/stubs.h
4,2K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/gnu
1,1K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/bits/wchar.h
873 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/bits/wordsize.h
5,9K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/bits
12K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes/features.h
49K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/glibc_includes
2,4K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/LADSPA_plugins-win.iss
564 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win/makefile
143K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/LADSPA_plugins-win
151K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity_InnoWizardImage.bmp
28K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/compile.txt
14K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/audacity.sln
2,0K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/configwin.h
514 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/sandbox.txt
863 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/po.rules
397 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/resource.h
14K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/librdf/librdf.vcproj
18K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/librdf
9,8K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/twolame/twolame.vcproj
14K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/twolame
6,6K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libflac++/libflac++.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libflac++
7,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libscorealign/libscorealign.vcproj
12K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libscorealign
6,6K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/filedialog/filedialog.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/filedialog
7,0K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/liblrdf/liblrdf.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/liblrdf
8,1K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/mod-script-pipe/mod-script-pipe.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/mod-script-pipe
7,3K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/portmidi/portmidi.vcproj
12K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/portmidi
6,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libsamplerate/libsamplerate.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libsamplerate
8,2K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/sbsms/sbsms.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/sbsms
6,2K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libogg/libogg.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libogg
6,4K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/expat/expat.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/expat
8,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/rasqal/rasqal.vcproj
3,0K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/rasqal/win32_rasqal_config.h
16K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/rasqal
6,2K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libresample/libresample.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libresample
8,8K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libflac/libflac.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libflac
13K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/portmixer/portmixer.vcproj
17K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/portmixer
71  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile/sys/time.h
4,1K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile/sys
9,2K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile/config.h
22K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile/sndfile.h
16K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile/libsndfile.vcproj
54K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libsndfile
7,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libvamp/libvamp.vcproj
12K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libvamp
34K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/portaudio-v19/portaudio-v19.vcproj
38K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/portaudio-v19
27K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/taglib/taglib.vcproj
31K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/taglib
9,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libvorbis/libvorbis.vcproj
14K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libvorbis
7,0K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/allegro/allegro.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/allegro
863 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/locale/po.rules
7,3K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/locale/locale.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/locale
7,7K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/soundtouch/soundtouch.vcproj
12K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/soundtouch
8,8K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libid3tag/libid3tag.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libid3tag
77K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/Audacity/Audacity.vcproj
81K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/Audacity
8,3K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libmad/libmad.vcproj
13K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libmad
31K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libnyquist/libnyquist.vcproj
36K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/libnyquist/sndfnint.c
5,5K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/libnyquist/seqfnint.c
77K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libnyquist
4,1K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/raptor/win32_raptor_config.h
12K 2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/raptor/raptor.vcproj
20K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/raptor
1,7K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/Projects/slv2/win32_config.h
9,9K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/slv2/slv2.vcproj
16K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/slv2
4,2K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/libsoxr/libsoxr.vcproj
8,2K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/libsoxr
6,5K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/portsmf/portsmf.vcproj
11K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/portsmf
3,5K  2013-10-19 09:32  /home/patrick/audacity-src-2.0.5/win/Projects/help/help.vcproj
7,5K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects/help
626K  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/Projects
725 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/ny.rules
1,7K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity_InnoWizard_InfoBefore.rtf
393 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/release.txt
45K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/wxWidgets_additions/setup.h
49K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win/wxWidgets_additions
1,2K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity.rc
11K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/win/audacity.iss
1,3M  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/win
19K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/LICENSE.txt
55M 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/audacity
2,1K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/MainPage.dox2
2,8K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/WxWishlist.dox2
3,8K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/CrossPlatform.dox2
413 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/InsideNyquist.dox2
3,5K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/OtherHeaders.dox2
2,3K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/WidgetMigration.dox2
12K 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/Themability.dox2
667 2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/examples.hh
6,7K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/dox2-src/ShuttleSystem.dox2
38K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/dox2-src
5,1K  2013-10-19 09:31  /home/patrick/audacity-src-2.0.5/help/audacity.1
2,3K  2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/help/audacity.1.gz
12K 2014-01-13 13:49  /home/patrick/audacity-src-2.0.5/help
273M  2014-01-13 13:49  /home/patrick/audacity-src-2.0.5
273M  2014-01-13 13:49  total
 




55M 2013-10-24 01:41  /home/patrick/audacity-src-2.0.5/audacity

Dernière modification par Anonyme (13-01-2014 13:56:19)

#10 13-01-2014 19:14:41

paskal
autobahn
Lieu : ailleurs
Inscription : 14-06-2011
Site Web

Re : compilation et locales

Ok, et tu as donc les traductions dans /usr/local/share/locale , si j'ai bien suivi ?

I'd love to change the world
But I don't know what to do
So I'll leave it up to you...

logo-sur-fond.png

Hors ligne

#11 13-01-2014 20:31:35

Anonyme
Invité

Re : compilation et locales

Oui, tout à fait

Pied de page des forums