diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-04 01:53:56 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-04 02:02:08 +0200 |
commit | c28459fbb1cde16169f1650588f2d912ac8400da (patch) | |
tree | 0b0ff4524de59ed24a273fd2a74926cc47c08036 /po/POTFILES | |
parent | 49864b96670bcb069a042b383734d2cc507e939d (diff) | |
download | aur-c28459fbb1cde16169f1650588f2d912ac8400da.tar.gz aur-c28459fbb1cde16169f1650588f2d912ac8400da.tar.xz |
po/POTFILES: Add missing files
Add all source files in alphabetic order (`cd web; ls **/*.php`).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/po/POTFILES b/po/POTFILES index f609f808..419a2ded 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,25 +1,44 @@ -html/index.php -html/packages.php html/account.php -html/tu.php html/addvote.php +html/home.php +html/index.php +html/login.php +html/logout.php +html/packages.php html/passreset.php +html/pkgdel.php +html/pkgmerge.php html/pkgsubmit.php -lib/pkgfuncs.inc.php +html/rpc.php +html/rss.php +html/tu.php +html/voters.php lib/acctfuncs.inc.php +lib/aur.inc.php +lib/aurjson.class.php +lib/cachefuncs.inc.php +lib/feedcreator.class.php +lib/gettext.php +lib/pkgfuncs.inc.php +lib/routing.inc.php +lib/stats.inc.php +lib/streams.php lib/translator.inc.php -template/pkg_details.php -template/template.phps -template/tu_list.php -template/tu_details.php -template/header.php +lib/version.inc.php +template/account_details.php +template/account_edit_form.php +template/account_search_results.php template/actions_form.php -template/search_accounts_form.php +template/footer.php +template/header.php template/pkg_comment_form.php -template/login_form.php -template/stats/updates_table.php -template/stats/user_table.php -template/stats/general_stats_table.php -template/pkg_search_results.php template/pkg_comments.php +template/pkg_details.php template/pkg_search_form.php +template/pkg_search_results.php +template/search_accounts_form.php +template/stats/general_stats_table.php +template/stats/updates_table.php +template/stats/user_table.php +template/tu_details.php +template/tu_list.php |