summaryrefslogtreecommitdiffstats
path: root/src/pacman/po/pacman.pot
AgeCommit message (Collapse)AuthorFilesLines
2011-08-09Merge branch 'maint'Dan McGee1-1/+1
Conflicts: lib/libalpm/dload.c lib/libalpm/po/fi.po lib/libalpm/po/libalpm.pot po/de.po po/fi.po src/pacman/po/pacman.pot src/pacman/util.c
2011-06-24src/pacman/po/: prune message catalog and translationsDan McGee1-815/+1
Now that we have performed the split, prune the catalogs of all scripts-only messages. All old messages were pruned from the files using the following command: sed -i -e '/^#\~/,$d' *.po Note: the diff on this commit looks much less insane if the --patience option is used. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee1-0/+1884
This is the first step at separating the pacman message catalog and the scripts message catalog. Makefiles, configure.ac, and other such files are adjusted accordingly, as well as renaming files. The TEXTDOMAIN of scripts is also adjusted. Note that no actual pot or po files get changed here; these will get pruned in a future commit so each catalog contains only the necessary messages. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee1-969/+0
Move the translations from src/pacman/po to just po/ so we can include the scripts gettext translations in the same message catalog as that of the pacman frontend. The libalpm message catalog, for now, will remain a separate existence. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Update the pot language filesDan McGee1-169/+97
It looks like it is easier if these get updated too, so lets do it for now. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-24* Added a mirror list for [testing] (it appears most mirrors mirror testing)Aaron Griffin1-98/+108
* Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files
2007-03-22* Quick fixup for the translations due to a typo fix committed earlier.Aaron Griffin1-1/+1
2007-03-07* Updated pot files for hopefully the last time before release.Dan McGee1-179/+179
* po files update themselves when a pot file update occurs, so you see that here as well. * Added a few more small notes to translation-help.
2007-03-04* Hopefully the LAST big update of the language files before release.v3.0.0-rc1Dan McGee1-8/+8
Translators and developers should count this as the string freeze unless something REALLY essential comes up. Send in patches to these translations when you get a chance (and patches are appreciated, as they are much easier to deal with).
2007-03-04* handle changes: callbacks should check handle first, as there's a fewAaron Griffin1-82/+63
occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files
2007-02-22* Update the translation POT files- I don't want to do this daily but theDan McGee1-78/+93
current ones were a bit out of date.
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee1-2/+2
language files with latest pot file.
2007-02-14* Updated Italian translationDan McGee1-48/+51
* Updated pot translation templates * Located culprit of progress bar moving when unicode characters are used, added a TODO note about it * Removed '(target)' string from the sync.c error message, just like we did from add.c yesterday * Updated my TODO
2007-02-12* Fixed an i18n bug; length of description string was hardcoded previously;Dan McGee1-166/+179
now uses an strlen call. * Updates of the *.pot files.
2007-02-07* Update of all the *.po files and *.pot template files.Dan McGee1-423/+323
* Makefile targets to rebuild po files now work - use 'make update-po' in the po directories. * Added two new translation templates as requested on the ML- 'it' and 'pt_BR'. This commit might be a bit big for the mailing list to like on the commit message. :)
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-531/+335
to list. The diff should show you 8)
2006-06-28i18n stuffJudd Vinet1-0/+1315