summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2014-05-16Update Swedish translationsAllan McRae
2014-05-04Update Esperanto translationsAllan McRae
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
In <https://sourceware.org/ml/libc-alpha/2014-01/msg00196.html> I noted it was necessary to add includes of Makeconfig early in various subdirectory makefiles for the tests-special variable settings added by that patch to be conditional on configuration information. No-one commented on the general question there of whether Makeconfig should always be included immediately after the definition of subdir. This patch implements that early inclusion of Makeconfig in each directory (which is a lot easier than consistent placement of includes of Rules). Includes are added if needed, or moved up if already present. Subdirectory "all:" targets are removed, since Makeconfig provides one. There is potential for further cleanups I haven't done. Rules and Makerules have code such as ifneq "$(findstring env,$(origin headers))" "" headers := endif to override to empty any value of various variables that came from the environment. I think there is a case for Makeconfig setting all the subdirectory variables (other than subdir) to empty to ensure no outside value is going to take effect if a subdirectory fails to define a variable. (A list of such variables, possibly out of date and incomplete, is in manual/maint.texi.) Rules and Makerules would give errors if Makeconfig hadn't already been included, instead of including it themselves. The special code to override values coming from the environment would then be obsolete and could be removed. Tested x86_64, including that installed binaries are identical before and after the patch. * argp/Makefile: Include Makeconfig immediately after defining subdir. * assert/Makefile: Likewise. * benchtests/Makefile: Likewise. * catgets/Makefile: Likewise. * conform/Makefile: Likewise. * crypt/Makefile: Likewise. * csu/Makefile: Likewise. (all): Remove target. * ctype/Makefile: Include Makeconfig immediately after defining subdir. * debug/Makefile: Likewise. * dirent/Makefile: Likewise. * dlfcn/Makefile: Likewise. * gmon/Makefile: Likewise. * gnulib/Makefile: Likewise. * grp/Makefile: Likewise. * gshadow/Makefile: Likewise. * hesiod/Makefile: Likewise. * hurd/Makefile: Likewise. (all): Remove target. * iconvdata/Makefile: Include Makeconfig immediately after defining subdir. * inet/Makefile: Likewise. * intl/Makefile: Likewise. * io/Makefile: Likewise. * libio/Makefile: Likewise. (all): Remove target. * locale/Makefile: Include Makeconfig immediately after defining subdir. * login/Makefile: Likewise. * mach/Makefile: Likewise. (all): Remove target. * malloc/Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. * manual/Makefile: Include Makeconfig immediately after defining subdir. * math/Makefile: Likewise. * misc/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * po/Makefile: Likewise. (all): Remove target. * posix/Makefile: Include Makeconfig immediately after defining subdir. * pwd/Makefile: Likewise. * resolv/Makefile: Likewise. * resource/Makefile: Likewise. * rt/Makefile: Likewise. * setjmp/Makefile: Likewise. * shadow/Makefile: Likewise. * signal/Makefile: Likewise. * socket/Makefile: Likewise. * soft-fp/Makefile: Likewise. * stdio-common/Makefile: Likewise. * stdlib/Makefile: Likewise. * streams/Makefile: Likewise. * string/Makefile: Likewise. * sunrpc/Makefile: Likewise. (all): Remove target. * sysvipc/Makefile: Include Makeconfig immediately after defining subdir. * termios/Makefile: Likewise. * time/Makefile: Likewise. * timezone/Makefile: Likewise. (all): Remove target. * wcsmbs/Makefile: Include Makeconfig immediately after defining subdir. * wctype/Makefile: Likewise. libidn/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. localedata/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. nptl/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. nptl_db/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir.
2014-02-03Update Slovenian translationsAllan McRae
2014-01-27Update French translationsAllan McRae
2014-01-20Update Catalan translationsAllan McRae
2014-01-11Update Bulgarian translationsAllan McRae
2014-01-11Update German translationsAllan McRae
2014-01-10Update Swedish translationsAllan McRae
2014-01-10Update Vietnamese translationsAllan McRae
2014-01-10Update Esperanto translationsAllan McRae
2014-01-10Update Czech translationsAllan McRae
2014-01-10Update Dutch translationsAllan McRae
2014-01-10Update Polish translationsAllan McRae
2014-01-10Update Russian translationsAllan McRae
2014-01-10Update Ukrainian translationsAllan McRae
2014-01-08Rename header.pot to pot.header.Carlos O'Donell
The Translation Project has asked us to rename the pot header file `header.pot' to something else. Their scripts automatically look for pot files and the file `header.pot' is not actually a pot file but a header that we use when regenerating `libc.pot.' This commit renames `header.pot' to `pot.header' to avoid causing errors or complicating the TP project scripts.
2014-01-05Regenerate libc.poAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-27Add Solvenian translations for glibc messages.Carlos O'Donell
2013-09-06Update Chinese (traditional) translations.David S. Miller
* po/zh_TW.po: Update Chinese (traditional) translation from translation project.
2013-08-22Add Ukrainian translations.David S. Miller
* po/uk.po: Add Ukrainian translations from translation project.
2013-08-22Update Catalan translations.David S. Miller
* po/ca.po: Update Catalan translation from translation project.
2013-08-03Update Korean translations.David S. Miller
* po/ko.po: Update Korean translation from translation project.
2013-07-30Update French translations.David S. Miller
* po/fr.po: Update French translation from translation project.
2013-07-28Update Czech translations.David S. Miller
* po/cs.po: Update Czech translation from translation project.
2013-07-28Update Swedish translations.David S. Miller
* po/sv.po: Update Swedish translation from translation project.
2013-07-27Update Esperanto translations.David S. Miller
* po/eo.po: Update Esperanto translation from translation project.
2013-07-27Update Vietnamese translations.David S. Miller
* po/vi.po: Update Vietnamese translation from translation project.
2013-07-27Update German translations.David S. Miller
* po/de.po: Update German translation from translation project.
2013-07-26Update Bulgarian translations.David S. Miller
* po/bg.po: Update Bulgarian translation from translation project.
2013-07-26Update Dutch, Polish, and Russian translations.David S. Miller
* po/nl.po: Update Dutch translation from translation project. * po/pl.po: Update Polish translation from translation project. * po/ru.po: Update Russian translation from translation project.
2013-07-25Update libc.pot in preparation for giving tarball to translation project.David S. Miller
* po/libc.pot: Update.
2013-06-12Update Interlingua translation from translation projectAndreas Jaeger
2013-06-11Update Chinese (traditional) translation from translation projectAndreas Jaeger
2013-05-31Revert po and pot files changes.Carlos O'Donell
Upstream TP should modify PO files and POT file should be empty template.
2013-05-28Add descriptive titles to po files and header.Carlos O'Donell
Added descriptive titles to the Belarusian, English (American), and Chinese (simplified) po/pot files. --- 2013-05-28 Carlos O'Donell <carlos@redhat.com> * po/be.po: Add descriptive title. * po/zh_CN.po: Likewise. * po/header.pot: Likewise.
2013-04-21Russian translations update.David S. Miller
* po/ru.po: Update Russion translation from translation project.
2013-03-30Update German translations.David S. Miller
* po/de.po: Update from translation team.
2013-03-05Update Spanish PO file from translation team.David S. Miller
* po/es.po: Update from translation team.
2013-01-31Update German translations.David S. Miller
* po/de.po: Update from translation team.
2013-01-03Add new Interlingua translationAndreas Jaeger
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Update Catalan translations.David S. Miller
* po/ca.po: Update from translation team.
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2013-01-01Update French translation.David S. Miller
* po/fr.po: Update from translation team.
2012-12-21Update Croatian translations.David S. Miller
* po/hr.po: Update from translation team.
2012-12-15Update Russian translations.David S. Miller
* po/ru.po: Update from translation team.
2012-12-13Update Polish and Bulgarian translations.David S. Miller
* po/pl.po: Update from translation team. * po/bg.po: Likewise.
2012-12-12Update Swedish translations.David S. Miller
* po/sv.po: Update from translation team.