diff options
author | Guillem Jover <guillem@debian.org> | 2018-10-08 11:40:26 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-10-08 12:11:53 +0200 |
commit | 903836642b50ae81775fc5f26c809d712a16784a (patch) | |
tree | 76773693f80b4051a93069ea9695e6af62bdb5dd /po/id.po | |
parent | a07a608516f2eb7abcf2fdb3922503ea20b3a508 (diff) | |
download | dpkg-903836642b50ae81775fc5f26c809d712a16784a.tar.gz |
po: Regenerate .pot files and merge .po files with them
Diffstat (limited to 'po/id.po')
-rw-r--r-- | po/id.po | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.15\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2018-09-26 04:22+0200\n" +"POT-Creation-Date: 2018-10-08 11:37+0200\n" "PO-Revision-Date: 2015-06-26 16:12+0200\n" "Last-Translator: Arief S Fitrianto <arief@gurame.fisika.ui.ac.id>\n" "Language-Team: Indonesian <debian-l10n-indonesian@lists.debian.org>\n" @@ -1083,11 +1083,23 @@ msgid "unable to lock %s" msgstr "gagal menutup %s: %s" #: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot append to %s: %s" +msgid "cannot open file %s" +msgstr "gagal menambahkan ke %s: %s" + +#: lib/dpkg/file.c #, fuzzy #| msgid "unable to flush file '%s'" msgid "pager to show file" msgstr "gagal mengosongkan berkas '%s'" +#: lib/dpkg/file.c +#, fuzzy, c-format +#| msgid "cannot divert file '%s' to itself" +msgid "cannot write file %s into the pager" +msgstr "gagal mengalihkan berkas '%s' ke dirinya sendiri" + #: lib/dpkg/log.c #, fuzzy, c-format #| msgid "couldn't open log `%s': %s\n" @@ -2847,6 +2859,8 @@ msgid "" " --rename actually move the file aside (or back).\n" " --no-rename do not move the file aside (or back) (default).\n" " --admindir <directory> set the directory with the diversions file.\n" +" --instdir <directory> set the root directory, but not the admin dir.\n" +" --root <directory> set the directory of the root filesystem.\n" " --test don't do anything, just demonstrate.\n" " --quiet quiet operation, minimal output.\n" " --help show this help message.\n" @@ -4581,6 +4595,12 @@ msgid "admindir must be inside instdir for dpkg to work properly" msgstr "" #: src/script.c +msgid "" +"not enough privileges to change root directory with --force-not-root, " +"consider using --force-script-chrootless?" +msgstr "" + +#: src/script.c #, c-format msgid "failed to chroot to '%.250s'" msgstr "gagal memindahkan root ke '%.250s'" @@ -4756,6 +4776,8 @@ msgstr "" msgid "" "Options:\n" " --admindir <directory> set the directory with the statoverride file.\n" +" --instdir <directory> set the root directory, but not the admin dir.\n" +" --root <directory> set the directory of the root filesystem.\n" " --update immediately update <path> permissions.\n" " --force force an action even if a sanity check fails.\n" " --quiet quiet operation, minimal output.\n" |