diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 18:09:28 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 18:09:28 (EST) |
commit | 59827b32ca507d7f2dd004b09bf37728db969de3 (patch) | |
tree | 8c3e7a7245372da9132324b2a72d81e12f7aff47 /locale/en_US.sh | |
parent | c4692a0859da5b00a633de3e669a813ea584da6a (diff) |
Restructure locale/.
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r-- | locale/en_US.sh | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh new file mode 100644 index 0000000..9a791f2 --- /dev/null +++ b/locale/en_US.sh @@ -0,0 +1,32 @@ +# opkhelper +# locale/en_US/opkhelper +# English message strings for the "opkhelper" text domain. +# +# Copyright (C) 2012 Patrick "P. J." McDermott +# +# 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, see <http://www.gnu.org/licenses/>. + +msg_opkhelper_bad_opt='Invalid option' +msg_opkhelper_installing_files='Installing files for package "%s"...' +msg_opkhelper_files_not_installed='Some files have not been installed into packages' +msg_opkhelper_strip_so='Stripping shared library "%s"...' +msg_opkhelper_strip_exe='Stripping executable object "%s"...' +msg_opkhelper_strip_a='Stripping static library "%s"...' +msg_opkhelper_chown='Setting ownership of files...' +msg_opkhelper_chmod_lib='Setting mode of library files...' +msg_opkhelper_chmod_include='Setting mode of header files...' +msg_opkhelper_chmod_man='Setting mode of manual files...' +msg_opkhelper_chmod_bin='Setting mode of program files in "%s"...' +msg_opkhelper_no_capable_build_sys='No capable build system found' +msg_opkhelper_no_capable_host_arch='No capable build system host architecture found' |